Commit 8e4c3c05 by BellCodeEditor

save project

parent e210bec1
Showing with 1 additions and 0 deletions
...@@ -31,6 +31,7 @@ class My_login(): # 登录窗口 ...@@ -31,6 +31,7 @@ class My_login(): # 登录窗口
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