Commit 4b5f9152 by BellCodeEditor

save project

parent 624d479d
Showing with 16 additions and 0 deletions
...@@ -10,6 +10,22 @@ e1.place(x=120,y=100) ...@@ -10,6 +10,22 @@ e1.place(x=120,y=100)
l1=tkinter.Label(root,text='shn',fg='red') l1=tkinter.Label(root,text='shn',fg='red')
l1.place(x=60,y=100) l1.place(x=60,y=100)
e1=tkinter.Entry(root,show=None,font=('宋体',14),width=18)
e1.place(x=120,y=130)
l1=tkinter.Label(root,text='密码',fg='red')
l1.place(x=60,y=130)
e1=tkinter.Entry(root,show=None,font=('宋体',14),width=18)
e1.place(x=120,y=160)
l1=tkinter.Label(root,text='OK',fg='red')
l1.place(x=60,y=160)
......
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