Commit e715de4a by BellCodeEditor

save project

parent 6603d42e
Showing with 1 additions and 0 deletions
......@@ -26,6 +26,7 @@ l1=tkinter.Label(root,text="密码:",font=("宋体",14),fg="red",width=8)
l1.place(x=50,y=140)
l1=tkinter.Label(root,text="确认密码:",font=("宋体",14),fg="red",width=8)
l1.place(x=50,y=200)
root.resizable(width=False,height=False)
# 保持窗口监听,进入消息循环
......
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