Commit 88b83152 by BellCodeEditor

save project

parent 6f1bc546
Showing with 1 additions and 1 deletions
......@@ -108,7 +108,7 @@ class My_login(): # 登录窗口
self.root.resizable(width=False, height=False)
# True可以拉伸,False不能拉伸
def show(self): # 登录界面的所有控件
def show(self): # 登录界面的所有控件
# Label文本标签,界面提示信息
l = tkinter.Label(self.root, text='您好!请登录', bg='green',
font=('宋体', 15), width=40, height=2)
......
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