Commit d481a8a7 by BellCodeEditor

save project

parent 09ab299a
Showing with 7 additions and 0 deletions
......@@ -2,4 +2,10 @@ import tkinter as tk
root=tk.Tk()
root.title("注册")
root.geometry("400x320+500+300") #数字×数字=大小 数字=x 数字=y
e=tk.Entry(root,show="*",font=("宋体",14),bg="light grey",width=18)
e.place(x=140,y=80)
b=tk.Entry(root,show="*",font=("宋体",14),bg="light grey",width=18)
b.place(x=140,y=60)
a=tk.Entry(root,font=("宋体",14),bg="light grey",width=18)
a.place(x=140,y=40)
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