Commit 5338a236 by BellCodeEditor

save project

parent 5193a3fe
Showing with 17 additions and 0 deletions
...@@ -3,7 +3,24 @@ import tkinter ...@@ -3,7 +3,24 @@ import tkinter
root=tkinter.Tk() root=tkinter.Tk()
root.title('注册') root.title('注册')
root.geometry('400x320+800+400') root.geometry('400x320+800+400')
e1=tkinter.Entry(root,show=None,font=('宋体',14),width=18)
e1.place(x=120,y=100)
l1=tkinter.Label(root,text='shn',fg='red')
l1.place(x=60,y=100)
root.mainloop() root.mainloop()
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