Commit 117a0db2 by BellCodeEditor

save project

parent 7237609d
Showing with 22 additions and 1 deletions
import tkinter
r
ro = tkinter.Tk()
ro.title("le")
ro.geometry("500x500+500+300")
e1=tkinter.Entry(ro,show=None,font=("宋体",14),bg="red",width=18)
e1.place(x=110,y=150)
e2=tkinter.Entry(ro,show=None,font=("宋体",14),bg="red",width=18)
e2.place(x=110,y=200)
e3=tkinter.Entry(ro,show=None,font=("宋体",14),bg="red",width=18)
e3.place(x=110,y=250)
l1=tkinter.Label(ro,text="您好请注册",font=("宋体",15),fg="green",bg="white",width=49,height=1)
l1.place(x=0,y=50)
l2=tkinter.Label(ro,text="账号",font=("宋体",15),fg="green",width=8,height=1)
l2.place(x=20,y=150)
l3=tkinter.Label(ro,text="密码",font=("宋体",15),fg="green",width=8,height=1)
l3.place(x=20,y=200)
l3=tkinter.Label(ro,text="确认密码",font=("宋体",15),fg="green",width=8,height=1)
l3.place(x=20,y=250)
ro.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