Commit 39d9a61b by BellCodeEditor

auto save

parent 7dada20d
Showing with 4 additions and 0 deletions
...@@ -9,6 +9,10 @@ e2=tkinter.Entry(root,show=None,font=('宋体',14),width=18) ...@@ -9,6 +9,10 @@ e2=tkinter.Entry(root,show=None,font=('宋体',14),width=18)
e2.place(x=140,y=130) e2.place(x=140,y=130)
e3=tkinter.Entry(root,show=None,font=('宋体',14),width=18) e3=tkinter.Entry(root,show=None,font=('宋体',14),width=18)
e3.place(x=140,y=180) e3.place(x=140,y=180)
lab=tkinter.Label(root,text='您好!请填写注册信息',font=('宋体',15),
fg='black',width=40,height=2,bg='light green')
lab.place(x=0,y=0)
#保持窗口监听,进入消息循环 #保持窗口监听,进入消息循环
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