Commit 73b9e61b by BellCodeEditor

save project

parent c0f33bb2
Showing with 12 additions and 1 deletions
...@@ -9,7 +9,18 @@ e2.place(x=140,y=140) ...@@ -9,7 +9,18 @@ e2.place(x=140,y=140)
e3 = tkinter. Entry(root,show'*',font=('宋体',14),width=18) e3 = tkinter. Entry(root,show'*',font=('宋体',14),width=18)
e3.place(x=140,y=200) e3.place(x=140,y=200)
lab = tkinter.Label(root,text='你好!请填入注册信息',font=('宋体',14)) lab = tkinter.Label(root,text='你好!请填入注册信息',font=('宋体',14))
lab.place(x=o,y=) lab.place(x=o,y=0)
lab1=tkinter Label(root,text='',font=("",12),fg="black")
lab1.Place(x=150,y=250)
lab2=tkinter Label(root,text='',font=("",12),fg="black")
lab2.Place(x=150,y=250)
lab3=tkinter Label(root,text='',font=("",12),fg="black")
lab3.Place(x=150,y=250)
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