Commit f5db83db by BellCodeEditor

save project

parent d342feb7
Showing with 10 additions and 2 deletions
...@@ -19,4 +19,12 @@ rb1.place(x=50,y=50) ...@@ -19,4 +19,12 @@ rb1.place(x=50,y=50)
rb2.place(x=50,y=100) rb2.place(x=50,y=100)
rb3.place(x=50,y=150) rb3.place(x=50,y=150)
rb4.place(x=50,y=200) rb4.place(x=50,y=200)
root.mainloop() root.mainloop()
\ No newline at end of file self.y = 20
self.val = 0
self.v = IntVar()
for inffo in alist:
self.canvas.create_text(40,self.y, text=info
fon=("宋体"11)anchor=wfill='#FF9900')
self.select = tkinter.Radiobutton()
self.y +=30
\ 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