Commit 55e2134d by BellCodeEditor

save project

parent 328b62c5
Showing with 7 additions and 0 deletions
import tkinter
rook = tkinter.Tk()
rook.title('注册')
def wod():
name=e1.get
mima=e2.get
rook.geometry('400x320+500+300')
e1=tkinter.Entry(rook,show=None,font=('宋体',14),bg='light grey',width=18)
e1.place(x=140,y=80)
rook.resizable(width=False,height=False)
e2=tkinter.Entry(rook,show='*',font=('宋体',14),bg='light grey',width=18)
e2.place(x=140,y=140)
e3=tkinter.Entry(rook,show='*',font=('宋体',14),bg='light grey',width=18)
......@@ -16,5 +20,7 @@ lab3=tkinter.Label(rook,text=('密码'),font=('宋体',12),fg='black',width=5)
lab3.place(x=80,y=140)
lab4=tkinter.Label(rook,text=('再次输入密码'),font=('宋体',12),fg='black',width=14)
lab4.place(x=10,y=200)
b1=tkinter.Button(rook,text=('提交'),font=('宋体',12),bg='green',command=wod)
b1.place(x=150,y=270)
rook.mainloop()
++ "b/\346\226\260\345\273\272 \346\226\207\346\234\254\346\226\207\346\241\243.txt"
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