Commit a5b5540c by BellCodeEditor

save project

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