Commit c1ed2502 by BellCodeEditor

save project

parent 38b0fd5d
Showing with 7 additions and 0 deletions
...@@ -2,4 +2,10 @@ import tkinter ...@@ -2,4 +2,10 @@ import tkinter
w=tkinter.Tk() w=tkinter.Tk()
w.title("注册") w.title("注册")
w.geometry("600x500+400+200") w.geometry("600x500+400+200")
e=tkinter.Entry(w,show=None,font=('楷体',14),bg='light grey',width=28)
e.place(x=200,y=180)
r=tkinter.Entry(w,show='1',font=('楷体',14),bg='light grey',width=28)
r.place(x=200,y=220)
t=tkinter.Entry(w,show='3',font=('楷体',14),bg='light grey',width=28)
t.place(x=200,y=260)
w.mainloop() w.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