Commit ca81573a by BellCodeEditor

save project

parent d4d5dd30
Showing with 6 additions and 1 deletions
......@@ -49,7 +49,12 @@ class My_login(): # 登录窗口
self.root.title("登录窗口")
self.root.geometry('400x300+500+300')
self.root.resizable(width=False, height=False) # True可以拉伸,False不能拉伸
def remove(self):
num = self.v.get()
alist.pop(num)
self.canvas.destroy()
app.show()
def show(self): # 登录界面的所有控件
# Label文本标签,界面提示信息
l = tkinter.Label(self.root, text='您好!请登录', 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