Changeset 39:031f654a7b7d
- Timestamp:
- 12/05/10 15:12:30 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Interface.py
r36 r39 ˆà 271 271 ˆà 272 272 #infoPanel=Frameˆà 273 ˆà automata_frame=Frame(root, background=" grey")ˆàˆà 273 automata_frame=Frame(root, background="white")ˆà 274 274 ˆà 275 275 headline_frame=Frame(automata_frame, background="white")ˆà òÀæ òÀæ ˆà 328 328 condition_frame=Frame(automata_frame, background="white")ˆà 329 329 Label(condition_frame, text="0: ").grid(row=0, column=0)ˆà 330 ˆà c_button_0 = Checkbutton(condition_frame, variable=c heck_box[0])ˆàˆà 330 c_button_0 = Checkbutton(condition_frame, variable=ckeckbox_nums[0])ˆà 331 331 c_button_0.grid(row=0, column=1)ˆà 332 332 Label(condition_frame, text="1: ").grid(row=0, column=2)ˆà 333 ˆà c_button_1 = Checkbutton(condition_frame, variable=c heck_box[1])ˆàˆà 333 c_button_1 = Checkbutton(condition_frame, variable=ckeckbox_nums[1])ˆà 334 334 c_button_1.grid(row=0, column=3)ˆà 335 335 Label(condition_frame, text="2: ").grid(row=0, column=4)ˆà 336 ˆà c_button_2 = Checkbutton(condition_frame, variable=c heck_box[2])ˆàˆà 336 c_button_2 = Checkbutton(condition_frame, variable=ckeckbox_nums[2])ˆà 337 337 c_button_2.grid(row=0, column=5)ˆà 338 338 Label(condition_frame, text="3: ").grid(row=1, column=0)ˆà 339 ˆà c_button_3 = Checkbutton(condition_frame, variable=c heck_box[3])ˆàˆà 339 c_button_3 = Checkbutton(condition_frame, variable=ckeckbox_nums[3])ˆà 340 340 c_button_3.grid(row=1, column=1)ˆà 341 341 Label(condition_frame, text="4: ").grid(row=1, column=2)ˆà 342 ˆà c_button_4 = Checkbutton(condition_frame, variable=c heck_box[4])ˆàˆà 342 c_button_4 = Checkbutton(condition_frame, variable=ckeckbox_nums[4])ˆà 343 343 c_button_4.grid(row=1, column=3)ˆà 344 344 Label(condition_frame, text="5: ").grid(row=1, column=4)ˆà 345 ˆà c_button_5 = Checkbutton(condition_frame, variable=c heck_box[5])ˆàˆà 345 c_button_5 = Checkbutton(condition_frame, variable=ckeckbox_nums[5])ˆà 346 346 c_button_5.grid(row=1, column=5)ˆà 347 347 Label(condition_frame, text="6: ").grid(row=2, column=0)ˆà 348 ˆà c_button_6 = Checkbutton(condition_frame, variable=c heck_box[6])ˆàˆà 348 c_button_6 = Checkbutton(condition_frame, variable=ckeckbox_nums[6])ˆà 349 349 c_button_6.grid(row=2, column=1)ˆà 350 350 Label(condition_frame, text="7: ").grid(row=2, column=2)ˆà 351 ˆà c_button_7 = Checkbutton(condition_frame, variable=c heck_box[7])ˆàˆà 351 c_button_7 = Checkbutton(condition_frame, variable=ckeckbox_nums[7])ˆà 352 352 c_button_7.grid(row=2, column=3)ˆà 353 353 Label(condition_frame, text="8: ").grid(row=2, column=4)ˆà 354 ˆà c_button_8 = Checkbutton(condition_frame, variable=c heck_box[8])ˆàˆà 354 c_button_8 = Checkbutton(condition_frame, variable=ckeckbox_nums[8])ˆà 355 355 c_button_8.grid(row=2, column=5)ˆà 356 356 condition_frame.pack(side="top")ˆà
Note: See TracChangeset
for help on using the changeset viewer.