Commit 93d1c27a by BellCodeEditor

save project

parent c42c10cd
Showing with 1 additions and 1 deletions
...@@ -46,7 +46,7 @@ class My_login(): # 登录窗口 ...@@ -46,7 +46,7 @@ class My_login(): # 登录窗口
def show(self): # 登录界面的所有控件 def show(self): # 登录界面的所有控件
# Label文本标签,界面提示信息 # Label文本标签,界面提示信息
l = tkinter.Label(self.root, text='您好!请登录', bg='green', l = tkinter.Label(root, text='Hello!Please white your messages.', font=('ink free', 15)
font=('宋体', 15), width=40, height=2) font=('宋体', 15), width=40, height=2)
l.place(x=0, y=0) l.place(x=0, y=0)
l = tkinter.Label(self.root, text='用户名:', font=("宋体", 12), l = tkinter.Label(self.root, text='用户名:', font=("宋体", 12),
......
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