Commit 39586090 by BellCodeEditor

save project

parent 8043f913
Showing with 13 additions and 8 deletions
......@@ -2,15 +2,20 @@ import tkinter
robot=tkinter.Tk()
robot.title("注册")
robot.geometry("400x320+300+400")
e3=tkinter.Entry(robot,show=Nome,front=(体,"14"),bg=("light grey"),width)
e3=tkinter.Entry(robot,show=Nome,front=(体,"14"),bg=("light grey"),width)
e3.place(x=140,y=80)
e3=tkinter.Entry(robot,show="*",front=(体,"14"),bg=("light grey"),width)
e3=tkinter.Entry(robot,show="*",front=(体,"14"),bg=("light grey"),width)
e3.place(x=140,y=140)
e3=tkinter.Entry(robot,show=Nome,front=(体,"14"),bg=("light grey"),width)
e3=tkinter.Entry(robot,show=Nome,front=(体,"14"),bg=("light grey"),width)
e3.place(x=140,y=200)
lab1=tkinter.Label(robot,text("用户名")fromt(,"14"),bg="black")
lab1=tkinter.Label(robot,text("用户名")fromt(宋体,"14"),bg="black")
lab1.place(x=60,y=80)
lab1=tkinter.Label(robot,text("用户名")fromt(,"14"),bg="black")
lab1=tkinter.Label(robot,text("用户名")fromt(宋体,"14"),bg="black")
lab1.place(x=60,y=140)
lab1=tkinter.Label(robot,text("用户名")fromt(,"14"),bg="black")
lab1.place(x=60,y=200)
\ No newline at end of file
lab1=tkinter.Label(robot,text("用户名")fromt(宋体,"14"),bg="black")
lab1.place(x=60,y=200)
def register():
e3=get()
print("点击了提交按钮"name)
d=tkinter.Button(robot,text("提交"),fromt(宋体,"14"),bg="black",width=1,height=8,command=register)
d.place=(x=150,y=250)
\ 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