pcsxr-1.9.92
[pcsx_rearmed.git] / data / pcsx.glade2
1 <?xml version="1.0"?>
2 <glade-interface>
3   <!-- interface-requires gtk+ 2.12 -->
4   <!-- interface-naming-policy project-wide -->
5   <widget class="GtkWindow" id="MainWindow">
6     <property name="visible">True</property>
7     <property name="title" translatable="yes">PCSX</property>
8     <property name="resizable">False</property>
9     <property name="window_position">center</property>
10     <property name="icon_name">pcsx-icon.png</property>
11     <signal name="destroy" handler="OnDestroy"/>
12     <child>
13       <widget class="GtkVBox" id="vbox18">
14         <property name="visible">True</property>
15         <child>
16           <widget class="GtkMenuBar" id="menubar1">
17             <property name="visible">True</property>
18             <child>
19               <widget class="GtkMenuItem" id="item1">
20                 <property name="visible">True</property>
21                 <property name="label" translatable="yes">_File</property>
22                 <property name="use_underline">True</property>
23                 <child>
24                   <widget class="GtkMenu" id="item1_menu">
25                     <child>
26                       <widget class="GtkImageMenuItem" id="RunCd">
27                         <property name="label" translatable="yes">Run _CD</property>
28                         <property name="visible">True</property>
29                         <property name="use_underline">True</property>
30                         <property name="use_stock">False</property>
31                         <signal name="activate" handler="OnFile_RunCd"/>
32                         <accelerator key="O" signal="activate" modifiers="GDK_CONTROL_MASK"/>
33                         <child internal-child="image">
34                           <widget class="GtkImage" id="image2">
35                             <property name="visible">True</property>
36                             <property name="xalign">0.49000000953674316</property>
37                             <property name="stock">gtk-cdrom</property>
38                             <property name="icon-size">1</property>
39                           </widget>
40                         </child>
41                       </widget>
42                     </child>
43                     <child>
44                       <widget class="GtkImageMenuItem" id="RunImage">
45                         <property name="label" translatable="yes">Run _ISO...</property>
46                         <property name="visible">True</property>
47                         <property name="use_underline">True</property>
48                         <property name="use_stock">False</property>
49                         <signal name="activate" handler="OnFile_RunImage"/>
50                         <accelerator key="I" signal="activate" modifiers="GDK_CONTROL_MASK"/>
51                         <child internal-child="image">
52                           <widget class="GtkImage" id="image3">
53                             <property name="visible">True</property>
54                             <property name="stock">gtk-open</property>
55                             <property name="icon-size">1</property>
56                           </widget>
57                         </child>
58                       </widget>
59                     </child>
60                     <child>
61                       <widget class="GtkImageMenuItem" id="RunBios">
62                         <property name="label" translatable="yes">Run _BIOS</property>
63                         <property name="visible">True</property>
64                         <property name="use_underline">True</property>
65                         <property name="use_stock">False</property>
66                         <signal name="activate" handler="OnFile_RunBios"/>
67                         <accelerator key="B" signal="activate" modifiers="GDK_CONTROL_MASK"/>
68                         <child internal-child="image">
69                           <widget class="GtkImage" id="image4">
70                             <property name="visible">True</property>
71                             <property name="stock">gtk-convert</property>
72                             <property name="icon-size">1</property>
73                           </widget>
74                         </child>
75                       </widget>
76                     </child>
77                     <child>
78                       <widget class="GtkImageMenuItem" id="RunExe">
79                         <property name="label" translatable="yes">Run _EXE...</property>
80                         <property name="visible">True</property>
81                         <property name="use_underline">True</property>
82                         <property name="use_stock">False</property>
83                         <signal name="activate" handler="OnFile_RunExe"/>
84                         <accelerator key="E" signal="activate" modifiers="GDK_CONTROL_MASK"/>
85                         <child internal-child="image">
86                           <widget class="GtkImage" id="image5">
87                             <property name="visible">True</property>
88                             <property name="stock">gtk-execute</property>
89                             <property name="icon-size">1</property>
90                           </widget>
91                         </child>
92                       </widget>
93                     </child>
94                     <child>
95                       <widget class="GtkSeparatorMenuItem" id="separator5">
96                         <property name="visible">True</property>
97                       </widget>
98                     </child>
99                     <child>
100                       <widget class="GtkImageMenuItem" id="exit2">
101                         <property name="label" translatable="yes">E_xit</property>
102                         <property name="visible">True</property>
103                         <property name="use_underline">True</property>
104                         <property name="use_stock">False</property>
105                         <signal name="activate" handler="OnFile_Exit"/>
106                         <accelerator key="Q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
107                         <child internal-child="image">
108                           <widget class="GtkImage" id="image25">
109                             <property name="visible">True</property>
110                             <property name="stock">gtk-quit</property>
111                             <property name="icon-size">1</property>
112                           </widget>
113                         </child>
114                       </widget>
115                     </child>
116                   </widget>
117                 </child>
118               </widget>
119             </child>
120             <child>
121               <widget class="GtkMenuItem" id="emulator1">
122                 <property name="visible">True</property>
123                 <property name="label" translatable="yes">_Emulator</property>
124                 <property name="use_underline">True</property>
125                 <child>
126                   <widget class="GtkMenu" id="emulator1_menu">
127                     <child>
128                       <widget class="GtkImageMenuItem" id="run1">
129                         <property name="label" translatable="yes">_Continue</property>
130                         <property name="visible">True</property>
131                         <property name="use_underline">True</property>
132                         <property name="use_stock">False</property>
133                         <signal name="activate" handler="OnEmu_Run"/>
134                         <accelerator key="c" signal="activate" modifiers="GDK_CONTROL_MASK"/>
135                         <child internal-child="image">
136                           <widget class="GtkImage" id="image6">
137                             <property name="visible">True</property>
138                             <property name="stock">gtk-go-forward</property>
139                             <property name="icon-size">1</property>
140                           </widget>
141                         </child>
142                       </widget>
143                     </child>
144                     <child>
145                       <widget class="GtkImageMenuItem" id="reset1">
146                         <property name="label" translatable="yes">_Reset</property>
147                         <property name="visible">True</property>
148                         <property name="use_underline">True</property>
149                         <property name="use_stock">False</property>
150                         <signal name="activate" handler="OnEmu_Reset"/>
151                         <accelerator key="r" signal="activate" modifiers="GDK_CONTROL_MASK"/>
152                         <child internal-child="image">
153                           <widget class="GtkImage" id="image7">
154                             <property name="visible">True</property>
155                             <property name="stock">gtk-refresh</property>
156                             <property name="icon-size">1</property>
157                           </widget>
158                         </child>
159                       </widget>
160                     </child>
161                     <child>
162                       <widget class="GtkSeparatorMenuItem" id="separator2">
163                         <property name="visible">True</property>
164                       </widget>
165                     </child>
166                     <child>
167                       <widget class="GtkImageMenuItem" id="SwitchImage">
168                         <property name="label" translatable="yes">S_witch ISO...</property>
169                         <property name="visible">True</property>
170                         <property name="use_underline">True</property>
171                         <property name="use_stock">False</property>
172                         <signal name="activate" handler="OnEmu_SwitchImage"/>
173                         <accelerator key="W" signal="activate" modifiers="GDK_CONTROL_MASK"/>
174                         <child internal-child="image">
175                           <widget class="GtkImage" id="image8">
176                             <property name="visible">True</property>
177                             <property name="stock">gtk-open</property>
178                             <property name="icon-size">1</property>
179                           </widget>
180                         </child>
181                       </widget>
182                     </child>
183                     <child>
184                       <widget class="GtkSeparatorMenuItem" id="separator1">
185                         <property name="visible">True</property>
186                       </widget>
187                     </child>
188                     <child>
189                       <widget class="GtkImageMenuItem" id="save1">
190                         <property name="label" translatable="yes">_Save State</property>
191                         <property name="visible">True</property>
192                         <property name="use_underline">True</property>
193                         <property name="use_stock">False</property>
194                         <child>
195                           <widget class="GtkMenu" id="save1_menu">
196                             <child>
197                               <widget class="GtkMenuItem" id="GtkMenuItem_SaveSlot1">
198                                 <property name="visible">True</property>
199                                 <property name="label" translatable="yes">Slot _1</property>
200                                 <property name="use_underline">True</property>
201                                 <signal name="activate" handler="OnStates_Save1"/>
202                                 <accelerator key="1" signal="activate" modifiers="GDK_CONTROL_MASK"/>
203                               </widget>
204                             </child>
205                             <child>
206                               <widget class="GtkMenuItem" id="GtkMenuItem_SaveSlot2">
207                                 <property name="visible">True</property>
208                                 <property name="label" translatable="yes">Slot _2</property>
209                                 <property name="use_underline">True</property>
210                                 <signal name="activate" handler="OnStates_Save2"/>
211                                 <accelerator key="2" signal="activate" modifiers="GDK_CONTROL_MASK"/>
212                               </widget>
213                             </child>
214                             <child>
215                               <widget class="GtkMenuItem" id="GtkMenuItem_SaveSlot3">
216                                 <property name="visible">True</property>
217                                 <property name="label" translatable="yes">Slot _3</property>
218                                 <property name="use_underline">True</property>
219                                 <signal name="activate" handler="OnStates_Save3"/>
220                                 <accelerator key="3" signal="activate" modifiers="GDK_CONTROL_MASK"/>
221                               </widget>
222                             </child>
223                             <child>
224                               <widget class="GtkMenuItem" id="GtkMenuItem_SaveSlot4">
225                                 <property name="visible">True</property>
226                                 <property name="label" translatable="yes">Slot _4</property>
227                                 <property name="use_underline">True</property>
228                                 <signal name="activate" handler="OnStates_Save4"/>
229                                 <accelerator key="4" signal="activate" modifiers="GDK_CONTROL_MASK"/>
230                               </widget>
231                             </child>
232                             <child>
233                               <widget class="GtkMenuItem" id="GtkMenuItem_SaveSlot5">
234                                 <property name="visible">True</property>
235                                 <property name="label" translatable="yes">Slot _5</property>
236                                 <property name="use_underline">True</property>
237                                 <signal name="activate" handler="OnStates_Save5"/>
238                                 <accelerator key="5" signal="activate" modifiers="GDK_CONTROL_MASK"/>
239                               </widget>
240                             </child>
241                             <child>
242                               <widget class="GtkImageMenuItem" id="other2">
243                                 <property name="label" translatable="yes">_Other...</property>
244                                 <property name="visible">True</property>
245                                 <property name="use_underline">True</property>
246                                 <property name="use_stock">False</property>
247                                 <signal name="activate" handler="OnStates_SaveOther"/>
248                                 <accelerator key="0" signal="activate" modifiers="GDK_CONTROL_MASK"/>
249                                 <child internal-child="image">
250                                   <widget class="GtkImage" id="image19">
251                                     <property name="visible">True</property>
252                                     <property name="stock">gtk-save-as</property>
253                                     <property name="icon-size">1</property>
254                                   </widget>
255                                 </child>
256                               </widget>
257                             </child>
258                           </widget>
259                         </child>
260                         <child internal-child="image">
261                           <widget class="GtkImage" id="image9">
262                             <property name="visible">True</property>
263                             <property name="stock">gtk-save-as</property>
264                             <property name="icon-size">1</property>
265                           </widget>
266                         </child>
267                       </widget>
268                     </child>
269                     <child>
270                       <widget class="GtkImageMenuItem" id="load1">
271                         <property name="label" translatable="yes">_Load State</property>
272                         <property name="visible">True</property>
273                         <property name="use_underline">True</property>
274                         <property name="use_stock">False</property>
275                         <child>
276                           <widget class="GtkMenu" id="load1_menu">
277                             <child>
278                               <widget class="GtkMenuItem" id="GtkMenuItem_LoadSlot1">
279                                 <property name="visible">True</property>
280                                 <property name="label" translatable="yes">Slot _1</property>
281                                 <property name="use_underline">True</property>
282                                 <signal name="activate" handler="OnStates_Load1"/>
283                                 <accelerator key="1" signal="activate" modifiers="GDK_MOD1_MASK"/>
284                               </widget>
285                             </child>
286                             <child>
287                               <widget class="GtkMenuItem" id="GtkMenuItem_LoadSlot2">
288                                 <property name="visible">True</property>
289                                 <property name="label" translatable="yes">Slot _2</property>
290                                 <property name="use_underline">True</property>
291                                 <signal name="activate" handler="OnStates_Load2"/>
292                                 <accelerator key="2" signal="activate" modifiers="GDK_MOD1_MASK"/>
293                               </widget>
294                             </child>
295                             <child>
296                               <widget class="GtkMenuItem" id="GtkMenuItem_LoadSlot3">
297                                 <property name="visible">True</property>
298                                 <property name="label" translatable="yes">Slot _3</property>
299                                 <property name="use_underline">True</property>
300                                 <signal name="activate" handler="OnStates_Load3"/>
301                                 <accelerator key="3" signal="activate" modifiers="GDK_MOD1_MASK"/>
302                               </widget>
303                             </child>
304                             <child>
305                               <widget class="GtkMenuItem" id="GtkMenuItem_LoadSlot4">
306                                 <property name="visible">True</property>
307                                 <property name="label" translatable="yes">Slot _4</property>
308                                 <property name="use_underline">True</property>
309                                 <signal name="activate" handler="OnStates_Load4"/>
310                                 <accelerator key="4" signal="activate" modifiers="GDK_MOD1_MASK"/>
311                               </widget>
312                             </child>
313                             <child>
314                               <widget class="GtkMenuItem" id="GtkMenuItem_LoadSlot5">
315                                 <property name="visible">True</property>
316                                 <property name="label" translatable="yes">Slot _5</property>
317                                 <property name="use_underline">True</property>
318                                 <signal name="activate" handler="OnStates_Load5"/>
319                                 <accelerator key="5" signal="activate" modifiers="GDK_MOD1_MASK"/>
320                               </widget>
321                             </child>
322                             <child>
323                               <widget class="GtkImageMenuItem" id="other1">
324                                 <property name="label" translatable="yes">_Other...</property>
325                                 <property name="visible">True</property>
326                                 <property name="use_underline">True</property>
327                                 <property name="use_stock">False</property>
328                                 <signal name="activate" handler="OnStates_LoadOther"/>
329                                 <accelerator key="0" signal="activate" modifiers="GDK_MOD1_MASK"/>
330                                 <child internal-child="image">
331                                   <widget class="GtkImage" id="image20">
332                                     <property name="visible">True</property>
333                                     <property name="stock">gtk-open</property>
334                                     <property name="icon-size">1</property>
335                                   </widget>
336                                 </child>
337                               </widget>
338                             </child>
339                           </widget>
340                         </child>
341                         <child internal-child="image">
342                           <widget class="GtkImage" id="image10">
343                             <property name="visible">True</property>
344                             <property name="stock">gtk-revert-to-saved</property>
345                             <property name="icon-size">1</property>
346                           </widget>
347                         </child>
348                       </widget>
349                     </child>
350                   </widget>
351                 </child>
352               </widget>
353             </child>
354             <child>
355               <widget class="GtkMenuItem" id="configuration1">
356                 <property name="visible">True</property>
357                 <property name="label" translatable="yes">_Configuration</property>
358                 <property name="use_underline">True</property>
359                 <child>
360                   <widget class="GtkMenu" id="configuration1_menu">
361                     <child>
362                       <widget class="GtkImageMenuItem" id="plugins_bios">
363                         <property name="label" translatable="yes">_Plugins &amp; BIOS...</property>
364                         <property name="visible">True</property>
365                         <property name="use_underline">True</property>
366                         <property name="use_stock">False</property>
367                         <signal name="activate" handler="ConfigurePlugins"/>
368                         <accelerator key="P" signal="activate" modifiers="GDK_CONTROL_MASK"/>
369                         <child internal-child="image">
370                           <widget class="GtkImage" id="image11">
371                             <property name="visible">True</property>
372                             <property name="stock">gtk-preferences</property>
373                             <property name="icon-size">1</property>
374                           </widget>
375                         </child>
376                       </widget>
377                     </child>
378                     <child>
379                       <widget class="GtkSeparatorMenuItem" id="separator6">
380                         <property name="visible">True</property>
381                       </widget>
382                     </child>
383                     <child>
384                       <widget class="GtkImageMenuItem" id="graphics1">
385                         <property name="label" translatable="yes">_Graphics...</property>
386                         <property name="visible">True</property>
387                         <property name="use_underline">True</property>
388                         <property name="use_stock">False</property>
389                         <child internal-child="image">
390                           <widget class="GtkImage" id="image21">
391                             <property name="visible">True</property>
392                             <property name="stock">gtk-select-color</property>
393                             <property name="icon-size">1</property>
394                           </widget>
395                         </child>
396                       </widget>
397                     </child>
398                     <child>
399                       <widget class="GtkImageMenuItem" id="sound1">
400                         <property name="label" translatable="yes">_Sound...</property>
401                         <property name="visible">True</property>
402                         <property name="use_underline">True</property>
403                         <property name="use_stock">False</property>
404                         <child internal-child="image">
405                           <widget class="GtkImage" id="image22">
406                             <property name="visible">True</property>
407                             <property name="stock">gtk-convert</property>
408                             <property name="icon-size">1</property>
409                           </widget>
410                         </child>
411                       </widget>
412                     </child>
413                     <child>
414                       <widget class="GtkImageMenuItem" id="cdrom1">
415                         <property name="label" translatable="yes">CD-_ROM...</property>
416                         <property name="visible">True</property>
417                         <property name="use_underline">True</property>
418                         <property name="use_stock">False</property>
419                         <child internal-child="image">
420                           <widget class="GtkImage" id="image23">
421                             <property name="visible">True</property>
422                             <property name="stock">gtk-cdrom</property>
423                             <property name="icon-size">1</property>
424                           </widget>
425                         </child>
426                       </widget>
427                     </child>
428                     <child>
429                       <widget class="GtkImageMenuItem" id="pad1">
430                         <property name="label" translatable="yes">C_ontrollers...</property>
431                         <property name="visible">True</property>
432                         <property name="use_underline">True</property>
433                         <property name="use_stock">False</property>
434                         <child internal-child="image">
435                           <widget class="GtkImage" id="image24">
436                             <property name="visible">True</property>
437                             <property name="stock">gtk-execute</property>
438                             <property name="icon-size">1</property>
439                           </widget>
440                         </child>
441                       </widget>
442                     </child>
443                     <child>
444                       <widget class="GtkSeparatorMenuItem" id="separator7">
445                         <property name="visible">True</property>
446                       </widget>
447                     </child>
448                     <child>
449                       <widget class="GtkImageMenuItem" id="cpu1">
450                         <property name="label" translatable="yes">_CPU...</property>
451                         <property name="visible">True</property>
452                         <property name="use_underline">True</property>
453                         <property name="use_stock">False</property>
454                         <signal name="activate" handler="OnConf_Cpu"/>
455                         <child internal-child="image">
456                           <widget class="GtkImage" id="image12">
457                             <property name="visible">True</property>
458                             <property name="stock">gtk-properties</property>
459                             <property name="icon-size">1</property>
460                           </widget>
461                         </child>
462                       </widget>
463                     </child>
464                     <child>
465                       <widget class="GtkImageMenuItem" id="memory_cards1">
466                         <property name="label" translatable="yes">_Memory Cards...</property>
467                         <property name="visible">True</property>
468                         <property name="use_underline">True</property>
469                         <property name="use_stock">False</property>
470                         <signal name="activate" handler="OnConf_Mcds"/>
471                         <accelerator key="M" signal="activate" modifiers="GDK_CONTROL_MASK"/>
472                         <child internal-child="image">
473                           <widget class="GtkImage" id="image13">
474                             <property name="visible">True</property>
475                             <property name="stock">gtk-floppy</property>
476                             <property name="icon-size">1</property>
477                           </widget>
478                         </child>
479                       </widget>
480                     </child>
481                     <child>
482                       <widget class="GtkImageMenuItem" id="net1">
483                         <property name="label" translatable="yes">_Netplay...</property>
484                         <property name="visible">True</property>
485                         <property name="use_underline">True</property>
486                         <property name="use_stock">False</property>
487                         <signal name="activate" handler="OnConf_Net"/>
488                         <child internal-child="image">
489                           <widget class="GtkImage" id="image14">
490                             <property name="visible">True</property>
491                             <property name="stock">gtk-properties</property>
492                             <property name="icon-size">1</property>
493                           </widget>
494                         </child>
495                       </widget>
496                     </child>
497                     <child>
498                       <widget class="GtkSeparatorMenuItem" id="separator3">
499                         <property name="visible">True</property>
500                       </widget>
501                     </child>
502                     <child>
503                       <widget class="GtkImageMenuItem" id="cheat1">
504                         <property name="label" translatable="yes">Chea_t</property>
505                         <property name="visible">True</property>
506                         <property name="use_underline">True</property>
507                         <property name="use_stock">False</property>
508                         <child>
509                           <widget class="GtkMenu" id="menu1">
510                             <property name="visible">True</property>
511                             <child>
512                               <widget class="GtkImageMenuItem" id="browse1">
513                                 <property name="label" translatable="yes">_Browse...</property>
514                                 <property name="visible">True</property>
515                                 <property name="use_underline">True</property>
516                                 <property name="use_stock">False</property>
517                                 <child internal-child="image">
518                                   <widget class="GtkImage" id="image16">
519                                     <property name="visible">True</property>
520                                     <property name="stock">gtk-index</property>
521                                     <property name="icon-size">1</property>
522                                   </widget>
523                                 </child>
524                               </widget>
525                             </child>
526                             <child>
527                               <widget class="GtkImageMenuItem" id="search1">
528                                 <property name="label" translatable="yes">_Search...</property>
529                                 <property name="visible">True</property>
530                                 <property name="use_underline">True</property>
531                                 <property name="use_stock">False</property>
532                                 <child internal-child="image">
533                                   <widget class="GtkImage" id="image17">
534                                     <property name="visible">True</property>
535                                     <property name="stock">gtk-find</property>
536                                     <property name="icon-size">1</property>
537                                   </widget>
538                                 </child>
539                               </widget>
540                             </child>
541                           </widget>
542                         </child>
543                         <child internal-child="image">
544                           <widget class="GtkImage" id="image15">
545                             <property name="visible">True</property>
546                             <property name="stock">gtk-indent</property>
547                             <property name="icon-size">1</property>
548                           </widget>
549                         </child>
550                       </widget>
551                     </child>
552                     <child>
553                       <widget class="GtkImageMenuItem" id="memorydump1">
554                         <property name="label" translatable="yes">Memory _Dump</property>
555                         <property name="visible">True</property>
556                         <property name="use_underline">True</property>
557                         <property name="use_stock">False</property>
558                         <child internal-child="image">
559                           <widget class="GtkImage" id="image34">
560                             <property name="visible">True</property>
561                             <property name="stock">gtk-revert-to-saved</property>
562                             <property name="icon-size">1</property>
563                           </widget>
564                         </child>
565                       </widget>
566                     </child>
567                   </widget>
568                 </child>
569               </widget>
570             </child>
571             <child>
572               <widget class="GtkMenuItem" id="help1">
573                 <property name="visible">True</property>
574                 <property name="label" translatable="yes">_Help</property>
575                 <property name="use_underline">True</property>
576                 <child>
577                   <widget class="GtkMenu" id="help1_menu">
578                     <child>
579                       <widget class="GtkImageMenuItem" id="about_pcsx1">
580                         <property name="label" translatable="yes">_About PCSX...</property>
581                         <property name="visible">True</property>
582                         <property name="use_underline">True</property>
583                         <property name="use_stock">False</property>
584                         <signal name="activate" handler="OnHelp_About"/>
585                         <child internal-child="image">
586                           <widget class="GtkImage" id="image18">
587                             <property name="visible">True</property>
588                             <property name="stock">gtk-about</property>
589                             <property name="icon-size">1</property>
590                           </widget>
591                         </child>
592                       </widget>
593                     </child>
594                   </widget>
595                 </child>
596               </widget>
597             </child>
598           </widget>
599           <packing>
600             <property name="expand">False</property>
601             <property name="fill">False</property>
602             <property name="position">0</property>
603           </packing>
604         </child>
605         <child>
606           <widget class="GtkToolbar" id="toolbar1">
607             <property name="visible">True</property>
608             <property name="toolbar_style">icons</property>
609             <property name="icon_size_set">True</property>
610             <child>
611               <widget class="GtkToolButton" id="toolbutton_runcd">
612                 <property name="visible">True</property>
613                 <property name="tooltip" translatable="yes">Run CD</property>
614                 <property name="label" translatable="yes">Run CD</property>
615                 <property name="use_underline">True</property>
616                 <property name="stock_id">gtk-cdrom</property>
617               </widget>
618               <packing>
619                 <property name="expand">False</property>
620                 <property name="homogeneous">True</property>
621               </packing>
622             </child>
623             <child>
624               <widget class="GtkToolButton" id="toolbutton_runimage">
625                 <property name="visible">True</property>
626                 <property name="tooltip" translatable="yes">Run ISO Image</property>
627                 <property name="label" translatable="yes">Run ISO...</property>
628                 <property name="use_underline">True</property>
629                 <property name="stock_id">gtk-open</property>
630               </widget>
631               <packing>
632                 <property name="expand">False</property>
633                 <property name="homogeneous">True</property>
634               </packing>
635             </child>
636             <child>
637               <widget class="GtkSeparatorToolItem" id="toolbutton3">
638                 <property name="visible">True</property>
639               </widget>
640               <packing>
641                 <property name="expand">False</property>
642                 <property name="homogeneous">True</property>
643               </packing>
644             </child>
645             <child>
646               <widget class="GtkToolButton" id="toolbutton_run">
647                 <property name="visible">True</property>
648                 <property name="tooltip" translatable="yes">Continue Emulation</property>
649                 <property name="label" translatable="yes">Continue...</property>
650                 <property name="use_underline">True</property>
651                 <property name="stock_id">gtk-go-forward</property>
652               </widget>
653               <packing>
654                 <property name="expand">False</property>
655                 <property name="homogeneous">True</property>
656               </packing>
657             </child>
658             <child>
659               <widget class="GtkToolButton" id="toolbutton_switchimage">
660                 <property name="visible">True</property>
661                 <property name="tooltip" translatable="yes">Switch ISO Image</property>
662                 <property name="label" translatable="yes">Switch ISO...</property>
663                 <property name="use_underline">True</property>
664                 <property name="stock_id">gtk-undo</property>
665               </widget>
666               <packing>
667                 <property name="expand">False</property>
668                 <property name="homogeneous">True</property>
669               </packing>
670             </child>
671             <child>
672               <widget class="GtkSeparatorToolItem" id="toolbutton4">
673                 <property name="visible">True</property>
674               </widget>
675               <packing>
676                 <property name="expand">False</property>
677                 <property name="homogeneous">True</property>
678               </packing>
679             </child>
680             <child>
681               <widget class="GtkToolButton" id="toolbutton_memcards">
682                 <property name="visible">True</property>
683                 <property name="tooltip" translatable="yes">Configure Memory Cards</property>
684                 <property name="label" translatable="yes">Memcards...</property>
685                 <property name="use_underline">True</property>
686                 <property name="stock_id">gtk-floppy</property>
687               </widget>
688               <packing>
689                 <property name="expand">False</property>
690                 <property name="homogeneous">True</property>
691               </packing>
692             </child>
693             <child>
694               <widget class="GtkToolButton" id="toolbutton_graphics">
695                 <property name="visible">True</property>
696                 <property name="tooltip" translatable="yes">Configure Graphics</property>
697                 <property name="label" translatable="yes">Graphics...</property>
698                 <property name="use_underline">True</property>
699                 <property name="stock_id">gtk-select-color</property>
700               </widget>
701               <packing>
702                 <property name="expand">False</property>
703                 <property name="homogeneous">True</property>
704               </packing>
705             </child>
706             <child>
707               <widget class="GtkToolButton" id="toolbutton_sound">
708                 <property name="visible">True</property>
709                 <property name="tooltip" translatable="yes">Configure Sound</property>
710                 <property name="label" translatable="yes">Sound...</property>
711                 <property name="use_underline">True</property>
712                 <property name="stock_id">gtk-convert</property>
713               </widget>
714               <packing>
715                 <property name="expand">False</property>
716                 <property name="homogeneous">True</property>
717               </packing>
718             </child>
719             <child>
720               <widget class="GtkToolButton" id="toolbutton_cdrom">
721                 <property name="visible">True</property>
722                 <property name="tooltip" translatable="yes">Configure CD-ROM</property>
723                 <property name="label" translatable="yes">CD-ROM...</property>
724                 <property name="use_underline">True</property>
725                 <property name="stock_id">gtk-cdrom</property>
726               </widget>
727               <packing>
728                 <property name="expand">False</property>
729                 <property name="homogeneous">True</property>
730               </packing>
731             </child>
732             <child>
733               <widget class="GtkToolButton" id="toolbutton_controllers">
734                 <property name="visible">True</property>
735                 <property name="tooltip" translatable="yes">Configure Controllers</property>
736                 <property name="label" translatable="yes">Controllers...</property>
737                 <property name="use_underline">True</property>
738                 <property name="stock_id">gtk-execute</property>
739               </widget>
740               <packing>
741                 <property name="expand">False</property>
742                 <property name="homogeneous">True</property>
743               </packing>
744             </child>
745           </widget>
746           <packing>
747             <property name="expand">False</property>
748             <property name="position">1</property>
749           </packing>
750         </child>
751         <child>
752           <widget class="GtkImage" id="image160">
753             <property name="width_request">354</property>
754             <property name="height_request">174</property>
755             <property name="visible">True</property>
756             <property name="pixbuf">pcsx.jpg</property>
757           </widget>
758           <packing>
759             <property name="position">2</property>
760           </packing>
761         </child>
762         <child>
763           <widget class="GtkStatusbar" id="statusbar">
764             <property name="visible">True</property>
765             <property name="spacing">2</property>
766             <property name="has_resize_grip">False</property>
767           </widget>
768           <packing>
769             <property name="expand">False</property>
770             <property name="position">3</property>
771           </packing>
772         </child>
773       </widget>
774     </child>
775   </widget>
776   <widget class="GtkDialog" id="ConfDlg">
777     <property name="visible">True</property>
778     <property name="title" translatable="yes">Configure PCSX</property>
779     <property name="resizable">False</property>
780     <property name="modal">True</property>
781     <property name="type_hint">dialog</property>
782     <child internal-child="vbox">
783       <widget class="GtkVBox" id="dialog-vbox4">
784         <property name="visible">True</property>
785         <child>
786           <widget class="GtkVBox" id="vbox28">
787             <property name="visible">True</property>
788             <property name="border_width">4</property>
789             <property name="spacing">3</property>
790             <child>
791               <widget class="GtkFrame" id="frame17">
792                 <property name="visible">True</property>
793                 <property name="label_xalign">0</property>
794                 <child>
795                   <widget class="GtkAlignment" id="alignment38">
796                     <property name="visible">True</property>
797                     <property name="border_width">7</property>
798                     <child>
799                       <widget class="GtkTable" id="table4">
800                         <property name="visible">True</property>
801                         <property name="n_rows">6</property>
802                         <property name="n_columns">5</property>
803                         <property name="column_spacing">3</property>
804                         <property name="row_spacing">3</property>
805                         <child>
806                           <widget class="GtkImage" id="image337">
807                             <property name="visible">True</property>
808                             <property name="stock">gtk-select-color</property>
809                           </widget>
810                           <packing>
811                             <property name="x_options">GTK_FILL</property>
812                             <property name="y_options">GTK_FILL</property>
813                           </packing>
814                         </child>
815                         <child>
816                           <widget class="GtkImage" id="image342">
817                             <property name="visible">True</property>
818                             <property name="icon_name">gtk-find</property>
819                           </widget>
820                           <packing>
821                             <property name="top_attach">5</property>
822                             <property name="bottom_attach">6</property>
823                             <property name="x_options">GTK_FILL</property>
824                             <property name="y_options">GTK_FILL</property>
825                           </packing>
826                         </child>
827                         <child>
828                           <widget class="GtkImage" id="image341">
829                             <property name="visible">True</property>
830                             <property name="stock">gtk-cdrom</property>
831                           </widget>
832                           <packing>
833                             <property name="top_attach">4</property>
834                             <property name="bottom_attach">5</property>
835                             <property name="x_options">GTK_FILL</property>
836                             <property name="y_options">GTK_FILL</property>
837                           </packing>
838                         </child>
839                         <child>
840                           <widget class="GtkImage" id="image340">
841                             <property name="visible">True</property>
842                             <property name="stock">gtk-connect</property>
843                           </widget>
844                           <packing>
845                             <property name="top_attach">3</property>
846                             <property name="bottom_attach">4</property>
847                             <property name="x_options">GTK_FILL</property>
848                             <property name="y_options">GTK_FILL</property>
849                           </packing>
850                         </child>
851                         <child>
852                           <widget class="GtkImage" id="image339">
853                             <property name="visible">True</property>
854                             <property name="stock">gtk-connect</property>
855                           </widget>
856                           <packing>
857                             <property name="top_attach">2</property>
858                             <property name="bottom_attach">3</property>
859                             <property name="x_options">GTK_FILL</property>
860                             <property name="y_options">GTK_FILL</property>
861                           </packing>
862                         </child>
863                         <child>
864                           <widget class="GtkImage" id="image338">
865                             <property name="visible">True</property>
866                             <property name="stock">gtk-convert</property>
867                           </widget>
868                           <packing>
869                             <property name="top_attach">1</property>
870                             <property name="bottom_attach">2</property>
871                             <property name="x_options">GTK_FILL</property>
872                             <property name="y_options">GTK_FILL</property>
873                           </packing>
874                         </child>
875                         <child>
876                           <widget class="GtkFileChooserButton" id="GtkFileChooser_Plugin">
877                             <property name="visible">True</property>
878                             <property name="action">select-folder</property>
879                             <property name="title" translatable="yes">Select Folder to Search</property>
880                             <signal name="current_folder_changed" handler="OnConfConf_PluginPath"/>
881                           </widget>
882                           <packing>
883                             <property name="left_attach">2</property>
884                             <property name="right_attach">5</property>
885                             <property name="top_attach">5</property>
886                             <property name="bottom_attach">6</property>
887                             <property name="x_options">GTK_FILL</property>
888                             <property name="y_options">GTK_FILL</property>
889                           </packing>
890                         </child>
891                         <child>
892                           <widget class="GtkLabel" id="label89">
893                             <property name="visible">True</property>
894                             <property name="xalign">0</property>
895                             <property name="label" translatable="yes">Search in:</property>
896                           </widget>
897                           <packing>
898                             <property name="left_attach">1</property>
899                             <property name="right_attach">2</property>
900                             <property name="top_attach">5</property>
901                             <property name="bottom_attach">6</property>
902                             <property name="x_options">GTK_FILL</property>
903                             <property name="y_options"></property>
904                           </packing>
905                         </child>
906                         <child>
907                           <widget class="GtkButton" id="btn_ConfGpu">
908                             <property name="visible">True</property>
909                             <property name="can_focus">True</property>
910                             <property name="receives_default">False</property>
911                             <signal name="clicked" handler="OnConfConf_GpuConf"/>
912                             <child>
913                               <widget class="GtkImage" id="image321">
914                                 <property name="visible">True</property>
915                                 <property name="stock">gtk-preferences</property>
916                               </widget>
917                             </child>
918                           </widget>
919                           <packing>
920                             <property name="left_attach">3</property>
921                             <property name="right_attach">4</property>
922                             <property name="x_options">GTK_FILL</property>
923                             <property name="y_options"></property>
924                           </packing>
925                         </child>
926                         <child>
927                           <widget class="GtkComboBox" id="GtkCombo_Cdr">
928                             <property name="visible">True</property>
929                           </widget>
930                           <packing>
931                             <property name="left_attach">2</property>
932                             <property name="right_attach">3</property>
933                             <property name="top_attach">4</property>
934                             <property name="bottom_attach">5</property>
935                             <property name="y_options">GTK_FILL</property>
936                           </packing>
937                         </child>
938                         <child>
939                           <widget class="GtkComboBox" id="GtkCombo_Pad2">
940                             <property name="visible">True</property>
941                           </widget>
942                           <packing>
943                             <property name="left_attach">2</property>
944                             <property name="right_attach">3</property>
945                             <property name="top_attach">3</property>
946                             <property name="bottom_attach">4</property>
947                             <property name="y_options">GTK_FILL</property>
948                           </packing>
949                         </child>
950                         <child>
951                           <widget class="GtkComboBox" id="GtkCombo_Pad1">
952                             <property name="visible">True</property>
953                             <accessibility>
954                               <atkrelation type="flows-to" target="btn_ConfPad1"/>
955                               <atkrelation type="flows-from" target="btn_AboutSpu"/>
956                             </accessibility>
957                           </widget>
958                           <packing>
959                             <property name="left_attach">2</property>
960                             <property name="right_attach">3</property>
961                             <property name="top_attach">2</property>
962                             <property name="bottom_attach">3</property>
963                             <property name="y_options">GTK_FILL</property>
964                           </packing>
965                         </child>
966                         <child>
967                           <widget class="GtkComboBox" id="GtkCombo_Spu">
968                             <property name="visible">True</property>
969                           </widget>
970                           <packing>
971                             <property name="left_attach">2</property>
972                             <property name="right_attach">3</property>
973                             <property name="top_attach">1</property>
974                             <property name="bottom_attach">2</property>
975                             <property name="y_options">GTK_FILL</property>
976                           </packing>
977                         </child>
978                         <child>
979                           <widget class="GtkComboBox" id="GtkCombo_Gpu">
980                             <property name="visible">True</property>
981                           </widget>
982                           <packing>
983                             <property name="left_attach">2</property>
984                             <property name="right_attach">3</property>
985                             <property name="y_options">GTK_FILL</property>
986                           </packing>
987                         </child>
988                         <child>
989                           <widget class="GtkButton" id="btn_AboutSpu">
990                             <property name="visible">True</property>
991                             <property name="can_focus">True</property>
992                             <property name="receives_default">False</property>
993                             <signal name="clicked" handler="OnConfConf_SpuConf"/>
994                             <child>
995                               <widget class="GtkImage" id="image318">
996                                 <property name="visible">True</property>
997                                 <property name="stock">gtk-info</property>
998                               </widget>
999                             </child>
1000                           </widget>
1001                           <packing>
1002                             <property name="left_attach">4</property>
1003                             <property name="right_attach">5</property>
1004                             <property name="top_attach">1</property>
1005                             <property name="bottom_attach">2</property>
1006                             <property name="x_options"></property>
1007                             <property name="y_options"></property>
1008                           </packing>
1009                         </child>
1010                         <child>
1011                           <widget class="GtkButton" id="btn_AboutPad1">
1012                             <property name="visible">True</property>
1013                             <property name="can_focus">True</property>
1014                             <property name="receives_default">False</property>
1015                             <signal name="clicked" handler="OnConfConf_Pad1About"/>
1016                             <child>
1017                               <widget class="GtkImage" id="image319">
1018                                 <property name="visible">True</property>
1019                                 <property name="stock">gtk-info</property>
1020                               </widget>
1021                             </child>
1022                           </widget>
1023                           <packing>
1024                             <property name="left_attach">4</property>
1025                             <property name="right_attach">5</property>
1026                             <property name="top_attach">2</property>
1027                             <property name="bottom_attach">3</property>
1028                             <property name="x_options"></property>
1029                             <property name="y_options"></property>
1030                           </packing>
1031                         </child>
1032                         <child>
1033                           <widget class="GtkButton" id="btn_AboutPad2">
1034                             <property name="visible">True</property>
1035                             <property name="can_focus">True</property>
1036                             <property name="receives_default">False</property>
1037                             <signal name="clicked" handler="OnConfConf_Pad2About"/>
1038                             <child>
1039                               <widget class="GtkImage" id="image320">
1040                                 <property name="visible">True</property>
1041                                 <property name="stock">gtk-info</property>
1042                               </widget>
1043                             </child>
1044                           </widget>
1045                           <packing>
1046                             <property name="left_attach">4</property>
1047                             <property name="right_attach">5</property>
1048                             <property name="top_attach">3</property>
1049                             <property name="bottom_attach">4</property>
1050                             <property name="x_options"></property>
1051                             <property name="y_options"></property>
1052                           </packing>
1053                         </child>
1054                         <child>
1055                           <widget class="GtkButton" id="btn_AboutCdr">
1056                             <property name="visible">True</property>
1057                             <property name="can_focus">True</property>
1058                             <property name="receives_default">False</property>
1059                             <signal name="clicked" handler="OnConfConf_CdrAbout"/>
1060                             <child>
1061                               <widget class="GtkImage" id="image311">
1062                                 <property name="visible">True</property>
1063                                 <property name="stock">gtk-info</property>
1064                               </widget>
1065                             </child>
1066                           </widget>
1067                           <packing>
1068                             <property name="left_attach">4</property>
1069                             <property name="right_attach">5</property>
1070                             <property name="top_attach">4</property>
1071                             <property name="bottom_attach">5</property>
1072                             <property name="x_options"></property>
1073                             <property name="y_options"></property>
1074                           </packing>
1075                         </child>
1076                         <child>
1077                           <widget class="GtkButton" id="btn_ConfCdr">
1078                             <property name="visible">True</property>
1079                             <property name="can_focus">True</property>
1080                             <property name="receives_default">False</property>
1081                             <signal name="clicked" handler="OnConfConf_CdrConf"/>
1082                             <child>
1083                               <widget class="GtkImage" id="image310">
1084                                 <property name="visible">True</property>
1085                                 <property name="stock">gtk-preferences</property>
1086                               </widget>
1087                             </child>
1088                           </widget>
1089                           <packing>
1090                             <property name="left_attach">3</property>
1091                             <property name="right_attach">4</property>
1092                             <property name="top_attach">4</property>
1093                             <property name="bottom_attach">5</property>
1094                             <property name="x_options"></property>
1095                             <property name="y_options"></property>
1096                           </packing>
1097                         </child>
1098                         <child>
1099                           <widget class="GtkButton" id="btn_ConfPad2">
1100                             <property name="visible">True</property>
1101                             <property name="can_focus">True</property>
1102                             <property name="receives_default">False</property>
1103                             <signal name="clicked" handler="OnConfConf_Pad2Conf"/>
1104                             <child>
1105                               <widget class="GtkImage" id="image317">
1106                                 <property name="visible">True</property>
1107                                 <property name="stock">gtk-preferences</property>
1108                               </widget>
1109                             </child>
1110                           </widget>
1111                           <packing>
1112                             <property name="left_attach">3</property>
1113                             <property name="right_attach">4</property>
1114                             <property name="top_attach">3</property>
1115                             <property name="bottom_attach">4</property>
1116                             <property name="x_options"></property>
1117                             <property name="y_options"></property>
1118                           </packing>
1119                         </child>
1120                         <child>
1121                           <widget class="GtkButton" id="btn_ConfPad1">
1122                             <property name="visible">True</property>
1123                             <property name="can_focus">True</property>
1124                             <property name="receives_default">False</property>
1125                             <signal name="clicked" handler="OnConfConf_Pad1Conf"/>
1126                             <child>
1127                               <widget class="GtkImage" id="image316">
1128                                 <property name="visible">True</property>
1129                                 <property name="stock">gtk-preferences</property>
1130                               </widget>
1131                             </child>
1132                           </widget>
1133                           <packing>
1134                             <property name="left_attach">3</property>
1135                             <property name="right_attach">4</property>
1136                             <property name="top_attach">2</property>
1137                             <property name="bottom_attach">3</property>
1138                             <property name="x_options"></property>
1139                             <property name="y_options"></property>
1140                           </packing>
1141                         </child>
1142                         <child>
1143                           <widget class="GtkButton" id="btn_ConfSpu">
1144                             <property name="visible">True</property>
1145                             <property name="can_focus">True</property>
1146                             <property name="receives_default">False</property>
1147                             <signal name="clicked" handler="OnConfConf_SpuConf"/>
1148                             <child>
1149                               <widget class="GtkImage" id="image315">
1150                                 <property name="visible">True</property>
1151                                 <property name="stock">gtk-preferences</property>
1152                               </widget>
1153                             </child>
1154                           </widget>
1155                           <packing>
1156                             <property name="left_attach">3</property>
1157                             <property name="right_attach">4</property>
1158                             <property name="top_attach">1</property>
1159                             <property name="bottom_attach">2</property>
1160                             <property name="x_options"></property>
1161                             <property name="y_options"></property>
1162                           </packing>
1163                         </child>
1164                         <child>
1165                           <widget class="GtkLabel" id="label95">
1166                             <property name="visible">True</property>
1167                             <property name="xalign">0</property>
1168                             <property name="label" translatable="yes">Graphics:</property>
1169                           </widget>
1170                           <packing>
1171                             <property name="left_attach">1</property>
1172                             <property name="right_attach">2</property>
1173                             <property name="x_options">GTK_FILL</property>
1174                             <property name="y_options"></property>
1175                           </packing>
1176                         </child>
1177                         <child>
1178                           <widget class="GtkLabel" id="label96">
1179                             <property name="visible">True</property>
1180                             <property name="xalign">0</property>
1181                             <property name="label" translatable="yes">Sound:</property>
1182                           </widget>
1183                           <packing>
1184                             <property name="left_attach">1</property>
1185                             <property name="right_attach">2</property>
1186                             <property name="top_attach">1</property>
1187                             <property name="bottom_attach">2</property>
1188                             <property name="x_options">GTK_FILL</property>
1189                             <property name="y_options"></property>
1190                           </packing>
1191                         </child>
1192                         <child>
1193                           <widget class="GtkLabel" id="label85">
1194                             <property name="visible">True</property>
1195                             <property name="xalign">0</property>
1196                             <property name="label" translatable="yes">Controller 1:   </property>
1197                           </widget>
1198                           <packing>
1199                             <property name="left_attach">1</property>
1200                             <property name="right_attach">2</property>
1201                             <property name="top_attach">2</property>
1202                             <property name="bottom_attach">3</property>
1203                             <property name="x_options">GTK_FILL</property>
1204                             <property name="y_options"></property>
1205                           </packing>
1206                         </child>
1207                         <child>
1208                           <widget class="GtkLabel" id="label87">
1209                             <property name="visible">True</property>
1210                             <property name="xalign">0</property>
1211                             <property name="label" translatable="yes">Controller 2:</property>
1212                           </widget>
1213                           <packing>
1214                             <property name="left_attach">1</property>
1215                             <property name="right_attach">2</property>
1216                             <property name="top_attach">3</property>
1217                             <property name="bottom_attach">4</property>
1218                             <property name="x_options">GTK_FILL</property>
1219                             <property name="y_options"></property>
1220                           </packing>
1221                         </child>
1222                         <child>
1223                           <widget class="GtkLabel" id="label91">
1224                             <property name="visible">True</property>
1225                             <property name="xalign">0</property>
1226                             <property name="label" translatable="yes">CD-ROM:</property>
1227                           </widget>
1228                           <packing>
1229                             <property name="left_attach">1</property>
1230                             <property name="right_attach">2</property>
1231                             <property name="top_attach">4</property>
1232                             <property name="bottom_attach">5</property>
1233                             <property name="x_options">GTK_FILL</property>
1234                             <property name="y_options"></property>
1235                           </packing>
1236                         </child>
1237                         <child>
1238                           <widget class="GtkButton" id="btn_AboutGpu">
1239                             <property name="visible">True</property>
1240                             <property name="can_focus">True</property>
1241                             <property name="receives_default">False</property>
1242                             <signal name="clicked" handler="OnConfConf_GpuAbout"/>
1243                             <child>
1244                               <widget class="GtkImage" id="image313">
1245                                 <property name="visible">True</property>
1246                                 <property name="stock">gtk-info</property>
1247                               </widget>
1248                             </child>
1249                           </widget>
1250                           <packing>
1251                             <property name="left_attach">4</property>
1252                             <property name="right_attach">5</property>
1253                             <property name="x_options"></property>
1254                             <property name="y_options"></property>
1255                           </packing>
1256                         </child>
1257                       </widget>
1258                     </child>
1259                   </widget>
1260                 </child>
1261                 <child>
1262                   <widget class="GtkLabel" id="label97">
1263                     <property name="visible">True</property>
1264                     <property name="label" translatable="yes">&lt;b&gt;Plugins&lt;/b&gt;</property>
1265                     <property name="use_markup">True</property>
1266                   </widget>
1267                   <packing>
1268                     <property name="type">label_item</property>
1269                   </packing>
1270                 </child>
1271               </widget>
1272               <packing>
1273                 <property name="expand">False</property>
1274                 <property name="fill">False</property>
1275                 <property name="position">0</property>
1276               </packing>
1277             </child>
1278             <child>
1279               <widget class="GtkFrame" id="frame18">
1280                 <property name="visible">True</property>
1281                 <property name="label_xalign">0</property>
1282                 <child>
1283                   <widget class="GtkAlignment" id="alignment39">
1284                     <property name="visible">True</property>
1285                     <property name="border_width">7</property>
1286                     <child>
1287                       <widget class="GtkHBox" id="hbox53">
1288                         <property name="visible">True</property>
1289                         <property name="spacing">3</property>
1290                         <child>
1291                           <widget class="GtkImage" id="image343">
1292                             <property name="visible">True</property>
1293                             <property name="stock">gtk-execute</property>
1294                           </widget>
1295                           <packing>
1296                             <property name="expand">False</property>
1297                             <property name="position">0</property>
1298                           </packing>
1299                         </child>
1300                         <child>
1301                           <widget class="GtkComboBox" id="GtkCombo_Bios">
1302                             <property name="visible">True</property>
1303                           </widget>
1304                           <packing>
1305                             <property name="position">1</property>
1306                           </packing>
1307                         </child>
1308                         <child>
1309                           <widget class="GtkFileChooserButton" id="GtkFileChooser_Bios">
1310                             <property name="visible">True</property>
1311                             <property name="action">select-folder</property>
1312                           </widget>
1313                           <packing>
1314                             <property name="expand">False</property>
1315                             <property name="position">2</property>
1316                           </packing>
1317                         </child>
1318                       </widget>
1319                     </child>
1320                   </widget>
1321                 </child>
1322                 <child>
1323                   <widget class="GtkLabel" id="label98">
1324                     <property name="visible">True</property>
1325                     <property name="label" translatable="yes">&lt;b&gt;BIOS&lt;/b&gt;</property>
1326                     <property name="use_markup">True</property>
1327                   </widget>
1328                   <packing>
1329                     <property name="type">label_item</property>
1330                   </packing>
1331                 </child>
1332               </widget>
1333               <packing>
1334                 <property name="expand">False</property>
1335                 <property name="position">1</property>
1336               </packing>
1337             </child>
1338           </widget>
1339           <packing>
1340             <property name="padding">6</property>
1341             <property name="position">2</property>
1342           </packing>
1343         </child>
1344         <child internal-child="action_area">
1345           <widget class="GtkHButtonBox" id="dialog-action_area4">
1346             <property name="visible">True</property>
1347             <property name="layout_style">end</property>
1348             <child>
1349               <widget class="GtkButton" id="btn_ConfClose">
1350                 <property name="label">gtk-close</property>
1351                 <property name="response_id">-6</property>
1352                 <property name="visible">True</property>
1353                 <property name="can_focus">True</property>
1354                 <property name="receives_default">True</property>
1355                 <property name="use_stock">True</property>
1356               </widget>
1357               <packing>
1358                 <property name="expand">False</property>
1359                 <property name="fill">False</property>
1360                 <property name="position">0</property>
1361               </packing>
1362             </child>
1363           </widget>
1364           <packing>
1365             <property name="expand">False</property>
1366             <property name="pack_type">end</property>
1367             <property name="position">0</property>
1368           </packing>
1369         </child>
1370       </widget>
1371     </child>
1372   </widget>
1373   <widget class="GtkDialog" id="CpuDlg">
1374     <property name="visible">True</property>
1375     <property name="title" translatable="yes">Configure CPU</property>
1376     <property name="resizable">False</property>
1377     <property name="modal">True</property>
1378     <property name="type_hint">dialog</property>
1379     <child internal-child="vbox">
1380       <widget class="GtkVBox" id="dialog-vbox1">
1381         <property name="visible">True</property>
1382         <child>
1383           <widget class="GtkVBox" id="vbox25">
1384             <property name="visible">True</property>
1385             <child>
1386               <widget class="GtkFrame" id="frame15">
1387                 <property name="visible">True</property>
1388                 <property name="border_width">5</property>
1389                 <property name="label_xalign">0</property>
1390                 <child>
1391                   <widget class="GtkVBox" id="vbox26">
1392                     <property name="visible">True</property>
1393                     <property name="border_width">5</property>
1394                     <child>
1395                       <widget class="GtkTable" id="table3">
1396                         <property name="visible">True</property>
1397                         <property name="n_rows">4</property>
1398                         <property name="n_columns">2</property>
1399                         <child>
1400                           <widget class="GtkCheckButton" id="GtkCheckButton_Dbg">
1401                             <property name="label" translatable="yes">Enable Debugger</property>
1402                             <property name="visible">True</property>
1403                             <property name="can_focus">True</property>
1404                             <property name="receives_default">False</property>
1405                             <property name="use_underline">True</property>
1406                             <property name="draw_indicator">True</property>
1407                           </widget>
1408                           <packing>
1409                             <property name="left_attach">1</property>
1410                             <property name="right_attach">2</property>
1411                             <property name="top_attach">3</property>
1412                             <property name="bottom_attach">4</property>
1413                             <property name="x_options">GTK_FILL</property>
1414                             <property name="y_options"></property>
1415                           </packing>
1416                         </child>
1417                         <child>
1418                           <widget class="GtkCheckButton" id="GtkCheckButton_SpuIrq">
1419                             <property name="label" translatable="yes">SPU IRQ Always Enabled</property>
1420                             <property name="visible">True</property>
1421                             <property name="can_focus">True</property>
1422                             <property name="receives_default">False</property>
1423                             <property name="use_underline">True</property>
1424                             <property name="draw_indicator">True</property>
1425                           </widget>
1426                           <packing>
1427                             <property name="top_attach">2</property>
1428                             <property name="bottom_attach">3</property>
1429                             <property name="x_options">GTK_FILL</property>
1430                             <property name="y_options"></property>
1431                           </packing>
1432                         </child>
1433                         <child>
1434                           <widget class="GtkCheckButton" id="GtkCheckButton_Mdec">
1435                             <property name="label" translatable="yes">Black &amp; White Movies</property>
1436                             <property name="visible">True</property>
1437                             <property name="can_focus">True</property>
1438                             <property name="receives_default">False</property>
1439                             <property name="use_underline">True</property>
1440                             <property name="draw_indicator">True</property>
1441                           </widget>
1442                           <packing>
1443                             <property name="top_attach">3</property>
1444                             <property name="bottom_attach">4</property>
1445                             <property name="x_options">GTK_FILL</property>
1446                             <property name="y_options"></property>
1447                           </packing>
1448                         </child>
1449                         <child>
1450                           <widget class="GtkCheckButton" id="GtkCheckButton_PsxOut">
1451                             <property name="label" translatable="yes">Enable Console Output</property>
1452                             <property name="visible">True</property>
1453                             <property name="can_focus">True</property>
1454                             <property name="receives_default">False</property>
1455                             <property name="use_underline">True</property>
1456                             <property name="draw_indicator">True</property>
1457                           </widget>
1458                           <packing>
1459                             <property name="left_attach">1</property>
1460                             <property name="right_attach">2</property>
1461                             <property name="top_attach">2</property>
1462                             <property name="bottom_attach">3</property>
1463                             <property name="x_options">GTK_FILL</property>
1464                             <property name="y_options"></property>
1465                           </packing>
1466                         </child>
1467                         <child>
1468                           <widget class="GtkCheckButton" id="GtkCheckButton_Cpu">
1469                             <property name="label" translatable="yes">Enable Interpreter CPU</property>
1470                             <property name="visible">True</property>
1471                             <property name="can_focus">True</property>
1472                             <property name="receives_default">False</property>
1473                             <property name="use_underline">True</property>
1474                             <property name="draw_indicator">True</property>
1475                           </widget>
1476                           <packing>
1477                             <property name="left_attach">1</property>
1478                             <property name="right_attach">2</property>
1479                             <property name="top_attach">1</property>
1480                             <property name="bottom_attach">2</property>
1481                             <property name="x_options">GTK_FILL</property>
1482                             <property name="y_options"></property>
1483                           </packing>
1484                         </child>
1485                         <child>
1486                           <widget class="GtkCheckButton" id="GtkCheckButton_Sio">
1487                             <property name="label" translatable="yes">SIO IRQ Always Enabled</property>
1488                             <property name="visible">True</property>
1489                             <property name="can_focus">True</property>
1490                             <property name="receives_default">False</property>
1491                             <property name="use_underline">True</property>
1492                             <property name="draw_indicator">True</property>
1493                           </widget>
1494                           <packing>
1495                             <property name="top_attach">1</property>
1496                             <property name="bottom_attach">2</property>
1497                             <property name="x_options">GTK_FILL</property>
1498                             <property name="y_options"></property>
1499                           </packing>
1500                         </child>
1501                         <child>
1502                           <widget class="GtkCheckButton" id="GtkCheckButton_CDDA">
1503                             <property name="label" translatable="yes">Disable CD Audio</property>
1504                             <property name="visible">True</property>
1505                             <property name="can_focus">True</property>
1506                             <property name="receives_default">False</property>
1507                             <property name="use_underline">True</property>
1508                             <property name="draw_indicator">True</property>
1509                           </widget>
1510                           <packing>
1511                             <property name="left_attach">1</property>
1512                             <property name="right_attach">2</property>
1513                             <property name="x_options">GTK_FILL</property>
1514                             <property name="y_options"></property>
1515                           </packing>
1516                         </child>
1517                         <child>
1518                           <widget class="GtkCheckButton" id="GtkCheckButton_Xa">
1519                             <property name="label" translatable="yes">Disable XA Decoding</property>
1520                             <property name="visible">True</property>
1521                             <property name="can_focus">True</property>
1522                             <property name="receives_default">False</property>
1523                             <property name="use_underline">True</property>
1524                             <property name="draw_indicator">True</property>
1525                           </widget>
1526                           <packing>
1527                             <property name="x_options">GTK_FILL</property>
1528                             <property name="y_options"></property>
1529                           </packing>
1530                         </child>
1531                       </widget>
1532                       <packing>
1533                         <property name="position">0</property>
1534                       </packing>
1535                     </child>
1536                     <child>
1537                       <widget class="GtkCheckButton" id="GtkCheckButton_RCntFix">
1538                         <property name="label" translatable="yes">Parasite Eve 2, Vandal Hearts 1/2 Fix</property>
1539                         <property name="visible">True</property>
1540                         <property name="can_focus">True</property>
1541                         <property name="receives_default">False</property>
1542                         <property name="use_underline">True</property>
1543                         <property name="draw_indicator">True</property>
1544                       </widget>
1545                       <packing>
1546                         <property name="expand">False</property>
1547                         <property name="fill">False</property>
1548                         <property name="position">1</property>
1549                       </packing>
1550                     </child>
1551                     <child>
1552                       <widget class="GtkCheckButton" id="GtkCheckButton_VSyncWA">
1553                         <property name="label" translatable="yes">InuYasha Sengoku Battle Fix</property>
1554                         <property name="visible">True</property>
1555                         <property name="can_focus">True</property>
1556                         <property name="receives_default">False</property>
1557                         <property name="use_underline">True</property>
1558                         <property name="draw_indicator">True</property>
1559                       </widget>
1560                       <packing>
1561                         <property name="expand">False</property>
1562                         <property name="fill">False</property>
1563                         <property name="position">2</property>
1564                       </packing>
1565                     </child>
1566                   </widget>
1567                 </child>
1568                 <child>
1569                   <widget class="GtkLabel" id="label66">
1570                     <property name="visible">True</property>
1571                     <property name="label" translatable="yes">&lt;b&gt;Options&lt;/b&gt;</property>
1572                     <property name="use_markup">True</property>
1573                   </widget>
1574                   <packing>
1575                     <property name="type">label_item</property>
1576                   </packing>
1577                 </child>
1578               </widget>
1579               <packing>
1580                 <property name="position">0</property>
1581               </packing>
1582             </child>
1583             <child>
1584               <widget class="GtkFrame" id="frame16">
1585                 <property name="visible">True</property>
1586                 <property name="border_width">5</property>
1587                 <property name="label_xalign">0</property>
1588                 <child>
1589                   <widget class="GtkHBox" id="hbox49">
1590                     <property name="visible">True</property>
1591                     <property name="border_width">5</property>
1592                     <property name="spacing">83</property>
1593                     <child>
1594                       <widget class="GtkCheckButton" id="GtkCheckButton_PsxAuto">
1595                         <property name="label" translatable="yes">Autodetect</property>
1596                         <property name="visible">True</property>
1597                         <property name="can_focus">True</property>
1598                         <property name="receives_default">False</property>
1599                         <property name="use_underline">True</property>
1600                         <property name="draw_indicator">True</property>
1601                         <signal name="OnCPU_PSXAutoToggled" handler="on_GtkCheckButton_PsxAuto_toggled"/>
1602                       </widget>
1603                       <packing>
1604                         <property name="expand">False</property>
1605                         <property name="fill">False</property>
1606                         <property name="position">0</property>
1607                       </packing>
1608                     </child>
1609                     <child>
1610                       <widget class="GtkComboBox" id="GtkCombo_PsxType">
1611                         <property name="visible">True</property>
1612                         <property name="items" translatable="yes">NTSC
1613 PAL</property>
1614                       </widget>
1615                       <packing>
1616                         <property name="expand">False</property>
1617                         <property name="fill">False</property>
1618                         <property name="position">1</property>
1619                       </packing>
1620                     </child>
1621                   </widget>
1622                 </child>
1623                 <child>
1624                   <widget class="GtkLabel" id="label68">
1625                     <property name="visible">True</property>
1626                     <property name="label" translatable="yes">&lt;b&gt;System Type&lt;/b&gt;</property>
1627                     <property name="use_markup">True</property>
1628                   </widget>
1629                   <packing>
1630                     <property name="type">label_item</property>
1631                   </packing>
1632                 </child>
1633               </widget>
1634               <packing>
1635                 <property name="position">1</property>
1636               </packing>
1637             </child>
1638           </widget>
1639           <packing>
1640             <property name="position">2</property>
1641           </packing>
1642         </child>
1643         <child internal-child="action_area">
1644           <widget class="GtkHButtonBox" id="dialog-action_area1">
1645             <property name="visible">True</property>
1646             <property name="layout_style">end</property>
1647             <child>
1648               <widget class="GtkButton" id="closebutton1">
1649                 <property name="label">gtk-close</property>
1650                 <property name="response_id">-6</property>
1651                 <property name="visible">True</property>
1652                 <property name="can_focus">True</property>
1653                 <property name="receives_default">True</property>
1654                 <property name="use_stock">True</property>
1655               </widget>
1656               <packing>
1657                 <property name="expand">False</property>
1658                 <property name="fill">False</property>
1659                 <property name="position">0</property>
1660               </packing>
1661             </child>
1662           </widget>
1663           <packing>
1664             <property name="expand">False</property>
1665             <property name="pack_type">end</property>
1666             <property name="position">0</property>
1667           </packing>
1668         </child>
1669       </widget>
1670     </child>
1671   </widget>
1672   <widget class="GtkDialog" id="NetDlg">
1673     <property name="visible">True</property>
1674     <property name="title" translatable="yes">Configure NetPlay</property>
1675     <property name="resizable">False</property>
1676     <property name="modal">True</property>
1677     <property name="type_hint">dialog</property>
1678     <signal name="destroy" handler="OnNet_Cancel"/>
1679     <child internal-child="vbox">
1680       <widget class="GtkVBox" id="dialog-vbox2">
1681         <property name="visible">True</property>
1682         <child>
1683           <widget class="GtkVBox" id="vbox27">
1684             <property name="visible">True</property>
1685             <child>
1686               <widget class="GtkFrame" id="frame19">
1687                 <property name="visible">True</property>
1688                 <property name="border_width">5</property>
1689                 <property name="label_xalign">0</property>
1690                 <child>
1691                   <widget class="GtkAlignment" id="alignment40">
1692                     <property name="visible">True</property>
1693                     <property name="border_width">5</property>
1694                     <child>
1695                       <widget class="GtkHBox" id="hbox68">
1696                         <property name="visible">True</property>
1697                         <property name="spacing">3</property>
1698                         <child>
1699                           <widget class="GtkImage" id="image344">
1700                             <property name="visible">True</property>
1701                             <property name="stock">gtk-network</property>
1702                           </widget>
1703                           <packing>
1704                             <property name="position">0</property>
1705                           </packing>
1706                         </child>
1707                         <child>
1708                           <widget class="GtkComboBox" id="GtkCombo_Net">
1709                             <property name="visible">True</property>
1710                           </widget>
1711                           <packing>
1712                             <property name="position">1</property>
1713                           </packing>
1714                         </child>
1715                         <child>
1716                           <widget class="GtkButton" id="btn_ConfNet">
1717                             <property name="visible">True</property>
1718                             <property name="can_focus">True</property>
1719                             <property name="receives_default">False</property>
1720                             <signal name="clicked" handler="OnNet_Conf"/>
1721                             <child>
1722                               <widget class="GtkImage" id="image335">
1723                                 <property name="visible">True</property>
1724                                 <property name="stock">gtk-preferences</property>
1725                               </widget>
1726                             </child>
1727                           </widget>
1728                           <packing>
1729                             <property name="expand">False</property>
1730                             <property name="fill">False</property>
1731                             <property name="position">2</property>
1732                           </packing>
1733                         </child>
1734                         <child>
1735                           <widget class="GtkButton" id="btn_AboutNet">
1736                             <property name="visible">True</property>
1737                             <property name="can_focus">True</property>
1738                             <property name="receives_default">False</property>
1739                             <signal name="clicked" handler="OnNet_About"/>
1740                             <child>
1741                               <widget class="GtkImage" id="image336">
1742                                 <property name="visible">True</property>
1743                                 <property name="stock">gtk-info</property>
1744                               </widget>
1745                             </child>
1746                           </widget>
1747                           <packing>
1748                             <property name="expand">False</property>
1749                             <property name="fill">False</property>
1750                             <property name="position">3</property>
1751                           </packing>
1752                         </child>
1753                       </widget>
1754                     </child>
1755                   </widget>
1756                 </child>
1757                 <child>
1758                   <widget class="GtkLabel" id="label99">
1759                     <property name="visible">True</property>
1760                     <property name="label" translatable="yes">&lt;b&gt;NetPlay&lt;/b&gt;</property>
1761                     <property name="use_markup">True</property>
1762                   </widget>
1763                   <packing>
1764                     <property name="type">label_item</property>
1765                   </packing>
1766                 </child>
1767               </widget>
1768               <packing>
1769                 <property name="expand">False</property>
1770                 <property name="fill">False</property>
1771                 <property name="position">0</property>
1772               </packing>
1773             </child>
1774           </widget>
1775           <packing>
1776             <property name="position">2</property>
1777           </packing>
1778         </child>
1779         <child internal-child="action_area">
1780           <widget class="GtkHButtonBox" id="dialog-action_area2">
1781             <property name="visible">True</property>
1782             <property name="layout_style">end</property>
1783             <child>
1784               <widget class="GtkButton" id="closebutton2">
1785                 <property name="label">gtk-close</property>
1786                 <property name="response_id">-6</property>
1787                 <property name="visible">True</property>
1788                 <property name="can_focus">True</property>
1789                 <property name="receives_default">True</property>
1790                 <property name="use_stock">True</property>
1791               </widget>
1792               <packing>
1793                 <property name="expand">False</property>
1794                 <property name="fill">False</property>
1795                 <property name="position">0</property>
1796               </packing>
1797             </child>
1798           </widget>
1799           <packing>
1800             <property name="expand">False</property>
1801             <property name="pack_type">end</property>
1802             <property name="position">0</property>
1803           </packing>
1804         </child>
1805       </widget>
1806     </child>
1807   </widget>
1808   <widget class="GtkDialog" id="McdsDlg">
1809     <property name="visible">True</property>
1810     <property name="title" translatable="yes">Configure Memory Cards</property>
1811     <property name="modal">True</property>
1812     <property name="default_width">688</property>
1813     <property name="default_height">400</property>
1814     <property name="type_hint">dialog</property>
1815     <child internal-child="vbox">
1816       <widget class="GtkVBox" id="dialog-vbox3">
1817         <property name="visible">True</property>
1818         <child>
1819           <widget class="GtkHBox" id="hbox54">
1820             <property name="visible">True</property>
1821             <child>
1822               <widget class="GtkFrame" id="frame1">
1823                 <property name="visible">True</property>
1824                 <property name="border_width">5</property>
1825                 <property name="label_xalign">0</property>
1826                 <child>
1827                   <widget class="GtkVBox" id="vbox31">
1828                     <property name="visible">True</property>
1829                     <property name="border_width">6</property>
1830                     <property name="spacing">6</property>
1831                     <child>
1832                       <widget class="GtkScrolledWindow" id="scrolledwindow3">
1833                         <property name="visible">True</property>
1834                         <property name="can_focus">False</property>
1835                         <property name="hscrollbar_policy">automatic</property>
1836                         <property name="vscrollbar_policy">automatic</property>
1837                         <property name="shadow_type">in</property>
1838                         <child>
1839                           <widget class="GtkTreeView" id="GtkCList_McdList1">
1840                             <property name="width_request">265</property>
1841                             <property name="height_request">400</property>
1842                             <property name="visible">True</property>
1843                             <property name="can_focus">True</property>
1844                           </widget>
1845                         </child>
1846                       </widget>
1847                       <packing>
1848                         <property name="position">0</property>
1849                       </packing>
1850                     </child>
1851                     <child>
1852                       <widget class="GtkHButtonBox" id="hbuttonbox19">
1853                         <property name="visible">True</property>
1854                         <property name="border_width">5</property>
1855                         <property name="spacing">5</property>
1856                         <child>
1857                           <widget class="GtkButton" id="GtkButton_New1">
1858                             <property name="visible">True</property>
1859                             <property name="can_focus">True</property>
1860                             <property name="can_default">True</property>
1861                             <property name="receives_default">False</property>
1862                             <signal name="clicked" handler="OnMcd_Reload1"/>
1863                             <child>
1864                               <widget class="GtkAlignment" id="alignment1">
1865                                 <property name="visible">True</property>
1866                                 <property name="xscale">0</property>
1867                                 <property name="yscale">0</property>
1868                                 <child>
1869                                   <widget class="GtkHBox" id="hbox57">
1870                                     <property name="visible">True</property>
1871                                     <property name="spacing">2</property>
1872                                     <child>
1873                                       <widget class="GtkImage" id="image324">
1874                                         <property name="visible">True</property>
1875                                         <property name="stock">gtk-new</property>
1876                                       </widget>
1877                                       <packing>
1878                                         <property name="expand">False</property>
1879                                         <property name="fill">False</property>
1880                                         <property name="position">0</property>
1881                                       </packing>
1882                                     </child>
1883                                     <child>
1884                                       <widget class="GtkLabel" id="label1">
1885                                         <property name="visible">True</property>
1886                                         <property name="label" translatable="yes">New</property>
1887                                         <property name="use_underline">True</property>
1888                                       </widget>
1889                                       <packing>
1890                                         <property name="expand">False</property>
1891                                         <property name="fill">False</property>
1892                                         <property name="position">1</property>
1893                                       </packing>
1894                                     </child>
1895                                   </widget>
1896                                 </child>
1897                               </widget>
1898                             </child>
1899                           </widget>
1900                           <packing>
1901                             <property name="expand">False</property>
1902                             <property name="fill">False</property>
1903                             <property name="position">0</property>
1904                           </packing>
1905                         </child>
1906                         <child>
1907                           <widget class="GtkButton" id="GtkButton_Format1">
1908                             <property name="visible">True</property>
1909                             <property name="can_focus">True</property>
1910                             <property name="can_default">True</property>
1911                             <property name="receives_default">False</property>
1912                             <signal name="clicked" handler="OnMcd_Format" object="1"/>
1913                             <child>
1914                               <widget class="GtkAlignment" id="alignment50">
1915                                 <property name="visible">True</property>
1916                                 <property name="xscale">0</property>
1917                                 <property name="yscale">0</property>
1918                                 <child>
1919                                   <widget class="GtkHBox" id="hbox70">
1920                                     <property name="visible">True</property>
1921                                     <property name="spacing">2</property>
1922                                     <child>
1923                                       <widget class="GtkImage" id="image346">
1924                                         <property name="visible">True</property>
1925                                         <property name="stock">gtk-clear</property>
1926                                       </widget>
1927                                       <packing>
1928                                         <property name="expand">False</property>
1929                                         <property name="fill">False</property>
1930                                         <property name="position">0</property>
1931                                       </packing>
1932                                     </child>
1933                                     <child>
1934                                       <widget class="GtkLabel" id="label111">
1935                                         <property name="visible">True</property>
1936                                         <property name="label" translatable="yes">Format</property>
1937                                         <property name="use_underline">True</property>
1938                                       </widget>
1939                                       <packing>
1940                                         <property name="expand">False</property>
1941                                         <property name="fill">False</property>
1942                                         <property name="position">1</property>
1943                                       </packing>
1944                                     </child>
1945                                   </widget>
1946                                 </child>
1947                               </widget>
1948                             </child>
1949                           </widget>
1950                           <packing>
1951                             <property name="expand">False</property>
1952                             <property name="fill">False</property>
1953                             <property name="position">1</property>
1954                           </packing>
1955                         </child>
1956                         <child>
1957                           <widget class="GtkButton" id="GtkButton_Delete1">
1958                             <property name="visible">True</property>
1959                             <property name="can_focus">True</property>
1960                             <property name="can_default">True</property>
1961                             <property name="receives_default">True</property>
1962                             <signal name="clicked" handler="OnMcd_Delete1"/>
1963                             <child>
1964                               <widget class="GtkAlignment" id="alignment45">
1965                                 <property name="visible">True</property>
1966                                 <property name="xscale">0</property>
1967                                 <property name="yscale">0</property>
1968                                 <child>
1969                                   <widget class="GtkHBox" id="hbox63">
1970                                     <property name="visible">True</property>
1971                                     <property name="spacing">2</property>
1972                                     <child>
1973                                       <widget class="GtkImage" id="image330">
1974                                         <property name="visible">True</property>
1975                                         <property name="stock">gtk-delete</property>
1976                                       </widget>
1977                                       <packing>
1978                                         <property name="expand">False</property>
1979                                         <property name="fill">False</property>
1980                                         <property name="position">0</property>
1981                                       </packing>
1982                                     </child>
1983                                     <child>
1984                                       <widget class="GtkLabel" id="label105">
1985                                         <property name="visible">True</property>
1986                                         <property name="label" translatable="yes">Un/Delete</property>
1987                                         <property name="use_underline">True</property>
1988                                       </widget>
1989                                       <packing>
1990                                         <property name="expand">False</property>
1991                                         <property name="fill">False</property>
1992                                         <property name="position">1</property>
1993                                       </packing>
1994                                     </child>
1995                                   </widget>
1996                                 </child>
1997                               </widget>
1998                             </child>
1999                           </widget>
2000                           <packing>
2001                             <property name="expand">False</property>
2002                             <property name="fill">False</property>
2003                             <property name="position">2</property>
2004                           </packing>
2005                         </child>
2006                       </widget>
2007                       <packing>
2008                         <property name="expand">False</property>
2009                         <property name="position">1</property>
2010                       </packing>
2011                     </child>
2012                     <child>
2013                       <widget class="GtkButton" id="Mcd1Button">
2014                         <property name="visible">True</property>
2015                         <property name="can_focus">True</property>
2016                         <property name="receives_default">True</property>
2017                         <child>
2018                           <widget class="GtkHBox" id="hbox2">
2019                             <property name="visible">True</property>
2020                             <property name="spacing">3</property>
2021                             <child>
2022                               <widget class="GtkImage" id="image30">
2023                                 <property name="visible">True</property>
2024                                 <property name="stock">gtk-floppy</property>
2025                               </widget>
2026                               <packing>
2027                                 <property name="expand">False</property>
2028                                 <property name="fill">False</property>
2029                                 <property name="position">0</property>
2030                               </packing>
2031                             </child>
2032                             <child>
2033                               <widget class="GtkLabel" id="Mcd1Label">
2034                                 <property name="visible">True</property>
2035                                 <property name="label">Loading...</property>
2036                                 <property name="ellipsize">middle</property>
2037                                 <property name="single_line_mode">True</property>
2038                               </widget>
2039                               <packing>
2040                                 <property name="position">1</property>
2041                               </packing>
2042                             </child>
2043                             <child>
2044                               <widget class="GtkVSeparator" id="vseparator1">
2045                                 <property name="visible">True</property>
2046                               </widget>
2047                               <packing>
2048                                 <property name="expand">False</property>
2049                                 <property name="position">2</property>
2050                               </packing>
2051                             </child>
2052                             <child>
2053                               <widget class="GtkImage" id="image31">
2054                                 <property name="visible">True</property>
2055                                 <property name="stock">gtk-open</property>
2056                               </widget>
2057                               <packing>
2058                                 <property name="expand">False</property>
2059                                 <property name="fill">False</property>
2060                                 <property name="position">3</property>
2061                               </packing>
2062                             </child>
2063                           </widget>
2064                         </child>
2065                       </widget>
2066                       <packing>
2067                         <property name="expand">False</property>
2068                         <property name="position">2</property>
2069                       </packing>
2070                     </child>
2071                   </widget>
2072                 </child>
2073                 <child>
2074                   <widget class="GtkHBox" id="hbox58">
2075                     <property name="visible">True</property>
2076                     <child>
2077                       <widget class="GtkLabel" id="label100">
2078                         <property name="visible">True</property>
2079                         <property name="label" translatable="yes">&lt;b&gt;Memory Card 1&lt;/b&gt;</property>
2080                         <property name="use_markup">True</property>
2081                       </widget>
2082                       <packing>
2083                         <property name="expand">False</property>
2084                         <property name="fill">False</property>
2085                         <property name="padding">4</property>
2086                         <property name="position">0</property>
2087                       </packing>
2088                     </child>
2089                   </widget>
2090                   <packing>
2091                     <property name="type">label_item</property>
2092                   </packing>
2093                 </child>
2094               </widget>
2095               <packing>
2096                 <property name="position">0</property>
2097               </packing>
2098             </child>
2099             <child>
2100               <widget class="GtkAlignment" id="alignment51">
2101                 <property name="visible">True</property>
2102                 <property name="top_padding">27</property>
2103                 <property name="bottom_padding">132</property>
2104                 <child>
2105                   <widget class="GtkVButtonBox" id="vbuttonbox2">
2106                     <property name="visible">True</property>
2107                     <property name="spacing">6</property>
2108                     <property name="layout_style">spread</property>
2109                     <child>
2110                       <widget class="GtkButton" id="GtkButton_CopyTo2">
2111                         <property name="visible">True</property>
2112                         <property name="can_focus">True</property>
2113                         <property name="can_default">True</property>
2114                         <property name="receives_default">False</property>
2115                         <signal name="clicked" handler="OnMcd_CopyTo2"/>
2116                         <child>
2117                           <widget class="GtkAlignment" id="alignment41">
2118                             <property name="visible">True</property>
2119                             <property name="xscale">0</property>
2120                             <property name="yscale">0</property>
2121                             <child>
2122                               <widget class="GtkHBox" id="hbox59">
2123                                 <property name="visible">True</property>
2124                                 <property name="spacing">2</property>
2125                                 <child>
2126                                   <widget class="GtkImage" id="image326">
2127                                     <property name="visible">True</property>
2128                                     <property name="stock">gtk-go-forward</property>
2129                                   </widget>
2130                                   <packing>
2131                                     <property name="expand">False</property>
2132                                     <property name="fill">False</property>
2133                                     <property name="position">0</property>
2134                                   </packing>
2135                                 </child>
2136                                 <child>
2137                                   <widget class="GtkLabel" id="label101">
2138                                     <property name="visible">True</property>
2139                                     <property name="label" translatable="yes">Copy</property>
2140                                     <property name="use_underline">True</property>
2141                                   </widget>
2142                                   <packing>
2143                                     <property name="expand">False</property>
2144                                     <property name="fill">False</property>
2145                                     <property name="position">1</property>
2146                                   </packing>
2147                                 </child>
2148                               </widget>
2149                             </child>
2150                           </widget>
2151                         </child>
2152                       </widget>
2153                       <packing>
2154                         <property name="expand">False</property>
2155                         <property name="fill">False</property>
2156                         <property name="position">0</property>
2157                       </packing>
2158                     </child>
2159                     <child>
2160                       <widget class="GtkButton" id="GtkButton_CopyTo1">
2161                         <property name="visible">True</property>
2162                         <property name="can_focus">True</property>
2163                         <property name="can_default">True</property>
2164                         <property name="receives_default">False</property>
2165                         <signal name="clicked" handler="OnMcd_CopyTo1"/>
2166                         <child>
2167                           <widget class="GtkAlignment" id="alignment42">
2168                             <property name="visible">True</property>
2169                             <property name="xscale">0</property>
2170                             <property name="yscale">0</property>
2171                             <child>
2172                               <widget class="GtkHBox" id="hbox60">
2173                                 <property name="visible">True</property>
2174                                 <property name="spacing">2</property>
2175                                 <child>
2176                                   <widget class="GtkImage" id="image327">
2177                                     <property name="visible">True</property>
2178                                     <property name="stock">gtk-go-back</property>
2179                                   </widget>
2180                                   <packing>
2181                                     <property name="expand">False</property>
2182                                     <property name="fill">False</property>
2183                                     <property name="position">0</property>
2184                                   </packing>
2185                                 </child>
2186                                 <child>
2187                                   <widget class="GtkLabel" id="label102">
2188                                     <property name="visible">True</property>
2189                                     <property name="label" translatable="yes">Copy</property>
2190                                     <property name="use_underline">True</property>
2191                                   </widget>
2192                                   <packing>
2193                                     <property name="expand">False</property>
2194                                     <property name="fill">False</property>
2195                                     <property name="position">1</property>
2196                                   </packing>
2197                                 </child>
2198                               </widget>
2199                             </child>
2200                           </widget>
2201                         </child>
2202                       </widget>
2203                       <packing>
2204                         <property name="expand">False</property>
2205                         <property name="fill">False</property>
2206                         <property name="position">1</property>
2207                       </packing>
2208                     </child>
2209                   </widget>
2210                 </child>
2211               </widget>
2212               <packing>
2213                 <property name="expand">False</property>
2214                 <property name="fill">False</property>
2215                 <property name="position">1</property>
2216               </packing>
2217             </child>
2218             <child>
2219               <widget class="GtkFrame" id="frame2">
2220                 <property name="visible">True</property>
2221                 <property name="border_width">5</property>
2222                 <property name="label_xalign">0</property>
2223                 <child>
2224                   <widget class="GtkVBox" id="vbox32">
2225                     <property name="visible">True</property>
2226                     <property name="border_width">6</property>
2227                     <property name="spacing">6</property>
2228                     <child>
2229                       <widget class="GtkScrolledWindow" id="scrolledwindow4">
2230                         <property name="visible">True</property>
2231                         <property name="can_focus">False</property>
2232                         <property name="hscrollbar_policy">automatic</property>
2233                         <property name="vscrollbar_policy">automatic</property>
2234                         <property name="shadow_type">in</property>
2235                         <child>
2236                           <widget class="GtkTreeView" id="GtkCList_McdList2">
2237                             <property name="width_request">265</property>
2238                             <property name="height_request">400</property>
2239                             <property name="visible">True</property>
2240                             <property name="can_focus">True</property>
2241                           </widget>
2242                         </child>
2243                       </widget>
2244                       <packing>
2245                         <property name="position">0</property>
2246                       </packing>
2247                     </child>
2248                     <child>
2249                       <widget class="GtkHButtonBox" id="hbuttonbox20">
2250                         <property name="visible">True</property>
2251                         <property name="border_width">5</property>
2252                         <property name="spacing">5</property>
2253                         <child>
2254                           <widget class="GtkButton" id="GtkButton_New2">
2255                             <property name="visible">True</property>
2256                             <property name="can_focus">True</property>
2257                             <property name="can_default">True</property>
2258                             <property name="receives_default">False</property>
2259                             <signal name="clicked" handler="OnMcd_Reload2"/>
2260                             <child>
2261                               <widget class="GtkAlignment" id="alignment48">
2262                                 <property name="visible">True</property>
2263                                 <property name="xscale">0</property>
2264                                 <property name="yscale">0</property>
2265                                 <child>
2266                                   <widget class="GtkHBox" id="hbox66">
2267                                     <property name="visible">True</property>
2268                                     <property name="spacing">2</property>
2269                                     <child>
2270                                       <widget class="GtkImage" id="image333">
2271                                         <property name="visible">True</property>
2272                                         <property name="stock">gtk-new</property>
2273                                       </widget>
2274                                       <packing>
2275                                         <property name="expand">False</property>
2276                                         <property name="fill">False</property>
2277                                         <property name="position">0</property>
2278                                       </packing>
2279                                     </child>
2280                                     <child>
2281                                       <widget class="GtkLabel" id="label108">
2282                                         <property name="visible">True</property>
2283                                         <property name="label" translatable="yes">New</property>
2284                                         <property name="use_underline">True</property>
2285                                       </widget>
2286                                       <packing>
2287                                         <property name="expand">False</property>
2288                                         <property name="fill">False</property>
2289                                         <property name="position">1</property>
2290                                       </packing>
2291                                     </child>
2292                                   </widget>
2293                                 </child>
2294                               </widget>
2295                             </child>
2296                           </widget>
2297                           <packing>
2298                             <property name="expand">False</property>
2299                             <property name="fill">False</property>
2300                             <property name="position">0</property>
2301                           </packing>
2302                         </child>
2303                         <child>
2304                           <widget class="GtkButton" id="GtkButton_Format2">
2305                             <property name="visible">True</property>
2306                             <property name="can_focus">True</property>
2307                             <property name="can_default">True</property>
2308                             <property name="receives_default">False</property>
2309                             <signal name="clicked" handler="OnMcd_Format" object="2"/>
2310                             <child>
2311                               <widget class="GtkAlignment" id="alignment49">
2312                                 <property name="visible">True</property>
2313                                 <property name="xscale">0</property>
2314                                 <property name="yscale">0</property>
2315                                 <child>
2316                                   <widget class="GtkHBox" id="hbox69">
2317                                     <property name="visible">True</property>
2318                                     <property name="spacing">2</property>
2319                                     <child>
2320                                       <widget class="GtkImage" id="image345">
2321                                         <property name="visible">True</property>
2322                                         <property name="stock">gtk-clear</property>
2323                                       </widget>
2324                                       <packing>
2325                                         <property name="expand">False</property>
2326                                         <property name="fill">False</property>
2327                                         <property name="position">0</property>
2328                                       </packing>
2329                                     </child>
2330                                     <child>
2331                                       <widget class="GtkLabel" id="label110">
2332                                         <property name="visible">True</property>
2333                                         <property name="label" translatable="yes">Format</property>
2334                                         <property name="use_underline">True</property>
2335                                       </widget>
2336                                       <packing>
2337                                         <property name="expand">False</property>
2338                                         <property name="fill">False</property>
2339                                         <property name="position">1</property>
2340                                       </packing>
2341                                     </child>
2342                                   </widget>
2343                                 </child>
2344                               </widget>
2345                             </child>
2346                           </widget>
2347                           <packing>
2348                             <property name="expand">False</property>
2349                             <property name="fill">False</property>
2350                             <property name="position">1</property>
2351                           </packing>
2352                         </child>
2353                         <child>
2354                           <widget class="GtkButton" id="GtkButton_Delete2">
2355                             <property name="visible">True</property>
2356                             <property name="can_focus">True</property>
2357                             <property name="can_default">True</property>
2358                             <property name="receives_default">True</property>
2359                             <signal name="clicked" handler="OnMcd_Delete2"/>
2360                             <child>
2361                               <widget class="GtkAlignment" id="alignment44">
2362                                 <property name="visible">True</property>
2363                                 <property name="xscale">0</property>
2364                                 <property name="yscale">0</property>
2365                                 <child>
2366                                   <widget class="GtkHBox" id="hbox62">
2367                                     <property name="visible">True</property>
2368                                     <property name="spacing">2</property>
2369                                     <child>
2370                                       <widget class="GtkImage" id="image329">
2371                                         <property name="visible">True</property>
2372                                         <property name="stock">gtk-delete</property>
2373                                       </widget>
2374                                       <packing>
2375                                         <property name="expand">False</property>
2376                                         <property name="fill">False</property>
2377                                         <property name="position">0</property>
2378                                       </packing>
2379                                     </child>
2380                                     <child>
2381                                       <widget class="GtkLabel" id="label104">
2382                                         <property name="visible">True</property>
2383                                         <property name="label" translatable="yes">Un/Delete</property>
2384                                         <property name="use_underline">True</property>
2385                                       </widget>
2386                                       <packing>
2387                                         <property name="expand">False</property>
2388                                         <property name="fill">False</property>
2389                                         <property name="position">1</property>
2390                                       </packing>
2391                                     </child>
2392                                   </widget>
2393                                 </child>
2394                               </widget>
2395                             </child>
2396                           </widget>
2397                           <packing>
2398                             <property name="expand">False</property>
2399                             <property name="fill">False</property>
2400                             <property name="position">2</property>
2401                           </packing>
2402                         </child>
2403                       </widget>
2404                       <packing>
2405                         <property name="expand">False</property>
2406                         <property name="position">1</property>
2407                       </packing>
2408                     </child>
2409                     <child>
2410                       <widget class="GtkButton" id="Mcd2Button">
2411                         <property name="visible">True</property>
2412                         <property name="can_focus">True</property>
2413                         <property name="receives_default">True</property>
2414                         <child>
2415                           <widget class="GtkHBox" id="hbox3">
2416                             <property name="visible">True</property>
2417                             <property name="spacing">3</property>
2418                             <child>
2419                               <widget class="GtkImage" id="image32">
2420                                 <property name="visible">True</property>
2421                                 <property name="stock">gtk-floppy</property>
2422                               </widget>
2423                               <packing>
2424                                 <property name="expand">False</property>
2425                                 <property name="fill">False</property>
2426                                 <property name="position">0</property>
2427                               </packing>
2428                             </child>
2429                             <child>
2430                               <widget class="GtkLabel" id="Mcd2Label">
2431                                 <property name="visible">True</property>
2432                                 <property name="label">Loading...</property>
2433                                 <property name="ellipsize">middle</property>
2434                                 <property name="single_line_mode">True</property>
2435                               </widget>
2436                               <packing>
2437                                 <property name="position">1</property>
2438                               </packing>
2439                             </child>
2440                             <child>
2441                               <widget class="GtkVSeparator" id="vseparator2">
2442                                 <property name="visible">True</property>
2443                               </widget>
2444                               <packing>
2445                                 <property name="expand">False</property>
2446                                 <property name="position">2</property>
2447                               </packing>
2448                             </child>
2449                             <child>
2450                               <widget class="GtkImage" id="image33">
2451                                 <property name="visible">True</property>
2452                                 <property name="stock">gtk-open</property>
2453                               </widget>
2454                               <packing>
2455                                 <property name="expand">False</property>
2456                                 <property name="fill">False</property>
2457                                 <property name="position">3</property>
2458                               </packing>
2459                             </child>
2460                           </widget>
2461                         </child>
2462                       </widget>
2463                       <packing>
2464                         <property name="expand">False</property>
2465                         <property name="position">2</property>
2466                       </packing>
2467                     </child>
2468                   </widget>
2469                 </child>
2470                 <child>
2471                   <widget class="GtkHBox" id="hbox67">
2472                     <property name="visible">True</property>
2473                     <child>
2474                       <widget class="GtkLabel" id="label109">
2475                         <property name="visible">True</property>
2476                         <property name="label" translatable="yes">&lt;b&gt;Memory Card 2&lt;/b&gt;</property>
2477                         <property name="use_markup">True</property>
2478                       </widget>
2479                       <packing>
2480                         <property name="expand">False</property>
2481                         <property name="fill">False</property>
2482                         <property name="padding">4</property>
2483                         <property name="position">0</property>
2484                       </packing>
2485                     </child>
2486                   </widget>
2487                   <packing>
2488                     <property name="type">label_item</property>
2489                   </packing>
2490                 </child>
2491               </widget>
2492               <packing>
2493                 <property name="position">2</property>
2494               </packing>
2495             </child>
2496           </widget>
2497           <packing>
2498             <property name="position">2</property>
2499           </packing>
2500         </child>
2501         <child internal-child="action_area">
2502           <widget class="GtkHButtonBox" id="dialog-action_area3">
2503             <property name="visible">True</property>
2504             <property name="layout_style">end</property>
2505             <child>
2506               <widget class="GtkButton" id="McdClose">
2507                 <property name="label">gtk-close</property>
2508                 <property name="response_id">-5</property>
2509                 <property name="visible">True</property>
2510                 <property name="can_focus">True</property>
2511                 <property name="can_default">True</property>
2512                 <property name="receives_default">False</property>
2513                 <property name="use_stock">True</property>
2514               </widget>
2515               <packing>
2516                 <property name="expand">False</property>
2517                 <property name="fill">False</property>
2518                 <property name="position">0</property>
2519               </packing>
2520             </child>
2521           </widget>
2522           <packing>
2523             <property name="expand">False</property>
2524             <property name="pack_type">end</property>
2525             <property name="position">0</property>
2526           </packing>
2527         </child>
2528       </widget>
2529     </child>
2530   </widget>
2531   <widget class="GtkDialog" id="CheatListDlg">
2532     <property name="visible">True</property>
2533     <property name="border_width">5</property>
2534     <property name="title" translatable="yes">Edit Cheat Codes</property>
2535     <property name="resizable">False</property>
2536     <property name="modal">True</property>
2537     <property name="window_position">center</property>
2538     <property name="type_hint">dialog</property>
2539     <child internal-child="vbox">
2540       <widget class="GtkVBox" id="dialog-vbox7">
2541         <property name="visible">True</property>
2542         <child>
2543           <widget class="GtkVBox" id="vbox1">
2544             <property name="visible">True</property>
2545             <property name="spacing">15</property>
2546             <child>
2547               <widget class="GtkFrame" id="frame3">
2548                 <property name="visible">True</property>
2549                 <property name="label_xalign">0</property>
2550                 <child>
2551                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
2552                     <property name="visible">True</property>
2553                     <property name="can_focus">True</property>
2554                     <property name="border_width">5</property>
2555                     <property name="hscrollbar_policy">automatic</property>
2556                     <property name="vscrollbar_policy">automatic</property>
2557                     <property name="window_placement_set">True</property>
2558                     <property name="shadow_type">etched-in</property>
2559                     <child>
2560                       <widget class="GtkTreeView" id="GtkCList_Cheat">
2561                         <property name="width_request">500</property>
2562                         <property name="height_request">255</property>
2563                         <property name="visible">True</property>
2564                         <property name="can_focus">True</property>
2565                       </widget>
2566                     </child>
2567                   </widget>
2568                 </child>
2569                 <child>
2570                   <widget class="GtkLabel" id="label5">
2571                     <property name="visible">True</property>
2572                     <property name="label" translatable="yes">&lt;b&gt;Cheat Codes&lt;/b&gt;</property>
2573                     <property name="use_markup">True</property>
2574                   </widget>
2575                   <packing>
2576                     <property name="type">label_item</property>
2577                   </packing>
2578                 </child>
2579               </widget>
2580               <packing>
2581                 <property name="position">0</property>
2582               </packing>
2583             </child>
2584             <child>
2585               <widget class="GtkHBox" id="hbox1">
2586                 <property name="visible">True</property>
2587                 <property name="spacing">10</property>
2588                 <child>
2589                   <widget class="GtkButton" id="editbutton1">
2590                     <property name="label">gtk-edit</property>
2591                     <property name="visible">True</property>
2592                     <property name="can_focus">True</property>
2593                     <property name="receives_default">True</property>
2594                     <property name="use_stock">True</property>
2595                   </widget>
2596                   <packing>
2597                     <property name="expand">False</property>
2598                     <property name="fill">False</property>
2599                     <property name="position">2</property>
2600                   </packing>
2601                 </child>
2602                 <child>
2603                   <widget class="GtkButton" id="delbutton1">
2604                     <property name="label">gtk-delete</property>
2605                     <property name="visible">True</property>
2606                     <property name="can_focus">True</property>
2607                     <property name="receives_default">True</property>
2608                     <property name="use_stock">True</property>
2609                   </widget>
2610                   <packing>
2611                     <property name="expand">False</property>
2612                     <property name="fill">False</property>
2613                     <property name="position">3</property>
2614                   </packing>
2615                 </child>
2616                 <child>
2617                   <widget class="GtkButton" id="addbutton1">
2618                     <property name="label">gtk-add</property>
2619                     <property name="visible">True</property>
2620                     <property name="can_focus">True</property>
2621                     <property name="receives_default">True</property>
2622                     <property name="use_stock">True</property>
2623                   </widget>
2624                   <packing>
2625                     <property name="expand">False</property>
2626                     <property name="fill">False</property>
2627                     <property name="position">4</property>
2628                   </packing>
2629                 </child>
2630                 <child>
2631                   <widget class="GtkButton" id="loadbutton1">
2632                     <property name="label">gtk-open</property>
2633                     <property name="visible">True</property>
2634                     <property name="can_focus">True</property>
2635                     <property name="receives_default">True</property>
2636                     <property name="use_stock">True</property>
2637                   </widget>
2638                   <packing>
2639                     <property name="expand">False</property>
2640                     <property name="fill">False</property>
2641                     <property name="pack_type">end</property>
2642                     <property name="position">1</property>
2643                   </packing>
2644                 </child>
2645                 <child>
2646                   <widget class="GtkButton" id="savebutton1">
2647                     <property name="label">gtk-save-as</property>
2648                     <property name="visible">True</property>
2649                     <property name="can_focus">True</property>
2650                     <property name="receives_default">True</property>
2651                     <property name="use_stock">True</property>
2652                   </widget>
2653                   <packing>
2654                     <property name="expand">False</property>
2655                     <property name="fill">False</property>
2656                     <property name="pack_type">end</property>
2657                     <property name="position">0</property>
2658                   </packing>
2659                 </child>
2660               </widget>
2661               <packing>
2662                 <property name="expand">False</property>
2663                 <property name="position">1</property>
2664               </packing>
2665             </child>
2666           </widget>
2667           <packing>
2668             <property name="padding">10</property>
2669             <property name="position">2</property>
2670           </packing>
2671         </child>
2672         <child internal-child="action_area">
2673           <widget class="GtkHButtonBox" id="dialog-action_area7">
2674             <property name="visible">True</property>
2675             <property name="layout_style">end</property>
2676             <child>
2677               <widget class="GtkButton" id="closbutton1">
2678                 <property name="label">gtk-close</property>
2679                 <property name="visible">True</property>
2680                 <property name="can_focus">True</property>
2681                 <property name="receives_default">True</property>
2682                 <property name="use_stock">True</property>
2683               </widget>
2684               <packing>
2685                 <property name="expand">False</property>
2686                 <property name="fill">False</property>
2687                 <property name="position">0</property>
2688               </packing>
2689             </child>
2690           </widget>
2691           <packing>
2692             <property name="expand">False</property>
2693             <property name="pack_type">end</property>
2694             <property name="position">0</property>
2695           </packing>
2696         </child>
2697       </widget>
2698     </child>
2699   </widget>
2700   <widget class="GtkDialog" id="CheatSearchDlg">
2701     <property name="visible">True</property>
2702     <property name="border_width">5</property>
2703     <property name="title" translatable="yes">Cheat Search</property>
2704     <property name="resizable">False</property>
2705     <property name="modal">True</property>
2706     <property name="window_position">center</property>
2707     <property name="type_hint">dialog</property>
2708     <child internal-child="vbox">
2709       <widget class="GtkVBox" id="dialog-vbox8">
2710         <property name="visible">True</property>
2711         <property name="spacing">2</property>
2712         <child>
2713           <widget class="GtkFrame" id="frame4">
2714             <property name="visible">True</property>
2715             <property name="label_xalign">0</property>
2716             <child>
2717               <widget class="GtkAlignment" id="alignment23">
2718                 <property name="visible">True</property>
2719                 <property name="bottom_padding">12</property>
2720                 <property name="left_padding">12</property>
2721                 <property name="right_padding">12</property>
2722                 <child>
2723                   <widget class="GtkVBox" id="vbox2">
2724                     <property name="visible">True</property>
2725                     <property name="spacing">6</property>
2726                     <child>
2727                       <widget class="GtkTable" id="table1">
2728                         <property name="visible">True</property>
2729                         <property name="n_rows">3</property>
2730                         <property name="n_columns">4</property>
2731                         <property name="column_spacing">10</property>
2732                         <property name="row_spacing">10</property>
2733                         <child>
2734                           <widget class="GtkComboBox" id="combo_datatype">
2735                             <property name="visible">True</property>
2736                             <property name="items" translatable="yes">8-bit
2737 16-bit
2738 32-bit</property>
2739                           </widget>
2740                           <packing>
2741                             <property name="left_attach">1</property>
2742                             <property name="right_attach">2</property>
2743                             <property name="top_attach">1</property>
2744                             <property name="bottom_attach">2</property>
2745                             <property name="y_options"></property>
2746                           </packing>
2747                         </child>
2748                         <child>
2749                           <widget class="GtkLabel" id="label6">
2750                             <property name="visible">True</property>
2751                             <property name="label" translatable="yes">Search For:</property>
2752                           </widget>
2753                           <packing>
2754                             <property name="x_options"></property>
2755                             <property name="y_options"></property>
2756                           </packing>
2757                         </child>
2758                         <child>
2759                           <widget class="GtkLabel" id="label7">
2760                             <property name="visible">True</property>
2761                             <property name="label" translatable="yes">Data Type:</property>
2762                           </widget>
2763                           <packing>
2764                             <property name="top_attach">1</property>
2765                             <property name="bottom_attach">2</property>
2766                             <property name="x_options"></property>
2767                             <property name="y_options"></property>
2768                           </packing>
2769                         </child>
2770                         <child>
2771                           <widget class="GtkLabel" id="label8">
2772                             <property name="visible">True</property>
2773                             <property name="label" translatable="yes">Value:</property>
2774                           </widget>
2775                           <packing>
2776                             <property name="top_attach">2</property>
2777                             <property name="bottom_attach">3</property>
2778                             <property name="x_options"></property>
2779                             <property name="y_options"></property>
2780                           </packing>
2781                         </child>
2782                         <child>
2783                           <widget class="GtkLabel" id="label9">
2784                             <property name="visible">True</property>
2785                             <property name="label" translatable="yes">Data Base:</property>
2786                           </widget>
2787                           <packing>
2788                             <property name="left_attach">2</property>
2789                             <property name="right_attach">3</property>
2790                             <property name="top_attach">1</property>
2791                             <property name="bottom_attach">2</property>
2792                             <property name="x_options"></property>
2793                             <property name="y_options"></property>
2794                           </packing>
2795                         </child>
2796                         <child>
2797                           <widget class="GtkComboBox" id="combo_searchfor">
2798                             <property name="visible">True</property>
2799                             <property name="items" translatable="yes">Equal Value
2800 Not Equal Value
2801 Range
2802 Increased By
2803 Decreased By
2804 Increased
2805 Decreased
2806 Different
2807 No Change</property>
2808                           </widget>
2809                           <packing>
2810                             <property name="left_attach">1</property>
2811                             <property name="right_attach">2</property>
2812                             <property name="y_options"></property>
2813                           </packing>
2814                         </child>
2815                         <child>
2816                           <widget class="GtkEntry" id="entry_value">
2817                             <property name="visible">True</property>
2818                             <property name="can_focus">True</property>
2819                           </widget>
2820                           <packing>
2821                             <property name="left_attach">1</property>
2822                             <property name="right_attach">2</property>
2823                             <property name="top_attach">2</property>
2824                             <property name="bottom_attach">3</property>
2825                             <property name="y_options"></property>
2826                           </packing>
2827                         </child>
2828                         <child>
2829                           <widget class="GtkComboBox" id="combo_database">
2830                             <property name="visible">True</property>
2831                             <property name="items" translatable="yes">Decimal
2832 Hexadecimal</property>
2833                           </widget>
2834                           <packing>
2835                             <property name="left_attach">3</property>
2836                             <property name="right_attach">4</property>
2837                             <property name="top_attach">1</property>
2838                             <property name="bottom_attach">2</property>
2839                             <property name="y_options"></property>
2840                           </packing>
2841                         </child>
2842                         <child>
2843                           <widget class="GtkLabel" id="label_valueto">
2844                             <property name="visible">True</property>
2845                             <property name="label" translatable="yes">To:</property>
2846                           </widget>
2847                           <packing>
2848                             <property name="left_attach">2</property>
2849                             <property name="right_attach">3</property>
2850                             <property name="top_attach">2</property>
2851                             <property name="bottom_attach">3</property>
2852                           </packing>
2853                         </child>
2854                         <child>
2855                           <widget class="GtkEntry" id="entry_valueto">
2856                             <property name="visible">True</property>
2857                             <property name="can_focus">True</property>
2858                           </widget>
2859                           <packing>
2860                             <property name="left_attach">3</property>
2861                             <property name="right_attach">4</property>
2862                             <property name="top_attach">2</property>
2863                             <property name="bottom_attach">3</property>
2864                           </packing>
2865                         </child>
2866                         <child>
2867                           <placeholder/>
2868                         </child>
2869                         <child>
2870                           <placeholder/>
2871                         </child>
2872                       </widget>
2873                       <packing>
2874                         <property name="expand">False</property>
2875                         <property name="fill">False</property>
2876                         <property name="position">0</property>
2877                       </packing>
2878                     </child>
2879                     <child>
2880                       <widget class="GtkHBox" id="hbox4">
2881                         <property name="visible">True</property>
2882                         <child>
2883                           <widget class="GtkScrolledWindow" id="scrolledwindow2">
2884                             <property name="visible">True</property>
2885                             <property name="can_focus">True</property>
2886                             <property name="hscrollbar_policy">never</property>
2887                             <property name="shadow_type">etched-in</property>
2888                             <child>
2889                               <widget class="GtkTreeView" id="GtkCList_Result">
2890                                 <property name="width_request">450</property>
2891                                 <property name="height_request">250</property>
2892                                 <property name="visible">True</property>
2893                                 <property name="can_focus">True</property>
2894                                 <property name="headers_clickable">False</property>
2895                                 <property name="show_expanders">False</property>
2896                                 <property name="enable_grid_lines">vertical</property>
2897                               </widget>
2898                             </child>
2899                           </widget>
2900                           <packing>
2901                             <property name="position">0</property>
2902                           </packing>
2903                         </child>
2904                         <child>
2905                           <widget class="GtkVButtonBox" id="vbuttonbox1">
2906                             <property name="visible">True</property>
2907                             <property name="spacing">20</property>
2908                             <property name="layout_style">start</property>
2909                             <child>
2910                               <widget class="GtkButton" id="btn_freeze">
2911                                 <property name="visible">True</property>
2912                                 <property name="can_focus">True</property>
2913                                 <property name="receives_default">True</property>
2914                                 <child>
2915                                   <widget class="GtkHBox" id="hbox7">
2916                                     <property name="visible">True</property>
2917                                     <child>
2918                                       <widget class="GtkImage" id="image1">
2919                                         <property name="visible">True</property>
2920                                         <property name="stock">gtk-ok</property>
2921                                         <property name="icon-size">1</property>
2922                                       </widget>
2923                                       <packing>
2924                                         <property name="position">0</property>
2925                                       </packing>
2926                                     </child>
2927                                     <child>
2928                                       <widget class="GtkLabel" id="label13">
2929                                         <property name="visible">True</property>
2930                                         <property name="label" translatable="yes">Freeze</property>
2931                                       </widget>
2932                                       <packing>
2933                                         <property name="position">1</property>
2934                                       </packing>
2935                                     </child>
2936                                   </widget>
2937                                 </child>
2938                               </widget>
2939                               <packing>
2940                                 <property name="expand">False</property>
2941                                 <property name="fill">False</property>
2942                                 <property name="position">0</property>
2943                               </packing>
2944                             </child>
2945                             <child>
2946                               <widget class="GtkButton" id="btn_modify">
2947                                 <property name="visible">True</property>
2948                                 <property name="can_focus">True</property>
2949                                 <property name="receives_default">True</property>
2950                                 <child>
2951                                   <widget class="GtkHBox" id="hbox8">
2952                                     <property name="visible">True</property>
2953                                     <child>
2954                                       <widget class="GtkImage" id="image26">
2955                                         <property name="visible">True</property>
2956                                         <property name="stock">gtk-edit</property>
2957                                         <property name="icon-size">1</property>
2958                                       </widget>
2959                                       <packing>
2960                                         <property name="position">0</property>
2961                                       </packing>
2962                                     </child>
2963                                     <child>
2964                                       <widget class="GtkLabel" id="label14">
2965                                         <property name="visible">True</property>
2966                                         <property name="label" translatable="yes">Modify</property>
2967                                       </widget>
2968                                       <packing>
2969                                         <property name="position">1</property>
2970                                       </packing>
2971                                     </child>
2972                                   </widget>
2973                                 </child>
2974                               </widget>
2975                               <packing>
2976                                 <property name="expand">False</property>
2977                                 <property name="fill">False</property>
2978                                 <property name="position">1</property>
2979                               </packing>
2980                             </child>
2981                             <child>
2982                               <widget class="GtkButton" id="btn_copy">
2983                                 <property name="visible">True</property>
2984                                 <property name="can_focus">True</property>
2985                                 <property name="receives_default">True</property>
2986                                 <child>
2987                                   <widget class="GtkHBox" id="hbox9">
2988                                     <property name="visible">True</property>
2989                                     <child>
2990                                       <widget class="GtkImage" id="image27">
2991                                         <property name="visible">True</property>
2992                                         <property name="stock">gtk-paste</property>
2993                                         <property name="icon-size">1</property>
2994                                       </widget>
2995                                       <packing>
2996                                         <property name="position">0</property>
2997                                       </packing>
2998                                     </child>
2999                                     <child>
3000                                       <widget class="GtkLabel" id="label15">
3001                                         <property name="visible">True</property>
3002                                         <property name="label" translatable="yes">Copy</property>
3003                                       </widget>
3004                                       <packing>
3005                                         <property name="position">1</property>
3006                                       </packing>
3007                                     </child>
3008                                   </widget>
3009                                 </child>
3010                               </widget>
3011                               <packing>
3012                                 <property name="expand">False</property>
3013                                 <property name="fill">False</property>
3014                                 <property name="position">2</property>
3015                               </packing>
3016                             </child>
3017                           </widget>
3018                           <packing>
3019                             <property name="expand">False</property>
3020                             <property name="fill">False</property>
3021                             <property name="padding">10</property>
3022                             <property name="position">1</property>
3023                           </packing>
3024                         </child>
3025                       </widget>
3026                       <packing>
3027                         <property name="position">1</property>
3028                       </packing>
3029                     </child>
3030                     <child>
3031                       <widget class="GtkLabel" id="label_resultsfound">
3032                         <property name="visible">True</property>
3033                         <property name="xalign">0</property>
3034                         <property name="yalign">0</property>
3035                         <property name="label" translatable="yes">label_resultsfound</property>
3036                         <property name="single_line_mode">True</property>
3037                       </widget>
3038                       <packing>
3039                         <property name="expand">False</property>
3040                         <property name="fill">False</property>
3041                         <property name="position">2</property>
3042                       </packing>
3043                     </child>
3044                     <child>
3045                       <widget class="GtkHButtonBox" id="hbuttonbox1">
3046                         <property name="visible">True</property>
3047                         <property name="spacing">20</property>
3048                         <property name="layout_style">center</property>
3049                         <child>
3050                           <widget class="GtkButton" id="btn_start">
3051                             <property name="visible">True</property>
3052                             <property name="can_focus">True</property>
3053                             <property name="receives_default">True</property>
3054                             <child>
3055                               <widget class="GtkHBox" id="hbox5">
3056                                 <property name="visible">True</property>
3057                                 <child>
3058                                   <widget class="GtkImage" id="image28">
3059                                     <property name="visible">True</property>
3060                                     <property name="stock">gtk-ok</property>
3061                                     <property name="icon-size">1</property>
3062                                   </widget>
3063                                   <packing>
3064                                     <property name="position">0</property>
3065                                   </packing>
3066                                 </child>
3067                                 <child>
3068                                   <widget class="GtkLabel" id="label11">
3069                                     <property name="visible">True</property>
3070                                     <property name="label" translatable="yes">Search</property>
3071                                   </widget>
3072                                   <packing>
3073                                     <property name="position">1</property>
3074                                   </packing>
3075                                 </child>
3076                               </widget>
3077                             </child>
3078                           </widget>
3079                           <packing>
3080                             <property name="expand">False</property>
3081                             <property name="fill">False</property>
3082                             <property name="position">0</property>
3083                           </packing>
3084                         </child>
3085                         <child>
3086                           <widget class="GtkButton" id="btn_restart">
3087                             <property name="visible">True</property>
3088                             <property name="can_focus">True</property>
3089                             <property name="receives_default">True</property>
3090                             <child>
3091                               <widget class="GtkHBox" id="hbox6">
3092                                 <property name="visible">True</property>
3093                                 <child>
3094                                   <widget class="GtkImage" id="image29">
3095                                     <property name="visible">True</property>
3096                                     <property name="stock">gtk-undo</property>
3097                                     <property name="icon-size">1</property>
3098                                   </widget>
3099                                   <packing>
3100                                     <property name="position">0</property>
3101                                   </packing>
3102                                 </child>
3103                                 <child>
3104                                   <widget class="GtkLabel" id="label12">
3105                                     <property name="visible">True</property>
3106                                     <property name="label" translatable="yes">Restart</property>
3107                                   </widget>
3108                                   <packing>
3109                                     <property name="position">1</property>
3110                                   </packing>
3111                                 </child>
3112                               </widget>
3113                             </child>
3114                           </widget>
3115                           <packing>
3116                             <property name="expand">False</property>
3117                             <property name="fill">False</property>
3118                             <property name="position">1</property>
3119                           </packing>
3120                         </child>
3121                       </widget>
3122                       <packing>
3123                         <property name="expand">False</property>
3124                         <property name="fill">False</property>
3125                         <property name="position">3</property>
3126                       </packing>
3127                     </child>
3128                   </widget>
3129                 </child>
3130               </widget>
3131             </child>
3132             <child>
3133               <widget class="GtkLabel" id="label4">
3134                 <property name="visible">True</property>
3135                 <property name="label" translatable="yes">&lt;b&gt;Cheat Search&lt;/b&gt;</property>
3136                 <property name="use_markup">True</property>
3137               </widget>
3138               <packing>
3139                 <property name="type">label_item</property>
3140               </packing>
3141             </child>
3142           </widget>
3143           <packing>
3144             <property name="position">1</property>
3145           </packing>
3146         </child>
3147         <child internal-child="action_area">
3148           <widget class="GtkHButtonBox" id="dialog-action_area8">
3149             <property name="visible">True</property>
3150             <property name="layout_style">end</property>
3151             <child>
3152               <widget class="GtkButton" id="closebutton">
3153                 <property name="label">gtk-close</property>
3154                 <property name="visible">True</property>
3155                 <property name="can_focus">True</property>
3156                 <property name="receives_default">True</property>
3157                 <property name="use_stock">True</property>
3158               </widget>
3159               <packing>
3160                 <property name="expand">False</property>
3161                 <property name="fill">False</property>
3162                 <property name="position">0</property>
3163               </packing>
3164             </child>
3165           </widget>
3166           <packing>
3167             <property name="expand">False</property>
3168             <property name="pack_type">end</property>
3169             <property name="position">0</property>
3170           </packing>
3171         </child>
3172       </widget>
3173     </child>
3174   </widget>
3175   <widget class="GtkDialog" id="MemViewDlg">
3176     <property name="visible">True</property>
3177     <property name="border_width">5</property>
3178     <property name="title" translatable="yes">Memory Dump</property>
3179     <property name="resizable">False</property>
3180     <property name="modal">True</property>
3181     <property name="window_position">center</property>
3182     <property name="type_hint">dialog</property>
3183     <property name="has_separator">False</property>
3184     <child internal-child="vbox">
3185       <widget class="GtkVBox" id="dialog-vbox9">
3186         <property name="visible">True</property>
3187         <property name="spacing">5</property>
3188         <child>
3189           <widget class="GtkHBox" id="hbox10">
3190             <property name="visible">True</property>
3191             <property name="spacing">13</property>
3192             <child>
3193               <widget class="GtkHBox" id="hbox11">
3194                 <property name="visible">True</property>
3195                 <property name="spacing">10</property>
3196                 <child>
3197                   <widget class="GtkLabel" id="label2">
3198                     <property name="visible">True</property>
3199                     <property name="label" translatable="yes">Address (Hexadecimal):</property>
3200                   </widget>
3201                   <packing>
3202                     <property name="expand">False</property>
3203                     <property name="fill">False</property>
3204                     <property name="position">0</property>
3205                   </packing>
3206                 </child>
3207                 <child>
3208                   <widget class="GtkEntry" id="entry_address">
3209                     <property name="visible">True</property>
3210                     <property name="can_focus">True</property>
3211                     <property name="invisible_char">&#x2022;</property>
3212                   </widget>
3213                   <packing>
3214                     <property name="position">1</property>
3215                   </packing>
3216                 </child>
3217               </widget>
3218               <packing>
3219                 <property name="padding">5</property>
3220                 <property name="position">0</property>
3221               </packing>
3222             </child>
3223             <child>
3224               <widget class="GtkButton" id="btn_go">
3225                 <property name="label">gtk-jump-to</property>
3226                 <property name="visible">True</property>
3227                 <property name="can_focus">True</property>
3228                 <property name="receives_default">True</property>
3229                 <property name="use_stock">True</property>
3230               </widget>
3231               <packing>
3232                 <property name="expand">False</property>
3233                 <property name="fill">False</property>
3234                 <property name="position">1</property>
3235               </packing>
3236             </child>
3237           </widget>
3238           <packing>
3239             <property name="expand">False</property>
3240             <property name="fill">False</property>
3241             <property name="padding">5</property>
3242             <property name="position">1</property>
3243           </packing>
3244         </child>
3245         <child>
3246           <widget class="GtkScrolledWindow" id="scrolledwindow5">
3247             <property name="visible">True</property>
3248             <property name="can_focus">True</property>
3249             <property name="hscrollbar_policy">never</property>
3250             <property name="shadow_type">etched-in</property>
3251             <child>
3252               <widget class="GtkTreeView" id="GtkCList_MemView">
3253                 <property name="width_request">580</property>
3254                 <property name="height_request">380</property>
3255                 <property name="visible">True</property>
3256                 <property name="can_focus">True</property>
3257                 <property name="hover_selection">True</property>
3258                 <property name="enable_grid_lines">horizontal</property>
3259               </widget>
3260             </child>
3261           </widget>
3262           <packing>
3263             <property name="position">2</property>
3264           </packing>
3265         </child>
3266         <child>
3267           <widget class="GtkHButtonBox" id="hbuttonbox2">
3268             <property name="visible">True</property>
3269             <property name="spacing">20</property>
3270             <property name="layout_style">center</property>
3271             <child>
3272               <widget class="GtkButton" id="btn_dump">
3273                 <property name="visible">True</property>
3274                 <property name="can_focus">True</property>
3275                 <property name="receives_default">True</property>
3276                 <child>
3277                   <widget class="GtkHBox" id="hbox12">
3278                     <property name="visible">True</property>
3279                     <child>
3280                       <widget class="GtkImage" id="image35">
3281                         <property name="visible">True</property>
3282                         <property name="stock">gtk-save-as</property>
3283                       </widget>
3284                       <packing>
3285                         <property name="position">0</property>
3286                       </packing>
3287                     </child>
3288                     <child>
3289                       <widget class="GtkLabel" id="label3">
3290                         <property name="visible">True</property>
3291                         <property name="label" translatable="yes">Raw Dump...</property>
3292                       </widget>
3293                       <packing>
3294                         <property name="position">1</property>
3295                       </packing>
3296                     </child>
3297                   </widget>
3298                 </child>
3299               </widget>
3300               <packing>
3301                 <property name="expand">False</property>
3302                 <property name="fill">False</property>
3303                 <property name="position">0</property>
3304               </packing>
3305             </child>
3306             <child>
3307               <widget class="GtkButton" id="btn_patch">
3308                 <property name="visible">True</property>
3309                 <property name="can_focus">True</property>
3310                 <property name="receives_default">True</property>
3311                 <child>
3312                   <widget class="GtkHBox" id="hbox13">
3313                     <property name="visible">True</property>
3314                     <child>
3315                       <widget class="GtkImage" id="image36">
3316                         <property name="visible">True</property>
3317                         <property name="stock">gtk-edit</property>
3318                       </widget>
3319                       <packing>
3320                         <property name="position">0</property>
3321                       </packing>
3322                     </child>
3323                     <child>
3324                       <widget class="GtkLabel" id="label10">
3325                         <property name="visible">True</property>
3326                         <property name="label" translatable="yes">Patch Memory...</property>
3327                       </widget>
3328                       <packing>
3329                         <property name="position">1</property>
3330                       </packing>
3331                     </child>
3332                   </widget>
3333                 </child>
3334               </widget>
3335               <packing>
3336                 <property name="expand">False</property>
3337                 <property name="fill">False</property>
3338                 <property name="position">1</property>
3339               </packing>
3340             </child>
3341           </widget>
3342           <packing>
3343             <property name="expand">False</property>
3344             <property name="fill">False</property>
3345             <property name="position">3</property>
3346           </packing>
3347         </child>
3348         <child internal-child="action_area">
3349           <widget class="GtkHButtonBox" id="dialog-action_area9">
3350             <property name="visible">True</property>
3351             <property name="layout_style">end</property>
3352             <child>
3353               <widget class="GtkButton" id="memview_close">
3354                 <property name="label">gtk-close</property>
3355                 <property name="visible">True</property>
3356                 <property name="can_focus">True</property>
3357                 <property name="receives_default">True</property>
3358                 <property name="use_stock">True</property>
3359               </widget>
3360               <packing>
3361                 <property name="expand">False</property>
3362                 <property name="fill">False</property>
3363                 <property name="position">0</property>
3364               </packing>
3365             </child>
3366           </widget>
3367           <packing>
3368             <property name="expand">False</property>
3369             <property name="pack_type">end</property>
3370             <property name="position">0</property>
3371           </packing>
3372         </child>
3373       </widget>
3374     </child>
3375   </widget>
3376 </glade-interface>