Commit 8043f913 by BellCodeEditor

save project

parent 75eef384
Showing with 13 additions and 1 deletions
...@@ -2,4 +2,15 @@ import tkinter ...@@ -2,4 +2,15 @@ import tkinter
robot=tkinter.Tk() robot=tkinter.Tk()
robot.title("注册") robot.title("注册")
robot.geometry("400x320+300+400") robot.geometry("400x320+300+400")
robot.mainloop() 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.place(x=140,y=140)
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.place(x=60,y=80)
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
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