Commit 6b60fc8e by BellCodeEditor

save project

parent c789f841
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ import tkinter
r=tkinter.Tk()
r.title("new")
r.geometry("400x320+500+300")
r.resizable(width=False,height=Flase)
r.resizable(width=False,height=False)
emm=tkinter.Entry(r,show=None,font=("宋体",14),bg="light grey",width=18)
emm.place(x=140,y=80)
emmm=tkinter.Entry(r,show="*",font=("宋体",14),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