Commit b88e675f by BellCodeEditor

save project

parent 70f08e9b
Showing with 0 additions and 1 deletions
...@@ -10,7 +10,6 @@ root.geometry("400x320+500+300") # 设置窗口大小 ...@@ -10,7 +10,6 @@ root.geometry("400x320+500+300") # 设置窗口大小
# 密码输入框,左上角坐标:x:140,y:140 # 密码输入框,左上角坐标:x:140,y:140
e2 = tkinter.Entry(root) e2 = tkinter.Entry(root)
? ?
# 注册界面上的文字标签 # 注册界面上的文字标签
lab = tkinter.Label(root, text='您好!请填写注册信息', font=('宋体', 15), lab = tkinter.Label(root, text='您好!请填写注册信息', font=('宋体', 15),
fg="black",width=40, height=2,bg="green") fg="black",width=40, height=2,bg="green")
......
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