Commit f180bbe0 by BellCodeEditor

save project

parent 76898b3b
Showing with 3 additions and 0 deletions
......@@ -14,4 +14,6 @@ w=tk.Label(root,text="密码:",font=("宋体",14),fg="red")
w.place(x=160,y=60)
e=tk.Label(root,text="确认密码:",font=("宋体",14),fg="red")
e.place(x=120,y=80)
r=tk.Button(root,text="提交",fg="blue",width=13)
r.place(x=150,y=250)
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