Commit 3587c155 by BellCodeEditor

auto save

parent 73cd0eab
Showing with 4 additions and 4 deletions
{"用户名":"python"} {"用户名":""}
{"密码":"1372饿"} {"密码":""}
{"确认密码":"ehalh"} {"确认密码":""}
...@@ -21,7 +21,7 @@ d=tkinter.Entry(root,show="*",font=("宋体",14),width=18) ...@@ -21,7 +21,7 @@ d=tkinter.Entry(root,show="*",font=("宋体",14),width=18)
d.place(x=130,y=100) d.place(x=130,y=100)
e=tkinter.Entry(root,show="*",font=("宋体",14),width=18) e=tkinter.Entry(root,show="*",font=("宋体",14),width=18)
e.place(x=130,y=140) e.place(x=130,y=140)
f=tkinter.Label(root,text="您好!请填写注册信息",font=("宋体",15),fg="black",width=40,height=2,bg="red") f=tkinter.Label(root,text="您好!请填写注册信息",font=("宋体",15),fg="black",bg="red")
f.place(x=0,y=0) f.place(x=0,y=0)
g=tkinter.Label(root,text="账号 :",font=("宋体",14)) g=tkinter.Label(root,text="账号 :",font=("宋体",14))
g.place(x=50,y=60) g.place(x=50,y=60)
......
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