Commit 26464189 by BellCodeEditor

auto save

parent dfc63870
Showing with 1 additions and 1 deletions
......@@ -45,7 +45,7 @@ def login(): # 登录验证
class My_login(): #登录窗口
def __init__(self):
self.root = tkinter.Tk()#建立窗口对象
self.root.title("登录")#设置窗口标题
self.root.title("登录窗口")#设置窗口标题
self.root.geometry("400x320+500+300")#设置文框大小
self.root.resizable(width=False,height=False)
......
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