Commit cf227d7a by BellCodeEditor

save project

parent 571c58c7
Showing with 12 additions and 0 deletions
...@@ -2,4 +2,15 @@ import tkinter ...@@ -2,4 +2,15 @@ import tkinter
s=tkinter.Tk() s=tkinter.Tk()
s.title("注册") s.title("注册")
s.geometry("400x300+500+300") s.geometry("400x300+500+300")
e1=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18)
e1.place(x=100,y=150)
e2=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18)
e2.place(x=100,y=120)
e3=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18)
e3.place(x=100,y=90)
s.mainloop() s.mainloop()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment