Commit ac981df1 by BellCodeEditor

save project

parent 1a3f6567
Showing with 1 additions and 1 deletions
...@@ -26,7 +26,7 @@ lab1.place(x=60,y=80) ...@@ -26,7 +26,7 @@ lab1.place(x=60,y=80)
lab2 = tkinter.Label(root, text='1', font=('宋体', 15), lab2 = tkinter.Label(root, text='1', font=('宋体', 15),
fg="black") fg="black")
lab2.place(x=60,y=140) lab2.place(x=60,y=140)
lab = tkinter.Label(root, text='1', font=('宋体', 15), lab3 = tkinter.Label(root, text='1', font=('宋体', 15),
fg="black") fg="black")
lab3.place(x=60,y=200) lab3.place(x=60,y=200)
b=tkinter.Button(root,text="1",bg="yellow",width=15) b=tkinter.Button(root,text="1",bg="yellow",width=15)
......
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