Commit b83a3871 by BellCodeEditor

save project

parent aec10d47
Showing with 7 additions and 0 deletions
......@@ -2,6 +2,7 @@ import tkinter
s=tkinter.Tk()
s.title("注册")
s.geometry("400x300+500+300")
s.resizable(width=False,height=False)
e1=tkinter.Entry(s,show=None,font=("宋体",14),bg="light grey",width=18)
e1.place(x=140,y=80)
......@@ -27,4 +28,9 @@ m.place(x=70,y=140)
m=tkinter.Label(s,text="确认密码:",font=("宋体",15),
width=0)
m.place(x=34,y=200)
button1=tkinter.Button(s,text="提交",bg="green",fg="blue",width=15)
button1.place(x=150,y=250)
e1=thinter.Entry()
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