initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / new-random-map-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.14"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="value">11</property>
7     <property name="upper">99</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">5</property>
10   </object>
11   <object class="GtkAdjustment" id="adjustment10">
12     <property name="value">25</property>
13     <property name="upper">30</property>
14     <property name="step_increment">1</property>
15     <property name="page_increment">1</property>
16   </object>
17   <object class="GtkAdjustment" id="adjustment2">
18     <property name="value">78</property>
19     <property name="upper">99</property>
20     <property name="step_increment">1</property>
21     <property name="page_increment">5</property>
22   </object>
23   <object class="GtkAdjustment" id="adjustment3">
24     <property name="value">7</property>
25     <property name="upper">99</property>
26     <property name="step_increment">1</property>
27     <property name="page_increment">5</property>
28   </object>
29   <object class="GtkAdjustment" id="adjustment4">
30     <property name="value">2</property>
31     <property name="upper">99</property>
32     <property name="step_increment">1</property>
33     <property name="page_increment">5</property>
34   </object>
35   <object class="GtkAdjustment" id="adjustment5">
36     <property name="value">3</property>
37     <property name="upper">99</property>
38     <property name="step_increment">1</property>
39     <property name="page_increment">5</property>
40   </object>
41   <object class="GtkAdjustment" id="adjustment6">
42     <property name="value">5</property>
43     <property name="upper">99</property>
44     <property name="step_increment">1</property>
45     <property name="page_increment">5</property>
46   </object>
47   <object class="GtkAdjustment" id="adjustment7">
48     <property name="value">5</property>
49     <property name="upper">99</property>
50     <property name="step_increment">1</property>
51     <property name="page_increment">5</property>
52   </object>
53   <object class="GtkAdjustment" id="adjustment8">
54     <property name="value">25</property>
55     <property name="upper">100</property>
56     <property name="step_increment">1</property>
57     <property name="page_increment">1</property>
58   </object>
59   <object class="GtkAdjustment" id="adjustment9">
60     <property name="value">25</property>
61     <property name="upper">30</property>
62     <property name="step_increment">1</property>
63     <property name="page_increment">2</property>
64   </object>
65   <object class="GtkListStore" id="model1">
66     <columns>
67       <!-- column-name gchararray -->
68       <column type="gchararray"/>
69     </columns>
70     <data>
71       <row>
72         <col id="0" translatable="yes">Normal</col>
73       </row>
74       <row>
75         <col id="0" translatable="yes">Small</col>
76       </row>
77       <row>
78         <col id="0" translatable="yes">Tiny</col>
79       </row>
80     </data>
81   </object>
82   <object class="GtkDialog" id="dialog">
83     <property name="border_width">12</property>
84     <property name="title" translatable="yes">Make a New Random Map</property>
85     <property name="modal">True</property>
86     <property name="destroy_with_parent">True</property>
87     <property name="type_hint">dialog</property>
88     <property name="has_separator">False</property>
89     <child internal-child="vbox">
90       <object class="GtkVBox" id="dialog-vbox1">
91         <property name="visible">True</property>
92         <property name="spacing">5</property>
93         <child>
94           <object class="GtkFrame" id="map_frame">
95             <property name="visible">True</property>
96             <property name="label_xalign">0</property>
97             <property name="label_yalign">0</property>
98             <property name="shadow_type">none</property>
99             <child>
100               <object class="GtkAlignment" id="alignment2">
101                 <property name="visible">True</property>
102                 <property name="xalign">0</property>
103                 <property name="yalign">0</property>
104                 <property name="top_padding">6</property>
105                 <property name="left_padding">12</property>
106                 <child>
107                   <object class="GtkVBox" id="vbox3">
108                     <property name="visible">True</property>
109                     <property name="spacing">6</property>
110                     <child>
111                       <object class="GtkTable" id="table1">
112                         <property name="visible">True</property>
113                         <property name="n_rows">2</property>
114                         <property name="n_columns">6</property>
115                         <property name="column_spacing">6</property>
116                         <property name="row_spacing">6</property>
117                         <child>
118                           <object class="GtkHBox" id="city_theme_box">
119                             <property name="visible">True</property>
120                             <child>
121                               <placeholder/>
122                             </child>
123                           </object>
124                           <packing>
125                             <property name="left_attach">1</property>
126                             <property name="right_attach">2</property>
127                             <property name="top_attach">1</property>
128                             <property name="bottom_attach">2</property>
129                           </packing>
130                         </child>
131                         <child>
132                           <object class="GtkHBox" id="shield_theme_box">
133                             <property name="visible">True</property>
134                             <child>
135                               <placeholder/>
136                             </child>
137                           </object>
138                           <packing>
139                             <property name="left_attach">5</property>
140                             <property name="right_attach">6</property>
141                             <property name="top_attach">1</property>
142                             <property name="bottom_attach">2</property>
143                           </packing>
144                         </child>
145                         <child>
146                           <object class="GtkHBox" id="army_theme_box">
147                             <property name="visible">True</property>
148                             <child>
149                               <placeholder/>
150                             </child>
151                           </object>
152                           <packing>
153                             <property name="left_attach">3</property>
154                             <property name="right_attach">4</property>
155                             <property name="top_attach">1</property>
156                             <property name="bottom_attach">2</property>
157                           </packing>
158                         </child>
159                         <child>
160                           <object class="GtkHBox" id="tile_theme_box">
161                             <property name="visible">True</property>
162                             <child>
163                               <placeholder/>
164                             </child>
165                           </object>
166                           <packing>
167                             <property name="left_attach">5</property>
168                             <property name="right_attach">6</property>
169                           </packing>
170                         </child>
171                         <child>
172                           <object class="GtkHBox" id="tile_size_box">
173                             <property name="visible">True</property>
174                             <child>
175                               <placeholder/>
176                             </child>
177                           </object>
178                           <packing>
179                             <property name="left_attach">3</property>
180                             <property name="right_attach">4</property>
181                           </packing>
182                         </child>
183                         <child>
184                           <object class="GtkComboBox" id="map_size_combobox">
185                             <property name="visible">True</property>
186                             <property name="model">model1</property>
187                             <child>
188                               <object class="GtkCellRendererText" id="renderer1"/>
189                               <attributes>
190                                 <attribute name="text">0</attribute>
191                               </attributes>
192                             </child>
193                           </object>
194                           <packing>
195                             <property name="left_attach">1</property>
196                             <property name="right_attach">2</property>
197                           </packing>
198                         </child>
199                         <child>
200                           <object class="GtkLabel" id="label21">
201                             <property name="visible">True</property>
202                             <property name="label" translatable="yes">Tile Size:</property>
203                           </object>
204                           <packing>
205                             <property name="left_attach">2</property>
206                             <property name="right_attach">3</property>
207                           </packing>
208                         </child>
209                         <child>
210                           <object class="GtkLabel" id="label17">
211                             <property name="visible">True</property>
212                             <property name="label" translatable="yes">Tile Set:</property>
213                           </object>
214                           <packing>
215                             <property name="left_attach">4</property>
216                             <property name="right_attach">5</property>
217                           </packing>
218                         </child>
219                         <child>
220                           <object class="GtkLabel" id="label18">
221                             <property name="visible">True</property>
222                             <property name="label" translatable="yes">Shield Set:</property>
223                           </object>
224                           <packing>
225                             <property name="left_attach">4</property>
226                             <property name="right_attach">5</property>
227                             <property name="top_attach">1</property>
228                             <property name="bottom_attach">2</property>
229                           </packing>
230                         </child>
231                         <child>
232                           <object class="GtkLabel" id="label20">
233                             <property name="visible">True</property>
234                             <property name="label" translatable="yes">Army Set:</property>
235                           </object>
236                           <packing>
237                             <property name="left_attach">2</property>
238                             <property name="right_attach">3</property>
239                             <property name="top_attach">1</property>
240                             <property name="bottom_attach">2</property>
241                           </packing>
242                         </child>
243                         <child>
244                           <object class="GtkLabel" id="label19">
245                             <property name="visible">True</property>
246                             <property name="label" translatable="yes">City Set:</property>
247                           </object>
248                           <packing>
249                             <property name="top_attach">1</property>
250                             <property name="bottom_attach">2</property>
251                           </packing>
252                         </child>
253                         <child>
254                           <object class="GtkLabel" id="label1">
255                             <property name="visible">True</property>
256                             <property name="label" translatable="yes">Size:</property>
257                           </object>
258                         </child>
259                       </object>
260                       <packing>
261                         <property name="expand">False</property>
262                         <property name="position">0</property>
263                       </packing>
264                     </child>
265                     <child>
266                       <object class="GtkHBox" id="hbox7">
267                         <property name="visible">True</property>
268                         <child>
269                           <object class="GtkCheckButton" id="cities_can_produce_allies_checkbutton">
270                             <property name="label" translatable="yes">Cities can produce allies</property>
271                             <property name="visible">True</property>
272                             <property name="can_focus">True</property>
273                             <property name="receives_default">False</property>
274                             <property name="use_underline">True</property>
275                             <property name="draw_indicator">True</property>
276                           </object>
277                           <packing>
278                             <property name="expand">False</property>
279                             <property name="fill">False</property>
280                             <property name="position">0</property>
281                           </packing>
282                         </child>
283                         <child>
284                           <placeholder/>
285                         </child>
286                       </object>
287                       <packing>
288                         <property name="expand">False</property>
289                         <property name="position">1</property>
290                       </packing>
291                     </child>
292                     <child>
293                       <object class="GtkAlignment" id="random_map_container">
294                         <property name="visible">True</property>
295                         <property name="xalign">0</property>
296                         <property name="yalign">0</property>
297                         <property name="left_padding">18</property>
298                         <property name="right_padding">18</property>
299                         <child>
300                           <object class="GtkTable" id="map_settings_table">
301                             <property name="visible">True</property>
302                             <property name="n_rows">7</property>
303                             <property name="n_columns">3</property>
304                             <property name="column_spacing">12</property>
305                             <property name="row_spacing">2</property>
306                             <child>
307                               <object class="GtkHScale" id="cities_scale">
308                                 <property name="visible">True</property>
309                                 <property name="adjustment">adjustment1</property>
310                                 <property name="digits">0</property>
311                                 <property name="value_pos">right</property>
312                               </object>
313                               <packing>
314                                 <property name="left_attach">1</property>
315                                 <property name="right_attach">2</property>
316                                 <property name="top_attach">6</property>
317                                 <property name="bottom_attach">7</property>
318                               </packing>
319                             </child>
320                             <child>
321                               <object class="GtkLabel" id="label3">
322                                 <property name="visible">True</property>
323                                 <property name="xalign">0</property>
324                                 <property name="yalign">0</property>
325                                 <property name="label" translatable="yes">Grass</property>
326                               </object>
327                               <packing>
328                                 <property name="x_options"></property>
329                                 <property name="y_options"></property>
330                               </packing>
331                             </child>
332                             <child>
333                               <object class="GtkLabel" id="label4">
334                                 <property name="visible">True</property>
335                                 <property name="xalign">0</property>
336                                 <property name="yalign">0</property>
337                                 <property name="label" translatable="yes">Water</property>
338                               </object>
339                               <packing>
340                                 <property name="top_attach">1</property>
341                                 <property name="bottom_attach">2</property>
342                                 <property name="x_options"></property>
343                                 <property name="y_options"></property>
344                               </packing>
345                             </child>
346                             <child>
347                               <object class="GtkLabel" id="label5">
348                                 <property name="visible">True</property>
349                                 <property name="xalign">0</property>
350                                 <property name="yalign">0</property>
351                                 <property name="label" translatable="yes">Swamp</property>
352                               </object>
353                               <packing>
354                                 <property name="top_attach">2</property>
355                                 <property name="bottom_attach">3</property>
356                                 <property name="x_options"></property>
357                                 <property name="y_options"></property>
358                               </packing>
359                             </child>
360                             <child>
361                               <object class="GtkLabel" id="label6">
362                                 <property name="visible">True</property>
363                                 <property name="xalign">0</property>
364                                 <property name="yalign">0</property>
365                                 <property name="label" translatable="yes">Forest</property>
366                               </object>
367                               <packing>
368                                 <property name="top_attach">3</property>
369                                 <property name="bottom_attach">4</property>
370                                 <property name="x_options"></property>
371                                 <property name="y_options"></property>
372                               </packing>
373                             </child>
374                             <child>
375                               <object class="GtkLabel" id="label7">
376                                 <property name="visible">True</property>
377                                 <property name="xalign">0</property>
378                                 <property name="yalign">0</property>
379                                 <property name="label" translatable="yes">Hills</property>
380                               </object>
381                               <packing>
382                                 <property name="top_attach">4</property>
383                                 <property name="bottom_attach">5</property>
384                                 <property name="x_options"></property>
385                                 <property name="y_options"></property>
386                               </packing>
387                             </child>
388                             <child>
389                               <object class="GtkLabel" id="label8">
390                                 <property name="visible">True</property>
391                                 <property name="xalign">0</property>
392                                 <property name="yalign">0</property>
393                                 <property name="label" translatable="yes">Mountains</property>
394                               </object>
395                               <packing>
396                                 <property name="top_attach">5</property>
397                                 <property name="bottom_attach">6</property>
398                                 <property name="x_options"></property>
399                                 <property name="y_options"></property>
400                               </packing>
401                             </child>
402                             <child>
403                               <object class="GtkHScale" id="grass_scale">
404                                 <property name="width_request">160</property>
405                                 <property name="visible">True</property>
406                                 <property name="adjustment">adjustment2</property>
407                                 <property name="digits">0</property>
408                                 <property name="value_pos">right</property>
409                               </object>
410                               <packing>
411                                 <property name="left_attach">1</property>
412                                 <property name="right_attach">2</property>
413                               </packing>
414                             </child>
415                             <child>
416                               <object class="GtkHScale" id="water_scale">
417                                 <property name="visible">True</property>
418                                 <property name="adjustment">adjustment3</property>
419                                 <property name="digits">0</property>
420                                 <property name="value_pos">right</property>
421                               </object>
422                               <packing>
423                                 <property name="left_attach">1</property>
424                                 <property name="right_attach">2</property>
425                                 <property name="top_attach">1</property>
426                                 <property name="bottom_attach">2</property>
427                               </packing>
428                             </child>
429                             <child>
430                               <object class="GtkHScale" id="swamp_scale">
431                                 <property name="visible">True</property>
432                                 <property name="adjustment">adjustment4</property>
433                                 <property name="digits">0</property>
434                                 <property name="value_pos">right</property>
435                               </object>
436                               <packing>
437                                 <property name="left_attach">1</property>
438                                 <property name="right_attach">2</property>
439                                 <property name="top_attach">2</property>
440                                 <property name="bottom_attach">3</property>
441                               </packing>
442                             </child>
443                             <child>
444                               <object class="GtkHScale" id="forest_scale">
445                                 <property name="visible">True</property>
446                                 <property name="adjustment">adjustment5</property>
447                                 <property name="digits">0</property>
448                                 <property name="value_pos">right</property>
449                               </object>
450                               <packing>
451                                 <property name="left_attach">1</property>
452                                 <property name="right_attach">2</property>
453                                 <property name="top_attach">3</property>
454                                 <property name="bottom_attach">4</property>
455                               </packing>
456                             </child>
457                             <child>
458                               <object class="GtkHScale" id="hills_scale">
459                                 <property name="visible">True</property>
460                                 <property name="adjustment">adjustment6</property>
461                                 <property name="digits">0</property>
462                                 <property name="value_pos">right</property>
463                               </object>
464                               <packing>
465                                 <property name="left_attach">1</property>
466                                 <property name="right_attach">2</property>
467                                 <property name="top_attach">4</property>
468                                 <property name="bottom_attach">5</property>
469                               </packing>
470                             </child>
471                             <child>
472                               <object class="GtkHScale" id="mountains_scale">
473                                 <property name="visible">True</property>
474                                 <property name="adjustment">adjustment7</property>
475                                 <property name="digits">0</property>
476                                 <property name="value_pos">right</property>
477                               </object>
478                               <packing>
479                                 <property name="left_attach">1</property>
480                                 <property name="right_attach">2</property>
481                                 <property name="top_attach">5</property>
482                                 <property name="bottom_attach">6</property>
483                               </packing>
484                             </child>
485                             <child>
486                               <object class="GtkLabel" id="label16">
487                                 <property name="visible">True</property>
488                                 <property name="xalign">0</property>
489                                 <property name="yalign">0</property>
490                                 <property name="label" translatable="yes">Cities</property>
491                               </object>
492                               <packing>
493                                 <property name="top_attach">6</property>
494                                 <property name="bottom_attach">7</property>
495                                 <property name="x_options"></property>
496                                 <property name="y_options"></property>
497                               </packing>
498                             </child>
499                             <child>
500                               <object class="GtkToggleButton" id="grass_random_togglebutton">
501                                 <property name="label" translatable="yes">Random</property>
502                                 <property name="visible">True</property>
503                                 <property name="can_focus">True</property>
504                                 <property name="receives_default">False</property>
505                                 <property name="use_underline">True</property>
506                               </object>
507                               <packing>
508                                 <property name="left_attach">2</property>
509                                 <property name="right_attach">3</property>
510                                 <property name="x_options">GTK_FILL</property>
511                                 <property name="y_options"></property>
512                               </packing>
513                             </child>
514                             <child>
515                               <object class="GtkToggleButton" id="water_random_togglebutton">
516                                 <property name="label" translatable="yes">Random</property>
517                                 <property name="visible">True</property>
518                                 <property name="can_focus">True</property>
519                                 <property name="receives_default">False</property>
520                                 <property name="use_underline">True</property>
521                               </object>
522                               <packing>
523                                 <property name="left_attach">2</property>
524                                 <property name="right_attach">3</property>
525                                 <property name="top_attach">1</property>
526                                 <property name="bottom_attach">2</property>
527                                 <property name="x_options">GTK_FILL</property>
528                                 <property name="y_options"></property>
529                               </packing>
530                             </child>
531                             <child>
532                               <object class="GtkToggleButton" id="swamp_random_togglebutton">
533                                 <property name="label" translatable="yes">Random</property>
534                                 <property name="visible">True</property>
535                                 <property name="can_focus">True</property>
536                                 <property name="receives_default">False</property>
537                                 <property name="use_underline">True</property>
538                               </object>
539                               <packing>
540                                 <property name="left_attach">2</property>
541                                 <property name="right_attach">3</property>
542                                 <property name="top_attach">2</property>
543                                 <property name="bottom_attach">3</property>
544                                 <property name="x_options">GTK_FILL</property>
545                                 <property name="y_options"></property>
546                               </packing>
547                             </child>
548                             <child>
549                               <object class="GtkToggleButton" id="forest_random_togglebutton">
550                                 <property name="label" translatable="yes">Random</property>
551                                 <property name="visible">True</property>
552                                 <property name="can_focus">True</property>
553                                 <property name="receives_default">False</property>
554                                 <property name="use_underline">True</property>
555                               </object>
556                               <packing>
557                                 <property name="left_attach">2</property>
558                                 <property name="right_attach">3</property>
559                                 <property name="top_attach">3</property>
560                                 <property name="bottom_attach">4</property>
561                                 <property name="x_options">GTK_FILL</property>
562                                 <property name="y_options"></property>
563                               </packing>
564                             </child>
565                             <child>
566                               <object class="GtkToggleButton" id="hills_random_togglebutton">
567                                 <property name="label" translatable="yes">Random</property>
568                                 <property name="visible">True</property>
569                                 <property name="can_focus">True</property>
570                                 <property name="receives_default">False</property>
571                                 <property name="use_underline">True</property>
572                               </object>
573                               <packing>
574                                 <property name="left_attach">2</property>
575                                 <property name="right_attach">3</property>
576                                 <property name="top_attach">4</property>
577                                 <property name="bottom_attach">5</property>
578                                 <property name="x_options">GTK_FILL</property>
579                                 <property name="y_options"></property>
580                               </packing>
581                             </child>
582                             <child>
583                               <object class="GtkToggleButton" id="mountains_random_togglebutton">
584                                 <property name="label" translatable="yes">Random</property>
585                                 <property name="visible">True</property>
586                                 <property name="can_focus">True</property>
587                                 <property name="receives_default">False</property>
588                                 <property name="use_underline">True</property>
589                               </object>
590                               <packing>
591                                 <property name="left_attach">2</property>
592                                 <property name="right_attach">3</property>
593                                 <property name="top_attach">5</property>
594                                 <property name="bottom_attach">6</property>
595                                 <property name="x_options">GTK_FILL</property>
596                                 <property name="y_options"></property>
597                               </packing>
598                             </child>
599                             <child>
600                               <object class="GtkToggleButton" id="cities_random_togglebutton">
601                                 <property name="label" translatable="yes">Random</property>
602                                 <property name="visible">True</property>
603                                 <property name="can_focus">True</property>
604                                 <property name="receives_default">False</property>
605                                 <property name="use_underline">True</property>
606                               </object>
607                               <packing>
608                                 <property name="left_attach">2</property>
609                                 <property name="right_attach">3</property>
610                                 <property name="top_attach">6</property>
611                                 <property name="bottom_attach">7</property>
612                                 <property name="x_options">GTK_FILL</property>
613                                 <property name="y_options"></property>
614                               </packing>
615                             </child>
616                           </object>
617                         </child>
618                       </object>
619                       <packing>
620                         <property name="position">2</property>
621                       </packing>
622                     </child>
623                     <child>
624                       <object class="GtkExpander" id="expander1">
625                         <property name="visible">True</property>
626                         <property name="can_focus">True</property>
627                         <child>
628                           <object class="GtkTable" id="table2">
629                             <property name="visible">True</property>
630                             <property name="n_rows">4</property>
631                             <property name="n_columns">2</property>
632                             <child>
633                               <object class="GtkLabel" id="temples_label">
634                                 <property name="visible">True</property>
635                                 <property name="label" translatable="yes">Temples</property>
636                               </object>
637                               <packing>
638                                 <property name="top_attach">1</property>
639                                 <property name="bottom_attach">2</property>
640                                 <property name="x_options">GTK_FILL</property>
641                                 <property name="y_options"></property>
642                               </packing>
643                             </child>
644                             <child>
645                               <object class="GtkLabel" id="ruins_label">
646                                 <property name="visible">True</property>
647                                 <property name="label" translatable="yes">Ruins</property>
648                               </object>
649                               <packing>
650                                 <property name="x_options">GTK_FILL</property>
651                                 <property name="y_options"></property>
652                               </packing>
653                             </child>
654                             <child>
655                               <object class="GtkHScale" id="ruins_scale">
656                                 <property name="visible">True</property>
657                                 <property name="adjustment">adjustment10</property>
658                                 <property name="digits">0</property>
659                                 <property name="value_pos">right</property>
660                               </object>
661                               <packing>
662                                 <property name="left_attach">1</property>
663                                 <property name="right_attach">2</property>
664                                 <property name="y_options">GTK_FILL</property>
665                                 <property name="x_padding">8</property>
666                               </packing>
667                             </child>
668                             <child>
669                               <object class="GtkLabel" id="signposts_label">
670                                 <property name="visible">True</property>
671                                 <property name="label" translatable="yes">Signposts</property>
672                               </object>
673                               <packing>
674                                 <property name="top_attach">2</property>
675                                 <property name="bottom_attach">3</property>
676                                 <property name="x_options">GTK_FILL</property>
677                                 <property name="y_options"></property>
678                               </packing>
679                             </child>
680                             <child>
681                               <object class="GtkHScale" id="temples_scale">
682                                 <property name="visible">True</property>
683                                 <property name="can_focus">True</property>
684                                 <property name="adjustment">adjustment9</property>
685                                 <property name="digits">0</property>
686                                 <property name="value_pos">right</property>
687                               </object>
688                               <packing>
689                                 <property name="left_attach">1</property>
690                                 <property name="right_attach">2</property>
691                                 <property name="top_attach">1</property>
692                                 <property name="bottom_attach">2</property>
693                                 <property name="y_options">GTK_FILL</property>
694                                 <property name="x_padding">8</property>
695                               </packing>
696                             </child>
697                             <child>
698                               <object class="GtkHScale" id="signposts_scale">
699                                 <property name="visible">True</property>
700                                 <property name="can_focus">True</property>
701                                 <property name="adjustment">adjustment11</property>
702                                 <property name="digits">0</property>
703                                 <property name="value_pos">right</property>
704                               </object>
705                               <packing>
706                                 <property name="left_attach">1</property>
707                                 <property name="right_attach">2</property>
708                                 <property name="top_attach">2</property>
709                                 <property name="bottom_attach">3</property>
710                                 <property name="y_options">GTK_FILL</property>
711                                 <property name="x_padding">8</property>
712                               </packing>
713                             </child>
714                             <child>
715                               <placeholder/>
716                             </child>
717                             <child>
718                               <placeholder/>
719                             </child>
720                           </object>
721                         </child>
722                         <child type="label">
723                           <object class="GtkLabel" id="label22">
724                             <property name="visible">True</property>
725                             <property name="label" translatable="yes">Other Map Objects</property>
726                           </object>
727                         </child>
728                       </object>
729                       <packing>
730                         <property name="position">3</property>
731                       </packing>
732                     </child>
733                   </object>
734                 </child>
735               </object>
736             </child>
737             <child type="label">
738               <object class="GtkLabel" id="label2">
739                 <property name="visible">True</property>
740                 <property name="xalign">0</property>
741                 <property name="yalign">0</property>
742                 <property name="label" translatable="yes">&lt;b&gt;Map&lt;/b&gt;</property>
743                 <property name="use_markup">True</property>
744               </object>
745             </child>
746           </object>
747           <packing>
748             <property name="position">1</property>
749           </packing>
750         </child>
751         <child>
752           <object class="GtkVBox" id="vbox1">
753             <property name="visible">True</property>
754             <property name="border_width">8</property>
755             <property name="orientation">vertical</property>
756             <child>
757               <object class="GtkProgressBar" id="progressbar">
758                 <property name="height_request">21</property>
759                 <property name="visible">True</property>
760                 <property name="activity_mode">True</property>
761               </object>
762               <packing>
763                 <property name="expand">False</property>
764                 <property name="fill">False</property>
765                 <property name="position">0</property>
766               </packing>
767             </child>
768           </object>
769           <packing>
770             <property name="position">2</property>
771           </packing>
772         </child>
773         <child>
774           <object class="GtkHButtonBox" id="hbuttonbox1">
775             <property name="visible">True</property>
776             <property name="spacing">8</property>
777             <property name="layout_style">end</property>
778             <child>
779               <object class="GtkButton" id="cancel2_button">
780                 <property name="label" translatable="yes">_Cancel</property>
781                 <property name="visible">True</property>
782                 <property name="can_focus">True</property>
783                 <property name="receives_default">True</property>
784                 <property name="use_underline">True</property>
785               </object>
786               <packing>
787                 <property name="expand">False</property>
788                 <property name="fill">False</property>
789                 <property name="position">0</property>
790               </packing>
791             </child>
792             <child>
793               <object class="GtkButton" id="accept2_button">
794                 <property name="label" translatable="yes">Create _Random Map</property>
795                 <property name="visible">True</property>
796                 <property name="can_focus">True</property>
797                 <property name="can_default">True</property>
798                 <property name="has_default">True</property>
799                 <property name="receives_default">True</property>
800                 <property name="use_underline">True</property>
801               </object>
802               <packing>
803                 <property name="expand">False</property>
804                 <property name="fill">False</property>
805                 <property name="position">1</property>
806               </packing>
807             </child>
808           </object>
809           <packing>
810             <property name="position">3</property>
811           </packing>
812         </child>
813         <child internal-child="action_area">
814           <object class="GtkHButtonBox" id="dialog-action_area1">
815             <property name="visible">True</property>
816             <property name="layout_style">end</property>
817             <child>
818               <placeholder/>
819             </child>
820             <child>
821               <placeholder/>
822             </child>
823           </object>
824           <packing>
825             <property name="expand">False</property>
826             <property name="pack_type">end</property>
827             <property name="position">0</property>
828           </packing>
829         </child>
830       </object>
831     </child>
832   </object>
833   <object class="GtkAdjustment" id="adjustment11">
834     <property name="upper">99</property>
835     <property name="step_increment">1</property>
836     <property name="page_increment">2</property>
837   </object>
838 </interface>