Äîêóìåíò âçÿò èç êýøà ïîèñêîâîé ìàøèíû. Àäðåñ îðèãèíàëüíîãî äîêóìåíòà : http://kodomo.cmm.msu.ru/trac/cca/changeset/031f654a7b7da848986313abe1e4856dff5dfa04/Interface.py?old=1107500c639b8ff18cfb613b2037be90d2aa959c&old_path=%2FInterface.py
Äàòà èçìåíåíèÿ: Unknown
Äàòà èíäåêñèðîâàíèÿ: Sun Mar 2 00:10:20 2014
Êîäèðîâêà: IBM-866
Diff [1107500c639b8ff18cfb613b2037be90d2aa959c:031f654a7b7da848986313abe1e4856dff5dfa04] for Interface.py òÀÓ Cyclyc Cell Automata

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface.py

    r36 r39 ˆà
    271271ˆà
    272272#infoPanel=Frameˆà
    273ˆàautomata_frame=Frame(root, background="grey")ˆà
    ˆà273automata_frame=Frame(root, background="white")ˆà
    274274ˆà
    275275headline_frame=Frame(automata_frame, background="white")ˆà
    òÀæ òÀæ ˆà
    328328condition_frame=Frame(automata_frame, background="white")ˆà
    329329Label(condition_frame, text="0: ").grid(row=0, column=0)ˆà
    330ˆàc_button_0 = Checkbutton(condition_frame, variable=check_box[0])ˆà
    ˆà330c_button_0 = Checkbutton(condition_frame, variable=ckeckbox_nums[0])ˆà
    331331c_button_0.grid(row=0, column=1)ˆà
    332332Label(condition_frame, text="1: ").grid(row=0, column=2)ˆà
    333ˆàc_button_1 = Checkbutton(condition_frame, variable=check_box[1])ˆà
    ˆà333c_button_1 = Checkbutton(condition_frame, variable=ckeckbox_nums[1])ˆà
    334334c_button_1.grid(row=0, column=3)ˆà
    335335Label(condition_frame, text="2: ").grid(row=0, column=4)ˆà
    336ˆàc_button_2 = Checkbutton(condition_frame, variable=check_box[2])ˆà
    ˆà336c_button_2 = Checkbutton(condition_frame, variable=ckeckbox_nums[2])ˆà
    337337c_button_2.grid(row=0, column=5)ˆà
    338338Label(condition_frame, text="3: ").grid(row=1, column=0)ˆà
    339ˆàc_button_3 = Checkbutton(condition_frame, variable=check_box[3])ˆà
    ˆà339c_button_3 = Checkbutton(condition_frame, variable=ckeckbox_nums[3])ˆà
    340340c_button_3.grid(row=1, column=1)ˆà
    341341Label(condition_frame, text="4: ").grid(row=1, column=2)ˆà
    342ˆàc_button_4 = Checkbutton(condition_frame, variable=check_box[4])ˆà
    ˆà342c_button_4 = Checkbutton(condition_frame, variable=ckeckbox_nums[4])ˆà
    343343c_button_4.grid(row=1, column=3)ˆà
    344344Label(condition_frame, text="5: ").grid(row=1, column=4)ˆà
    345ˆàc_button_5 = Checkbutton(condition_frame, variable=check_box[5])ˆà
    ˆà345c_button_5 = Checkbutton(condition_frame, variable=ckeckbox_nums[5])ˆà
    346346c_button_5.grid(row=1, column=5)ˆà
    347347Label(condition_frame, text="6: ").grid(row=2, column=0)ˆà
    348ˆàc_button_6 = Checkbutton(condition_frame, variable=check_box[6])ˆà
    ˆà348c_button_6 = Checkbutton(condition_frame, variable=ckeckbox_nums[6])ˆà
    349349c_button_6.grid(row=2, column=1)ˆà
    350350Label(condition_frame, text="7: ").grid(row=2, column=2)ˆà
    351ˆàc_button_7 = Checkbutton(condition_frame, variable=check_box[7])ˆà
    ˆà351c_button_7 = Checkbutton(condition_frame, variable=ckeckbox_nums[7])ˆà
    352352c_button_7.grid(row=2, column=3)ˆà
    353353Label(condition_frame, text="8: ").grid(row=2, column=4)ˆà
    354ˆàc_button_8 = Checkbutton(condition_frame, variable=check_box[8])ˆà
    ˆà354c_button_8 = Checkbutton(condition_frame, variable=ckeckbox_nums[8])ˆà
    355355c_button_8.grid(row=2, column=5)ˆà
    356356condition_frame.pack(side="top")ˆà
Note: See TracChangeset for help on using the changeset viewer.