Commit 4294dec4 by BellCodeEditor

save project

parent f4374cc8
Showing with 8 additions and 5 deletions
......@@ -5,11 +5,14 @@ rook.title('注册')
rook.geometry('400x320+500+300')
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='gold',width=18)
a2.place(x=140,y=100)
a3=tkinter.Entry(rook,show=None,font=('宋体',14),bg='gold',width=18)
a3.place(x=140,y=140)
a1.place(x=130,y=60)
a2=tkinter.Entry(rook,show='*',font=('宋体',14),bg='gold',width=18)
a2.place(x=130,y=100)
a3=tkinter.Entry(rook,show='*',font=('宋体',14),bg='gold',width=18)
a3.place(x=130,y=140)
b1=tkinter.Label(rook,text='用户名',font=('宋体',14),bg='black',width=8)
b1.place(x=60,y=60)
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