Commit fc675366 by BellCodeEditor

save project

parent 47e493ea
...@@ -116,7 +116,7 @@ class My_register(): # 注册窗口 ...@@ -116,7 +116,7 @@ class My_register(): # 注册窗口
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=50, y=200)
# 注册界面的提交、取消按钮 # 注册界面的提交、取消按钮
button1 = tkinter.Button(self.root, text='提交', bg="lightblue", button1 = tkinter.Button(self.root, text='提交', bg="lightblue",
width=15,command=register) width=15,command=register)
......
{"admin": "123456"} class Hero(object):class Hero(object):
\ No newline at end of file \ No newline at end of file
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