Äîêóìåíò âçÿò èç êýøà ïîèñêîâîé ìàøèíû. Àäðåñ îðèãèíàëüíîãî äîêóìåíòà : http://kodomo.cmm.msu.ru/trac/cca/changeset/313db779039782aff334f587a64e491e4e4a8642
Äàòà èçìåíåíèÿ: Unknown
Äàòà èíäåêñèðîâàíèÿ: Mon Apr 11 00:28:52 2016
Êîäèðîâêà: IBM-866
Changeset 33:313db7790397 òÀÓ Cyclyc Cell Automata

Changeset 33:313db7790397


Ignore:
Timestamp:
12/05/10 12:35:31 (5 years ago)
Author:
Ilia
Branch:
default
Message:

checkbox correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface.py

    r32 r33 ˆà
    311311ˆà
    312312ˆà
    ˆà313check_box = [0, 0, 0, 0, 0, 0, 0, 0, 0]ˆà
    ˆà314ˆà
    313315condition = Label(automata_frame, text= "Condition of conversion")ˆà
    314316condition.pack(side="top", fill="x")ˆà
    315317condition_frame=Frame(automata_frame, background="white")ˆà
    316318Label(condition_frame, text="0: ").grid(row=0, column=0)ˆà
    317ˆàcheck_box_0 = Checkbutton(condition_frame)ˆà
    318ˆàcheck_box_0.grid(row=0, column=1)ˆà
    ˆà319c_box_0 = Checkbutton(condition_frame, variable = check_box[0], onvalue = 1, offvalue = 0)ˆà
    ˆà320c_box_0.grid(row=0, column=1)ˆà
    319321Label(condition_frame, text="1: ").grid(row=0, column=2)ˆà
    320ˆàcheck_box_1 = Checkbutton(condition_frame)ˆà
    321ˆàcheck_box_1.grid(row=0, column=3)ˆà
    ˆà322c_box_1 = Checkbutton(condition_frame, variable = check_box[1], onvalue = 1, offvalue = 0)ˆà
    ˆà323c_box_1.grid(row=0, column=3)ˆà
    322324Label(condition_frame, text="2: ").grid(row=0, column=4)ˆà
    323ˆàcheck_box_2 = Checkbutton(condition_frame)ˆà
    324ˆàcheck_box_2.grid(row=0, column=5)ˆà
    ˆà325c_box_2 = Checkbutton(condition_frame, variable = check_box[2], onvalue = 1, offvalue = 0)ˆà
    ˆà326c_box_2.grid(row=0, column=5)ˆà
    325327Label(condition_frame, text="3: ").grid(row=1, column=0)ˆà
    326ˆàcheck_box_0 = Checkbutton(condition_frame)ˆà
    327ˆàcheck_box_0.grid(row=1, column=1)ˆà
    ˆà328c_box_3 = Checkbutton(condition_frame, variable = check_box[3], onvalue = 1, offvalue = 0)ˆà
    ˆà329c_box_3.grid(row=1, column=1)ˆà
    328330Label(condition_frame, text="4: ").grid(row=1, column=2)ˆà
    329ˆàcheck_box_1 = Checkbutton(condition_frame)ˆà
    330ˆàcheck_box_1.grid(row=1, column=3)ˆà
    ˆà331c_box_4 = Checkbutton(condition_frame, variable = check_box[4], onvalue = 1, offvalue = 0)ˆà
    ˆà332c_box_4.grid(row=1, column=3)ˆà
    331333Label(condition_frame, text="5: ").grid(row=1, column=4)ˆà
    332ˆàcheck_box_2 = Checkbutton(condition_frame)ˆà
    333ˆàcheck_box_2.grid(row=1, column=5)ˆà
    ˆà334c_box_5 = Checkbutton(condition_frame, variable = check_box[5], onvalue = 1, offvalue = 0)ˆà
    ˆà335c_box_5.grid(row=1, column=5)ˆà
    334336Label(condition_frame, text="6: ").grid(row=2, column=0)ˆà
    335ˆàcheck_box_0 = Checkbutton(condition_frame)ˆà
    336ˆàcheck_box_0.grid(row=2, column=1)ˆà
    ˆà337c_box_6 = Checkbutton(condition_frame, variable = check_box[6], onvalue = 1, offvalue = 0)ˆà
    ˆà338c_box_6.grid(row=2, column=1)ˆà
    337339Label(condition_frame, text="7: ").grid(row=2, column=2)ˆà
    338ˆàcheck_box_1 = Checkbutton(condition_frame)ˆà
    339ˆàcheck_box_1.grid(row=2, column=3)ˆà
    ˆà340c_box_7 = Checkbutton(condition_frame, variable = check_box[7], onvalue = 1, offvalue = 0)ˆà
    ˆà341c_box_7.grid(row=2, column=3)ˆà
    340342Label(condition_frame, text="8: ").grid(row=2, column=4)ˆà
    341ˆàcheck_box_2 = Checkbutton(condition_frame)ˆà
    342ˆàcheck_box_2.grid(row=2, column=5)ˆà
    ˆà343c_box_8 = Checkbutton(condition_frame, variable = check_box[8], onvalue = 1, offvalue = 0)ˆà
    ˆà344c_box_8.grid(row=2, column=5)ˆà
    343345condition_frame.pack(side="top")ˆà
    344346ˆà
Note: See TracChangeset for help on using the changeset viewer.