Commit e97ce259 by BellCodeEditor

save project

parent 46cc80bc
Showing with 2 additions and 0 deletions
...@@ -16,4 +16,5 @@ e2 = tkinter.Entry(root,show="b",font=('宋体',14),width=8) ...@@ -16,4 +16,5 @@ e2 = tkinter.Entry(root,show="b",font=('宋体',14),width=8)
e2.place(x=100,y=40) e2.place(x=100,y=40)
e3 = tkinter.Entry(root,show="s",font=('宋体',14),width=8) e3 = tkinter.Entry(root,show="s",font=('宋体',14),width=8)
e3.place(x=60,y=0) e3.place(x=60,y=0)
button=tkinter.Butto(root,text='提交',bg="lightgreen",width=15, command=register)
root.mainloop() root.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