Annotation of generator/glade/generator.glade, revision 1.1.1.2

1.1       root        1: <?xml version="1.0"?>
                      2: <GTK-Interface>
                      3: 
                      4: <project>
                      5:   <name>Generator</name>
                      6:   <program_name>generator</program_name>
                      7:   <directory></directory>
                      8:   <source_directory></source_directory>
                      9:   <pixmaps_directory>pixmaps</pixmaps_directory>
                     10:   <language>C</language>
                     11:   <gnome_support>False</gnome_support>
                     12:   <gettext_support>False</gettext_support>
                     13:   <output_main_file>False</output_main_file>
                     14:   <output_build_files>False</output_build_files>
                     15:   <backup_source_files>False</backup_source_files>
                     16: </project>
                     17: 
                     18: <widget>
                     19:   <class>GtkWindow</class>
                     20:   <name>mainwin</name>
                     21:   <signal>
                     22:     <name>delete_event</name>
                     23:     <handler>on_main_delete_event</handler>
                     24:     <last_modification_time>Sun, 16 Sep 2001 18:56:40 GMT</last_modification_time>
                     25:   </signal>
                     26:   <signal>
                     27:     <name>destroy_event</name>
                     28:     <handler>on_main_destroy_event</handler>
                     29:     <last_modification_time>Sun, 16 Sep 2001 18:56:48 GMT</last_modification_time>
                     30:   </signal>
                     31:   <signal>
                     32:     <name>key_press_event</name>
                     33:     <handler>on_mainwin_key_event</handler>
                     34:     <last_modification_time>Sat, 29 Sep 2001 23:24:56 GMT</last_modification_time>
                     35:   </signal>
                     36:   <signal>
                     37:     <name>key_release_event</name>
                     38:     <handler>on_mainwin_key_event</handler>
                     39:     <last_modification_time>Sat, 29 Sep 2001 23:25:02 GMT</last_modification_time>
                     40:   </signal>
                     41:   <signal>
                     42:     <name>enter_notify_event</name>
                     43:     <handler>on_mainwin_enter_notify_event</handler>
                     44:     <last_modification_time>Tue, 02 Oct 2001 21:23:52 GMT</last_modification_time>
                     45:   </signal>
                     46:   <signal>
                     47:     <name>leave_notify_event</name>
                     48:     <handler>on_mainwin_leave_notify_event</handler>
                     49:     <last_modification_time>Tue, 02 Oct 2001 21:23:57 GMT</last_modification_time>
                     50:   </signal>
                     51:   <title>Generator X.xx</title>
                     52:   <type>GTK_WINDOW_TOPLEVEL</type>
                     53:   <position>GTK_WIN_POS_CENTER</position>
                     54:   <modal>False</modal>
                     55:   <allow_shrink>False</allow_shrink>
                     56:   <allow_grow>False</allow_grow>
                     57:   <auto_shrink>True</auto_shrink>
                     58: 
                     59:   <widget>
                     60:     <class>GtkVBox</class>
                     61:     <name>vbox_main</name>
                     62:     <homogeneous>False</homogeneous>
                     63:     <spacing>0</spacing>
                     64: 
                     65:     <widget>
                     66:       <class>GtkMenuBar</class>
                     67:       <name>menubar_top</name>
                     68:       <shadow_type>GTK_SHADOW_OUT</shadow_type>
                     69:       <child>
                     70:        <padding>0</padding>
                     71:        <expand>False</expand>
                     72:        <fill>False</fill>
                     73:       </child>
                     74: 
                     75:       <widget>
                     76:        <class>GtkMenuItem</class>
                     77:        <name>file</name>
                     78:        <label>File</label>
                     79:        <right_justify>False</right_justify>
                     80: 
                     81:        <widget>
                     82:          <class>GtkMenu</class>
                     83:          <name>file_menu</name>
                     84: 
                     85:          <widget>
                     86:            <class>GtkMenuItem</class>
                     87:            <name>rom</name>
                     88:            <label>ROM</label>
                     89:            <right_justify>False</right_justify>
                     90: 
                     91:            <widget>
                     92:              <class>GtkMenu</class>
                     93:              <name>rom_menu</name>
                     94: 
                     95:              <widget>
                     96:                <class>GtkMenuItem</class>
                     97:                <name>load_rom</name>
                     98:                <signal>
                     99:                  <name>activate</name>
                    100:                  <handler>on_load_rom_activate</handler>
                    101:                  <last_modification_time>Sat, 11 Aug 2001 23:29:34 GMT</last_modification_time>
                    102:                </signal>
                    103:                <label>Load</label>
                    104:                <right_justify>False</right_justify>
                    105:              </widget>
                    106: 
                    107:              <widget>
                    108:                <class>GtkMenuItem</class>
                    109:                <name>save_rom</name>
                    110:                <signal>
                    111:                  <name>activate</name>
                    112:                  <handler>on_save_rom_activate</handler>
                    113:                  <last_modification_time>Sat, 11 Aug 2001 23:29:34 GMT</last_modification_time>
                    114:                </signal>
                    115:                <label>Save</label>
                    116:                <right_justify>False</right_justify>
                    117:              </widget>
                    118:            </widget>
                    119:          </widget>
                    120: 
                    121:          <widget>
                    122:            <class>GtkMenuItem</class>
                    123:            <name>state</name>
                    124:            <label>State</label>
                    125:            <right_justify>False</right_justify>
                    126: 
                    127:            <widget>
                    128:              <class>GtkMenu</class>
                    129:              <name>state_menu</name>
                    130: 
                    131:              <widget>
                    132:                <class>GtkMenuItem</class>
                    133:                <name>load_state</name>
                    134:                <accelerator>
                    135:                  <modifiers>GDK_CONTROL_MASK</modifiers>
                    136:                  <key>GDK_L</key>
                    137:                  <signal>activate</signal>
                    138:                </accelerator>
                    139:                <signal>
                    140:                  <name>activate</name>
                    141:                  <handler>on_load_state_activate</handler>
                    142:                  <last_modification_time>Sat, 11 Aug 2001 23:29:34 GMT</last_modification_time>
                    143:                </signal>
                    144:                <label>Load</label>
                    145:                <right_justify>False</right_justify>
                    146:              </widget>
                    147: 
                    148:              <widget>
                    149:                <class>GtkMenuItem</class>
                    150:                <name>save_state</name>
                    151:                <accelerator>
                    152:                  <modifiers>GDK_CONTROL_MASK</modifiers>
                    153:                  <key>GDK_S</key>
                    154:                  <signal>activate</signal>
                    155:                </accelerator>
                    156:                <signal>
                    157:                  <name>activate</name>
                    158:                  <handler>on_save_state_activate</handler>
                    159:                  <last_modification_time>Sat, 11 Aug 2001 23:29:34 GMT</last_modification_time>
                    160:                </signal>
                    161:                <label>Save</label>
                    162:                <right_justify>False</right_justify>
                    163:              </widget>
                    164:            </widget>
                    165:          </widget>
                    166: 
                    167:          <widget>
                    168:            <class>GtkMenuItem</class>
1.1.1.2 ! root      169:            <name>game_genie_patch</name>
        !           170:            <label>Game genie patch</label>
        !           171:            <right_justify>False</right_justify>
        !           172: 
        !           173:            <widget>
        !           174:              <class>GtkMenu</class>
        !           175:              <name>game_genie_patch_menu</name>
        !           176: 
        !           177:              <widget>
        !           178:                <class>GtkMenuItem</class>
        !           179:                <name>load</name>
        !           180:                <signal>
        !           181:                  <name>activate</name>
        !           182:                  <handler>on_load_patch_activate</handler>
        !           183:                  <last_modification_time>Sun, 21 Oct 2001 13:32:57 GMT</last_modification_time>
        !           184:                </signal>
        !           185:                <label>Load</label>
        !           186:                <right_justify>False</right_justify>
        !           187:              </widget>
        !           188: 
        !           189:              <widget>
        !           190:                <class>GtkMenuItem</class>
        !           191:                <name>save</name>
        !           192:                <signal>
        !           193:                  <name>activate</name>
        !           194:                  <handler>on_save_patch_activate</handler>
        !           195:                  <last_modification_time>Sun, 21 Oct 2001 13:32:57 GMT</last_modification_time>
        !           196:                </signal>
        !           197:                <label>Save</label>
        !           198:                <right_justify>False</right_justify>
        !           199:              </widget>
        !           200:            </widget>
        !           201:          </widget>
        !           202: 
        !           203:          <widget>
        !           204:            <class>GtkMenuItem</class>
1.1       root      205:            <name>gym</name>
                    206:            <label>GYM sound log</label>
                    207:            <right_justify>False</right_justify>
                    208: 
                    209:            <widget>
                    210:              <class>GtkMenu</class>
                    211:              <name>gym_menu</name>
                    212: 
                    213:              <widget>
                    214:                <class>GtkMenuItem</class>
                    215:                <name>save_gym</name>
                    216:                <signal>
                    217:                  <name>activate</name>
                    218:                  <handler>on_save_gym_activate</handler>
                    219:                  <last_modification_time>Sun, 07 Oct 2001 16:21:06 GMT</last_modification_time>
                    220:                </signal>
                    221:                <label>Start</label>
                    222:                <right_justify>False</right_justify>
                    223:              </widget>
                    224: 
                    225:              <widget>
                    226:                <class>GtkMenuItem</class>
                    227:                <name>stop_gym</name>
                    228:                <signal>
                    229:                  <name>activate</name>
                    230:                  <handler>on_stop_gym_activate</handler>
                    231:                  <last_modification_time>Sun, 07 Oct 2001 16:28:27 GMT</last_modification_time>
                    232:                </signal>
                    233:                <label>Stop</label>
                    234:                <right_justify>False</right_justify>
                    235:              </widget>
                    236:            </widget>
                    237:          </widget>
                    238: 
                    239:          <widget>
                    240:            <class>GtkMenuItem</class>
                    241:            <name>gnm</name>
                    242:            <label>GNM sound log</label>
                    243:            <right_justify>False</right_justify>
                    244: 
                    245:            <widget>
                    246:              <class>GtkMenu</class>
                    247:              <name>gnm_menu</name>
                    248: 
                    249:              <widget>
                    250:                <class>GtkMenuItem</class>
                    251:                <name>start_gnm</name>
                    252:                <signal>
                    253:                  <name>activate</name>
                    254:                  <handler>on_start_gnm_activate</handler>
                    255:                  <last_modification_time>Sun, 07 Oct 2001 18:38:40 GMT</last_modification_time>
                    256:                </signal>
                    257:                <label>Start</label>
                    258:                <right_justify>False</right_justify>
                    259:              </widget>
                    260: 
                    261:              <widget>
                    262:                <class>GtkMenuItem</class>
                    263:                <name>stop_gnm</name>
                    264:                <signal>
                    265:                  <name>activate</name>
                    266:                  <handler>on_stop_gnm_activate</handler>
                    267:                  <last_modification_time>Sun, 07 Oct 2001 18:38:40 GMT</last_modification_time>
                    268:                </signal>
                    269:                <label>Stop</label>
                    270:                <right_justify>False</right_justify>
                    271:              </widget>
                    272:            </widget>
                    273:          </widget>
                    274: 
                    275:          <widget>
                    276:            <class>GtkMenuItem</class>
1.1.1.2 ! root      277:            <name>avi</name>
        !           278:            <label>AVI</label>
        !           279:            <right_justify>False</right_justify>
        !           280: 
        !           281:            <widget>
        !           282:              <class>GtkMenu</class>
        !           283:              <name>avi_menu</name>
        !           284: 
        !           285:              <widget>
        !           286:                <class>GtkMenuItem</class>
        !           287:                <name>start_avi</name>
        !           288:                <signal>
        !           289:                  <name>activate</name>
        !           290:                  <handler>on_start_avi_activate</handler>
        !           291:                  <last_modification_time>Sat, 27 Oct 2001 17:24:21 GMT</last_modification_time>
        !           292:                </signal>
        !           293:                <label>Start</label>
        !           294:                <right_justify>False</right_justify>
        !           295:              </widget>
        !           296: 
        !           297:              <widget>
        !           298:                <class>GtkMenuItem</class>
        !           299:                <name>stop_avi</name>
        !           300:                <signal>
        !           301:                  <name>activate</name>
        !           302:                  <handler>on_stop_avi_activate</handler>
        !           303:                  <last_modification_time>Sat, 27 Oct 2001 17:24:21 GMT</last_modification_time>
        !           304:                </signal>
        !           305:                <label>Stop</label>
        !           306:                <right_justify>False</right_justify>
        !           307:              </widget>
        !           308:            </widget>
        !           309:          </widget>
        !           310: 
        !           311:          <widget>
        !           312:            <class>GtkMenuItem</class>
1.1       root      313:            <name>separator1</name>
                    314:            <right_justify>False</right_justify>
                    315:          </widget>
                    316: 
                    317:          <widget>
                    318:            <class>GtkMenuItem</class>
                    319:            <name>quit</name>
                    320:            <signal>
                    321:              <name>activate</name>
                    322:              <handler>on_quit_activate</handler>
                    323:              <last_modification_time>Sun, 16 Sep 2001 20:51:04 GMT</last_modification_time>
                    324:            </signal>
                    325:            <label>Quit</label>
                    326:            <right_justify>False</right_justify>
                    327:          </widget>
                    328:        </widget>
                    329:       </widget>
                    330: 
                    331:       <widget>
                    332:        <class>GtkMenuItem</class>
                    333:        <name>emulation</name>
                    334:        <label>Emulation</label>
                    335:        <right_justify>False</right_justify>
                    336: 
                    337:        <widget>
                    338:          <class>GtkMenu</class>
                    339:          <name>emulation_menu</name>
                    340: 
                    341:          <widget>
1.1.1.2 ! root      342:            <class>GtkMenuItem</class>
        !           343:            <name>options</name>
        !           344:            <accelerator>
        !           345:              <modifiers>GDK_CONTROL_MASK</modifiers>
        !           346:              <key>GDK_O</key>
        !           347:              <signal>activate</signal>
        !           348:            </accelerator>
        !           349:            <signal>
        !           350:              <name>activate</name>
        !           351:              <handler>on_options_activate</handler>
        !           352:              <last_modification_time>Sun, 16 Sep 2001 18:17:53 GMT</last_modification_time>
        !           353:            </signal>
        !           354:            <label>Options</label>
        !           355:            <right_justify>False</right_justify>
        !           356:          </widget>
        !           357: 
        !           358:          <widget>
        !           359:            <class>GtkMenuItem</class>
        !           360:            <name>game_genie_codes</name>
        !           361:            <signal>
        !           362:              <name>activate</name>
        !           363:              <handler>on_game_genie_codes_activate</handler>
        !           364:              <last_modification_time>Sun, 21 Oct 2001 14:04:49 GMT</last_modification_time>
        !           365:            </signal>
        !           366:            <label>Game Genie codes</label>
        !           367:            <right_justify>False</right_justify>
        !           368:          </widget>
        !           369: 
        !           370:          <widget>
        !           371:            <class>GtkMenuItem</class>
        !           372:            <name>view</name>
        !           373:            <signal>
        !           374:              <name>activate</name>
        !           375:              <handler>on_view_activate</handler>
        !           376:              <last_modification_time>Sun, 12 Aug 2001 00:32:44 GMT</last_modification_time>
        !           377:            </signal>
        !           378:            <label>View</label>
        !           379:            <right_justify>False</right_justify>
        !           380: 
        !           381:            <widget>
        !           382:              <class>GtkMenu</class>
        !           383:              <name>view_menu</name>
        !           384: 
        !           385:              <widget>
        !           386:                <class>GtkRadioMenuItem</class>
        !           387:                <name>100</name>
        !           388:                <signal>
        !           389:                  <name>activate</name>
        !           390:                  <handler>on_100_activate</handler>
        !           391:                  <last_modification_time>Sun, 12 Aug 2001 00:32:44 GMT</last_modification_time>
        !           392:                </signal>
        !           393:                <label>100%</label>
        !           394:                <active>False</active>
        !           395:                <always_show_toggle>True</always_show_toggle>
        !           396:                <group>view</group>
        !           397:              </widget>
        !           398: 
        !           399:              <widget>
        !           400:                <class>GtkRadioMenuItem</class>
        !           401:                <name>200</name>
        !           402:                <signal>
        !           403:                  <name>activate</name>
        !           404:                  <handler>on_200_activate</handler>
        !           405:                  <last_modification_time>Sun, 12 Aug 2001 00:33:09 GMT</last_modification_time>
        !           406:                </signal>
        !           407:                <label>200%</label>
        !           408:                <active>True</active>
        !           409:                <always_show_toggle>True</always_show_toggle>
        !           410:                <group>view</group>
        !           411:              </widget>
        !           412:            </widget>
        !           413:          </widget>
        !           414: 
        !           415:          <widget>
        !           416:            <class>GtkMenuItem</class>
        !           417:            <name>separator2</name>
        !           418:            <right_justify>False</right_justify>
        !           419:          </widget>
        !           420: 
        !           421:          <widget>
1.1       root      422:            <class>GtkRadioMenuItem</class>
                    423:            <name>play</name>
                    424:            <signal>
                    425:              <name>activate</name>
                    426:              <handler>on_play_activate</handler>
                    427:              <last_modification_time>Sun, 16 Sep 2001 21:04:49 GMT</last_modification_time>
                    428:            </signal>
                    429:            <label>Play</label>
                    430:            <active>False</active>
                    431:            <always_show_toggle>True</always_show_toggle>
                    432:            <group>play</group>
                    433:          </widget>
                    434: 
                    435:          <widget>
                    436:            <class>GtkRadioMenuItem</class>
                    437:            <name>pause</name>
                    438:            <signal>
                    439:              <name>activate</name>
                    440:              <handler>on_pause_activate</handler>
                    441:              <last_modification_time>Sun, 16 Sep 2001 21:04:49 GMT</last_modification_time>
                    442:            </signal>
                    443:            <label>Pause</label>
                    444:            <active>True</active>
                    445:            <always_show_toggle>True</always_show_toggle>
                    446:            <group>play</group>
                    447:          </widget>
                    448: 
                    449:          <widget>
                    450:            <class>GtkMenuItem</class>
1.1.1.2 ! root      451:            <name>separator3</name>
        !           452:            <right_justify>False</right_justify>
        !           453:          </widget>
        !           454: 
        !           455:          <widget>
        !           456:            <class>GtkMenuItem</class>
1.1       root      457:            <name>reset1</name>
                    458:            <label>Reset</label>
                    459:            <right_justify>False</right_justify>
                    460: 
                    461:            <widget>
                    462:              <class>GtkMenu</class>
                    463:              <name>reset1_menu</name>
                    464: 
                    465:              <widget>
                    466:                <class>GtkMenuItem</class>
                    467:                <name>reset_soft</name>
                    468:                <signal>
                    469:                  <name>activate</name>
                    470:                  <handler>on_reset_soft_activate</handler>
                    471:                  <last_modification_time>Sat, 11 Aug 2001 23:52:28 GMT</last_modification_time>
                    472:                </signal>
                    473:                <label>Soft</label>
                    474:                <right_justify>False</right_justify>
                    475:              </widget>
                    476: 
                    477:              <widget>
                    478:                <class>GtkMenuItem</class>
                    479:                <name>reset_hard</name>
                    480:                <signal>
                    481:                  <name>activate</name>
                    482:                  <handler>on_reset_hard_activate</handler>
                    483:                  <last_modification_time>Sat, 11 Aug 2001 23:52:28 GMT</last_modification_time>
                    484:                </signal>
                    485:                <label>Hard</label>
                    486:                <right_justify>False</right_justify>
                    487:              </widget>
                    488:            </widget>
                    489:          </widget>
                    490:        </widget>
                    491:       </widget>
                    492: 
                    493:       <widget>
                    494:        <class>GtkMenuItem</class>
                    495:        <name>debug</name>
                    496:        <label>Debug</label>
                    497:        <right_justify>False</right_justify>
                    498: 
                    499:        <widget>
                    500:          <class>GtkMenu</class>
                    501:          <name>debug_menu</name>
                    502: 
                    503:          <widget>
                    504:            <class>GtkMenuItem</class>
                    505:            <name>console</name>
                    506:            <accelerator>
                    507:              <modifiers>GDK_CONTROL_MASK</modifiers>
                    508:              <key>GDK_D</key>
                    509:              <signal>activate</signal>
                    510:            </accelerator>
                    511:            <signal>
                    512:              <name>activate</name>
                    513:              <handler>on_console_activate</handler>
                    514:              <last_modification_time>Sun, 16 Sep 2001 18:17:03 GMT</last_modification_time>
                    515:            </signal>
                    516:            <label>Console</label>
                    517:            <right_justify>False</right_justify>
                    518:          </widget>
                    519: 
                    520:          <widget>
                    521:            <class>GtkMenuItem</class>
                    522:            <name>disassemble_64k</name>
                    523:            <label>Disassemble 64k</label>
                    524:            <right_justify>False</right_justify>
                    525: 
                    526:            <widget>
                    527:              <class>GtkMenu</class>
                    528:              <name>disassemble_64k_menu</name>
                    529: 
                    530:              <widget>
                    531:                <class>GtkMenuItem</class>
                    532:                <name>disassemble_rom</name>
                    533:                <signal>
                    534:                  <name>activate</name>
                    535:                  <handler>on_disassemble_rom_activate</handler>
                    536:                  <last_modification_time>Sun, 09 Sep 2001 17:24:14 GMT</last_modification_time>
                    537:                </signal>
                    538:                <label>ROM</label>
                    539:                <right_justify>False</right_justify>
                    540:              </widget>
                    541: 
                    542:              <widget>
                    543:                <class>GtkMenuItem</class>
                    544:                <name>disassemble_ram</name>
                    545:                <signal>
                    546:                  <name>activate</name>
                    547:                  <handler>on_disassemble_ram_activate</handler>
                    548:                  <last_modification_time>Sun, 09 Sep 2001 17:24:14 GMT</last_modification_time>
                    549:                </signal>
                    550:                <label>RAM</label>
                    551:                <right_justify>False</right_justify>
                    552:              </widget>
                    553:            </widget>
                    554:          </widget>
                    555: 
                    556:          <widget>
                    557:            <class>GtkMenuItem</class>
                    558:            <name>disassemble_vdp</name>
                    559:            <label>Disassemble VDP</label>
                    560:            <right_justify>False</right_justify>
                    561: 
                    562:            <widget>
                    563:              <class>GtkMenu</class>
                    564:              <name>disassemble_vdp_menu</name>
                    565: 
                    566:              <widget>
                    567:                <class>GtkMenuItem</class>
                    568:                <name>disassemble_vram</name>
                    569:                <signal>
                    570:                  <name>activate</name>
                    571:                  <handler>on_disassemble_vram_activate</handler>
                    572:                  <last_modification_time>Sun, 09 Sep 2001 17:24:15 GMT</last_modification_time>
                    573:                </signal>
                    574:                <label>VRAM</label>
                    575:                <right_justify>False</right_justify>
                    576:              </widget>
                    577: 
                    578:              <widget>
                    579:                <class>GtkMenuItem</class>
                    580:                <name>disassemble_cram</name>
                    581:                <signal>
                    582:                  <name>activate</name>
                    583:                  <handler>on_disassemble_cram_activate</handler>
                    584:                  <last_modification_time>Sun, 09 Sep 2001 17:24:15 GMT</last_modification_time>
                    585:                </signal>
                    586:                <label>CRAM</label>
                    587:                <right_justify>False</right_justify>
                    588:              </widget>
                    589: 
                    590:              <widget>
                    591:                <class>GtkMenuItem</class>
                    592:                <name>disassemble_vsram</name>
                    593:                <signal>
                    594:                  <name>activate</name>
                    595:                  <handler>on_disassemble_vsram_activate</handler>
                    596:                  <last_modification_time>Sun, 09 Sep 2001 17:24:15 GMT</last_modification_time>
                    597:                </signal>
                    598:                <label>VSRAM</label>
                    599:                <right_justify>False</right_justify>
                    600:              </widget>
                    601:            </widget>
                    602:          </widget>
                    603: 
                    604:          <widget>
                    605:            <class>GtkMenuItem</class>
                    606:            <name>disassemble_z80</name>
                    607:            <label>Disassemble z80</label>
                    608:            <right_justify>False</right_justify>
                    609: 
                    610:            <widget>
                    611:              <class>GtkMenu</class>
                    612:              <name>disassemble_z80_menu</name>
                    613: 
                    614:              <widget>
                    615:                <class>GtkMenuItem</class>
                    616:                <name>disassemble_sram</name>
                    617:                <signal>
                    618:                  <name>activate</name>
                    619:                  <handler>on_disassemble_sram_activate</handler>
                    620:                  <last_modification_time>Sun, 09 Sep 2001 17:24:15 GMT</last_modification_time>
                    621:                </signal>
                    622:                <label>SRAM</label>
                    623:                <right_justify>False</right_justify>
                    624:              </widget>
                    625:            </widget>
                    626:          </widget>
                    627:        </widget>
                    628:       </widget>
                    629: 
                    630:       <widget>
                    631:        <class>GtkMenuItem</class>
                    632:        <name>about</name>
                    633:        <label>About</label>
                    634:        <right_justify>True</right_justify>
                    635: 
                    636:        <widget>
                    637:          <class>GtkMenu</class>
                    638:          <name>about_menu</name>
                    639: 
                    640:          <widget>
                    641:            <class>GtkMenuItem</class>
                    642:            <name>about_generator</name>
                    643:            <signal>
                    644:              <name>activate</name>
                    645:              <handler>on_about_generator_activate</handler>
                    646:              <last_modification_time>Sun, 16 Sep 2001 18:16:50 GMT</last_modification_time>
                    647:            </signal>
                    648:            <label>Generator</label>
                    649:            <right_justify>False</right_justify>
                    650:          </widget>
                    651:        </widget>
                    652:       </widget>
                    653:     </widget>
                    654: 
                    655:     <widget>
                    656:       <class>GtkVBox</class>
                    657:       <name>vbox_bottom</name>
                    658:       <homogeneous>False</homogeneous>
                    659:       <spacing>0</spacing>
                    660:       <child>
                    661:        <padding>0</padding>
                    662:        <expand>True</expand>
                    663:        <fill>True</fill>
                    664:       </child>
                    665: 
                    666:       <widget>
                    667:        <class>GtkDrawingArea</class>
                    668:        <name>drawingarea_main</name>
                    669:        <width>336</width>
                    670:        <height>240</height>
                    671:        <signal>
                    672:          <name>expose_event</name>
                    673:          <handler>on_drawingarea_main_expose_event</handler>
                    674:          <last_modification_time>Sun, 23 Sep 2001 16:24:39 GMT</last_modification_time>
                    675:        </signal>
                    676:        <child>
                    677:          <padding>0</padding>
                    678:          <expand>True</expand>
                    679:          <fill>True</fill>
                    680:        </child>
                    681:       </widget>
                    682: 
                    683:       <widget>
                    684:        <class>GtkHBox</class>
                    685:        <name>hbox_bottom</name>
                    686:        <homogeneous>False</homogeneous>
                    687:        <spacing>0</spacing>
                    688:        <child>
                    689:          <padding>0</padding>
                    690:          <expand>False</expand>
                    691:          <fill>False</fill>
                    692:        </child>
                    693: 
                    694:        <widget>
                    695:          <class>GtkLabel</class>
                    696:          <name>label_fps</name>
                    697:          <label>fps: </label>
                    698:          <justify>GTK_JUSTIFY_RIGHT</justify>
                    699:          <wrap>False</wrap>
                    700:          <xalign>0.5</xalign>
                    701:          <yalign>0.5</yalign>
                    702:          <xpad>4</xpad>
                    703:          <ypad>0</ypad>
                    704:          <child>
                    705:            <padding>0</padding>
                    706:            <expand>False</expand>
                    707:            <fill>False</fill>
                    708:          </child>
                    709:        </widget>
                    710: 
                    711:        <widget>
                    712:          <class>GtkEntry</class>
                    713:          <name>entry_fps</name>
                    714:          <width>32</width>
                    715:          <can_focus>True</can_focus>
                    716:          <editable>False</editable>
                    717:          <text_visible>True</text_visible>
                    718:          <text_max_length>3</text_max_length>
                    719:          <text></text>
                    720:          <child>
                    721:            <padding>0</padding>
                    722:            <expand>False</expand>
                    723:            <fill>False</fill>
                    724:          </child>
                    725:        </widget>
                    726: 
                    727:        <widget>
1.1.1.2 ! root      728:          <class>GtkLabel</class>
        !           729:          <name>label79</name>
        !           730:          <label></label>
        !           731:          <justify>GTK_JUSTIFY_CENTER</justify>
        !           732:          <wrap>False</wrap>
        !           733:          <xalign>0.5</xalign>
        !           734:          <yalign>0.5</yalign>
        !           735:          <xpad>0</xpad>
        !           736:          <ypad>0</ypad>
1.1       root      737:          <child>
                    738:            <padding>0</padding>
                    739:            <expand>True</expand>
                    740:            <fill>True</fill>
                    741:          </child>
                    742:        </widget>
                    743:       </widget>
                    744:     </widget>
                    745:   </widget>
                    746: </widget>
                    747: 
                    748: <widget>
                    749:   <class>GtkWindow</class>
                    750:   <name>opts</name>
                    751:   <signal>
                    752:     <name>delete_event</name>
                    753:     <handler>gtk_widget_hide</handler>
                    754:     <last_modification_time>Sun, 16 Sep 2001 18:31:15 GMT</last_modification_time>
                    755:   </signal>
                    756:   <signal>
                    757:     <name>destroy_event</name>
                    758:     <handler>gtk_widget_hide</handler>
                    759:     <last_modification_time>Sun, 16 Sep 2001 18:31:25 GMT</last_modification_time>
                    760:   </signal>
                    761:   <title>Options</title>
                    762:   <type>GTK_WINDOW_TOPLEVEL</type>
                    763:   <position>GTK_WIN_POS_NONE</position>
                    764:   <modal>False</modal>
                    765:   <allow_shrink>False</allow_shrink>
                    766:   <allow_grow>True</allow_grow>
                    767:   <auto_shrink>False</auto_shrink>
                    768: 
                    769:   <widget>
                    770:     <class>GtkVBox</class>
                    771:     <name>vbox_main</name>
                    772:     <homogeneous>False</homogeneous>
                    773:     <spacing>0</spacing>
                    774: 
                    775:     <widget>
                    776:       <class>GtkNotebook</class>
                    777:       <name>notebook_main</name>
                    778:       <can_focus>True</can_focus>
                    779:       <show_tabs>True</show_tabs>
                    780:       <show_border>True</show_border>
                    781:       <tab_pos>GTK_POS_TOP</tab_pos>
                    782:       <scrollable>False</scrollable>
                    783:       <tab_hborder>2</tab_hborder>
                    784:       <tab_vborder>2</tab_vborder>
                    785:       <popup_enable>False</popup_enable>
                    786:       <child>
                    787:        <padding>0</padding>
                    788:        <expand>True</expand>
                    789:        <fill>True</fill>
                    790:       </child>
                    791: 
                    792:       <widget>
                    793:        <class>GtkVBox</class>
                    794:        <name>vbox_hardware</name>
                    795:        <homogeneous>False</homogeneous>
                    796:        <spacing>0</spacing>
                    797: 
                    798:        <widget>
                    799:          <class>GtkFrame</class>
                    800:          <name>frame_region</name>
                    801:          <border_width>4</border_width>
                    802:          <label>Region</label>
                    803:          <label_xalign>0.05</label_xalign>
                    804:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                    805:          <child>
                    806:            <padding>0</padding>
                    807:            <expand>False</expand>
                    808:            <fill>False</fill>
                    809:          </child>
                    810: 
                    811:          <widget>
                    812:            <class>GtkVBox</class>
                    813:            <name>vbox_region</name>
                    814:            <homogeneous>False</homogeneous>
                    815:            <spacing>0</spacing>
                    816: 
                    817:            <widget>
                    818:              <class>GtkRadioButton</class>
                    819:              <name>radiobutton_domestic</name>
                    820:              <can_focus>True</can_focus>
                    821:              <label>Domestic (Japan)</label>
                    822:              <active>False</active>
                    823:              <draw_indicator>True</draw_indicator>
                    824:              <group>region</group>
                    825:              <child>
                    826:                <padding>0</padding>
                    827:                <expand>False</expand>
                    828:                <fill>False</fill>
                    829:              </child>
                    830:            </widget>
                    831: 
                    832:            <widget>
                    833:              <class>GtkRadioButton</class>
                    834:              <name>radiobutton_overseas</name>
                    835:              <can_focus>True</can_focus>
                    836:              <label>Overseas (US/Europe)</label>
                    837:              <active>False</active>
                    838:              <draw_indicator>True</draw_indicator>
                    839:              <group>region</group>
                    840:              <child>
                    841:                <padding>0</padding>
                    842:                <expand>False</expand>
                    843:                <fill>False</fill>
                    844:              </child>
                    845:            </widget>
                    846:          </widget>
                    847:        </widget>
                    848: 
                    849:        <widget>
                    850:          <class>GtkFrame</class>
                    851:          <name>frame_videostandard</name>
                    852:          <border_width>3</border_width>
                    853:          <label>Video Standard</label>
                    854:          <label_xalign>0.05</label_xalign>
                    855:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                    856:          <child>
                    857:            <padding>0</padding>
                    858:            <expand>False</expand>
                    859:            <fill>False</fill>
                    860:          </child>
                    861: 
                    862:          <widget>
                    863:            <class>GtkVBox</class>
                    864:            <name>vbox_videostandard</name>
                    865:            <homogeneous>False</homogeneous>
                    866:            <spacing>0</spacing>
                    867: 
                    868:            <widget>
                    869:              <class>GtkRadioButton</class>
                    870:              <name>radiobutton_ntsc</name>
                    871:              <can_focus>True</can_focus>
                    872:              <label>NTSC</label>
                    873:              <active>False</active>
                    874:              <draw_indicator>True</draw_indicator>
                    875:              <group>videostd</group>
                    876:              <child>
                    877:                <padding>0</padding>
                    878:                <expand>False</expand>
                    879:                <fill>False</fill>
                    880:              </child>
                    881:            </widget>
                    882: 
                    883:            <widget>
                    884:              <class>GtkRadioButton</class>
                    885:              <name>radiobutton_pal</name>
                    886:              <can_focus>True</can_focus>
                    887:              <label>PAL</label>
                    888:              <active>False</active>
                    889:              <draw_indicator>True</draw_indicator>
                    890:              <group>videostd</group>
                    891:              <child>
                    892:                <padding>0</padding>
                    893:                <expand>False</expand>
                    894:                <fill>False</fill>
                    895:              </child>
                    896:            </widget>
                    897:          </widget>
                    898:        </widget>
                    899: 
                    900:        <widget>
                    901:          <class>GtkFrame</class>
                    902:          <name>frame_romdetect</name>
                    903:          <border_width>4</border_width>
                    904:          <label>ROM auto-detect</label>
                    905:          <label_xalign>0.05</label_xalign>
                    906:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                    907:          <child>
                    908:            <padding>0</padding>
                    909:            <expand>False</expand>
                    910:            <fill>False</fill>
                    911:          </child>
                    912: 
                    913:          <widget>
                    914:            <class>GtkVBox</class>
                    915:            <name>vbox3</name>
                    916:            <homogeneous>False</homogeneous>
                    917:            <spacing>0</spacing>
                    918: 
                    919:            <widget>
                    920:              <class>GtkCheckButton</class>
                    921:              <name>checkbutton_autodetect</name>
                    922:              <can_focus>True</can_focus>
                    923:              <label>Select most suitable region/video standard on ROM load</label>
                    924:              <active>False</active>
                    925:              <draw_indicator>True</draw_indicator>
                    926:              <child>
                    927:                <padding>0</padding>
                    928:                <expand>False</expand>
                    929:                <fill>False</fill>
                    930:              </child>
                    931:            </widget>
                    932:          </widget>
                    933:        </widget>
                    934: 
                    935:        <widget>
1.1.1.2 ! root      936:          <class>GtkLabel</class>
        !           937:          <name>label68</name>
        !           938:          <label></label>
        !           939:          <justify>GTK_JUSTIFY_CENTER</justify>
        !           940:          <wrap>False</wrap>
        !           941:          <xalign>0.5</xalign>
        !           942:          <yalign>0.5</yalign>
        !           943:          <xpad>0</xpad>
        !           944:          <ypad>0</ypad>
1.1       root      945:          <child>
                    946:            <padding>0</padding>
1.1.1.2 ! root      947:            <expand>False</expand>
        !           948:            <fill>False</fill>
1.1       root      949:          </child>
                    950:        </widget>
                    951:       </widget>
                    952: 
                    953:       <widget>
                    954:        <class>GtkLabel</class>
                    955:        <child_name>Notebook:tab</child_name>
                    956:        <name>label_hardware</name>
                    957:        <label>Hardware</label>
                    958:        <justify>GTK_JUSTIFY_CENTER</justify>
                    959:        <wrap>False</wrap>
                    960:        <xalign>0.5</xalign>
                    961:        <yalign>0.5</yalign>
                    962:        <xpad>2</xpad>
                    963:        <ypad>0</ypad>
                    964:       </widget>
                    965: 
                    966:       <widget>
                    967:        <class>GtkVBox</class>
                    968:        <name>vbox_video</name>
                    969:        <homogeneous>False</homogeneous>
                    970:        <spacing>0</spacing>
                    971: 
                    972:        <widget>
                    973:          <class>GtkFrame</class>
                    974:          <name>frame_plotter</name>
                    975:          <border_width>4</border_width>
                    976:          <label>Plotter</label>
                    977:          <label_xalign>0.05</label_xalign>
                    978:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                    979:          <child>
                    980:            <padding>0</padding>
                    981:            <expand>False</expand>
                    982:            <fill>False</fill>
                    983:          </child>
                    984: 
                    985:          <widget>
                    986:            <class>GtkVBox</class>
                    987:            <name>vbox_plotter</name>
                    988:            <homogeneous>False</homogeneous>
                    989:            <spacing>0</spacing>
                    990: 
                    991:            <widget>
                    992:              <class>GtkRadioButton</class>
                    993:              <name>radiobutton_line</name>
                    994:              <can_focus>True</can_focus>
                    995:              <label>Line-based (slow)</label>
                    996:              <active>True</active>
                    997:              <draw_indicator>True</draw_indicator>
                    998:              <group>plotter</group>
                    999:              <child>
                   1000:                <padding>0</padding>
                   1001:                <expand>False</expand>
                   1002:                <fill>False</fill>
                   1003:              </child>
                   1004:            </widget>
                   1005: 
                   1006:            <widget>
                   1007:              <class>GtkHBox</class>
                   1008:              <name>hbox5</name>
                   1009:              <border_width>2</border_width>
                   1010:              <homogeneous>False</homogeneous>
                   1011:              <spacing>0</spacing>
                   1012:              <child>
                   1013:                <padding>0</padding>
                   1014:                <expand>True</expand>
                   1015:                <fill>True</fill>
                   1016:              </child>
                   1017: 
                   1018:              <widget>
1.1.1.2 ! root     1019:                <class>GtkLabel</class>
        !          1020:                <name>label70</name>
1.1       root     1021:                <width>32</width>
1.1.1.2 ! root     1022:                <label></label>
        !          1023:                <justify>GTK_JUSTIFY_CENTER</justify>
        !          1024:                <wrap>False</wrap>
        !          1025:                <xalign>0.5</xalign>
        !          1026:                <yalign>0.5</yalign>
        !          1027:                <xpad>0</xpad>
        !          1028:                <ypad>0</ypad>
1.1       root     1029:                <child>
                   1030:                  <padding>0</padding>
                   1031:                  <expand>False</expand>
                   1032:                  <fill>False</fill>
                   1033:                </child>
                   1034:              </widget>
                   1035: 
                   1036:              <widget>
                   1037:                <class>GtkLabel</class>
                   1038:                <name>label_interlace</name>
                   1039:                <label>Interlace mode:</label>
                   1040:                <justify>GTK_JUSTIFY_LEFT</justify>
                   1041:                <wrap>False</wrap>
                   1042:                <xalign>0.5</xalign>
                   1043:                <yalign>0.5</yalign>
                   1044:                <xpad>4</xpad>
                   1045:                <ypad>0</ypad>
                   1046:                <child>
                   1047:                  <padding>0</padding>
                   1048:                  <expand>False</expand>
                   1049:                  <fill>False</fill>
                   1050:                </child>
                   1051:              </widget>
                   1052: 
                   1053:              <widget>
                   1054:                <class>GtkOptionMenu</class>
                   1055:                <name>optionmenu_interlace</name>
                   1056:                <can_focus>True</can_focus>
                   1057:                <items>Bob
                   1058: Weave
                   1059: Weave-filter
                   1060: </items>
                   1061:                <initial_choice>0</initial_choice>
                   1062:                <child>
                   1063:                  <padding>0</padding>
                   1064:                  <expand>False</expand>
                   1065:                  <fill>False</fill>
                   1066:                </child>
                   1067:              </widget>
                   1068:            </widget>
                   1069: 
                   1070:            <widget>
                   1071:              <class>GtkRadioButton</class>
                   1072:              <name>radiobutton_cell</name>
                   1073:              <can_focus>True</can_focus>
                   1074:              <label>Cell-based (fast)</label>
                   1075:              <active>False</active>
                   1076:              <draw_indicator>True</draw_indicator>
                   1077:              <group>plotter</group>
                   1078:              <child>
                   1079:                <padding>0</padding>
                   1080:                <expand>False</expand>
                   1081:                <fill>False</fill>
                   1082:              </child>
                   1083:            </widget>
                   1084:          </widget>
                   1085:        </widget>
                   1086: 
                   1087:        <widget>
                   1088:          <class>GtkFrame</class>
                   1089:          <name>frame_skip</name>
                   1090:          <border_width>4</border_width>
                   1091:          <label>Frame skip</label>
                   1092:          <label_xalign>0.05</label_xalign>
                   1093:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   1094:          <child>
                   1095:            <padding>0</padding>
                   1096:            <expand>False</expand>
                   1097:            <fill>False</fill>
                   1098:          </child>
                   1099: 
                   1100:          <widget>
                   1101:            <class>GtkVBox</class>
                   1102:            <name>vbox_skip</name>
                   1103:            <homogeneous>False</homogeneous>
                   1104:            <spacing>0</spacing>
                   1105: 
                   1106:            <widget>
                   1107:              <class>GtkCheckButton</class>
                   1108:              <name>checkbutton_auto</name>
                   1109:              <can_focus>True</can_focus>
                   1110:              <label>Automatic</label>
                   1111:              <active>True</active>
                   1112:              <draw_indicator>True</draw_indicator>
                   1113:              <child>
                   1114:                <padding>0</padding>
                   1115:                <expand>False</expand>
                   1116:                <fill>False</fill>
                   1117:              </child>
                   1118:            </widget>
                   1119: 
                   1120:            <widget>
                   1121:              <class>GtkHBox</class>
                   1122:              <name>hbox_skip</name>
                   1123:              <homogeneous>False</homogeneous>
                   1124:              <spacing>0</spacing>
                   1125:              <child>
                   1126:                <padding>2</padding>
                   1127:                <expand>False</expand>
                   1128:                <fill>False</fill>
                   1129:              </child>
                   1130: 
                   1131:              <widget>
                   1132:                <class>GtkHScale</class>
                   1133:                <name>hscale_skip</name>
                   1134:                <can_focus>True</can_focus>
                   1135:                <draw_value>True</draw_value>
                   1136:                <value_pos>GTK_POS_TOP</value_pos>
                   1137:                <digits>0</digits>
                   1138:                <policy>GTK_UPDATE_DISCONTINUOUS</policy>
                   1139:                <value>1</value>
                   1140:                <lower>1</lower>
                   1141:                <upper>10</upper>
                   1142:                <step>1</step>
                   1143:                <page>0</page>
                   1144:                <page_size>0</page_size>
                   1145:                <child>
                   1146:                  <padding>4</padding>
                   1147:                  <expand>True</expand>
                   1148:                  <fill>True</fill>
                   1149:                </child>
                   1150:              </widget>
                   1151:            </widget>
                   1152:          </widget>
                   1153:        </widget>
                   1154: 
                   1155:        <widget>
                   1156:          <class>GtkFrame</class>
                   1157:          <name>frame_border</name>
                   1158:          <border_width>4</border_width>
                   1159:          <label>Borders</label>
                   1160:          <label_xalign>0.05</label_xalign>
                   1161:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   1162:          <child>
                   1163:            <padding>0</padding>
                   1164:            <expand>False</expand>
                   1165:            <fill>False</fill>
                   1166:          </child>
                   1167: 
                   1168:          <widget>
                   1169:            <class>GtkTable</class>
                   1170:            <name>table_borders</name>
                   1171:            <border_width>2</border_width>
                   1172:            <rows>2</rows>
                   1173:            <columns>2</columns>
                   1174:            <homogeneous>False</homogeneous>
                   1175:            <row_spacing>0</row_spacing>
                   1176:            <column_spacing>0</column_spacing>
                   1177: 
                   1178:            <widget>
                   1179:              <class>GtkSpinButton</class>
                   1180:              <name>spinbutton_hborder</name>
                   1181:              <can_focus>True</can_focus>
                   1182:              <climb_rate>1</climb_rate>
                   1183:              <digits>0</digits>
                   1184:              <numeric>False</numeric>
                   1185:              <update_policy>GTK_UPDATE_ALWAYS</update_policy>
                   1186:              <snap>False</snap>
                   1187:              <wrap>False</wrap>
                   1188:              <value>0</value>
                   1189:              <lower>0</lower>
                   1190:              <upper>100</upper>
                   1191:              <step>1</step>
                   1192:              <page>10</page>
                   1193:              <page_size>10</page_size>
                   1194:              <child>
                   1195:                <left_attach>1</left_attach>
                   1196:                <right_attach>2</right_attach>
                   1197:                <top_attach>0</top_attach>
                   1198:                <bottom_attach>1</bottom_attach>
                   1199:                <xpad>0</xpad>
                   1200:                <ypad>0</ypad>
                   1201:                <xexpand>False</xexpand>
                   1202:                <yexpand>False</yexpand>
                   1203:                <xshrink>False</xshrink>
                   1204:                <yshrink>False</yshrink>
                   1205:                <xfill>True</xfill>
                   1206:                <yfill>False</yfill>
                   1207:              </child>
                   1208:            </widget>
                   1209: 
                   1210:            <widget>
                   1211:              <class>GtkSpinButton</class>
                   1212:              <name>spinbutton_vborder</name>
                   1213:              <can_focus>True</can_focus>
                   1214:              <climb_rate>1</climb_rate>
                   1215:              <digits>0</digits>
                   1216:              <numeric>False</numeric>
                   1217:              <update_policy>GTK_UPDATE_ALWAYS</update_policy>
                   1218:              <snap>False</snap>
                   1219:              <wrap>False</wrap>
                   1220:              <value>0</value>
                   1221:              <lower>0</lower>
                   1222:              <upper>100</upper>
                   1223:              <step>1</step>
                   1224:              <page>10</page>
                   1225:              <page_size>10</page_size>
                   1226:              <child>
                   1227:                <left_attach>1</left_attach>
                   1228:                <right_attach>2</right_attach>
                   1229:                <top_attach>1</top_attach>
                   1230:                <bottom_attach>2</bottom_attach>
                   1231:                <xpad>0</xpad>
                   1232:                <ypad>0</ypad>
                   1233:                <xexpand>False</xexpand>
                   1234:                <yexpand>False</yexpand>
                   1235:                <xshrink>False</xshrink>
                   1236:                <yshrink>False</yshrink>
                   1237:                <xfill>True</xfill>
                   1238:                <yfill>False</yfill>
                   1239:              </child>
                   1240:            </widget>
                   1241: 
                   1242:            <widget>
                   1243:              <class>GtkLabel</class>
                   1244:              <name>label_hborder</name>
                   1245:              <label>Horizontal over-scan border:</label>
                   1246:              <justify>GTK_JUSTIFY_LEFT</justify>
                   1247:              <wrap>False</wrap>
                   1248:              <xalign>0.5</xalign>
                   1249:              <yalign>0.5</yalign>
                   1250:              <xpad>4</xpad>
                   1251:              <ypad>0</ypad>
                   1252:              <child>
                   1253:                <left_attach>0</left_attach>
                   1254:                <right_attach>1</right_attach>
                   1255:                <top_attach>0</top_attach>
                   1256:                <bottom_attach>1</bottom_attach>
                   1257:                <xpad>0</xpad>
                   1258:                <ypad>0</ypad>
                   1259:                <xexpand>True</xexpand>
                   1260:                <yexpand>False</yexpand>
                   1261:                <xshrink>False</xshrink>
                   1262:                <yshrink>False</yshrink>
                   1263:                <xfill>True</xfill>
                   1264:                <yfill>False</yfill>
                   1265:              </child>
                   1266:            </widget>
                   1267: 
                   1268:            <widget>
                   1269:              <class>GtkLabel</class>
                   1270:              <name>label_vborder</name>
                   1271:              <label>Vertical retrace border:</label>
                   1272:              <justify>GTK_JUSTIFY_LEFT</justify>
                   1273:              <wrap>False</wrap>
                   1274:              <xalign>0.5</xalign>
                   1275:              <yalign>0.5</yalign>
                   1276:              <xpad>4</xpad>
                   1277:              <ypad>0</ypad>
                   1278:              <child>
                   1279:                <left_attach>0</left_attach>
                   1280:                <right_attach>1</right_attach>
                   1281:                <top_attach>1</top_attach>
                   1282:                <bottom_attach>2</bottom_attach>
                   1283:                <xpad>0</xpad>
                   1284:                <ypad>0</ypad>
                   1285:                <xexpand>True</xexpand>
                   1286:                <yexpand>False</yexpand>
                   1287:                <xshrink>False</xshrink>
                   1288:                <yshrink>False</yshrink>
                   1289:                <xfill>True</xfill>
                   1290:                <yfill>False</yfill>
                   1291:              </child>
                   1292:            </widget>
                   1293:          </widget>
                   1294:        </widget>
                   1295: 
                   1296:        <widget>
1.1.1.2 ! root     1297:          <class>GtkLabel</class>
        !          1298:          <name>label73</name>
        !          1299:          <label></label>
        !          1300:          <justify>GTK_JUSTIFY_CENTER</justify>
        !          1301:          <wrap>False</wrap>
        !          1302:          <xalign>0.5</xalign>
        !          1303:          <yalign>0.5</yalign>
        !          1304:          <xpad>0</xpad>
        !          1305:          <ypad>0</ypad>
1.1       root     1306:          <child>
                   1307:            <padding>0</padding>
1.1.1.2 ! root     1308:            <expand>False</expand>
        !          1309:            <fill>False</fill>
1.1       root     1310:          </child>
                   1311:        </widget>
                   1312:       </widget>
                   1313: 
                   1314:       <widget>
                   1315:        <class>GtkLabel</class>
                   1316:        <child_name>Notebook:tab</child_name>
                   1317:        <name>label_video</name>
                   1318:        <label>Video</label>
                   1319:        <justify>GTK_JUSTIFY_CENTER</justify>
                   1320:        <wrap>False</wrap>
                   1321:        <xalign>0.5</xalign>
                   1322:        <yalign>0.5</yalign>
                   1323:        <xpad>2</xpad>
                   1324:        <ypad>0</ypad>
                   1325:       </widget>
                   1326: 
                   1327:       <widget>
                   1328:        <class>GtkVBox</class>
                   1329:        <name>vbox_sound</name>
                   1330:        <homogeneous>False</homogeneous>
                   1331:        <spacing>0</spacing>
                   1332: 
                   1333:        <widget>
                   1334:          <class>GtkCheckButton</class>
                   1335:          <name>checkbutton_z80</name>
                   1336:          <border_width>1</border_width>
                   1337:          <can_focus>True</can_focus>
                   1338:          <label>Z80 (this may affect emulation)</label>
                   1339:          <active>True</active>
                   1340:          <draw_indicator>True</draw_indicator>
                   1341:          <child>
                   1342:            <padding>0</padding>
                   1343:            <expand>False</expand>
                   1344:            <fill>False</fill>
                   1345:          </child>
                   1346:        </widget>
                   1347: 
                   1348:        <widget>
                   1349:          <class>GtkCheckButton</class>
                   1350:          <name>checkbutton_sound</name>
                   1351:          <border_width>1</border_width>
                   1352:          <can_focus>True</can_focus>
                   1353:          <label>Sound (turning off will disable auto frame skip)</label>
                   1354:          <active>True</active>
                   1355:          <draw_indicator>True</draw_indicator>
                   1356:          <child>
                   1357:            <padding>0</padding>
                   1358:            <expand>False</expand>
                   1359:            <fill>False</fill>
                   1360:          </child>
                   1361:        </widget>
                   1362: 
                   1363:        <widget>
                   1364:          <class>GtkHBox</class>
                   1365:          <name>hbox_sound</name>
                   1366:          <homogeneous>False</homogeneous>
                   1367:          <spacing>0</spacing>
                   1368:          <child>
                   1369:            <padding>0</padding>
                   1370:            <expand>False</expand>
                   1371:            <fill>False</fill>
                   1372:          </child>
                   1373: 
                   1374:          <widget>
1.1.1.2 ! root     1375:            <class>GtkLabel</class>
        !          1376:            <name>label71</name>
1.1       root     1377:            <width>16</width>
1.1.1.2 ! root     1378:            <label></label>
        !          1379:            <justify>GTK_JUSTIFY_CENTER</justify>
        !          1380:            <wrap>False</wrap>
        !          1381:            <xalign>0.5</xalign>
        !          1382:            <yalign>0.5</yalign>
        !          1383:            <xpad>0</xpad>
        !          1384:            <ypad>0</ypad>
1.1       root     1385:            <child>
                   1386:              <padding>0</padding>
                   1387:              <expand>False</expand>
                   1388:              <fill>False</fill>
                   1389:            </child>
                   1390:          </widget>
                   1391: 
                   1392:          <widget>
                   1393:            <class>GtkVBox</class>
                   1394:            <name>vbox_moresound</name>
                   1395:            <homogeneous>False</homogeneous>
                   1396:            <spacing>0</spacing>
                   1397:            <child>
                   1398:              <padding>0</padding>
                   1399:              <expand>True</expand>
                   1400:              <fill>True</fill>
                   1401:            </child>
                   1402: 
                   1403:            <widget>
                   1404:              <class>GtkFrame</class>
                   1405:              <name>frame_processing</name>
                   1406:              <border_width>4</border_width>
                   1407:              <label>Processing</label>
                   1408:              <label_xalign>0.05</label_xalign>
                   1409:              <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   1410:              <child>
                   1411:                <padding>0</padding>
                   1412:                <expand>False</expand>
                   1413:                <fill>False</fill>
                   1414:              </child>
                   1415: 
                   1416:              <widget>
                   1417:                <class>GtkVBox</class>
                   1418:                <name>vbox_processing</name>
                   1419:                <homogeneous>False</homogeneous>
                   1420:                <spacing>0</spacing>
                   1421: 
                   1422:                <widget>
                   1423:                  <class>GtkCheckButton</class>
                   1424:                  <name>checkbutton_psg</name>
                   1425:                  <can_focus>True</can_focus>
                   1426:                  <label>Programmable sound generator (PSG)</label>
                   1427:                  <active>True</active>
                   1428:                  <draw_indicator>True</draw_indicator>
                   1429:                  <child>
                   1430:                    <padding>0</padding>
                   1431:                    <expand>False</expand>
                   1432:                    <fill>False</fill>
                   1433:                  </child>
                   1434:                </widget>
                   1435: 
                   1436:                <widget>
                   1437:                  <class>GtkCheckButton</class>
                   1438:                  <name>checkbutton_fm</name>
                   1439:                  <can_focus>True</can_focus>
                   1440:                  <label>Frequency Modulator (FM)</label>
                   1441:                  <active>True</active>
                   1442:                  <draw_indicator>True</draw_indicator>
                   1443:                  <child>
                   1444:                    <padding>0</padding>
                   1445:                    <expand>False</expand>
                   1446:                    <fill>False</fill>
                   1447:                  </child>
                   1448:                </widget>
                   1449:              </widget>
                   1450:            </widget>
                   1451: 
                   1452:            <widget>
                   1453:              <class>GtkFrame</class>
                   1454:              <name>frame_bounds</name>
                   1455:              <border_width>4</border_width>
                   1456:              <label>Bounds</label>
                   1457:              <label_xalign>0.05</label_xalign>
                   1458:              <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   1459:              <child>
                   1460:                <padding>0</padding>
                   1461:                <expand>False</expand>
                   1462:                <fill>False</fill>
                   1463:              </child>
                   1464: 
                   1465:              <widget>
                   1466:                <class>GtkTable</class>
                   1467:                <name>table_bounds</name>
                   1468:                <border_width>2</border_width>
                   1469:                <rows>2</rows>
                   1470:                <columns>2</columns>
                   1471:                <homogeneous>False</homogeneous>
                   1472:                <row_spacing>0</row_spacing>
                   1473:                <column_spacing>0</column_spacing>
                   1474: 
                   1475:                <widget>
                   1476:                  <class>GtkSpinButton</class>
                   1477:                  <name>spinbutton_minfields</name>
                   1478:                  <can_focus>True</can_focus>
                   1479:                  <climb_rate>1</climb_rate>
                   1480:                  <digits>0</digits>
                   1481:                  <numeric>False</numeric>
                   1482:                  <update_policy>GTK_UPDATE_ALWAYS</update_policy>
                   1483:                  <snap>False</snap>
                   1484:                  <wrap>False</wrap>
                   1485:                  <value>1</value>
                   1486:                  <lower>1</lower>
                   1487:                  <upper>50</upper>
                   1488:                  <step>1</step>
                   1489:                  <page>10</page>
                   1490:                  <page_size>10</page_size>
                   1491:                  <child>
                   1492:                    <left_attach>1</left_attach>
                   1493:                    <right_attach>2</right_attach>
                   1494:                    <top_attach>0</top_attach>
                   1495:                    <bottom_attach>1</bottom_attach>
                   1496:                    <xpad>0</xpad>
                   1497:                    <ypad>0</ypad>
                   1498:                    <xexpand>False</xexpand>
                   1499:                    <yexpand>False</yexpand>
                   1500:                    <xshrink>False</xshrink>
                   1501:                    <yshrink>False</yshrink>
                   1502:                    <xfill>True</xfill>
                   1503:                    <yfill>False</yfill>
                   1504:                  </child>
                   1505:                </widget>
                   1506: 
                   1507:                <widget>
                   1508:                  <class>GtkSpinButton</class>
                   1509:                  <name>spinbutton_maxfields</name>
                   1510:                  <can_focus>True</can_focus>
                   1511:                  <climb_rate>1</climb_rate>
                   1512:                  <digits>0</digits>
                   1513:                  <numeric>False</numeric>
                   1514:                  <update_policy>GTK_UPDATE_ALWAYS</update_policy>
                   1515:                  <snap>False</snap>
                   1516:                  <wrap>False</wrap>
                   1517:                  <value>2</value>
                   1518:                  <lower>2</lower>
                   1519:                  <upper>99</upper>
                   1520:                  <step>1</step>
                   1521:                  <page>10</page>
                   1522:                  <page_size>10</page_size>
                   1523:                  <child>
                   1524:                    <left_attach>1</left_attach>
                   1525:                    <right_attach>2</right_attach>
                   1526:                    <top_attach>1</top_attach>
                   1527:                    <bottom_attach>2</bottom_attach>
                   1528:                    <xpad>0</xpad>
                   1529:                    <ypad>0</ypad>
                   1530:                    <xexpand>False</xexpand>
                   1531:                    <yexpand>False</yexpand>
                   1532:                    <xshrink>False</xshrink>
                   1533:                    <yshrink>False</yshrink>
                   1534:                    <xfill>True</xfill>
                   1535:                    <yfill>False</yfill>
                   1536:                  </child>
                   1537:                </widget>
                   1538: 
                   1539:                <widget>
                   1540:                  <class>GtkLabel</class>
                   1541:                  <name>label_minfields</name>
                   1542:                  <label>Try to buffer this many fields of sound:</label>
                   1543:                  <justify>GTK_JUSTIFY_LEFT</justify>
                   1544:                  <wrap>False</wrap>
                   1545:                  <xalign>0.5</xalign>
                   1546:                  <yalign>0.5</yalign>
                   1547:                  <xpad>4</xpad>
                   1548:                  <ypad>0</ypad>
                   1549:                  <child>
                   1550:                    <left_attach>0</left_attach>
                   1551:                    <right_attach>1</right_attach>
                   1552:                    <top_attach>0</top_attach>
                   1553:                    <bottom_attach>1</bottom_attach>
                   1554:                    <xpad>0</xpad>
                   1555:                    <ypad>0</ypad>
1.1.1.2 ! root     1556:                    <xexpand>True</xexpand>
        !          1557:                    <yexpand>False</yexpand>
1.1       root     1558:                    <xshrink>False</xshrink>
                   1559:                    <yshrink>False</yshrink>
1.1.1.2 ! root     1560:                    <xfill>True</xfill>
1.1       root     1561:                    <yfill>False</yfill>
                   1562:                  </child>
                   1563:                </widget>
                   1564: 
                   1565:                <widget>
                   1566:                  <class>GtkLabel</class>
                   1567:                  <name>label_maxfields</name>
                   1568:                  <label>Make sound buffer this many fields of sound:</label>
                   1569:                  <justify>GTK_JUSTIFY_LEFT</justify>
                   1570:                  <wrap>False</wrap>
                   1571:                  <xalign>0.5</xalign>
                   1572:                  <yalign>0.5</yalign>
                   1573:                  <xpad>4</xpad>
                   1574:                  <ypad>0</ypad>
                   1575:                  <child>
                   1576:                    <left_attach>0</left_attach>
                   1577:                    <right_attach>1</right_attach>
                   1578:                    <top_attach>1</top_attach>
                   1579:                    <bottom_attach>2</bottom_attach>
                   1580:                    <xpad>0</xpad>
                   1581:                    <ypad>0</ypad>
1.1.1.2 ! root     1582:                    <xexpand>True</xexpand>
        !          1583:                    <yexpand>False</yexpand>
1.1       root     1584:                    <xshrink>False</xshrink>
                   1585:                    <yshrink>False</yshrink>
1.1.1.2 ! root     1586:                    <xfill>True</xfill>
1.1       root     1587:                    <yfill>False</yfill>
                   1588:                  </child>
                   1589:                </widget>
                   1590:              </widget>
                   1591:            </widget>
                   1592: 
1.1.1.2 ! root     1593:            <widget>
        !          1594:              <class>GtkFrame</class>
        !          1595:              <name>frame_filter</name>
        !          1596:              <border_width>4</border_width>
        !          1597:              <label>Filter</label>
        !          1598:              <label_xalign>0.05</label_xalign>
        !          1599:              <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
        !          1600:              <child>
        !          1601:                <padding>0</padding>
        !          1602:                <expand>True</expand>
        !          1603:                <fill>True</fill>
        !          1604:              </child>
1.1       root     1605: 
1.1.1.2 ! root     1606:              <widget>
        !          1607:                <class>GtkTable</class>
        !          1608:                <name>table6</name>
        !          1609:                <border_width>2</border_width>
        !          1610:                <rows>1</rows>
        !          1611:                <columns>2</columns>
        !          1612:                <homogeneous>False</homogeneous>
        !          1613:                <row_spacing>0</row_spacing>
        !          1614:                <column_spacing>0</column_spacing>
        !          1615: 
        !          1616:                <widget>
        !          1617:                  <class>GtkSpinButton</class>
        !          1618:                  <name>spinbutton_filter</name>
        !          1619:                  <can_focus>True</can_focus>
        !          1620:                  <climb_rate>1</climb_rate>
        !          1621:                  <digits>0</digits>
        !          1622:                  <numeric>False</numeric>
        !          1623:                  <update_policy>GTK_UPDATE_ALWAYS</update_policy>
        !          1624:                  <snap>False</snap>
        !          1625:                  <wrap>False</wrap>
        !          1626:                  <value>0</value>
        !          1627:                  <lower>0</lower>
        !          1628:                  <upper>100</upper>
        !          1629:                  <step>1</step>
        !          1630:                  <page>10</page>
        !          1631:                  <page_size>10</page_size>
        !          1632:                  <child>
        !          1633:                    <left_attach>1</left_attach>
        !          1634:                    <right_attach>2</right_attach>
        !          1635:                    <top_attach>0</top_attach>
        !          1636:                    <bottom_attach>1</bottom_attach>
        !          1637:                    <xpad>0</xpad>
        !          1638:                    <ypad>0</ypad>
        !          1639:                    <xexpand>False</xexpand>
        !          1640:                    <yexpand>False</yexpand>
        !          1641:                    <xshrink>False</xshrink>
        !          1642:                    <yshrink>False</yshrink>
        !          1643:                    <xfill>True</xfill>
        !          1644:                    <yfill>False</yfill>
        !          1645:                  </child>
        !          1646:                </widget>
        !          1647: 
        !          1648:                <widget>
        !          1649:                  <class>GtkLabel</class>
        !          1650:                  <name>label_filter</name>
        !          1651:                  <label>Low-pass filter factor:</label>
        !          1652:                  <justify>GTK_JUSTIFY_LEFT</justify>
        !          1653:                  <wrap>False</wrap>
        !          1654:                  <xalign>0.5</xalign>
        !          1655:                  <yalign>0.5</yalign>
        !          1656:                  <xpad>4</xpad>
        !          1657:                  <ypad>0</ypad>
        !          1658:                  <child>
        !          1659:                    <left_attach>0</left_attach>
        !          1660:                    <right_attach>1</right_attach>
        !          1661:                    <top_attach>0</top_attach>
        !          1662:                    <bottom_attach>1</bottom_attach>
        !          1663:                    <xpad>0</xpad>
        !          1664:                    <ypad>0</ypad>
        !          1665:                    <xexpand>True</xexpand>
        !          1666:                    <yexpand>False</yexpand>
        !          1667:                    <xshrink>False</xshrink>
        !          1668:                    <yshrink>False</yshrink>
        !          1669:                    <xfill>True</xfill>
        !          1670:                    <yfill>False</yfill>
        !          1671:                  </child>
        !          1672:                </widget>
        !          1673:              </widget>
        !          1674:            </widget>
        !          1675:          </widget>
        !          1676:        </widget>
        !          1677: 
        !          1678:        <widget>
        !          1679:          <class>GtkLabel</class>
        !          1680:          <name>label72</name>
        !          1681:          <label></label>
        !          1682:          <justify>GTK_JUSTIFY_CENTER</justify>
        !          1683:          <wrap>False</wrap>
        !          1684:          <xalign>0.5</xalign>
        !          1685:          <yalign>0.5</yalign>
        !          1686:          <xpad>0</xpad>
        !          1687:          <ypad>0</ypad>
        !          1688:          <child>
        !          1689:            <padding>0</padding>
        !          1690:            <expand>False</expand>
        !          1691:            <fill>False</fill>
        !          1692:          </child>
        !          1693:        </widget>
        !          1694:       </widget>
        !          1695: 
        !          1696:       <widget>
        !          1697:        <class>GtkLabel</class>
        !          1698:        <child_name>Notebook:tab</child_name>
        !          1699:        <name>label_sound</name>
        !          1700:        <label>Sound</label>
        !          1701:        <justify>GTK_JUSTIFY_CENTER</justify>
        !          1702:        <wrap>False</wrap>
        !          1703:        <xalign>0.5</xalign>
        !          1704:        <yalign>0.5</yalign>
        !          1705:        <xpad>2</xpad>
        !          1706:        <ypad>0</ypad>
        !          1707:       </widget>
        !          1708: 
        !          1709:       <widget>
        !          1710:        <class>GtkVBox</class>
        !          1711:        <name>vbox_logging</name>
        !          1712:        <homogeneous>False</homogeneous>
1.1       root     1713:        <spacing>0</spacing>
                   1714: 
                   1715:        <widget>
                   1716:          <class>GtkFrame</class>
                   1717:          <name>frame_verbosity</name>
                   1718:          <border_width>4</border_width>
                   1719:          <label>Verbosity</label>
                   1720:          <label_xalign>0.05</label_xalign>
                   1721:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   1722:          <child>
                   1723:            <padding>0</padding>
                   1724:            <expand>False</expand>
                   1725:            <fill>False</fill>
                   1726:          </child>
                   1727: 
                   1728:          <widget>
                   1729:            <class>GtkVBox</class>
1.1.1.2 ! root     1730:            <name>vbox_verbosity</name>
1.1       root     1731:            <homogeneous>False</homogeneous>
                   1732:            <spacing>0</spacing>
                   1733: 
                   1734:            <widget>
                   1735:              <class>GtkHBox</class>
1.1.1.2 ! root     1736:              <name>hbox_level</name>
1.1       root     1737:              <border_width>2</border_width>
                   1738:              <homogeneous>False</homogeneous>
                   1739:              <spacing>0</spacing>
                   1740:              <child>
                   1741:                <padding>0</padding>
                   1742:                <expand>True</expand>
                   1743:                <fill>True</fill>
                   1744:              </child>
                   1745: 
                   1746:              <widget>
                   1747:                <class>GtkLabel</class>
                   1748:                <name>label_level</name>
                   1749:                <label>Level:</label>
                   1750:                <justify>GTK_JUSTIFY_LEFT</justify>
                   1751:                <wrap>False</wrap>
                   1752:                <xalign>0.5</xalign>
                   1753:                <yalign>0.5</yalign>
                   1754:                <xpad>4</xpad>
                   1755:                <ypad>0</ypad>
                   1756:                <child>
                   1757:                  <padding>0</padding>
                   1758:                  <expand>False</expand>
                   1759:                  <fill>False</fill>
                   1760:                </child>
                   1761:              </widget>
                   1762: 
                   1763:              <widget>
                   1764:                <class>GtkOptionMenu</class>
                   1765:                <name>optionmenu_level</name>
                   1766:                <can_focus>True</can_focus>
                   1767:                <items>request
                   1768: critical
                   1769: normal
                   1770: verbose
                   1771: user
                   1772: debug1
                   1773: debug2
                   1774: debug3
                   1775: </items>
                   1776:                <initial_choice>0</initial_choice>
                   1777:                <child>
                   1778:                  <padding>0</padding>
                   1779:                  <expand>False</expand>
                   1780:                  <fill>False</fill>
                   1781:                </child>
                   1782:              </widget>
                   1783:            </widget>
                   1784: 
                   1785:            <widget>
                   1786:              <class>GtkCheckButton</class>
                   1787:              <name>checkbutton_debugsound</name>
                   1788:              <can_focus>True</can_focus>
                   1789:              <label>Turn on sound debugging</label>
                   1790:              <active>False</active>
                   1791:              <draw_indicator>True</draw_indicator>
                   1792:              <child>
                   1793:                <padding>0</padding>
                   1794:                <expand>False</expand>
                   1795:                <fill>False</fill>
                   1796:              </child>
                   1797:            </widget>
                   1798:          </widget>
                   1799:        </widget>
                   1800: 
                   1801:        <widget>
                   1802:          <class>GtkCheckButton</class>
                   1803:          <name>checkbutton_statusbar</name>
                   1804:          <can_focus>True</can_focus>
                   1805:          <label>Turn on status bar (frames per second indicator)</label>
                   1806:          <active>False</active>
                   1807:          <draw_indicator>True</draw_indicator>
                   1808:          <child>
                   1809:            <padding>0</padding>
                   1810:            <expand>False</expand>
                   1811:            <fill>False</fill>
                   1812:          </child>
                   1813:        </widget>
                   1814: 
                   1815:        <widget>
1.1.1.2 ! root     1816:          <class>GtkFrame</class>
        !          1817:          <name>frame_avi</name>
        !          1818:          <border_width>4</border_width>
        !          1819:          <label>AVI output settings</label>
        !          1820:          <label_xalign>0.05</label_xalign>
        !          1821:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
1.1       root     1822:          <child>
                   1823:            <padding>0</padding>
1.1.1.2 ! root     1824:            <expand>False</expand>
        !          1825:            <fill>False</fill>
        !          1826:          </child>
        !          1827: 
        !          1828:          <widget>
        !          1829:            <class>GtkVBox</class>
        !          1830:            <name>vbox_avi</name>
        !          1831:            <border_width>2</border_width>
        !          1832:            <homogeneous>False</homogeneous>
        !          1833:            <spacing>0</spacing>
        !          1834: 
        !          1835:            <widget>
        !          1836:              <class>GtkHBox</class>
        !          1837:              <name>hbox_avioutput</name>
        !          1838:              <border_width>2</border_width>
        !          1839:              <homogeneous>False</homogeneous>
        !          1840:              <spacing>0</spacing>
        !          1841:              <child>
        !          1842:                <padding>0</padding>
        !          1843:                <expand>True</expand>
        !          1844:                <fill>True</fill>
        !          1845:              </child>
        !          1846: 
        !          1847:              <widget>
        !          1848:                <class>GtkLabel</class>
        !          1849:                <name>label_aviformat</name>
        !          1850:                <label>Format:</label>
        !          1851:                <justify>GTK_JUSTIFY_LEFT</justify>
        !          1852:                <wrap>False</wrap>
        !          1853:                <xalign>0.5</xalign>
        !          1854:                <yalign>0.5</yalign>
        !          1855:                <xpad>4</xpad>
        !          1856:                <ypad>0</ypad>
        !          1857:                <child>
        !          1858:                  <padding>0</padding>
        !          1859:                  <expand>False</expand>
        !          1860:                  <fill>False</fill>
        !          1861:                </child>
        !          1862:              </widget>
        !          1863: 
        !          1864:              <widget>
        !          1865:                <class>GtkOptionMenu</class>
        !          1866:                <name>optionmenu_aviformat</name>
        !          1867:                <can_focus>True</can_focus>
        !          1868:                <items>rgb
        !          1869: jpeg
        !          1870: </items>
        !          1871:                <initial_choice>0</initial_choice>
        !          1872:                <child>
        !          1873:                  <padding>0</padding>
        !          1874:                  <expand>False</expand>
        !          1875:                  <fill>False</fill>
        !          1876:                </child>
        !          1877:              </widget>
        !          1878: 
        !          1879:              <widget>
        !          1880:                <class>GtkLabel</class>
        !          1881:                <name>label_format</name>
        !          1882:                <label>NB: rgb is uncompressed</label>
        !          1883:                <justify>GTK_JUSTIFY_CENTER</justify>
        !          1884:                <wrap>False</wrap>
        !          1885:                <xalign>0.5</xalign>
        !          1886:                <yalign>0.5</yalign>
        !          1887:                <xpad>6</xpad>
        !          1888:                <ypad>0</ypad>
        !          1889:                <child>
        !          1890:                  <padding>0</padding>
        !          1891:                  <expand>False</expand>
        !          1892:                  <fill>False</fill>
        !          1893:                </child>
        !          1894:              </widget>
        !          1895:            </widget>
        !          1896: 
        !          1897:            <widget>
        !          1898:              <class>GtkLabel</class>
        !          1899:              <name>label_forcedskip</name>
        !          1900:              <label>Forced frame skip during recording: 2 is 30fps</label>
        !          1901:              <justify>GTK_JUSTIFY_CENTER</justify>
        !          1902:              <wrap>False</wrap>
        !          1903:              <xalign>0.5</xalign>
        !          1904:              <yalign>0.5</yalign>
        !          1905:              <xpad>0</xpad>
        !          1906:              <ypad>2</ypad>
        !          1907:              <child>
        !          1908:                <padding>0</padding>
        !          1909:                <expand>False</expand>
        !          1910:                <fill>False</fill>
        !          1911:              </child>
        !          1912:            </widget>
        !          1913: 
        !          1914:            <widget>
        !          1915:              <class>GtkHScale</class>
        !          1916:              <name>hscale_avi</name>
        !          1917:              <can_focus>True</can_focus>
        !          1918:              <draw_value>True</draw_value>
        !          1919:              <value_pos>GTK_POS_TOP</value_pos>
        !          1920:              <digits>0</digits>
        !          1921:              <policy>GTK_UPDATE_DISCONTINUOUS</policy>
        !          1922:              <value>3</value>
        !          1923:              <lower>1</lower>
        !          1924:              <upper>10</upper>
        !          1925:              <step>1</step>
        !          1926:              <page>0</page>
        !          1927:              <page_size>0</page_size>
        !          1928:              <child>
        !          1929:                <padding>0</padding>
        !          1930:                <expand>True</expand>
        !          1931:                <fill>True</fill>
        !          1932:              </child>
        !          1933:            </widget>
        !          1934: 
        !          1935:            <widget>
        !          1936:              <class>GtkTable</class>
        !          1937:              <name>table_compression</name>
        !          1938:              <border_width>2</border_width>
        !          1939:              <rows>1</rows>
        !          1940:              <columns>2</columns>
        !          1941:              <homogeneous>False</homogeneous>
        !          1942:              <row_spacing>0</row_spacing>
        !          1943:              <column_spacing>0</column_spacing>
        !          1944:              <child>
        !          1945:                <padding>0</padding>
        !          1946:                <expand>False</expand>
        !          1947:                <fill>False</fill>
        !          1948:              </child>
        !          1949: 
        !          1950:              <widget>
        !          1951:                <class>GtkSpinButton</class>
        !          1952:                <name>spinbutton_jpegquality</name>
        !          1953:                <can_focus>True</can_focus>
        !          1954:                <climb_rate>1</climb_rate>
        !          1955:                <digits>0</digits>
        !          1956:                <numeric>False</numeric>
        !          1957:                <update_policy>GTK_UPDATE_ALWAYS</update_policy>
        !          1958:                <snap>False</snap>
        !          1959:                <wrap>False</wrap>
        !          1960:                <value>95</value>
        !          1961:                <lower>0</lower>
        !          1962:                <upper>100</upper>
        !          1963:                <step>1</step>
        !          1964:                <page>10</page>
        !          1965:                <page_size>10</page_size>
        !          1966:                <child>
        !          1967:                  <left_attach>1</left_attach>
        !          1968:                  <right_attach>2</right_attach>
        !          1969:                  <top_attach>0</top_attach>
        !          1970:                  <bottom_attach>1</bottom_attach>
        !          1971:                  <xpad>0</xpad>
        !          1972:                  <ypad>0</ypad>
        !          1973:                  <xexpand>False</xexpand>
        !          1974:                  <yexpand>False</yexpand>
        !          1975:                  <xshrink>False</xshrink>
        !          1976:                  <yshrink>False</yshrink>
        !          1977:                  <xfill>True</xfill>
        !          1978:                  <yfill>False</yfill>
        !          1979:                </child>
        !          1980:              </widget>
        !          1981: 
        !          1982:              <widget>
        !          1983:                <class>GtkLabel</class>
        !          1984:                <name>label_quality</name>
        !          1985:                <label>JPEG quality</label>
        !          1986:                <justify>GTK_JUSTIFY_LEFT</justify>
        !          1987:                <wrap>False</wrap>
        !          1988:                <xalign>0.5</xalign>
        !          1989:                <yalign>0.5</yalign>
        !          1990:                <xpad>0</xpad>
        !          1991:                <ypad>0</ypad>
        !          1992:                <child>
        !          1993:                  <left_attach>0</left_attach>
        !          1994:                  <right_attach>1</right_attach>
        !          1995:                  <top_attach>0</top_attach>
        !          1996:                  <bottom_attach>1</bottom_attach>
        !          1997:                  <xpad>0</xpad>
        !          1998:                  <ypad>0</ypad>
        !          1999:                  <xexpand>True</xexpand>
        !          2000:                  <yexpand>False</yexpand>
        !          2001:                  <xshrink>False</xshrink>
        !          2002:                  <yshrink>False</yshrink>
        !          2003:                  <xfill>True</xfill>
        !          2004:                  <yfill>False</yfill>
        !          2005:                </child>
        !          2006:              </widget>
        !          2007:            </widget>
        !          2008:          </widget>
        !          2009:        </widget>
        !          2010: 
        !          2011:        <widget>
        !          2012:          <class>GtkLabel</class>
        !          2013:          <name>label74</name>
        !          2014:          <label></label>
        !          2015:          <justify>GTK_JUSTIFY_CENTER</justify>
        !          2016:          <wrap>False</wrap>
        !          2017:          <xalign>0.5</xalign>
        !          2018:          <yalign>0.5</yalign>
        !          2019:          <xpad>0</xpad>
        !          2020:          <ypad>0</ypad>
        !          2021:          <child>
        !          2022:            <padding>0</padding>
        !          2023:            <expand>False</expand>
        !          2024:            <fill>False</fill>
1.1       root     2025:          </child>
                   2026:        </widget>
                   2027:       </widget>
                   2028: 
                   2029:       <widget>
                   2030:        <class>GtkLabel</class>
                   2031:        <child_name>Notebook:tab</child_name>
                   2032:        <name>label_logging</name>
                   2033:        <label>Logging</label>
                   2034:        <justify>GTK_JUSTIFY_CENTER</justify>
                   2035:        <wrap>False</wrap>
                   2036:        <xalign>0.5</xalign>
                   2037:        <yalign>0.5</yalign>
                   2038:        <xpad>2</xpad>
                   2039:        <ypad>0</ypad>
                   2040:       </widget>
                   2041: 
                   2042:       <widget>
                   2043:        <class>GtkVBox</class>
                   2044:        <name>vbox_controls</name>
                   2045:        <homogeneous>False</homogeneous>
                   2046:        <spacing>0</spacing>
                   2047: 
                   2048:        <widget>
                   2049:          <class>GtkLabel</class>
                   2050:          <name>label_controls_help</name>
                   2051:          <label>Select the entry you wish to change and press the new key</label>
                   2052:          <justify>GTK_JUSTIFY_CENTER</justify>
                   2053:          <wrap>False</wrap>
                   2054:          <xalign>0.5</xalign>
                   2055:          <yalign>0.5</yalign>
                   2056:          <xpad>4</xpad>
                   2057:          <ypad>4</ypad>
                   2058:          <child>
                   2059:            <padding>0</padding>
                   2060:            <expand>False</expand>
                   2061:            <fill>False</fill>
                   2062:          </child>
                   2063:        </widget>
                   2064: 
                   2065:        <widget>
                   2066:          <class>GtkFrame</class>
                   2067:          <name>frame_player1</name>
                   2068:          <border_width>4</border_width>
                   2069:          <label>Player 1</label>
                   2070:          <label_xalign>0.05</label_xalign>
                   2071:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   2072:          <child>
                   2073:            <padding>0</padding>
                   2074:            <expand>False</expand>
                   2075:            <fill>False</fill>
                   2076:          </child>
                   2077: 
                   2078:          <widget>
                   2079:            <class>GtkTable</class>
                   2080:            <name>table_player1</name>
                   2081:            <border_width>2</border_width>
                   2082:            <rows>4</rows>
                   2083:            <columns>4</columns>
                   2084:            <homogeneous>False</homogeneous>
                   2085:            <row_spacing>0</row_spacing>
                   2086:            <column_spacing>0</column_spacing>
                   2087: 
                   2088:            <widget>
                   2089:              <class>GtkEntry</class>
                   2090:              <name>entry_player1_c</name>
                   2091:              <width>100</width>
                   2092:              <can_focus>True</can_focus>
                   2093:              <signal>
                   2094:                <name>key_press_event</name>
                   2095:                <handler>on_keyval_press_event</handler>
                   2096:                <last_modification_time>Sat, 06 Oct 2001 17:25:08 GMT</last_modification_time>
                   2097:              </signal>
                   2098:              <editable>False</editable>
                   2099:              <text_visible>True</text_visible>
                   2100:              <text_max_length>0</text_max_length>
                   2101:              <text></text>
                   2102:              <child>
                   2103:                <left_attach>1</left_attach>
                   2104:                <right_attach>2</right_attach>
                   2105:                <top_attach>1</top_attach>
                   2106:                <bottom_attach>2</bottom_attach>
                   2107:                <xpad>0</xpad>
                   2108:                <ypad>0</ypad>
                   2109:                <xexpand>True</xexpand>
                   2110:                <yexpand>False</yexpand>
                   2111:                <xshrink>False</xshrink>
                   2112:                <yshrink>False</yshrink>
                   2113:                <xfill>False</xfill>
                   2114:                <yfill>False</yfill>
                   2115:              </child>
                   2116:            </widget>
                   2117: 
                   2118:            <widget>
                   2119:              <class>GtkEntry</class>
                   2120:              <name>entry_player1_left</name>
                   2121:              <width>100</width>
                   2122:              <can_focus>True</can_focus>
                   2123:              <signal>
                   2124:                <name>key_press_event</name>
                   2125:                <handler>on_keyval_press_event</handler>
                   2126:                <last_modification_time>Sat, 06 Oct 2001 17:25:16 GMT</last_modification_time>
                   2127:              </signal>
                   2128:              <editable>False</editable>
                   2129:              <text_visible>True</text_visible>
                   2130:              <text_max_length>0</text_max_length>
                   2131:              <text></text>
                   2132:              <child>
                   2133:                <left_attach>1</left_attach>
                   2134:                <right_attach>2</right_attach>
                   2135:                <top_attach>2</top_attach>
                   2136:                <bottom_attach>3</bottom_attach>
                   2137:                <xpad>0</xpad>
                   2138:                <ypad>0</ypad>
                   2139:                <xexpand>True</xexpand>
                   2140:                <yexpand>False</yexpand>
                   2141:                <xshrink>False</xshrink>
                   2142:                <yshrink>False</yshrink>
                   2143:                <xfill>False</xfill>
                   2144:                <yfill>False</yfill>
                   2145:              </child>
                   2146:            </widget>
                   2147: 
                   2148:            <widget>
                   2149:              <class>GtkEntry</class>
                   2150:              <name>entry_player1_up</name>
                   2151:              <width>100</width>
                   2152:              <can_focus>True</can_focus>
                   2153:              <signal>
                   2154:                <name>key_press_event</name>
                   2155:                <handler>on_keyval_press_event</handler>
                   2156:                <last_modification_time>Sat, 06 Oct 2001 17:25:25 GMT</last_modification_time>
                   2157:              </signal>
                   2158:              <editable>False</editable>
                   2159:              <text_visible>True</text_visible>
                   2160:              <text_max_length>0</text_max_length>
                   2161:              <text></text>
                   2162:              <child>
                   2163:                <left_attach>1</left_attach>
                   2164:                <right_attach>2</right_attach>
                   2165:                <top_attach>3</top_attach>
                   2166:                <bottom_attach>4</bottom_attach>
                   2167:                <xpad>0</xpad>
                   2168:                <ypad>0</ypad>
                   2169:                <xexpand>True</xexpand>
                   2170:                <yexpand>False</yexpand>
                   2171:                <xshrink>False</xshrink>
                   2172:                <yshrink>False</yshrink>
                   2173:                <xfill>False</xfill>
                   2174:                <yfill>False</yfill>
                   2175:              </child>
                   2176:            </widget>
                   2177: 
                   2178:            <widget>
                   2179:              <class>GtkEntry</class>
                   2180:              <name>entry_player1_start</name>
                   2181:              <width>100</width>
                   2182:              <can_focus>True</can_focus>
                   2183:              <signal>
                   2184:                <name>key_press_event</name>
                   2185:                <handler>on_keyval_press_event</handler>
                   2186:                <last_modification_time>Sat, 06 Oct 2001 17:25:12 GMT</last_modification_time>
                   2187:              </signal>
                   2188:              <editable>False</editable>
                   2189:              <text_visible>True</text_visible>
                   2190:              <text_max_length>0</text_max_length>
                   2191:              <text></text>
                   2192:              <child>
                   2193:                <left_attach>3</left_attach>
                   2194:                <right_attach>4</right_attach>
                   2195:                <top_attach>1</top_attach>
                   2196:                <bottom_attach>2</bottom_attach>
                   2197:                <xpad>0</xpad>
                   2198:                <ypad>0</ypad>
                   2199:                <xexpand>True</xexpand>
                   2200:                <yexpand>False</yexpand>
                   2201:                <xshrink>False</xshrink>
                   2202:                <yshrink>False</yshrink>
                   2203:                <xfill>False</xfill>
                   2204:                <yfill>False</yfill>
                   2205:              </child>
                   2206:            </widget>
                   2207: 
                   2208:            <widget>
                   2209:              <class>GtkEntry</class>
                   2210:              <name>entry_player1_right</name>
                   2211:              <width>100</width>
                   2212:              <can_focus>True</can_focus>
                   2213:              <signal>
                   2214:                <name>key_press_event</name>
                   2215:                <handler>on_keyval_press_event</handler>
                   2216:                <last_modification_time>Sat, 06 Oct 2001 17:25:20 GMT</last_modification_time>
                   2217:              </signal>
                   2218:              <editable>False</editable>
                   2219:              <text_visible>True</text_visible>
                   2220:              <text_max_length>0</text_max_length>
                   2221:              <text></text>
                   2222:              <child>
                   2223:                <left_attach>3</left_attach>
                   2224:                <right_attach>4</right_attach>
                   2225:                <top_attach>2</top_attach>
                   2226:                <bottom_attach>3</bottom_attach>
                   2227:                <xpad>0</xpad>
                   2228:                <ypad>0</ypad>
                   2229:                <xexpand>True</xexpand>
                   2230:                <yexpand>False</yexpand>
                   2231:                <xshrink>False</xshrink>
                   2232:                <yshrink>False</yshrink>
                   2233:                <xfill>False</xfill>
                   2234:                <yfill>False</yfill>
                   2235:              </child>
                   2236:            </widget>
                   2237: 
                   2238:            <widget>
                   2239:              <class>GtkEntry</class>
                   2240:              <name>entry_player1_down</name>
                   2241:              <width>100</width>
                   2242:              <can_focus>True</can_focus>
                   2243:              <signal>
                   2244:                <name>key_press_event</name>
                   2245:                <handler>on_keyval_press_event</handler>
                   2246:                <last_modification_time>Sat, 06 Oct 2001 17:25:29 GMT</last_modification_time>
                   2247:              </signal>
                   2248:              <editable>False</editable>
                   2249:              <text_visible>True</text_visible>
                   2250:              <text_max_length>0</text_max_length>
                   2251:              <text></text>
                   2252:              <child>
                   2253:                <left_attach>3</left_attach>
                   2254:                <right_attach>4</right_attach>
                   2255:                <top_attach>3</top_attach>
                   2256:                <bottom_attach>4</bottom_attach>
                   2257:                <xpad>0</xpad>
                   2258:                <ypad>0</ypad>
                   2259:                <xexpand>True</xexpand>
                   2260:                <yexpand>False</yexpand>
                   2261:                <xshrink>False</xshrink>
                   2262:                <yshrink>False</yshrink>
                   2263:                <xfill>False</xfill>
                   2264:                <yfill>False</yfill>
                   2265:              </child>
                   2266:            </widget>
                   2267: 
                   2268:            <widget>
                   2269:              <class>GtkLabel</class>
                   2270:              <name>label_player1_left</name>
                   2271:              <label>Left</label>
                   2272:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2273:              <wrap>False</wrap>
                   2274:              <xalign>0</xalign>
                   2275:              <yalign>0.5</yalign>
                   2276:              <xpad>8</xpad>
                   2277:              <ypad>0</ypad>
                   2278:              <child>
                   2279:                <left_attach>0</left_attach>
                   2280:                <right_attach>1</right_attach>
                   2281:                <top_attach>2</top_attach>
                   2282:                <bottom_attach>3</bottom_attach>
                   2283:                <xpad>0</xpad>
                   2284:                <ypad>0</ypad>
                   2285:                <xexpand>False</xexpand>
                   2286:                <yexpand>False</yexpand>
                   2287:                <xshrink>False</xshrink>
                   2288:                <yshrink>False</yshrink>
                   2289:                <xfill>False</xfill>
                   2290:                <yfill>False</yfill>
                   2291:              </child>
                   2292:            </widget>
                   2293: 
                   2294:            <widget>
                   2295:              <class>GtkLabel</class>
                   2296:              <name>label_player1_up</name>
                   2297:              <label>Up</label>
                   2298:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2299:              <wrap>False</wrap>
                   2300:              <xalign>0</xalign>
                   2301:              <yalign>0.5</yalign>
                   2302:              <xpad>8</xpad>
                   2303:              <ypad>0</ypad>
                   2304:              <child>
                   2305:                <left_attach>0</left_attach>
                   2306:                <right_attach>1</right_attach>
                   2307:                <top_attach>3</top_attach>
                   2308:                <bottom_attach>4</bottom_attach>
                   2309:                <xpad>0</xpad>
                   2310:                <ypad>0</ypad>
                   2311:                <xexpand>False</xexpand>
                   2312:                <yexpand>False</yexpand>
                   2313:                <xshrink>False</xshrink>
                   2314:                <yshrink>False</yshrink>
                   2315:                <xfill>False</xfill>
                   2316:                <yfill>False</yfill>
                   2317:              </child>
                   2318:            </widget>
                   2319: 
                   2320:            <widget>
                   2321:              <class>GtkLabel</class>
                   2322:              <name>label_player1_down</name>
                   2323:              <label>Down</label>
                   2324:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2325:              <wrap>False</wrap>
                   2326:              <xalign>0</xalign>
                   2327:              <yalign>0.5</yalign>
                   2328:              <xpad>8</xpad>
                   2329:              <ypad>0</ypad>
                   2330:              <child>
                   2331:                <left_attach>2</left_attach>
                   2332:                <right_attach>3</right_attach>
                   2333:                <top_attach>3</top_attach>
                   2334:                <bottom_attach>4</bottom_attach>
                   2335:                <xpad>0</xpad>
                   2336:                <ypad>0</ypad>
                   2337:                <xexpand>False</xexpand>
                   2338:                <yexpand>False</yexpand>
                   2339:                <xshrink>False</xshrink>
                   2340:                <yshrink>False</yshrink>
                   2341:                <xfill>False</xfill>
                   2342:                <yfill>False</yfill>
                   2343:              </child>
                   2344:            </widget>
                   2345: 
                   2346:            <widget>
                   2347:              <class>GtkLabel</class>
                   2348:              <name>label_player1_right</name>
                   2349:              <label>Right</label>
                   2350:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2351:              <wrap>False</wrap>
                   2352:              <xalign>0</xalign>
                   2353:              <yalign>0.5</yalign>
                   2354:              <xpad>8</xpad>
                   2355:              <ypad>0</ypad>
                   2356:              <child>
                   2357:                <left_attach>2</left_attach>
                   2358:                <right_attach>3</right_attach>
                   2359:                <top_attach>2</top_attach>
                   2360:                <bottom_attach>3</bottom_attach>
                   2361:                <xpad>0</xpad>
                   2362:                <ypad>0</ypad>
                   2363:                <xexpand>False</xexpand>
                   2364:                <yexpand>False</yexpand>
                   2365:                <xshrink>False</xshrink>
                   2366:                <yshrink>False</yshrink>
                   2367:                <xfill>False</xfill>
                   2368:                <yfill>False</yfill>
                   2369:              </child>
                   2370:            </widget>
                   2371: 
                   2372:            <widget>
                   2373:              <class>GtkLabel</class>
                   2374:              <name>label_player1_start</name>
                   2375:              <label>Start</label>
                   2376:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2377:              <wrap>False</wrap>
                   2378:              <xalign>0</xalign>
                   2379:              <yalign>0.5</yalign>
                   2380:              <xpad>8</xpad>
                   2381:              <ypad>0</ypad>
                   2382:              <child>
                   2383:                <left_attach>2</left_attach>
                   2384:                <right_attach>3</right_attach>
                   2385:                <top_attach>1</top_attach>
                   2386:                <bottom_attach>2</bottom_attach>
                   2387:                <xpad>0</xpad>
                   2388:                <ypad>0</ypad>
                   2389:                <xexpand>False</xexpand>
                   2390:                <yexpand>False</yexpand>
                   2391:                <xshrink>False</xshrink>
                   2392:                <yshrink>False</yshrink>
                   2393:                <xfill>False</xfill>
                   2394:                <yfill>False</yfill>
                   2395:              </child>
                   2396:            </widget>
                   2397: 
                   2398:            <widget>
                   2399:              <class>GtkLabel</class>
                   2400:              <name>label_player1_b</name>
                   2401:              <label>Button B</label>
                   2402:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2403:              <wrap>False</wrap>
                   2404:              <xalign>0</xalign>
                   2405:              <yalign>0.5</yalign>
                   2406:              <xpad>8</xpad>
                   2407:              <ypad>0</ypad>
                   2408:              <child>
                   2409:                <left_attach>2</left_attach>
                   2410:                <right_attach>3</right_attach>
                   2411:                <top_attach>0</top_attach>
                   2412:                <bottom_attach>1</bottom_attach>
                   2413:                <xpad>0</xpad>
                   2414:                <ypad>0</ypad>
                   2415:                <xexpand>False</xexpand>
                   2416:                <yexpand>False</yexpand>
                   2417:                <xshrink>False</xshrink>
                   2418:                <yshrink>False</yshrink>
                   2419:                <xfill>False</xfill>
                   2420:                <yfill>False</yfill>
                   2421:              </child>
                   2422:            </widget>
                   2423: 
                   2424:            <widget>
                   2425:              <class>GtkLabel</class>
                   2426:              <name>label_player1_c</name>
                   2427:              <label>Button C</label>
                   2428:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2429:              <wrap>False</wrap>
                   2430:              <xalign>0</xalign>
                   2431:              <yalign>0.5</yalign>
                   2432:              <xpad>8</xpad>
                   2433:              <ypad>0</ypad>
                   2434:              <child>
                   2435:                <left_attach>0</left_attach>
                   2436:                <right_attach>1</right_attach>
                   2437:                <top_attach>1</top_attach>
                   2438:                <bottom_attach>2</bottom_attach>
                   2439:                <xpad>0</xpad>
                   2440:                <ypad>0</ypad>
                   2441:                <xexpand>False</xexpand>
                   2442:                <yexpand>False</yexpand>
                   2443:                <xshrink>False</xshrink>
                   2444:                <yshrink>False</yshrink>
                   2445:                <xfill>False</xfill>
                   2446:                <yfill>False</yfill>
                   2447:              </child>
                   2448:            </widget>
                   2449: 
                   2450:            <widget>
                   2451:              <class>GtkLabel</class>
                   2452:              <name>label_player1_a</name>
                   2453:              <label>Button A</label>
                   2454:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2455:              <wrap>False</wrap>
                   2456:              <xalign>0</xalign>
                   2457:              <yalign>0.5</yalign>
                   2458:              <xpad>8</xpad>
                   2459:              <ypad>0</ypad>
                   2460:              <child>
                   2461:                <left_attach>0</left_attach>
                   2462:                <right_attach>1</right_attach>
                   2463:                <top_attach>0</top_attach>
                   2464:                <bottom_attach>1</bottom_attach>
                   2465:                <xpad>0</xpad>
                   2466:                <ypad>0</ypad>
                   2467:                <xexpand>False</xexpand>
                   2468:                <yexpand>False</yexpand>
                   2469:                <xshrink>False</xshrink>
                   2470:                <yshrink>False</yshrink>
                   2471:                <xfill>False</xfill>
                   2472:                <yfill>False</yfill>
                   2473:              </child>
                   2474:            </widget>
                   2475: 
                   2476:            <widget>
                   2477:              <class>GtkEntry</class>
                   2478:              <name>entry_player1_b</name>
                   2479:              <width>100</width>
                   2480:              <can_focus>True</can_focus>
                   2481:              <signal>
                   2482:                <name>key_press_event</name>
                   2483:                <handler>on_keyval_press_event</handler>
                   2484:                <last_modification_time>Sat, 06 Oct 2001 17:25:04 GMT</last_modification_time>
                   2485:              </signal>
                   2486:              <editable>False</editable>
                   2487:              <text_visible>True</text_visible>
                   2488:              <text_max_length>0</text_max_length>
                   2489:              <text></text>
                   2490:              <child>
                   2491:                <left_attach>3</left_attach>
                   2492:                <right_attach>4</right_attach>
                   2493:                <top_attach>0</top_attach>
                   2494:                <bottom_attach>1</bottom_attach>
                   2495:                <xpad>0</xpad>
                   2496:                <ypad>0</ypad>
                   2497:                <xexpand>False</xexpand>
                   2498:                <yexpand>False</yexpand>
                   2499:                <xshrink>False</xshrink>
                   2500:                <yshrink>False</yshrink>
                   2501:                <xfill>False</xfill>
                   2502:                <yfill>False</yfill>
                   2503:              </child>
                   2504:            </widget>
                   2505: 
                   2506:            <widget>
                   2507:              <class>GtkEntry</class>
                   2508:              <name>entry_player1_a</name>
                   2509:              <width>100</width>
                   2510:              <can_focus>True</can_focus>
                   2511:              <signal>
                   2512:                <name>key_press_event</name>
                   2513:                <handler>on_keyval_press_event</handler>
                   2514:                <last_modification_time>Sat, 06 Oct 2001 17:24:57 GMT</last_modification_time>
                   2515:              </signal>
                   2516:              <editable>False</editable>
                   2517:              <text_visible>True</text_visible>
                   2518:              <text_max_length>0</text_max_length>
                   2519:              <text></text>
                   2520:              <child>
                   2521:                <left_attach>1</left_attach>
                   2522:                <right_attach>2</right_attach>
                   2523:                <top_attach>0</top_attach>
                   2524:                <bottom_attach>1</bottom_attach>
                   2525:                <xpad>0</xpad>
                   2526:                <ypad>0</ypad>
                   2527:                <xexpand>False</xexpand>
                   2528:                <yexpand>False</yexpand>
                   2529:                <xshrink>False</xshrink>
                   2530:                <yshrink>False</yshrink>
                   2531:                <xfill>False</xfill>
                   2532:                <yfill>False</yfill>
                   2533:              </child>
                   2534:            </widget>
                   2535:          </widget>
                   2536:        </widget>
                   2537: 
                   2538:        <widget>
                   2539:          <class>GtkFrame</class>
                   2540:          <name>frame_player2</name>
                   2541:          <border_width>4</border_width>
                   2542:          <label>Player 2</label>
                   2543:          <label_xalign>0.05</label_xalign>
                   2544:          <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   2545:          <child>
                   2546:            <padding>0</padding>
                   2547:            <expand>False</expand>
                   2548:            <fill>False</fill>
                   2549:          </child>
                   2550: 
                   2551:          <widget>
                   2552:            <class>GtkTable</class>
                   2553:            <name>table_player2</name>
                   2554:            <border_width>2</border_width>
                   2555:            <rows>4</rows>
                   2556:            <columns>4</columns>
                   2557:            <homogeneous>False</homogeneous>
                   2558:            <row_spacing>0</row_spacing>
                   2559:            <column_spacing>0</column_spacing>
                   2560: 
                   2561:            <widget>
                   2562:              <class>GtkEntry</class>
                   2563:              <name>entry_player2_a</name>
                   2564:              <width>100</width>
                   2565:              <can_focus>True</can_focus>
                   2566:              <signal>
                   2567:                <name>key_press_event</name>
                   2568:                <handler>on_keyval_press_event</handler>
                   2569:                <last_modification_time>Sat, 06 Oct 2001 17:25:34 GMT</last_modification_time>
                   2570:              </signal>
                   2571:              <editable>False</editable>
                   2572:              <text_visible>True</text_visible>
                   2573:              <text_max_length>0</text_max_length>
                   2574:              <text></text>
                   2575:              <child>
                   2576:                <left_attach>1</left_attach>
                   2577:                <right_attach>2</right_attach>
                   2578:                <top_attach>0</top_attach>
                   2579:                <bottom_attach>1</bottom_attach>
                   2580:                <xpad>0</xpad>
                   2581:                <ypad>0</ypad>
                   2582:                <xexpand>True</xexpand>
                   2583:                <yexpand>False</yexpand>
                   2584:                <xshrink>False</xshrink>
                   2585:                <yshrink>False</yshrink>
                   2586:                <xfill>False</xfill>
                   2587:                <yfill>False</yfill>
                   2588:              </child>
                   2589:            </widget>
                   2590: 
                   2591:            <widget>
                   2592:              <class>GtkEntry</class>
                   2593:              <name>entry_player2_c</name>
                   2594:              <width>100</width>
                   2595:              <can_focus>True</can_focus>
                   2596:              <signal>
                   2597:                <name>key_press_event</name>
                   2598:                <handler>on_keyval_press_event</handler>
                   2599:                <last_modification_time>Sat, 06 Oct 2001 17:25:44 GMT</last_modification_time>
                   2600:              </signal>
                   2601:              <editable>False</editable>
                   2602:              <text_visible>True</text_visible>
                   2603:              <text_max_length>0</text_max_length>
                   2604:              <text></text>
                   2605:              <child>
                   2606:                <left_attach>1</left_attach>
                   2607:                <right_attach>2</right_attach>
                   2608:                <top_attach>1</top_attach>
                   2609:                <bottom_attach>2</bottom_attach>
                   2610:                <xpad>0</xpad>
                   2611:                <ypad>0</ypad>
                   2612:                <xexpand>True</xexpand>
                   2613:                <yexpand>False</yexpand>
                   2614:                <xshrink>False</xshrink>
                   2615:                <yshrink>False</yshrink>
                   2616:                <xfill>False</xfill>
                   2617:                <yfill>False</yfill>
                   2618:              </child>
                   2619:            </widget>
                   2620: 
                   2621:            <widget>
                   2622:              <class>GtkEntry</class>
                   2623:              <name>entry_player2_left</name>
                   2624:              <width>100</width>
                   2625:              <can_focus>True</can_focus>
                   2626:              <signal>
                   2627:                <name>key_press_event</name>
                   2628:                <handler>on_keyval_press_event</handler>
                   2629:                <last_modification_time>Sat, 06 Oct 2001 17:25:53 GMT</last_modification_time>
                   2630:              </signal>
                   2631:              <editable>False</editable>
                   2632:              <text_visible>True</text_visible>
                   2633:              <text_max_length>0</text_max_length>
                   2634:              <text></text>
                   2635:              <child>
                   2636:                <left_attach>1</left_attach>
                   2637:                <right_attach>2</right_attach>
                   2638:                <top_attach>2</top_attach>
                   2639:                <bottom_attach>3</bottom_attach>
                   2640:                <xpad>0</xpad>
                   2641:                <ypad>0</ypad>
                   2642:                <xexpand>True</xexpand>
                   2643:                <yexpand>False</yexpand>
                   2644:                <xshrink>False</xshrink>
                   2645:                <yshrink>False</yshrink>
                   2646:                <xfill>False</xfill>
                   2647:                <yfill>False</yfill>
                   2648:              </child>
                   2649:            </widget>
                   2650: 
                   2651:            <widget>
                   2652:              <class>GtkEntry</class>
                   2653:              <name>entry_player2_up</name>
                   2654:              <width>100</width>
                   2655:              <can_focus>True</can_focus>
                   2656:              <signal>
                   2657:                <name>key_press_event</name>
                   2658:                <handler>on_keyval_press_event</handler>
                   2659:                <last_modification_time>Sat, 06 Oct 2001 17:26:02 GMT</last_modification_time>
                   2660:              </signal>
                   2661:              <editable>False</editable>
                   2662:              <text_visible>True</text_visible>
                   2663:              <text_max_length>0</text_max_length>
                   2664:              <text></text>
                   2665:              <child>
                   2666:                <left_attach>1</left_attach>
                   2667:                <right_attach>2</right_attach>
                   2668:                <top_attach>3</top_attach>
                   2669:                <bottom_attach>4</bottom_attach>
                   2670:                <xpad>0</xpad>
                   2671:                <ypad>0</ypad>
                   2672:                <xexpand>True</xexpand>
                   2673:                <yexpand>False</yexpand>
                   2674:                <xshrink>False</xshrink>
                   2675:                <yshrink>False</yshrink>
                   2676:                <xfill>False</xfill>
                   2677:                <yfill>False</yfill>
                   2678:              </child>
                   2679:            </widget>
                   2680: 
                   2681:            <widget>
                   2682:              <class>GtkEntry</class>
                   2683:              <name>entry_player2_b</name>
                   2684:              <width>100</width>
                   2685:              <can_focus>True</can_focus>
                   2686:              <signal>
                   2687:                <name>key_press_event</name>
                   2688:                <handler>on_keyval_press_event</handler>
                   2689:                <last_modification_time>Sat, 06 Oct 2001 17:25:39 GMT</last_modification_time>
                   2690:              </signal>
                   2691:              <editable>False</editable>
                   2692:              <text_visible>True</text_visible>
                   2693:              <text_max_length>0</text_max_length>
                   2694:              <text></text>
                   2695:              <child>
                   2696:                <left_attach>3</left_attach>
                   2697:                <right_attach>4</right_attach>
                   2698:                <top_attach>0</top_attach>
                   2699:                <bottom_attach>1</bottom_attach>
                   2700:                <xpad>0</xpad>
                   2701:                <ypad>0</ypad>
                   2702:                <xexpand>True</xexpand>
                   2703:                <yexpand>False</yexpand>
                   2704:                <xshrink>False</xshrink>
                   2705:                <yshrink>False</yshrink>
                   2706:                <xfill>False</xfill>
                   2707:                <yfill>False</yfill>
                   2708:              </child>
                   2709:            </widget>
                   2710: 
                   2711:            <widget>
                   2712:              <class>GtkEntry</class>
                   2713:              <name>entry_player2_start</name>
                   2714:              <width>100</width>
                   2715:              <can_focus>True</can_focus>
                   2716:              <signal>
                   2717:                <name>key_press_event</name>
                   2718:                <handler>on_keyval_press_event</handler>
                   2719:                <last_modification_time>Sat, 06 Oct 2001 17:25:49 GMT</last_modification_time>
                   2720:              </signal>
                   2721:              <editable>False</editable>
                   2722:              <text_visible>True</text_visible>
                   2723:              <text_max_length>0</text_max_length>
                   2724:              <text></text>
                   2725:              <child>
                   2726:                <left_attach>3</left_attach>
                   2727:                <right_attach>4</right_attach>
                   2728:                <top_attach>1</top_attach>
                   2729:                <bottom_attach>2</bottom_attach>
                   2730:                <xpad>0</xpad>
                   2731:                <ypad>0</ypad>
                   2732:                <xexpand>True</xexpand>
                   2733:                <yexpand>False</yexpand>
                   2734:                <xshrink>False</xshrink>
                   2735:                <yshrink>False</yshrink>
                   2736:                <xfill>False</xfill>
                   2737:                <yfill>False</yfill>
                   2738:              </child>
                   2739:            </widget>
                   2740: 
                   2741:            <widget>
                   2742:              <class>GtkEntry</class>
                   2743:              <name>entry_player2_right</name>
                   2744:              <width>100</width>
                   2745:              <can_focus>True</can_focus>
                   2746:              <signal>
                   2747:                <name>key_press_event</name>
                   2748:                <handler>on_keyval_press_event</handler>
                   2749:                <last_modification_time>Sat, 06 Oct 2001 17:25:56 GMT</last_modification_time>
                   2750:              </signal>
                   2751:              <editable>False</editable>
                   2752:              <text_visible>True</text_visible>
                   2753:              <text_max_length>0</text_max_length>
                   2754:              <text></text>
                   2755:              <child>
                   2756:                <left_attach>3</left_attach>
                   2757:                <right_attach>4</right_attach>
                   2758:                <top_attach>2</top_attach>
                   2759:                <bottom_attach>3</bottom_attach>
                   2760:                <xpad>0</xpad>
                   2761:                <ypad>0</ypad>
                   2762:                <xexpand>True</xexpand>
                   2763:                <yexpand>False</yexpand>
                   2764:                <xshrink>False</xshrink>
                   2765:                <yshrink>False</yshrink>
                   2766:                <xfill>False</xfill>
                   2767:                <yfill>False</yfill>
                   2768:              </child>
                   2769:            </widget>
                   2770: 
                   2771:            <widget>
                   2772:              <class>GtkEntry</class>
                   2773:              <name>entry_player2_down</name>
                   2774:              <width>100</width>
                   2775:              <can_focus>True</can_focus>
                   2776:              <signal>
                   2777:                <name>key_press_event</name>
                   2778:                <handler>on_keyval_press_event</handler>
                   2779:                <last_modification_time>Sat, 06 Oct 2001 17:26:06 GMT</last_modification_time>
                   2780:              </signal>
                   2781:              <editable>False</editable>
                   2782:              <text_visible>True</text_visible>
                   2783:              <text_max_length>0</text_max_length>
                   2784:              <text></text>
                   2785:              <child>
                   2786:                <left_attach>3</left_attach>
                   2787:                <right_attach>4</right_attach>
                   2788:                <top_attach>3</top_attach>
                   2789:                <bottom_attach>4</bottom_attach>
                   2790:                <xpad>0</xpad>
                   2791:                <ypad>0</ypad>
                   2792:                <xexpand>True</xexpand>
                   2793:                <yexpand>False</yexpand>
                   2794:                <xshrink>False</xshrink>
                   2795:                <yshrink>False</yshrink>
                   2796:                <xfill>False</xfill>
                   2797:                <yfill>False</yfill>
                   2798:              </child>
                   2799:            </widget>
                   2800: 
                   2801:            <widget>
                   2802:              <class>GtkLabel</class>
                   2803:              <name>label_player2_left</name>
                   2804:              <label>Left</label>
                   2805:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2806:              <wrap>False</wrap>
                   2807:              <xalign>0</xalign>
                   2808:              <yalign>0.5</yalign>
                   2809:              <xpad>8</xpad>
                   2810:              <ypad>0</ypad>
                   2811:              <child>
                   2812:                <left_attach>0</left_attach>
                   2813:                <right_attach>1</right_attach>
                   2814:                <top_attach>2</top_attach>
                   2815:                <bottom_attach>3</bottom_attach>
                   2816:                <xpad>0</xpad>
                   2817:                <ypad>0</ypad>
                   2818:                <xexpand>False</xexpand>
                   2819:                <yexpand>False</yexpand>
                   2820:                <xshrink>False</xshrink>
                   2821:                <yshrink>False</yshrink>
                   2822:                <xfill>False</xfill>
                   2823:                <yfill>False</yfill>
                   2824:              </child>
                   2825:            </widget>
                   2826: 
                   2827:            <widget>
                   2828:              <class>GtkLabel</class>
                   2829:              <name>label_player2_up</name>
                   2830:              <label>Up</label>
                   2831:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2832:              <wrap>False</wrap>
                   2833:              <xalign>0</xalign>
                   2834:              <yalign>0.5</yalign>
                   2835:              <xpad>8</xpad>
                   2836:              <ypad>0</ypad>
                   2837:              <child>
                   2838:                <left_attach>0</left_attach>
                   2839:                <right_attach>1</right_attach>
                   2840:                <top_attach>3</top_attach>
                   2841:                <bottom_attach>4</bottom_attach>
                   2842:                <xpad>0</xpad>
                   2843:                <ypad>0</ypad>
                   2844:                <xexpand>False</xexpand>
                   2845:                <yexpand>False</yexpand>
                   2846:                <xshrink>False</xshrink>
                   2847:                <yshrink>False</yshrink>
                   2848:                <xfill>False</xfill>
                   2849:                <yfill>False</yfill>
                   2850:              </child>
                   2851:            </widget>
                   2852: 
                   2853:            <widget>
                   2854:              <class>GtkLabel</class>
                   2855:              <name>label_player2_down</name>
                   2856:              <label>Down</label>
                   2857:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2858:              <wrap>False</wrap>
                   2859:              <xalign>0</xalign>
                   2860:              <yalign>0.5</yalign>
                   2861:              <xpad>8</xpad>
                   2862:              <ypad>0</ypad>
                   2863:              <child>
                   2864:                <left_attach>2</left_attach>
                   2865:                <right_attach>3</right_attach>
                   2866:                <top_attach>3</top_attach>
                   2867:                <bottom_attach>4</bottom_attach>
                   2868:                <xpad>0</xpad>
                   2869:                <ypad>0</ypad>
                   2870:                <xexpand>False</xexpand>
                   2871:                <yexpand>False</yexpand>
                   2872:                <xshrink>False</xshrink>
                   2873:                <yshrink>False</yshrink>
                   2874:                <xfill>False</xfill>
                   2875:                <yfill>False</yfill>
                   2876:              </child>
                   2877:            </widget>
                   2878: 
                   2879:            <widget>
                   2880:              <class>GtkLabel</class>
                   2881:              <name>label_player2_right</name>
                   2882:              <label>Right</label>
                   2883:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2884:              <wrap>False</wrap>
                   2885:              <xalign>0</xalign>
                   2886:              <yalign>0.5</yalign>
                   2887:              <xpad>8</xpad>
                   2888:              <ypad>0</ypad>
                   2889:              <child>
                   2890:                <left_attach>2</left_attach>
                   2891:                <right_attach>3</right_attach>
                   2892:                <top_attach>2</top_attach>
                   2893:                <bottom_attach>3</bottom_attach>
                   2894:                <xpad>0</xpad>
                   2895:                <ypad>0</ypad>
                   2896:                <xexpand>False</xexpand>
                   2897:                <yexpand>False</yexpand>
                   2898:                <xshrink>False</xshrink>
                   2899:                <yshrink>False</yshrink>
                   2900:                <xfill>False</xfill>
                   2901:                <yfill>False</yfill>
                   2902:              </child>
                   2903:            </widget>
                   2904: 
                   2905:            <widget>
                   2906:              <class>GtkLabel</class>
                   2907:              <name>label_player2_start</name>
                   2908:              <label>Start</label>
                   2909:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2910:              <wrap>False</wrap>
                   2911:              <xalign>0</xalign>
                   2912:              <yalign>0.5</yalign>
                   2913:              <xpad>8</xpad>
                   2914:              <ypad>0</ypad>
                   2915:              <child>
                   2916:                <left_attach>2</left_attach>
                   2917:                <right_attach>3</right_attach>
                   2918:                <top_attach>1</top_attach>
                   2919:                <bottom_attach>2</bottom_attach>
                   2920:                <xpad>0</xpad>
                   2921:                <ypad>0</ypad>
                   2922:                <xexpand>False</xexpand>
                   2923:                <yexpand>False</yexpand>
                   2924:                <xshrink>False</xshrink>
                   2925:                <yshrink>False</yshrink>
                   2926:                <xfill>False</xfill>
                   2927:                <yfill>False</yfill>
                   2928:              </child>
                   2929:            </widget>
                   2930: 
                   2931:            <widget>
                   2932:              <class>GtkLabel</class>
                   2933:              <name>label_player2_b</name>
                   2934:              <label>Button B</label>
                   2935:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2936:              <wrap>False</wrap>
                   2937:              <xalign>0</xalign>
                   2938:              <yalign>0.5</yalign>
                   2939:              <xpad>8</xpad>
                   2940:              <ypad>0</ypad>
                   2941:              <child>
                   2942:                <left_attach>2</left_attach>
                   2943:                <right_attach>3</right_attach>
                   2944:                <top_attach>0</top_attach>
                   2945:                <bottom_attach>1</bottom_attach>
                   2946:                <xpad>0</xpad>
                   2947:                <ypad>0</ypad>
                   2948:                <xexpand>False</xexpand>
                   2949:                <yexpand>False</yexpand>
                   2950:                <xshrink>False</xshrink>
                   2951:                <yshrink>False</yshrink>
                   2952:                <xfill>False</xfill>
                   2953:                <yfill>False</yfill>
                   2954:              </child>
                   2955:            </widget>
                   2956: 
                   2957:            <widget>
                   2958:              <class>GtkLabel</class>
                   2959:              <name>label_player2_c</name>
                   2960:              <label>Button C</label>
                   2961:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2962:              <wrap>False</wrap>
                   2963:              <xalign>0</xalign>
                   2964:              <yalign>0.5</yalign>
                   2965:              <xpad>8</xpad>
                   2966:              <ypad>0</ypad>
                   2967:              <child>
                   2968:                <left_attach>0</left_attach>
                   2969:                <right_attach>1</right_attach>
                   2970:                <top_attach>1</top_attach>
                   2971:                <bottom_attach>2</bottom_attach>
                   2972:                <xpad>0</xpad>
                   2973:                <ypad>0</ypad>
                   2974:                <xexpand>False</xexpand>
                   2975:                <yexpand>False</yexpand>
                   2976:                <xshrink>False</xshrink>
                   2977:                <yshrink>False</yshrink>
                   2978:                <xfill>False</xfill>
                   2979:                <yfill>False</yfill>
                   2980:              </child>
                   2981:            </widget>
                   2982: 
                   2983:            <widget>
                   2984:              <class>GtkLabel</class>
                   2985:              <name>label_player2_a</name>
                   2986:              <label>Button A</label>
                   2987:              <justify>GTK_JUSTIFY_CENTER</justify>
                   2988:              <wrap>False</wrap>
                   2989:              <xalign>0</xalign>
                   2990:              <yalign>0.5</yalign>
                   2991:              <xpad>8</xpad>
                   2992:              <ypad>0</ypad>
                   2993:              <child>
                   2994:                <left_attach>0</left_attach>
                   2995:                <right_attach>1</right_attach>
                   2996:                <top_attach>0</top_attach>
                   2997:                <bottom_attach>1</bottom_attach>
                   2998:                <xpad>0</xpad>
                   2999:                <ypad>0</ypad>
                   3000:                <xexpand>False</xexpand>
                   3001:                <yexpand>False</yexpand>
                   3002:                <xshrink>False</xshrink>
                   3003:                <yshrink>False</yshrink>
                   3004:                <xfill>False</xfill>
                   3005:                <yfill>False</yfill>
                   3006:              </child>
                   3007:            </widget>
                   3008:          </widget>
                   3009:        </widget>
                   3010: 
                   3011:        <widget>
1.1.1.2 ! root     3012:          <class>GtkLabel</class>
        !          3013:          <name>label75</name>
        !          3014:          <label></label>
        !          3015:          <justify>GTK_JUSTIFY_CENTER</justify>
        !          3016:          <wrap>False</wrap>
        !          3017:          <xalign>0.5</xalign>
        !          3018:          <yalign>0.5</yalign>
        !          3019:          <xpad>0</xpad>
        !          3020:          <ypad>0</ypad>
1.1       root     3021:          <child>
                   3022:            <padding>0</padding>
1.1.1.2 ! root     3023:            <expand>False</expand>
        !          3024:            <fill>False</fill>
1.1       root     3025:          </child>
                   3026:        </widget>
                   3027:       </widget>
                   3028: 
                   3029:       <widget>
                   3030:        <class>GtkLabel</class>
                   3031:        <child_name>Notebook:tab</child_name>
                   3032:        <name>label_controls</name>
                   3033:        <label>Controls</label>
                   3034:        <justify>GTK_JUSTIFY_CENTER</justify>
                   3035:        <wrap>False</wrap>
                   3036:        <xalign>0.5</xalign>
                   3037:        <yalign>0.5</yalign>
                   3038:        <xpad>2</xpad>
                   3039:        <ypad>0</ypad>
                   3040:       </widget>
                   3041:     </widget>
                   3042: 
                   3043:     <widget>
                   3044:       <class>GtkHBox</class>
                   3045:       <name>hbox_bottom</name>
                   3046:       <homogeneous>False</homogeneous>
                   3047:       <spacing>0</spacing>
                   3048:       <child>
                   3049:        <padding>0</padding>
                   3050:        <expand>False</expand>
                   3051:        <fill>False</fill>
                   3052:       </child>
                   3053: 
                   3054:       <widget>
                   3055:        <class>GtkButton</class>
                   3056:        <name>button_save</name>
                   3057:        <border_width>4</border_width>
                   3058:        <can_focus>True</can_focus>
                   3059:        <signal>
                   3060:          <name>clicked</name>
1.1.1.2 ! root     3061:          <handler>on_button_opts_save_clicked</handler>
        !          3062:          <last_modification_time>Sun, 21 Oct 2001 15:07:20 GMT</last_modification_time>
1.1       root     3063:        </signal>
                   3064:        <label>Save</label>
                   3065:        <relief>GTK_RELIEF_NORMAL</relief>
                   3066:        <child>
                   3067:          <padding>0</padding>
                   3068:          <expand>False</expand>
                   3069:          <fill>False</fill>
                   3070:        </child>
                   3071:       </widget>
                   3072: 
                   3073:       <widget>
1.1.1.2 ! root     3074:        <class>GtkLabel</class>
        !          3075:        <name>label69</name>
        !          3076:        <label></label>
        !          3077:        <justify>GTK_JUSTIFY_CENTER</justify>
        !          3078:        <wrap>False</wrap>
        !          3079:        <xalign>0.5</xalign>
        !          3080:        <yalign>0.5</yalign>
        !          3081:        <xpad>0</xpad>
        !          3082:        <ypad>0</ypad>
1.1       root     3083:        <child>
                   3084:          <padding>0</padding>
                   3085:          <expand>True</expand>
                   3086:          <fill>True</fill>
                   3087:        </child>
                   3088:       </widget>
                   3089: 
                   3090:       <widget>
                   3091:        <class>GtkButton</class>
                   3092:        <name>button_cancel</name>
                   3093:        <border_width>4</border_width>
                   3094:        <can_focus>True</can_focus>
                   3095:        <signal>
                   3096:          <name>clicked</name>
                   3097:          <handler>gtk_widget_hide</handler>
                   3098:          <object>opts</object>
                   3099:          <last_modification_time>Sat, 06 Oct 2001 15:47:53 GMT</last_modification_time>
                   3100:        </signal>
                   3101:        <label>Cancel</label>
                   3102:        <relief>GTK_RELIEF_NORMAL</relief>
                   3103:        <child>
                   3104:          <padding>0</padding>
                   3105:          <expand>False</expand>
                   3106:          <fill>False</fill>
                   3107:        </child>
                   3108:       </widget>
                   3109: 
                   3110:       <widget>
                   3111:        <class>GtkButton</class>
                   3112:        <name>button_ok</name>
                   3113:        <border_width>4</border_width>
                   3114:        <can_focus>True</can_focus>
                   3115:        <signal>
                   3116:          <name>clicked</name>
1.1.1.2 ! root     3117:          <handler>on_button_opts_ok_clicked</handler>
        !          3118:          <last_modification_time>Sun, 21 Oct 2001 15:07:15 GMT</last_modification_time>
1.1       root     3119:        </signal>
                   3120:        <label>OK</label>
                   3121:        <relief>GTK_RELIEF_NORMAL</relief>
                   3122:        <child>
                   3123:          <padding>0</padding>
                   3124:          <expand>False</expand>
                   3125:          <fill>False</fill>
                   3126:        </child>
                   3127:       </widget>
                   3128:     </widget>
                   3129:   </widget>
                   3130: </widget>
                   3131: 
                   3132: <widget>
                   3133:   <class>GtkWindow</class>
                   3134:   <name>about</name>
                   3135:   <width>300</width>
                   3136:   <height>150</height>
                   3137:   <signal>
                   3138:     <name>delete_event</name>
                   3139:     <handler>gtk_widget_hide</handler>
                   3140:     <last_modification_time>Sun, 16 Sep 2001 18:29:08 GMT</last_modification_time>
                   3141:   </signal>
                   3142:   <signal>
                   3143:     <name>destroy_event</name>
                   3144:     <handler>gtk_widget_hide</handler>
                   3145:     <last_modification_time>Sun, 16 Sep 2001 18:30:41 GMT</last_modification_time>
                   3146:   </signal>
                   3147:   <title>Information</title>
                   3148:   <type>GTK_WINDOW_TOPLEVEL</type>
                   3149:   <position>GTK_WIN_POS_CENTER</position>
                   3150:   <modal>True</modal>
                   3151:   <allow_shrink>False</allow_shrink>
                   3152:   <allow_grow>False</allow_grow>
                   3153:   <auto_shrink>True</auto_shrink>
                   3154: 
                   3155:   <widget>
                   3156:     <class>GtkVBox</class>
                   3157:     <name>vbox</name>
                   3158:     <homogeneous>False</homogeneous>
                   3159:     <spacing>0</spacing>
                   3160: 
                   3161:     <widget>
                   3162:       <class>GtkLabel</class>
                   3163:       <name>label_maintxt</name>
                   3164:       <label>Generator
1.1.1.2 ! root     3165: (c) James Ponder, 1998-2003
1.1       root     3166: 
                   3167: GPL licensed
                   3168: 
                   3169: http://www.squish.net/generator/</label>
                   3170:       <justify>GTK_JUSTIFY_CENTER</justify>
                   3171:       <wrap>False</wrap>
                   3172:       <xalign>0.5</xalign>
                   3173:       <yalign>0.5</yalign>
                   3174:       <xpad>0</xpad>
                   3175:       <ypad>0</ypad>
                   3176:       <child>
                   3177:        <padding>0</padding>
                   3178:        <expand>True</expand>
                   3179:        <fill>True</fill>
                   3180:       </child>
                   3181:     </widget>
                   3182: 
                   3183:     <widget>
                   3184:       <class>GtkHBox</class>
                   3185:       <name>hbox_bottom</name>
                   3186:       <homogeneous>False</homogeneous>
                   3187:       <spacing>0</spacing>
                   3188:       <child>
                   3189:        <padding>0</padding>
                   3190:        <expand>False</expand>
                   3191:        <fill>False</fill>
                   3192:       </child>
                   3193: 
                   3194:       <widget>
1.1.1.2 ! root     3195:        <class>GtkLabel</class>
        !          3196:        <name>label76</name>
        !          3197:        <label></label>
        !          3198:        <justify>GTK_JUSTIFY_CENTER</justify>
        !          3199:        <wrap>False</wrap>
        !          3200:        <xalign>0.5</xalign>
        !          3201:        <yalign>0.5</yalign>
        !          3202:        <xpad>0</xpad>
        !          3203:        <ypad>0</ypad>
1.1       root     3204:        <child>
                   3205:          <padding>0</padding>
                   3206:          <expand>True</expand>
                   3207:          <fill>True</fill>
                   3208:        </child>
                   3209:       </widget>
                   3210: 
                   3211:       <widget>
                   3212:        <class>GtkButton</class>
                   3213:        <name>button_ok</name>
                   3214:        <border_width>4</border_width>
                   3215:        <can_focus>True</can_focus>
                   3216:        <signal>
                   3217:          <name>clicked</name>
                   3218:          <handler>gtk_widget_hide</handler>
                   3219:          <object>about</object>
                   3220:          <last_modification_time>Sun, 16 Sep 2001 18:00:51 GMT</last_modification_time>
                   3221:        </signal>
                   3222:        <label>OK</label>
                   3223:        <relief>GTK_RELIEF_NORMAL</relief>
                   3224:        <child>
                   3225:          <padding>0</padding>
                   3226:          <expand>False</expand>
                   3227:          <fill>False</fill>
                   3228:        </child>
                   3229:       </widget>
                   3230:     </widget>
                   3231:   </widget>
                   3232: </widget>
                   3233: 
                   3234: <widget>
                   3235:   <class>GtkWindow</class>
                   3236:   <name>vramtiles</name>
                   3237:   <width>256</width>
                   3238:   <signal>
                   3239:     <name>delete_event</name>
                   3240:     <handler>gtk_widget_hide</handler>
                   3241:     <last_modification_time>Sun, 16 Sep 2001 18:32:08 GMT</last_modification_time>
                   3242:   </signal>
                   3243:   <signal>
                   3244:     <name>destroy_event</name>
                   3245:     <handler>gtk_widget_hide</handler>
                   3246:     <last_modification_time>Sun, 16 Sep 2001 18:32:15 GMT</last_modification_time>
                   3247:   </signal>
                   3248:   <title>VRAM tiles</title>
                   3249:   <type>GTK_WINDOW_TOPLEVEL</type>
                   3250:   <position>GTK_WIN_POS_NONE</position>
                   3251:   <modal>False</modal>
                   3252:   <allow_shrink>False</allow_shrink>
                   3253:   <allow_grow>False</allow_grow>
                   3254:   <auto_shrink>False</auto_shrink>
                   3255: 
                   3256:   <widget>
                   3257:     <class>GtkVBox</class>
                   3258:     <name>vbox5</name>
                   3259:     <homogeneous>False</homogeneous>
                   3260:     <spacing>0</spacing>
                   3261: 
                   3262:     <widget>
                   3263:       <class>GtkDrawingArea</class>
                   3264:       <name>drawingarea_tiles</name>
                   3265:       <width>256</width>
                   3266:       <height>256</height>
                   3267:       <child>
                   3268:        <padding>0</padding>
                   3269:        <expand>True</expand>
                   3270:        <fill>True</fill>
                   3271:       </child>
                   3272:     </widget>
                   3273: 
                   3274:     <widget>
                   3275:       <class>GtkHBox</class>
                   3276:       <name>hbox2</name>
                   3277:       <homogeneous>False</homogeneous>
                   3278:       <spacing>0</spacing>
                   3279:       <child>
                   3280:        <padding>0</padding>
                   3281:        <expand>False</expand>
                   3282:        <fill>False</fill>
                   3283:       </child>
                   3284: 
                   3285:       <widget>
                   3286:        <class>GtkLabel</class>
                   3287:        <name>label_address</name>
                   3288:        <label>Address:</label>
                   3289:        <justify>GTK_JUSTIFY_CENTER</justify>
                   3290:        <wrap>False</wrap>
                   3291:        <xalign>0.5</xalign>
                   3292:        <yalign>0.5</yalign>
                   3293:        <xpad>4</xpad>
                   3294:        <ypad>0</ypad>
                   3295:        <child>
                   3296:          <padding>0</padding>
                   3297:          <expand>False</expand>
                   3298:          <fill>False</fill>
                   3299:        </child>
                   3300:       </widget>
                   3301: 
                   3302:       <widget>
                   3303:        <class>GtkEntry</class>
                   3304:        <name>entry_address</name>
                   3305:        <can_focus>True</can_focus>
                   3306:        <editable>False</editable>
                   3307:        <text_visible>True</text_visible>
                   3308:        <text_max_length>0</text_max_length>
                   3309:        <text></text>
                   3310:        <child>
                   3311:          <padding>0</padding>
                   3312:          <expand>True</expand>
                   3313:          <fill>True</fill>
                   3314:        </child>
                   3315:       </widget>
                   3316:     </widget>
                   3317:   </widget>
                   3318: </widget>
                   3319: 
                   3320: <widget>
                   3321:   <class>GtkWindow</class>
                   3322:   <name>console</name>
                   3323:   <signal>
                   3324:     <name>delete_event</name>
                   3325:     <handler>on_console_remove</handler>
                   3326:     <last_modification_time>Sun, 16 Sep 2001 18:32:48 GMT</last_modification_time>
                   3327:   </signal>
                   3328:   <signal>
                   3329:     <name>destroy_event</name>
                   3330:     <handler>on_console_remove</handler>
                   3331:     <last_modification_time>Sun, 16 Sep 2001 18:33:00 GMT</last_modification_time>
                   3332:   </signal>
                   3333:   <title>Debug console</title>
                   3334:   <type>GTK_WINDOW_TOPLEVEL</type>
                   3335:   <position>GTK_WIN_POS_NONE</position>
                   3336:   <modal>False</modal>
                   3337:   <allow_shrink>False</allow_shrink>
                   3338:   <allow_grow>True</allow_grow>
                   3339:   <auto_shrink>False</auto_shrink>
                   3340: 
                   3341:   <widget>
                   3342:     <class>GtkHBox</class>
                   3343:     <name>hbox_main</name>
                   3344:     <homogeneous>False</homogeneous>
                   3345:     <spacing>0</spacing>
                   3346: 
                   3347:     <widget>
                   3348:       <class>GtkFrame</class>
                   3349:       <name>frame_68kregs</name>
                   3350:       <border_width>4</border_width>
                   3351:       <label>68k registers</label>
                   3352:       <label_xalign>0.05</label_xalign>
                   3353:       <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   3354:       <child>
                   3355:        <padding>0</padding>
                   3356:        <expand>False</expand>
                   3357:        <fill>False</fill>
                   3358:       </child>
                   3359: 
                   3360:       <widget>
                   3361:        <class>GtkHBox</class>
                   3362:        <name>hbox_68kregs</name>
                   3363:        <homogeneous>False</homogeneous>
                   3364:        <spacing>0</spacing>
                   3365: 
                   3366:        <widget>
                   3367:          <class>GtkTable</class>
                   3368:          <name>table_68kregs_left</name>
                   3369:          <rows>19</rows>
                   3370:          <columns>3</columns>
                   3371:          <homogeneous>False</homogeneous>
                   3372:          <row_spacing>0</row_spacing>
                   3373:          <column_spacing>0</column_spacing>
                   3374:          <child>
                   3375:            <padding>0</padding>
                   3376:            <expand>True</expand>
                   3377:            <fill>True</fill>
                   3378:          </child>
                   3379: 
                   3380:          <widget>
                   3381:            <class>GtkLabel</class>
                   3382:            <name>label_d0</name>
                   3383:            <label>D0:</label>
                   3384:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3385:            <wrap>False</wrap>
                   3386:            <xalign>0</xalign>
                   3387:            <yalign>0.5</yalign>
                   3388:            <xpad>2</xpad>
                   3389:            <ypad>0</ypad>
                   3390:            <child>
                   3391:              <left_attach>0</left_attach>
                   3392:              <right_attach>1</right_attach>
                   3393:              <top_attach>0</top_attach>
                   3394:              <bottom_attach>1</bottom_attach>
                   3395:              <xpad>0</xpad>
                   3396:              <ypad>0</ypad>
                   3397:              <xexpand>False</xexpand>
                   3398:              <yexpand>False</yexpand>
                   3399:              <xshrink>False</xshrink>
                   3400:              <yshrink>False</yshrink>
                   3401:              <xfill>True</xfill>
                   3402:              <yfill>False</yfill>
                   3403:            </child>
                   3404:          </widget>
                   3405: 
                   3406:          <widget>
                   3407:            <class>GtkLabel</class>
                   3408:            <name>label_d1</name>
                   3409:            <label>D1:</label>
                   3410:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3411:            <wrap>False</wrap>
                   3412:            <xalign>0</xalign>
                   3413:            <yalign>0.5</yalign>
                   3414:            <xpad>2</xpad>
                   3415:            <ypad>0</ypad>
                   3416:            <child>
                   3417:              <left_attach>0</left_attach>
                   3418:              <right_attach>1</right_attach>
                   3419:              <top_attach>1</top_attach>
                   3420:              <bottom_attach>2</bottom_attach>
                   3421:              <xpad>0</xpad>
                   3422:              <ypad>0</ypad>
                   3423:              <xexpand>False</xexpand>
                   3424:              <yexpand>False</yexpand>
                   3425:              <xshrink>False</xshrink>
                   3426:              <yshrink>False</yshrink>
                   3427:              <xfill>True</xfill>
                   3428:              <yfill>False</yfill>
                   3429:            </child>
                   3430:          </widget>
                   3431: 
                   3432:          <widget>
                   3433:            <class>GtkLabel</class>
                   3434:            <name>label_d2</name>
                   3435:            <label>D2:</label>
                   3436:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3437:            <wrap>False</wrap>
                   3438:            <xalign>0</xalign>
                   3439:            <yalign>0.5</yalign>
                   3440:            <xpad>2</xpad>
                   3441:            <ypad>0</ypad>
                   3442:            <child>
                   3443:              <left_attach>0</left_attach>
                   3444:              <right_attach>1</right_attach>
                   3445:              <top_attach>2</top_attach>
                   3446:              <bottom_attach>3</bottom_attach>
                   3447:              <xpad>0</xpad>
                   3448:              <ypad>0</ypad>
                   3449:              <xexpand>False</xexpand>
                   3450:              <yexpand>False</yexpand>
                   3451:              <xshrink>False</xshrink>
                   3452:              <yshrink>False</yshrink>
                   3453:              <xfill>True</xfill>
                   3454:              <yfill>False</yfill>
                   3455:            </child>
                   3456:          </widget>
                   3457: 
                   3458:          <widget>
                   3459:            <class>GtkLabel</class>
                   3460:            <name>label_d3</name>
                   3461:            <label>D3:</label>
                   3462:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3463:            <wrap>False</wrap>
                   3464:            <xalign>0</xalign>
                   3465:            <yalign>0.5</yalign>
                   3466:            <xpad>2</xpad>
                   3467:            <ypad>0</ypad>
                   3468:            <child>
                   3469:              <left_attach>0</left_attach>
                   3470:              <right_attach>1</right_attach>
                   3471:              <top_attach>3</top_attach>
                   3472:              <bottom_attach>4</bottom_attach>
                   3473:              <xpad>0</xpad>
                   3474:              <ypad>0</ypad>
                   3475:              <xexpand>False</xexpand>
                   3476:              <yexpand>False</yexpand>
                   3477:              <xshrink>False</xshrink>
                   3478:              <yshrink>False</yshrink>
                   3479:              <xfill>True</xfill>
                   3480:              <yfill>False</yfill>
                   3481:            </child>
                   3482:          </widget>
                   3483: 
                   3484:          <widget>
                   3485:            <class>GtkLabel</class>
                   3486:            <name>label_d4</name>
                   3487:            <label>D4:</label>
                   3488:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3489:            <wrap>False</wrap>
                   3490:            <xalign>0</xalign>
                   3491:            <yalign>0.5</yalign>
                   3492:            <xpad>2</xpad>
                   3493:            <ypad>0</ypad>
                   3494:            <child>
                   3495:              <left_attach>0</left_attach>
                   3496:              <right_attach>1</right_attach>
                   3497:              <top_attach>4</top_attach>
                   3498:              <bottom_attach>5</bottom_attach>
                   3499:              <xpad>0</xpad>
                   3500:              <ypad>0</ypad>
                   3501:              <xexpand>False</xexpand>
                   3502:              <yexpand>False</yexpand>
                   3503:              <xshrink>False</xshrink>
                   3504:              <yshrink>False</yshrink>
                   3505:              <xfill>True</xfill>
                   3506:              <yfill>False</yfill>
                   3507:            </child>
                   3508:          </widget>
                   3509: 
                   3510:          <widget>
                   3511:            <class>GtkLabel</class>
                   3512:            <name>label_d5</name>
                   3513:            <label>D5:</label>
                   3514:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3515:            <wrap>False</wrap>
                   3516:            <xalign>0</xalign>
                   3517:            <yalign>0.5</yalign>
                   3518:            <xpad>2</xpad>
                   3519:            <ypad>0</ypad>
                   3520:            <child>
                   3521:              <left_attach>0</left_attach>
                   3522:              <right_attach>1</right_attach>
                   3523:              <top_attach>5</top_attach>
                   3524:              <bottom_attach>6</bottom_attach>
                   3525:              <xpad>0</xpad>
                   3526:              <ypad>0</ypad>
                   3527:              <xexpand>False</xexpand>
                   3528:              <yexpand>False</yexpand>
                   3529:              <xshrink>False</xshrink>
                   3530:              <yshrink>False</yshrink>
                   3531:              <xfill>True</xfill>
                   3532:              <yfill>False</yfill>
                   3533:            </child>
                   3534:          </widget>
                   3535: 
                   3536:          <widget>
                   3537:            <class>GtkLabel</class>
                   3538:            <name>label_d6</name>
                   3539:            <label>D6:</label>
                   3540:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3541:            <wrap>False</wrap>
                   3542:            <xalign>0</xalign>
                   3543:            <yalign>0.5</yalign>
                   3544:            <xpad>2</xpad>
                   3545:            <ypad>0</ypad>
                   3546:            <child>
                   3547:              <left_attach>0</left_attach>
                   3548:              <right_attach>1</right_attach>
                   3549:              <top_attach>6</top_attach>
                   3550:              <bottom_attach>7</bottom_attach>
                   3551:              <xpad>0</xpad>
                   3552:              <ypad>0</ypad>
                   3553:              <xexpand>False</xexpand>
                   3554:              <yexpand>False</yexpand>
                   3555:              <xshrink>False</xshrink>
                   3556:              <yshrink>False</yshrink>
                   3557:              <xfill>True</xfill>
                   3558:              <yfill>False</yfill>
                   3559:            </child>
                   3560:          </widget>
                   3561: 
                   3562:          <widget>
                   3563:            <class>GtkLabel</class>
                   3564:            <name>label_d7</name>
                   3565:            <label>D7:</label>
                   3566:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3567:            <wrap>False</wrap>
                   3568:            <xalign>0</xalign>
                   3569:            <yalign>0.5</yalign>
                   3570:            <xpad>2</xpad>
                   3571:            <ypad>0</ypad>
                   3572:            <child>
                   3573:              <left_attach>0</left_attach>
                   3574:              <right_attach>1</right_attach>
                   3575:              <top_attach>7</top_attach>
                   3576:              <bottom_attach>8</bottom_attach>
                   3577:              <xpad>0</xpad>
                   3578:              <ypad>0</ypad>
                   3579:              <xexpand>False</xexpand>
                   3580:              <yexpand>False</yexpand>
                   3581:              <xshrink>False</xshrink>
                   3582:              <yshrink>False</yshrink>
                   3583:              <xfill>True</xfill>
                   3584:              <yfill>False</yfill>
                   3585:            </child>
                   3586:          </widget>
                   3587: 
                   3588:          <widget>
                   3589:            <class>GtkLabel</class>
                   3590:            <name>label_a0</name>
                   3591:            <label>A0:</label>
                   3592:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3593:            <wrap>False</wrap>
                   3594:            <xalign>0</xalign>
                   3595:            <yalign>0.5</yalign>
                   3596:            <xpad>2</xpad>
                   3597:            <ypad>0</ypad>
                   3598:            <child>
                   3599:              <left_attach>0</left_attach>
                   3600:              <right_attach>1</right_attach>
                   3601:              <top_attach>8</top_attach>
                   3602:              <bottom_attach>9</bottom_attach>
                   3603:              <xpad>0</xpad>
                   3604:              <ypad>0</ypad>
                   3605:              <xexpand>False</xexpand>
                   3606:              <yexpand>False</yexpand>
                   3607:              <xshrink>False</xshrink>
                   3608:              <yshrink>False</yshrink>
                   3609:              <xfill>True</xfill>
                   3610:              <yfill>False</yfill>
                   3611:            </child>
                   3612:          </widget>
                   3613: 
                   3614:          <widget>
                   3615:            <class>GtkLabel</class>
                   3616:            <name>label_a1</name>
                   3617:            <label>A1:</label>
                   3618:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3619:            <wrap>False</wrap>
                   3620:            <xalign>0</xalign>
                   3621:            <yalign>0.5</yalign>
                   3622:            <xpad>2</xpad>
                   3623:            <ypad>0</ypad>
                   3624:            <child>
                   3625:              <left_attach>0</left_attach>
                   3626:              <right_attach>1</right_attach>
                   3627:              <top_attach>9</top_attach>
                   3628:              <bottom_attach>10</bottom_attach>
                   3629:              <xpad>0</xpad>
                   3630:              <ypad>0</ypad>
                   3631:              <xexpand>False</xexpand>
                   3632:              <yexpand>False</yexpand>
                   3633:              <xshrink>False</xshrink>
                   3634:              <yshrink>False</yshrink>
                   3635:              <xfill>True</xfill>
                   3636:              <yfill>False</yfill>
                   3637:            </child>
                   3638:          </widget>
                   3639: 
                   3640:          <widget>
                   3641:            <class>GtkLabel</class>
                   3642:            <name>label_a2</name>
                   3643:            <label>A2:</label>
                   3644:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3645:            <wrap>False</wrap>
                   3646:            <xalign>0</xalign>
                   3647:            <yalign>0.5</yalign>
                   3648:            <xpad>2</xpad>
                   3649:            <ypad>0</ypad>
                   3650:            <child>
                   3651:              <left_attach>0</left_attach>
                   3652:              <right_attach>1</right_attach>
                   3653:              <top_attach>10</top_attach>
                   3654:              <bottom_attach>11</bottom_attach>
                   3655:              <xpad>0</xpad>
                   3656:              <ypad>0</ypad>
                   3657:              <xexpand>False</xexpand>
                   3658:              <yexpand>False</yexpand>
                   3659:              <xshrink>False</xshrink>
                   3660:              <yshrink>False</yshrink>
                   3661:              <xfill>True</xfill>
                   3662:              <yfill>False</yfill>
                   3663:            </child>
                   3664:          </widget>
                   3665: 
                   3666:          <widget>
                   3667:            <class>GtkLabel</class>
                   3668:            <name>label_a3</name>
                   3669:            <label>A3:</label>
                   3670:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3671:            <wrap>False</wrap>
                   3672:            <xalign>0</xalign>
                   3673:            <yalign>0.5</yalign>
                   3674:            <xpad>2</xpad>
                   3675:            <ypad>0</ypad>
                   3676:            <child>
                   3677:              <left_attach>0</left_attach>
                   3678:              <right_attach>1</right_attach>
                   3679:              <top_attach>11</top_attach>
                   3680:              <bottom_attach>12</bottom_attach>
                   3681:              <xpad>0</xpad>
                   3682:              <ypad>0</ypad>
                   3683:              <xexpand>False</xexpand>
                   3684:              <yexpand>False</yexpand>
                   3685:              <xshrink>False</xshrink>
                   3686:              <yshrink>False</yshrink>
                   3687:              <xfill>True</xfill>
                   3688:              <yfill>False</yfill>
                   3689:            </child>
                   3690:          </widget>
                   3691: 
                   3692:          <widget>
                   3693:            <class>GtkLabel</class>
                   3694:            <name>label_a4</name>
                   3695:            <label>A4:</label>
                   3696:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3697:            <wrap>False</wrap>
                   3698:            <xalign>0</xalign>
                   3699:            <yalign>0.5</yalign>
                   3700:            <xpad>2</xpad>
                   3701:            <ypad>0</ypad>
                   3702:            <child>
                   3703:              <left_attach>0</left_attach>
                   3704:              <right_attach>1</right_attach>
                   3705:              <top_attach>12</top_attach>
                   3706:              <bottom_attach>13</bottom_attach>
                   3707:              <xpad>0</xpad>
                   3708:              <ypad>0</ypad>
                   3709:              <xexpand>False</xexpand>
                   3710:              <yexpand>False</yexpand>
                   3711:              <xshrink>False</xshrink>
                   3712:              <yshrink>False</yshrink>
                   3713:              <xfill>True</xfill>
                   3714:              <yfill>False</yfill>
                   3715:            </child>
                   3716:          </widget>
                   3717: 
                   3718:          <widget>
                   3719:            <class>GtkLabel</class>
                   3720:            <name>label_a5</name>
                   3721:            <label>A5:</label>
                   3722:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3723:            <wrap>False</wrap>
                   3724:            <xalign>0</xalign>
                   3725:            <yalign>0.5</yalign>
                   3726:            <xpad>2</xpad>
                   3727:            <ypad>0</ypad>
                   3728:            <child>
                   3729:              <left_attach>0</left_attach>
                   3730:              <right_attach>1</right_attach>
                   3731:              <top_attach>13</top_attach>
                   3732:              <bottom_attach>14</bottom_attach>
                   3733:              <xpad>0</xpad>
                   3734:              <ypad>0</ypad>
                   3735:              <xexpand>False</xexpand>
                   3736:              <yexpand>False</yexpand>
                   3737:              <xshrink>False</xshrink>
                   3738:              <yshrink>False</yshrink>
                   3739:              <xfill>True</xfill>
                   3740:              <yfill>False</yfill>
                   3741:            </child>
                   3742:          </widget>
                   3743: 
                   3744:          <widget>
                   3745:            <class>GtkLabel</class>
                   3746:            <name>label_a6</name>
                   3747:            <label>A6:</label>
                   3748:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3749:            <wrap>False</wrap>
                   3750:            <xalign>0</xalign>
                   3751:            <yalign>0.5</yalign>
                   3752:            <xpad>2</xpad>
                   3753:            <ypad>0</ypad>
                   3754:            <child>
                   3755:              <left_attach>0</left_attach>
                   3756:              <right_attach>1</right_attach>
                   3757:              <top_attach>14</top_attach>
                   3758:              <bottom_attach>15</bottom_attach>
                   3759:              <xpad>0</xpad>
                   3760:              <ypad>0</ypad>
                   3761:              <xexpand>False</xexpand>
                   3762:              <yexpand>False</yexpand>
                   3763:              <xshrink>False</xshrink>
                   3764:              <yshrink>False</yshrink>
                   3765:              <xfill>True</xfill>
                   3766:              <yfill>False</yfill>
                   3767:            </child>
                   3768:          </widget>
                   3769: 
                   3770:          <widget>
                   3771:            <class>GtkLabel</class>
                   3772:            <name>label_a7</name>
                   3773:            <label>A7:</label>
                   3774:            <justify>GTK_JUSTIFY_RIGHT</justify>
                   3775:            <wrap>False</wrap>
                   3776:            <xalign>0</xalign>
                   3777:            <yalign>0.5</yalign>
                   3778:            <xpad>2</xpad>
                   3779:            <ypad>0</ypad>
                   3780:            <child>
                   3781:              <left_attach>0</left_attach>
                   3782:              <right_attach>1</right_attach>
                   3783:              <top_attach>15</top_attach>
                   3784:              <bottom_attach>16</bottom_attach>
                   3785:              <xpad>0</xpad>
                   3786:              <ypad>0</ypad>
                   3787:              <xexpand>False</xexpand>
                   3788:              <yexpand>False</yexpand>
                   3789:              <xshrink>False</xshrink>
                   3790:              <yshrink>False</yshrink>
                   3791:              <xfill>True</xfill>
                   3792:              <yfill>False</yfill>
                   3793:            </child>
                   3794:          </widget>
                   3795: 
                   3796:          <widget>
                   3797:            <class>GtkLabel</class>
                   3798:            <name>label_sp</name>
                   3799:            <label>(SP):</label>
                   3800:            <justify>GTK_JUSTIFY_CENTER</justify>
                   3801:            <wrap>False</wrap>
                   3802:            <xalign>0</xalign>
                   3803:            <yalign>0.5</yalign>
                   3804:            <xpad>2</xpad>
                   3805:            <ypad>0</ypad>
                   3806:            <child>
                   3807:              <left_attach>0</left_attach>
                   3808:              <right_attach>1</right_attach>
                   3809:              <top_attach>16</top_attach>
                   3810:              <bottom_attach>17</bottom_attach>
                   3811:              <xpad>0</xpad>
                   3812:              <ypad>0</ypad>
                   3813:              <xexpand>False</xexpand>
                   3814:              <yexpand>False</yexpand>
                   3815:              <xshrink>False</xshrink>
                   3816:              <yshrink>False</yshrink>
                   3817:              <xfill>True</xfill>
                   3818:              <yfill>False</yfill>
                   3819:            </child>
                   3820:          </widget>
                   3821: 
                   3822:          <widget>
                   3823:            <class>GtkEntry</class>
                   3824:            <name>entry26</name>
                   3825:            <width>64</width>
                   3826:            <can_focus>True</can_focus>
                   3827:            <editable>False</editable>
                   3828:            <text_visible>True</text_visible>
                   3829:            <text_max_length>8</text_max_length>
                   3830:            <text>00000000</text>
                   3831:            <child>
                   3832:              <left_attach>1</left_attach>
                   3833:              <right_attach>2</right_attach>
                   3834:              <top_attach>5</top_attach>
                   3835:              <bottom_attach>6</bottom_attach>
                   3836:              <xpad>0</xpad>
                   3837:              <ypad>0</ypad>
                   3838:              <xexpand>True</xexpand>
                   3839:              <yexpand>False</yexpand>
                   3840:              <xshrink>False</xshrink>
                   3841:              <yshrink>False</yshrink>
                   3842:              <xfill>True</xfill>
                   3843:              <yfill>False</yfill>
                   3844:            </child>
                   3845:          </widget>
                   3846: 
                   3847:          <widget>
                   3848:            <class>GtkEntry</class>
                   3849:            <name>entry27</name>
                   3850:            <width>64</width>
                   3851:            <can_focus>True</can_focus>
                   3852:            <editable>False</editable>
                   3853:            <text_visible>True</text_visible>
                   3854:            <text_max_length>8</text_max_length>
                   3855:            <text>00000000</text>
                   3856:            <child>
                   3857:              <left_attach>1</left_attach>
                   3858:              <right_attach>2</right_attach>
                   3859:              <top_attach>6</top_attach>
                   3860:              <bottom_attach>7</bottom_attach>
                   3861:              <xpad>0</xpad>
                   3862:              <ypad>0</ypad>
                   3863:              <xexpand>True</xexpand>
                   3864:              <yexpand>False</yexpand>
                   3865:              <xshrink>False</xshrink>
                   3866:              <yshrink>False</yshrink>
                   3867:              <xfill>True</xfill>
                   3868:              <yfill>False</yfill>
                   3869:            </child>
                   3870:          </widget>
                   3871: 
                   3872:          <widget>
                   3873:            <class>GtkEntry</class>
                   3874:            <name>entry28</name>
                   3875:            <width>64</width>
                   3876:            <can_focus>True</can_focus>
                   3877:            <editable>False</editable>
                   3878:            <text_visible>True</text_visible>
                   3879:            <text_max_length>8</text_max_length>
                   3880:            <text>00000000</text>
                   3881:            <child>
                   3882:              <left_attach>1</left_attach>
                   3883:              <right_attach>2</right_attach>
                   3884:              <top_attach>7</top_attach>
                   3885:              <bottom_attach>8</bottom_attach>
                   3886:              <xpad>0</xpad>
                   3887:              <ypad>0</ypad>
                   3888:              <xexpand>True</xexpand>
                   3889:              <yexpand>False</yexpand>
                   3890:              <xshrink>False</xshrink>
                   3891:              <yshrink>False</yshrink>
                   3892:              <xfill>True</xfill>
                   3893:              <yfill>False</yfill>
                   3894:            </child>
                   3895:          </widget>
                   3896: 
                   3897:          <widget>
                   3898:            <class>GtkEntry</class>
                   3899:            <name>entry30</name>
                   3900:            <width>64</width>
                   3901:            <can_focus>True</can_focus>
                   3902:            <editable>False</editable>
                   3903:            <text_visible>True</text_visible>
                   3904:            <text_max_length>8</text_max_length>
                   3905:            <text>00000000</text>
                   3906:            <child>
                   3907:              <left_attach>1</left_attach>
                   3908:              <right_attach>2</right_attach>
                   3909:              <top_attach>8</top_attach>
                   3910:              <bottom_attach>9</bottom_attach>
                   3911:              <xpad>0</xpad>
                   3912:              <ypad>0</ypad>
                   3913:              <xexpand>True</xexpand>
                   3914:              <yexpand>False</yexpand>
                   3915:              <xshrink>False</xshrink>
                   3916:              <yshrink>False</yshrink>
                   3917:              <xfill>True</xfill>
                   3918:              <yfill>False</yfill>
                   3919:            </child>
                   3920:          </widget>
                   3921: 
                   3922:          <widget>
                   3923:            <class>GtkEntry</class>
                   3924:            <name>entry31</name>
                   3925:            <width>64</width>
                   3926:            <can_focus>True</can_focus>
                   3927:            <editable>False</editable>
                   3928:            <text_visible>True</text_visible>
                   3929:            <text_max_length>8</text_max_length>
                   3930:            <text>00000000</text>
                   3931:            <child>
                   3932:              <left_attach>1</left_attach>
                   3933:              <right_attach>2</right_attach>
                   3934:              <top_attach>9</top_attach>
                   3935:              <bottom_attach>10</bottom_attach>
                   3936:              <xpad>0</xpad>
                   3937:              <ypad>0</ypad>
                   3938:              <xexpand>True</xexpand>
                   3939:              <yexpand>False</yexpand>
                   3940:              <xshrink>False</xshrink>
                   3941:              <yshrink>False</yshrink>
                   3942:              <xfill>True</xfill>
                   3943:              <yfill>False</yfill>
                   3944:            </child>
                   3945:          </widget>
                   3946: 
                   3947:          <widget>
                   3948:            <class>GtkEntry</class>
                   3949:            <name>entry32</name>
                   3950:            <width>64</width>
                   3951:            <can_focus>True</can_focus>
                   3952:            <editable>False</editable>
                   3953:            <text_visible>True</text_visible>
                   3954:            <text_max_length>8</text_max_length>
                   3955:            <text>00000000</text>
                   3956:            <child>
                   3957:              <left_attach>1</left_attach>
                   3958:              <right_attach>2</right_attach>
                   3959:              <top_attach>10</top_attach>
                   3960:              <bottom_attach>11</bottom_attach>
                   3961:              <xpad>0</xpad>
                   3962:              <ypad>0</ypad>
                   3963:              <xexpand>True</xexpand>
                   3964:              <yexpand>False</yexpand>
                   3965:              <xshrink>False</xshrink>
                   3966:              <yshrink>False</yshrink>
                   3967:              <xfill>True</xfill>
                   3968:              <yfill>False</yfill>
                   3969:            </child>
                   3970:          </widget>
                   3971: 
                   3972:          <widget>
                   3973:            <class>GtkEntry</class>
                   3974:            <name>entry33</name>
                   3975:            <width>64</width>
                   3976:            <can_focus>True</can_focus>
                   3977:            <editable>False</editable>
                   3978:            <text_visible>True</text_visible>
                   3979:            <text_max_length>8</text_max_length>
                   3980:            <text>00000000</text>
                   3981:            <child>
                   3982:              <left_attach>1</left_attach>
                   3983:              <right_attach>2</right_attach>
                   3984:              <top_attach>11</top_attach>
                   3985:              <bottom_attach>12</bottom_attach>
                   3986:              <xpad>0</xpad>
                   3987:              <ypad>0</ypad>
                   3988:              <xexpand>True</xexpand>
                   3989:              <yexpand>False</yexpand>
                   3990:              <xshrink>False</xshrink>
                   3991:              <yshrink>False</yshrink>
                   3992:              <xfill>True</xfill>
                   3993:              <yfill>False</yfill>
                   3994:            </child>
                   3995:          </widget>
                   3996: 
                   3997:          <widget>
                   3998:            <class>GtkEntry</class>
                   3999:            <name>entry34</name>
                   4000:            <width>64</width>
                   4001:            <can_focus>True</can_focus>
                   4002:            <editable>False</editable>
                   4003:            <text_visible>True</text_visible>
                   4004:            <text_max_length>8</text_max_length>
                   4005:            <text>00000000</text>
                   4006:            <child>
                   4007:              <left_attach>1</left_attach>
                   4008:              <right_attach>2</right_attach>
                   4009:              <top_attach>12</top_attach>
                   4010:              <bottom_attach>13</bottom_attach>
                   4011:              <xpad>0</xpad>
                   4012:              <ypad>0</ypad>
                   4013:              <xexpand>True</xexpand>
                   4014:              <yexpand>False</yexpand>
                   4015:              <xshrink>False</xshrink>
                   4016:              <yshrink>False</yshrink>
                   4017:              <xfill>True</xfill>
                   4018:              <yfill>False</yfill>
                   4019:            </child>
                   4020:          </widget>
                   4021: 
                   4022:          <widget>
                   4023:            <class>GtkEntry</class>
                   4024:            <name>entry35</name>
                   4025:            <width>64</width>
                   4026:            <can_focus>True</can_focus>
                   4027:            <editable>False</editable>
                   4028:            <text_visible>True</text_visible>
                   4029:            <text_max_length>8</text_max_length>
                   4030:            <text>00000000</text>
                   4031:            <child>
                   4032:              <left_attach>1</left_attach>
                   4033:              <right_attach>2</right_attach>
                   4034:              <top_attach>13</top_attach>
                   4035:              <bottom_attach>14</bottom_attach>
                   4036:              <xpad>0</xpad>
                   4037:              <ypad>0</ypad>
                   4038:              <xexpand>True</xexpand>
                   4039:              <yexpand>False</yexpand>
                   4040:              <xshrink>False</xshrink>
                   4041:              <yshrink>False</yshrink>
                   4042:              <xfill>True</xfill>
                   4043:              <yfill>False</yfill>
                   4044:            </child>
                   4045:          </widget>
                   4046: 
                   4047:          <widget>
                   4048:            <class>GtkEntry</class>
                   4049:            <name>entry36</name>
                   4050:            <width>64</width>
                   4051:            <can_focus>True</can_focus>
                   4052:            <editable>False</editable>
                   4053:            <text_visible>True</text_visible>
                   4054:            <text_max_length>8</text_max_length>
                   4055:            <text>00000000</text>
                   4056:            <child>
                   4057:              <left_attach>1</left_attach>
                   4058:              <right_attach>2</right_attach>
                   4059:              <top_attach>14</top_attach>
                   4060:              <bottom_attach>15</bottom_attach>
                   4061:              <xpad>0</xpad>
                   4062:              <ypad>0</ypad>
                   4063:              <xexpand>True</xexpand>
                   4064:              <yexpand>False</yexpand>
                   4065:              <xshrink>False</xshrink>
                   4066:              <yshrink>False</yshrink>
                   4067:              <xfill>True</xfill>
                   4068:              <yfill>False</yfill>
                   4069:            </child>
                   4070:          </widget>
                   4071: 
                   4072:          <widget>
                   4073:            <class>GtkEntry</class>
                   4074:            <name>entry37</name>
                   4075:            <width>64</width>
                   4076:            <can_focus>True</can_focus>
                   4077:            <editable>False</editable>
                   4078:            <text_visible>True</text_visible>
                   4079:            <text_max_length>8</text_max_length>
                   4080:            <text>00000000</text>
                   4081:            <child>
                   4082:              <left_attach>1</left_attach>
                   4083:              <right_attach>2</right_attach>
                   4084:              <top_attach>15</top_attach>
                   4085:              <bottom_attach>16</bottom_attach>
                   4086:              <xpad>0</xpad>
                   4087:              <ypad>0</ypad>
                   4088:              <xexpand>True</xexpand>
                   4089:              <yexpand>False</yexpand>
                   4090:              <xshrink>False</xshrink>
                   4091:              <yshrink>False</yshrink>
                   4092:              <xfill>True</xfill>
                   4093:              <yfill>False</yfill>
                   4094:            </child>
                   4095:          </widget>
                   4096: 
                   4097:          <widget>
                   4098:            <class>GtkEntry</class>
                   4099:            <name>entry40</name>
                   4100:            <width>64</width>
                   4101:            <can_focus>True</can_focus>
                   4102:            <editable>False</editable>
                   4103:            <text_visible>True</text_visible>
                   4104:            <text_max_length>8</text_max_length>
                   4105:            <text>00000000</text>
                   4106:            <child>
                   4107:              <left_attach>1</left_attach>
                   4108:              <right_attach>2</right_attach>
                   4109:              <top_attach>16</top_attach>
                   4110:              <bottom_attach>17</bottom_attach>
                   4111:              <xpad>0</xpad>
                   4112:              <ypad>0</ypad>
                   4113:              <xexpand>True</xexpand>
                   4114:              <yexpand>False</yexpand>
                   4115:              <xshrink>False</xshrink>
                   4116:              <yshrink>False</yshrink>
                   4117:              <xfill>True</xfill>
                   4118:              <yfill>False</yfill>
                   4119:            </child>
                   4120:          </widget>
                   4121: 
                   4122:          <widget>
                   4123:            <class>GtkEntry</class>
                   4124:            <name>entry22</name>
                   4125:            <width>64</width>
                   4126:            <can_focus>True</can_focus>
                   4127:            <editable>False</editable>
                   4128:            <text_visible>True</text_visible>
                   4129:            <text_max_length>8</text_max_length>
                   4130:            <text>00000000</text>
                   4131:            <child>
                   4132:              <left_attach>1</left_attach>
                   4133:              <right_attach>2</right_attach>
                   4134:              <top_attach>1</top_attach>
                   4135:              <bottom_attach>2</bottom_attach>
                   4136:              <xpad>0</xpad>
                   4137:              <ypad>0</ypad>
                   4138:              <xexpand>True</xexpand>
                   4139:              <yexpand>False</yexpand>
                   4140:              <xshrink>False</xshrink>
                   4141:              <yshrink>False</yshrink>
                   4142:              <xfill>True</xfill>
                   4143:              <yfill>False</yfill>
                   4144:            </child>
                   4145:          </widget>
                   4146: 
                   4147:          <widget>
                   4148:            <class>GtkEntry</class>
                   4149:            <name>entry23</name>
                   4150:            <width>64</width>
                   4151:            <can_focus>True</can_focus>
                   4152:            <editable>False</editable>
                   4153:            <text_visible>True</text_visible>
                   4154:            <text_max_length>8</text_max_length>
                   4155:            <text>00000000</text>
                   4156:            <child>
                   4157:              <left_attach>1</left_attach>
                   4158:              <right_attach>2</right_attach>
                   4159:              <top_attach>2</top_attach>
                   4160:              <bottom_attach>3</bottom_attach>
                   4161:              <xpad>0</xpad>
                   4162:              <ypad>0</ypad>
                   4163:              <xexpand>True</xexpand>
                   4164:              <yexpand>False</yexpand>
                   4165:              <xshrink>False</xshrink>
                   4166:              <yshrink>False</yshrink>
                   4167:              <xfill>True</xfill>
                   4168:              <yfill>False</yfill>
                   4169:            </child>
                   4170:          </widget>
                   4171: 
                   4172:          <widget>
                   4173:            <class>GtkEntry</class>
                   4174:            <name>entry24</name>
                   4175:            <width>64</width>
                   4176:            <can_focus>True</can_focus>
                   4177:            <editable>False</editable>
                   4178:            <text_visible>True</text_visible>
                   4179:            <text_max_length>8</text_max_length>
                   4180:            <text>00000000</text>
                   4181:            <child>
                   4182:              <left_attach>1</left_attach>
                   4183:              <right_attach>2</right_attach>
                   4184:              <top_attach>3</top_attach>
                   4185:              <bottom_attach>4</bottom_attach>
                   4186:              <xpad>0</xpad>
                   4187:              <ypad>0</ypad>
                   4188:              <xexpand>True</xexpand>
                   4189:              <yexpand>False</yexpand>
                   4190:              <xshrink>False</xshrink>
                   4191:              <yshrink>False</yshrink>
                   4192:              <xfill>True</xfill>
                   4193:              <yfill>False</yfill>
                   4194:            </child>
                   4195:          </widget>
                   4196: 
                   4197:          <widget>
                   4198:            <class>GtkEntry</class>
                   4199:            <name>entry25</name>
                   4200:            <width>64</width>
                   4201:            <can_focus>True</can_focus>
                   4202:            <editable>False</editable>
                   4203:            <text_visible>True</text_visible>
                   4204:            <text_max_length>8</text_max_length>
                   4205:            <text>00000000</text>
                   4206:            <child>
                   4207:              <left_attach>1</left_attach>
                   4208:              <right_attach>2</right_attach>
                   4209:              <top_attach>4</top_attach>
                   4210:              <bottom_attach>5</bottom_attach>
                   4211:              <xpad>0</xpad>
                   4212:              <ypad>0</ypad>
                   4213:              <xexpand>True</xexpand>
                   4214:              <yexpand>False</yexpand>
                   4215:              <xshrink>False</xshrink>
                   4216:              <yshrink>False</yshrink>
                   4217:              <xfill>True</xfill>
                   4218:              <yfill>False</yfill>
                   4219:            </child>
                   4220:          </widget>
                   4221: 
                   4222:          <widget>
                   4223:            <class>GtkButton</class>
                   4224:            <name>button_d0</name>
                   4225:            <border_width>1</border_width>
                   4226:            <can_focus>True</can_focus>
                   4227:            <signal>
                   4228:              <name>clicked</name>
                   4229:              <handler>on_button_68kregs_clicked</handler>
                   4230:              <data>GINT_TO_POINTER(0)</data>
                   4231:              <last_modification_time>Sat, 29 Sep 2001 22:52:30 GMT</last_modification_time>
                   4232:            </signal>
                   4233:            <label>GO</label>
                   4234:            <relief>GTK_RELIEF_NORMAL</relief>
                   4235:            <child>
                   4236:              <left_attach>2</left_attach>
                   4237:              <right_attach>3</right_attach>
                   4238:              <top_attach>0</top_attach>
                   4239:              <bottom_attach>1</bottom_attach>
                   4240:              <xpad>0</xpad>
                   4241:              <ypad>0</ypad>
                   4242:              <xexpand>False</xexpand>
                   4243:              <yexpand>False</yexpand>
                   4244:              <xshrink>False</xshrink>
                   4245:              <yshrink>False</yshrink>
                   4246:              <xfill>False</xfill>
                   4247:              <yfill>False</yfill>
                   4248:            </child>
                   4249:          </widget>
                   4250: 
                   4251:          <widget>
                   4252:            <class>GtkButton</class>
                   4253:            <name>button_d1</name>
                   4254:            <border_width>1</border_width>
                   4255:            <can_focus>True</can_focus>
                   4256:            <signal>
                   4257:              <name>clicked</name>
                   4258:              <handler>on_button_68kregs_clicked</handler>
                   4259:              <data>GINT_TO_POINTER(1)</data>
                   4260:              <last_modification_time>Sat, 29 Sep 2001 22:52:48 GMT</last_modification_time>
                   4261:            </signal>
                   4262:            <label>GO</label>
                   4263:            <relief>GTK_RELIEF_NORMAL</relief>
                   4264:            <child>
                   4265:              <left_attach>2</left_attach>
                   4266:              <right_attach>3</right_attach>
                   4267:              <top_attach>1</top_attach>
                   4268:              <bottom_attach>2</bottom_attach>
                   4269:              <xpad>0</xpad>
                   4270:              <ypad>0</ypad>
                   4271:              <xexpand>False</xexpand>
                   4272:              <yexpand>False</yexpand>
                   4273:              <xshrink>False</xshrink>
                   4274:              <yshrink>False</yshrink>
                   4275:              <xfill>True</xfill>
                   4276:              <yfill>False</yfill>
                   4277:            </child>
                   4278:          </widget>
                   4279: 
                   4280:          <widget>
                   4281:            <class>GtkButton</class>
                   4282:            <name>button_d2</name>
                   4283:            <border_width>1</border_width>
                   4284:            <can_focus>True</can_focus>
                   4285:            <signal>
                   4286:              <name>clicked</name>
                   4287:              <handler>on_button_68kregs_clicked</handler>
                   4288:              <data>GINT_TO_POINTER(2)</data>
                   4289:              <last_modification_time>Sat, 29 Sep 2001 22:52:54 GMT</last_modification_time>
                   4290:            </signal>
                   4291:            <label>GO</label>
                   4292:            <relief>GTK_RELIEF_NORMAL</relief>
                   4293:            <child>
                   4294:              <left_attach>2</left_attach>
                   4295:              <right_attach>3</right_attach>
                   4296:              <top_attach>2</top_attach>
                   4297:              <bottom_attach>3</bottom_attach>
                   4298:              <xpad>0</xpad>
                   4299:              <ypad>0</ypad>
                   4300:              <xexpand>False</xexpand>
                   4301:              <yexpand>False</yexpand>
                   4302:              <xshrink>False</xshrink>
                   4303:              <yshrink>False</yshrink>
                   4304:              <xfill>True</xfill>
                   4305:              <yfill>False</yfill>
                   4306:            </child>
                   4307:          </widget>
                   4308: 
                   4309:          <widget>
                   4310:            <class>GtkButton</class>
                   4311:            <name>button_d3</name>
                   4312:            <border_width>1</border_width>
                   4313:            <can_focus>True</can_focus>
                   4314:            <signal>
                   4315:              <name>clicked</name>
                   4316:              <handler>on_button_68kregs_clicked</handler>
                   4317:              <data>GINT_TO_POINTER(3)</data>
                   4318:              <last_modification_time>Sat, 29 Sep 2001 22:53:00 GMT</last_modification_time>
                   4319:            </signal>
                   4320:            <label>GO</label>
                   4321:            <relief>GTK_RELIEF_NORMAL</relief>
                   4322:            <child>
                   4323:              <left_attach>2</left_attach>
                   4324:              <right_attach>3</right_attach>
                   4325:              <top_attach>3</top_attach>
                   4326:              <bottom_attach>4</bottom_attach>
                   4327:              <xpad>0</xpad>
                   4328:              <ypad>0</ypad>
                   4329:              <xexpand>False</xexpand>
                   4330:              <yexpand>False</yexpand>
                   4331:              <xshrink>False</xshrink>
                   4332:              <yshrink>False</yshrink>
                   4333:              <xfill>True</xfill>
                   4334:              <yfill>False</yfill>
                   4335:            </child>
                   4336:          </widget>
                   4337: 
                   4338:          <widget>
                   4339:            <class>GtkButton</class>
                   4340:            <name>button_d4</name>
                   4341:            <border_width>1</border_width>
                   4342:            <can_focus>True</can_focus>
                   4343:            <signal>
                   4344:              <name>clicked</name>
                   4345:              <handler>on_button_68kregs_clicked</handler>
                   4346:              <data>GINT_TO_POINTER(4)</data>
                   4347:              <last_modification_time>Sat, 29 Sep 2001 22:53:07 GMT</last_modification_time>
                   4348:            </signal>
                   4349:            <label>GO</label>
                   4350:            <relief>GTK_RELIEF_NORMAL</relief>
                   4351:            <child>
                   4352:              <left_attach>2</left_attach>
                   4353:              <right_attach>3</right_attach>
                   4354:              <top_attach>4</top_attach>
                   4355:              <bottom_attach>5</bottom_attach>
                   4356:              <xpad>0</xpad>
                   4357:              <ypad>0</ypad>
                   4358:              <xexpand>False</xexpand>
                   4359:              <yexpand>False</yexpand>
                   4360:              <xshrink>False</xshrink>
                   4361:              <yshrink>False</yshrink>
                   4362:              <xfill>True</xfill>
                   4363:              <yfill>False</yfill>
                   4364:            </child>
                   4365:          </widget>
                   4366: 
                   4367:          <widget>
                   4368:            <class>GtkButton</class>
                   4369:            <name>button_d5</name>
                   4370:            <border_width>1</border_width>
                   4371:            <can_focus>True</can_focus>
                   4372:            <signal>
                   4373:              <name>clicked</name>
                   4374:              <handler>on_button_68kregs_clicked</handler>
                   4375:              <data>GINT_TO_POINTER(5)</data>
                   4376:              <last_modification_time>Sat, 29 Sep 2001 22:53:13 GMT</last_modification_time>
                   4377:            </signal>
                   4378:            <label>GO</label>
                   4379:            <relief>GTK_RELIEF_NORMAL</relief>
                   4380:            <child>
                   4381:              <left_attach>2</left_attach>
                   4382:              <right_attach>3</right_attach>
                   4383:              <top_attach>5</top_attach>
                   4384:              <bottom_attach>6</bottom_attach>
                   4385:              <xpad>0</xpad>
                   4386:              <ypad>0</ypad>
                   4387:              <xexpand>False</xexpand>
                   4388:              <yexpand>False</yexpand>
                   4389:              <xshrink>False</xshrink>
                   4390:              <yshrink>False</yshrink>
                   4391:              <xfill>True</xfill>
                   4392:              <yfill>False</yfill>
                   4393:            </child>
                   4394:          </widget>
                   4395: 
                   4396:          <widget>
                   4397:            <class>GtkButton</class>
                   4398:            <name>button_d6</name>
                   4399:            <border_width>1</border_width>
                   4400:            <can_focus>True</can_focus>
                   4401:            <signal>
                   4402:              <name>clicked</name>
                   4403:              <handler>on_button_68kregs_clicked</handler>
                   4404:              <data>GINT_TO_POINTER(6)</data>
                   4405:              <last_modification_time>Sat, 29 Sep 2001 22:53:49 GMT</last_modification_time>
                   4406:            </signal>
                   4407:            <label>GO</label>
                   4408:            <relief>GTK_RELIEF_NORMAL</relief>
                   4409:            <child>
                   4410:              <left_attach>2</left_attach>
                   4411:              <right_attach>3</right_attach>
                   4412:              <top_attach>6</top_attach>
                   4413:              <bottom_attach>7</bottom_attach>
                   4414:              <xpad>0</xpad>
                   4415:              <ypad>0</ypad>
                   4416:              <xexpand>False</xexpand>
                   4417:              <yexpand>False</yexpand>
                   4418:              <xshrink>False</xshrink>
                   4419:              <yshrink>False</yshrink>
                   4420:              <xfill>True</xfill>
                   4421:              <yfill>False</yfill>
                   4422:            </child>
                   4423:          </widget>
                   4424: 
                   4425:          <widget>
                   4426:            <class>GtkButton</class>
                   4427:            <name>button_d7</name>
                   4428:            <border_width>1</border_width>
                   4429:            <can_focus>True</can_focus>
                   4430:            <signal>
                   4431:              <name>clicked</name>
                   4432:              <handler>on_button_68kregs_clicked</handler>
                   4433:              <data>GINT_TO_POINTER(7)</data>
                   4434:              <last_modification_time>Sat, 29 Sep 2001 22:53:56 GMT</last_modification_time>
                   4435:            </signal>
                   4436:            <label>GO</label>
                   4437:            <relief>GTK_RELIEF_NORMAL</relief>
                   4438:            <child>
                   4439:              <left_attach>2</left_attach>
                   4440:              <right_attach>3</right_attach>
                   4441:              <top_attach>7</top_attach>
                   4442:              <bottom_attach>8</bottom_attach>
                   4443:              <xpad>0</xpad>
                   4444:              <ypad>0</ypad>
                   4445:              <xexpand>False</xexpand>
                   4446:              <yexpand>False</yexpand>
                   4447:              <xshrink>False</xshrink>
                   4448:              <yshrink>False</yshrink>
                   4449:              <xfill>True</xfill>
                   4450:              <yfill>False</yfill>
                   4451:            </child>
                   4452:          </widget>
                   4453: 
                   4454:          <widget>
                   4455:            <class>GtkButton</class>
                   4456:            <name>button_a0</name>
                   4457:            <border_width>1</border_width>
                   4458:            <can_focus>True</can_focus>
                   4459:            <signal>
                   4460:              <name>clicked</name>
                   4461:              <handler>on_button_68kregs_clicked</handler>
                   4462:              <data>GINT_TO_POINTER(8)</data>
                   4463:              <last_modification_time>Sat, 29 Sep 2001 22:54:01 GMT</last_modification_time>
                   4464:            </signal>
                   4465:            <label>GO</label>
                   4466:            <relief>GTK_RELIEF_NORMAL</relief>
                   4467:            <child>
                   4468:              <left_attach>2</left_attach>
                   4469:              <right_attach>3</right_attach>
                   4470:              <top_attach>8</top_attach>
                   4471:              <bottom_attach>9</bottom_attach>
                   4472:              <xpad>0</xpad>
                   4473:              <ypad>0</ypad>
                   4474:              <xexpand>False</xexpand>
                   4475:              <yexpand>False</yexpand>
                   4476:              <xshrink>False</xshrink>
                   4477:              <yshrink>False</yshrink>
                   4478:              <xfill>True</xfill>
                   4479:              <yfill>False</yfill>
                   4480:            </child>
                   4481:          </widget>
                   4482: 
                   4483:          <widget>
                   4484:            <class>GtkButton</class>
                   4485:            <name>button_a1</name>
                   4486:            <border_width>1</border_width>
                   4487:            <can_focus>True</can_focus>
                   4488:            <signal>
                   4489:              <name>clicked</name>
                   4490:              <handler>on_button_68kregs_clicked</handler>
                   4491:              <data>GINT_TO_POINTER(9)</data>
                   4492:              <last_modification_time>Sat, 29 Sep 2001 22:54:07 GMT</last_modification_time>
                   4493:            </signal>
                   4494:            <label>GO</label>
                   4495:            <relief>GTK_RELIEF_NORMAL</relief>
                   4496:            <child>
                   4497:              <left_attach>2</left_attach>
                   4498:              <right_attach>3</right_attach>
                   4499:              <top_attach>9</top_attach>
                   4500:              <bottom_attach>10</bottom_attach>
                   4501:              <xpad>0</xpad>
                   4502:              <ypad>0</ypad>
                   4503:              <xexpand>False</xexpand>
                   4504:              <yexpand>False</yexpand>
                   4505:              <xshrink>False</xshrink>
                   4506:              <yshrink>False</yshrink>
                   4507:              <xfill>True</xfill>
                   4508:              <yfill>False</yfill>
                   4509:            </child>
                   4510:          </widget>
                   4511: 
                   4512:          <widget>
                   4513:            <class>GtkButton</class>
                   4514:            <name>button_a2</name>
                   4515:            <border_width>1</border_width>
                   4516:            <can_focus>True</can_focus>
                   4517:            <signal>
                   4518:              <name>clicked</name>
                   4519:              <handler>on_button_68kregs_clicked</handler>
                   4520:              <data>GINT_TO_POINTER(10)</data>
                   4521:              <last_modification_time>Sat, 29 Sep 2001 22:54:13 GMT</last_modification_time>
                   4522:            </signal>
                   4523:            <label>GO</label>
                   4524:            <relief>GTK_RELIEF_NORMAL</relief>
                   4525:            <child>
                   4526:              <left_attach>2</left_attach>
                   4527:              <right_attach>3</right_attach>
                   4528:              <top_attach>10</top_attach>
                   4529:              <bottom_attach>11</bottom_attach>
                   4530:              <xpad>0</xpad>
                   4531:              <ypad>0</ypad>
                   4532:              <xexpand>False</xexpand>
                   4533:              <yexpand>False</yexpand>
                   4534:              <xshrink>False</xshrink>
                   4535:              <yshrink>False</yshrink>
                   4536:              <xfill>True</xfill>
                   4537:              <yfill>False</yfill>
                   4538:            </child>
                   4539:          </widget>
                   4540: 
                   4541:          <widget>
                   4542:            <class>GtkButton</class>
                   4543:            <name>button_a3</name>
                   4544:            <border_width>1</border_width>
                   4545:            <can_focus>True</can_focus>
                   4546:            <signal>
                   4547:              <name>clicked</name>
                   4548:              <handler>on_button_68kregs_clicked</handler>
                   4549:              <data>GINT_TO_POINTER(11)</data>
                   4550:              <last_modification_time>Sat, 29 Sep 2001 22:54:18 GMT</last_modification_time>
                   4551:            </signal>
                   4552:            <label>GO</label>
                   4553:            <relief>GTK_RELIEF_NORMAL</relief>
                   4554:            <child>
                   4555:              <left_attach>2</left_attach>
                   4556:              <right_attach>3</right_attach>
                   4557:              <top_attach>11</top_attach>
                   4558:              <bottom_attach>12</bottom_attach>
                   4559:              <xpad>0</xpad>
                   4560:              <ypad>0</ypad>
                   4561:              <xexpand>False</xexpand>
                   4562:              <yexpand>False</yexpand>
                   4563:              <xshrink>False</xshrink>
                   4564:              <yshrink>False</yshrink>
                   4565:              <xfill>True</xfill>
                   4566:              <yfill>False</yfill>
                   4567:            </child>
                   4568:          </widget>
                   4569: 
                   4570:          <widget>
                   4571:            <class>GtkButton</class>
                   4572:            <name>button_a4</name>
                   4573:            <border_width>1</border_width>
                   4574:            <can_focus>True</can_focus>
                   4575:            <signal>
                   4576:              <name>clicked</name>
                   4577:              <handler>on_button_68kregs_clicked</handler>
                   4578:              <data>GINT_TO_POINTER(12)</data>
                   4579:              <last_modification_time>Sat, 29 Sep 2001 22:54:24 GMT</last_modification_time>
                   4580:            </signal>
                   4581:            <label>GO</label>
                   4582:            <relief>GTK_RELIEF_NORMAL</relief>
                   4583:            <child>
                   4584:              <left_attach>2</left_attach>
                   4585:              <right_attach>3</right_attach>
                   4586:              <top_attach>12</top_attach>
                   4587:              <bottom_attach>13</bottom_attach>
                   4588:              <xpad>0</xpad>
                   4589:              <ypad>0</ypad>
                   4590:              <xexpand>False</xexpand>
                   4591:              <yexpand>False</yexpand>
                   4592:              <xshrink>False</xshrink>
                   4593:              <yshrink>False</yshrink>
                   4594:              <xfill>True</xfill>
                   4595:              <yfill>False</yfill>
                   4596:            </child>
                   4597:          </widget>
                   4598: 
                   4599:          <widget>
                   4600:            <class>GtkButton</class>
                   4601:            <name>button_a5</name>
                   4602:            <border_width>1</border_width>
                   4603:            <can_focus>True</can_focus>
                   4604:            <signal>
                   4605:              <name>clicked</name>
                   4606:              <handler>on_button_68kregs_clicked</handler>
                   4607:              <data>GINT_TO_POINTER(13)</data>
                   4608:              <last_modification_time>Sat, 29 Sep 2001 22:54:30 GMT</last_modification_time>
                   4609:            </signal>
                   4610:            <label>GO</label>
                   4611:            <relief>GTK_RELIEF_NORMAL</relief>
                   4612:            <child>
                   4613:              <left_attach>2</left_attach>
                   4614:              <right_attach>3</right_attach>
                   4615:              <top_attach>13</top_attach>
                   4616:              <bottom_attach>14</bottom_attach>
                   4617:              <xpad>0</xpad>
                   4618:              <ypad>0</ypad>
                   4619:              <xexpand>False</xexpand>
                   4620:              <yexpand>False</yexpand>
                   4621:              <xshrink>False</xshrink>
                   4622:              <yshrink>False</yshrink>
                   4623:              <xfill>True</xfill>
                   4624:              <yfill>False</yfill>
                   4625:            </child>
                   4626:          </widget>
                   4627: 
                   4628:          <widget>
                   4629:            <class>GtkButton</class>
                   4630:            <name>button_a6</name>
                   4631:            <border_width>1</border_width>
                   4632:            <can_focus>True</can_focus>
                   4633:            <signal>
                   4634:              <name>clicked</name>
                   4635:              <handler>on_button_68kregs_clicked</handler>
                   4636:              <data>GINT_TO_POINTER(14)</data>
                   4637:              <last_modification_time>Sat, 29 Sep 2001 22:54:35 GMT</last_modification_time>
                   4638:            </signal>
                   4639:            <label>GO</label>
                   4640:            <relief>GTK_RELIEF_NORMAL</relief>
                   4641:            <child>
                   4642:              <left_attach>2</left_attach>
                   4643:              <right_attach>3</right_attach>
                   4644:              <top_attach>14</top_attach>
                   4645:              <bottom_attach>15</bottom_attach>
                   4646:              <xpad>0</xpad>
                   4647:              <ypad>0</ypad>
                   4648:              <xexpand>False</xexpand>
                   4649:              <yexpand>False</yexpand>
                   4650:              <xshrink>False</xshrink>
                   4651:              <yshrink>False</yshrink>
                   4652:              <xfill>True</xfill>
                   4653:              <yfill>False</yfill>
                   4654:            </child>
                   4655:          </widget>
                   4656: 
                   4657:          <widget>
                   4658:            <class>GtkButton</class>
                   4659:            <name>button_a7</name>
                   4660:            <border_width>1</border_width>
                   4661:            <can_focus>True</can_focus>
                   4662:            <signal>
                   4663:              <name>clicked</name>
                   4664:              <handler>on_button_68kregs_clicked</handler>
                   4665:              <data>GINT_TO_POINTER(15)</data>
                   4666:              <last_modification_time>Sat, 29 Sep 2001 22:54:43 GMT</last_modification_time>
                   4667:            </signal>
                   4668:            <label>GO</label>
                   4669:            <relief>GTK_RELIEF_NORMAL</relief>
                   4670:            <child>
                   4671:              <left_attach>2</left_attach>
                   4672:              <right_attach>3</right_attach>
                   4673:              <top_attach>15</top_attach>
                   4674:              <bottom_attach>16</bottom_attach>
                   4675:              <xpad>0</xpad>
                   4676:              <ypad>0</ypad>
                   4677:              <xexpand>False</xexpand>
                   4678:              <yexpand>False</yexpand>
                   4679:              <xshrink>False</xshrink>
                   4680:              <yshrink>False</yshrink>
                   4681:              <xfill>True</xfill>
                   4682:              <yfill>False</yfill>
                   4683:            </child>
                   4684:          </widget>
                   4685: 
                   4686:          <widget>
                   4687:            <class>GtkButton</class>
                   4688:            <name>button_sp</name>
                   4689:            <border_width>1</border_width>
                   4690:            <can_focus>True</can_focus>
                   4691:            <signal>
                   4692:              <name>clicked</name>
                   4693:              <handler>on_button_68ksp_clicked</handler>
                   4694:              <data>GINT_TO_POINTER(16)</data>
                   4695:              <last_modification_time>Sat, 29 Sep 2001 22:54:57 GMT</last_modification_time>
                   4696:            </signal>
                   4697:            <label>GO</label>
                   4698:            <relief>GTK_RELIEF_NORMAL</relief>
                   4699:            <child>
                   4700:              <left_attach>2</left_attach>
                   4701:              <right_attach>3</right_attach>
                   4702:              <top_attach>16</top_attach>
                   4703:              <bottom_attach>17</bottom_attach>
                   4704:              <xpad>0</xpad>
                   4705:              <ypad>0</ypad>
                   4706:              <xexpand>False</xexpand>
                   4707:              <yexpand>False</yexpand>
                   4708:              <xshrink>False</xshrink>
                   4709:              <yshrink>False</yshrink>
                   4710:              <xfill>True</xfill>
                   4711:              <yfill>False</yfill>
                   4712:            </child>
                   4713:          </widget>
                   4714: 
                   4715:          <widget>
                   4716:            <class>GtkEntry</class>
                   4717:            <name>entry21</name>
                   4718:            <width>64</width>
                   4719:            <can_focus>True</can_focus>
                   4720:            <editable>False</editable>
                   4721:            <text_visible>True</text_visible>
                   4722:            <text_max_length>8</text_max_length>
                   4723:            <text>00000000</text>
                   4724:            <child>
                   4725:              <left_attach>1</left_attach>
                   4726:              <right_attach>2</right_attach>
                   4727:              <top_attach>0</top_attach>
                   4728:              <bottom_attach>1</bottom_attach>
                   4729:              <xpad>0</xpad>
                   4730:              <ypad>0</ypad>
                   4731:              <xexpand>True</xexpand>
                   4732:              <yexpand>False</yexpand>
                   4733:              <xshrink>False</xshrink>
                   4734:              <yshrink>False</yshrink>
                   4735:              <xfill>True</xfill>
                   4736:              <yfill>False</yfill>
                   4737:            </child>
                   4738:          </widget>
                   4739: 
                   4740:          <widget>
                   4741:            <class>GtkLabel</class>
                   4742:            <name>label_sr</name>
                   4743:            <label>SR:</label>
                   4744:            <justify>GTK_JUSTIFY_CENTER</justify>
                   4745:            <wrap>False</wrap>
                   4746:            <xalign>0</xalign>
                   4747:            <yalign>0.5</yalign>
                   4748:            <xpad>2</xpad>
                   4749:            <ypad>0</ypad>
                   4750:            <child>
                   4751:              <left_attach>0</left_attach>
                   4752:              <right_attach>1</right_attach>
                   4753:              <top_attach>17</top_attach>
                   4754:              <bottom_attach>18</bottom_attach>
                   4755:              <xpad>0</xpad>
                   4756:              <ypad>0</ypad>
                   4757:              <xexpand>False</xexpand>
                   4758:              <yexpand>False</yexpand>
                   4759:              <xshrink>False</xshrink>
                   4760:              <yshrink>False</yshrink>
                   4761:              <xfill>True</xfill>
                   4762:              <yfill>False</yfill>
                   4763:            </child>
                   4764:          </widget>
                   4765: 
                   4766:          <widget>
                   4767:            <class>GtkEntry</class>
                   4768:            <name>entry_sr</name>
                   4769:            <width>40</width>
                   4770:            <can_focus>True</can_focus>
                   4771:            <editable>False</editable>
                   4772:            <text_visible>True</text_visible>
                   4773:            <text_max_length>4</text_max_length>
                   4774:            <text>0000</text>
                   4775:            <child>
                   4776:              <left_attach>1</left_attach>
                   4777:              <right_attach>2</right_attach>
                   4778:              <top_attach>17</top_attach>
                   4779:              <bottom_attach>18</bottom_attach>
                   4780:              <xpad>0</xpad>
                   4781:              <ypad>0</ypad>
                   4782:              <xexpand>True</xexpand>
                   4783:              <yexpand>False</yexpand>
                   4784:              <xshrink>False</xshrink>
                   4785:              <yshrink>False</yshrink>
                   4786:              <xfill>True</xfill>
                   4787:              <yfill>False</yfill>
                   4788:            </child>
                   4789:          </widget>
                   4790: 
                   4791:          <widget>
                   4792:            <class>GtkDrawingArea</class>
                   4793:            <name>drawingarea12</name>
                   4794:            <child>
                   4795:              <left_attach>2</left_attach>
                   4796:              <right_attach>3</right_attach>
                   4797:              <top_attach>17</top_attach>
                   4798:              <bottom_attach>18</bottom_attach>
                   4799:              <xpad>0</xpad>
                   4800:              <ypad>0</ypad>
                   4801:              <xexpand>False</xexpand>
                   4802:              <yexpand>False</yexpand>
                   4803:              <xshrink>False</xshrink>
                   4804:              <yshrink>False</yshrink>
                   4805:              <xfill>True</xfill>
                   4806:              <yfill>True</yfill>
                   4807:            </child>
                   4808:          </widget>
                   4809: 
                   4810:          <widget>
                   4811:            <class>GtkLabel</class>
                   4812:            <name>label_pc</name>
                   4813:            <label>PC:</label>
                   4814:            <justify>GTK_JUSTIFY_CENTER</justify>
                   4815:            <wrap>False</wrap>
                   4816:            <xalign>0</xalign>
                   4817:            <yalign>0.5</yalign>
                   4818:            <xpad>2</xpad>
                   4819:            <ypad>0</ypad>
                   4820:            <child>
                   4821:              <left_attach>0</left_attach>
                   4822:              <right_attach>1</right_attach>
                   4823:              <top_attach>18</top_attach>
                   4824:              <bottom_attach>19</bottom_attach>
                   4825:              <xpad>0</xpad>
                   4826:              <ypad>0</ypad>
                   4827:              <xexpand>False</xexpand>
                   4828:              <yexpand>False</yexpand>
                   4829:              <xshrink>False</xshrink>
                   4830:              <yshrink>False</yshrink>
                   4831:              <xfill>True</xfill>
                   4832:              <yfill>False</yfill>
                   4833:            </child>
                   4834:          </widget>
                   4835: 
                   4836:          <widget>
                   4837:            <class>GtkEntry</class>
                   4838:            <name>entry_pc</name>
                   4839:            <width>64</width>
                   4840:            <can_focus>True</can_focus>
                   4841:            <editable>False</editable>
                   4842:            <text_visible>True</text_visible>
                   4843:            <text_max_length>8</text_max_length>
                   4844:            <text>00000000</text>
                   4845:            <child>
                   4846:              <left_attach>1</left_attach>
                   4847:              <right_attach>2</right_attach>
                   4848:              <top_attach>18</top_attach>
                   4849:              <bottom_attach>19</bottom_attach>
                   4850:              <xpad>0</xpad>
                   4851:              <ypad>0</ypad>
                   4852:              <xexpand>True</xexpand>
                   4853:              <yexpand>False</yexpand>
                   4854:              <xshrink>False</xshrink>
                   4855:              <yshrink>False</yshrink>
                   4856:              <xfill>True</xfill>
                   4857:              <yfill>False</yfill>
                   4858:            </child>
                   4859:          </widget>
                   4860: 
                   4861:          <widget>
                   4862:            <class>GtkButton</class>
                   4863:            <name>button_pc</name>
                   4864:            <border_width>1</border_width>
                   4865:            <can_focus>True</can_focus>
                   4866:            <signal>
                   4867:              <name>clicked</name>
                   4868:              <handler>on_button_68kpc_clicked</handler>
                   4869:              <data>GINT_TO_POINTER(17)</data>
                   4870:              <last_modification_time>Sat, 29 Sep 2001 22:55:09 GMT</last_modification_time>
                   4871:            </signal>
                   4872:            <label>GO</label>
                   4873:            <relief>GTK_RELIEF_NORMAL</relief>
                   4874:            <child>
                   4875:              <left_attach>2</left_attach>
                   4876:              <right_attach>3</right_attach>
                   4877:              <top_attach>18</top_attach>
                   4878:              <bottom_attach>19</bottom_attach>
                   4879:              <xpad>0</xpad>
                   4880:              <ypad>0</ypad>
                   4881:              <xexpand>False</xexpand>
                   4882:              <yexpand>False</yexpand>
                   4883:              <xshrink>False</xshrink>
                   4884:              <yshrink>False</yshrink>
                   4885:              <xfill>True</xfill>
                   4886:              <yfill>False</yfill>
                   4887:            </child>
                   4888:          </widget>
                   4889:        </widget>
                   4890: 
                   4891:        <widget>
                   4892:          <class>GtkVBox</class>
                   4893:          <name>vbox_68kright</name>
                   4894:          <homogeneous>False</homogeneous>
                   4895:          <spacing>0</spacing>
                   4896:          <child>
                   4897:            <padding>0</padding>
                   4898:            <expand>False</expand>
                   4899:            <fill>False</fill>
                   4900:          </child>
                   4901: 
                   4902:          <widget>
                   4903:            <class>GtkFrame</class>
                   4904:            <name>frame_sr</name>
                   4905:            <border_width>4</border_width>
                   4906:            <label>Status registers</label>
                   4907:            <label_xalign>0.1</label_xalign>
                   4908:            <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
                   4909:            <child>
                   4910:              <padding>0</padding>
                   4911:              <expand>False</expand>
                   4912:              <fill>False</fill>
                   4913:            </child>
                   4914: 
                   4915:            <widget>
                   4916:              <class>GtkLabel</class>
                   4917:              <name>label_srtext</name>
                   4918:              <label>SXNZVC</label>
                   4919:              <justify>GTK_JUSTIFY_CENTER</justify>
                   4920:              <wrap>False</wrap>
                   4921:              <xalign>0.5</xalign>
                   4922:              <yalign>0.5</yalign>
                   4923:              <xpad>0</xpad>
                   4924:              <ypad>4</ypad>
                   4925:            </widget>
                   4926:          </widget>
                   4927: 
                   4928:          <widget>
                   4929:            <class>GtkFrame</class>
                   4930:            <name>frame_controls</name>
                   4931:            <border_width>4</border_width>
                   4932:            <label>Controls</label>
                   4933:            <label_xalign>0.1</label_xalign>
                   4934:            <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
                   4935:            <child>
                   4936:              <padding>0</padding>
                   4937:              <expand>False</expand>
                   4938:              <fill>False</fill>
                   4939:            </child>
                   4940: 
                   4941:            <widget>
                   4942:              <class>GtkVBox</class>
                   4943:              <name>vbox7</name>
                   4944:              <homogeneous>False</homogeneous>
                   4945:              <spacing>0</spacing>
                   4946: 
                   4947:              <widget>
                   4948:                <class>GtkButton</class>
                   4949:                <name>button_step</name>
                   4950:                <border_width>4</border_width>
                   4951:                <can_focus>True</can_focus>
                   4952:                <label>Step one instruction</label>
                   4953:                <relief>GTK_RELIEF_NORMAL</relief>
                   4954:                <child>
                   4955:                  <padding>0</padding>
                   4956:                  <expand>False</expand>
                   4957:                  <fill>False</fill>
                   4958:                </child>
                   4959:              </widget>
                   4960: 
                   4961:              <widget>
                   4962:                <class>GtkButton</class>
                   4963:                <name>button43</name>
                   4964:                <border_width>4</border_width>
                   4965:                <can_focus>True</can_focus>
                   4966:                <label>Continue to breakpoint</label>
                   4967:                <relief>GTK_RELIEF_NORMAL</relief>
                   4968:                <child>
                   4969:                  <padding>0</padding>
                   4970:                  <expand>False</expand>
                   4971:                  <fill>False</fill>
                   4972:                </child>
                   4973:              </widget>
                   4974: 
                   4975:              <widget>
                   4976:                <class>GtkButton</class>
                   4977:                <name>button44</name>
                   4978:                <border_width>4</border_width>
                   4979:                <can_focus>True</can_focus>
                   4980:                <label>Stop</label>
                   4981:                <relief>GTK_RELIEF_NORMAL</relief>
                   4982:                <child>
                   4983:                  <padding>0</padding>
                   4984:                  <expand>False</expand>
                   4985:                  <fill>False</fill>
                   4986:                </child>
                   4987:              </widget>
                   4988:            </widget>
                   4989:          </widget>
                   4990: 
                   4991:          <widget>
                   4992:            <class>GtkFrame</class>
                   4993:            <name>frame_breakpoints</name>
                   4994:            <border_width>4</border_width>
                   4995:            <label>Breakpoints</label>
                   4996:            <label_xalign>0.1</label_xalign>
                   4997:            <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
                   4998:            <child>
                   4999:              <padding>0</padding>
                   5000:              <expand>True</expand>
                   5001:              <fill>True</fill>
                   5002:            </child>
                   5003: 
                   5004:            <widget>
                   5005:              <class>GtkScrolledWindow</class>
                   5006:              <name>scrolledwindow_breakpoints</name>
                   5007:              <border_width>4</border_width>
                   5008:              <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
                   5009:              <vscrollbar_policy>GTK_POLICY_NEVER</vscrollbar_policy>
                   5010:              <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
                   5011:              <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
                   5012: 
                   5013:              <widget>
                   5014:                <class>GtkText</class>
                   5015:                <name>text_breakpoints</name>
                   5016:                <can_focus>True</can_focus>
                   5017:                <editable>True</editable>
                   5018:                <text></text>
                   5019:              </widget>
                   5020:            </widget>
                   5021:          </widget>
                   5022:        </widget>
                   5023:       </widget>
                   5024:     </widget>
                   5025: 
                   5026:     <widget>
                   5027:       <class>GtkFrame</class>
                   5028:       <name>frame_internals</name>
                   5029:       <border_width>4</border_width>
                   5030:       <label>Internals</label>
                   5031:       <label_xalign>0.05</label_xalign>
                   5032:       <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
                   5033:       <child>
                   5034:        <padding>0</padding>
                   5035:        <expand>False</expand>
                   5036:        <fill>False</fill>
                   5037:       </child>
                   5038: 
                   5039:       <widget>
                   5040:        <class>GtkTable</class>
                   5041:        <name>table_internals</name>
                   5042:        <rows>14</rows>
                   5043:        <columns>2</columns>
                   5044:        <homogeneous>False</homogeneous>
                   5045:        <row_spacing>0</row_spacing>
                   5046:        <column_spacing>0</column_spacing>
                   5047: 
                   5048:        <widget>
                   5049:          <class>GtkLabel</class>
                   5050:          <name>label46</name>
                   5051:          <label>VDP first:</label>
                   5052:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5053:          <wrap>False</wrap>
                   5054:          <xalign>0</xalign>
                   5055:          <yalign>0.5</yalign>
                   5056:          <xpad>2</xpad>
                   5057:          <ypad>0</ypad>
                   5058:          <child>
                   5059:            <left_attach>0</left_attach>
                   5060:            <right_attach>1</right_attach>
                   5061:            <top_attach>0</top_attach>
                   5062:            <bottom_attach>1</bottom_attach>
                   5063:            <xpad>0</xpad>
                   5064:            <ypad>0</ypad>
                   5065:            <xexpand>False</xexpand>
                   5066:            <yexpand>False</yexpand>
                   5067:            <xshrink>False</xshrink>
                   5068:            <yshrink>False</yshrink>
                   5069:            <xfill>True</xfill>
                   5070:            <yfill>False</yfill>
                   5071:          </child>
                   5072:        </widget>
                   5073: 
                   5074:        <widget>
                   5075:          <class>GtkLabel</class>
                   5076:          <name>label47</name>
                   5077:          <label>VDP second:</label>
                   5078:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5079:          <wrap>False</wrap>
                   5080:          <xalign>0</xalign>
                   5081:          <yalign>0.5</yalign>
                   5082:          <xpad>2</xpad>
                   5083:          <ypad>0</ypad>
                   5084:          <child>
                   5085:            <left_attach>0</left_attach>
                   5086:            <right_attach>1</right_attach>
                   5087:            <top_attach>1</top_attach>
                   5088:            <bottom_attach>2</bottom_attach>
                   5089:            <xpad>0</xpad>
                   5090:            <ypad>0</ypad>
                   5091:            <xexpand>False</xexpand>
                   5092:            <yexpand>False</yexpand>
                   5093:            <xshrink>False</xshrink>
                   5094:            <yshrink>False</yshrink>
                   5095:            <xfill>True</xfill>
                   5096:            <yfill>False</yfill>
                   5097:          </child>
                   5098:        </widget>
                   5099: 
                   5100:        <widget>
                   5101:          <class>GtkLabel</class>
                   5102:          <name>label48</name>
                   5103:          <label>VDP code:</label>
                   5104:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5105:          <wrap>False</wrap>
                   5106:          <xalign>0</xalign>
                   5107:          <yalign>0.5</yalign>
                   5108:          <xpad>2</xpad>
                   5109:          <ypad>0</ypad>
                   5110:          <child>
                   5111:            <left_attach>0</left_attach>
                   5112:            <right_attach>1</right_attach>
                   5113:            <top_attach>2</top_attach>
                   5114:            <bottom_attach>3</bottom_attach>
                   5115:            <xpad>0</xpad>
                   5116:            <ypad>0</ypad>
                   5117:            <xexpand>False</xexpand>
                   5118:            <yexpand>False</yexpand>
                   5119:            <xshrink>False</xshrink>
                   5120:            <yshrink>False</yshrink>
                   5121:            <xfill>True</xfill>
                   5122:            <yfill>False</yfill>
                   5123:          </child>
                   5124:        </widget>
                   5125: 
                   5126:        <widget>
                   5127:          <class>GtkLabel</class>
                   5128:          <name>label49</name>
                   5129:          <label>DMA bytes left:</label>
                   5130:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5131:          <wrap>False</wrap>
                   5132:          <xalign>0</xalign>
                   5133:          <yalign>0.5</yalign>
                   5134:          <xpad>2</xpad>
                   5135:          <ypad>0</ypad>
                   5136:          <child>
                   5137:            <left_attach>0</left_attach>
                   5138:            <right_attach>1</right_attach>
                   5139:            <top_attach>4</top_attach>
                   5140:            <bottom_attach>5</bottom_attach>
                   5141:            <xpad>0</xpad>
                   5142:            <ypad>0</ypad>
                   5143:            <xexpand>False</xexpand>
                   5144:            <yexpand>False</yexpand>
                   5145:            <xshrink>False</xshrink>
                   5146:            <yshrink>False</yshrink>
                   5147:            <xfill>True</xfill>
                   5148:            <yfill>False</yfill>
                   5149:          </child>
                   5150:        </widget>
                   5151: 
                   5152:        <widget>
                   5153:          <class>GtkLabel</class>
                   5154:          <name>label50</name>
                   5155:          <label>Next event:</label>
                   5156:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5157:          <wrap>False</wrap>
                   5158:          <xalign>0</xalign>
                   5159:          <yalign>0.5</yalign>
                   5160:          <xpad>2</xpad>
                   5161:          <ypad>0</ypad>
                   5162:          <child>
                   5163:            <left_attach>0</left_attach>
                   5164:            <right_attach>1</right_attach>
                   5165:            <top_attach>5</top_attach>
                   5166:            <bottom_attach>6</bottom_attach>
                   5167:            <xpad>0</xpad>
                   5168:            <ypad>0</ypad>
                   5169:            <xexpand>False</xexpand>
                   5170:            <yexpand>False</yexpand>
                   5171:            <xshrink>False</xshrink>
                   5172:            <yshrink>False</yshrink>
                   5173:            <xfill>True</xfill>
                   5174:            <yfill>False</yfill>
                   5175:          </child>
                   5176:        </widget>
                   5177: 
                   5178:        <widget>
                   5179:          <class>GtkLabel</class>
                   5180:          <name>label51</name>
                   5181:          <label>Current clock:</label>
                   5182:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5183:          <wrap>False</wrap>
                   5184:          <xalign>0</xalign>
                   5185:          <yalign>0.5</yalign>
                   5186:          <xpad>2</xpad>
                   5187:          <ypad>0</ypad>
                   5188:          <child>
                   5189:            <left_attach>0</left_attach>
                   5190:            <right_attach>1</right_attach>
                   5191:            <top_attach>6</top_attach>
                   5192:            <bottom_attach>7</bottom_attach>
                   5193:            <xpad>0</xpad>
                   5194:            <ypad>0</ypad>
                   5195:            <xexpand>False</xexpand>
                   5196:            <yexpand>False</yexpand>
                   5197:            <xshrink>False</xshrink>
                   5198:            <yshrink>False</yshrink>
                   5199:            <xfill>True</xfill>
                   5200:            <yfill>False</yfill>
                   5201:          </child>
                   5202:        </widget>
                   5203: 
                   5204:        <widget>
                   5205:          <class>GtkLabel</class>
                   5206:          <name>label52</name>
                   5207:          <label>Line start @:</label>
                   5208:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5209:          <wrap>False</wrap>
                   5210:          <xalign>0</xalign>
                   5211:          <yalign>0.5</yalign>
                   5212:          <xpad>2</xpad>
                   5213:          <ypad>0</ypad>
                   5214:          <child>
                   5215:            <left_attach>0</left_attach>
                   5216:            <right_attach>1</right_attach>
                   5217:            <top_attach>7</top_attach>
                   5218:            <bottom_attach>8</bottom_attach>
                   5219:            <xpad>0</xpad>
                   5220:            <ypad>0</ypad>
                   5221:            <xexpand>False</xexpand>
                   5222:            <yexpand>False</yexpand>
                   5223:            <xshrink>False</xshrink>
                   5224:            <yshrink>False</yshrink>
                   5225:            <xfill>True</xfill>
                   5226:            <yfill>False</yfill>
                   5227:          </child>
                   5228:        </widget>
                   5229: 
                   5230:        <widget>
                   5231:          <class>GtkLabel</class>
                   5232:          <name>label53</name>
                   5233:          <label>Line vint @:</label>
                   5234:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5235:          <wrap>False</wrap>
                   5236:          <xalign>0</xalign>
                   5237:          <yalign>0.5</yalign>
                   5238:          <xpad>2</xpad>
                   5239:          <ypad>0</ypad>
                   5240:          <child>
                   5241:            <left_attach>0</left_attach>
                   5242:            <right_attach>1</right_attach>
                   5243:            <top_attach>8</top_attach>
                   5244:            <bottom_attach>9</bottom_attach>
                   5245:            <xpad>0</xpad>
                   5246:            <ypad>0</ypad>
                   5247:            <xexpand>False</xexpand>
                   5248:            <yexpand>False</yexpand>
                   5249:            <xshrink>False</xshrink>
                   5250:            <yshrink>False</yshrink>
                   5251:            <xfill>True</xfill>
                   5252:            <yfill>False</yfill>
                   5253:          </child>
                   5254:        </widget>
                   5255: 
                   5256:        <widget>
                   5257:          <class>GtkLabel</class>
                   5258:          <name>label54</name>
                   5259:          <label>Line hint @:</label>
                   5260:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5261:          <wrap>False</wrap>
                   5262:          <xalign>0</xalign>
                   5263:          <yalign>0.5</yalign>
                   5264:          <xpad>2</xpad>
                   5265:          <ypad>0</ypad>
                   5266:          <child>
                   5267:            <left_attach>0</left_attach>
                   5268:            <right_attach>1</right_attach>
                   5269:            <top_attach>9</top_attach>
                   5270:            <bottom_attach>10</bottom_attach>
                   5271:            <xpad>0</xpad>
                   5272:            <ypad>0</ypad>
                   5273:            <xexpand>False</xexpand>
                   5274:            <yexpand>False</yexpand>
                   5275:            <xshrink>False</xshrink>
                   5276:            <yshrink>False</yshrink>
                   5277:            <xfill>True</xfill>
                   5278:            <yfill>False</yfill>
                   5279:          </child>
                   5280:        </widget>
                   5281: 
                   5282:        <widget>
                   5283:          <class>GtkLabel</class>
                   5284:          <name>label55</name>
                   5285:          <label>Line hdisplay @:</label>
                   5286:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5287:          <wrap>False</wrap>
                   5288:          <xalign>0</xalign>
                   5289:          <yalign>0.5</yalign>
                   5290:          <xpad>2</xpad>
                   5291:          <ypad>0</ypad>
                   5292:          <child>
                   5293:            <left_attach>0</left_attach>
                   5294:            <right_attach>1</right_attach>
                   5295:            <top_attach>10</top_attach>
                   5296:            <bottom_attach>11</bottom_attach>
                   5297:            <xpad>0</xpad>
                   5298:            <ypad>0</ypad>
                   5299:            <xexpand>False</xexpand>
                   5300:            <yexpand>False</yexpand>
                   5301:            <xshrink>False</xshrink>
                   5302:            <yshrink>False</yshrink>
                   5303:            <xfill>True</xfill>
                   5304:            <yfill>False</yfill>
                   5305:          </child>
                   5306:        </widget>
                   5307: 
                   5308:        <widget>
                   5309:          <class>GtkLabel</class>
                   5310:          <name>label56</name>
                   5311:          <label>Line end @:</label>
                   5312:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5313:          <wrap>False</wrap>
                   5314:          <xalign>0</xalign>
                   5315:          <yalign>0.5</yalign>
                   5316:          <xpad>2</xpad>
                   5317:          <ypad>0</ypad>
                   5318:          <child>
                   5319:            <left_attach>0</left_attach>
                   5320:            <right_attach>1</right_attach>
                   5321:            <top_attach>11</top_attach>
                   5322:            <bottom_attach>12</bottom_attach>
                   5323:            <xpad>0</xpad>
                   5324:            <ypad>0</ypad>
                   5325:            <xexpand>False</xexpand>
                   5326:            <yexpand>False</yexpand>
                   5327:            <xshrink>False</xshrink>
                   5328:            <yshrink>False</yshrink>
                   5329:            <xfill>True</xfill>
                   5330:            <yfill>False</yfill>
                   5331:          </child>
                   5332:        </widget>
                   5333: 
                   5334:        <widget>
                   5335:          <class>GtkLabel</class>
                   5336:          <name>label57</name>
                   5337:          <label>Current line:</label>
                   5338:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5339:          <wrap>False</wrap>
                   5340:          <xalign>0</xalign>
                   5341:          <yalign>0.5</yalign>
                   5342:          <xpad>2</xpad>
                   5343:          <ypad>0</ypad>
                   5344:          <child>
                   5345:            <left_attach>0</left_attach>
                   5346:            <right_attach>1</right_attach>
                   5347:            <top_attach>12</top_attach>
                   5348:            <bottom_attach>13</bottom_attach>
                   5349:            <xpad>0</xpad>
                   5350:            <ypad>0</ypad>
                   5351:            <xexpand>False</xexpand>
                   5352:            <yexpand>False</yexpand>
                   5353:            <xshrink>False</xshrink>
                   5354:            <yshrink>False</yshrink>
                   5355:            <xfill>True</xfill>
                   5356:            <yfill>False</yfill>
                   5357:          </child>
                   5358:        </widget>
                   5359: 
                   5360:        <widget>
                   5361:          <class>GtkLabel</class>
                   5362:          <name>label58</name>
                   5363:          <label>H-int countdown:</label>
                   5364:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5365:          <wrap>False</wrap>
                   5366:          <xalign>0</xalign>
                   5367:          <yalign>0.5</yalign>
                   5368:          <xpad>2</xpad>
                   5369:          <ypad>0</ypad>
                   5370:          <child>
                   5371:            <left_attach>0</left_attach>
                   5372:            <right_attach>1</right_attach>
                   5373:            <top_attach>13</top_attach>
                   5374:            <bottom_attach>14</bottom_attach>
                   5375:            <xpad>0</xpad>
                   5376:            <ypad>0</ypad>
                   5377:            <xexpand>False</xexpand>
                   5378:            <yexpand>False</yexpand>
                   5379:            <xshrink>False</xshrink>
                   5380:            <yshrink>False</yshrink>
                   5381:            <xfill>True</xfill>
                   5382:            <yfill>False</yfill>
                   5383:          </child>
                   5384:        </widget>
                   5385: 
                   5386:        <widget>
                   5387:          <class>GtkLabel</class>
                   5388:          <name>label67</name>
                   5389:          <label>VDP ctrl flag:</label>
                   5390:          <justify>GTK_JUSTIFY_RIGHT</justify>
                   5391:          <wrap>False</wrap>
                   5392:          <xalign>0</xalign>
                   5393:          <yalign>0.5</yalign>
                   5394:          <xpad>2</xpad>
                   5395:          <ypad>0</ypad>
                   5396:          <child>
                   5397:            <left_attach>0</left_attach>
                   5398:            <right_attach>1</right_attach>
                   5399:            <top_attach>3</top_attach>
                   5400:            <bottom_attach>4</bottom_attach>
                   5401:            <xpad>0</xpad>
                   5402:            <ypad>0</ypad>
                   5403:            <xexpand>False</xexpand>
                   5404:            <yexpand>False</yexpand>
                   5405:            <xshrink>False</xshrink>
                   5406:            <yshrink>False</yshrink>
                   5407:            <xfill>True</xfill>
                   5408:            <yfill>False</yfill>
                   5409:          </child>
                   5410:        </widget>
                   5411: 
                   5412:        <widget>
                   5413:          <class>GtkEntry</class>
                   5414:          <name>entry58</name>
                   5415:          <width>64</width>
                   5416:          <can_focus>True</can_focus>
                   5417:          <editable>False</editable>
                   5418:          <text_visible>True</text_visible>
                   5419:          <text_max_length>4</text_max_length>
                   5420:          <text>0000</text>
                   5421:          <child>
                   5422:            <left_attach>1</left_attach>
                   5423:            <right_attach>2</right_attach>
                   5424:            <top_attach>1</top_attach>
                   5425:            <bottom_attach>2</bottom_attach>
                   5426:            <xpad>2</xpad>
                   5427:            <ypad>1</ypad>
                   5428:            <xexpand>True</xexpand>
                   5429:            <yexpand>False</yexpand>
                   5430:            <xshrink>False</xshrink>
                   5431:            <yshrink>False</yshrink>
                   5432:            <xfill>True</xfill>
                   5433:            <yfill>False</yfill>
                   5434:          </child>
                   5435:        </widget>
                   5436: 
                   5437:        <widget>
                   5438:          <class>GtkEntry</class>
                   5439:          <name>entry57</name>
                   5440:          <width>64</width>
                   5441:          <can_focus>True</can_focus>
                   5442:          <editable>False</editable>
                   5443:          <text_visible>True</text_visible>
                   5444:          <text_max_length>4</text_max_length>
                   5445:          <text>0000</text>
                   5446:          <child>
                   5447:            <left_attach>1</left_attach>
                   5448:            <right_attach>2</right_attach>
                   5449:            <top_attach>0</top_attach>
                   5450:            <bottom_attach>1</bottom_attach>
                   5451:            <xpad>2</xpad>
                   5452:            <ypad>1</ypad>
                   5453:            <xexpand>True</xexpand>
                   5454:            <yexpand>False</yexpand>
                   5455:            <xshrink>False</xshrink>
                   5456:            <yshrink>False</yshrink>
                   5457:            <xfill>True</xfill>
                   5458:            <yfill>False</yfill>
                   5459:          </child>
                   5460:        </widget>
                   5461: 
                   5462:        <widget>
                   5463:          <class>GtkEntry</class>
                   5464:          <name>entry59</name>
                   5465:          <width>64</width>
                   5466:          <can_focus>True</can_focus>
                   5467:          <editable>False</editable>
                   5468:          <text_visible>True</text_visible>
                   5469:          <text_max_length>3</text_max_length>
                   5470:          <text>0</text>
                   5471:          <child>
                   5472:            <left_attach>1</left_attach>
                   5473:            <right_attach>2</right_attach>
                   5474:            <top_attach>2</top_attach>
                   5475:            <bottom_attach>3</bottom_attach>
                   5476:            <xpad>2</xpad>
                   5477:            <ypad>1</ypad>
                   5478:            <xexpand>True</xexpand>
                   5479:            <yexpand>False</yexpand>
                   5480:            <xshrink>False</xshrink>
                   5481:            <yshrink>False</yshrink>
                   5482:            <xfill>True</xfill>
                   5483:            <yfill>False</yfill>
                   5484:          </child>
                   5485:        </widget>
                   5486: 
                   5487:        <widget>
                   5488:          <class>GtkEntry</class>
                   5489:          <name>entry63</name>
                   5490:          <width>64</width>
                   5491:          <can_focus>True</can_focus>
                   5492:          <editable>False</editable>
                   5493:          <text_visible>True</text_visible>
                   5494:          <text_max_length>1</text_max_length>
                   5495:          <text>0</text>
                   5496:          <child>
                   5497:            <left_attach>1</left_attach>
                   5498:            <right_attach>2</right_attach>
                   5499:            <top_attach>3</top_attach>
                   5500:            <bottom_attach>4</bottom_attach>
                   5501:            <xpad>2</xpad>
                   5502:            <ypad>1</ypad>
                   5503:            <xexpand>True</xexpand>
                   5504:            <yexpand>False</yexpand>
                   5505:            <xshrink>False</xshrink>
                   5506:            <yshrink>False</yshrink>
                   5507:            <xfill>True</xfill>
                   5508:            <yfill>False</yfill>
                   5509:          </child>
                   5510:        </widget>
                   5511: 
                   5512:        <widget>
                   5513:          <class>GtkEntry</class>
                   5514:          <name>entry60</name>
                   5515:          <width>64</width>
                   5516:          <can_focus>True</can_focus>
                   5517:          <editable>False</editable>
                   5518:          <text_visible>True</text_visible>
                   5519:          <text_max_length>8</text_max_length>
                   5520:          <text>0</text>
                   5521:          <child>
                   5522:            <left_attach>1</left_attach>
                   5523:            <right_attach>2</right_attach>
                   5524:            <top_attach>4</top_attach>
                   5525:            <bottom_attach>5</bottom_attach>
                   5526:            <xpad>2</xpad>
                   5527:            <ypad>1</ypad>
                   5528:            <xexpand>True</xexpand>
                   5529:            <yexpand>False</yexpand>
                   5530:            <xshrink>False</xshrink>
                   5531:            <yshrink>False</yshrink>
                   5532:            <xfill>True</xfill>
                   5533:            <yfill>False</yfill>
                   5534:          </child>
                   5535:        </widget>
                   5536: 
                   5537:        <widget>
                   5538:          <class>GtkEntry</class>
                   5539:          <name>entry61</name>
                   5540:          <width>64</width>
                   5541:          <can_focus>True</can_focus>
                   5542:          <editable>False</editable>
                   5543:          <text_visible>True</text_visible>
                   5544:          <text_max_length>0</text_max_length>
                   5545:          <text>0 (start)</text>
                   5546:          <child>
                   5547:            <left_attach>1</left_attach>
                   5548:            <right_attach>2</right_attach>
                   5549:            <top_attach>5</top_attach>
                   5550:            <bottom_attach>6</bottom_attach>
                   5551:            <xpad>2</xpad>
                   5552:            <ypad>1</ypad>
                   5553:            <xexpand>True</xexpand>
                   5554:            <yexpand>False</yexpand>
                   5555:            <xshrink>False</xshrink>
                   5556:            <yshrink>False</yshrink>
                   5557:            <xfill>True</xfill>
                   5558:            <yfill>False</yfill>
                   5559:          </child>
                   5560:        </widget>
                   5561: 
                   5562:        <widget>
                   5563:          <class>GtkEntry</class>
                   5564:          <name>entry42</name>
                   5565:          <width>64</width>
                   5566:          <can_focus>True</can_focus>
                   5567:          <editable>False</editable>
                   5568:          <text_visible>True</text_visible>
                   5569:          <text_max_length>8</text_max_length>
                   5570:          <text>0</text>
                   5571:          <child>
                   5572:            <left_attach>1</left_attach>
                   5573:            <right_attach>2</right_attach>
                   5574:            <top_attach>6</top_attach>
                   5575:            <bottom_attach>7</bottom_attach>
                   5576:            <xpad>2</xpad>
                   5577:            <ypad>1</ypad>
                   5578:            <xexpand>True</xexpand>
                   5579:            <yexpand>False</yexpand>
                   5580:            <xshrink>False</xshrink>
                   5581:            <yshrink>False</yshrink>
                   5582:            <xfill>True</xfill>
                   5583:            <yfill>False</yfill>
                   5584:          </child>
                   5585:        </widget>
                   5586: 
                   5587:        <widget>
                   5588:          <class>GtkEntry</class>
                   5589:          <name>entry43</name>
                   5590:          <width>64</width>
                   5591:          <can_focus>True</can_focus>
                   5592:          <editable>False</editable>
                   5593:          <text_visible>True</text_visible>
                   5594:          <text_max_length>0</text_max_length>
                   5595:          <text>0</text>
                   5596:          <child>
                   5597:            <left_attach>1</left_attach>
                   5598:            <right_attach>2</right_attach>
                   5599:            <top_attach>7</top_attach>
                   5600:            <bottom_attach>8</bottom_attach>
                   5601:            <xpad>2</xpad>
                   5602:            <ypad>1</ypad>
                   5603:            <xexpand>True</xexpand>
                   5604:            <yexpand>False</yexpand>
                   5605:            <xshrink>False</xshrink>
                   5606:            <yshrink>False</yshrink>
                   5607:            <xfill>True</xfill>
                   5608:            <yfill>False</yfill>
                   5609:          </child>
                   5610:        </widget>
                   5611: 
                   5612:        <widget>
                   5613:          <class>GtkEntry</class>
                   5614:          <name>entry44</name>
                   5615:          <width>64</width>
                   5616:          <can_focus>True</can_focus>
                   5617:          <editable>False</editable>
                   5618:          <text_visible>True</text_visible>
                   5619:          <text_max_length>0</text_max_length>
                   5620:          <text>0</text>
                   5621:          <child>
                   5622:            <left_attach>1</left_attach>
                   5623:            <right_attach>2</right_attach>
                   5624:            <top_attach>8</top_attach>
                   5625:            <bottom_attach>9</bottom_attach>
                   5626:            <xpad>2</xpad>
                   5627:            <ypad>1</ypad>
                   5628:            <xexpand>True</xexpand>
                   5629:            <yexpand>False</yexpand>
                   5630:            <xshrink>False</xshrink>
                   5631:            <yshrink>False</yshrink>
                   5632:            <xfill>True</xfill>
                   5633:            <yfill>False</yfill>
                   5634:          </child>
                   5635:        </widget>
                   5636: 
                   5637:        <widget>
                   5638:          <class>GtkEntry</class>
                   5639:          <name>entry45</name>
                   5640:          <width>64</width>
                   5641:          <can_focus>True</can_focus>
                   5642:          <editable>False</editable>
                   5643:          <text_visible>True</text_visible>
                   5644:          <text_max_length>0</text_max_length>
                   5645:          <text>0</text>
                   5646:          <child>
                   5647:            <left_attach>1</left_attach>
                   5648:            <right_attach>2</right_attach>
                   5649:            <top_attach>9</top_attach>
                   5650:            <bottom_attach>10</bottom_attach>
                   5651:            <xpad>2</xpad>
                   5652:            <ypad>1</ypad>
                   5653:            <xexpand>True</xexpand>
                   5654:            <yexpand>False</yexpand>
                   5655:            <xshrink>False</xshrink>
                   5656:            <yshrink>False</yshrink>
                   5657:            <xfill>True</xfill>
                   5658:            <yfill>False</yfill>
                   5659:          </child>
                   5660:        </widget>
                   5661: 
                   5662:        <widget>
                   5663:          <class>GtkEntry</class>
                   5664:          <name>entry46</name>
                   5665:          <width>64</width>
                   5666:          <can_focus>True</can_focus>
                   5667:          <editable>False</editable>
                   5668:          <text_visible>True</text_visible>
                   5669:          <text_max_length>0</text_max_length>
                   5670:          <text>0</text>
                   5671:          <child>
                   5672:            <left_attach>1</left_attach>
                   5673:            <right_attach>2</right_attach>
                   5674:            <top_attach>10</top_attach>
                   5675:            <bottom_attach>11</bottom_attach>
                   5676:            <xpad>2</xpad>
                   5677:            <ypad>1</ypad>
                   5678:            <xexpand>True</xexpand>
                   5679:            <yexpand>False</yexpand>
                   5680:            <xshrink>False</xshrink>
                   5681:            <yshrink>False</yshrink>
                   5682:            <xfill>True</xfill>
                   5683:            <yfill>False</yfill>
                   5684:          </child>
                   5685:        </widget>
                   5686: 
                   5687:        <widget>
                   5688:          <class>GtkEntry</class>
                   5689:          <name>entry47</name>
                   5690:          <width>64</width>
                   5691:          <can_focus>True</can_focus>
                   5692:          <editable>False</editable>
                   5693:          <text_visible>True</text_visible>
                   5694:          <text_max_length>0</text_max_length>
                   5695:          <text>0</text>
                   5696:          <child>
                   5697:            <left_attach>1</left_attach>
                   5698:            <right_attach>2</right_attach>
                   5699:            <top_attach>11</top_attach>
                   5700:            <bottom_attach>12</bottom_attach>
                   5701:            <xpad>2</xpad>
                   5702:            <ypad>1</ypad>
                   5703:            <xexpand>True</xexpand>
                   5704:            <yexpand>False</yexpand>
                   5705:            <xshrink>False</xshrink>
                   5706:            <yshrink>False</yshrink>
                   5707:            <xfill>True</xfill>
                   5708:            <yfill>False</yfill>
                   5709:          </child>
                   5710:        </widget>
                   5711: 
                   5712:        <widget>
                   5713:          <class>GtkEntry</class>
                   5714:          <name>entry48</name>
                   5715:          <width>64</width>
                   5716:          <can_focus>True</can_focus>
                   5717:          <editable>False</editable>
                   5718:          <text_visible>True</text_visible>
                   5719:          <text_max_length>0</text_max_length>
                   5720:          <text>0</text>
                   5721:          <child>
                   5722:            <left_attach>1</left_attach>
                   5723:            <right_attach>2</right_attach>
                   5724:            <top_attach>12</top_attach>
                   5725:            <bottom_attach>13</bottom_attach>
                   5726:            <xpad>2</xpad>
                   5727:            <ypad>1</ypad>
                   5728:            <xexpand>True</xexpand>
                   5729:            <yexpand>False</yexpand>
                   5730:            <xshrink>False</xshrink>
                   5731:            <yshrink>False</yshrink>
                   5732:            <xfill>True</xfill>
                   5733:            <yfill>False</yfill>
                   5734:          </child>
                   5735:        </widget>
                   5736: 
                   5737:        <widget>
                   5738:          <class>GtkEntry</class>
                   5739:          <name>entry49</name>
                   5740:          <width>64</width>
                   5741:          <can_focus>True</can_focus>
                   5742:          <editable>False</editable>
                   5743:          <text_visible>True</text_visible>
                   5744:          <text_max_length>0</text_max_length>
                   5745:          <text>0</text>
                   5746:          <child>
                   5747:            <left_attach>1</left_attach>
                   5748:            <right_attach>2</right_attach>
                   5749:            <top_attach>13</top_attach>
                   5750:            <bottom_attach>14</bottom_attach>
                   5751:            <xpad>2</xpad>
                   5752:            <ypad>1</ypad>
                   5753:            <xexpand>True</xexpand>
                   5754:            <yexpand>False</yexpand>
                   5755:            <xshrink>False</xshrink>
                   5756:            <yshrink>False</yshrink>
                   5757:            <xfill>True</xfill>
                   5758:            <yfill>False</yfill>
                   5759:          </child>
                   5760:        </widget>
                   5761:       </widget>
                   5762:     </widget>
                   5763: 
                   5764:     <widget>
                   5765:       <class>GtkFrame</class>
                   5766:       <name>frame_vdpregs</name>
                   5767:       <border_width>4</border_width>
                   5768:       <label>VDP registers</label>
                   5769:       <label_xalign>0.05</label_xalign>
                   5770:       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
                   5771:       <child>
                   5772:        <padding>0</padding>
                   5773:        <expand>True</expand>
                   5774:        <fill>True</fill>
                   5775:       </child>
                   5776: 
                   5777:       <widget>
                   5778:        <class>GtkTable</class>
                   5779:        <name>table5</name>
                   5780:        <rows>24</rows>
                   5781:        <columns>3</columns>
                   5782:        <homogeneous>False</homogeneous>
                   5783:        <row_spacing>0</row_spacing>
                   5784:        <column_spacing>0</column_spacing>
                   5785: 
                   5786:        <widget>
                   5787:          <class>GtkLabel</class>
                   5788:          <name>label_vdpreg1</name>
                   5789:          <label>1:</label>
                   5790:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5791:          <wrap>False</wrap>
                   5792:          <xalign>0</xalign>
                   5793:          <yalign>0.5</yalign>
                   5794:          <xpad>2</xpad>
                   5795:          <ypad>0</ypad>
                   5796:          <child>
                   5797:            <left_attach>0</left_attach>
                   5798:            <right_attach>1</right_attach>
                   5799:            <top_attach>1</top_attach>
                   5800:            <bottom_attach>2</bottom_attach>
                   5801:            <xpad>0</xpad>
                   5802:            <ypad>0</ypad>
                   5803:            <xexpand>False</xexpand>
                   5804:            <yexpand>False</yexpand>
                   5805:            <xshrink>False</xshrink>
                   5806:            <yshrink>False</yshrink>
                   5807:            <xfill>True</xfill>
                   5808:            <yfill>False</yfill>
                   5809:          </child>
                   5810:        </widget>
                   5811: 
                   5812:        <widget>
                   5813:          <class>GtkLabel</class>
                   5814:          <name>label_vdpreg0</name>
                   5815:          <label>0:</label>
                   5816:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5817:          <wrap>False</wrap>
                   5818:          <xalign>0</xalign>
                   5819:          <yalign>0.5</yalign>
                   5820:          <xpad>2</xpad>
                   5821:          <ypad>0</ypad>
                   5822:          <child>
                   5823:            <left_attach>0</left_attach>
                   5824:            <right_attach>1</right_attach>
                   5825:            <top_attach>0</top_attach>
                   5826:            <bottom_attach>1</bottom_attach>
                   5827:            <xpad>0</xpad>
                   5828:            <ypad>0</ypad>
                   5829:            <xexpand>False</xexpand>
                   5830:            <yexpand>False</yexpand>
                   5831:            <xshrink>False</xshrink>
                   5832:            <yshrink>False</yshrink>
                   5833:            <xfill>True</xfill>
                   5834:            <yfill>False</yfill>
                   5835:          </child>
                   5836:        </widget>
                   5837: 
                   5838:        <widget>
                   5839:          <class>GtkEntry</class>
                   5840:          <name>entry_vdpreg0</name>
                   5841:          <width>24</width>
                   5842:          <can_focus>True</can_focus>
                   5843:          <editable>False</editable>
                   5844:          <text_visible>True</text_visible>
                   5845:          <text_max_length>2</text_max_length>
                   5846:          <text>00</text>
                   5847:          <child>
                   5848:            <left_attach>1</left_attach>
                   5849:            <right_attach>2</right_attach>
                   5850:            <top_attach>0</top_attach>
                   5851:            <bottom_attach>1</bottom_attach>
                   5852:            <xpad>0</xpad>
                   5853:            <ypad>0</ypad>
                   5854:            <xexpand>False</xexpand>
                   5855:            <yexpand>False</yexpand>
                   5856:            <xshrink>False</xshrink>
                   5857:            <yshrink>False</yshrink>
                   5858:            <xfill>False</xfill>
                   5859:            <yfill>False</yfill>
                   5860:          </child>
                   5861:        </widget>
                   5862: 
                   5863:        <widget>
                   5864:          <class>GtkEntry</class>
                   5865:          <name>entry_vdpreg1</name>
                   5866:          <width>24</width>
                   5867:          <can_focus>True</can_focus>
                   5868:          <editable>False</editable>
                   5869:          <text_visible>True</text_visible>
                   5870:          <text_max_length>2</text_max_length>
                   5871:          <text>00</text>
                   5872:          <child>
                   5873:            <left_attach>1</left_attach>
                   5874:            <right_attach>2</right_attach>
                   5875:            <top_attach>1</top_attach>
                   5876:            <bottom_attach>2</bottom_attach>
                   5877:            <xpad>0</xpad>
                   5878:            <ypad>0</ypad>
                   5879:            <xexpand>False</xexpand>
                   5880:            <yexpand>False</yexpand>
                   5881:            <xshrink>False</xshrink>
                   5882:            <yshrink>False</yshrink>
                   5883:            <xfill>False</xfill>
                   5884:            <yfill>False</yfill>
                   5885:          </child>
                   5886:        </widget>
                   5887: 
                   5888:        <widget>
                   5889:          <class>GtkLabel</class>
                   5890:          <name>label_vdpreg0_txt</name>
                   5891:          <width>128</width>
                   5892:          <label></label>
                   5893:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5894:          <wrap>False</wrap>
                   5895:          <xalign>0</xalign>
                   5896:          <yalign>0.5</yalign>
                   5897:          <xpad>2</xpad>
                   5898:          <ypad>0</ypad>
                   5899:          <child>
                   5900:            <left_attach>2</left_attach>
                   5901:            <right_attach>3</right_attach>
                   5902:            <top_attach>0</top_attach>
                   5903:            <bottom_attach>1</bottom_attach>
                   5904:            <xpad>0</xpad>
                   5905:            <ypad>0</ypad>
                   5906:            <xexpand>True</xexpand>
                   5907:            <yexpand>False</yexpand>
                   5908:            <xshrink>False</xshrink>
                   5909:            <yshrink>False</yshrink>
                   5910:            <xfill>True</xfill>
                   5911:            <yfill>False</yfill>
                   5912:          </child>
                   5913:        </widget>
                   5914: 
                   5915:        <widget>
                   5916:          <class>GtkLabel</class>
                   5917:          <name>label_vdpreg1_txt</name>
                   5918:          <label></label>
                   5919:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5920:          <wrap>False</wrap>
                   5921:          <xalign>0</xalign>
                   5922:          <yalign>0.5</yalign>
                   5923:          <xpad>2</xpad>
                   5924:          <ypad>0</ypad>
                   5925:          <child>
                   5926:            <left_attach>2</left_attach>
                   5927:            <right_attach>3</right_attach>
                   5928:            <top_attach>1</top_attach>
                   5929:            <bottom_attach>2</bottom_attach>
                   5930:            <xpad>0</xpad>
                   5931:            <ypad>0</ypad>
                   5932:            <xexpand>False</xexpand>
                   5933:            <yexpand>False</yexpand>
                   5934:            <xshrink>False</xshrink>
                   5935:            <yshrink>False</yshrink>
                   5936:            <xfill>True</xfill>
                   5937:            <yfill>False</yfill>
                   5938:          </child>
                   5939:        </widget>
                   5940: 
                   5941:        <widget>
                   5942:          <class>GtkLabel</class>
                   5943:          <name>label_vdpreg2</name>
                   5944:          <label>2:</label>
                   5945:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5946:          <wrap>False</wrap>
                   5947:          <xalign>0</xalign>
                   5948:          <yalign>0.5</yalign>
                   5949:          <xpad>2</xpad>
                   5950:          <ypad>0</ypad>
                   5951:          <child>
                   5952:            <left_attach>0</left_attach>
                   5953:            <right_attach>1</right_attach>
                   5954:            <top_attach>2</top_attach>
                   5955:            <bottom_attach>3</bottom_attach>
                   5956:            <xpad>0</xpad>
                   5957:            <ypad>0</ypad>
                   5958:            <xexpand>False</xexpand>
                   5959:            <yexpand>False</yexpand>
                   5960:            <xshrink>False</xshrink>
                   5961:            <yshrink>False</yshrink>
                   5962:            <xfill>True</xfill>
                   5963:            <yfill>False</yfill>
                   5964:          </child>
                   5965:        </widget>
                   5966: 
                   5967:        <widget>
                   5968:          <class>GtkLabel</class>
                   5969:          <name>label_vdpreg3</name>
                   5970:          <label>3:</label>
                   5971:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5972:          <wrap>False</wrap>
                   5973:          <xalign>0</xalign>
                   5974:          <yalign>0.5</yalign>
                   5975:          <xpad>2</xpad>
                   5976:          <ypad>0</ypad>
                   5977:          <child>
                   5978:            <left_attach>0</left_attach>
                   5979:            <right_attach>1</right_attach>
                   5980:            <top_attach>3</top_attach>
                   5981:            <bottom_attach>4</bottom_attach>
                   5982:            <xpad>0</xpad>
                   5983:            <ypad>0</ypad>
                   5984:            <xexpand>False</xexpand>
                   5985:            <yexpand>False</yexpand>
                   5986:            <xshrink>False</xshrink>
                   5987:            <yshrink>False</yshrink>
                   5988:            <xfill>True</xfill>
                   5989:            <yfill>False</yfill>
                   5990:          </child>
                   5991:        </widget>
                   5992: 
                   5993:        <widget>
                   5994:          <class>GtkLabel</class>
                   5995:          <name>label_vdpreg4</name>
                   5996:          <label>4:</label>
                   5997:          <justify>GTK_JUSTIFY_CENTER</justify>
                   5998:          <wrap>False</wrap>
                   5999:          <xalign>0</xalign>
                   6000:          <yalign>0.5</yalign>
                   6001:          <xpad>2</xpad>
                   6002:          <ypad>0</ypad>
                   6003:          <child>
                   6004:            <left_attach>0</left_attach>
                   6005:            <right_attach>1</right_attach>
                   6006:            <top_attach>4</top_attach>
                   6007:            <bottom_attach>5</bottom_attach>
                   6008:            <xpad>0</xpad>
                   6009:            <ypad>0</ypad>
                   6010:            <xexpand>False</xexpand>
                   6011:            <yexpand>False</yexpand>
                   6012:            <xshrink>False</xshrink>
                   6013:            <yshrink>False</yshrink>
                   6014:            <xfill>True</xfill>
                   6015:            <yfill>False</yfill>
                   6016:          </child>
                   6017:        </widget>
                   6018: 
                   6019:        <widget>
                   6020:          <class>GtkLabel</class>
                   6021:          <name>label_vdpreg5</name>
                   6022:          <label>5:</label>
                   6023:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6024:          <wrap>False</wrap>
                   6025:          <xalign>0</xalign>
                   6026:          <yalign>0.5</yalign>
                   6027:          <xpad>2</xpad>
                   6028:          <ypad>0</ypad>
                   6029:          <child>
                   6030:            <left_attach>0</left_attach>
                   6031:            <right_attach>1</right_attach>
                   6032:            <top_attach>5</top_attach>
                   6033:            <bottom_attach>6</bottom_attach>
                   6034:            <xpad>0</xpad>
                   6035:            <ypad>0</ypad>
                   6036:            <xexpand>False</xexpand>
                   6037:            <yexpand>False</yexpand>
                   6038:            <xshrink>False</xshrink>
                   6039:            <yshrink>False</yshrink>
                   6040:            <xfill>True</xfill>
                   6041:            <yfill>False</yfill>
                   6042:          </child>
                   6043:        </widget>
                   6044: 
                   6045:        <widget>
                   6046:          <class>GtkLabel</class>
                   6047:          <name>label_vdpreg6</name>
                   6048:          <label>6:</label>
                   6049:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6050:          <wrap>False</wrap>
                   6051:          <xalign>0</xalign>
                   6052:          <yalign>0.5</yalign>
                   6053:          <xpad>2</xpad>
                   6054:          <ypad>0</ypad>
                   6055:          <child>
                   6056:            <left_attach>0</left_attach>
                   6057:            <right_attach>1</right_attach>
                   6058:            <top_attach>6</top_attach>
                   6059:            <bottom_attach>7</bottom_attach>
                   6060:            <xpad>0</xpad>
                   6061:            <ypad>0</ypad>
                   6062:            <xexpand>False</xexpand>
                   6063:            <yexpand>False</yexpand>
                   6064:            <xshrink>False</xshrink>
                   6065:            <yshrink>False</yshrink>
                   6066:            <xfill>True</xfill>
                   6067:            <yfill>False</yfill>
                   6068:          </child>
                   6069:        </widget>
                   6070: 
                   6071:        <widget>
                   6072:          <class>GtkLabel</class>
                   6073:          <name>label_vdpreg7</name>
                   6074:          <label>7:</label>
                   6075:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6076:          <wrap>False</wrap>
                   6077:          <xalign>0</xalign>
                   6078:          <yalign>0.5</yalign>
                   6079:          <xpad>2</xpad>
                   6080:          <ypad>0</ypad>
                   6081:          <child>
                   6082:            <left_attach>0</left_attach>
                   6083:            <right_attach>1</right_attach>
                   6084:            <top_attach>7</top_attach>
                   6085:            <bottom_attach>8</bottom_attach>
                   6086:            <xpad>0</xpad>
                   6087:            <ypad>0</ypad>
                   6088:            <xexpand>False</xexpand>
                   6089:            <yexpand>False</yexpand>
                   6090:            <xshrink>False</xshrink>
                   6091:            <yshrink>False</yshrink>
                   6092:            <xfill>True</xfill>
                   6093:            <yfill>False</yfill>
                   6094:          </child>
                   6095:        </widget>
                   6096: 
                   6097:        <widget>
                   6098:          <class>GtkLabel</class>
                   6099:          <name>label_vdpreg8</name>
                   6100:          <label>8:</label>
                   6101:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6102:          <wrap>False</wrap>
                   6103:          <xalign>0</xalign>
                   6104:          <yalign>0.5</yalign>
                   6105:          <xpad>2</xpad>
                   6106:          <ypad>0</ypad>
                   6107:          <child>
                   6108:            <left_attach>0</left_attach>
                   6109:            <right_attach>1</right_attach>
                   6110:            <top_attach>8</top_attach>
                   6111:            <bottom_attach>9</bottom_attach>
                   6112:            <xpad>0</xpad>
                   6113:            <ypad>0</ypad>
                   6114:            <xexpand>False</xexpand>
                   6115:            <yexpand>False</yexpand>
                   6116:            <xshrink>False</xshrink>
                   6117:            <yshrink>False</yshrink>
                   6118:            <xfill>True</xfill>
                   6119:            <yfill>False</yfill>
                   6120:          </child>
                   6121:        </widget>
                   6122: 
                   6123:        <widget>
                   6124:          <class>GtkLabel</class>
                   6125:          <name>label_vdpreg9</name>
                   6126:          <label>9:</label>
                   6127:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6128:          <wrap>False</wrap>
                   6129:          <xalign>0</xalign>
                   6130:          <yalign>0.5</yalign>
                   6131:          <xpad>2</xpad>
                   6132:          <ypad>0</ypad>
                   6133:          <child>
                   6134:            <left_attach>0</left_attach>
                   6135:            <right_attach>1</right_attach>
                   6136:            <top_attach>9</top_attach>
                   6137:            <bottom_attach>10</bottom_attach>
                   6138:            <xpad>0</xpad>
                   6139:            <ypad>0</ypad>
                   6140:            <xexpand>False</xexpand>
                   6141:            <yexpand>False</yexpand>
                   6142:            <xshrink>False</xshrink>
                   6143:            <yshrink>False</yshrink>
                   6144:            <xfill>True</xfill>
                   6145:            <yfill>False</yfill>
                   6146:          </child>
                   6147:        </widget>
                   6148: 
                   6149:        <widget>
                   6150:          <class>GtkLabel</class>
                   6151:          <name>label_vdpreg10</name>
                   6152:          <label>10:</label>
                   6153:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6154:          <wrap>False</wrap>
                   6155:          <xalign>0</xalign>
                   6156:          <yalign>0.5</yalign>
                   6157:          <xpad>2</xpad>
                   6158:          <ypad>0</ypad>
                   6159:          <child>
                   6160:            <left_attach>0</left_attach>
                   6161:            <right_attach>1</right_attach>
                   6162:            <top_attach>10</top_attach>
                   6163:            <bottom_attach>11</bottom_attach>
                   6164:            <xpad>0</xpad>
                   6165:            <ypad>0</ypad>
                   6166:            <xexpand>False</xexpand>
                   6167:            <yexpand>False</yexpand>
                   6168:            <xshrink>False</xshrink>
                   6169:            <yshrink>False</yshrink>
                   6170:            <xfill>True</xfill>
                   6171:            <yfill>False</yfill>
                   6172:          </child>
                   6173:        </widget>
                   6174: 
                   6175:        <widget>
                   6176:          <class>GtkLabel</class>
                   6177:          <name>label_vdpreg11</name>
                   6178:          <label>11:</label>
                   6179:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6180:          <wrap>False</wrap>
                   6181:          <xalign>0</xalign>
                   6182:          <yalign>0.5</yalign>
                   6183:          <xpad>2</xpad>
                   6184:          <ypad>0</ypad>
                   6185:          <child>
                   6186:            <left_attach>0</left_attach>
                   6187:            <right_attach>1</right_attach>
                   6188:            <top_attach>11</top_attach>
                   6189:            <bottom_attach>12</bottom_attach>
                   6190:            <xpad>0</xpad>
                   6191:            <ypad>0</ypad>
                   6192:            <xexpand>False</xexpand>
                   6193:            <yexpand>False</yexpand>
                   6194:            <xshrink>False</xshrink>
                   6195:            <yshrink>False</yshrink>
                   6196:            <xfill>True</xfill>
                   6197:            <yfill>False</yfill>
                   6198:          </child>
                   6199:        </widget>
                   6200: 
                   6201:        <widget>
                   6202:          <class>GtkLabel</class>
                   6203:          <name>label_vdpreg12</name>
                   6204:          <label>12:</label>
                   6205:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6206:          <wrap>False</wrap>
                   6207:          <xalign>0</xalign>
                   6208:          <yalign>0.5</yalign>
                   6209:          <xpad>2</xpad>
                   6210:          <ypad>0</ypad>
                   6211:          <child>
                   6212:            <left_attach>0</left_attach>
                   6213:            <right_attach>1</right_attach>
                   6214:            <top_attach>12</top_attach>
                   6215:            <bottom_attach>13</bottom_attach>
                   6216:            <xpad>0</xpad>
                   6217:            <ypad>0</ypad>
                   6218:            <xexpand>False</xexpand>
                   6219:            <yexpand>False</yexpand>
                   6220:            <xshrink>False</xshrink>
                   6221:            <yshrink>False</yshrink>
                   6222:            <xfill>True</xfill>
                   6223:            <yfill>False</yfill>
                   6224:          </child>
                   6225:        </widget>
                   6226: 
                   6227:        <widget>
                   6228:          <class>GtkLabel</class>
                   6229:          <name>label_vdpreg13</name>
                   6230:          <label>13:</label>
                   6231:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6232:          <wrap>False</wrap>
                   6233:          <xalign>0</xalign>
                   6234:          <yalign>0.5</yalign>
                   6235:          <xpad>2</xpad>
                   6236:          <ypad>0</ypad>
                   6237:          <child>
                   6238:            <left_attach>0</left_attach>
                   6239:            <right_attach>1</right_attach>
                   6240:            <top_attach>13</top_attach>
                   6241:            <bottom_attach>14</bottom_attach>
                   6242:            <xpad>0</xpad>
                   6243:            <ypad>0</ypad>
                   6244:            <xexpand>False</xexpand>
                   6245:            <yexpand>False</yexpand>
                   6246:            <xshrink>False</xshrink>
                   6247:            <yshrink>False</yshrink>
                   6248:            <xfill>True</xfill>
                   6249:            <yfill>False</yfill>
                   6250:          </child>
                   6251:        </widget>
                   6252: 
                   6253:        <widget>
                   6254:          <class>GtkLabel</class>
                   6255:          <name>label_vdpreg14</name>
                   6256:          <label>14:</label>
                   6257:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6258:          <wrap>False</wrap>
                   6259:          <xalign>0</xalign>
                   6260:          <yalign>0.5</yalign>
                   6261:          <xpad>2</xpad>
                   6262:          <ypad>0</ypad>
                   6263:          <child>
                   6264:            <left_attach>0</left_attach>
                   6265:            <right_attach>1</right_attach>
                   6266:            <top_attach>14</top_attach>
                   6267:            <bottom_attach>15</bottom_attach>
                   6268:            <xpad>0</xpad>
                   6269:            <ypad>0</ypad>
                   6270:            <xexpand>False</xexpand>
                   6271:            <yexpand>False</yexpand>
                   6272:            <xshrink>False</xshrink>
                   6273:            <yshrink>False</yshrink>
                   6274:            <xfill>True</xfill>
                   6275:            <yfill>False</yfill>
                   6276:          </child>
                   6277:        </widget>
                   6278: 
                   6279:        <widget>
                   6280:          <class>GtkLabel</class>
                   6281:          <name>label_vdpreg15</name>
                   6282:          <label>15:</label>
                   6283:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6284:          <wrap>False</wrap>
                   6285:          <xalign>0</xalign>
                   6286:          <yalign>0.5</yalign>
                   6287:          <xpad>2</xpad>
                   6288:          <ypad>0</ypad>
                   6289:          <child>
                   6290:            <left_attach>0</left_attach>
                   6291:            <right_attach>1</right_attach>
                   6292:            <top_attach>15</top_attach>
                   6293:            <bottom_attach>16</bottom_attach>
                   6294:            <xpad>0</xpad>
                   6295:            <ypad>0</ypad>
                   6296:            <xexpand>False</xexpand>
                   6297:            <yexpand>False</yexpand>
                   6298:            <xshrink>False</xshrink>
                   6299:            <yshrink>False</yshrink>
                   6300:            <xfill>True</xfill>
                   6301:            <yfill>False</yfill>
                   6302:          </child>
                   6303:        </widget>
                   6304: 
                   6305:        <widget>
                   6306:          <class>GtkLabel</class>
                   6307:          <name>label_vdpreg16</name>
                   6308:          <label>16:</label>
                   6309:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6310:          <wrap>False</wrap>
                   6311:          <xalign>0</xalign>
                   6312:          <yalign>0.5</yalign>
                   6313:          <xpad>2</xpad>
                   6314:          <ypad>0</ypad>
                   6315:          <child>
                   6316:            <left_attach>0</left_attach>
                   6317:            <right_attach>1</right_attach>
                   6318:            <top_attach>16</top_attach>
                   6319:            <bottom_attach>17</bottom_attach>
                   6320:            <xpad>0</xpad>
                   6321:            <ypad>0</ypad>
                   6322:            <xexpand>False</xexpand>
                   6323:            <yexpand>False</yexpand>
                   6324:            <xshrink>False</xshrink>
                   6325:            <yshrink>False</yshrink>
                   6326:            <xfill>True</xfill>
                   6327:            <yfill>False</yfill>
                   6328:          </child>
                   6329:        </widget>
                   6330: 
                   6331:        <widget>
                   6332:          <class>GtkLabel</class>
                   6333:          <name>label_vdpreg17</name>
                   6334:          <label>17:</label>
                   6335:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6336:          <wrap>False</wrap>
                   6337:          <xalign>0</xalign>
                   6338:          <yalign>0.5</yalign>
                   6339:          <xpad>2</xpad>
                   6340:          <ypad>0</ypad>
                   6341:          <child>
                   6342:            <left_attach>0</left_attach>
                   6343:            <right_attach>1</right_attach>
                   6344:            <top_attach>17</top_attach>
                   6345:            <bottom_attach>18</bottom_attach>
                   6346:            <xpad>0</xpad>
                   6347:            <ypad>0</ypad>
                   6348:            <xexpand>False</xexpand>
                   6349:            <yexpand>False</yexpand>
                   6350:            <xshrink>False</xshrink>
                   6351:            <yshrink>False</yshrink>
                   6352:            <xfill>True</xfill>
                   6353:            <yfill>False</yfill>
                   6354:          </child>
                   6355:        </widget>
                   6356: 
                   6357:        <widget>
                   6358:          <class>GtkLabel</class>
                   6359:          <name>label_vdpreg18</name>
                   6360:          <label>18:</label>
                   6361:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6362:          <wrap>False</wrap>
                   6363:          <xalign>0</xalign>
                   6364:          <yalign>0.5</yalign>
                   6365:          <xpad>2</xpad>
                   6366:          <ypad>0</ypad>
                   6367:          <child>
                   6368:            <left_attach>0</left_attach>
                   6369:            <right_attach>1</right_attach>
                   6370:            <top_attach>18</top_attach>
                   6371:            <bottom_attach>19</bottom_attach>
                   6372:            <xpad>0</xpad>
                   6373:            <ypad>0</ypad>
                   6374:            <xexpand>False</xexpand>
                   6375:            <yexpand>False</yexpand>
                   6376:            <xshrink>False</xshrink>
                   6377:            <yshrink>False</yshrink>
                   6378:            <xfill>True</xfill>
                   6379:            <yfill>False</yfill>
                   6380:          </child>
                   6381:        </widget>
                   6382: 
                   6383:        <widget>
                   6384:          <class>GtkLabel</class>
                   6385:          <name>label_vdpreg19</name>
                   6386:          <label>19:</label>
                   6387:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6388:          <wrap>False</wrap>
                   6389:          <xalign>0</xalign>
                   6390:          <yalign>0.5</yalign>
                   6391:          <xpad>2</xpad>
                   6392:          <ypad>0</ypad>
                   6393:          <child>
                   6394:            <left_attach>0</left_attach>
                   6395:            <right_attach>1</right_attach>
                   6396:            <top_attach>19</top_attach>
                   6397:            <bottom_attach>20</bottom_attach>
                   6398:            <xpad>0</xpad>
                   6399:            <ypad>0</ypad>
                   6400:            <xexpand>False</xexpand>
                   6401:            <yexpand>False</yexpand>
                   6402:            <xshrink>False</xshrink>
                   6403:            <yshrink>False</yshrink>
                   6404:            <xfill>True</xfill>
                   6405:            <yfill>False</yfill>
                   6406:          </child>
                   6407:        </widget>
                   6408: 
                   6409:        <widget>
                   6410:          <class>GtkLabel</class>
                   6411:          <name>label_vdpreg20</name>
                   6412:          <label>20:</label>
                   6413:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6414:          <wrap>False</wrap>
                   6415:          <xalign>0</xalign>
                   6416:          <yalign>0.5</yalign>
                   6417:          <xpad>2</xpad>
                   6418:          <ypad>0</ypad>
                   6419:          <child>
                   6420:            <left_attach>0</left_attach>
                   6421:            <right_attach>1</right_attach>
                   6422:            <top_attach>20</top_attach>
                   6423:            <bottom_attach>21</bottom_attach>
                   6424:            <xpad>0</xpad>
                   6425:            <ypad>0</ypad>
                   6426:            <xexpand>False</xexpand>
                   6427:            <yexpand>False</yexpand>
                   6428:            <xshrink>False</xshrink>
                   6429:            <yshrink>False</yshrink>
                   6430:            <xfill>True</xfill>
                   6431:            <yfill>False</yfill>
                   6432:          </child>
                   6433:        </widget>
                   6434: 
                   6435:        <widget>
                   6436:          <class>GtkLabel</class>
                   6437:          <name>label_vdpreg21</name>
                   6438:          <label>21:</label>
                   6439:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6440:          <wrap>False</wrap>
                   6441:          <xalign>0</xalign>
                   6442:          <yalign>0.5</yalign>
                   6443:          <xpad>2</xpad>
                   6444:          <ypad>0</ypad>
                   6445:          <child>
                   6446:            <left_attach>0</left_attach>
                   6447:            <right_attach>1</right_attach>
                   6448:            <top_attach>21</top_attach>
                   6449:            <bottom_attach>22</bottom_attach>
                   6450:            <xpad>0</xpad>
                   6451:            <ypad>0</ypad>
                   6452:            <xexpand>False</xexpand>
                   6453:            <yexpand>False</yexpand>
                   6454:            <xshrink>False</xshrink>
                   6455:            <yshrink>False</yshrink>
                   6456:            <xfill>True</xfill>
                   6457:            <yfill>False</yfill>
                   6458:          </child>
                   6459:        </widget>
                   6460: 
                   6461:        <widget>
                   6462:          <class>GtkLabel</class>
                   6463:          <name>label_vdpreg22</name>
                   6464:          <label>22:</label>
                   6465:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6466:          <wrap>False</wrap>
                   6467:          <xalign>0</xalign>
                   6468:          <yalign>0.5</yalign>
                   6469:          <xpad>2</xpad>
                   6470:          <ypad>0</ypad>
                   6471:          <child>
                   6472:            <left_attach>0</left_attach>
                   6473:            <right_attach>1</right_attach>
                   6474:            <top_attach>22</top_attach>
                   6475:            <bottom_attach>23</bottom_attach>
                   6476:            <xpad>0</xpad>
                   6477:            <ypad>0</ypad>
                   6478:            <xexpand>False</xexpand>
                   6479:            <yexpand>False</yexpand>
                   6480:            <xshrink>False</xshrink>
                   6481:            <yshrink>False</yshrink>
                   6482:            <xfill>True</xfill>
                   6483:            <yfill>False</yfill>
                   6484:          </child>
                   6485:        </widget>
                   6486: 
                   6487:        <widget>
                   6488:          <class>GtkLabel</class>
                   6489:          <name>label_vdpreg23</name>
                   6490:          <label>23:</label>
                   6491:          <justify>GTK_JUSTIFY_CENTER</justify>
                   6492:          <wrap>False</wrap>
                   6493:          <xalign>0</xalign>
                   6494:          <yalign>0.5</yalign>
                   6495:          <xpad>2</xpad>
                   6496:          <ypad>0</ypad>
                   6497:          <child>
                   6498:            <left_attach>0</left_attach>
                   6499:            <right_attach>1</right_attach>
                   6500:            <top_attach>23</top_attach>
                   6501:            <bottom_attach>24</bottom_attach>
                   6502:            <xpad>0</xpad>
                   6503:            <ypad>0</ypad>
                   6504:            <xexpand>False</xexpand>
                   6505:            <yexpand>False</yexpand>
                   6506:            <xshrink>False</xshrink>
                   6507:            <yshrink>False</yshrink>
                   6508:            <xfill>True</xfill>
                   6509:            <yfill>False</yfill>
                   6510:          </child>
                   6511:        </widget>
                   6512: 
                   6513:        <widget>
                   6514:          <class>GtkEntry</class>
                   6515:          <name>entry_vdpreg2</name>
                   6516:          <width>24</width>
                   6517:          <can_focus>True</can_focus>
                   6518:          <editable>False</editable>
                   6519:          <text_visible>True</text_visible>
                   6520:          <text_max_length>2</text_max_length>
                   6521:          <text>00</text>
                   6522:          <child>
                   6523:            <left_attach>1</left_attach>
                   6524:            <right_attach>2</right_attach>
                   6525:            <top_attach>2</top_attach>
                   6526:            <bottom_attach>3</bottom_attach>
                   6527:            <xpad>0</xpad>
                   6528:            <ypad>0</ypad>
                   6529:            <xexpand>False</xexpand>
                   6530:            <yexpand>False</yexpand>
                   6531:            <xshrink>False</xshrink>
                   6532:            <yshrink>False</yshrink>
                   6533:            <xfill>False</xfill>
                   6534:            <yfill>False</yfill>
                   6535:          </child>
                   6536:        </widget>
                   6537: 
                   6538:        <widget>
                   6539:          <class>GtkEntry</class>
                   6540:          <name>entry_vdpreg3</name>
                   6541:          <width>24</width>
                   6542:          <can_focus>True</can_focus>
                   6543:          <editable>False</editable>
                   6544:          <text_visible>True</text_visible>
                   6545:          <text_max_length>2</text_max_length>
                   6546:          <text>00</text>
                   6547:          <child>
                   6548:            <left_attach>1</left_attach>
                   6549:            <right_attach>2</right_attach>
                   6550:            <top_attach>3</top_attach>
                   6551:            <bottom_attach>4</bottom_attach>
                   6552:            <xpad>0</xpad>
                   6553:            <ypad>0</ypad>
                   6554:            <xexpand>False</xexpand>
                   6555:            <yexpand>False</yexpand>
                   6556:            <xshrink>False</xshrink>
                   6557:            <yshrink>False</yshrink>
                   6558:            <xfill>False</xfill>
                   6559:            <yfill>False</yfill>
                   6560:          </child>
                   6561:        </widget>
                   6562: 
                   6563:        <widget>
                   6564:          <class>GtkEntry</class>
                   6565:          <name>entry_vdpreg4</name>
                   6566:          <width>24</width>
                   6567:          <can_focus>True</can_focus>
                   6568:          <editable>False</editable>
                   6569:          <text_visible>True</text_visible>
                   6570:          <text_max_length>2</text_max_length>
                   6571:          <text>00</text>
                   6572:          <child>
                   6573:            <left_attach>1</left_attach>
                   6574:            <right_attach>2</right_attach>
                   6575:            <top_attach>4</top_attach>
                   6576:            <bottom_attach>5</bottom_attach>
                   6577:            <xpad>0</xpad>
                   6578:            <ypad>0</ypad>
                   6579:            <xexpand>False</xexpand>
                   6580:            <yexpand>False</yexpand>
                   6581:            <xshrink>False</xshrink>
                   6582:            <yshrink>False</yshrink>
                   6583:            <xfill>False</xfill>
                   6584:            <yfill>False</yfill>
                   6585:          </child>
                   6586:        </widget>
                   6587: 
                   6588:        <widget>
                   6589:          <class>GtkEntry</class>
                   6590:          <name>entry_vdpreg5</name>
                   6591:          <width>24</width>
                   6592:          <can_focus>True</can_focus>
                   6593:          <editable>False</editable>
                   6594:          <text_visible>True</text_visible>
                   6595:          <text_max_length>2</text_max_length>
                   6596:          <text>00</text>
                   6597:          <child>
                   6598:            <left_attach>1</left_attach>
                   6599:            <right_attach>2</right_attach>
                   6600:            <top_attach>5</top_attach>
                   6601:            <bottom_attach>6</bottom_attach>
                   6602:            <xpad>0</xpad>
                   6603:            <ypad>0</ypad>
                   6604:            <xexpand>False</xexpand>
                   6605:            <yexpand>False</yexpand>
                   6606:            <xshrink>False</xshrink>
                   6607:            <yshrink>False</yshrink>
                   6608:            <xfill>False</xfill>
                   6609:            <yfill>False</yfill>
                   6610:          </child>
                   6611:        </widget>
                   6612: 
                   6613:        <widget>
                   6614:          <class>GtkEntry</class>
                   6615:          <name>entry_vdpreg6</name>
                   6616:          <width>24</width>
                   6617:          <can_focus>True</can_focus>
                   6618:          <editable>False</editable>
                   6619:          <text_visible>True</text_visible>
                   6620:          <text_max_length>2</text_max_length>
                   6621:          <text>00</text>
                   6622:          <child>
                   6623:            <left_attach>1</left_attach>
                   6624:            <right_attach>2</right_attach>
                   6625:            <top_attach>6</top_attach>
                   6626:            <bottom_attach>7</bottom_attach>
                   6627:            <xpad>0</xpad>
                   6628:            <ypad>0</ypad>
                   6629:            <xexpand>False</xexpand>
                   6630:            <yexpand>False</yexpand>
                   6631:            <xshrink>False</xshrink>
                   6632:            <yshrink>False</yshrink>
                   6633:            <xfill>False</xfill>
                   6634:            <yfill>False</yfill>
                   6635:          </child>
                   6636:        </widget>
                   6637: 
                   6638:        <widget>
                   6639:          <class>GtkEntry</class>
                   6640:          <name>entry_vdpreg7</name>
                   6641:          <width>24</width>
                   6642:          <can_focus>True</can_focus>
                   6643:          <editable>False</editable>
                   6644:          <text_visible>True</text_visible>
                   6645:          <text_max_length>2</text_max_length>
                   6646:          <text>00</text>
                   6647:          <child>
                   6648:            <left_attach>1</left_attach>
                   6649:            <right_attach>2</right_attach>
                   6650:            <top_attach>7</top_attach>
                   6651:            <bottom_attach>8</bottom_attach>
                   6652:            <xpad>0</xpad>
                   6653:            <ypad>0</ypad>
                   6654:            <xexpand>False</xexpand>
                   6655:            <yexpand>False</yexpand>
                   6656:            <xshrink>False</xshrink>
                   6657:            <yshrink>False</yshrink>
                   6658:            <xfill>False</xfill>
                   6659:            <yfill>False</yfill>
                   6660:          </child>
                   6661:        </widget>
                   6662: 
                   6663:        <widget>
                   6664:          <class>GtkEntry</class>
                   6665:          <name>entry_vdpreg23</name>
                   6666:          <width>24</width>
                   6667:          <can_focus>True</can_focus>
                   6668:          <editable>False</editable>
                   6669:          <text_visible>True</text_visible>
                   6670:          <text_max_length>2</text_max_length>
                   6671:          <text>00</text>
                   6672:          <child>
                   6673:            <left_attach>1</left_attach>
                   6674:            <right_attach>2</right_attach>
                   6675:            <top_attach>23</top_attach>
                   6676:            <bottom_attach>24</bottom_attach>
                   6677:            <xpad>0</xpad>
                   6678:            <ypad>0</ypad>
                   6679:            <xexpand>False</xexpand>
                   6680:            <yexpand>False</yexpand>
                   6681:            <xshrink>False</xshrink>
                   6682:            <yshrink>False</yshrink>
                   6683:            <xfill>False</xfill>
                   6684:            <yfill>False</yfill>
                   6685:          </child>
                   6686:        </widget>
                   6687: 
                   6688:        <widget>
                   6689:          <class>GtkEntry</class>
                   6690:          <name>entry_vdpreg8</name>
                   6691:          <width>24</width>
                   6692:          <can_focus>True</can_focus>
                   6693:          <editable>False</editable>
                   6694:          <text_visible>True</text_visible>
                   6695:          <text_max_length>2</text_max_length>
                   6696:          <text>00</text>
                   6697:          <child>
                   6698:            <left_attach>1</left_attach>
                   6699:            <right_attach>2</right_attach>
                   6700:            <top_attach>8</top_attach>
                   6701:            <bottom_attach>9</bottom_attach>
                   6702:            <xpad>0</xpad>
                   6703:            <ypad>0</ypad>
                   6704:            <xexpand>False</xexpand>
                   6705:            <yexpand>False</yexpand>
                   6706:            <xshrink>False</xshrink>
                   6707:            <yshrink>False</yshrink>
                   6708:            <xfill>False</xfill>
                   6709:            <yfill>False</yfill>
                   6710:          </child>
                   6711:        </widget>
                   6712: 
                   6713:        <widget>
                   6714:          <class>GtkEntry</class>
                   6715:          <name>entry_vdpreg9</name>
                   6716:          <width>24</width>
                   6717:          <can_focus>True</can_focus>
                   6718:          <editable>False</editable>
                   6719:          <text_visible>True</text_visible>
                   6720:          <text_max_length>2</text_max_length>
                   6721:          <text>00</text>
                   6722:          <child>
                   6723:            <left_attach>1</left_attach>
                   6724:            <right_attach>2</right_attach>
                   6725:            <top_attach>9</top_attach>
                   6726:            <bottom_attach>10</bottom_attach>
                   6727:            <xpad>0</xpad>
                   6728:            <ypad>0</ypad>
                   6729:            <xexpand>False</xexpand>
                   6730:            <yexpand>False</yexpand>
                   6731:            <xshrink>False</xshrink>
                   6732:            <yshrink>False</yshrink>
                   6733:            <xfill>False</xfill>
                   6734:            <yfill>False</yfill>
                   6735:          </child>
                   6736:        </widget>
                   6737: 
                   6738:        <widget>
                   6739:          <class>GtkEntry</class>
                   6740:          <name>entry_vdpreg10</name>
                   6741:          <width>24</width>
                   6742:          <can_focus>True</can_focus>
                   6743:          <editable>False</editable>
                   6744:          <text_visible>True</text_visible>
                   6745:          <text_max_length>2</text_max_length>
                   6746:          <text>00</text>
                   6747:          <child>
                   6748:            <left_attach>1</left_attach>
                   6749:            <right_attach>2</right_attach>
                   6750:            <top_attach>10</top_attach>
                   6751:            <bottom_attach>11</bottom_attach>
                   6752:            <xpad>0</xpad>
                   6753:            <ypad>0</ypad>
                   6754:            <xexpand>False</xexpand>
                   6755:            <yexpand>False</yexpand>
                   6756:            <xshrink>False</xshrink>
                   6757:            <yshrink>False</yshrink>
                   6758:            <xfill>False</xfill>
                   6759:            <yfill>False</yfill>
                   6760:          </child>
                   6761:        </widget>
                   6762: 
                   6763:        <widget>
                   6764:          <class>GtkEntry</class>
                   6765:          <name>entry_vdpreg11</name>
                   6766:          <width>24</width>
                   6767:          <can_focus>True</can_focus>
                   6768:          <editable>False</editable>
                   6769:          <text_visible>True</text_visible>
                   6770:          <text_max_length>2</text_max_length>
                   6771:          <text>00</text>
                   6772:          <child>
                   6773:            <left_attach>1</left_attach>
                   6774:            <right_attach>2</right_attach>
                   6775:            <top_attach>11</top_attach>
                   6776:            <bottom_attach>12</bottom_attach>
                   6777:            <xpad>0</xpad>
                   6778:            <ypad>0</ypad>
                   6779:            <xexpand>False</xexpand>
                   6780:            <yexpand>False</yexpand>
                   6781:            <xshrink>False</xshrink>
                   6782:            <yshrink>False</yshrink>
                   6783:            <xfill>False</xfill>
                   6784:            <yfill>False</yfill>
                   6785:          </child>
                   6786:        </widget>
                   6787: 
                   6788:        <widget>
                   6789:          <class>GtkEntry</class>
                   6790:          <name>entry_vdpreg12</name>
                   6791:          <width>24</width>
                   6792:          <can_focus>True</can_focus>
                   6793:          <editable>False</editable>
                   6794:          <text_visible>True</text_visible>
                   6795:          <text_max_length>2</text_max_length>
                   6796:          <text>00</text>
                   6797:          <child>
                   6798:            <left_attach>1</left_attach>
                   6799:            <right_attach>2</right_attach>
                   6800:            <top_attach>12</top_attach>
                   6801:            <bottom_attach>13</bottom_attach>
                   6802:            <xpad>0</xpad>
                   6803:            <ypad>0</ypad>
                   6804:            <xexpand>False</xexpand>
                   6805:            <yexpand>False</yexpand>
                   6806:            <xshrink>False</xshrink>
                   6807:            <yshrink>False</yshrink>
                   6808:            <xfill>False</xfill>
                   6809:            <yfill>False</yfill>
                   6810:          </child>
                   6811:        </widget>
                   6812: 
                   6813:        <widget>
                   6814:          <class>GtkEntry</class>
                   6815:          <name>entry_vdpreg13</name>
                   6816:          <width>24</width>
                   6817:          <can_focus>True</can_focus>
                   6818:          <editable>False</editable>
                   6819:          <text_visible>True</text_visible>
                   6820:          <text_max_length>2</text_max_length>
                   6821:          <text>00</text>
                   6822:          <child>
                   6823:            <left_attach>1</left_attach>
                   6824:            <right_attach>2</right_attach>
                   6825:            <top_attach>13</top_attach>
                   6826:            <bottom_attach>14</bottom_attach>
                   6827:            <xpad>0</xpad>
                   6828:            <ypad>0</ypad>
                   6829:            <xexpand>False</xexpand>
                   6830:            <yexpand>False</yexpand>
                   6831:            <xshrink>False</xshrink>
                   6832:            <yshrink>False</yshrink>
                   6833:            <xfill>False</xfill>
                   6834:            <yfill>False</yfill>
                   6835:          </child>
                   6836:        </widget>
                   6837: 
                   6838:        <widget>
                   6839:          <class>GtkEntry</class>
                   6840:          <name>entry_vdpreg14</name>
                   6841:          <width>24</width>
                   6842:          <can_focus>True</can_focus>
                   6843:          <editable>False</editable>
                   6844:          <text_visible>True</text_visible>
                   6845:          <text_max_length>2</text_max_length>
                   6846:          <text>00</text>
                   6847:          <child>
                   6848:            <left_attach>1</left_attach>
                   6849:            <right_attach>2</right_attach>
                   6850:            <top_attach>14</top_attach>
                   6851:            <bottom_attach>15</bottom_attach>
                   6852:            <xpad>0</xpad>
                   6853:            <ypad>0</ypad>
                   6854:            <xexpand>False</xexpand>
                   6855:            <yexpand>False</yexpand>
                   6856:            <xshrink>False</xshrink>
                   6857:            <yshrink>False</yshrink>
                   6858:            <xfill>False</xfill>
                   6859:            <yfill>False</yfill>
                   6860:          </child>
                   6861:        </widget>
                   6862: 
                   6863:        <widget>
                   6864:          <class>GtkEntry</class>
                   6865:          <name>entry_vdpreg15</name>
                   6866:          <width>24</width>
                   6867:          <can_focus>True</can_focus>
                   6868:          <editable>False</editable>
                   6869:          <text_visible>True</text_visible>
                   6870:          <text_max_length>2</text_max_length>
                   6871:          <text>00</text>
                   6872:          <child>
                   6873:            <left_attach>1</left_attach>
                   6874:            <right_attach>2</right_attach>
                   6875:            <top_attach>15</top_attach>
                   6876:            <bottom_attach>16</bottom_attach>
                   6877:            <xpad>0</xpad>
                   6878:            <ypad>0</ypad>
                   6879:            <xexpand>False</xexpand>
                   6880:            <yexpand>False</yexpand>
                   6881:            <xshrink>False</xshrink>
                   6882:            <yshrink>False</yshrink>
                   6883:            <xfill>False</xfill>
                   6884:            <yfill>False</yfill>
                   6885:          </child>
                   6886:        </widget>
                   6887: 
                   6888:        <widget>
                   6889:          <class>GtkEntry</class>
                   6890:          <name>entry_vdpreg16</name>
                   6891:          <width>24</width>
                   6892:          <can_focus>True</can_focus>
                   6893:          <editable>False</editable>
                   6894:          <text_visible>True</text_visible>
                   6895:          <text_max_length>2</text_max_length>
                   6896:          <text>00</text>
                   6897:          <child>
                   6898:            <left_attach>1</left_attach>
                   6899:            <right_attach>2</right_attach>
                   6900:            <top_attach>16</top_attach>
                   6901:            <bottom_attach>17</bottom_attach>
                   6902:            <xpad>0</xpad>
                   6903:            <ypad>0</ypad>
                   6904:            <xexpand>False</xexpand>
                   6905:            <yexpand>False</yexpand>
                   6906:            <xshrink>False</xshrink>
                   6907:            <yshrink>False</yshrink>
                   6908:            <xfill>False</xfill>
                   6909:            <yfill>False</yfill>
                   6910:          </child>
                   6911:        </widget>
                   6912: 
                   6913:        <widget>
                   6914:          <class>GtkEntry</class>
                   6915:          <name>entry_vdpreg17</name>
                   6916:          <width>24</width>
                   6917:          <can_focus>True</can_focus>
                   6918:          <editable>False</editable>
                   6919:          <text_visible>True</text_visible>
                   6920:          <text_max_length>2</text_max_length>
                   6921:          <text>00</text>
                   6922:          <child>
                   6923:            <left_attach>1</left_attach>
                   6924:            <right_attach>2</right_attach>
                   6925:            <top_attach>17</top_attach>
                   6926:            <bottom_attach>18</bottom_attach>
                   6927:            <xpad>0</xpad>
                   6928:            <ypad>0</ypad>
                   6929:            <xexpand>False</xexpand>
                   6930:            <yexpand>False</yexpand>
                   6931:            <xshrink>False</xshrink>
                   6932:            <yshrink>False</yshrink>
                   6933:            <xfill>False</xfill>
                   6934:            <yfill>False</yfill>
                   6935:          </child>
                   6936:        </widget>
                   6937: 
                   6938:        <widget>
                   6939:          <class>GtkEntry</class>
                   6940:          <name>entry_vdpreg18</name>
                   6941:          <width>24</width>
                   6942:          <can_focus>True</can_focus>
                   6943:          <editable>False</editable>
                   6944:          <text_visible>True</text_visible>
                   6945:          <text_max_length>2</text_max_length>
                   6946:          <text>00</text>
                   6947:          <child>
                   6948:            <left_attach>1</left_attach>
                   6949:            <right_attach>2</right_attach>
                   6950:            <top_attach>18</top_attach>
                   6951:            <bottom_attach>19</bottom_attach>
                   6952:            <xpad>0</xpad>
                   6953:            <ypad>0</ypad>
                   6954:            <xexpand>False</xexpand>
                   6955:            <yexpand>False</yexpand>
                   6956:            <xshrink>False</xshrink>
                   6957:            <yshrink>False</yshrink>
                   6958:            <xfill>False</xfill>
                   6959:            <yfill>False</yfill>
                   6960:          </child>
                   6961:        </widget>
                   6962: 
                   6963:        <widget>
                   6964:          <class>GtkEntry</class>
                   6965:          <name>entry_vdpreg19</name>
                   6966:          <width>24</width>
                   6967:          <can_focus>True</can_focus>
                   6968:          <editable>False</editable>
                   6969:          <text_visible>True</text_visible>
                   6970:          <text_max_length>2</text_max_length>
                   6971:          <text>00</text>
                   6972:          <child>
                   6973:            <left_attach>1</left_attach>
                   6974:            <right_attach>2</right_attach>
                   6975:            <top_attach>19</top_attach>
                   6976:            <bottom_attach>20</bottom_attach>
                   6977:            <xpad>0</xpad>
                   6978:            <ypad>0</ypad>
                   6979:            <xexpand>False</xexpand>
                   6980:            <yexpand>False</yexpand>
                   6981:            <xshrink>False</xshrink>
                   6982:            <yshrink>False</yshrink>
                   6983:            <xfill>False</xfill>
                   6984:            <yfill>False</yfill>
                   6985:          </child>
                   6986:        </widget>
                   6987: 
                   6988:        <widget>
                   6989:          <class>GtkEntry</class>
                   6990:          <name>entry_vdpreg20</name>
                   6991:          <width>24</width>
                   6992:          <can_focus>True</can_focus>
                   6993:          <editable>False</editable>
                   6994:          <text_visible>True</text_visible>
                   6995:          <text_max_length>2</text_max_length>
                   6996:          <text>00</text>
                   6997:          <child>
                   6998:            <left_attach>1</left_attach>
                   6999:            <right_attach>2</right_attach>
                   7000:            <top_attach>20</top_attach>
                   7001:            <bottom_attach>21</bottom_attach>
                   7002:            <xpad>0</xpad>
                   7003:            <ypad>0</ypad>
                   7004:            <xexpand>False</xexpand>
                   7005:            <yexpand>False</yexpand>
                   7006:            <xshrink>False</xshrink>
                   7007:            <yshrink>False</yshrink>
                   7008:            <xfill>False</xfill>
                   7009:            <yfill>False</yfill>
                   7010:          </child>
                   7011:        </widget>
                   7012: 
                   7013:        <widget>
                   7014:          <class>GtkEntry</class>
                   7015:          <name>entry_vdpreg21</name>
                   7016:          <width>24</width>
                   7017:          <can_focus>True</can_focus>
                   7018:          <editable>False</editable>
                   7019:          <text_visible>True</text_visible>
                   7020:          <text_max_length>2</text_max_length>
                   7021:          <text>00</text>
                   7022:          <child>
                   7023:            <left_attach>1</left_attach>
                   7024:            <right_attach>2</right_attach>
                   7025:            <top_attach>21</top_attach>
                   7026:            <bottom_attach>22</bottom_attach>
                   7027:            <xpad>0</xpad>
                   7028:            <ypad>0</ypad>
                   7029:            <xexpand>False</xexpand>
                   7030:            <yexpand>False</yexpand>
                   7031:            <xshrink>False</xshrink>
                   7032:            <yshrink>False</yshrink>
                   7033:            <xfill>False</xfill>
                   7034:            <yfill>False</yfill>
                   7035:          </child>
                   7036:        </widget>
                   7037: 
                   7038:        <widget>
                   7039:          <class>GtkEntry</class>
                   7040:          <name>entry_vdpreg22</name>
                   7041:          <width>24</width>
                   7042:          <can_focus>True</can_focus>
                   7043:          <editable>False</editable>
                   7044:          <text_visible>True</text_visible>
                   7045:          <text_max_length>2</text_max_length>
                   7046:          <text>00</text>
                   7047:          <child>
                   7048:            <left_attach>1</left_attach>
                   7049:            <right_attach>2</right_attach>
                   7050:            <top_attach>22</top_attach>
                   7051:            <bottom_attach>23</bottom_attach>
                   7052:            <xpad>0</xpad>
                   7053:            <ypad>0</ypad>
                   7054:            <xexpand>False</xexpand>
                   7055:            <yexpand>False</yexpand>
                   7056:            <xshrink>False</xshrink>
                   7057:            <yshrink>False</yshrink>
                   7058:            <xfill>False</xfill>
                   7059:            <yfill>False</yfill>
                   7060:          </child>
                   7061:        </widget>
                   7062: 
                   7063:        <widget>
                   7064:          <class>GtkLabel</class>
                   7065:          <name>label_vdpreg2_txt</name>
                   7066:          <label></label>
                   7067:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7068:          <wrap>False</wrap>
                   7069:          <xalign>0</xalign>
                   7070:          <yalign>0.5</yalign>
                   7071:          <xpad>2</xpad>
                   7072:          <ypad>0</ypad>
                   7073:          <child>
                   7074:            <left_attach>2</left_attach>
                   7075:            <right_attach>3</right_attach>
                   7076:            <top_attach>2</top_attach>
                   7077:            <bottom_attach>3</bottom_attach>
                   7078:            <xpad>0</xpad>
                   7079:            <ypad>0</ypad>
                   7080:            <xexpand>False</xexpand>
                   7081:            <yexpand>False</yexpand>
                   7082:            <xshrink>False</xshrink>
                   7083:            <yshrink>False</yshrink>
                   7084:            <xfill>True</xfill>
                   7085:            <yfill>False</yfill>
                   7086:          </child>
                   7087:        </widget>
                   7088: 
                   7089:        <widget>
                   7090:          <class>GtkLabel</class>
                   7091:          <name>label_vdpreg3_txt</name>
                   7092:          <label></label>
                   7093:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7094:          <wrap>False</wrap>
                   7095:          <xalign>0</xalign>
                   7096:          <yalign>0.5</yalign>
                   7097:          <xpad>2</xpad>
                   7098:          <ypad>0</ypad>
                   7099:          <child>
                   7100:            <left_attach>2</left_attach>
                   7101:            <right_attach>3</right_attach>
                   7102:            <top_attach>3</top_attach>
                   7103:            <bottom_attach>4</bottom_attach>
                   7104:            <xpad>0</xpad>
                   7105:            <ypad>0</ypad>
                   7106:            <xexpand>False</xexpand>
                   7107:            <yexpand>False</yexpand>
                   7108:            <xshrink>False</xshrink>
                   7109:            <yshrink>False</yshrink>
                   7110:            <xfill>True</xfill>
                   7111:            <yfill>False</yfill>
                   7112:          </child>
                   7113:        </widget>
                   7114: 
                   7115:        <widget>
                   7116:          <class>GtkLabel</class>
                   7117:          <name>label_vdpreg4_txt</name>
                   7118:          <label></label>
                   7119:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7120:          <wrap>False</wrap>
                   7121:          <xalign>0</xalign>
                   7122:          <yalign>0.5</yalign>
                   7123:          <xpad>2</xpad>
                   7124:          <ypad>0</ypad>
                   7125:          <child>
                   7126:            <left_attach>2</left_attach>
                   7127:            <right_attach>3</right_attach>
                   7128:            <top_attach>4</top_attach>
                   7129:            <bottom_attach>5</bottom_attach>
                   7130:            <xpad>0</xpad>
                   7131:            <ypad>0</ypad>
                   7132:            <xexpand>False</xexpand>
                   7133:            <yexpand>False</yexpand>
                   7134:            <xshrink>False</xshrink>
                   7135:            <yshrink>False</yshrink>
                   7136:            <xfill>True</xfill>
                   7137:            <yfill>False</yfill>
                   7138:          </child>
                   7139:        </widget>
                   7140: 
                   7141:        <widget>
                   7142:          <class>GtkLabel</class>
                   7143:          <name>label_vdpreg5_txt</name>
                   7144:          <label></label>
                   7145:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7146:          <wrap>False</wrap>
                   7147:          <xalign>0</xalign>
                   7148:          <yalign>0.5</yalign>
                   7149:          <xpad>2</xpad>
                   7150:          <ypad>0</ypad>
                   7151:          <child>
                   7152:            <left_attach>2</left_attach>
                   7153:            <right_attach>3</right_attach>
                   7154:            <top_attach>5</top_attach>
                   7155:            <bottom_attach>6</bottom_attach>
                   7156:            <xpad>0</xpad>
                   7157:            <ypad>0</ypad>
                   7158:            <xexpand>False</xexpand>
                   7159:            <yexpand>False</yexpand>
                   7160:            <xshrink>False</xshrink>
                   7161:            <yshrink>False</yshrink>
                   7162:            <xfill>True</xfill>
                   7163:            <yfill>False</yfill>
                   7164:          </child>
                   7165:        </widget>
                   7166: 
                   7167:        <widget>
                   7168:          <class>GtkLabel</class>
                   7169:          <name>label_vdpreg6_txt</name>
                   7170:          <label>(unused)</label>
                   7171:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7172:          <wrap>False</wrap>
                   7173:          <xalign>0</xalign>
                   7174:          <yalign>0.5</yalign>
                   7175:          <xpad>2</xpad>
                   7176:          <ypad>0</ypad>
                   7177:          <child>
                   7178:            <left_attach>2</left_attach>
                   7179:            <right_attach>3</right_attach>
                   7180:            <top_attach>6</top_attach>
                   7181:            <bottom_attach>7</bottom_attach>
                   7182:            <xpad>0</xpad>
                   7183:            <ypad>0</ypad>
                   7184:            <xexpand>False</xexpand>
                   7185:            <yexpand>False</yexpand>
                   7186:            <xshrink>False</xshrink>
                   7187:            <yshrink>False</yshrink>
                   7188:            <xfill>True</xfill>
                   7189:            <yfill>False</yfill>
                   7190:          </child>
                   7191:        </widget>
                   7192: 
                   7193:        <widget>
                   7194:          <class>GtkLabel</class>
                   7195:          <name>label_vdpreg7_txt</name>
                   7196:          <label></label>
                   7197:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7198:          <wrap>False</wrap>
                   7199:          <xalign>0</xalign>
                   7200:          <yalign>0.5</yalign>
                   7201:          <xpad>2</xpad>
                   7202:          <ypad>0</ypad>
                   7203:          <child>
                   7204:            <left_attach>2</left_attach>
                   7205:            <right_attach>3</right_attach>
                   7206:            <top_attach>7</top_attach>
                   7207:            <bottom_attach>8</bottom_attach>
                   7208:            <xpad>0</xpad>
                   7209:            <ypad>0</ypad>
                   7210:            <xexpand>False</xexpand>
                   7211:            <yexpand>False</yexpand>
                   7212:            <xshrink>False</xshrink>
                   7213:            <yshrink>False</yshrink>
                   7214:            <xfill>True</xfill>
                   7215:            <yfill>False</yfill>
                   7216:          </child>
                   7217:        </widget>
                   7218: 
                   7219:        <widget>
                   7220:          <class>GtkLabel</class>
                   7221:          <name>label_vdpreg8_txt</name>
                   7222:          <label>(unused)</label>
                   7223:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7224:          <wrap>False</wrap>
                   7225:          <xalign>0</xalign>
                   7226:          <yalign>0.5</yalign>
                   7227:          <xpad>2</xpad>
                   7228:          <ypad>0</ypad>
                   7229:          <child>
                   7230:            <left_attach>2</left_attach>
                   7231:            <right_attach>3</right_attach>
                   7232:            <top_attach>8</top_attach>
                   7233:            <bottom_attach>9</bottom_attach>
                   7234:            <xpad>0</xpad>
                   7235:            <ypad>0</ypad>
                   7236:            <xexpand>False</xexpand>
                   7237:            <yexpand>False</yexpand>
                   7238:            <xshrink>False</xshrink>
                   7239:            <yshrink>False</yshrink>
                   7240:            <xfill>True</xfill>
                   7241:            <yfill>False</yfill>
                   7242:          </child>
                   7243:        </widget>
                   7244: 
                   7245:        <widget>
                   7246:          <class>GtkLabel</class>
                   7247:          <name>label_vdpreg9_txt</name>
                   7248:          <label>(unused)</label>
                   7249:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7250:          <wrap>False</wrap>
                   7251:          <xalign>0</xalign>
                   7252:          <yalign>0.5</yalign>
                   7253:          <xpad>2</xpad>
                   7254:          <ypad>0</ypad>
                   7255:          <child>
                   7256:            <left_attach>2</left_attach>
                   7257:            <right_attach>3</right_attach>
                   7258:            <top_attach>9</top_attach>
                   7259:            <bottom_attach>10</bottom_attach>
                   7260:            <xpad>0</xpad>
                   7261:            <ypad>0</ypad>
                   7262:            <xexpand>False</xexpand>
                   7263:            <yexpand>False</yexpand>
                   7264:            <xshrink>False</xshrink>
                   7265:            <yshrink>False</yshrink>
                   7266:            <xfill>True</xfill>
                   7267:            <yfill>False</yfill>
                   7268:          </child>
                   7269:        </widget>
                   7270: 
                   7271:        <widget>
                   7272:          <class>GtkLabel</class>
                   7273:          <name>label_vdpreg10_txt</name>
                   7274:          <label></label>
                   7275:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7276:          <wrap>False</wrap>
                   7277:          <xalign>0</xalign>
                   7278:          <yalign>0.5</yalign>
                   7279:          <xpad>2</xpad>
                   7280:          <ypad>0</ypad>
                   7281:          <child>
                   7282:            <left_attach>2</left_attach>
                   7283:            <right_attach>3</right_attach>
                   7284:            <top_attach>10</top_attach>
                   7285:            <bottom_attach>11</bottom_attach>
                   7286:            <xpad>0</xpad>
                   7287:            <ypad>0</ypad>
                   7288:            <xexpand>False</xexpand>
                   7289:            <yexpand>False</yexpand>
                   7290:            <xshrink>False</xshrink>
                   7291:            <yshrink>False</yshrink>
                   7292:            <xfill>True</xfill>
                   7293:            <yfill>False</yfill>
                   7294:          </child>
                   7295:        </widget>
                   7296: 
                   7297:        <widget>
                   7298:          <class>GtkLabel</class>
                   7299:          <name>label_vdpreg11_txt</name>
                   7300:          <label></label>
                   7301:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7302:          <wrap>False</wrap>
                   7303:          <xalign>0</xalign>
                   7304:          <yalign>0.5</yalign>
                   7305:          <xpad>2</xpad>
                   7306:          <ypad>0</ypad>
                   7307:          <child>
                   7308:            <left_attach>2</left_attach>
                   7309:            <right_attach>3</right_attach>
                   7310:            <top_attach>11</top_attach>
                   7311:            <bottom_attach>12</bottom_attach>
                   7312:            <xpad>0</xpad>
                   7313:            <ypad>0</ypad>
                   7314:            <xexpand>False</xexpand>
                   7315:            <yexpand>False</yexpand>
                   7316:            <xshrink>False</xshrink>
                   7317:            <yshrink>False</yshrink>
                   7318:            <xfill>True</xfill>
                   7319:            <yfill>False</yfill>
                   7320:          </child>
                   7321:        </widget>
                   7322: 
                   7323:        <widget>
                   7324:          <class>GtkLabel</class>
                   7325:          <name>label_vdpreg12_txt</name>
                   7326:          <label></label>
                   7327:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7328:          <wrap>False</wrap>
                   7329:          <xalign>0</xalign>
                   7330:          <yalign>0.5</yalign>
                   7331:          <xpad>2</xpad>
                   7332:          <ypad>0</ypad>
                   7333:          <child>
                   7334:            <left_attach>2</left_attach>
                   7335:            <right_attach>3</right_attach>
                   7336:            <top_attach>12</top_attach>
                   7337:            <bottom_attach>13</bottom_attach>
                   7338:            <xpad>0</xpad>
                   7339:            <ypad>0</ypad>
                   7340:            <xexpand>False</xexpand>
                   7341:            <yexpand>False</yexpand>
                   7342:            <xshrink>False</xshrink>
                   7343:            <yshrink>False</yshrink>
                   7344:            <xfill>True</xfill>
                   7345:            <yfill>False</yfill>
                   7346:          </child>
                   7347:        </widget>
                   7348: 
                   7349:        <widget>
                   7350:          <class>GtkLabel</class>
                   7351:          <name>label_vdpreg13_txt</name>
                   7352:          <label></label>
                   7353:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7354:          <wrap>False</wrap>
                   7355:          <xalign>0</xalign>
                   7356:          <yalign>0.5</yalign>
                   7357:          <xpad>2</xpad>
                   7358:          <ypad>0</ypad>
                   7359:          <child>
                   7360:            <left_attach>2</left_attach>
                   7361:            <right_attach>3</right_attach>
                   7362:            <top_attach>13</top_attach>
                   7363:            <bottom_attach>14</bottom_attach>
                   7364:            <xpad>0</xpad>
                   7365:            <ypad>0</ypad>
                   7366:            <xexpand>False</xexpand>
                   7367:            <yexpand>False</yexpand>
                   7368:            <xshrink>False</xshrink>
                   7369:            <yshrink>False</yshrink>
                   7370:            <xfill>True</xfill>
                   7371:            <yfill>False</yfill>
                   7372:          </child>
                   7373:        </widget>
                   7374: 
                   7375:        <widget>
                   7376:          <class>GtkLabel</class>
                   7377:          <name>label_vdpreg14_txt</name>
                   7378:          <label>(unused)</label>
                   7379:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7380:          <wrap>False</wrap>
                   7381:          <xalign>0</xalign>
                   7382:          <yalign>0.5</yalign>
                   7383:          <xpad>2</xpad>
                   7384:          <ypad>0</ypad>
                   7385:          <child>
                   7386:            <left_attach>2</left_attach>
                   7387:            <right_attach>3</right_attach>
                   7388:            <top_attach>14</top_attach>
                   7389:            <bottom_attach>15</bottom_attach>
                   7390:            <xpad>0</xpad>
                   7391:            <ypad>0</ypad>
                   7392:            <xexpand>False</xexpand>
                   7393:            <yexpand>False</yexpand>
                   7394:            <xshrink>False</xshrink>
                   7395:            <yshrink>False</yshrink>
                   7396:            <xfill>True</xfill>
                   7397:            <yfill>False</yfill>
                   7398:          </child>
                   7399:        </widget>
                   7400: 
                   7401:        <widget>
                   7402:          <class>GtkLabel</class>
                   7403:          <name>label_vdpreg15_txt</name>
                   7404:          <label></label>
                   7405:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7406:          <wrap>False</wrap>
                   7407:          <xalign>0</xalign>
                   7408:          <yalign>0.5</yalign>
                   7409:          <xpad>2</xpad>
                   7410:          <ypad>0</ypad>
                   7411:          <child>
                   7412:            <left_attach>2</left_attach>
                   7413:            <right_attach>3</right_attach>
                   7414:            <top_attach>15</top_attach>
                   7415:            <bottom_attach>16</bottom_attach>
                   7416:            <xpad>0</xpad>
                   7417:            <ypad>0</ypad>
                   7418:            <xexpand>False</xexpand>
                   7419:            <yexpand>False</yexpand>
                   7420:            <xshrink>False</xshrink>
                   7421:            <yshrink>False</yshrink>
                   7422:            <xfill>True</xfill>
                   7423:            <yfill>False</yfill>
                   7424:          </child>
                   7425:        </widget>
                   7426: 
                   7427:        <widget>
                   7428:          <class>GtkLabel</class>
                   7429:          <name>label_vdpreg16_txt</name>
                   7430:          <label></label>
                   7431:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7432:          <wrap>False</wrap>
                   7433:          <xalign>0</xalign>
                   7434:          <yalign>0.5</yalign>
                   7435:          <xpad>2</xpad>
                   7436:          <ypad>0</ypad>
                   7437:          <child>
                   7438:            <left_attach>2</left_attach>
                   7439:            <right_attach>3</right_attach>
                   7440:            <top_attach>16</top_attach>
                   7441:            <bottom_attach>17</bottom_attach>
                   7442:            <xpad>0</xpad>
                   7443:            <ypad>0</ypad>
                   7444:            <xexpand>False</xexpand>
                   7445:            <yexpand>False</yexpand>
                   7446:            <xshrink>False</xshrink>
                   7447:            <yshrink>False</yshrink>
                   7448:            <xfill>True</xfill>
                   7449:            <yfill>False</yfill>
                   7450:          </child>
                   7451:        </widget>
                   7452: 
                   7453:        <widget>
                   7454:          <class>GtkLabel</class>
                   7455:          <name>label_vdpreg17_txt</name>
                   7456:          <label></label>
                   7457:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7458:          <wrap>False</wrap>
                   7459:          <xalign>0</xalign>
                   7460:          <yalign>0.5</yalign>
                   7461:          <xpad>2</xpad>
                   7462:          <ypad>0</ypad>
                   7463:          <child>
                   7464:            <left_attach>2</left_attach>
                   7465:            <right_attach>3</right_attach>
                   7466:            <top_attach>17</top_attach>
                   7467:            <bottom_attach>18</bottom_attach>
                   7468:            <xpad>0</xpad>
                   7469:            <ypad>0</ypad>
                   7470:            <xexpand>False</xexpand>
                   7471:            <yexpand>False</yexpand>
                   7472:            <xshrink>False</xshrink>
                   7473:            <yshrink>False</yshrink>
                   7474:            <xfill>True</xfill>
                   7475:            <yfill>False</yfill>
                   7476:          </child>
                   7477:        </widget>
                   7478: 
                   7479:        <widget>
                   7480:          <class>GtkLabel</class>
                   7481:          <name>label_vdpreg18_txt</name>
                   7482:          <label></label>
                   7483:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7484:          <wrap>False</wrap>
                   7485:          <xalign>0</xalign>
                   7486:          <yalign>0.5</yalign>
                   7487:          <xpad>2</xpad>
                   7488:          <ypad>0</ypad>
                   7489:          <child>
                   7490:            <left_attach>2</left_attach>
                   7491:            <right_attach>3</right_attach>
                   7492:            <top_attach>18</top_attach>
                   7493:            <bottom_attach>19</bottom_attach>
                   7494:            <xpad>0</xpad>
                   7495:            <ypad>0</ypad>
                   7496:            <xexpand>False</xexpand>
                   7497:            <yexpand>False</yexpand>
                   7498:            <xshrink>False</xshrink>
                   7499:            <yshrink>False</yshrink>
                   7500:            <xfill>True</xfill>
                   7501:            <yfill>False</yfill>
                   7502:          </child>
                   7503:        </widget>
                   7504: 
                   7505:        <widget>
                   7506:          <class>GtkLabel</class>
                   7507:          <name>label_vdpreg19_txt</name>
                   7508:          <label></label>
                   7509:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7510:          <wrap>False</wrap>
                   7511:          <xalign>0</xalign>
                   7512:          <yalign>0.5</yalign>
                   7513:          <xpad>2</xpad>
                   7514:          <ypad>0</ypad>
                   7515:          <child>
                   7516:            <left_attach>2</left_attach>
                   7517:            <right_attach>3</right_attach>
                   7518:            <top_attach>19</top_attach>
                   7519:            <bottom_attach>20</bottom_attach>
                   7520:            <xpad>0</xpad>
                   7521:            <ypad>0</ypad>
                   7522:            <xexpand>False</xexpand>
                   7523:            <yexpand>False</yexpand>
                   7524:            <xshrink>False</xshrink>
                   7525:            <yshrink>False</yshrink>
                   7526:            <xfill>True</xfill>
                   7527:            <yfill>False</yfill>
                   7528:          </child>
                   7529:        </widget>
                   7530: 
                   7531:        <widget>
                   7532:          <class>GtkLabel</class>
                   7533:          <name>label_vdpreg20_txt</name>
                   7534:          <label></label>
                   7535:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7536:          <wrap>False</wrap>
                   7537:          <xalign>0</xalign>
                   7538:          <yalign>0.5</yalign>
                   7539:          <xpad>2</xpad>
                   7540:          <ypad>0</ypad>
                   7541:          <child>
                   7542:            <left_attach>2</left_attach>
                   7543:            <right_attach>3</right_attach>
                   7544:            <top_attach>20</top_attach>
                   7545:            <bottom_attach>21</bottom_attach>
                   7546:            <xpad>0</xpad>
                   7547:            <ypad>0</ypad>
                   7548:            <xexpand>False</xexpand>
                   7549:            <yexpand>False</yexpand>
                   7550:            <xshrink>False</xshrink>
                   7551:            <yshrink>False</yshrink>
                   7552:            <xfill>True</xfill>
                   7553:            <yfill>False</yfill>
                   7554:          </child>
                   7555:        </widget>
                   7556: 
                   7557:        <widget>
                   7558:          <class>GtkLabel</class>
                   7559:          <name>label_vdpreg21_txt</name>
                   7560:          <label></label>
                   7561:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7562:          <wrap>False</wrap>
                   7563:          <xalign>0</xalign>
                   7564:          <yalign>0.5</yalign>
                   7565:          <xpad>2</xpad>
                   7566:          <ypad>0</ypad>
                   7567:          <child>
                   7568:            <left_attach>2</left_attach>
                   7569:            <right_attach>3</right_attach>
                   7570:            <top_attach>21</top_attach>
                   7571:            <bottom_attach>22</bottom_attach>
                   7572:            <xpad>0</xpad>
                   7573:            <ypad>0</ypad>
                   7574:            <xexpand>False</xexpand>
                   7575:            <yexpand>False</yexpand>
                   7576:            <xshrink>False</xshrink>
                   7577:            <yshrink>False</yshrink>
                   7578:            <xfill>True</xfill>
                   7579:            <yfill>False</yfill>
                   7580:          </child>
                   7581:        </widget>
                   7582: 
                   7583:        <widget>
                   7584:          <class>GtkLabel</class>
                   7585:          <name>label_vdpreg22_txt</name>
                   7586:          <label></label>
                   7587:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7588:          <wrap>False</wrap>
                   7589:          <xalign>0</xalign>
                   7590:          <yalign>0.5</yalign>
                   7591:          <xpad>2</xpad>
                   7592:          <ypad>0</ypad>
                   7593:          <child>
                   7594:            <left_attach>2</left_attach>
                   7595:            <right_attach>3</right_attach>
                   7596:            <top_attach>22</top_attach>
                   7597:            <bottom_attach>23</bottom_attach>
                   7598:            <xpad>0</xpad>
                   7599:            <ypad>0</ypad>
                   7600:            <xexpand>False</xexpand>
                   7601:            <yexpand>False</yexpand>
                   7602:            <xshrink>False</xshrink>
                   7603:            <yshrink>False</yshrink>
                   7604:            <xfill>True</xfill>
                   7605:            <yfill>False</yfill>
                   7606:          </child>
                   7607:        </widget>
                   7608: 
                   7609:        <widget>
                   7610:          <class>GtkLabel</class>
                   7611:          <name>label_vdpreg23_txt</name>
                   7612:          <label></label>
                   7613:          <justify>GTK_JUSTIFY_CENTER</justify>
                   7614:          <wrap>False</wrap>
                   7615:          <xalign>0</xalign>
                   7616:          <yalign>0.5</yalign>
                   7617:          <xpad>2</xpad>
                   7618:          <ypad>0</ypad>
                   7619:          <child>
                   7620:            <left_attach>2</left_attach>
                   7621:            <right_attach>3</right_attach>
                   7622:            <top_attach>23</top_attach>
                   7623:            <bottom_attach>24</bottom_attach>
                   7624:            <xpad>0</xpad>
                   7625:            <ypad>0</ypad>
                   7626:            <xexpand>False</xexpand>
                   7627:            <yexpand>False</yexpand>
                   7628:            <xshrink>False</xshrink>
                   7629:            <yshrink>False</yshrink>
                   7630:            <xfill>True</xfill>
                   7631:            <yfill>False</yfill>
                   7632:          </child>
                   7633:        </widget>
                   7634:       </widget>
                   7635:     </widget>
                   7636:   </widget>
                   7637: </widget>
                   7638: 
                   7639: <widget>
                   7640:   <class>GtkWindow</class>
1.1.1.2 ! root     7641:   <name>diss</name>
1.1       root     7642:   <signal>
                   7643:     <name>delete_event</name>
                   7644:     <handler>gtk_widget_destroy</handler>
                   7645:     <last_modification_time>Sun, 16 Sep 2001 18:33:14 GMT</last_modification_time>
                   7646:   </signal>
                   7647:   <signal>
                   7648:     <name>destroy_event</name>
                   7649:     <handler>gtk_widget_destroy</handler>
                   7650:     <last_modification_time>Sun, 16 Sep 2001 18:33:29 GMT</last_modification_time>
                   7651:   </signal>
                   7652:   <title>Disassembly</title>
                   7653:   <type>GTK_WINDOW_TOPLEVEL</type>
                   7654:   <position>GTK_WIN_POS_NONE</position>
                   7655:   <modal>False</modal>
                   7656:   <allow_shrink>False</allow_shrink>
                   7657:   <allow_grow>True</allow_grow>
                   7658:   <auto_shrink>False</auto_shrink>
                   7659: 
                   7660:   <widget>
                   7661:     <class>GtkVBox</class>
1.1.1.2 ! root     7662:     <name>vbox_diss</name>
1.1       root     7663:     <homogeneous>False</homogeneous>
                   7664:     <spacing>0</spacing>
                   7665: 
                   7666:     <widget>
1.1.1.2 ! root     7667:       <class>GtkFrame</class>
        !          7668:       <name>frame_diss</name>
        !          7669:       <border_width>2</border_width>
        !          7670:       <label>68000 ROM</label>
        !          7671:       <label_xalign>0.25</label_xalign>
        !          7672:       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1.1       root     7673:       <child>
                   7674:        <padding>0</padding>
                   7675:        <expand>True</expand>
                   7676:        <fill>True</fill>
                   7677:       </child>
                   7678: 
                   7679:       <widget>
1.1.1.2 ! root     7680:        <class>GtkHBox</class>
        !          7681:        <name>hbox_diss</name>
        !          7682:        <border_width>2</border_width>
        !          7683:        <homogeneous>False</homogeneous>
        !          7684:        <spacing>0</spacing>
        !          7685: 
        !          7686:        <widget>
        !          7687:          <class>GtkDrawingArea</class>
        !          7688:          <name>drawingarea_diss</name>
        !          7689:          <width>512</width>
        !          7690:          <height>128</height>
        !          7691:          <signal>
        !          7692:            <name>expose_event</name>
        !          7693:            <handler>on_drawingarea_diss_expose_event</handler>
        !          7694:            <last_modification_time>Tue, 08 Jan 2002 22:32:54 GMT</last_modification_time>
        !          7695:          </signal>
        !          7696:          <child>
        !          7697:            <padding>0</padding>
        !          7698:            <expand>True</expand>
        !          7699:            <fill>True</fill>
        !          7700:          </child>
        !          7701:        </widget>
        !          7702: 
        !          7703:        <widget>
        !          7704:          <class>GtkVScrollbar</class>
        !          7705:          <name>vscrollbar_diss</name>
        !          7706:          <policy>GTK_UPDATE_DISCONTINUOUS</policy>
        !          7707:          <value>0</value>
        !          7708:          <lower>0</lower>
        !          7709:          <upper>0</upper>
        !          7710:          <step>0</step>
        !          7711:          <page>0</page>
        !          7712:          <page_size>0</page_size>
        !          7713:          <child>
        !          7714:            <padding>0</padding>
        !          7715:            <expand>False</expand>
        !          7716:            <fill>False</fill>
        !          7717:          </child>
        !          7718:        </widget>
1.1       root     7719:       </widget>
                   7720:     </widget>
                   7721: 
                   7722:     <widget>
                   7723:       <class>GtkHBox</class>
1.1.1.2 ! root     7724:       <name>hbox_dissbottom</name>
1.1       root     7725:       <homogeneous>False</homogeneous>
                   7726:       <spacing>0</spacing>
                   7727:       <child>
                   7728:        <padding>0</padding>
                   7729:        <expand>False</expand>
                   7730:        <fill>False</fill>
                   7731:       </child>
                   7732: 
                   7733:       <widget>
                   7734:        <class>GtkLabel</class>
1.1.1.2 ! root     7735:        <name>label_address</name>
1.1       root     7736:        <label>Address:</label>
                   7737:        <justify>GTK_JUSTIFY_CENTER</justify>
                   7738:        <wrap>False</wrap>
                   7739:        <xalign>0.5</xalign>
                   7740:        <yalign>0.5</yalign>
                   7741:        <xpad>4</xpad>
                   7742:        <ypad>0</ypad>
                   7743:        <child>
                   7744:          <padding>0</padding>
                   7745:          <expand>False</expand>
                   7746:          <fill>False</fill>
                   7747:        </child>
                   7748:       </widget>
                   7749: 
                   7750:       <widget>
                   7751:        <class>GtkEntry</class>
1.1.1.2 ! root     7752:        <name>entry_address</name>
        !          7753:        <width>128</width>
1.1       root     7754:        <can_focus>True</can_focus>
                   7755:        <editable>True</editable>
                   7756:        <text_visible>True</text_visible>
                   7757:        <text_max_length>0</text_max_length>
                   7758:        <text></text>
                   7759:        <child>
                   7760:          <padding>0</padding>
1.1.1.2 ! root     7761:          <expand>False</expand>
        !          7762:          <fill>False</fill>
1.1       root     7763:        </child>
                   7764:       </widget>
                   7765: 
                   7766:       <widget>
                   7767:        <class>GtkButton</class>
                   7768:        <name>button_goto</name>
                   7769:        <border_width>4</border_width>
                   7770:        <can_focus>True</can_focus>
                   7771:        <label>Goto</label>
                   7772:        <relief>GTK_RELIEF_NORMAL</relief>
                   7773:        <child>
                   7774:          <padding>0</padding>
                   7775:          <expand>False</expand>
                   7776:          <fill>False</fill>
                   7777:        </child>
                   7778:       </widget>
                   7779:     </widget>
                   7780:   </widget>
                   7781: </widget>
                   7782: 
1.1.1.2 ! root     7783: <widget>
        !          7784:   <class>GtkWindow</class>
        !          7785:   <name>codes</name>
        !          7786:   <title>Game Genie patch file manager</title>
        !          7787:   <type>GTK_WINDOW_TOPLEVEL</type>
        !          7788:   <position>GTK_WIN_POS_NONE</position>
        !          7789:   <modal>False</modal>
        !          7790:   <allow_shrink>False</allow_shrink>
        !          7791:   <allow_grow>True</allow_grow>
        !          7792:   <auto_shrink>False</auto_shrink>
        !          7793: 
        !          7794:   <widget>
        !          7795:     <class>GtkVBox</class>
        !          7796:     <name>vbox_codes</name>
        !          7797:     <homogeneous>False</homogeneous>
        !          7798:     <spacing>0</spacing>
        !          7799: 
        !          7800:     <widget>
        !          7801:       <class>GtkFrame</class>
        !          7802:       <name>frame_codes</name>
        !          7803:       <border_width>4</border_width>
        !          7804:       <label>Game Genie codes</label>
        !          7805:       <label_xalign>0.05</label_xalign>
        !          7806:       <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
        !          7807:       <child>
        !          7808:        <padding>0</padding>
        !          7809:        <expand>True</expand>
        !          7810:        <fill>True</fill>
        !          7811:       </child>
        !          7812: 
        !          7813:       <widget>
        !          7814:        <class>GtkVBox</class>
        !          7815:        <name>vbox_codesinner</name>
        !          7816:        <homogeneous>False</homogeneous>
        !          7817:        <spacing>0</spacing>
        !          7818: 
        !          7819:        <widget>
        !          7820:          <class>GtkScrolledWindow</class>
        !          7821:          <name>scrolledwindow_codes</name>
        !          7822:          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
        !          7823:          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
        !          7824:          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
        !          7825:          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
        !          7826:          <child>
        !          7827:            <padding>0</padding>
        !          7828:            <expand>True</expand>
        !          7829:            <fill>True</fill>
        !          7830:          </child>
        !          7831: 
        !          7832:          <widget>
        !          7833:            <class>GtkCList</class>
        !          7834:            <name>clist_codes</name>
        !          7835:            <border_width>2</border_width>
        !          7836:            <width>360</width>
        !          7837:            <height>192</height>
        !          7838:            <can_focus>True</can_focus>
        !          7839:            <columns>2</columns>
        !          7840:            <column_widths>80,80</column_widths>
        !          7841:            <selection_mode>GTK_SELECTION_MULTIPLE</selection_mode>
        !          7842:            <show_titles>True</show_titles>
        !          7843:            <shadow_type>GTK_SHADOW_IN</shadow_type>
        !          7844: 
        !          7845:            <widget>
        !          7846:              <class>GtkLabel</class>
        !          7847:              <child_name>CList:title</child_name>
        !          7848:              <name>label_code</name>
        !          7849:              <label>Code</label>
        !          7850:              <justify>GTK_JUSTIFY_CENTER</justify>
        !          7851:              <wrap>False</wrap>
        !          7852:              <xalign>0.5</xalign>
        !          7853:              <yalign>0.5</yalign>
        !          7854:              <xpad>0</xpad>
        !          7855:              <ypad>0</ypad>
        !          7856:            </widget>
        !          7857: 
        !          7858:            <widget>
        !          7859:              <class>GtkLabel</class>
        !          7860:              <child_name>CList:title</child_name>
        !          7861:              <name>label_name</name>
        !          7862:              <label>Action</label>
        !          7863:              <justify>GTK_JUSTIFY_CENTER</justify>
        !          7864:              <wrap>False</wrap>
        !          7865:              <xalign>0.5</xalign>
        !          7866:              <yalign>0.5</yalign>
        !          7867:              <xpad>0</xpad>
        !          7868:              <ypad>0</ypad>
        !          7869:            </widget>
        !          7870:          </widget>
        !          7871:        </widget>
        !          7872: 
        !          7873:        <widget>
        !          7874:          <class>GtkHBox</class>
        !          7875:          <name>hbox6</name>
        !          7876:          <homogeneous>False</homogeneous>
        !          7877:          <spacing>0</spacing>
        !          7878:          <child>
        !          7879:            <padding>0</padding>
        !          7880:            <expand>False</expand>
        !          7881:            <fill>False</fill>
        !          7882:          </child>
        !          7883: 
        !          7884:          <widget>
        !          7885:            <class>GtkLabel</class>
        !          7886:            <name>label78</name>
        !          7887:            <label></label>
        !          7888:            <justify>GTK_JUSTIFY_CENTER</justify>
        !          7889:            <wrap>False</wrap>
        !          7890:            <xalign>0.5</xalign>
        !          7891:            <yalign>0.5</yalign>
        !          7892:            <xpad>0</xpad>
        !          7893:            <ypad>0</ypad>
        !          7894:            <child>
        !          7895:              <padding>0</padding>
        !          7896:              <expand>True</expand>
        !          7897:              <fill>True</fill>
        !          7898:            </child>
        !          7899:          </widget>
        !          7900: 
        !          7901:          <widget>
        !          7902:            <class>GtkButton</class>
        !          7903:            <name>button_clearsel</name>
        !          7904:            <border_width>4</border_width>
        !          7905:            <can_focus>True</can_focus>
        !          7906:            <signal>
        !          7907:              <name>clicked</name>
        !          7908:              <handler>on_button_codes_clearsel_clicked</handler>
        !          7909:              <last_modification_time>Sun, 21 Oct 2001 16:42:20 GMT</last_modification_time>
        !          7910:            </signal>
        !          7911:            <label>Clear selection</label>
        !          7912:            <relief>GTK_RELIEF_NORMAL</relief>
        !          7913:            <child>
        !          7914:              <padding>0</padding>
        !          7915:              <expand>False</expand>
        !          7916:              <fill>False</fill>
        !          7917:            </child>
        !          7918:          </widget>
        !          7919: 
        !          7920:          <widget>
        !          7921:            <class>GtkButton</class>
        !          7922:            <name>button_deleteall</name>
        !          7923:            <border_width>4</border_width>
        !          7924:            <can_focus>True</can_focus>
        !          7925:            <signal>
        !          7926:              <name>clicked</name>
        !          7927:              <handler>on_button_codes_deleteall_clicked</handler>
        !          7928:              <last_modification_time>Sun, 21 Oct 2001 16:13:14 GMT</last_modification_time>
        !          7929:            </signal>
        !          7930:            <label>Delete all</label>
        !          7931:            <relief>GTK_RELIEF_NORMAL</relief>
        !          7932:            <child>
        !          7933:              <padding>0</padding>
        !          7934:              <expand>False</expand>
        !          7935:              <fill>False</fill>
        !          7936:            </child>
        !          7937:          </widget>
        !          7938: 
        !          7939:          <widget>
        !          7940:            <class>GtkButton</class>
        !          7941:            <name>button_delete</name>
        !          7942:            <border_width>4</border_width>
        !          7943:            <can_focus>True</can_focus>
        !          7944:            <signal>
        !          7945:              <name>clicked</name>
        !          7946:              <handler>on_button_codes_delete_clicked</handler>
        !          7947:              <last_modification_time>Sun, 21 Oct 2001 16:12:44 GMT</last_modification_time>
        !          7948:            </signal>
        !          7949:            <label>Delete</label>
        !          7950:            <relief>GTK_RELIEF_NORMAL</relief>
        !          7951:            <child>
        !          7952:              <padding>0</padding>
        !          7953:              <expand>False</expand>
        !          7954:              <fill>False</fill>
        !          7955:            </child>
        !          7956:          </widget>
        !          7957: 
        !          7958:          <widget>
        !          7959:            <class>GtkButton</class>
        !          7960:            <name>button_apply</name>
        !          7961:            <border_width>4</border_width>
        !          7962:            <can_focus>True</can_focus>
        !          7963:            <signal>
        !          7964:              <name>clicked</name>
        !          7965:              <handler>on_button_codes_apply_clicked</handler>
        !          7966:              <last_modification_time>Sun, 21 Oct 2001 16:12:51 GMT</last_modification_time>
        !          7967:            </signal>
        !          7968:            <label>APPLY</label>
        !          7969:            <relief>GTK_RELIEF_NORMAL</relief>
        !          7970:            <child>
        !          7971:              <padding>0</padding>
        !          7972:              <expand>False</expand>
        !          7973:              <fill>False</fill>
        !          7974:            </child>
        !          7975:          </widget>
        !          7976:        </widget>
        !          7977: 
        !          7978:        <widget>
        !          7979:          <class>GtkHBox</class>
        !          7980:          <name>hbox_addcode</name>
        !          7981:          <homogeneous>False</homogeneous>
        !          7982:          <spacing>0</spacing>
        !          7983:          <child>
        !          7984:            <padding>0</padding>
        !          7985:            <expand>False</expand>
        !          7986:            <fill>False</fill>
        !          7987:          </child>
        !          7988: 
        !          7989:          <widget>
        !          7990:            <class>GtkLabel</class>
        !          7991:            <name>label_add</name>
        !          7992:            <label>Add:</label>
        !          7993:            <justify>GTK_JUSTIFY_CENTER</justify>
        !          7994:            <wrap>False</wrap>
        !          7995:            <xalign>0.5</xalign>
        !          7996:            <yalign>0.5</yalign>
        !          7997:            <xpad>6</xpad>
        !          7998:            <ypad>2</ypad>
        !          7999:            <child>
        !          8000:              <padding>0</padding>
        !          8001:              <expand>False</expand>
        !          8002:              <fill>False</fill>
        !          8003:            </child>
        !          8004:          </widget>
        !          8005: 
        !          8006:          <widget>
        !          8007:            <class>GtkEntry</class>
        !          8008:            <name>entry_code</name>
        !          8009:            <width>84</width>
        !          8010:            <can_focus>True</can_focus>
        !          8011:            <editable>True</editable>
        !          8012:            <text_visible>True</text_visible>
        !          8013:            <text_max_length>0</text_max_length>
        !          8014:            <text>000000:0000</text>
        !          8015:            <child>
        !          8016:              <padding>0</padding>
        !          8017:              <expand>False</expand>
        !          8018:              <fill>False</fill>
        !          8019:            </child>
        !          8020:          </widget>
        !          8021: 
        !          8022:          <widget>
        !          8023:            <class>GtkEntry</class>
        !          8024:            <name>entry_action</name>
        !          8025:            <can_focus>True</can_focus>
        !          8026:            <editable>True</editable>
        !          8027:            <text_visible>True</text_visible>
        !          8028:            <text_max_length>0</text_max_length>
        !          8029:            <text></text>
        !          8030:            <child>
        !          8031:              <padding>0</padding>
        !          8032:              <expand>True</expand>
        !          8033:              <fill>True</fill>
        !          8034:            </child>
        !          8035:          </widget>
        !          8036: 
        !          8037:          <widget>
        !          8038:            <class>GtkButton</class>
        !          8039:            <name>button_add</name>
        !          8040:            <border_width>4</border_width>
        !          8041:            <can_focus>True</can_focus>
        !          8042:            <signal>
        !          8043:              <name>clicked</name>
        !          8044:              <handler>on_button_codes_add_clicked</handler>
        !          8045:              <last_modification_time>Sun, 21 Oct 2001 15:12:59 GMT</last_modification_time>
        !          8046:            </signal>
        !          8047:            <label>Add</label>
        !          8048:            <relief>GTK_RELIEF_NORMAL</relief>
        !          8049:            <child>
        !          8050:              <padding>0</padding>
        !          8051:              <expand>False</expand>
        !          8052:              <fill>False</fill>
        !          8053:            </child>
        !          8054:          </widget>
        !          8055:        </widget>
        !          8056:       </widget>
        !          8057:     </widget>
        !          8058: 
        !          8059:     <widget>
        !          8060:       <class>GtkHBox</class>
        !          8061:       <name>hbox_bottom</name>
        !          8062:       <homogeneous>False</homogeneous>
        !          8063:       <spacing>0</spacing>
        !          8064:       <child>
        !          8065:        <padding>0</padding>
        !          8066:        <expand>False</expand>
        !          8067:        <fill>False</fill>
        !          8068:       </child>
        !          8069: 
        !          8070:       <widget>
        !          8071:        <class>GtkLabel</class>
        !          8072:        <name>label77</name>
        !          8073:        <label></label>
        !          8074:        <justify>GTK_JUSTIFY_CENTER</justify>
        !          8075:        <wrap>False</wrap>
        !          8076:        <xalign>0.5</xalign>
        !          8077:        <yalign>0.5</yalign>
        !          8078:        <xpad>0</xpad>
        !          8079:        <ypad>0</ypad>
        !          8080:        <child>
        !          8081:          <padding>0</padding>
        !          8082:          <expand>True</expand>
        !          8083:          <fill>True</fill>
        !          8084:        </child>
        !          8085:       </widget>
        !          8086: 
        !          8087:       <widget>
        !          8088:        <class>GtkButton</class>
        !          8089:        <name>button_cancel</name>
        !          8090:        <border_width>4</border_width>
        !          8091:        <can_focus>True</can_focus>
        !          8092:        <signal>
        !          8093:          <name>clicked</name>
        !          8094:          <handler>gtk_widget_hide</handler>
        !          8095:          <object>codes</object>
        !          8096:          <last_modification_time>Sun, 21 Oct 2001 15:07:46 GMT</last_modification_time>
        !          8097:        </signal>
        !          8098:        <label>Cancel</label>
        !          8099:        <relief>GTK_RELIEF_NORMAL</relief>
        !          8100:        <child>
        !          8101:          <padding>0</padding>
        !          8102:          <expand>False</expand>
        !          8103:          <fill>False</fill>
        !          8104:        </child>
        !          8105:       </widget>
        !          8106: 
        !          8107:       <widget>
        !          8108:        <class>GtkButton</class>
        !          8109:        <name>button_ok</name>
        !          8110:        <border_width>4</border_width>
        !          8111:        <can_focus>True</can_focus>
        !          8112:        <signal>
        !          8113:          <name>clicked</name>
        !          8114:          <handler>on_button_codes_ok_clicked</handler>
        !          8115:          <last_modification_time>Sun, 21 Oct 2001 15:07:29 GMT</last_modification_time>
        !          8116:        </signal>
        !          8117:        <label>OK</label>
        !          8118:        <relief>GTK_RELIEF_NORMAL</relief>
        !          8119:        <child>
        !          8120:          <padding>0</padding>
        !          8121:          <expand>False</expand>
        !          8122:          <fill>False</fill>
        !          8123:        </child>
        !          8124:       </widget>
        !          8125:     </widget>
        !          8126:   </widget>
        !          8127: </widget>
        !          8128: 
1.1       root     8129: </GTK-Interface>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.