Commit 8dc61b71 by BellCodeEditor

save project

parent 449ae330
Showing with 12 additions and 0 deletions
import tkinter
root = tkinter.Tk()
root.title("注册")
root.geometry("400x320+500+300")
root.mainloop()
e1 = tkinter.Entry(root,show="sb",font=('宋体',14),dg="light grey",width=18,cursor="plus")
e1.place(x=140,y=80)
lab = tkinter.Label(root,text='你好!请填写注册信息',font=('宋体',15),fg="blue",width=40,height=2,bg="red",cursor='circle')
lab.place(x=0,y=0)
lab1 =tkinter.Label(root,text='用户名:',font=('宋体',12),fg="black",cursor="plus")
lab1.place(x=60,y=80)
\ 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