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

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

unix.superglobalmegacorp.com

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