Commit a992d6f4 by BellCodeEditor

save project

parent deecf1ac
Showing with 5 additions and 2 deletions
......@@ -31,7 +31,9 @@ text_number.place(x=50,y=140) # 提示位置
text_numbers = tkinter.Label(root, text='确认密码:', font=('宋体', 15),fg="black") # 确认密码
text_numbers.place(x=30,y=200) # 提示位置
button = tkinter.Button(root,text='提交',font=(('宋体'),15),bg='green',command=register) # 提交按钮
button.place(x=200,y=240) # 按钮位置
button = tkinter.Button(root,text='注册',font=(('宋体'),15),bg='green',command=register) # 注册按钮
button.place(x=280,y=240) # 按钮位置
widge = tkinter.Button(root,text='登录',font=(('宋体'),15),bg='green',command=register) # 登录按钮
widge.place(x=140,y=240) # 按钮位置
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