Commit f4374cc8 by BellCodeEditor

save project

parent a5b5540c
Showing with 3 additions and 3 deletions
......@@ -4,11 +4,11 @@ rook=tkinter.Tk()
rook.title('注册')
rook.geometry('400x320+500+300')
a1=tkinter.Entry(rook,show=None,font=('宋体',14),bg='bloned',width=18)
a1=tkinter.Entry(rook,show=None,font=('宋体',14),bg='gold',width=18)
a1.place(x=140,y=60)
a2=tkinter.Entry(rook,show=None,font=('宋体',14),bg='grey',width=18)
a2=tkinter.Entry(rook,show=None,font=('宋体',14),bg='gold',width=18)
a2.place(x=140,y=100)
a3=tkinter.Entry(rook,show=None,font=('宋体',14),bg='grey',width=18)
a3=tkinter.Entry(rook,show=None,font=('宋体',14),bg='gold',width=18)
a3.place(x=140,y=140)
rook.mainloop()
......
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