Commit 035377c9 by BellCodeEditor

save project

parent d70dde05
Showing with 18 additions and 3 deletions
import tkinter
room = tkinter.TK()
room.title("注册")
room.gometry("400x320+500+300")
rook = tkinter.TK()
rook.title("注册")
rook.gometry("400x320+500+300")
e1=tkinter.Entry(root,show=None,font=('宋体',14),bg='light greu',width=18)
e1.place(x=140,y=80)
e2=tkinter.Entry(root,show='!',font=('宋体',14),bg='light greu',width=18)
e2.place(x=140,y=140)
e3=tkinter.Entry(root,show='!',font=('宋体',14),bg='light greu',width=18)
e3.place(x=140,y=200)
lab1=tkinter.Label(root,text=('请输入账号和密码'),font=('宋体',18),fg='black',bg='green',width=40,height=2)
lab1.place(x=-50,y=0)
lab2=tkinter.Label(root,text=('用户名'),font=('宋体',18),fg='black',width=5)
lab2.place(x=80,y=80)
lab3=tkinter.Label(root,text=('密码'),font=('宋体',18),fg='black',width=5)
lab3.place(x=80,y=140)
lab4=tkinter.Label(root,text=('再次输入密码'),font=('宋体',18),fg='black',width=14)
lab4.place(x=10,y=200)
room.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