Commit 9a761ba2 by BellCodeEditor

save project

parent e6e006af
Showing with 5 additions and 1 deletions
...@@ -10,7 +10,10 @@ e2=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18) ...@@ -10,7 +10,10 @@ e2=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18)
e2.place(x=100,y=120) e2.place(x=100,y=120)
e3=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18) e3=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18)
e3.place(x=100,y=90) e3.place(x=100,y=90)
lab=tkinter.Label(s,text="您好!请填写注册信息",font=("宋体",15),
fg="red",width=40,height=2,bg="green")
lab.place(x=0,y=0)
s.mainloop() s.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