Commit 333d52e0 by BellCodeEditor

save project

parent 145fe74a
Showing with 4 additions and 4 deletions
......@@ -74,16 +74,16 @@ class My_register(): # 注册窗口
self.e3.place(x=140, y=200)
# Label文本标签,窗口界面文字:用户名、密码、确认密码
lab = tkinter.Label(self.root, text='您好!请填写注册信息',
lab = tkinter.Label(self.root, text='动物园招募雪豹',
font=('宋体', 15),fg="black", width=40, height=2, bg="green")
lab.place(x=0, y=0)
lab1 = tkinter.Label(self.root, text='用户名:', font=("宋体", 12),
lab1 = tkinter.Label(self.root, text='名字', font=("宋体", 12),
fg="black")
lab1.place(x=60, y=80)
lab2 = tkinter.Label(self.root, text='密 码:', font=("宋体", 12),
lab2 = tkinter.Label(self.root, text='年龄', font=("宋体", 12),
fg="black")
lab2.place(x=60, y=140)
lab3 = tkinter.Label(self.root, text='确认密码:', font=("宋体", 12),
lab3 = tkinter.Label(self.root, text='工资', font=("宋体", 12),
fg="black")
lab3.place(x=50, y=200)
......
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