Commit bc4a3544 by BellCodeEditor

save project

parent e2f27cc8
Showing with 20 additions and 2 deletions
......@@ -20,9 +20,26 @@ in_3 = tkinter.Entry(root,show='*',font=("宋体",14),
bg="light grey",width=25)
in_3.place(x=110,y=190)
#注释
#提示语
note_1 = tkinter.Label(root,text="您好,请输入用户信息",
font=("宋体",15),fg="BlueViolet",width=40,height=2,bg="PaleTurquoise1")
font=("宋体",15),fg="BlueViolet",width=40,height=2,
bg="PaleTurquoise1")
note_1.place(x=0,y=0)
note_2 = tkinter.Label(root,text="账户:",
font=("宋体",10),fg="black",width=10,height=2)
note_2.place(x=20,y=70)
note_3 = tkinter.Label(root,text="密码",
font=("宋体",10),fg="black",width=10,height=2)
note_3.place(x=20,y=130)
note_4 = tkinter.Label(root,text="确认密码",
font=("宋体",10),fg="black",width=10,height=2)
note_4.place(x=20,y=190)
root.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