Commit 647b685d by BellCodeEditor

auto save

parent 855e6455
Showing with 3 additions and 1 deletions
......@@ -27,6 +27,7 @@ e2.place(x=140,y=140)
# 确认密码输入框,左上角坐标:x:140,y:200
e3=tkinter.Entry(root,show="*",font=("宋体",14),bg="light grey",width=18)
e3.place(x=140,y=200)
root.resizable(width=ture,height=ture)
root.resizable(width=False,height=False)
button1=tkinter.Bueeon(root,text="提交")
# 保持窗口监听,进入消息循环
root.mainloop()
\ 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