Commit 11cdbe95 by BellCodeEditor

save project

parent 9f05413f
Showing with 1 additions and 1 deletions
...@@ -33,7 +33,7 @@ lab = tkinter.Label(root, text='qm', font=('宋体', 12),fg="black") ...@@ -33,7 +33,7 @@ lab = tkinter.Label(root, text='qm', font=('宋体', 12),fg="black")
lab.place(x=50,y=200) lab.place(x=50,y=200)
button=tkinter.Button(root,text="拿来",by="lightgreen",width=15,command=register) button=tkinter.Button(root,text="拿来",bg="lightgreen",width=15,command=register)
button.place(x=150,y=250) button.place(x=150,y=250)
......
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