Commit 9529802e by BellCodeEditor

auto save

parent e795ca57
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ print(screenwidth,screenheight) ...@@ -15,7 +15,7 @@ print(screenwidth,screenheight)
root.title("window") root.title("window")
root.geometry("%dx%d+%d+%d" %(400,320,a,b)) root.geometry("%dx%d+%d+%d" %(400,320,a,b))
root.resizable(width=False,height=False) root.resizable(width=False,height=False)
c=tkinter.Entry(root,show=None,font=("宋体",14),width=18) c=tkinter.Entry(root,show=None,font=("宋体"),14,width=18)
c.place(x=130,y=60) c.place(x=130,y=60)
d=tkinter.Entry(root,show="*",font=("宋体",14),width=18) d=tkinter.Entry(root,show="*",font=("宋体",14),width=18)
d.place(x=130,y=100) d.place(x=130,y=100)
......
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