Commit a1a19557 by BellCodeEditor

save project

parent 0651e310
Showing with 11 additions and 1 deletions
import tkinter
rood = tkinter.Tk()
rood.title("登入")
rood.geometry("400x300+500+300")
e1=tkinter.Entry(rood,show=None,font=("宋体",14),bg="red",width=18)
e1.place(x=120,y=80)
e2=tkinter.Entry(rood,show="*",font=("宋体",14),bg="red",width=18)
e2.place(x=120,y=120)
e3=tkinter.Entry(rood,show="*",font=("宋体",14),bg="red",width=18)
e3.place(x=120,y=160)
rood.mainloop()
\ No newline at end of file
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