Commit 063507ab by BellCodeEditor

auto save

parent 74466610
Showing with 7 additions and 2 deletions
...@@ -2,4 +2,10 @@ import tkinter ...@@ -2,4 +2,10 @@ import tkinter
root = tkinter.Tk() root = tkinter.Tk()
root.title('注册') root.title('注册')
root.geometry('400x300+500+300') root.geometry('400x300+500+300')
root.mainloop() e = tkinter.Entry(root,show=None,font = ('宋体',14),bg = 'light grey',width=18)
\ No newline at end of file e.place(x=140,y=80)
e = tkinter.Entry(root,show=None,font = ('宋体',14),bg = 'light grey',width=18)
e.place(x=140,y=120)
e = tkinter.Entry(root,show=None,font = ('宋体',14),bg = 'light grey',width=18)
e.place(x=140,y=160)
root.mainloop()
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