Commit d3b47ce1 by BellCodeEditor

save project

parent 145fe74a
Showing with 6 additions and 2 deletions
......@@ -93,6 +93,12 @@ class My_register(): # 注册窗口
button1.place(x=230, y=250)
button1 = tkinter.Button(self.root, text='取消', bg="lightgreen",
width=15, command=reg_to_login)
button1.place(x=80, y=250)
# 进入消息循环
self.root.mainloop()
......
{"admin": "123456"}
\ 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