Commit ea9eebe0 by BellCodeEditor

save project

parent 8d2ae335
Showing with 7 additions and 0 deletions
...@@ -3,3 +3,9 @@ self.name= self.e1.get() ...@@ -3,3 +3,9 @@ self.name= self.e1.get()
self.password1 = self.e2.get() self.password1 = self.e2.get()
self.password2= self.e3.get() self.password2= self.e3.get()
return self.name, self.password1, self.password2 return self.name, self.password1, self.password2
button1 = tkinter.Button(self.root,text='提交'bg="lghtblue",
width=15,command=register)
button1.place(x=230,y=250)
button2 = tkiter.Button(self.root, text='取消'bg="lghtblue",
width=15,command=reg_to_login)
button22.place(x=80,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