Commit 311cddb2 by BellCodeEditor

save project

parent 0bf09d34
Showing with 1 additions and 1 deletions
...@@ -8,6 +8,6 @@ e2=tkinter.Entry(root,show="*",font=('宋体,14'),bg="light grey",width=18) ...@@ -8,6 +8,6 @@ e2=tkinter.Entry(root,show="*",font=('宋体,14'),bg="light grey",width=18)
e2.place(x=140,y=120) e2.place(x=140,y=120)
e3=tkinter.Entry(root,show="*",font=('宋体,14'),bg="light grey",width=18) e3=tkinter.Entry(root,show="*",font=('宋体,14'),bg="light grey",width=18)
e3.place(x=140,y=160) e3.place(x=140,y=160)
lab=tkinter.Label(root,text='您好!请填写注册信息',font="宋体,18") lab=tkinter.Label(root,text='您好!请填写注册信息',font="宋体,18",fg='red')
lab.place(x=15,y=10) lab.place(x=15,y=10)
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