Commit 7dcacbab by BellCodeEditor

auto save

parent d342feb7
Showing with 7 additions and 2 deletions
...@@ -49,8 +49,13 @@ class My_login(): # 登录窗口 ...@@ -49,8 +49,13 @@ class My_login(): # 登录窗口
self.root.title("登录窗口") self.root.title("登录窗口")
self.root.geometry('400x300+500+300') self.root.geometry('400x300+500+300')
self.root.resizable(width=False, height=False) # True可以拉伸,False不能拉伸 self.root.resizable(width=False, height=False) # True可以拉伸,False不能拉伸
self.y = 20
def show(self): # 登录界面的所有控件 self.scelect= tkinter.Radiobutton(self.canvas,image = self.box,value = )
for info in alist:
self.canvas.create_text(40,self,y)
def show(self):
into = self.ent.get()
self.end # 登录界面的所有控件
# Label文本标签,界面提示信息 # Label文本标签,界面提示信息
l = tkinter.Label(self.root, text='您好!请登录', bg='green', l = tkinter.Label(self.root, text='您好!请登录', bg='green',
font=('宋体', 15), width=40, height=2) 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