Commit 53e367e8 by BellCodeEditor

save project

parent 145fe74a
Showing with 5 additions and 2 deletions
import tkinter
def login_to_reg(): # 登录界面转注册界面
pass
global app_reg
app_login.root.destroy()
app_reg=My_register()
app_reg.show()
def reg_to_login(): # 注册界面转登录界面
pass
......@@ -83,7 +86,7 @@ class My_register(): # 注册窗口
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