Commit 92845d5f by BellCodeEditor

save project

parent 97739c9e
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ from tkinter import * ...@@ -5,7 +5,7 @@ from tkinter import *
# 建立窗口对象 # 建立窗口对象
root = Tk() root = Tk()
root.title("注册") # 设置窗口标题 root.title("注册") # 设置窗口标题
root.geometry("400x320+0+0") # 设置窗口大小 root.geometry("400x320+310+110") # 设置窗口大小
# 用户输入框 # 用户输入框
User = Entry(root,show = None,font = ('宋体',14),bg = "light grey",width = 18) # 显示成明文形式 User = Entry(root,show = None,font = ('宋体',14),bg = "light grey",width = 18) # 显示成明文形式
......
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