Commit 01f58358 by BellCodeEditor

save project

parent cded02dd
Showing with 3 additions and 3 deletions
...@@ -100,13 +100,13 @@ class My_register(): # 注册窗口 ...@@ -100,13 +100,13 @@ class My_register(): # 注册窗口
lab.place(x=0, y=0) lab.place(x=0, y=0)
lab1 = tkinter.Label(self.root, text='用户名:', font=("宋体", 12), lab1 = tkinter.Label(self.root, text='用户名:', font=("宋体", 12),
fg="black") fg="black")
lab1.place(x=60, y=80) lab1.place(x=50, y=80)
lab2 = tkinter.Label(self.root, text='密 码:', font=("宋体", 12), lab2 = tkinter.Label(self.root, text='密 码:', font=("宋体", 12),
fg="black") fg="black")
lab2.place(x=60, y=140) lab2.place(x=50, y=140)
lab3 = tkinter.Label(self.root, text='确认密码:', font=("宋体", 12), lab3 = tkinter.Label(self.root, text='确认密码:', font=("宋体", 12),
fg="black") fg="black")
lab3.place(x=50, y=200) lab3.place(x=30, y=200)
# 注册界面的提交、取消按钮 # 注册界面的提交、取消按钮
button1 = tkinter.Button(self.root, text='提交', bg="lightblue", button1 = tkinter.Button(self.root, text='提交', bg="lightblue",
......
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