Commit 988c5f0d by BellCodeEditor

save project

parent d70bbd5d
Showing with 6 additions and 3 deletions
......@@ -10,9 +10,12 @@ yee3 = tkinter.Entry(root,show='*',font=('宋体',20),bg='yellow',width=15)
yee3.place(x=100,y=220)
L = tkinter.Label(root,text='我是一个没有用的窗口',font=('宋体',14),fg='red',bg='blue',width=40,height=2)
L.place(x=0,y=20)
L1 = tkinter.Label(root,text='勇壶民',font=('宋体',14),fg='green',width=5,height=2)
L1.place(x=20,y=95)
L2 = tkinter.Label(root,text='迷妈',font=('宋体',14),fg='green',width=5,height=2)
L2.place(x=20,y=175)
L3 = tkinter.Label(root,text='缺人米妈',font=('宋体',14),fg='green',width=9,height=2)
L3.place(x=0,y=215)
......
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