Commit 2acd6038 by BellCodeEditor

save project

parent 8fb4aa85
Showing with 9 additions and 0 deletions
lab1=tkinter.Label(root,texthh='用户名:',font=("宋体",12),fg="black")
lab1.place(x=60,y=80)
lab2=tkinter.Label(root,texthh='密码',font=("宋体",12),fg="black")
lab2.place(x=60,y=140)
lab3=tkinter.Label(root,texthh='确认密码',font=("宋体",12),fg="black")
lab3.place(x=50,y=200)
button1=tkinter.button(root,text='提交',bg="lightgreen",width=15)
button1
\ 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