Commit 05a3548c by BellCodeEditor

auto save

parent cd9b7dc7
Showing with 2 additions and 0 deletions
...@@ -31,5 +31,7 @@ ab3.place(x=20,y=130) ...@@ -31,5 +31,7 @@ ab3.place(x=20,y=130)
ab4 = tkinter.Label(root, text='确认密码:', font=('宋体', 15), ab4 = tkinter.Label(root, text='确认密码:', font=('宋体', 15),
fg="black", height=2) fg="black", height=2)
ab4.place(x=20,y=190) ab4.place(x=20,y=190)
# 保持窗口监听,进入消息循环 # 保持窗口监听,进入消息循环
root.mainloop() root.mainloop()
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