Commit 70d0c6a4 by BellCodeEditor

auto save

parent 145fe74a
Showing with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ class My_login(): # 登录窗口 ...@@ -30,7 +30,7 @@ class My_login(): # 登录窗口
l = tkinter.Label(self.root, text='密 码:', font=("宋体", 12), l = tkinter.Label(self.root, text='密 码:', font=("宋体", 12),
fg="black") fg="black")
l.place(x=50, y=140) l.place(x=50, y=140)
# Entry单行文本输入框:用户名、密码 # Entry单行文本输入框:用户名、密码
self.e1 = tkinter.Entry(self.root, show=None, font=('宋体', 14), self.e1 = tkinter.Entry(self.root, show=None, font=('宋体', 14),
bg="light grey", width=18) # 显示成明文形式 bg="light grey", width=18) # 显示成明文形式
......
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