]> Pileus Git - ~andy/gtk/blob - tests/reftests/label-sizing.ui
Revert "gtkmenubutton: Add menu button widget"
[~andy/gtk] / tests / reftests / label-sizing.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkOffscreenWindow" id="window1">
5     <property name="can_focus">False</property>
6     <property name="type">popup</property>
7     <child>
8       <object class="GtkGrid" id="grid1">
9         <property name="visible">True</property>
10         <property name="can_focus">False</property>
11         <property name="row-spacing">1</property>
12         <property name="column-spacing">1</property>
13         <property name="row-homogeneous">True</property>
14         <child>
15           <object class="GtkLabel" id="label2">
16             <property name="visible">True</property>
17             <property name="can_focus">False</property>
18             <property name="label" translatable="yes">wrap</property>
19           </object>
20           <packing>
21             <property name="left_attach">0</property>
22             <property name="top_attach">0</property>
23             <property name="width">1</property>
24             <property name="height">1</property>
25           </packing>
26         </child>
27         <child>
28           <object class="GtkLabel" id="label3">
29             <property name="visible">True</property>
30             <property name="can_focus">False</property>
31             <property name="label" translatable="yes">ellipsize</property>
32           </object>
33           <packing>
34             <property name="left_attach">1</property>
35             <property name="top_attach">0</property>
36             <property name="width">1</property>
37             <property name="height">1</property>
38           </packing>
39         </child>
40         <child>
41           <object class="GtkLabel" id="label4">
42             <property name="visible">True</property>
43             <property name="can_focus">False</property>
44             <property name="label" translatable="yes">width-chars</property>
45           </object>
46           <packing>
47             <property name="left_attach">2</property>
48             <property name="top_attach">0</property>
49             <property name="width">1</property>
50             <property name="height">1</property>
51           </packing>
52         </child>
53         <child>
54           <object class="GtkLabel" id="label5">
55             <property name="visible">True</property>
56             <property name="can_focus">False</property>
57             <property name="label" translatable="yes">max-width-chars</property>
58           </object>
59           <packing>
60             <property name="left_attach">3</property>
61             <property name="top_attach">0</property>
62             <property name="width">1</property>
63             <property name="height">1</property>
64           </packing>
65         </child>
66         <child>
67           <object class="GtkLabel" id="label6">
68             <property name="visible">True</property>
69             <property name="can_focus">False</property>
70             <property name="label" translatable="yes">results</property>
71           </object>
72           <packing>
73             <property name="left_attach">4</property>
74             <property name="top_attach">0</property>
75             <property name="width">1</property>
76             <property name="height">1</property>
77           </packing>
78         </child>
79         <child>
80           <object class="GtkLabel" id="wrap1">
81             <property name="visible">True</property>
82             <property name="can_focus">False</property>
83             <property name="label" translatable="yes">False</property>
84           </object>
85           <packing>
86             <property name="left_attach">0</property>
87             <property name="top_attach">1</property>
88             <property name="width">1</property>
89             <property name="height">1</property>
90           </packing>
91         </child>
92         <child>
93           <object class="GtkLabel" id="ellipsize1">
94             <property name="visible">True</property>
95             <property name="can_focus">False</property>
96             <property name="label" translatable="yes">none</property>
97           </object>
98           <packing>
99             <property name="left_attach">1</property>
100             <property name="top_attach">1</property>
101             <property name="width">1</property>
102             <property name="height">1</property>
103           </packing>
104         </child>
105         <child>
106           <object class="GtkLabel" id="width_chars1">
107             <property name="visible">True</property>
108             <property name="can_focus">False</property>
109             <property name="label" translatable="yes">-1</property>
110           </object>
111           <packing>
112             <property name="left_attach">2</property>
113             <property name="top_attach">1</property>
114             <property name="width">1</property>
115             <property name="height">1</property>
116           </packing>
117         </child>
118         <child>
119           <object class="GtkLabel" id="max_width_chars1">
120             <property name="visible">True</property>
121             <property name="can_focus">False</property>
122             <property name="label" translatable="yes">-1</property>
123           </object>
124           <packing>
125             <property name="left_attach">3</property>
126             <property name="top_attach">1</property>
127             <property name="width">1</property>
128             <property name="height">1</property>
129           </packing>
130         </child>
131         <child>
132           <object class="GtkPaned" id="paned1">
133             <property name="visible">True</property>
134             <property name="can_focus">True</property>
135             <child>
136               <object class="GtkPaned" id="required1">
137                 <property name="visible">True</property>
138                 <property name="can_focus">True</property>
139                 <property name="orientation">vertical</property>
140                 <child>
141                   <object class="GtkEventBox" id="required-required-container1">
142                     <property name="visible">True</property>
143                     <property name="can_focus">False</property>
144                     <property name="valign">end</property>
145                     <property name="halign">end</property>
146                     <child>
147                       <object class="GtkLabel" id="required-required1">
148                         <property name="visible">True</property>
149                         <property name="can_focus">False</property>
150                         <property name="label" translatable="yes">ABCDE ABCD</property>
151                         <property name="xalign">0.0</property>
152                         <property name="wrap">False</property>
153                         <property name="ellipsize">none</property>
154                         <property name="width-chars">-1</property>
155                         <property name="max-width-chars">-1</property>
156                         <attributes>
157                           <attribute name="font-desc" value="Monospace"/>
158                         </attributes>
159                       </object>
160                     </child>
161                   </object>
162                   <packing>
163                     <property name="resize">False</property>
164                     <property name="shrink">False</property>
165                   </packing>
166                 </child>
167                 <child>
168                   <object class="GtkEventBox" id="required-natural-container1">
169                     <property name="visible">True</property>
170                     <property name="can_focus">False</property>
171                     <property name="valign">start</property>
172                     <property name="halign">end</property>
173                     <child>
174                       <object class="GtkLabel" id="required-natural1">
175                         <property name="visible">True</property>
176                         <property name="can_focus">False</property>
177                         <property name="label" translatable="yes">ABCDE ABCD</property>
178                         <property name="xalign">0.0</property>
179                         <property name="wrap">False</property>
180                         <property name="ellipsize">none</property>
181                         <property name="width-chars">-1</property>
182                         <property name="max-width-chars">-1</property>
183                         <attributes>
184                           <attribute name="font-desc" value="Monospace"/>
185                         </attributes>
186                       </object>
187                     </child>
188                   </object>
189                   <packing>
190                     <property name="resize">True</property>
191                     <property name="shrink">False</property>
192                   </packing>
193                 </child>
194               </object>
195               <packing>
196                 <property name="resize">False</property>
197                 <property name="shrink">False</property>
198               </packing>
199             </child>
200             <child>
201               <object class="GtkPaned" id="natural1">
202                 <property name="visible">True</property>
203                 <property name="can_focus">True</property>
204                 <property name="orientation">vertical</property>
205                 <child>
206                   <object class="GtkEventBox" id="natural-required-container1">
207                     <property name="visible">True</property>
208                     <property name="can_focus">False</property>
209                     <property name="valign">end</property>
210                     <property name="halign">start</property>
211                     <child>
212                       <object class="GtkLabel" id="natural-required1">
213                         <property name="visible">True</property>
214                         <property name="can_focus">False</property>
215                         <property name="label" translatable="yes">ABCDE ABCD</property>
216                         <property name="xalign">0.0</property>
217                         <property name="wrap">False</property>
218                         <property name="ellipsize">none</property>
219                         <property name="width-chars">-1</property>
220                         <property name="max-width-chars">-1</property>
221                         <attributes>
222                           <attribute name="font-desc" value="Monospace"/>
223                         </attributes>
224                       </object>
225                     </child>
226                   </object>
227                   <packing>
228                     <property name="resize">False</property>
229                     <property name="shrink">False</property>
230                   </packing>
231                 </child>
232                 <child>
233                   <object class="GtkEventBox" id="natural-natural-container1">
234                     <property name="visible">True</property>
235                     <property name="can_focus">False</property>
236                     <property name="valign">start</property>
237                     <property name="halign">start</property>
238                     <child>
239                       <object class="GtkLabel" id="natural-natural1">
240                         <property name="visible">True</property>
241                         <property name="can_focus">False</property>
242                         <property name="label" translatable="yes">ABCDE ABCD</property>
243                         <property name="xalign">0.0</property>
244                         <property name="wrap">False</property>
245                         <property name="ellipsize">none</property>
246                         <property name="width-chars">-1</property>
247                         <property name="max-width-chars">-1</property>
248                         <attributes>
249                           <attribute name="font-desc" value="Monospace"/>
250                         </attributes>
251                       </object>
252                     </child>
253                   </object>
254                   <packing>
255                     <property name="resize">True</property>
256                     <property name="shrink">False</property>
257                   </packing>
258                 </child>
259               </object>
260               <packing>
261                 <property name="resize">True</property>
262                 <property name="shrink">False</property>
263               </packing>
264             </child>
265           </object>
266           <packing>
267             <property name="left_attach">4</property>
268             <property name="top_attach">1</property>
269             <property name="width">1</property>
270             <property name="height">1</property>
271           </packing>
272         </child>
273         <child>
274           <object class="GtkLabel" id="wrap2">
275             <property name="visible">True</property>
276             <property name="can_focus">False</property>
277             <property name="label" translatable="yes">True</property>
278           </object>
279           <packing>
280             <property name="left_attach">0</property>
281             <property name="top_attach">2</property>
282             <property name="width">1</property>
283             <property name="height">1</property>
284           </packing>
285         </child>
286         <child>
287           <object class="GtkLabel" id="ellipsize2">
288             <property name="visible">True</property>
289             <property name="can_focus">False</property>
290             <property name="label" translatable="yes">none</property>
291           </object>
292           <packing>
293             <property name="left_attach">1</property>
294             <property name="top_attach">2</property>
295             <property name="width">1</property>
296             <property name="height">1</property>
297           </packing>
298         </child>
299         <child>
300           <object class="GtkLabel" id="width_chars2">
301             <property name="visible">True</property>
302             <property name="can_focus">False</property>
303             <property name="label" translatable="yes">-1</property>
304           </object>
305           <packing>
306             <property name="left_attach">2</property>
307             <property name="top_attach">2</property>
308             <property name="width">1</property>
309             <property name="height">1</property>
310           </packing>
311         </child>
312         <child>
313           <object class="GtkLabel" id="max_width_chars2">
314             <property name="visible">True</property>
315             <property name="can_focus">False</property>
316             <property name="label" translatable="yes">-1</property>
317           </object>
318           <packing>
319             <property name="left_attach">3</property>
320             <property name="top_attach">2</property>
321             <property name="width">1</property>
322             <property name="height">1</property>
323           </packing>
324         </child>
325         <child>
326           <object class="GtkPaned" id="paned2">
327             <property name="visible">True</property>
328             <property name="can_focus">True</property>
329             <child>
330               <object class="GtkPaned" id="required2">
331                 <property name="visible">True</property>
332                 <property name="can_focus">True</property>
333                 <property name="orientation">vertical</property>
334                 <child>
335                   <object class="GtkEventBox" id="required-required-container2">
336                     <property name="visible">True</property>
337                     <property name="can_focus">False</property>
338                     <property name="valign">end</property>
339                     <property name="halign">end</property>
340                     <child>
341                       <object class="GtkLabel" id="required-required2">
342                         <property name="visible">True</property>
343                         <property name="can_focus">False</property>
344                         <property name="label" translatable="yes">ABCDE ABCD</property>
345                         <property name="xalign">0.0</property>
346                         <property name="wrap">True</property>
347                         <property name="ellipsize">none</property>
348                         <property name="width-chars">-1</property>
349                         <property name="max-width-chars">-1</property>
350                         <attributes>
351                           <attribute name="font-desc" value="Monospace"/>
352                         </attributes>
353                       </object>
354                     </child>
355                   </object>
356                   <packing>
357                     <property name="resize">False</property>
358                     <property name="shrink">False</property>
359                   </packing>
360                 </child>
361                 <child>
362                   <object class="GtkEventBox" id="required-natural-container2">
363                     <property name="visible">True</property>
364                     <property name="can_focus">False</property>
365                     <property name="valign">start</property>
366                     <property name="halign">end</property>
367                     <child>
368                       <object class="GtkLabel" id="required-natural2">
369                         <property name="visible">True</property>
370                         <property name="can_focus">False</property>
371                         <property name="label" translatable="yes">ABCDE ABCD</property>
372                         <property name="xalign">0.0</property>
373                         <property name="wrap">True</property>
374                         <property name="ellipsize">none</property>
375                         <property name="width-chars">-1</property>
376                         <property name="max-width-chars">-1</property>
377                         <attributes>
378                           <attribute name="font-desc" value="Monospace"/>
379                         </attributes>
380                       </object>
381                     </child>
382                   </object>
383                   <packing>
384                     <property name="resize">True</property>
385                     <property name="shrink">False</property>
386                   </packing>
387                 </child>
388               </object>
389               <packing>
390                 <property name="resize">False</property>
391                 <property name="shrink">False</property>
392               </packing>
393             </child>
394             <child>
395               <object class="GtkPaned" id="natural2">
396                 <property name="visible">True</property>
397                 <property name="can_focus">True</property>
398                 <property name="orientation">vertical</property>
399                 <child>
400                   <object class="GtkEventBox" id="natural-required-container2">
401                     <property name="visible">True</property>
402                     <property name="can_focus">False</property>
403                     <property name="valign">end</property>
404                     <property name="halign">start</property>
405                     <child>
406                       <object class="GtkLabel" id="natural-required2">
407                         <property name="visible">True</property>
408                         <property name="can_focus">False</property>
409                         <property name="label" translatable="yes">ABCDE ABCD</property>
410                         <property name="xalign">0.0</property>
411                         <property name="wrap">True</property>
412                         <property name="ellipsize">none</property>
413                         <property name="width-chars">-1</property>
414                         <property name="max-width-chars">-1</property>
415                         <attributes>
416                           <attribute name="font-desc" value="Monospace"/>
417                         </attributes>
418                       </object>
419                     </child>
420                   </object>
421                   <packing>
422                     <property name="resize">False</property>
423                     <property name="shrink">False</property>
424                   </packing>
425                 </child>
426                 <child>
427                   <object class="GtkEventBox" id="natural-natural-container2">
428                     <property name="visible">True</property>
429                     <property name="can_focus">False</property>
430                     <property name="valign">start</property>
431                     <property name="halign">start</property>
432                     <child>
433                       <object class="GtkLabel" id="natural-natural2">
434                         <property name="visible">True</property>
435                         <property name="can_focus">False</property>
436                         <property name="label" translatable="yes">ABCDE ABCD</property>
437                         <property name="xalign">0.0</property>
438                         <property name="wrap">True</property>
439                         <property name="ellipsize">none</property>
440                         <property name="width-chars">-1</property>
441                         <property name="max-width-chars">-1</property>
442                         <attributes>
443                           <attribute name="font-desc" value="Monospace"/>
444                         </attributes>
445                       </object>
446                     </child>
447                   </object>
448                   <packing>
449                     <property name="resize">True</property>
450                     <property name="shrink">False</property>
451                   </packing>
452                 </child>
453               </object>
454               <packing>
455                 <property name="resize">True</property>
456                 <property name="shrink">False</property>
457               </packing>
458             </child>
459           </object>
460           <packing>
461             <property name="left_attach">4</property>
462             <property name="top_attach">2</property>
463             <property name="width">1</property>
464             <property name="height">1</property>
465           </packing>
466         </child>
467         <child>
468           <object class="GtkLabel" id="wrap3">
469             <property name="visible">True</property>
470             <property name="can_focus">False</property>
471             <property name="label" translatable="yes">False</property>
472           </object>
473           <packing>
474             <property name="left_attach">0</property>
475             <property name="top_attach">3</property>
476             <property name="width">1</property>
477             <property name="height">1</property>
478           </packing>
479         </child>
480         <child>
481           <object class="GtkLabel" id="ellipsize3">
482             <property name="visible">True</property>
483             <property name="can_focus">False</property>
484             <property name="label" translatable="yes">end</property>
485           </object>
486           <packing>
487             <property name="left_attach">1</property>
488             <property name="top_attach">3</property>
489             <property name="width">1</property>
490             <property name="height">1</property>
491           </packing>
492         </child>
493         <child>
494           <object class="GtkLabel" id="width_chars3">
495             <property name="visible">True</property>
496             <property name="can_focus">False</property>
497             <property name="label" translatable="yes">-1</property>
498           </object>
499           <packing>
500             <property name="left_attach">2</property>
501             <property name="top_attach">3</property>
502             <property name="width">1</property>
503             <property name="height">1</property>
504           </packing>
505         </child>
506         <child>
507           <object class="GtkLabel" id="max_width_chars3">
508             <property name="visible">True</property>
509             <property name="can_focus">False</property>
510             <property name="label" translatable="yes">-1</property>
511           </object>
512           <packing>
513             <property name="left_attach">3</property>
514             <property name="top_attach">3</property>
515             <property name="width">1</property>
516             <property name="height">1</property>
517           </packing>
518         </child>
519         <child>
520           <object class="GtkPaned" id="paned3">
521             <property name="visible">True</property>
522             <property name="can_focus">True</property>
523             <child>
524               <object class="GtkPaned" id="required3">
525                 <property name="visible">True</property>
526                 <property name="can_focus">True</property>
527                 <property name="orientation">vertical</property>
528                 <child>
529                   <object class="GtkEventBox" id="required-required-container3">
530                     <property name="visible">True</property>
531                     <property name="can_focus">False</property>
532                     <property name="valign">end</property>
533                     <property name="halign">end</property>
534                     <child>
535                       <object class="GtkLabel" id="required-required3">
536                         <property name="visible">True</property>
537                         <property name="can_focus">False</property>
538                         <property name="label" translatable="yes">ABCDE ABCD</property>
539                         <property name="xalign">0.0</property>
540                         <property name="wrap">False</property>
541                         <property name="ellipsize">end</property>
542                         <property name="width-chars">-1</property>
543                         <property name="max-width-chars">-1</property>
544                         <attributes>
545                           <attribute name="font-desc" value="Monospace"/>
546                         </attributes>
547                       </object>
548                     </child>
549                   </object>
550                   <packing>
551                     <property name="resize">False</property>
552                     <property name="shrink">False</property>
553                   </packing>
554                 </child>
555                 <child>
556                   <object class="GtkEventBox" id="required-natural-container3">
557                     <property name="visible">True</property>
558                     <property name="can_focus">False</property>
559                     <property name="valign">start</property>
560                     <property name="halign">end</property>
561                     <child>
562                       <object class="GtkLabel" id="required-natural3">
563                         <property name="visible">True</property>
564                         <property name="can_focus">False</property>
565                         <property name="label" translatable="yes">ABCDE ABCD</property>
566                         <property name="xalign">0.0</property>
567                         <property name="wrap">False</property>
568                         <property name="ellipsize">end</property>
569                         <property name="width-chars">-1</property>
570                         <property name="max-width-chars">-1</property>
571                         <attributes>
572                           <attribute name="font-desc" value="Monospace"/>
573                         </attributes>
574                       </object>
575                     </child>
576                   </object>
577                   <packing>
578                     <property name="resize">True</property>
579                     <property name="shrink">False</property>
580                   </packing>
581                 </child>
582               </object>
583               <packing>
584                 <property name="resize">False</property>
585                 <property name="shrink">False</property>
586               </packing>
587             </child>
588             <child>
589               <object class="GtkPaned" id="natural3">
590                 <property name="visible">True</property>
591                 <property name="can_focus">True</property>
592                 <property name="orientation">vertical</property>
593                 <child>
594                   <object class="GtkEventBox" id="natural-required-container3">
595                     <property name="visible">True</property>
596                     <property name="can_focus">False</property>
597                     <property name="valign">end</property>
598                     <property name="halign">start</property>
599                     <child>
600                       <object class="GtkLabel" id="natural-required3">
601                         <property name="visible">True</property>
602                         <property name="can_focus">False</property>
603                         <property name="label" translatable="yes">ABCDE ABCD</property>
604                         <property name="xalign">0.0</property>
605                         <property name="wrap">False</property>
606                         <property name="ellipsize">end</property>
607                         <property name="width-chars">-1</property>
608                         <property name="max-width-chars">-1</property>
609                         <attributes>
610                           <attribute name="font-desc" value="Monospace"/>
611                         </attributes>
612                       </object>
613                     </child>
614                   </object>
615                   <packing>
616                     <property name="resize">False</property>
617                     <property name="shrink">False</property>
618                   </packing>
619                 </child>
620                 <child>
621                   <object class="GtkEventBox" id="natural-natural-container3">
622                     <property name="visible">True</property>
623                     <property name="can_focus">False</property>
624                     <property name="valign">start</property>
625                     <property name="halign">start</property>
626                     <child>
627                       <object class="GtkLabel" id="natural-natural3">
628                         <property name="visible">True</property>
629                         <property name="can_focus">False</property>
630                         <property name="label" translatable="yes">ABCDE ABCD</property>
631                         <property name="xalign">0.0</property>
632                         <property name="wrap">False</property>
633                         <property name="ellipsize">end</property>
634                         <property name="width-chars">-1</property>
635                         <property name="max-width-chars">-1</property>
636                         <attributes>
637                           <attribute name="font-desc" value="Monospace"/>
638                         </attributes>
639                       </object>
640                     </child>
641                   </object>
642                   <packing>
643                     <property name="resize">True</property>
644                     <property name="shrink">False</property>
645                   </packing>
646                 </child>
647               </object>
648               <packing>
649                 <property name="resize">True</property>
650                 <property name="shrink">False</property>
651               </packing>
652             </child>
653           </object>
654           <packing>
655             <property name="left_attach">4</property>
656             <property name="top_attach">3</property>
657             <property name="width">1</property>
658             <property name="height">1</property>
659           </packing>
660         </child>
661         <child>
662           <object class="GtkLabel" id="wrap4">
663             <property name="visible">True</property>
664             <property name="can_focus">False</property>
665             <property name="label" translatable="yes">True</property>
666           </object>
667           <packing>
668             <property name="left_attach">0</property>
669             <property name="top_attach">4</property>
670             <property name="width">1</property>
671             <property name="height">1</property>
672           </packing>
673         </child>
674         <child>
675           <object class="GtkLabel" id="ellipsize4">
676             <property name="visible">True</property>
677             <property name="can_focus">False</property>
678             <property name="label" translatable="yes">end</property>
679           </object>
680           <packing>
681             <property name="left_attach">1</property>
682             <property name="top_attach">4</property>
683             <property name="width">1</property>
684             <property name="height">1</property>
685           </packing>
686         </child>
687         <child>
688           <object class="GtkLabel" id="width_chars4">
689             <property name="visible">True</property>
690             <property name="can_focus">False</property>
691             <property name="label" translatable="yes">-1</property>
692           </object>
693           <packing>
694             <property name="left_attach">2</property>
695             <property name="top_attach">4</property>
696             <property name="width">1</property>
697             <property name="height">1</property>
698           </packing>
699         </child>
700         <child>
701           <object class="GtkLabel" id="max_width_chars4">
702             <property name="visible">True</property>
703             <property name="can_focus">False</property>
704             <property name="label" translatable="yes">-1</property>
705           </object>
706           <packing>
707             <property name="left_attach">3</property>
708             <property name="top_attach">4</property>
709             <property name="width">1</property>
710             <property name="height">1</property>
711           </packing>
712         </child>
713         <child>
714           <object class="GtkPaned" id="paned4">
715             <property name="visible">True</property>
716             <property name="can_focus">True</property>
717             <child>
718               <object class="GtkPaned" id="required4">
719                 <property name="visible">True</property>
720                 <property name="can_focus">True</property>
721                 <property name="orientation">vertical</property>
722                 <child>
723                   <object class="GtkEventBox" id="required-required-container4">
724                     <property name="visible">True</property>
725                     <property name="can_focus">False</property>
726                     <property name="valign">end</property>
727                     <property name="halign">end</property>
728                     <child>
729                       <object class="GtkLabel" id="required-required4">
730                         <property name="visible">True</property>
731                         <property name="can_focus">False</property>
732                         <property name="label" translatable="yes">ABCDE ABCD</property>
733                         <property name="xalign">0.0</property>
734                         <property name="wrap">True</property>
735                         <property name="ellipsize">end</property>
736                         <property name="width-chars">-1</property>
737                         <property name="max-width-chars">-1</property>
738                         <attributes>
739                           <attribute name="font-desc" value="Monospace"/>
740                         </attributes>
741                       </object>
742                     </child>
743                   </object>
744                   <packing>
745                     <property name="resize">False</property>
746                     <property name="shrink">False</property>
747                   </packing>
748                 </child>
749                 <child>
750                   <object class="GtkEventBox" id="required-natural-container4">
751                     <property name="visible">True</property>
752                     <property name="can_focus">False</property>
753                     <property name="valign">start</property>
754                     <property name="halign">end</property>
755                     <child>
756                       <object class="GtkLabel" id="required-natural4">
757                         <property name="visible">True</property>
758                         <property name="can_focus">False</property>
759                         <property name="label" translatable="yes">ABCDE ABCD</property>
760                         <property name="xalign">0.0</property>
761                         <property name="wrap">True</property>
762                         <property name="ellipsize">end</property>
763                         <property name="width-chars">-1</property>
764                         <property name="max-width-chars">-1</property>
765                         <attributes>
766                           <attribute name="font-desc" value="Monospace"/>
767                         </attributes>
768                       </object>
769                     </child>
770                   </object>
771                   <packing>
772                     <property name="resize">True</property>
773                     <property name="shrink">False</property>
774                   </packing>
775                 </child>
776               </object>
777               <packing>
778                 <property name="resize">False</property>
779                 <property name="shrink">False</property>
780               </packing>
781             </child>
782             <child>
783               <object class="GtkPaned" id="natural4">
784                 <property name="visible">True</property>
785                 <property name="can_focus">True</property>
786                 <property name="orientation">vertical</property>
787                 <child>
788                   <object class="GtkEventBox" id="natural-required-container4">
789                     <property name="visible">True</property>
790                     <property name="can_focus">False</property>
791                     <property name="valign">end</property>
792                     <property name="halign">start</property>
793                     <child>
794                       <object class="GtkLabel" id="natural-required4">
795                         <property name="visible">True</property>
796                         <property name="can_focus">False</property>
797                         <property name="label" translatable="yes">ABCDE ABCD</property>
798                         <property name="xalign">0.0</property>
799                         <property name="wrap">True</property>
800                         <property name="ellipsize">end</property>
801                         <property name="width-chars">-1</property>
802                         <property name="max-width-chars">-1</property>
803                         <attributes>
804                           <attribute name="font-desc" value="Monospace"/>
805                         </attributes>
806                       </object>
807                     </child>
808                   </object>
809                   <packing>
810                     <property name="resize">False</property>
811                     <property name="shrink">False</property>
812                   </packing>
813                 </child>
814                 <child>
815                   <object class="GtkEventBox" id="natural-natural-container4">
816                     <property name="visible">True</property>
817                     <property name="can_focus">False</property>
818                     <property name="valign">start</property>
819                     <property name="halign">start</property>
820                     <child>
821                       <object class="GtkLabel" id="natural-natural4">
822                         <property name="visible">True</property>
823                         <property name="can_focus">False</property>
824                         <property name="label" translatable="yes">ABCDE ABCD</property>
825                         <property name="xalign">0.0</property>
826                         <property name="wrap">True</property>
827                         <property name="ellipsize">end</property>
828                         <property name="width-chars">-1</property>
829                         <property name="max-width-chars">-1</property>
830                         <attributes>
831                           <attribute name="font-desc" value="Monospace"/>
832                         </attributes>
833                       </object>
834                     </child>
835                   </object>
836                   <packing>
837                     <property name="resize">True</property>
838                     <property name="shrink">False</property>
839                   </packing>
840                 </child>
841               </object>
842               <packing>
843                 <property name="resize">True</property>
844                 <property name="shrink">False</property>
845               </packing>
846             </child>
847           </object>
848           <packing>
849             <property name="left_attach">4</property>
850             <property name="top_attach">4</property>
851             <property name="width">1</property>
852             <property name="height">1</property>
853           </packing>
854         </child>
855         <child>
856           <object class="GtkLabel" id="wrap5">
857             <property name="visible">True</property>
858             <property name="can_focus">False</property>
859             <property name="label" translatable="yes">False</property>
860           </object>
861           <packing>
862             <property name="left_attach">0</property>
863             <property name="top_attach">5</property>
864             <property name="width">1</property>
865             <property name="height">1</property>
866           </packing>
867         </child>
868         <child>
869           <object class="GtkLabel" id="ellipsize5">
870             <property name="visible">True</property>
871             <property name="can_focus">False</property>
872             <property name="label" translatable="yes">none</property>
873           </object>
874           <packing>
875             <property name="left_attach">1</property>
876             <property name="top_attach">5</property>
877             <property name="width">1</property>
878             <property name="height">1</property>
879           </packing>
880         </child>
881         <child>
882           <object class="GtkLabel" id="width_chars5">
883             <property name="visible">True</property>
884             <property name="can_focus">False</property>
885             <property name="label" translatable="yes">4</property>
886           </object>
887           <packing>
888             <property name="left_attach">2</property>
889             <property name="top_attach">5</property>
890             <property name="width">1</property>
891             <property name="height">1</property>
892           </packing>
893         </child>
894         <child>
895           <object class="GtkLabel" id="max_width_chars5">
896             <property name="visible">True</property>
897             <property name="can_focus">False</property>
898             <property name="label" translatable="yes">-1</property>
899           </object>
900           <packing>
901             <property name="left_attach">3</property>
902             <property name="top_attach">5</property>
903             <property name="width">1</property>
904             <property name="height">1</property>
905           </packing>
906         </child>
907         <child>
908           <object class="GtkPaned" id="paned5">
909             <property name="visible">True</property>
910             <property name="can_focus">True</property>
911             <child>
912               <object class="GtkPaned" id="required5">
913                 <property name="visible">True</property>
914                 <property name="can_focus">True</property>
915                 <property name="orientation">vertical</property>
916                 <child>
917                   <object class="GtkEventBox" id="required-required-container5">
918                     <property name="visible">True</property>
919                     <property name="can_focus">False</property>
920                     <property name="valign">end</property>
921                     <property name="halign">end</property>
922                     <child>
923                       <object class="GtkLabel" id="required-required5">
924                         <property name="visible">True</property>
925                         <property name="can_focus">False</property>
926                         <property name="label" translatable="yes">ABCDE ABCD</property>
927                         <property name="xalign">0.0</property>
928                         <property name="wrap">False</property>
929                         <property name="ellipsize">none</property>
930                         <property name="width-chars">4</property>
931                         <property name="max-width-chars">-1</property>
932                         <attributes>
933                           <attribute name="font-desc" value="Monospace"/>
934                         </attributes>
935                       </object>
936                     </child>
937                   </object>
938                   <packing>
939                     <property name="resize">False</property>
940                     <property name="shrink">False</property>
941                   </packing>
942                 </child>
943                 <child>
944                   <object class="GtkEventBox" id="required-natural-container5">
945                     <property name="visible">True</property>
946                     <property name="can_focus">False</property>
947                     <property name="valign">start</property>
948                     <property name="halign">end</property>
949                     <child>
950                       <object class="GtkLabel" id="required-natural5">
951                         <property name="visible">True</property>
952                         <property name="can_focus">False</property>
953                         <property name="label" translatable="yes">ABCDE ABCD</property>
954                         <property name="xalign">0.0</property>
955                         <property name="wrap">False</property>
956                         <property name="ellipsize">none</property>
957                         <property name="width-chars">4</property>
958                         <property name="max-width-chars">-1</property>
959                         <attributes>
960                           <attribute name="font-desc" value="Monospace"/>
961                         </attributes>
962                       </object>
963                     </child>
964                   </object>
965                   <packing>
966                     <property name="resize">True</property>
967                     <property name="shrink">False</property>
968                   </packing>
969                 </child>
970               </object>
971               <packing>
972                 <property name="resize">False</property>
973                 <property name="shrink">False</property>
974               </packing>
975             </child>
976             <child>
977               <object class="GtkPaned" id="natural5">
978                 <property name="visible">True</property>
979                 <property name="can_focus">True</property>
980                 <property name="orientation">vertical</property>
981                 <child>
982                   <object class="GtkEventBox" id="natural-required-container5">
983                     <property name="visible">True</property>
984                     <property name="can_focus">False</property>
985                     <property name="valign">end</property>
986                     <property name="halign">start</property>
987                     <child>
988                       <object class="GtkLabel" id="natural-required5">
989                         <property name="visible">True</property>
990                         <property name="can_focus">False</property>
991                         <property name="label" translatable="yes">ABCDE ABCD</property>
992                         <property name="xalign">0.0</property>
993                         <property name="wrap">False</property>
994                         <property name="ellipsize">none</property>
995                         <property name="width-chars">4</property>
996                         <property name="max-width-chars">-1</property>
997                         <attributes>
998                           <attribute name="font-desc" value="Monospace"/>
999                         </attributes>
1000                       </object>
1001                     </child>
1002                   </object>
1003                   <packing>
1004                     <property name="resize">False</property>
1005                     <property name="shrink">False</property>
1006                   </packing>
1007                 </child>
1008                 <child>
1009                   <object class="GtkEventBox" id="natural-natural-container5">
1010                     <property name="visible">True</property>
1011                     <property name="can_focus">False</property>
1012                     <property name="valign">start</property>
1013                     <property name="halign">start</property>
1014                     <child>
1015                       <object class="GtkLabel" id="natural-natural5">
1016                         <property name="visible">True</property>
1017                         <property name="can_focus">False</property>
1018                         <property name="label" translatable="yes">ABCDE ABCD</property>
1019                         <property name="xalign">0.0</property>
1020                         <property name="wrap">False</property>
1021                         <property name="ellipsize">none</property>
1022                         <property name="width-chars">4</property>
1023                         <property name="max-width-chars">-1</property>
1024                         <attributes>
1025                           <attribute name="font-desc" value="Monospace"/>
1026                         </attributes>
1027                       </object>
1028                     </child>
1029                   </object>
1030                   <packing>
1031                     <property name="resize">True</property>
1032                     <property name="shrink">False</property>
1033                   </packing>
1034                 </child>
1035               </object>
1036               <packing>
1037                 <property name="resize">True</property>
1038                 <property name="shrink">False</property>
1039               </packing>
1040             </child>
1041           </object>
1042           <packing>
1043             <property name="left_attach">4</property>
1044             <property name="top_attach">5</property>
1045             <property name="width">1</property>
1046             <property name="height">1</property>
1047           </packing>
1048         </child>
1049         <child>
1050           <object class="GtkLabel" id="wrap6">
1051             <property name="visible">True</property>
1052             <property name="can_focus">False</property>
1053             <property name="label" translatable="yes">True</property>
1054           </object>
1055           <packing>
1056             <property name="left_attach">0</property>
1057             <property name="top_attach">6</property>
1058             <property name="width">1</property>
1059             <property name="height">1</property>
1060           </packing>
1061         </child>
1062         <child>
1063           <object class="GtkLabel" id="ellipsize6">
1064             <property name="visible">True</property>
1065             <property name="can_focus">False</property>
1066             <property name="label" translatable="yes">none</property>
1067           </object>
1068           <packing>
1069             <property name="left_attach">1</property>
1070             <property name="top_attach">6</property>
1071             <property name="width">1</property>
1072             <property name="height">1</property>
1073           </packing>
1074         </child>
1075         <child>
1076           <object class="GtkLabel" id="width_chars6">
1077             <property name="visible">True</property>
1078             <property name="can_focus">False</property>
1079             <property name="label" translatable="yes">4</property>
1080           </object>
1081           <packing>
1082             <property name="left_attach">2</property>
1083             <property name="top_attach">6</property>
1084             <property name="width">1</property>
1085             <property name="height">1</property>
1086           </packing>
1087         </child>
1088         <child>
1089           <object class="GtkLabel" id="max_width_chars6">
1090             <property name="visible">True</property>
1091             <property name="can_focus">False</property>
1092             <property name="label" translatable="yes">-1</property>
1093           </object>
1094           <packing>
1095             <property name="left_attach">3</property>
1096             <property name="top_attach">6</property>
1097             <property name="width">1</property>
1098             <property name="height">1</property>
1099           </packing>
1100         </child>
1101         <child>
1102           <object class="GtkPaned" id="paned6">
1103             <property name="visible">True</property>
1104             <property name="can_focus">True</property>
1105             <child>
1106               <object class="GtkPaned" id="required6">
1107                 <property name="visible">True</property>
1108                 <property name="can_focus">True</property>
1109                 <property name="orientation">vertical</property>
1110                 <child>
1111                   <object class="GtkEventBox" id="required-required-container6">
1112                     <property name="visible">True</property>
1113                     <property name="can_focus">False</property>
1114                     <property name="valign">end</property>
1115                     <property name="halign">end</property>
1116                     <child>
1117                       <object class="GtkLabel" id="required-required6">
1118                         <property name="visible">True</property>
1119                         <property name="can_focus">False</property>
1120                         <property name="label" translatable="yes">ABCDE ABCD</property>
1121                         <property name="xalign">0.0</property>
1122                         <property name="wrap">True</property>
1123                         <property name="ellipsize">none</property>
1124                         <property name="width-chars">4</property>
1125                         <property name="max-width-chars">-1</property>
1126                         <attributes>
1127                           <attribute name="font-desc" value="Monospace"/>
1128                         </attributes>
1129                       </object>
1130                     </child>
1131                   </object>
1132                   <packing>
1133                     <property name="resize">False</property>
1134                     <property name="shrink">False</property>
1135                   </packing>
1136                 </child>
1137                 <child>
1138                   <object class="GtkEventBox" id="required-natural-container6">
1139                     <property name="visible">True</property>
1140                     <property name="can_focus">False</property>
1141                     <property name="valign">start</property>
1142                     <property name="halign">end</property>
1143                     <child>
1144                       <object class="GtkLabel" id="required-natural6">
1145                         <property name="visible">True</property>
1146                         <property name="can_focus">False</property>
1147                         <property name="label" translatable="yes">ABCDE ABCD</property>
1148                         <property name="xalign">0.0</property>
1149                         <property name="wrap">True</property>
1150                         <property name="ellipsize">none</property>
1151                         <property name="width-chars">4</property>
1152                         <property name="max-width-chars">-1</property>
1153                         <attributes>
1154                           <attribute name="font-desc" value="Monospace"/>
1155                         </attributes>
1156                       </object>
1157                     </child>
1158                   </object>
1159                   <packing>
1160                     <property name="resize">True</property>
1161                     <property name="shrink">False</property>
1162                   </packing>
1163                 </child>
1164               </object>
1165               <packing>
1166                 <property name="resize">False</property>
1167                 <property name="shrink">False</property>
1168               </packing>
1169             </child>
1170             <child>
1171               <object class="GtkPaned" id="natural6">
1172                 <property name="visible">True</property>
1173                 <property name="can_focus">True</property>
1174                 <property name="orientation">vertical</property>
1175                 <child>
1176                   <object class="GtkEventBox" id="natural-required-container6">
1177                     <property name="visible">True</property>
1178                     <property name="can_focus">False</property>
1179                     <property name="valign">end</property>
1180                     <property name="halign">start</property>
1181                     <child>
1182                       <object class="GtkLabel" id="natural-required6">
1183                         <property name="visible">True</property>
1184                         <property name="can_focus">False</property>
1185                         <property name="label" translatable="yes">ABCDE ABCD</property>
1186                         <property name="xalign">0.0</property>
1187                         <property name="wrap">True</property>
1188                         <property name="ellipsize">none</property>
1189                         <property name="width-chars">4</property>
1190                         <property name="max-width-chars">-1</property>
1191                         <attributes>
1192                           <attribute name="font-desc" value="Monospace"/>
1193                         </attributes>
1194                       </object>
1195                     </child>
1196                   </object>
1197                   <packing>
1198                     <property name="resize">False</property>
1199                     <property name="shrink">False</property>
1200                   </packing>
1201                 </child>
1202                 <child>
1203                   <object class="GtkEventBox" id="natural-natural-container6">
1204                     <property name="visible">True</property>
1205                     <property name="can_focus">False</property>
1206                     <property name="valign">start</property>
1207                     <property name="halign">start</property>
1208                     <child>
1209                       <object class="GtkLabel" id="natural-natural6">
1210                         <property name="visible">True</property>
1211                         <property name="can_focus">False</property>
1212                         <property name="label" translatable="yes">ABCDE ABCD</property>
1213                         <property name="xalign">0.0</property>
1214                         <property name="wrap">True</property>
1215                         <property name="ellipsize">none</property>
1216                         <property name="width-chars">4</property>
1217                         <property name="max-width-chars">-1</property>
1218                         <attributes>
1219                           <attribute name="font-desc" value="Monospace"/>
1220                         </attributes>
1221                       </object>
1222                     </child>
1223                   </object>
1224                   <packing>
1225                     <property name="resize">True</property>
1226                     <property name="shrink">False</property>
1227                   </packing>
1228                 </child>
1229               </object>
1230               <packing>
1231                 <property name="resize">True</property>
1232                 <property name="shrink">False</property>
1233               </packing>
1234             </child>
1235           </object>
1236           <packing>
1237             <property name="left_attach">4</property>
1238             <property name="top_attach">6</property>
1239             <property name="width">1</property>
1240             <property name="height">1</property>
1241           </packing>
1242         </child>
1243         <child>
1244           <object class="GtkLabel" id="wrap7">
1245             <property name="visible">True</property>
1246             <property name="can_focus">False</property>
1247             <property name="label" translatable="yes">False</property>
1248           </object>
1249           <packing>
1250             <property name="left_attach">0</property>
1251             <property name="top_attach">7</property>
1252             <property name="width">1</property>
1253             <property name="height">1</property>
1254           </packing>
1255         </child>
1256         <child>
1257           <object class="GtkLabel" id="ellipsize7">
1258             <property name="visible">True</property>
1259             <property name="can_focus">False</property>
1260             <property name="label" translatable="yes">end</property>
1261           </object>
1262           <packing>
1263             <property name="left_attach">1</property>
1264             <property name="top_attach">7</property>
1265             <property name="width">1</property>
1266             <property name="height">1</property>
1267           </packing>
1268         </child>
1269         <child>
1270           <object class="GtkLabel" id="width_chars7">
1271             <property name="visible">True</property>
1272             <property name="can_focus">False</property>
1273             <property name="label" translatable="yes">4</property>
1274           </object>
1275           <packing>
1276             <property name="left_attach">2</property>
1277             <property name="top_attach">7</property>
1278             <property name="width">1</property>
1279             <property name="height">1</property>
1280           </packing>
1281         </child>
1282         <child>
1283           <object class="GtkLabel" id="max_width_chars7">
1284             <property name="visible">True</property>
1285             <property name="can_focus">False</property>
1286             <property name="label" translatable="yes">-1</property>
1287           </object>
1288           <packing>
1289             <property name="left_attach">3</property>
1290             <property name="top_attach">7</property>
1291             <property name="width">1</property>
1292             <property name="height">1</property>
1293           </packing>
1294         </child>
1295         <child>
1296           <object class="GtkPaned" id="paned7">
1297             <property name="visible">True</property>
1298             <property name="can_focus">True</property>
1299             <child>
1300               <object class="GtkPaned" id="required7">
1301                 <property name="visible">True</property>
1302                 <property name="can_focus">True</property>
1303                 <property name="orientation">vertical</property>
1304                 <child>
1305                   <object class="GtkEventBox" id="required-required-container7">
1306                     <property name="visible">True</property>
1307                     <property name="can_focus">False</property>
1308                     <property name="valign">end</property>
1309                     <property name="halign">end</property>
1310                     <child>
1311                       <object class="GtkLabel" id="required-required7">
1312                         <property name="visible">True</property>
1313                         <property name="can_focus">False</property>
1314                         <property name="label" translatable="yes">ABCDE ABCD</property>
1315                         <property name="xalign">0.0</property>
1316                         <property name="wrap">False</property>
1317                         <property name="ellipsize">end</property>
1318                         <property name="width-chars">4</property>
1319                         <property name="max-width-chars">-1</property>
1320                         <attributes>
1321                           <attribute name="font-desc" value="Monospace"/>
1322                         </attributes>
1323                       </object>
1324                     </child>
1325                   </object>
1326                   <packing>
1327                     <property name="resize">False</property>
1328                     <property name="shrink">False</property>
1329                   </packing>
1330                 </child>
1331                 <child>
1332                   <object class="GtkEventBox" id="required-natural-container7">
1333                     <property name="visible">True</property>
1334                     <property name="can_focus">False</property>
1335                     <property name="valign">start</property>
1336                     <property name="halign">end</property>
1337                     <child>
1338                       <object class="GtkLabel" id="required-natural7">
1339                         <property name="visible">True</property>
1340                         <property name="can_focus">False</property>
1341                         <property name="label" translatable="yes">ABCDE ABCD</property>
1342                         <property name="xalign">0.0</property>
1343                         <property name="wrap">False</property>
1344                         <property name="ellipsize">end</property>
1345                         <property name="width-chars">4</property>
1346                         <property name="max-width-chars">-1</property>
1347                         <attributes>
1348                           <attribute name="font-desc" value="Monospace"/>
1349                         </attributes>
1350                       </object>
1351                     </child>
1352                   </object>
1353                   <packing>
1354                     <property name="resize">True</property>
1355                     <property name="shrink">False</property>
1356                   </packing>
1357                 </child>
1358               </object>
1359               <packing>
1360                 <property name="resize">False</property>
1361                 <property name="shrink">False</property>
1362               </packing>
1363             </child>
1364             <child>
1365               <object class="GtkPaned" id="natural7">
1366                 <property name="visible">True</property>
1367                 <property name="can_focus">True</property>
1368                 <property name="orientation">vertical</property>
1369                 <child>
1370                   <object class="GtkEventBox" id="natural-required-container7">
1371                     <property name="visible">True</property>
1372                     <property name="can_focus">False</property>
1373                     <property name="valign">end</property>
1374                     <property name="halign">start</property>
1375                     <child>
1376                       <object class="GtkLabel" id="natural-required7">
1377                         <property name="visible">True</property>
1378                         <property name="can_focus">False</property>
1379                         <property name="label" translatable="yes">ABCDE ABCD</property>
1380                         <property name="xalign">0.0</property>
1381                         <property name="wrap">False</property>
1382                         <property name="ellipsize">end</property>
1383                         <property name="width-chars">4</property>
1384                         <property name="max-width-chars">-1</property>
1385                         <attributes>
1386                           <attribute name="font-desc" value="Monospace"/>
1387                         </attributes>
1388                       </object>
1389                     </child>
1390                   </object>
1391                   <packing>
1392                     <property name="resize">False</property>
1393                     <property name="shrink">False</property>
1394                   </packing>
1395                 </child>
1396                 <child>
1397                   <object class="GtkEventBox" id="natural-natural-container7">
1398                     <property name="visible">True</property>
1399                     <property name="can_focus">False</property>
1400                     <property name="valign">start</property>
1401                     <property name="halign">start</property>
1402                     <child>
1403                       <object class="GtkLabel" id="natural-natural7">
1404                         <property name="visible">True</property>
1405                         <property name="can_focus">False</property>
1406                         <property name="label" translatable="yes">ABCDE ABCD</property>
1407                         <property name="xalign">0.0</property>
1408                         <property name="wrap">False</property>
1409                         <property name="ellipsize">end</property>
1410                         <property name="width-chars">4</property>
1411                         <property name="max-width-chars">-1</property>
1412                         <attributes>
1413                           <attribute name="font-desc" value="Monospace"/>
1414                         </attributes>
1415                       </object>
1416                     </child>
1417                   </object>
1418                   <packing>
1419                     <property name="resize">True</property>
1420                     <property name="shrink">False</property>
1421                   </packing>
1422                 </child>
1423               </object>
1424               <packing>
1425                 <property name="resize">True</property>
1426                 <property name="shrink">False</property>
1427               </packing>
1428             </child>
1429           </object>
1430           <packing>
1431             <property name="left_attach">4</property>
1432             <property name="top_attach">7</property>
1433             <property name="width">1</property>
1434             <property name="height">1</property>
1435           </packing>
1436         </child>
1437         <child>
1438           <object class="GtkLabel" id="wrap8">
1439             <property name="visible">True</property>
1440             <property name="can_focus">False</property>
1441             <property name="label" translatable="yes">True</property>
1442           </object>
1443           <packing>
1444             <property name="left_attach">0</property>
1445             <property name="top_attach">8</property>
1446             <property name="width">1</property>
1447             <property name="height">1</property>
1448           </packing>
1449         </child>
1450         <child>
1451           <object class="GtkLabel" id="ellipsize8">
1452             <property name="visible">True</property>
1453             <property name="can_focus">False</property>
1454             <property name="label" translatable="yes">end</property>
1455           </object>
1456           <packing>
1457             <property name="left_attach">1</property>
1458             <property name="top_attach">8</property>
1459             <property name="width">1</property>
1460             <property name="height">1</property>
1461           </packing>
1462         </child>
1463         <child>
1464           <object class="GtkLabel" id="width_chars8">
1465             <property name="visible">True</property>
1466             <property name="can_focus">False</property>
1467             <property name="label" translatable="yes">4</property>
1468           </object>
1469           <packing>
1470             <property name="left_attach">2</property>
1471             <property name="top_attach">8</property>
1472             <property name="width">1</property>
1473             <property name="height">1</property>
1474           </packing>
1475         </child>
1476         <child>
1477           <object class="GtkLabel" id="max_width_chars8">
1478             <property name="visible">True</property>
1479             <property name="can_focus">False</property>
1480             <property name="label" translatable="yes">-1</property>
1481           </object>
1482           <packing>
1483             <property name="left_attach">3</property>
1484             <property name="top_attach">8</property>
1485             <property name="width">1</property>
1486             <property name="height">1</property>
1487           </packing>
1488         </child>
1489         <child>
1490           <object class="GtkPaned" id="paned8">
1491             <property name="visible">True</property>
1492             <property name="can_focus">True</property>
1493             <child>
1494               <object class="GtkPaned" id="required8">
1495                 <property name="visible">True</property>
1496                 <property name="can_focus">True</property>
1497                 <property name="orientation">vertical</property>
1498                 <child>
1499                   <object class="GtkEventBox" id="required-required-container8">
1500                     <property name="visible">True</property>
1501                     <property name="can_focus">False</property>
1502                     <property name="valign">end</property>
1503                     <property name="halign">end</property>
1504                     <child>
1505                       <object class="GtkLabel" id="required-required8">
1506                         <property name="visible">True</property>
1507                         <property name="can_focus">False</property>
1508                         <property name="label" translatable="yes">ABCDE ABCD</property>
1509                         <property name="xalign">0.0</property>
1510                         <property name="wrap">True</property>
1511                         <property name="ellipsize">end</property>
1512                         <property name="width-chars">4</property>
1513                         <property name="max-width-chars">-1</property>
1514                         <attributes>
1515                           <attribute name="font-desc" value="Monospace"/>
1516                         </attributes>
1517                       </object>
1518                     </child>
1519                   </object>
1520                   <packing>
1521                     <property name="resize">False</property>
1522                     <property name="shrink">False</property>
1523                   </packing>
1524                 </child>
1525                 <child>
1526                   <object class="GtkEventBox" id="required-natural-container8">
1527                     <property name="visible">True</property>
1528                     <property name="can_focus">False</property>
1529                     <property name="valign">start</property>
1530                     <property name="halign">end</property>
1531                     <child>
1532                       <object class="GtkLabel" id="required-natural8">
1533                         <property name="visible">True</property>
1534                         <property name="can_focus">False</property>
1535                         <property name="label" translatable="yes">ABCDE ABCD</property>
1536                         <property name="xalign">0.0</property>
1537                         <property name="wrap">True</property>
1538                         <property name="ellipsize">end</property>
1539                         <property name="width-chars">4</property>
1540                         <property name="max-width-chars">-1</property>
1541                         <attributes>
1542                           <attribute name="font-desc" value="Monospace"/>
1543                         </attributes>
1544                       </object>
1545                     </child>
1546                   </object>
1547                   <packing>
1548                     <property name="resize">True</property>
1549                     <property name="shrink">False</property>
1550                   </packing>
1551                 </child>
1552               </object>
1553               <packing>
1554                 <property name="resize">False</property>
1555                 <property name="shrink">False</property>
1556               </packing>
1557             </child>
1558             <child>
1559               <object class="GtkPaned" id="natural8">
1560                 <property name="visible">True</property>
1561                 <property name="can_focus">True</property>
1562                 <property name="orientation">vertical</property>
1563                 <child>
1564                   <object class="GtkEventBox" id="natural-required-container8">
1565                     <property name="visible">True</property>
1566                     <property name="can_focus">False</property>
1567                     <property name="valign">end</property>
1568                     <property name="halign">start</property>
1569                     <child>
1570                       <object class="GtkLabel" id="natural-required8">
1571                         <property name="visible">True</property>
1572                         <property name="can_focus">False</property>
1573                         <property name="label" translatable="yes">ABCDE ABCD</property>
1574                         <property name="xalign">0.0</property>
1575                         <property name="wrap">True</property>
1576                         <property name="ellipsize">end</property>
1577                         <property name="width-chars">4</property>
1578                         <property name="max-width-chars">-1</property>
1579                         <attributes>
1580                           <attribute name="font-desc" value="Monospace"/>
1581                         </attributes>
1582                       </object>
1583                     </child>
1584                   </object>
1585                   <packing>
1586                     <property name="resize">False</property>
1587                     <property name="shrink">False</property>
1588                   </packing>
1589                 </child>
1590                 <child>
1591                   <object class="GtkEventBox" id="natural-natural-container8">
1592                     <property name="visible">True</property>
1593                     <property name="can_focus">False</property>
1594                     <property name="valign">start</property>
1595                     <property name="halign">start</property>
1596                     <child>
1597                       <object class="GtkLabel" id="natural-natural8">
1598                         <property name="visible">True</property>
1599                         <property name="can_focus">False</property>
1600                         <property name="label" translatable="yes">ABCDE ABCD</property>
1601                         <property name="xalign">0.0</property>
1602                         <property name="wrap">True</property>
1603                         <property name="ellipsize">end</property>
1604                         <property name="width-chars">4</property>
1605                         <property name="max-width-chars">-1</property>
1606                         <attributes>
1607                           <attribute name="font-desc" value="Monospace"/>
1608                         </attributes>
1609                       </object>
1610                     </child>
1611                   </object>
1612                   <packing>
1613                     <property name="resize">True</property>
1614                     <property name="shrink">False</property>
1615                   </packing>
1616                 </child>
1617               </object>
1618               <packing>
1619                 <property name="resize">True</property>
1620                 <property name="shrink">False</property>
1621               </packing>
1622             </child>
1623           </object>
1624           <packing>
1625             <property name="left_attach">4</property>
1626             <property name="top_attach">8</property>
1627             <property name="width">1</property>
1628             <property name="height">1</property>
1629           </packing>
1630         </child>
1631         <child>
1632           <object class="GtkLabel" id="wrap9">
1633             <property name="visible">True</property>
1634             <property name="can_focus">False</property>
1635             <property name="label" translatable="yes">False</property>
1636           </object>
1637           <packing>
1638             <property name="left_attach">0</property>
1639             <property name="top_attach">9</property>
1640             <property name="width">1</property>
1641             <property name="height">1</property>
1642           </packing>
1643         </child>
1644         <child>
1645           <object class="GtkLabel" id="ellipsize9">
1646             <property name="visible">True</property>
1647             <property name="can_focus">False</property>
1648             <property name="label" translatable="yes">none</property>
1649           </object>
1650           <packing>
1651             <property name="left_attach">1</property>
1652             <property name="top_attach">9</property>
1653             <property name="width">1</property>
1654             <property name="height">1</property>
1655           </packing>
1656         </child>
1657         <child>
1658           <object class="GtkLabel" id="width_chars9">
1659             <property name="visible">True</property>
1660             <property name="can_focus">False</property>
1661             <property name="label" translatable="yes">8</property>
1662           </object>
1663           <packing>
1664             <property name="left_attach">2</property>
1665             <property name="top_attach">9</property>
1666             <property name="width">1</property>
1667             <property name="height">1</property>
1668           </packing>
1669         </child>
1670         <child>
1671           <object class="GtkLabel" id="max_width_chars9">
1672             <property name="visible">True</property>
1673             <property name="can_focus">False</property>
1674             <property name="label" translatable="yes">-1</property>
1675           </object>
1676           <packing>
1677             <property name="left_attach">3</property>
1678             <property name="top_attach">9</property>
1679             <property name="width">1</property>
1680             <property name="height">1</property>
1681           </packing>
1682         </child>
1683         <child>
1684           <object class="GtkPaned" id="paned9">
1685             <property name="visible">True</property>
1686             <property name="can_focus">True</property>
1687             <child>
1688               <object class="GtkPaned" id="required9">
1689                 <property name="visible">True</property>
1690                 <property name="can_focus">True</property>
1691                 <property name="orientation">vertical</property>
1692                 <child>
1693                   <object class="GtkEventBox" id="required-required-container9">
1694                     <property name="visible">True</property>
1695                     <property name="can_focus">False</property>
1696                     <property name="valign">end</property>
1697                     <property name="halign">end</property>
1698                     <child>
1699                       <object class="GtkLabel" id="required-required9">
1700                         <property name="visible">True</property>
1701                         <property name="can_focus">False</property>
1702                         <property name="label" translatable="yes">ABCDE ABCD</property>
1703                         <property name="xalign">0.0</property>
1704                         <property name="wrap">False</property>
1705                         <property name="ellipsize">none</property>
1706                         <property name="width-chars">8</property>
1707                         <property name="max-width-chars">-1</property>
1708                         <attributes>
1709                           <attribute name="font-desc" value="Monospace"/>
1710                         </attributes>
1711                       </object>
1712                     </child>
1713                   </object>
1714                   <packing>
1715                     <property name="resize">False</property>
1716                     <property name="shrink">False</property>
1717                   </packing>
1718                 </child>
1719                 <child>
1720                   <object class="GtkEventBox" id="required-natural-container9">
1721                     <property name="visible">True</property>
1722                     <property name="can_focus">False</property>
1723                     <property name="valign">start</property>
1724                     <property name="halign">end</property>
1725                     <child>
1726                       <object class="GtkLabel" id="required-natural9">
1727                         <property name="visible">True</property>
1728                         <property name="can_focus">False</property>
1729                         <property name="label" translatable="yes">ABCDE ABCD</property>
1730                         <property name="xalign">0.0</property>
1731                         <property name="wrap">False</property>
1732                         <property name="ellipsize">none</property>
1733                         <property name="width-chars">8</property>
1734                         <property name="max-width-chars">-1</property>
1735                         <attributes>
1736                           <attribute name="font-desc" value="Monospace"/>
1737                         </attributes>
1738                       </object>
1739                     </child>
1740                   </object>
1741                   <packing>
1742                     <property name="resize">True</property>
1743                     <property name="shrink">False</property>
1744                   </packing>
1745                 </child>
1746               </object>
1747               <packing>
1748                 <property name="resize">False</property>
1749                 <property name="shrink">False</property>
1750               </packing>
1751             </child>
1752             <child>
1753               <object class="GtkPaned" id="natural9">
1754                 <property name="visible">True</property>
1755                 <property name="can_focus">True</property>
1756                 <property name="orientation">vertical</property>
1757                 <child>
1758                   <object class="GtkEventBox" id="natural-required-container9">
1759                     <property name="visible">True</property>
1760                     <property name="can_focus">False</property>
1761                     <property name="valign">end</property>
1762                     <property name="halign">start</property>
1763                     <child>
1764                       <object class="GtkLabel" id="natural-required9">
1765                         <property name="visible">True</property>
1766                         <property name="can_focus">False</property>
1767                         <property name="label" translatable="yes">ABCDE ABCD</property>
1768                         <property name="xalign">0.0</property>
1769                         <property name="wrap">False</property>
1770                         <property name="ellipsize">none</property>
1771                         <property name="width-chars">8</property>
1772                         <property name="max-width-chars">-1</property>
1773                         <attributes>
1774                           <attribute name="font-desc" value="Monospace"/>
1775                         </attributes>
1776                       </object>
1777                     </child>
1778                   </object>
1779                   <packing>
1780                     <property name="resize">False</property>
1781                     <property name="shrink">False</property>
1782                   </packing>
1783                 </child>
1784                 <child>
1785                   <object class="GtkEventBox" id="natural-natural-container9">
1786                     <property name="visible">True</property>
1787                     <property name="can_focus">False</property>
1788                     <property name="valign">start</property>
1789                     <property name="halign">start</property>
1790                     <child>
1791                       <object class="GtkLabel" id="natural-natural9">
1792                         <property name="visible">True</property>
1793                         <property name="can_focus">False</property>
1794                         <property name="label" translatable="yes">ABCDE ABCD</property>
1795                         <property name="xalign">0.0</property>
1796                         <property name="wrap">False</property>
1797                         <property name="ellipsize">none</property>
1798                         <property name="width-chars">8</property>
1799                         <property name="max-width-chars">-1</property>
1800                         <attributes>
1801                           <attribute name="font-desc" value="Monospace"/>
1802                         </attributes>
1803                       </object>
1804                     </child>
1805                   </object>
1806                   <packing>
1807                     <property name="resize">True</property>
1808                     <property name="shrink">False</property>
1809                   </packing>
1810                 </child>
1811               </object>
1812               <packing>
1813                 <property name="resize">True</property>
1814                 <property name="shrink">False</property>
1815               </packing>
1816             </child>
1817           </object>
1818           <packing>
1819             <property name="left_attach">4</property>
1820             <property name="top_attach">9</property>
1821             <property name="width">1</property>
1822             <property name="height">1</property>
1823           </packing>
1824         </child>
1825         <child>
1826           <object class="GtkLabel" id="wrap10">
1827             <property name="visible">True</property>
1828             <property name="can_focus">False</property>
1829             <property name="label" translatable="yes">True</property>
1830           </object>
1831           <packing>
1832             <property name="left_attach">0</property>
1833             <property name="top_attach">10</property>
1834             <property name="width">1</property>
1835             <property name="height">1</property>
1836           </packing>
1837         </child>
1838         <child>
1839           <object class="GtkLabel" id="ellipsize10">
1840             <property name="visible">True</property>
1841             <property name="can_focus">False</property>
1842             <property name="label" translatable="yes">none</property>
1843           </object>
1844           <packing>
1845             <property name="left_attach">1</property>
1846             <property name="top_attach">10</property>
1847             <property name="width">1</property>
1848             <property name="height">1</property>
1849           </packing>
1850         </child>
1851         <child>
1852           <object class="GtkLabel" id="width_chars10">
1853             <property name="visible">True</property>
1854             <property name="can_focus">False</property>
1855             <property name="label" translatable="yes">8</property>
1856           </object>
1857           <packing>
1858             <property name="left_attach">2</property>
1859             <property name="top_attach">10</property>
1860             <property name="width">1</property>
1861             <property name="height">1</property>
1862           </packing>
1863         </child>
1864         <child>
1865           <object class="GtkLabel" id="max_width_chars10">
1866             <property name="visible">True</property>
1867             <property name="can_focus">False</property>
1868             <property name="label" translatable="yes">-1</property>
1869           </object>
1870           <packing>
1871             <property name="left_attach">3</property>
1872             <property name="top_attach">10</property>
1873             <property name="width">1</property>
1874             <property name="height">1</property>
1875           </packing>
1876         </child>
1877         <child>
1878           <object class="GtkPaned" id="paned10">
1879             <property name="visible">True</property>
1880             <property name="can_focus">True</property>
1881             <child>
1882               <object class="GtkPaned" id="required10">
1883                 <property name="visible">True</property>
1884                 <property name="can_focus">True</property>
1885                 <property name="orientation">vertical</property>
1886                 <child>
1887                   <object class="GtkEventBox" id="required-required-container10">
1888                     <property name="visible">True</property>
1889                     <property name="can_focus">False</property>
1890                     <property name="valign">end</property>
1891                     <property name="halign">end</property>
1892                     <child>
1893                       <object class="GtkLabel" id="required-required10">
1894                         <property name="visible">True</property>
1895                         <property name="can_focus">False</property>
1896                         <property name="label" translatable="yes">ABCDE ABCD</property>
1897                         <property name="xalign">0.0</property>
1898                         <property name="wrap">True</property>
1899                         <property name="ellipsize">none</property>
1900                         <property name="width-chars">8</property>
1901                         <property name="max-width-chars">-1</property>
1902                         <attributes>
1903                           <attribute name="font-desc" value="Monospace"/>
1904                         </attributes>
1905                       </object>
1906                     </child>
1907                   </object>
1908                   <packing>
1909                     <property name="resize">False</property>
1910                     <property name="shrink">False</property>
1911                   </packing>
1912                 </child>
1913                 <child>
1914                   <object class="GtkEventBox" id="required-natural-container10">
1915                     <property name="visible">True</property>
1916                     <property name="can_focus">False</property>
1917                     <property name="valign">start</property>
1918                     <property name="halign">end</property>
1919                     <child>
1920                       <object class="GtkLabel" id="required-natural10">
1921                         <property name="visible">True</property>
1922                         <property name="can_focus">False</property>
1923                         <property name="label" translatable="yes">ABCDE ABCD</property>
1924                         <property name="xalign">0.0</property>
1925                         <property name="wrap">True</property>
1926                         <property name="ellipsize">none</property>
1927                         <property name="width-chars">8</property>
1928                         <property name="max-width-chars">-1</property>
1929                         <attributes>
1930                           <attribute name="font-desc" value="Monospace"/>
1931                         </attributes>
1932                       </object>
1933                     </child>
1934                   </object>
1935                   <packing>
1936                     <property name="resize">True</property>
1937                     <property name="shrink">False</property>
1938                   </packing>
1939                 </child>
1940               </object>
1941               <packing>
1942                 <property name="resize">False</property>
1943                 <property name="shrink">False</property>
1944               </packing>
1945             </child>
1946             <child>
1947               <object class="GtkPaned" id="natural10">
1948                 <property name="visible">True</property>
1949                 <property name="can_focus">True</property>
1950                 <property name="orientation">vertical</property>
1951                 <child>
1952                   <object class="GtkEventBox" id="natural-required-container10">
1953                     <property name="visible">True</property>
1954                     <property name="can_focus">False</property>
1955                     <property name="valign">end</property>
1956                     <property name="halign">start</property>
1957                     <child>
1958                       <object class="GtkLabel" id="natural-required10">
1959                         <property name="visible">True</property>
1960                         <property name="can_focus">False</property>
1961                         <property name="label" translatable="yes">ABCDE ABCD</property>
1962                         <property name="xalign">0.0</property>
1963                         <property name="wrap">True</property>
1964                         <property name="ellipsize">none</property>
1965                         <property name="width-chars">8</property>
1966                         <property name="max-width-chars">-1</property>
1967                         <attributes>
1968                           <attribute name="font-desc" value="Monospace"/>
1969                         </attributes>
1970                       </object>
1971                     </child>
1972                   </object>
1973                   <packing>
1974                     <property name="resize">False</property>
1975                     <property name="shrink">False</property>
1976                   </packing>
1977                 </child>
1978                 <child>
1979                   <object class="GtkEventBox" id="natural-natural-container10">
1980                     <property name="visible">True</property>
1981                     <property name="can_focus">False</property>
1982                     <property name="valign">start</property>
1983                     <property name="halign">start</property>
1984                     <child>
1985                       <object class="GtkLabel" id="natural-natural10">
1986                         <property name="visible">True</property>
1987                         <property name="can_focus">False</property>
1988                         <property name="label" translatable="yes">ABCDE ABCD</property>
1989                         <property name="xalign">0.0</property>
1990                         <property name="wrap">True</property>
1991                         <property name="ellipsize">none</property>
1992                         <property name="width-chars">8</property>
1993                         <property name="max-width-chars">-1</property>
1994                         <attributes>
1995                           <attribute name="font-desc" value="Monospace"/>
1996                         </attributes>
1997                       </object>
1998                     </child>
1999                   </object>
2000                   <packing>
2001                     <property name="resize">True</property>
2002                     <property name="shrink">False</property>
2003                   </packing>
2004                 </child>
2005               </object>
2006               <packing>
2007                 <property name="resize">True</property>
2008                 <property name="shrink">False</property>
2009               </packing>
2010             </child>
2011           </object>
2012           <packing>
2013             <property name="left_attach">4</property>
2014             <property name="top_attach">10</property>
2015             <property name="width">1</property>
2016             <property name="height">1</property>
2017           </packing>
2018         </child>
2019         <child>
2020           <object class="GtkLabel" id="wrap11">
2021             <property name="visible">True</property>
2022             <property name="can_focus">False</property>
2023             <property name="label" translatable="yes">False</property>
2024           </object>
2025           <packing>
2026             <property name="left_attach">0</property>
2027             <property name="top_attach">11</property>
2028             <property name="width">1</property>
2029             <property name="height">1</property>
2030           </packing>
2031         </child>
2032         <child>
2033           <object class="GtkLabel" id="ellipsize11">
2034             <property name="visible">True</property>
2035             <property name="can_focus">False</property>
2036             <property name="label" translatable="yes">end</property>
2037           </object>
2038           <packing>
2039             <property name="left_attach">1</property>
2040             <property name="top_attach">11</property>
2041             <property name="width">1</property>
2042             <property name="height">1</property>
2043           </packing>
2044         </child>
2045         <child>
2046           <object class="GtkLabel" id="width_chars11">
2047             <property name="visible">True</property>
2048             <property name="can_focus">False</property>
2049             <property name="label" translatable="yes">8</property>
2050           </object>
2051           <packing>
2052             <property name="left_attach">2</property>
2053             <property name="top_attach">11</property>
2054             <property name="width">1</property>
2055             <property name="height">1</property>
2056           </packing>
2057         </child>
2058         <child>
2059           <object class="GtkLabel" id="max_width_chars11">
2060             <property name="visible">True</property>
2061             <property name="can_focus">False</property>
2062             <property name="label" translatable="yes">-1</property>
2063           </object>
2064           <packing>
2065             <property name="left_attach">3</property>
2066             <property name="top_attach">11</property>
2067             <property name="width">1</property>
2068             <property name="height">1</property>
2069           </packing>
2070         </child>
2071         <child>
2072           <object class="GtkPaned" id="paned11">
2073             <property name="visible">True</property>
2074             <property name="can_focus">True</property>
2075             <child>
2076               <object class="GtkPaned" id="required11">
2077                 <property name="visible">True</property>
2078                 <property name="can_focus">True</property>
2079                 <property name="orientation">vertical</property>
2080                 <child>
2081                   <object class="GtkEventBox" id="required-required-container11">
2082                     <property name="visible">True</property>
2083                     <property name="can_focus">False</property>
2084                     <property name="valign">end</property>
2085                     <property name="halign">end</property>
2086                     <child>
2087                       <object class="GtkLabel" id="required-required11">
2088                         <property name="visible">True</property>
2089                         <property name="can_focus">False</property>
2090                         <property name="label" translatable="yes">ABCDE ABCD</property>
2091                         <property name="xalign">0.0</property>
2092                         <property name="wrap">False</property>
2093                         <property name="ellipsize">end</property>
2094                         <property name="width-chars">8</property>
2095                         <property name="max-width-chars">-1</property>
2096                         <attributes>
2097                           <attribute name="font-desc" value="Monospace"/>
2098                         </attributes>
2099                       </object>
2100                     </child>
2101                   </object>
2102                   <packing>
2103                     <property name="resize">False</property>
2104                     <property name="shrink">False</property>
2105                   </packing>
2106                 </child>
2107                 <child>
2108                   <object class="GtkEventBox" id="required-natural-container11">
2109                     <property name="visible">True</property>
2110                     <property name="can_focus">False</property>
2111                     <property name="valign">start</property>
2112                     <property name="halign">end</property>
2113                     <child>
2114                       <object class="GtkLabel" id="required-natural11">
2115                         <property name="visible">True</property>
2116                         <property name="can_focus">False</property>
2117                         <property name="label" translatable="yes">ABCDE ABCD</property>
2118                         <property name="xalign">0.0</property>
2119                         <property name="wrap">False</property>
2120                         <property name="ellipsize">end</property>
2121                         <property name="width-chars">8</property>
2122                         <property name="max-width-chars">-1</property>
2123                         <attributes>
2124                           <attribute name="font-desc" value="Monospace"/>
2125                         </attributes>
2126                       </object>
2127                     </child>
2128                   </object>
2129                   <packing>
2130                     <property name="resize">True</property>
2131                     <property name="shrink">False</property>
2132                   </packing>
2133                 </child>
2134               </object>
2135               <packing>
2136                 <property name="resize">False</property>
2137                 <property name="shrink">False</property>
2138               </packing>
2139             </child>
2140             <child>
2141               <object class="GtkPaned" id="natural11">
2142                 <property name="visible">True</property>
2143                 <property name="can_focus">True</property>
2144                 <property name="orientation">vertical</property>
2145                 <child>
2146                   <object class="GtkEventBox" id="natural-required-container11">
2147                     <property name="visible">True</property>
2148                     <property name="can_focus">False</property>
2149                     <property name="valign">end</property>
2150                     <property name="halign">start</property>
2151                     <child>
2152                       <object class="GtkLabel" id="natural-required11">
2153                         <property name="visible">True</property>
2154                         <property name="can_focus">False</property>
2155                         <property name="label" translatable="yes">ABCDE ABCD</property>
2156                         <property name="xalign">0.0</property>
2157                         <property name="wrap">False</property>
2158                         <property name="ellipsize">end</property>
2159                         <property name="width-chars">8</property>
2160                         <property name="max-width-chars">-1</property>
2161                         <attributes>
2162                           <attribute name="font-desc" value="Monospace"/>
2163                         </attributes>
2164                       </object>
2165                     </child>
2166                   </object>
2167                   <packing>
2168                     <property name="resize">False</property>
2169                     <property name="shrink">False</property>
2170                   </packing>
2171                 </child>
2172                 <child>
2173                   <object class="GtkEventBox" id="natural-natural-container11">
2174                     <property name="visible">True</property>
2175                     <property name="can_focus">False</property>
2176                     <property name="valign">start</property>
2177                     <property name="halign">start</property>
2178                     <child>
2179                       <object class="GtkLabel" id="natural-natural11">
2180                         <property name="visible">True</property>
2181                         <property name="can_focus">False</property>
2182                         <property name="label" translatable="yes">ABCDE ABCD</property>
2183                         <property name="xalign">0.0</property>
2184                         <property name="wrap">False</property>
2185                         <property name="ellipsize">end</property>
2186                         <property name="width-chars">8</property>
2187                         <property name="max-width-chars">-1</property>
2188                         <attributes>
2189                           <attribute name="font-desc" value="Monospace"/>
2190                         </attributes>
2191                       </object>
2192                     </child>
2193                   </object>
2194                   <packing>
2195                     <property name="resize">True</property>
2196                     <property name="shrink">False</property>
2197                   </packing>
2198                 </child>
2199               </object>
2200               <packing>
2201                 <property name="resize">True</property>
2202                 <property name="shrink">False</property>
2203               </packing>
2204             </child>
2205           </object>
2206           <packing>
2207             <property name="left_attach">4</property>
2208             <property name="top_attach">11</property>
2209             <property name="width">1</property>
2210             <property name="height">1</property>
2211           </packing>
2212         </child>
2213         <child>
2214           <object class="GtkLabel" id="wrap12">
2215             <property name="visible">True</property>
2216             <property name="can_focus">False</property>
2217             <property name="label" translatable="yes">True</property>
2218           </object>
2219           <packing>
2220             <property name="left_attach">0</property>
2221             <property name="top_attach">12</property>
2222             <property name="width">1</property>
2223             <property name="height">1</property>
2224           </packing>
2225         </child>
2226         <child>
2227           <object class="GtkLabel" id="ellipsize12">
2228             <property name="visible">True</property>
2229             <property name="can_focus">False</property>
2230             <property name="label" translatable="yes">end</property>
2231           </object>
2232           <packing>
2233             <property name="left_attach">1</property>
2234             <property name="top_attach">12</property>
2235             <property name="width">1</property>
2236             <property name="height">1</property>
2237           </packing>
2238         </child>
2239         <child>
2240           <object class="GtkLabel" id="width_chars12">
2241             <property name="visible">True</property>
2242             <property name="can_focus">False</property>
2243             <property name="label" translatable="yes">8</property>
2244           </object>
2245           <packing>
2246             <property name="left_attach">2</property>
2247             <property name="top_attach">12</property>
2248             <property name="width">1</property>
2249             <property name="height">1</property>
2250           </packing>
2251         </child>
2252         <child>
2253           <object class="GtkLabel" id="max_width_chars12">
2254             <property name="visible">True</property>
2255             <property name="can_focus">False</property>
2256             <property name="label" translatable="yes">-1</property>
2257           </object>
2258           <packing>
2259             <property name="left_attach">3</property>
2260             <property name="top_attach">12</property>
2261             <property name="width">1</property>
2262             <property name="height">1</property>
2263           </packing>
2264         </child>
2265         <child>
2266           <object class="GtkPaned" id="paned12">
2267             <property name="visible">True</property>
2268             <property name="can_focus">True</property>
2269             <child>
2270               <object class="GtkPaned" id="required12">
2271                 <property name="visible">True</property>
2272                 <property name="can_focus">True</property>
2273                 <property name="orientation">vertical</property>
2274                 <child>
2275                   <object class="GtkEventBox" id="required-required-container12">
2276                     <property name="visible">True</property>
2277                     <property name="can_focus">False</property>
2278                     <property name="valign">end</property>
2279                     <property name="halign">end</property>
2280                     <child>
2281                       <object class="GtkLabel" id="required-required12">
2282                         <property name="visible">True</property>
2283                         <property name="can_focus">False</property>
2284                         <property name="label" translatable="yes">ABCDE ABCD</property>
2285                         <property name="xalign">0.0</property>
2286                         <property name="wrap">True</property>
2287                         <property name="ellipsize">end</property>
2288                         <property name="width-chars">8</property>
2289                         <property name="max-width-chars">-1</property>
2290                         <attributes>
2291                           <attribute name="font-desc" value="Monospace"/>
2292                         </attributes>
2293                       </object>
2294                     </child>
2295                   </object>
2296                   <packing>
2297                     <property name="resize">False</property>
2298                     <property name="shrink">False</property>
2299                   </packing>
2300                 </child>
2301                 <child>
2302                   <object class="GtkEventBox" id="required-natural-container12">
2303                     <property name="visible">True</property>
2304                     <property name="can_focus">False</property>
2305                     <property name="valign">start</property>
2306                     <property name="halign">end</property>
2307                     <child>
2308                       <object class="GtkLabel" id="required-natural12">
2309                         <property name="visible">True</property>
2310                         <property name="can_focus">False</property>
2311                         <property name="label" translatable="yes">ABCDE ABCD</property>
2312                         <property name="xalign">0.0</property>
2313                         <property name="wrap">True</property>
2314                         <property name="ellipsize">end</property>
2315                         <property name="width-chars">8</property>
2316                         <property name="max-width-chars">-1</property>
2317                         <attributes>
2318                           <attribute name="font-desc" value="Monospace"/>
2319                         </attributes>
2320                       </object>
2321                     </child>
2322                   </object>
2323                   <packing>
2324                     <property name="resize">True</property>
2325                     <property name="shrink">False</property>
2326                   </packing>
2327                 </child>
2328               </object>
2329               <packing>
2330                 <property name="resize">False</property>
2331                 <property name="shrink">False</property>
2332               </packing>
2333             </child>
2334             <child>
2335               <object class="GtkPaned" id="natural12">
2336                 <property name="visible">True</property>
2337                 <property name="can_focus">True</property>
2338                 <property name="orientation">vertical</property>
2339                 <child>
2340                   <object class="GtkEventBox" id="natural-required-container12">
2341                     <property name="visible">True</property>
2342                     <property name="can_focus">False</property>
2343                     <property name="valign">end</property>
2344                     <property name="halign">start</property>
2345                     <child>
2346                       <object class="GtkLabel" id="natural-required12">
2347                         <property name="visible">True</property>
2348                         <property name="can_focus">False</property>
2349                         <property name="label" translatable="yes">ABCDE ABCD</property>
2350                         <property name="xalign">0.0</property>
2351                         <property name="wrap">True</property>
2352                         <property name="ellipsize">end</property>
2353                         <property name="width-chars">8</property>
2354                         <property name="max-width-chars">-1</property>
2355                         <attributes>
2356                           <attribute name="font-desc" value="Monospace"/>
2357                         </attributes>
2358                       </object>
2359                     </child>
2360                   </object>
2361                   <packing>
2362                     <property name="resize">False</property>
2363                     <property name="shrink">False</property>
2364                   </packing>
2365                 </child>
2366                 <child>
2367                   <object class="GtkEventBox" id="natural-natural-container12">
2368                     <property name="visible">True</property>
2369                     <property name="can_focus">False</property>
2370                     <property name="valign">start</property>
2371                     <property name="halign">start</property>
2372                     <child>
2373                       <object class="GtkLabel" id="natural-natural12">
2374                         <property name="visible">True</property>
2375                         <property name="can_focus">False</property>
2376                         <property name="label" translatable="yes">ABCDE ABCD</property>
2377                         <property name="xalign">0.0</property>
2378                         <property name="wrap">True</property>
2379                         <property name="ellipsize">end</property>
2380                         <property name="width-chars">8</property>
2381                         <property name="max-width-chars">-1</property>
2382                         <attributes>
2383                           <attribute name="font-desc" value="Monospace"/>
2384                         </attributes>
2385                       </object>
2386                     </child>
2387                   </object>
2388                   <packing>
2389                     <property name="resize">True</property>
2390                     <property name="shrink">False</property>
2391                   </packing>
2392                 </child>
2393               </object>
2394               <packing>
2395                 <property name="resize">True</property>
2396                 <property name="shrink">False</property>
2397               </packing>
2398             </child>
2399           </object>
2400           <packing>
2401             <property name="left_attach">4</property>
2402             <property name="top_attach">12</property>
2403             <property name="width">1</property>
2404             <property name="height">1</property>
2405           </packing>
2406         </child>
2407         <child>
2408           <object class="GtkLabel" id="wrap13">
2409             <property name="visible">True</property>
2410             <property name="can_focus">False</property>
2411             <property name="label" translatable="yes">False</property>
2412           </object>
2413           <packing>
2414             <property name="left_attach">0</property>
2415             <property name="top_attach">13</property>
2416             <property name="width">1</property>
2417             <property name="height">1</property>
2418           </packing>
2419         </child>
2420         <child>
2421           <object class="GtkLabel" id="ellipsize13">
2422             <property name="visible">True</property>
2423             <property name="can_focus">False</property>
2424             <property name="label" translatable="yes">none</property>
2425           </object>
2426           <packing>
2427             <property name="left_attach">1</property>
2428             <property name="top_attach">13</property>
2429             <property name="width">1</property>
2430             <property name="height">1</property>
2431           </packing>
2432         </child>
2433         <child>
2434           <object class="GtkLabel" id="width_chars13">
2435             <property name="visible">True</property>
2436             <property name="can_focus">False</property>
2437             <property name="label" translatable="yes">12</property>
2438           </object>
2439           <packing>
2440             <property name="left_attach">2</property>
2441             <property name="top_attach">13</property>
2442             <property name="width">1</property>
2443             <property name="height">1</property>
2444           </packing>
2445         </child>
2446         <child>
2447           <object class="GtkLabel" id="max_width_chars13">
2448             <property name="visible">True</property>
2449             <property name="can_focus">False</property>
2450             <property name="label" translatable="yes">-1</property>
2451           </object>
2452           <packing>
2453             <property name="left_attach">3</property>
2454             <property name="top_attach">13</property>
2455             <property name="width">1</property>
2456             <property name="height">1</property>
2457           </packing>
2458         </child>
2459         <child>
2460           <object class="GtkPaned" id="paned13">
2461             <property name="visible">True</property>
2462             <property name="can_focus">True</property>
2463             <child>
2464               <object class="GtkPaned" id="required13">
2465                 <property name="visible">True</property>
2466                 <property name="can_focus">True</property>
2467                 <property name="orientation">vertical</property>
2468                 <child>
2469                   <object class="GtkEventBox" id="required-required-container13">
2470                     <property name="visible">True</property>
2471                     <property name="can_focus">False</property>
2472                     <property name="valign">end</property>
2473                     <property name="halign">end</property>
2474                     <child>
2475                       <object class="GtkLabel" id="required-required13">
2476                         <property name="visible">True</property>
2477                         <property name="can_focus">False</property>
2478                         <property name="label" translatable="yes">ABCDE ABCD</property>
2479                         <property name="xalign">0.0</property>
2480                         <property name="wrap">False</property>
2481                         <property name="ellipsize">none</property>
2482                         <property name="width-chars">12</property>
2483                         <property name="max-width-chars">-1</property>
2484                         <attributes>
2485                           <attribute name="font-desc" value="Monospace"/>
2486                         </attributes>
2487                       </object>
2488                     </child>
2489                   </object>
2490                   <packing>
2491                     <property name="resize">False</property>
2492                     <property name="shrink">False</property>
2493                   </packing>
2494                 </child>
2495                 <child>
2496                   <object class="GtkEventBox" id="required-natural-container13">
2497                     <property name="visible">True</property>
2498                     <property name="can_focus">False</property>
2499                     <property name="valign">start</property>
2500                     <property name="halign">end</property>
2501                     <child>
2502                       <object class="GtkLabel" id="required-natural13">
2503                         <property name="visible">True</property>
2504                         <property name="can_focus">False</property>
2505                         <property name="label" translatable="yes">ABCDE ABCD</property>
2506                         <property name="xalign">0.0</property>
2507                         <property name="wrap">False</property>
2508                         <property name="ellipsize">none</property>
2509                         <property name="width-chars">12</property>
2510                         <property name="max-width-chars">-1</property>
2511                         <attributes>
2512                           <attribute name="font-desc" value="Monospace"/>
2513                         </attributes>
2514                       </object>
2515                     </child>
2516                   </object>
2517                   <packing>
2518                     <property name="resize">True</property>
2519                     <property name="shrink">False</property>
2520                   </packing>
2521                 </child>
2522               </object>
2523               <packing>
2524                 <property name="resize">False</property>
2525                 <property name="shrink">False</property>
2526               </packing>
2527             </child>
2528             <child>
2529               <object class="GtkPaned" id="natural13">
2530                 <property name="visible">True</property>
2531                 <property name="can_focus">True</property>
2532                 <property name="orientation">vertical</property>
2533                 <child>
2534                   <object class="GtkEventBox" id="natural-required-container13">
2535                     <property name="visible">True</property>
2536                     <property name="can_focus">False</property>
2537                     <property name="valign">end</property>
2538                     <property name="halign">start</property>
2539                     <child>
2540                       <object class="GtkLabel" id="natural-required13">
2541                         <property name="visible">True</property>
2542                         <property name="can_focus">False</property>
2543                         <property name="label" translatable="yes">ABCDE ABCD</property>
2544                         <property name="xalign">0.0</property>
2545                         <property name="wrap">False</property>
2546                         <property name="ellipsize">none</property>
2547                         <property name="width-chars">12</property>
2548                         <property name="max-width-chars">-1</property>
2549                         <attributes>
2550                           <attribute name="font-desc" value="Monospace"/>
2551                         </attributes>
2552                       </object>
2553                     </child>
2554                   </object>
2555                   <packing>
2556                     <property name="resize">False</property>
2557                     <property name="shrink">False</property>
2558                   </packing>
2559                 </child>
2560                 <child>
2561                   <object class="GtkEventBox" id="natural-natural-container13">
2562                     <property name="visible">True</property>
2563                     <property name="can_focus">False</property>
2564                     <property name="valign">start</property>
2565                     <property name="halign">start</property>
2566                     <child>
2567                       <object class="GtkLabel" id="natural-natural13">
2568                         <property name="visible">True</property>
2569                         <property name="can_focus">False</property>
2570                         <property name="label" translatable="yes">ABCDE ABCD</property>
2571                         <property name="xalign">0.0</property>
2572                         <property name="wrap">False</property>
2573                         <property name="ellipsize">none</property>
2574                         <property name="width-chars">12</property>
2575                         <property name="max-width-chars">-1</property>
2576                         <attributes>
2577                           <attribute name="font-desc" value="Monospace"/>
2578                         </attributes>
2579                       </object>
2580                     </child>
2581                   </object>
2582                   <packing>
2583                     <property name="resize">True</property>
2584                     <property name="shrink">False</property>
2585                   </packing>
2586                 </child>
2587               </object>
2588               <packing>
2589                 <property name="resize">True</property>
2590                 <property name="shrink">False</property>
2591               </packing>
2592             </child>
2593           </object>
2594           <packing>
2595             <property name="left_attach">4</property>
2596             <property name="top_attach">13</property>
2597             <property name="width">1</property>
2598             <property name="height">1</property>
2599           </packing>
2600         </child>
2601         <child>
2602           <object class="GtkLabel" id="wrap14">
2603             <property name="visible">True</property>
2604             <property name="can_focus">False</property>
2605             <property name="label" translatable="yes">True</property>
2606           </object>
2607           <packing>
2608             <property name="left_attach">0</property>
2609             <property name="top_attach">14</property>
2610             <property name="width">1</property>
2611             <property name="height">1</property>
2612           </packing>
2613         </child>
2614         <child>
2615           <object class="GtkLabel" id="ellipsize14">
2616             <property name="visible">True</property>
2617             <property name="can_focus">False</property>
2618             <property name="label" translatable="yes">none</property>
2619           </object>
2620           <packing>
2621             <property name="left_attach">1</property>
2622             <property name="top_attach">14</property>
2623             <property name="width">1</property>
2624             <property name="height">1</property>
2625           </packing>
2626         </child>
2627         <child>
2628           <object class="GtkLabel" id="width_chars14">
2629             <property name="visible">True</property>
2630             <property name="can_focus">False</property>
2631             <property name="label" translatable="yes">12</property>
2632           </object>
2633           <packing>
2634             <property name="left_attach">2</property>
2635             <property name="top_attach">14</property>
2636             <property name="width">1</property>
2637             <property name="height">1</property>
2638           </packing>
2639         </child>
2640         <child>
2641           <object class="GtkLabel" id="max_width_chars14">
2642             <property name="visible">True</property>
2643             <property name="can_focus">False</property>
2644             <property name="label" translatable="yes">-1</property>
2645           </object>
2646           <packing>
2647             <property name="left_attach">3</property>
2648             <property name="top_attach">14</property>
2649             <property name="width">1</property>
2650             <property name="height">1</property>
2651           </packing>
2652         </child>
2653         <child>
2654           <object class="GtkPaned" id="paned14">
2655             <property name="visible">True</property>
2656             <property name="can_focus">True</property>
2657             <child>
2658               <object class="GtkPaned" id="required14">
2659                 <property name="visible">True</property>
2660                 <property name="can_focus">True</property>
2661                 <property name="orientation">vertical</property>
2662                 <child>
2663                   <object class="GtkEventBox" id="required-required-container14">
2664                     <property name="visible">True</property>
2665                     <property name="can_focus">False</property>
2666                     <property name="valign">end</property>
2667                     <property name="halign">end</property>
2668                     <child>
2669                       <object class="GtkLabel" id="required-required14">
2670                         <property name="visible">True</property>
2671                         <property name="can_focus">False</property>
2672                         <property name="label" translatable="yes">ABCDE ABCD</property>
2673                         <property name="xalign">0.0</property>
2674                         <property name="wrap">True</property>
2675                         <property name="ellipsize">none</property>
2676                         <property name="width-chars">12</property>
2677                         <property name="max-width-chars">-1</property>
2678                         <attributes>
2679                           <attribute name="font-desc" value="Monospace"/>
2680                         </attributes>
2681                       </object>
2682                     </child>
2683                   </object>
2684                   <packing>
2685                     <property name="resize">False</property>
2686                     <property name="shrink">False</property>
2687                   </packing>
2688                 </child>
2689                 <child>
2690                   <object class="GtkEventBox" id="required-natural-container14">
2691                     <property name="visible">True</property>
2692                     <property name="can_focus">False</property>
2693                     <property name="valign">start</property>
2694                     <property name="halign">end</property>
2695                     <child>
2696                       <object class="GtkLabel" id="required-natural14">
2697                         <property name="visible">True</property>
2698                         <property name="can_focus">False</property>
2699                         <property name="label" translatable="yes">ABCDE ABCD</property>
2700                         <property name="xalign">0.0</property>
2701                         <property name="wrap">True</property>
2702                         <property name="ellipsize">none</property>
2703                         <property name="width-chars">12</property>
2704                         <property name="max-width-chars">-1</property>
2705                         <attributes>
2706                           <attribute name="font-desc" value="Monospace"/>
2707                         </attributes>
2708                       </object>
2709                     </child>
2710                   </object>
2711                   <packing>
2712                     <property name="resize">True</property>
2713                     <property name="shrink">False</property>
2714                   </packing>
2715                 </child>
2716               </object>
2717               <packing>
2718                 <property name="resize">False</property>
2719                 <property name="shrink">False</property>
2720               </packing>
2721             </child>
2722             <child>
2723               <object class="GtkPaned" id="natural14">
2724                 <property name="visible">True</property>
2725                 <property name="can_focus">True</property>
2726                 <property name="orientation">vertical</property>
2727                 <child>
2728                   <object class="GtkEventBox" id="natural-required-container14">
2729                     <property name="visible">True</property>
2730                     <property name="can_focus">False</property>
2731                     <property name="valign">end</property>
2732                     <property name="halign">start</property>
2733                     <child>
2734                       <object class="GtkLabel" id="natural-required14">
2735                         <property name="visible">True</property>
2736                         <property name="can_focus">False</property>
2737                         <property name="label" translatable="yes">ABCDE ABCD</property>
2738                         <property name="xalign">0.0</property>
2739                         <property name="wrap">True</property>
2740                         <property name="ellipsize">none</property>
2741                         <property name="width-chars">12</property>
2742                         <property name="max-width-chars">-1</property>
2743                         <attributes>
2744                           <attribute name="font-desc" value="Monospace"/>
2745                         </attributes>
2746                       </object>
2747                     </child>
2748                   </object>
2749                   <packing>
2750                     <property name="resize">False</property>
2751                     <property name="shrink">False</property>
2752                   </packing>
2753                 </child>
2754                 <child>
2755                   <object class="GtkEventBox" id="natural-natural-container14">
2756                     <property name="visible">True</property>
2757                     <property name="can_focus">False</property>
2758                     <property name="valign">start</property>
2759                     <property name="halign">start</property>
2760                     <child>
2761                       <object class="GtkLabel" id="natural-natural14">
2762                         <property name="visible">True</property>
2763                         <property name="can_focus">False</property>
2764                         <property name="label" translatable="yes">ABCDE ABCD</property>
2765                         <property name="xalign">0.0</property>
2766                         <property name="wrap">True</property>
2767                         <property name="ellipsize">none</property>
2768                         <property name="width-chars">12</property>
2769                         <property name="max-width-chars">-1</property>
2770                         <attributes>
2771                           <attribute name="font-desc" value="Monospace"/>
2772                         </attributes>
2773                       </object>
2774                     </child>
2775                   </object>
2776                   <packing>
2777                     <property name="resize">True</property>
2778                     <property name="shrink">False</property>
2779                   </packing>
2780                 </child>
2781               </object>
2782               <packing>
2783                 <property name="resize">True</property>
2784                 <property name="shrink">False</property>
2785               </packing>
2786             </child>
2787           </object>
2788           <packing>
2789             <property name="left_attach">4</property>
2790             <property name="top_attach">14</property>
2791             <property name="width">1</property>
2792             <property name="height">1</property>
2793           </packing>
2794         </child>
2795         <child>
2796           <object class="GtkLabel" id="wrap15">
2797             <property name="visible">True</property>
2798             <property name="can_focus">False</property>
2799             <property name="label" translatable="yes">False</property>
2800           </object>
2801           <packing>
2802             <property name="left_attach">0</property>
2803             <property name="top_attach">15</property>
2804             <property name="width">1</property>
2805             <property name="height">1</property>
2806           </packing>
2807         </child>
2808         <child>
2809           <object class="GtkLabel" id="ellipsize15">
2810             <property name="visible">True</property>
2811             <property name="can_focus">False</property>
2812             <property name="label" translatable="yes">end</property>
2813           </object>
2814           <packing>
2815             <property name="left_attach">1</property>
2816             <property name="top_attach">15</property>
2817             <property name="width">1</property>
2818             <property name="height">1</property>
2819           </packing>
2820         </child>
2821         <child>
2822           <object class="GtkLabel" id="width_chars15">
2823             <property name="visible">True</property>
2824             <property name="can_focus">False</property>
2825             <property name="label" translatable="yes">12</property>
2826           </object>
2827           <packing>
2828             <property name="left_attach">2</property>
2829             <property name="top_attach">15</property>
2830             <property name="width">1</property>
2831             <property name="height">1</property>
2832           </packing>
2833         </child>
2834         <child>
2835           <object class="GtkLabel" id="max_width_chars15">
2836             <property name="visible">True</property>
2837             <property name="can_focus">False</property>
2838             <property name="label" translatable="yes">-1</property>
2839           </object>
2840           <packing>
2841             <property name="left_attach">3</property>
2842             <property name="top_attach">15</property>
2843             <property name="width">1</property>
2844             <property name="height">1</property>
2845           </packing>
2846         </child>
2847         <child>
2848           <object class="GtkPaned" id="paned15">
2849             <property name="visible">True</property>
2850             <property name="can_focus">True</property>
2851             <child>
2852               <object class="GtkPaned" id="required15">
2853                 <property name="visible">True</property>
2854                 <property name="can_focus">True</property>
2855                 <property name="orientation">vertical</property>
2856                 <child>
2857                   <object class="GtkEventBox" id="required-required-container15">
2858                     <property name="visible">True</property>
2859                     <property name="can_focus">False</property>
2860                     <property name="valign">end</property>
2861                     <property name="halign">end</property>
2862                     <child>
2863                       <object class="GtkLabel" id="required-required15">
2864                         <property name="visible">True</property>
2865                         <property name="can_focus">False</property>
2866                         <property name="label" translatable="yes">ABCDE ABCD</property>
2867                         <property name="xalign">0.0</property>
2868                         <property name="wrap">False</property>
2869                         <property name="ellipsize">end</property>
2870                         <property name="width-chars">12</property>
2871                         <property name="max-width-chars">-1</property>
2872                         <attributes>
2873                           <attribute name="font-desc" value="Monospace"/>
2874                         </attributes>
2875                       </object>
2876                     </child>
2877                   </object>
2878                   <packing>
2879                     <property name="resize">False</property>
2880                     <property name="shrink">False</property>
2881                   </packing>
2882                 </child>
2883                 <child>
2884                   <object class="GtkEventBox" id="required-natural-container15">
2885                     <property name="visible">True</property>
2886                     <property name="can_focus">False</property>
2887                     <property name="valign">start</property>
2888                     <property name="halign">end</property>
2889                     <child>
2890                       <object class="GtkLabel" id="required-natural15">
2891                         <property name="visible">True</property>
2892                         <property name="can_focus">False</property>
2893                         <property name="label" translatable="yes">ABCDE ABCD</property>
2894                         <property name="xalign">0.0</property>
2895                         <property name="wrap">False</property>
2896                         <property name="ellipsize">end</property>
2897                         <property name="width-chars">12</property>
2898                         <property name="max-width-chars">-1</property>
2899                         <attributes>
2900                           <attribute name="font-desc" value="Monospace"/>
2901                         </attributes>
2902                       </object>
2903                     </child>
2904                   </object>
2905                   <packing>
2906                     <property name="resize">True</property>
2907                     <property name="shrink">False</property>
2908                   </packing>
2909                 </child>
2910               </object>
2911               <packing>
2912                 <property name="resize">False</property>
2913                 <property name="shrink">False</property>
2914               </packing>
2915             </child>
2916             <child>
2917               <object class="GtkPaned" id="natural15">
2918                 <property name="visible">True</property>
2919                 <property name="can_focus">True</property>
2920                 <property name="orientation">vertical</property>
2921                 <child>
2922                   <object class="GtkEventBox" id="natural-required-container15">
2923                     <property name="visible">True</property>
2924                     <property name="can_focus">False</property>
2925                     <property name="valign">end</property>
2926                     <property name="halign">start</property>
2927                     <child>
2928                       <object class="GtkLabel" id="natural-required15">
2929                         <property name="visible">True</property>
2930                         <property name="can_focus">False</property>
2931                         <property name="label" translatable="yes">ABCDE ABCD</property>
2932                         <property name="xalign">0.0</property>
2933                         <property name="wrap">False</property>
2934                         <property name="ellipsize">end</property>
2935                         <property name="width-chars">12</property>
2936                         <property name="max-width-chars">-1</property>
2937                         <attributes>
2938                           <attribute name="font-desc" value="Monospace"/>
2939                         </attributes>
2940                       </object>
2941                     </child>
2942                   </object>
2943                   <packing>
2944                     <property name="resize">False</property>
2945                     <property name="shrink">False</property>
2946                   </packing>
2947                 </child>
2948                 <child>
2949                   <object class="GtkEventBox" id="natural-natural-container15">
2950                     <property name="visible">True</property>
2951                     <property name="can_focus">False</property>
2952                     <property name="valign">start</property>
2953                     <property name="halign">start</property>
2954                     <child>
2955                       <object class="GtkLabel" id="natural-natural15">
2956                         <property name="visible">True</property>
2957                         <property name="can_focus">False</property>
2958                         <property name="label" translatable="yes">ABCDE ABCD</property>
2959                         <property name="xalign">0.0</property>
2960                         <property name="wrap">False</property>
2961                         <property name="ellipsize">end</property>
2962                         <property name="width-chars">12</property>
2963                         <property name="max-width-chars">-1</property>
2964                         <attributes>
2965                           <attribute name="font-desc" value="Monospace"/>
2966                         </attributes>
2967                       </object>
2968                     </child>
2969                   </object>
2970                   <packing>
2971                     <property name="resize">True</property>
2972                     <property name="shrink">False</property>
2973                   </packing>
2974                 </child>
2975               </object>
2976               <packing>
2977                 <property name="resize">True</property>
2978                 <property name="shrink">False</property>
2979               </packing>
2980             </child>
2981           </object>
2982           <packing>
2983             <property name="left_attach">4</property>
2984             <property name="top_attach">15</property>
2985             <property name="width">1</property>
2986             <property name="height">1</property>
2987           </packing>
2988         </child>
2989         <child>
2990           <object class="GtkLabel" id="wrap16">
2991             <property name="visible">True</property>
2992             <property name="can_focus">False</property>
2993             <property name="label" translatable="yes">True</property>
2994           </object>
2995           <packing>
2996             <property name="left_attach">0</property>
2997             <property name="top_attach">16</property>
2998             <property name="width">1</property>
2999             <property name="height">1</property>
3000           </packing>
3001         </child>
3002         <child>
3003           <object class="GtkLabel" id="ellipsize16">
3004             <property name="visible">True</property>
3005             <property name="can_focus">False</property>
3006             <property name="label" translatable="yes">end</property>
3007           </object>
3008           <packing>
3009             <property name="left_attach">1</property>
3010             <property name="top_attach">16</property>
3011             <property name="width">1</property>
3012             <property name="height">1</property>
3013           </packing>
3014         </child>
3015         <child>
3016           <object class="GtkLabel" id="width_chars16">
3017             <property name="visible">True</property>
3018             <property name="can_focus">False</property>
3019             <property name="label" translatable="yes">12</property>
3020           </object>
3021           <packing>
3022             <property name="left_attach">2</property>
3023             <property name="top_attach">16</property>
3024             <property name="width">1</property>
3025             <property name="height">1</property>
3026           </packing>
3027         </child>
3028         <child>
3029           <object class="GtkLabel" id="max_width_chars16">
3030             <property name="visible">True</property>
3031             <property name="can_focus">False</property>
3032             <property name="label" translatable="yes">-1</property>
3033           </object>
3034           <packing>
3035             <property name="left_attach">3</property>
3036             <property name="top_attach">16</property>
3037             <property name="width">1</property>
3038             <property name="height">1</property>
3039           </packing>
3040         </child>
3041         <child>
3042           <object class="GtkPaned" id="paned16">
3043             <property name="visible">True</property>
3044             <property name="can_focus">True</property>
3045             <child>
3046               <object class="GtkPaned" id="required16">
3047                 <property name="visible">True</property>
3048                 <property name="can_focus">True</property>
3049                 <property name="orientation">vertical</property>
3050                 <child>
3051                   <object class="GtkEventBox" id="required-required-container16">
3052                     <property name="visible">True</property>
3053                     <property name="can_focus">False</property>
3054                     <property name="valign">end</property>
3055                     <property name="halign">end</property>
3056                     <child>
3057                       <object class="GtkLabel" id="required-required16">
3058                         <property name="visible">True</property>
3059                         <property name="can_focus">False</property>
3060                         <property name="label" translatable="yes">ABCDE ABCD</property>
3061                         <property name="xalign">0.0</property>
3062                         <property name="wrap">True</property>
3063                         <property name="ellipsize">end</property>
3064                         <property name="width-chars">12</property>
3065                         <property name="max-width-chars">-1</property>
3066                         <attributes>
3067                           <attribute name="font-desc" value="Monospace"/>
3068                         </attributes>
3069                       </object>
3070                     </child>
3071                   </object>
3072                   <packing>
3073                     <property name="resize">False</property>
3074                     <property name="shrink">False</property>
3075                   </packing>
3076                 </child>
3077                 <child>
3078                   <object class="GtkEventBox" id="required-natural-container16">
3079                     <property name="visible">True</property>
3080                     <property name="can_focus">False</property>
3081                     <property name="valign">start</property>
3082                     <property name="halign">end</property>
3083                     <child>
3084                       <object class="GtkLabel" id="required-natural16">
3085                         <property name="visible">True</property>
3086                         <property name="can_focus">False</property>
3087                         <property name="label" translatable="yes">ABCDE ABCD</property>
3088                         <property name="xalign">0.0</property>
3089                         <property name="wrap">True</property>
3090                         <property name="ellipsize">end</property>
3091                         <property name="width-chars">12</property>
3092                         <property name="max-width-chars">-1</property>
3093                         <attributes>
3094                           <attribute name="font-desc" value="Monospace"/>
3095                         </attributes>
3096                       </object>
3097                     </child>
3098                   </object>
3099                   <packing>
3100                     <property name="resize">True</property>
3101                     <property name="shrink">False</property>
3102                   </packing>
3103                 </child>
3104               </object>
3105               <packing>
3106                 <property name="resize">False</property>
3107                 <property name="shrink">False</property>
3108               </packing>
3109             </child>
3110             <child>
3111               <object class="GtkPaned" id="natural16">
3112                 <property name="visible">True</property>
3113                 <property name="can_focus">True</property>
3114                 <property name="orientation">vertical</property>
3115                 <child>
3116                   <object class="GtkEventBox" id="natural-required-container16">
3117                     <property name="visible">True</property>
3118                     <property name="can_focus">False</property>
3119                     <property name="valign">end</property>
3120                     <property name="halign">start</property>
3121                     <child>
3122                       <object class="GtkLabel" id="natural-required16">
3123                         <property name="visible">True</property>
3124                         <property name="can_focus">False</property>
3125                         <property name="label" translatable="yes">ABCDE ABCD</property>
3126                         <property name="xalign">0.0</property>
3127                         <property name="wrap">True</property>
3128                         <property name="ellipsize">end</property>
3129                         <property name="width-chars">12</property>
3130                         <property name="max-width-chars">-1</property>
3131                         <attributes>
3132                           <attribute name="font-desc" value="Monospace"/>
3133                         </attributes>
3134                       </object>
3135                     </child>
3136                   </object>
3137                   <packing>
3138                     <property name="resize">False</property>
3139                     <property name="shrink">False</property>
3140                   </packing>
3141                 </child>
3142                 <child>
3143                   <object class="GtkEventBox" id="natural-natural-container16">
3144                     <property name="visible">True</property>
3145                     <property name="can_focus">False</property>
3146                     <property name="valign">start</property>
3147                     <property name="halign">start</property>
3148                     <child>
3149                       <object class="GtkLabel" id="natural-natural16">
3150                         <property name="visible">True</property>
3151                         <property name="can_focus">False</property>
3152                         <property name="label" translatable="yes">ABCDE ABCD</property>
3153                         <property name="xalign">0.0</property>
3154                         <property name="wrap">True</property>
3155                         <property name="ellipsize">end</property>
3156                         <property name="width-chars">12</property>
3157                         <property name="max-width-chars">-1</property>
3158                         <attributes>
3159                           <attribute name="font-desc" value="Monospace"/>
3160                         </attributes>
3161                       </object>
3162                     </child>
3163                   </object>
3164                   <packing>
3165                     <property name="resize">True</property>
3166                     <property name="shrink">False</property>
3167                   </packing>
3168                 </child>
3169               </object>
3170               <packing>
3171                 <property name="resize">True</property>
3172                 <property name="shrink">False</property>
3173               </packing>
3174             </child>
3175           </object>
3176           <packing>
3177             <property name="left_attach">4</property>
3178             <property name="top_attach">16</property>
3179             <property name="width">1</property>
3180             <property name="height">1</property>
3181           </packing>
3182         </child>
3183         <child>
3184           <object class="GtkLabel" id="wrap17">
3185             <property name="visible">True</property>
3186             <property name="can_focus">False</property>
3187             <property name="label" translatable="yes">False</property>
3188           </object>
3189           <packing>
3190             <property name="left_attach">0</property>
3191             <property name="top_attach">17</property>
3192             <property name="width">1</property>
3193             <property name="height">1</property>
3194           </packing>
3195         </child>
3196         <child>
3197           <object class="GtkLabel" id="ellipsize17">
3198             <property name="visible">True</property>
3199             <property name="can_focus">False</property>
3200             <property name="label" translatable="yes">none</property>
3201           </object>
3202           <packing>
3203             <property name="left_attach">1</property>
3204             <property name="top_attach">17</property>
3205             <property name="width">1</property>
3206             <property name="height">1</property>
3207           </packing>
3208         </child>
3209         <child>
3210           <object class="GtkLabel" id="width_chars17">
3211             <property name="visible">True</property>
3212             <property name="can_focus">False</property>
3213             <property name="label" translatable="yes">-1</property>
3214           </object>
3215           <packing>
3216             <property name="left_attach">2</property>
3217             <property name="top_attach">17</property>
3218             <property name="width">1</property>
3219             <property name="height">1</property>
3220           </packing>
3221         </child>
3222         <child>
3223           <object class="GtkLabel" id="max_width_chars17">
3224             <property name="visible">True</property>
3225             <property name="can_focus">False</property>
3226             <property name="label" translatable="yes">4</property>
3227           </object>
3228           <packing>
3229             <property name="left_attach">3</property>
3230             <property name="top_attach">17</property>
3231             <property name="width">1</property>
3232             <property name="height">1</property>
3233           </packing>
3234         </child>
3235         <child>
3236           <object class="GtkPaned" id="paned17">
3237             <property name="visible">True</property>
3238             <property name="can_focus">True</property>
3239             <child>
3240               <object class="GtkPaned" id="required17">
3241                 <property name="visible">True</property>
3242                 <property name="can_focus">True</property>
3243                 <property name="orientation">vertical</property>
3244                 <child>
3245                   <object class="GtkEventBox" id="required-required-container17">
3246                     <property name="visible">True</property>
3247                     <property name="can_focus">False</property>
3248                     <property name="valign">end</property>
3249                     <property name="halign">end</property>
3250                     <child>
3251                       <object class="GtkLabel" id="required-required17">
3252                         <property name="visible">True</property>
3253                         <property name="can_focus">False</property>
3254                         <property name="label" translatable="yes">ABCDE ABCD</property>
3255                         <property name="xalign">0.0</property>
3256                         <property name="wrap">False</property>
3257                         <property name="ellipsize">none</property>
3258                         <property name="width-chars">-1</property>
3259                         <property name="max-width-chars">4</property>
3260                         <attributes>
3261                           <attribute name="font-desc" value="Monospace"/>
3262                         </attributes>
3263                       </object>
3264                     </child>
3265                   </object>
3266                   <packing>
3267                     <property name="resize">False</property>
3268                     <property name="shrink">False</property>
3269                   </packing>
3270                 </child>
3271                 <child>
3272                   <object class="GtkEventBox" id="required-natural-container17">
3273                     <property name="visible">True</property>
3274                     <property name="can_focus">False</property>
3275                     <property name="valign">start</property>
3276                     <property name="halign">end</property>
3277                     <child>
3278                       <object class="GtkLabel" id="required-natural17">
3279                         <property name="visible">True</property>
3280                         <property name="can_focus">False</property>
3281                         <property name="label" translatable="yes">ABCDE ABCD</property>
3282                         <property name="xalign">0.0</property>
3283                         <property name="wrap">False</property>
3284                         <property name="ellipsize">none</property>
3285                         <property name="width-chars">-1</property>
3286                         <property name="max-width-chars">4</property>
3287                         <attributes>
3288                           <attribute name="font-desc" value="Monospace"/>
3289                         </attributes>
3290                       </object>
3291                     </child>
3292                   </object>
3293                   <packing>
3294                     <property name="resize">True</property>
3295                     <property name="shrink">False</property>
3296                   </packing>
3297                 </child>
3298               </object>
3299               <packing>
3300                 <property name="resize">False</property>
3301                 <property name="shrink">False</property>
3302               </packing>
3303             </child>
3304             <child>
3305               <object class="GtkPaned" id="natural17">
3306                 <property name="visible">True</property>
3307                 <property name="can_focus">True</property>
3308                 <property name="orientation">vertical</property>
3309                 <child>
3310                   <object class="GtkEventBox" id="natural-required-container17">
3311                     <property name="visible">True</property>
3312                     <property name="can_focus">False</property>
3313                     <property name="valign">end</property>
3314                     <property name="halign">start</property>
3315                     <child>
3316                       <object class="GtkLabel" id="natural-required17">
3317                         <property name="visible">True</property>
3318                         <property name="can_focus">False</property>
3319                         <property name="label" translatable="yes">ABCDE ABCD</property>
3320                         <property name="xalign">0.0</property>
3321                         <property name="wrap">False</property>
3322                         <property name="ellipsize">none</property>
3323                         <property name="width-chars">-1</property>
3324                         <property name="max-width-chars">4</property>
3325                         <attributes>
3326                           <attribute name="font-desc" value="Monospace"/>
3327                         </attributes>
3328                       </object>
3329                     </child>
3330                   </object>
3331                   <packing>
3332                     <property name="resize">False</property>
3333                     <property name="shrink">False</property>
3334                   </packing>
3335                 </child>
3336                 <child>
3337                   <object class="GtkEventBox" id="natural-natural-container17">
3338                     <property name="visible">True</property>
3339                     <property name="can_focus">False</property>
3340                     <property name="valign">start</property>
3341                     <property name="halign">start</property>
3342                     <child>
3343                       <object class="GtkLabel" id="natural-natural17">
3344                         <property name="visible">True</property>
3345                         <property name="can_focus">False</property>
3346                         <property name="label" translatable="yes">ABCDE ABCD</property>
3347                         <property name="xalign">0.0</property>
3348                         <property name="wrap">False</property>
3349                         <property name="ellipsize">none</property>
3350                         <property name="width-chars">-1</property>
3351                         <property name="max-width-chars">4</property>
3352                         <attributes>
3353                           <attribute name="font-desc" value="Monospace"/>
3354                         </attributes>
3355                       </object>
3356                     </child>
3357                   </object>
3358                   <packing>
3359                     <property name="resize">True</property>
3360                     <property name="shrink">False</property>
3361                   </packing>
3362                 </child>
3363               </object>
3364               <packing>
3365                 <property name="resize">True</property>
3366                 <property name="shrink">False</property>
3367               </packing>
3368             </child>
3369           </object>
3370           <packing>
3371             <property name="left_attach">4</property>
3372             <property name="top_attach">17</property>
3373             <property name="width">1</property>
3374             <property name="height">1</property>
3375           </packing>
3376         </child>
3377         <child>
3378           <object class="GtkLabel" id="wrap18">
3379             <property name="visible">True</property>
3380             <property name="can_focus">False</property>
3381             <property name="label" translatable="yes">True</property>
3382           </object>
3383           <packing>
3384             <property name="left_attach">0</property>
3385             <property name="top_attach">18</property>
3386             <property name="width">1</property>
3387             <property name="height">1</property>
3388           </packing>
3389         </child>
3390         <child>
3391           <object class="GtkLabel" id="ellipsize18">
3392             <property name="visible">True</property>
3393             <property name="can_focus">False</property>
3394             <property name="label" translatable="yes">none</property>
3395           </object>
3396           <packing>
3397             <property name="left_attach">1</property>
3398             <property name="top_attach">18</property>
3399             <property name="width">1</property>
3400             <property name="height">1</property>
3401           </packing>
3402         </child>
3403         <child>
3404           <object class="GtkLabel" id="width_chars18">
3405             <property name="visible">True</property>
3406             <property name="can_focus">False</property>
3407             <property name="label" translatable="yes">-1</property>
3408           </object>
3409           <packing>
3410             <property name="left_attach">2</property>
3411             <property name="top_attach">18</property>
3412             <property name="width">1</property>
3413             <property name="height">1</property>
3414           </packing>
3415         </child>
3416         <child>
3417           <object class="GtkLabel" id="max_width_chars18">
3418             <property name="visible">True</property>
3419             <property name="can_focus">False</property>
3420             <property name="label" translatable="yes">4</property>
3421           </object>
3422           <packing>
3423             <property name="left_attach">3</property>
3424             <property name="top_attach">18</property>
3425             <property name="width">1</property>
3426             <property name="height">1</property>
3427           </packing>
3428         </child>
3429         <child>
3430           <object class="GtkPaned" id="paned18">
3431             <property name="visible">True</property>
3432             <property name="can_focus">True</property>
3433             <child>
3434               <object class="GtkPaned" id="required18">
3435                 <property name="visible">True</property>
3436                 <property name="can_focus">True</property>
3437                 <property name="orientation">vertical</property>
3438                 <child>
3439                   <object class="GtkEventBox" id="required-required-container18">
3440                     <property name="visible">True</property>
3441                     <property name="can_focus">False</property>
3442                     <property name="valign">end</property>
3443                     <property name="halign">end</property>
3444                     <child>
3445                       <object class="GtkLabel" id="required-required18">
3446                         <property name="visible">True</property>
3447                         <property name="can_focus">False</property>
3448                         <property name="label" translatable="yes">ABCDE ABCD</property>
3449                         <property name="xalign">0.0</property>
3450                         <property name="wrap">True</property>
3451                         <property name="ellipsize">none</property>
3452                         <property name="width-chars">-1</property>
3453                         <property name="max-width-chars">4</property>
3454                         <attributes>
3455                           <attribute name="font-desc" value="Monospace"/>
3456                         </attributes>
3457                       </object>
3458                     </child>
3459                   </object>
3460                   <packing>
3461                     <property name="resize">False</property>
3462                     <property name="shrink">False</property>
3463                   </packing>
3464                 </child>
3465                 <child>
3466                   <object class="GtkEventBox" id="required-natural-container18">
3467                     <property name="visible">True</property>
3468                     <property name="can_focus">False</property>
3469                     <property name="valign">start</property>
3470                     <property name="halign">end</property>
3471                     <child>
3472                       <object class="GtkLabel" id="required-natural18">
3473                         <property name="visible">True</property>
3474                         <property name="can_focus">False</property>
3475                         <property name="label" translatable="yes">ABCDE ABCD</property>
3476                         <property name="xalign">0.0</property>
3477                         <property name="wrap">True</property>
3478                         <property name="ellipsize">none</property>
3479                         <property name="width-chars">-1</property>
3480                         <property name="max-width-chars">4</property>
3481                         <attributes>
3482                           <attribute name="font-desc" value="Monospace"/>
3483                         </attributes>
3484                       </object>
3485                     </child>
3486                   </object>
3487                   <packing>
3488                     <property name="resize">True</property>
3489                     <property name="shrink">False</property>
3490                   </packing>
3491                 </child>
3492               </object>
3493               <packing>
3494                 <property name="resize">False</property>
3495                 <property name="shrink">False</property>
3496               </packing>
3497             </child>
3498             <child>
3499               <object class="GtkPaned" id="natural18">
3500                 <property name="visible">True</property>
3501                 <property name="can_focus">True</property>
3502                 <property name="orientation">vertical</property>
3503                 <child>
3504                   <object class="GtkEventBox" id="natural-required-container18">
3505                     <property name="visible">True</property>
3506                     <property name="can_focus">False</property>
3507                     <property name="valign">end</property>
3508                     <property name="halign">start</property>
3509                     <child>
3510                       <object class="GtkLabel" id="natural-required18">
3511                         <property name="visible">True</property>
3512                         <property name="can_focus">False</property>
3513                         <property name="label" translatable="yes">ABCDE ABCD</property>
3514                         <property name="xalign">0.0</property>
3515                         <property name="wrap">True</property>
3516                         <property name="ellipsize">none</property>
3517                         <property name="width-chars">-1</property>
3518                         <property name="max-width-chars">4</property>
3519                         <attributes>
3520                           <attribute name="font-desc" value="Monospace"/>
3521                         </attributes>
3522                       </object>
3523                     </child>
3524                   </object>
3525                   <packing>
3526                     <property name="resize">False</property>
3527                     <property name="shrink">False</property>
3528                   </packing>
3529                 </child>
3530                 <child>
3531                   <object class="GtkEventBox" id="natural-natural-container18">
3532                     <property name="visible">True</property>
3533                     <property name="can_focus">False</property>
3534                     <property name="valign">start</property>
3535                     <property name="halign">start</property>
3536                     <child>
3537                       <object class="GtkLabel" id="natural-natural18">
3538                         <property name="visible">True</property>
3539                         <property name="can_focus">False</property>
3540                         <property name="label" translatable="yes">ABCDE ABCD</property>
3541                         <property name="xalign">0.0</property>
3542                         <property name="wrap">True</property>
3543                         <property name="ellipsize">none</property>
3544                         <property name="width-chars">-1</property>
3545                         <property name="max-width-chars">4</property>
3546                         <attributes>
3547                           <attribute name="font-desc" value="Monospace"/>
3548                         </attributes>
3549                       </object>
3550                     </child>
3551                   </object>
3552                   <packing>
3553                     <property name="resize">True</property>
3554                     <property name="shrink">False</property>
3555                   </packing>
3556                 </child>
3557               </object>
3558               <packing>
3559                 <property name="resize">True</property>
3560                 <property name="shrink">False</property>
3561               </packing>
3562             </child>
3563           </object>
3564           <packing>
3565             <property name="left_attach">4</property>
3566             <property name="top_attach">18</property>
3567             <property name="width">1</property>
3568             <property name="height">1</property>
3569           </packing>
3570         </child>
3571         <child>
3572           <object class="GtkLabel" id="wrap19">
3573             <property name="visible">True</property>
3574             <property name="can_focus">False</property>
3575             <property name="label" translatable="yes">False</property>
3576           </object>
3577           <packing>
3578             <property name="left_attach">0</property>
3579             <property name="top_attach">19</property>
3580             <property name="width">1</property>
3581             <property name="height">1</property>
3582           </packing>
3583         </child>
3584         <child>
3585           <object class="GtkLabel" id="ellipsize19">
3586             <property name="visible">True</property>
3587             <property name="can_focus">False</property>
3588             <property name="label" translatable="yes">end</property>
3589           </object>
3590           <packing>
3591             <property name="left_attach">1</property>
3592             <property name="top_attach">19</property>
3593             <property name="width">1</property>
3594             <property name="height">1</property>
3595           </packing>
3596         </child>
3597         <child>
3598           <object class="GtkLabel" id="width_chars19">
3599             <property name="visible">True</property>
3600             <property name="can_focus">False</property>
3601             <property name="label" translatable="yes">-1</property>
3602           </object>
3603           <packing>
3604             <property name="left_attach">2</property>
3605             <property name="top_attach">19</property>
3606             <property name="width">1</property>
3607             <property name="height">1</property>
3608           </packing>
3609         </child>
3610         <child>
3611           <object class="GtkLabel" id="max_width_chars19">
3612             <property name="visible">True</property>
3613             <property name="can_focus">False</property>
3614             <property name="label" translatable="yes">4</property>
3615           </object>
3616           <packing>
3617             <property name="left_attach">3</property>
3618             <property name="top_attach">19</property>
3619             <property name="width">1</property>
3620             <property name="height">1</property>
3621           </packing>
3622         </child>
3623         <child>
3624           <object class="GtkPaned" id="paned19">
3625             <property name="visible">True</property>
3626             <property name="can_focus">True</property>
3627             <child>
3628               <object class="GtkPaned" id="required19">
3629                 <property name="visible">True</property>
3630                 <property name="can_focus">True</property>
3631                 <property name="orientation">vertical</property>
3632                 <child>
3633                   <object class="GtkEventBox" id="required-required-container19">
3634                     <property name="visible">True</property>
3635                     <property name="can_focus">False</property>
3636                     <property name="valign">end</property>
3637                     <property name="halign">end</property>
3638                     <child>
3639                       <object class="GtkLabel" id="required-required19">
3640                         <property name="visible">True</property>
3641                         <property name="can_focus">False</property>
3642                         <property name="label" translatable="yes">ABCDE ABCD</property>
3643                         <property name="xalign">0.0</property>
3644                         <property name="wrap">False</property>
3645                         <property name="ellipsize">end</property>
3646                         <property name="width-chars">-1</property>
3647                         <property name="max-width-chars">4</property>
3648                         <attributes>
3649                           <attribute name="font-desc" value="Monospace"/>
3650                         </attributes>
3651                       </object>
3652                     </child>
3653                   </object>
3654                   <packing>
3655                     <property name="resize">False</property>
3656                     <property name="shrink">False</property>
3657                   </packing>
3658                 </child>
3659                 <child>
3660                   <object class="GtkEventBox" id="required-natural-container19">
3661                     <property name="visible">True</property>
3662                     <property name="can_focus">False</property>
3663                     <property name="valign">start</property>
3664                     <property name="halign">end</property>
3665                     <child>
3666                       <object class="GtkLabel" id="required-natural19">
3667                         <property name="visible">True</property>
3668                         <property name="can_focus">False</property>
3669                         <property name="label" translatable="yes">ABCDE ABCD</property>
3670                         <property name="xalign">0.0</property>
3671                         <property name="wrap">False</property>
3672                         <property name="ellipsize">end</property>
3673                         <property name="width-chars">-1</property>
3674                         <property name="max-width-chars">4</property>
3675                         <attributes>
3676                           <attribute name="font-desc" value="Monospace"/>
3677                         </attributes>
3678                       </object>
3679                     </child>
3680                   </object>
3681                   <packing>
3682                     <property name="resize">True</property>
3683                     <property name="shrink">False</property>
3684                   </packing>
3685                 </child>
3686               </object>
3687               <packing>
3688                 <property name="resize">False</property>
3689                 <property name="shrink">False</property>
3690               </packing>
3691             </child>
3692             <child>
3693               <object class="GtkPaned" id="natural19">
3694                 <property name="visible">True</property>
3695                 <property name="can_focus">True</property>
3696                 <property name="orientation">vertical</property>
3697                 <child>
3698                   <object class="GtkEventBox" id="natural-required-container19">
3699                     <property name="visible">True</property>
3700                     <property name="can_focus">False</property>
3701                     <property name="valign">end</property>
3702                     <property name="halign">start</property>
3703                     <child>
3704                       <object class="GtkLabel" id="natural-required19">
3705                         <property name="visible">True</property>
3706                         <property name="can_focus">False</property>
3707                         <property name="label" translatable="yes">ABCDE ABCD</property>
3708                         <property name="xalign">0.0</property>
3709                         <property name="wrap">False</property>
3710                         <property name="ellipsize">end</property>
3711                         <property name="width-chars">-1</property>
3712                         <property name="max-width-chars">4</property>
3713                         <attributes>
3714                           <attribute name="font-desc" value="Monospace"/>
3715                         </attributes>
3716                       </object>
3717                     </child>
3718                   </object>
3719                   <packing>
3720                     <property name="resize">False</property>
3721                     <property name="shrink">False</property>
3722                   </packing>
3723                 </child>
3724                 <child>
3725                   <object class="GtkEventBox" id="natural-natural-container19">
3726                     <property name="visible">True</property>
3727                     <property name="can_focus">False</property>
3728                     <property name="valign">start</property>
3729                     <property name="halign">start</property>
3730                     <child>
3731                       <object class="GtkLabel" id="natural-natural19">
3732                         <property name="visible">True</property>
3733                         <property name="can_focus">False</property>
3734                         <property name="label" translatable="yes">ABCDE ABCD</property>
3735                         <property name="xalign">0.0</property>
3736                         <property name="wrap">False</property>
3737                         <property name="ellipsize">end</property>
3738                         <property name="width-chars">-1</property>
3739                         <property name="max-width-chars">4</property>
3740                         <attributes>
3741                           <attribute name="font-desc" value="Monospace"/>
3742                         </attributes>
3743                       </object>
3744                     </child>
3745                   </object>
3746                   <packing>
3747                     <property name="resize">True</property>
3748                     <property name="shrink">False</property>
3749                   </packing>
3750                 </child>
3751               </object>
3752               <packing>
3753                 <property name="resize">True</property>
3754                 <property name="shrink">False</property>
3755               </packing>
3756             </child>
3757           </object>
3758           <packing>
3759             <property name="left_attach">4</property>
3760             <property name="top_attach">19</property>
3761             <property name="width">1</property>
3762             <property name="height">1</property>
3763           </packing>
3764         </child>
3765         <child>
3766           <object class="GtkLabel" id="wrap20">
3767             <property name="visible">True</property>
3768             <property name="can_focus">False</property>
3769             <property name="label" translatable="yes">True</property>
3770           </object>
3771           <packing>
3772             <property name="left_attach">0</property>
3773             <property name="top_attach">20</property>
3774             <property name="width">1</property>
3775             <property name="height">1</property>
3776           </packing>
3777         </child>
3778         <child>
3779           <object class="GtkLabel" id="ellipsize20">
3780             <property name="visible">True</property>
3781             <property name="can_focus">False</property>
3782             <property name="label" translatable="yes">end</property>
3783           </object>
3784           <packing>
3785             <property name="left_attach">1</property>
3786             <property name="top_attach">20</property>
3787             <property name="width">1</property>
3788             <property name="height">1</property>
3789           </packing>
3790         </child>
3791         <child>
3792           <object class="GtkLabel" id="width_chars20">
3793             <property name="visible">True</property>
3794             <property name="can_focus">False</property>
3795             <property name="label" translatable="yes">-1</property>
3796           </object>
3797           <packing>
3798             <property name="left_attach">2</property>
3799             <property name="top_attach">20</property>
3800             <property name="width">1</property>
3801             <property name="height">1</property>
3802           </packing>
3803         </child>
3804         <child>
3805           <object class="GtkLabel" id="max_width_chars20">
3806             <property name="visible">True</property>
3807             <property name="can_focus">False</property>
3808             <property name="label" translatable="yes">4</property>
3809           </object>
3810           <packing>
3811             <property name="left_attach">3</property>
3812             <property name="top_attach">20</property>
3813             <property name="width">1</property>
3814             <property name="height">1</property>
3815           </packing>
3816         </child>
3817         <child>
3818           <object class="GtkPaned" id="paned20">
3819             <property name="visible">True</property>
3820             <property name="can_focus">True</property>
3821             <child>
3822               <object class="GtkPaned" id="required20">
3823                 <property name="visible">True</property>
3824                 <property name="can_focus">True</property>
3825                 <property name="orientation">vertical</property>
3826                 <child>
3827                   <object class="GtkEventBox" id="required-required-container20">
3828                     <property name="visible">True</property>
3829                     <property name="can_focus">False</property>
3830                     <property name="valign">end</property>
3831                     <property name="halign">end</property>
3832                     <child>
3833                       <object class="GtkLabel" id="required-required20">
3834                         <property name="visible">True</property>
3835                         <property name="can_focus">False</property>
3836                         <property name="label" translatable="yes">ABCDE ABCD</property>
3837                         <property name="xalign">0.0</property>
3838                         <property name="wrap">True</property>
3839                         <property name="ellipsize">end</property>
3840                         <property name="width-chars">-1</property>
3841                         <property name="max-width-chars">4</property>
3842                         <attributes>
3843                           <attribute name="font-desc" value="Monospace"/>
3844                         </attributes>
3845                       </object>
3846                     </child>
3847                   </object>
3848                   <packing>
3849                     <property name="resize">False</property>
3850                     <property name="shrink">False</property>
3851                   </packing>
3852                 </child>
3853                 <child>
3854                   <object class="GtkEventBox" id="required-natural-container20">
3855                     <property name="visible">True</property>
3856                     <property name="can_focus">False</property>
3857                     <property name="valign">start</property>
3858                     <property name="halign">end</property>
3859                     <child>
3860                       <object class="GtkLabel" id="required-natural20">
3861                         <property name="visible">True</property>
3862                         <property name="can_focus">False</property>
3863                         <property name="label" translatable="yes">ABCDE ABCD</property>
3864                         <property name="xalign">0.0</property>
3865                         <property name="wrap">True</property>
3866                         <property name="ellipsize">end</property>
3867                         <property name="width-chars">-1</property>
3868                         <property name="max-width-chars">4</property>
3869                         <attributes>
3870                           <attribute name="font-desc" value="Monospace"/>
3871                         </attributes>
3872                       </object>
3873                     </child>
3874                   </object>
3875                   <packing>
3876                     <property name="resize">True</property>
3877                     <property name="shrink">False</property>
3878                   </packing>
3879                 </child>
3880               </object>
3881               <packing>
3882                 <property name="resize">False</property>
3883                 <property name="shrink">False</property>
3884               </packing>
3885             </child>
3886             <child>
3887               <object class="GtkPaned" id="natural20">
3888                 <property name="visible">True</property>
3889                 <property name="can_focus">True</property>
3890                 <property name="orientation">vertical</property>
3891                 <child>
3892                   <object class="GtkEventBox" id="natural-required-container20">
3893                     <property name="visible">True</property>
3894                     <property name="can_focus">False</property>
3895                     <property name="valign">end</property>
3896                     <property name="halign">start</property>
3897                     <child>
3898                       <object class="GtkLabel" id="natural-required20">
3899                         <property name="visible">True</property>
3900                         <property name="can_focus">False</property>
3901                         <property name="label" translatable="yes">ABCDE ABCD</property>
3902                         <property name="xalign">0.0</property>
3903                         <property name="wrap">True</property>
3904                         <property name="ellipsize">end</property>
3905                         <property name="width-chars">-1</property>
3906                         <property name="max-width-chars">4</property>
3907                         <attributes>
3908                           <attribute name="font-desc" value="Monospace"/>
3909                         </attributes>
3910                       </object>
3911                     </child>
3912                   </object>
3913                   <packing>
3914                     <property name="resize">False</property>
3915                     <property name="shrink">False</property>
3916                   </packing>
3917                 </child>
3918                 <child>
3919                   <object class="GtkEventBox" id="natural-natural-container20">
3920                     <property name="visible">True</property>
3921                     <property name="can_focus">False</property>
3922                     <property name="valign">start</property>
3923                     <property name="halign">start</property>
3924                     <child>
3925                       <object class="GtkLabel" id="natural-natural20">
3926                         <property name="visible">True</property>
3927                         <property name="can_focus">False</property>
3928                         <property name="label" translatable="yes">ABCDE ABCD</property>
3929                         <property name="xalign">0.0</property>
3930                         <property name="wrap">True</property>
3931                         <property name="ellipsize">end</property>
3932                         <property name="width-chars">-1</property>
3933                         <property name="max-width-chars">4</property>
3934                         <attributes>
3935                           <attribute name="font-desc" value="Monospace"/>
3936                         </attributes>
3937                       </object>
3938                     </child>
3939                   </object>
3940                   <packing>
3941                     <property name="resize">True</property>
3942                     <property name="shrink">False</property>
3943                   </packing>
3944                 </child>
3945               </object>
3946               <packing>
3947                 <property name="resize">True</property>
3948                 <property name="shrink">False</property>
3949               </packing>
3950             </child>
3951           </object>
3952           <packing>
3953             <property name="left_attach">4</property>
3954             <property name="top_attach">20</property>
3955             <property name="width">1</property>
3956             <property name="height">1</property>
3957           </packing>
3958         </child>
3959         <child>
3960           <object class="GtkLabel" id="wrap21">
3961             <property name="visible">True</property>
3962             <property name="can_focus">False</property>
3963             <property name="label" translatable="yes">False</property>
3964           </object>
3965           <packing>
3966             <property name="left_attach">0</property>
3967             <property name="top_attach">21</property>
3968             <property name="width">1</property>
3969             <property name="height">1</property>
3970           </packing>
3971         </child>
3972         <child>
3973           <object class="GtkLabel" id="ellipsize21">
3974             <property name="visible">True</property>
3975             <property name="can_focus">False</property>
3976             <property name="label" translatable="yes">none</property>
3977           </object>
3978           <packing>
3979             <property name="left_attach">1</property>
3980             <property name="top_attach">21</property>
3981             <property name="width">1</property>
3982             <property name="height">1</property>
3983           </packing>
3984         </child>
3985         <child>
3986           <object class="GtkLabel" id="width_chars21">
3987             <property name="visible">True</property>
3988             <property name="can_focus">False</property>
3989             <property name="label" translatable="yes">4</property>
3990           </object>
3991           <packing>
3992             <property name="left_attach">2</property>
3993             <property name="top_attach">21</property>
3994             <property name="width">1</property>
3995             <property name="height">1</property>
3996           </packing>
3997         </child>
3998         <child>
3999           <object class="GtkLabel" id="max_width_chars21">
4000             <property name="visible">True</property>
4001             <property name="can_focus">False</property>
4002             <property name="label" translatable="yes">4</property>
4003           </object>
4004           <packing>
4005             <property name="left_attach">3</property>
4006             <property name="top_attach">21</property>
4007             <property name="width">1</property>
4008             <property name="height">1</property>
4009           </packing>
4010         </child>
4011         <child>
4012           <object class="GtkPaned" id="paned21">
4013             <property name="visible">True</property>
4014             <property name="can_focus">True</property>
4015             <child>
4016               <object class="GtkPaned" id="required21">
4017                 <property name="visible">True</property>
4018                 <property name="can_focus">True</property>
4019                 <property name="orientation">vertical</property>
4020                 <child>
4021                   <object class="GtkEventBox" id="required-required-container21">
4022                     <property name="visible">True</property>
4023                     <property name="can_focus">False</property>
4024                     <property name="valign">end</property>
4025                     <property name="halign">end</property>
4026                     <child>
4027                       <object class="GtkLabel" id="required-required21">
4028                         <property name="visible">True</property>
4029                         <property name="can_focus">False</property>
4030                         <property name="label" translatable="yes">ABCDE ABCD</property>
4031                         <property name="xalign">0.0</property>
4032                         <property name="wrap">False</property>
4033                         <property name="ellipsize">none</property>
4034                         <property name="width-chars">4</property>
4035                         <property name="max-width-chars">4</property>
4036                         <attributes>
4037                           <attribute name="font-desc" value="Monospace"/>
4038                         </attributes>
4039                       </object>
4040                     </child>
4041                   </object>
4042                   <packing>
4043                     <property name="resize">False</property>
4044                     <property name="shrink">False</property>
4045                   </packing>
4046                 </child>
4047                 <child>
4048                   <object class="GtkEventBox" id="required-natural-container21">
4049                     <property name="visible">True</property>
4050                     <property name="can_focus">False</property>
4051                     <property name="valign">start</property>
4052                     <property name="halign">end</property>
4053                     <child>
4054                       <object class="GtkLabel" id="required-natural21">
4055                         <property name="visible">True</property>
4056                         <property name="can_focus">False</property>
4057                         <property name="label" translatable="yes">ABCDE ABCD</property>
4058                         <property name="xalign">0.0</property>
4059                         <property name="wrap">False</property>
4060                         <property name="ellipsize">none</property>
4061                         <property name="width-chars">4</property>
4062                         <property name="max-width-chars">4</property>
4063                         <attributes>
4064                           <attribute name="font-desc" value="Monospace"/>
4065                         </attributes>
4066                       </object>
4067                     </child>
4068                   </object>
4069                   <packing>
4070                     <property name="resize">True</property>
4071                     <property name="shrink">False</property>
4072                   </packing>
4073                 </child>
4074               </object>
4075               <packing>
4076                 <property name="resize">False</property>
4077                 <property name="shrink">False</property>
4078               </packing>
4079             </child>
4080             <child>
4081               <object class="GtkPaned" id="natural21">
4082                 <property name="visible">True</property>
4083                 <property name="can_focus">True</property>
4084                 <property name="orientation">vertical</property>
4085                 <child>
4086                   <object class="GtkEventBox" id="natural-required-container21">
4087                     <property name="visible">True</property>
4088                     <property name="can_focus">False</property>
4089                     <property name="valign">end</property>
4090                     <property name="halign">start</property>
4091                     <child>
4092                       <object class="GtkLabel" id="natural-required21">
4093                         <property name="visible">True</property>
4094                         <property name="can_focus">False</property>
4095                         <property name="label" translatable="yes">ABCDE ABCD</property>
4096                         <property name="xalign">0.0</property>
4097                         <property name="wrap">False</property>
4098                         <property name="ellipsize">none</property>
4099                         <property name="width-chars">4</property>
4100                         <property name="max-width-chars">4</property>
4101                         <attributes>
4102                           <attribute name="font-desc" value="Monospace"/>
4103                         </attributes>
4104                       </object>
4105                     </child>
4106                   </object>
4107                   <packing>
4108                     <property name="resize">False</property>
4109                     <property name="shrink">False</property>
4110                   </packing>
4111                 </child>
4112                 <child>
4113                   <object class="GtkEventBox" id="natural-natural-container21">
4114                     <property name="visible">True</property>
4115                     <property name="can_focus">False</property>
4116                     <property name="valign">start</property>
4117                     <property name="halign">start</property>
4118                     <child>
4119                       <object class="GtkLabel" id="natural-natural21">
4120                         <property name="visible">True</property>
4121                         <property name="can_focus">False</property>
4122                         <property name="label" translatable="yes">ABCDE ABCD</property>
4123                         <property name="xalign">0.0</property>
4124                         <property name="wrap">False</property>
4125                         <property name="ellipsize">none</property>
4126                         <property name="width-chars">4</property>
4127                         <property name="max-width-chars">4</property>
4128                         <attributes>
4129                           <attribute name="font-desc" value="Monospace"/>
4130                         </attributes>
4131                       </object>
4132                     </child>
4133                   </object>
4134                   <packing>
4135                     <property name="resize">True</property>
4136                     <property name="shrink">False</property>
4137                   </packing>
4138                 </child>
4139               </object>
4140               <packing>
4141                 <property name="resize">True</property>
4142                 <property name="shrink">False</property>
4143               </packing>
4144             </child>
4145           </object>
4146           <packing>
4147             <property name="left_attach">4</property>
4148             <property name="top_attach">21</property>
4149             <property name="width">1</property>
4150             <property name="height">1</property>
4151           </packing>
4152         </child>
4153         <child>
4154           <object class="GtkLabel" id="wrap22">
4155             <property name="visible">True</property>
4156             <property name="can_focus">False</property>
4157             <property name="label" translatable="yes">True</property>
4158           </object>
4159           <packing>
4160             <property name="left_attach">0</property>
4161             <property name="top_attach">22</property>
4162             <property name="width">1</property>
4163             <property name="height">1</property>
4164           </packing>
4165         </child>
4166         <child>
4167           <object class="GtkLabel" id="ellipsize22">
4168             <property name="visible">True</property>
4169             <property name="can_focus">False</property>
4170             <property name="label" translatable="yes">none</property>
4171           </object>
4172           <packing>
4173             <property name="left_attach">1</property>
4174             <property name="top_attach">22</property>
4175             <property name="width">1</property>
4176             <property name="height">1</property>
4177           </packing>
4178         </child>
4179         <child>
4180           <object class="GtkLabel" id="width_chars22">
4181             <property name="visible">True</property>
4182             <property name="can_focus">False</property>
4183             <property name="label" translatable="yes">4</property>
4184           </object>
4185           <packing>
4186             <property name="left_attach">2</property>
4187             <property name="top_attach">22</property>
4188             <property name="width">1</property>
4189             <property name="height">1</property>
4190           </packing>
4191         </child>
4192         <child>
4193           <object class="GtkLabel" id="max_width_chars22">
4194             <property name="visible">True</property>
4195             <property name="can_focus">False</property>
4196             <property name="label" translatable="yes">4</property>
4197           </object>
4198           <packing>
4199             <property name="left_attach">3</property>
4200             <property name="top_attach">22</property>
4201             <property name="width">1</property>
4202             <property name="height">1</property>
4203           </packing>
4204         </child>
4205         <child>
4206           <object class="GtkPaned" id="paned22">
4207             <property name="visible">True</property>
4208             <property name="can_focus">True</property>
4209             <child>
4210               <object class="GtkPaned" id="required22">
4211                 <property name="visible">True</property>
4212                 <property name="can_focus">True</property>
4213                 <property name="orientation">vertical</property>
4214                 <child>
4215                   <object class="GtkEventBox" id="required-required-container22">
4216                     <property name="visible">True</property>
4217                     <property name="can_focus">False</property>
4218                     <property name="valign">end</property>
4219                     <property name="halign">end</property>
4220                     <child>
4221                       <object class="GtkLabel" id="required-required22">
4222                         <property name="visible">True</property>
4223                         <property name="can_focus">False</property>
4224                         <property name="label" translatable="yes">ABCDE ABCD</property>
4225                         <property name="xalign">0.0</property>
4226                         <property name="wrap">True</property>
4227                         <property name="ellipsize">none</property>
4228                         <property name="width-chars">4</property>
4229                         <property name="max-width-chars">4</property>
4230                         <attributes>
4231                           <attribute name="font-desc" value="Monospace"/>
4232                         </attributes>
4233                       </object>
4234                     </child>
4235                   </object>
4236                   <packing>
4237                     <property name="resize">False</property>
4238                     <property name="shrink">False</property>
4239                   </packing>
4240                 </child>
4241                 <child>
4242                   <object class="GtkEventBox" id="required-natural-container22">
4243                     <property name="visible">True</property>
4244                     <property name="can_focus">False</property>
4245                     <property name="valign">start</property>
4246                     <property name="halign">end</property>
4247                     <child>
4248                       <object class="GtkLabel" id="required-natural22">
4249                         <property name="visible">True</property>
4250                         <property name="can_focus">False</property>
4251                         <property name="label" translatable="yes">ABCDE ABCD</property>
4252                         <property name="xalign">0.0</property>
4253                         <property name="wrap">True</property>
4254                         <property name="ellipsize">none</property>
4255                         <property name="width-chars">4</property>
4256                         <property name="max-width-chars">4</property>
4257                         <attributes>
4258                           <attribute name="font-desc" value="Monospace"/>
4259                         </attributes>
4260                       </object>
4261                     </child>
4262                   </object>
4263                   <packing>
4264                     <property name="resize">True</property>
4265                     <property name="shrink">False</property>
4266                   </packing>
4267                 </child>
4268               </object>
4269               <packing>
4270                 <property name="resize">False</property>
4271                 <property name="shrink">False</property>
4272               </packing>
4273             </child>
4274             <child>
4275               <object class="GtkPaned" id="natural22">
4276                 <property name="visible">True</property>
4277                 <property name="can_focus">True</property>
4278                 <property name="orientation">vertical</property>
4279                 <child>
4280                   <object class="GtkEventBox" id="natural-required-container22">
4281                     <property name="visible">True</property>
4282                     <property name="can_focus">False</property>
4283                     <property name="valign">end</property>
4284                     <property name="halign">start</property>
4285                     <child>
4286                       <object class="GtkLabel" id="natural-required22">
4287                         <property name="visible">True</property>
4288                         <property name="can_focus">False</property>
4289                         <property name="label" translatable="yes">ABCDE ABCD</property>
4290                         <property name="xalign">0.0</property>
4291                         <property name="wrap">True</property>
4292                         <property name="ellipsize">none</property>
4293                         <property name="width-chars">4</property>
4294                         <property name="max-width-chars">4</property>
4295                         <attributes>
4296                           <attribute name="font-desc" value="Monospace"/>
4297                         </attributes>
4298                       </object>
4299                     </child>
4300                   </object>
4301                   <packing>
4302                     <property name="resize">False</property>
4303                     <property name="shrink">False</property>
4304                   </packing>
4305                 </child>
4306                 <child>
4307                   <object class="GtkEventBox" id="natural-natural-container22">
4308                     <property name="visible">True</property>
4309                     <property name="can_focus">False</property>
4310                     <property name="valign">start</property>
4311                     <property name="halign">start</property>
4312                     <child>
4313                       <object class="GtkLabel" id="natural-natural22">
4314                         <property name="visible">True</property>
4315                         <property name="can_focus">False</property>
4316                         <property name="label" translatable="yes">ABCDE ABCD</property>
4317                         <property name="xalign">0.0</property>
4318                         <property name="wrap">True</property>
4319                         <property name="ellipsize">none</property>
4320                         <property name="width-chars">4</property>
4321                         <property name="max-width-chars">4</property>
4322                         <attributes>
4323                           <attribute name="font-desc" value="Monospace"/>
4324                         </attributes>
4325                       </object>
4326                     </child>
4327                   </object>
4328                   <packing>
4329                     <property name="resize">True</property>
4330                     <property name="shrink">False</property>
4331                   </packing>
4332                 </child>
4333               </object>
4334               <packing>
4335                 <property name="resize">True</property>
4336                 <property name="shrink">False</property>
4337               </packing>
4338             </child>
4339           </object>
4340           <packing>
4341             <property name="left_attach">4</property>
4342             <property name="top_attach">22</property>
4343             <property name="width">1</property>
4344             <property name="height">1</property>
4345           </packing>
4346         </child>
4347         <child>
4348           <object class="GtkLabel" id="wrap23">
4349             <property name="visible">True</property>
4350             <property name="can_focus">False</property>
4351             <property name="label" translatable="yes">False</property>
4352           </object>
4353           <packing>
4354             <property name="left_attach">0</property>
4355             <property name="top_attach">23</property>
4356             <property name="width">1</property>
4357             <property name="height">1</property>
4358           </packing>
4359         </child>
4360         <child>
4361           <object class="GtkLabel" id="ellipsize23">
4362             <property name="visible">True</property>
4363             <property name="can_focus">False</property>
4364             <property name="label" translatable="yes">end</property>
4365           </object>
4366           <packing>
4367             <property name="left_attach">1</property>
4368             <property name="top_attach">23</property>
4369             <property name="width">1</property>
4370             <property name="height">1</property>
4371           </packing>
4372         </child>
4373         <child>
4374           <object class="GtkLabel" id="width_chars23">
4375             <property name="visible">True</property>
4376             <property name="can_focus">False</property>
4377             <property name="label" translatable="yes">4</property>
4378           </object>
4379           <packing>
4380             <property name="left_attach">2</property>
4381             <property name="top_attach">23</property>
4382             <property name="width">1</property>
4383             <property name="height">1</property>
4384           </packing>
4385         </child>
4386         <child>
4387           <object class="GtkLabel" id="max_width_chars23">
4388             <property name="visible">True</property>
4389             <property name="can_focus">False</property>
4390             <property name="label" translatable="yes">4</property>
4391           </object>
4392           <packing>
4393             <property name="left_attach">3</property>
4394             <property name="top_attach">23</property>
4395             <property name="width">1</property>
4396             <property name="height">1</property>
4397           </packing>
4398         </child>
4399         <child>
4400           <object class="GtkPaned" id="paned23">
4401             <property name="visible">True</property>
4402             <property name="can_focus">True</property>
4403             <child>
4404               <object class="GtkPaned" id="required23">
4405                 <property name="visible">True</property>
4406                 <property name="can_focus">True</property>
4407                 <property name="orientation">vertical</property>
4408                 <child>
4409                   <object class="GtkEventBox" id="required-required-container23">
4410                     <property name="visible">True</property>
4411                     <property name="can_focus">False</property>
4412                     <property name="valign">end</property>
4413                     <property name="halign">end</property>
4414                     <child>
4415                       <object class="GtkLabel" id="required-required23">
4416                         <property name="visible">True</property>
4417                         <property name="can_focus">False</property>
4418                         <property name="label" translatable="yes">ABCDE ABCD</property>
4419                         <property name="xalign">0.0</property>
4420                         <property name="wrap">False</property>
4421                         <property name="ellipsize">end</property>
4422                         <property name="width-chars">4</property>
4423                         <property name="max-width-chars">4</property>
4424                         <attributes>
4425                           <attribute name="font-desc" value="Monospace"/>
4426                         </attributes>
4427                       </object>
4428                     </child>
4429                   </object>
4430                   <packing>
4431                     <property name="resize">False</property>
4432                     <property name="shrink">False</property>
4433                   </packing>
4434                 </child>
4435                 <child>
4436                   <object class="GtkEventBox" id="required-natural-container23">
4437                     <property name="visible">True</property>
4438                     <property name="can_focus">False</property>
4439                     <property name="valign">start</property>
4440                     <property name="halign">end</property>
4441                     <child>
4442                       <object class="GtkLabel" id="required-natural23">
4443                         <property name="visible">True</property>
4444                         <property name="can_focus">False</property>
4445                         <property name="label" translatable="yes">ABCDE ABCD</property>
4446                         <property name="xalign">0.0</property>
4447                         <property name="wrap">False</property>
4448                         <property name="ellipsize">end</property>
4449                         <property name="width-chars">4</property>
4450                         <property name="max-width-chars">4</property>
4451                         <attributes>
4452                           <attribute name="font-desc" value="Monospace"/>
4453                         </attributes>
4454                       </object>
4455                     </child>
4456                   </object>
4457                   <packing>
4458                     <property name="resize">True</property>
4459                     <property name="shrink">False</property>
4460                   </packing>
4461                 </child>
4462               </object>
4463               <packing>
4464                 <property name="resize">False</property>
4465                 <property name="shrink">False</property>
4466               </packing>
4467             </child>
4468             <child>
4469               <object class="GtkPaned" id="natural23">
4470                 <property name="visible">True</property>
4471                 <property name="can_focus">True</property>
4472                 <property name="orientation">vertical</property>
4473                 <child>
4474                   <object class="GtkEventBox" id="natural-required-container23">
4475                     <property name="visible">True</property>
4476                     <property name="can_focus">False</property>
4477                     <property name="valign">end</property>
4478                     <property name="halign">start</property>
4479                     <child>
4480                       <object class="GtkLabel" id="natural-required23">
4481                         <property name="visible">True</property>
4482                         <property name="can_focus">False</property>
4483                         <property name="label" translatable="yes">ABCDE ABCD</property>
4484                         <property name="xalign">0.0</property>
4485                         <property name="wrap">False</property>
4486                         <property name="ellipsize">end</property>
4487                         <property name="width-chars">4</property>
4488                         <property name="max-width-chars">4</property>
4489                         <attributes>
4490                           <attribute name="font-desc" value="Monospace"/>
4491                         </attributes>
4492                       </object>
4493                     </child>
4494                   </object>
4495                   <packing>
4496                     <property name="resize">False</property>
4497                     <property name="shrink">False</property>
4498                   </packing>
4499                 </child>
4500                 <child>
4501                   <object class="GtkEventBox" id="natural-natural-container23">
4502                     <property name="visible">True</property>
4503                     <property name="can_focus">False</property>
4504                     <property name="valign">start</property>
4505                     <property name="halign">start</property>
4506                     <child>
4507                       <object class="GtkLabel" id="natural-natural23">
4508                         <property name="visible">True</property>
4509                         <property name="can_focus">False</property>
4510                         <property name="label" translatable="yes">ABCDE ABCD</property>
4511                         <property name="xalign">0.0</property>
4512                         <property name="wrap">False</property>
4513                         <property name="ellipsize">end</property>
4514                         <property name="width-chars">4</property>
4515                         <property name="max-width-chars">4</property>
4516                         <attributes>
4517                           <attribute name="font-desc" value="Monospace"/>
4518                         </attributes>
4519                       </object>
4520                     </child>
4521                   </object>
4522                   <packing>
4523                     <property name="resize">True</property>
4524                     <property name="shrink">False</property>
4525                   </packing>
4526                 </child>
4527               </object>
4528               <packing>
4529                 <property name="resize">True</property>
4530                 <property name="shrink">False</property>
4531               </packing>
4532             </child>
4533           </object>
4534           <packing>
4535             <property name="left_attach">4</property>
4536             <property name="top_attach">23</property>
4537             <property name="width">1</property>
4538             <property name="height">1</property>
4539           </packing>
4540         </child>
4541         <child>
4542           <object class="GtkLabel" id="wrap24">
4543             <property name="visible">True</property>
4544             <property name="can_focus">False</property>
4545             <property name="label" translatable="yes">True</property>
4546           </object>
4547           <packing>
4548             <property name="left_attach">0</property>
4549             <property name="top_attach">24</property>
4550             <property name="width">1</property>
4551             <property name="height">1</property>
4552           </packing>
4553         </child>
4554         <child>
4555           <object class="GtkLabel" id="ellipsize24">
4556             <property name="visible">True</property>
4557             <property name="can_focus">False</property>
4558             <property name="label" translatable="yes">end</property>
4559           </object>
4560           <packing>
4561             <property name="left_attach">1</property>
4562             <property name="top_attach">24</property>
4563             <property name="width">1</property>
4564             <property name="height">1</property>
4565           </packing>
4566         </child>
4567         <child>
4568           <object class="GtkLabel" id="width_chars24">
4569             <property name="visible">True</property>
4570             <property name="can_focus">False</property>
4571             <property name="label" translatable="yes">4</property>
4572           </object>
4573           <packing>
4574             <property name="left_attach">2</property>
4575             <property name="top_attach">24</property>
4576             <property name="width">1</property>
4577             <property name="height">1</property>
4578           </packing>
4579         </child>
4580         <child>
4581           <object class="GtkLabel" id="max_width_chars24">
4582             <property name="visible">True</property>
4583             <property name="can_focus">False</property>
4584             <property name="label" translatable="yes">4</property>
4585           </object>
4586           <packing>
4587             <property name="left_attach">3</property>
4588             <property name="top_attach">24</property>
4589             <property name="width">1</property>
4590             <property name="height">1</property>
4591           </packing>
4592         </child>
4593         <child>
4594           <object class="GtkPaned" id="paned24">
4595             <property name="visible">True</property>
4596             <property name="can_focus">True</property>
4597             <child>
4598               <object class="GtkPaned" id="required24">
4599                 <property name="visible">True</property>
4600                 <property name="can_focus">True</property>
4601                 <property name="orientation">vertical</property>
4602                 <child>
4603                   <object class="GtkEventBox" id="required-required-container24">
4604                     <property name="visible">True</property>
4605                     <property name="can_focus">False</property>
4606                     <property name="valign">end</property>
4607                     <property name="halign">end</property>
4608                     <child>
4609                       <object class="GtkLabel" id="required-required24">
4610                         <property name="visible">True</property>
4611                         <property name="can_focus">False</property>
4612                         <property name="label" translatable="yes">ABCDE ABCD</property>
4613                         <property name="xalign">0.0</property>
4614                         <property name="wrap">True</property>
4615                         <property name="ellipsize">end</property>
4616                         <property name="width-chars">4</property>
4617                         <property name="max-width-chars">4</property>
4618                         <attributes>
4619                           <attribute name="font-desc" value="Monospace"/>
4620                         </attributes>
4621                       </object>
4622                     </child>
4623                   </object>
4624                   <packing>
4625                     <property name="resize">False</property>
4626                     <property name="shrink">False</property>
4627                   </packing>
4628                 </child>
4629                 <child>
4630                   <object class="GtkEventBox" id="required-natural-container24">
4631                     <property name="visible">True</property>
4632                     <property name="can_focus">False</property>
4633                     <property name="valign">start</property>
4634                     <property name="halign">end</property>
4635                     <child>
4636                       <object class="GtkLabel" id="required-natural24">
4637                         <property name="visible">True</property>
4638                         <property name="can_focus">False</property>
4639                         <property name="label" translatable="yes">ABCDE ABCD</property>
4640                         <property name="xalign">0.0</property>
4641                         <property name="wrap">True</property>
4642                         <property name="ellipsize">end</property>
4643                         <property name="width-chars">4</property>
4644                         <property name="max-width-chars">4</property>
4645                         <attributes>
4646                           <attribute name="font-desc" value="Monospace"/>
4647                         </attributes>
4648                       </object>
4649                     </child>
4650                   </object>
4651                   <packing>
4652                     <property name="resize">True</property>
4653                     <property name="shrink">False</property>
4654                   </packing>
4655                 </child>
4656               </object>
4657               <packing>
4658                 <property name="resize">False</property>
4659                 <property name="shrink">False</property>
4660               </packing>
4661             </child>
4662             <child>
4663               <object class="GtkPaned" id="natural24">
4664                 <property name="visible">True</property>
4665                 <property name="can_focus">True</property>
4666                 <property name="orientation">vertical</property>
4667                 <child>
4668                   <object class="GtkEventBox" id="natural-required-container24">
4669                     <property name="visible">True</property>
4670                     <property name="can_focus">False</property>
4671                     <property name="valign">end</property>
4672                     <property name="halign">start</property>
4673                     <child>
4674                       <object class="GtkLabel" id="natural-required24">
4675                         <property name="visible">True</property>
4676                         <property name="can_focus">False</property>
4677                         <property name="label" translatable="yes">ABCDE ABCD</property>
4678                         <property name="xalign">0.0</property>
4679                         <property name="wrap">True</property>
4680                         <property name="ellipsize">end</property>
4681                         <property name="width-chars">4</property>
4682                         <property name="max-width-chars">4</property>
4683                         <attributes>
4684                           <attribute name="font-desc" value="Monospace"/>
4685                         </attributes>
4686                       </object>
4687                     </child>
4688                   </object>
4689                   <packing>
4690                     <property name="resize">False</property>
4691                     <property name="shrink">False</property>
4692                   </packing>
4693                 </child>
4694                 <child>
4695                   <object class="GtkEventBox" id="natural-natural-container24">
4696                     <property name="visible">True</property>
4697                     <property name="can_focus">False</property>
4698                     <property name="valign">start</property>
4699                     <property name="halign">start</property>
4700                     <child>
4701                       <object class="GtkLabel" id="natural-natural24">
4702                         <property name="visible">True</property>
4703                         <property name="can_focus">False</property>
4704                         <property name="label" translatable="yes">ABCDE ABCD</property>
4705                         <property name="xalign">0.0</property>
4706                         <property name="wrap">True</property>
4707                         <property name="ellipsize">end</property>
4708                         <property name="width-chars">4</property>
4709                         <property name="max-width-chars">4</property>
4710                         <attributes>
4711                           <attribute name="font-desc" value="Monospace"/>
4712                         </attributes>
4713                       </object>
4714                     </child>
4715                   </object>
4716                   <packing>
4717                     <property name="resize">True</property>
4718                     <property name="shrink">False</property>
4719                   </packing>
4720                 </child>
4721               </object>
4722               <packing>
4723                 <property name="resize">True</property>
4724                 <property name="shrink">False</property>
4725               </packing>
4726             </child>
4727           </object>
4728           <packing>
4729             <property name="left_attach">4</property>
4730             <property name="top_attach">24</property>
4731             <property name="width">1</property>
4732             <property name="height">1</property>
4733           </packing>
4734         </child>
4735         <child>
4736           <object class="GtkLabel" id="wrap25">
4737             <property name="visible">True</property>
4738             <property name="can_focus">False</property>
4739             <property name="label" translatable="yes">False</property>
4740           </object>
4741           <packing>
4742             <property name="left_attach">0</property>
4743             <property name="top_attach">25</property>
4744             <property name="width">1</property>
4745             <property name="height">1</property>
4746           </packing>
4747         </child>
4748         <child>
4749           <object class="GtkLabel" id="ellipsize25">
4750             <property name="visible">True</property>
4751             <property name="can_focus">False</property>
4752             <property name="label" translatable="yes">none</property>
4753           </object>
4754           <packing>
4755             <property name="left_attach">1</property>
4756             <property name="top_attach">25</property>
4757             <property name="width">1</property>
4758             <property name="height">1</property>
4759           </packing>
4760         </child>
4761         <child>
4762           <object class="GtkLabel" id="width_chars25">
4763             <property name="visible">True</property>
4764             <property name="can_focus">False</property>
4765             <property name="label" translatable="yes">8</property>
4766           </object>
4767           <packing>
4768             <property name="left_attach">2</property>
4769             <property name="top_attach">25</property>
4770             <property name="width">1</property>
4771             <property name="height">1</property>
4772           </packing>
4773         </child>
4774         <child>
4775           <object class="GtkLabel" id="max_width_chars25">
4776             <property name="visible">True</property>
4777             <property name="can_focus">False</property>
4778             <property name="label" translatable="yes">4</property>
4779           </object>
4780           <packing>
4781             <property name="left_attach">3</property>
4782             <property name="top_attach">25</property>
4783             <property name="width">1</property>
4784             <property name="height">1</property>
4785           </packing>
4786         </child>
4787         <child>
4788           <object class="GtkPaned" id="paned25">
4789             <property name="visible">True</property>
4790             <property name="can_focus">True</property>
4791             <child>
4792               <object class="GtkPaned" id="required25">
4793                 <property name="visible">True</property>
4794                 <property name="can_focus">True</property>
4795                 <property name="orientation">vertical</property>
4796                 <child>
4797                   <object class="GtkEventBox" id="required-required-container25">
4798                     <property name="visible">True</property>
4799                     <property name="can_focus">False</property>
4800                     <property name="valign">end</property>
4801                     <property name="halign">end</property>
4802                     <child>
4803                       <object class="GtkLabel" id="required-required25">
4804                         <property name="visible">True</property>
4805                         <property name="can_focus">False</property>
4806                         <property name="label" translatable="yes">ABCDE ABCD</property>
4807                         <property name="xalign">0.0</property>
4808                         <property name="wrap">False</property>
4809                         <property name="ellipsize">none</property>
4810                         <property name="width-chars">8</property>
4811                         <property name="max-width-chars">4</property>
4812                         <attributes>
4813                           <attribute name="font-desc" value="Monospace"/>
4814                         </attributes>
4815                       </object>
4816                     </child>
4817                   </object>
4818                   <packing>
4819                     <property name="resize">False</property>
4820                     <property name="shrink">False</property>
4821                   </packing>
4822                 </child>
4823                 <child>
4824                   <object class="GtkEventBox" id="required-natural-container25">
4825                     <property name="visible">True</property>
4826                     <property name="can_focus">False</property>
4827                     <property name="valign">start</property>
4828                     <property name="halign">end</property>
4829                     <child>
4830                       <object class="GtkLabel" id="required-natural25">
4831                         <property name="visible">True</property>
4832                         <property name="can_focus">False</property>
4833                         <property name="label" translatable="yes">ABCDE ABCD</property>
4834                         <property name="xalign">0.0</property>
4835                         <property name="wrap">False</property>
4836                         <property name="ellipsize">none</property>
4837                         <property name="width-chars">8</property>
4838                         <property name="max-width-chars">4</property>
4839                         <attributes>
4840                           <attribute name="font-desc" value="Monospace"/>
4841                         </attributes>
4842                       </object>
4843                     </child>
4844                   </object>
4845                   <packing>
4846                     <property name="resize">True</property>
4847                     <property name="shrink">False</property>
4848                   </packing>
4849                 </child>
4850               </object>
4851               <packing>
4852                 <property name="resize">False</property>
4853                 <property name="shrink">False</property>
4854               </packing>
4855             </child>
4856             <child>
4857               <object class="GtkPaned" id="natural25">
4858                 <property name="visible">True</property>
4859                 <property name="can_focus">True</property>
4860                 <property name="orientation">vertical</property>
4861                 <child>
4862                   <object class="GtkEventBox" id="natural-required-container25">
4863                     <property name="visible">True</property>
4864                     <property name="can_focus">False</property>
4865                     <property name="valign">end</property>
4866                     <property name="halign">start</property>
4867                     <child>
4868                       <object class="GtkLabel" id="natural-required25">
4869                         <property name="visible">True</property>
4870                         <property name="can_focus">False</property>
4871                         <property name="label" translatable="yes">ABCDE ABCD</property>
4872                         <property name="xalign">0.0</property>
4873                         <property name="wrap">False</property>
4874                         <property name="ellipsize">none</property>
4875                         <property name="width-chars">8</property>
4876                         <property name="max-width-chars">4</property>
4877                         <attributes>
4878                           <attribute name="font-desc" value="Monospace"/>
4879                         </attributes>
4880                       </object>
4881                     </child>
4882                   </object>
4883                   <packing>
4884                     <property name="resize">False</property>
4885                     <property name="shrink">False</property>
4886                   </packing>
4887                 </child>
4888                 <child>
4889                   <object class="GtkEventBox" id="natural-natural-container25">
4890                     <property name="visible">True</property>
4891                     <property name="can_focus">False</property>
4892                     <property name="valign">start</property>
4893                     <property name="halign">start</property>
4894                     <child>
4895                       <object class="GtkLabel" id="natural-natural25">
4896                         <property name="visible">True</property>
4897                         <property name="can_focus">False</property>
4898                         <property name="label" translatable="yes">ABCDE ABCD</property>
4899                         <property name="xalign">0.0</property>
4900                         <property name="wrap">False</property>
4901                         <property name="ellipsize">none</property>
4902                         <property name="width-chars">8</property>
4903                         <property name="max-width-chars">4</property>
4904                         <attributes>
4905                           <attribute name="font-desc" value="Monospace"/>
4906                         </attributes>
4907                       </object>
4908                     </child>
4909                   </object>
4910                   <packing>
4911                     <property name="resize">True</property>
4912                     <property name="shrink">False</property>
4913                   </packing>
4914                 </child>
4915               </object>
4916               <packing>
4917                 <property name="resize">True</property>
4918                 <property name="shrink">False</property>
4919               </packing>
4920             </child>
4921           </object>
4922           <packing>
4923             <property name="left_attach">4</property>
4924             <property name="top_attach">25</property>
4925             <property name="width">1</property>
4926             <property name="height">1</property>
4927           </packing>
4928         </child>
4929         <child>
4930           <object class="GtkLabel" id="wrap26">
4931             <property name="visible">True</property>
4932             <property name="can_focus">False</property>
4933             <property name="label" translatable="yes">True</property>
4934           </object>
4935           <packing>
4936             <property name="left_attach">0</property>
4937             <property name="top_attach">26</property>
4938             <property name="width">1</property>
4939             <property name="height">1</property>
4940           </packing>
4941         </child>
4942         <child>
4943           <object class="GtkLabel" id="ellipsize26">
4944             <property name="visible">True</property>
4945             <property name="can_focus">False</property>
4946             <property name="label" translatable="yes">none</property>
4947           </object>
4948           <packing>
4949             <property name="left_attach">1</property>
4950             <property name="top_attach">26</property>
4951             <property name="width">1</property>
4952             <property name="height">1</property>
4953           </packing>
4954         </child>
4955         <child>
4956           <object class="GtkLabel" id="width_chars26">
4957             <property name="visible">True</property>
4958             <property name="can_focus">False</property>
4959             <property name="label" translatable="yes">8</property>
4960           </object>
4961           <packing>
4962             <property name="left_attach">2</property>
4963             <property name="top_attach">26</property>
4964             <property name="width">1</property>
4965             <property name="height">1</property>
4966           </packing>
4967         </child>
4968         <child>
4969           <object class="GtkLabel" id="max_width_chars26">
4970             <property name="visible">True</property>
4971             <property name="can_focus">False</property>
4972             <property name="label" translatable="yes">4</property>
4973           </object>
4974           <packing>
4975             <property name="left_attach">3</property>
4976             <property name="top_attach">26</property>
4977             <property name="width">1</property>
4978             <property name="height">1</property>
4979           </packing>
4980         </child>
4981         <child>
4982           <object class="GtkPaned" id="paned26">
4983             <property name="visible">True</property>
4984             <property name="can_focus">True</property>
4985             <child>
4986               <object class="GtkPaned" id="required26">
4987                 <property name="visible">True</property>
4988                 <property name="can_focus">True</property>
4989                 <property name="orientation">vertical</property>
4990                 <child>
4991                   <object class="GtkEventBox" id="required-required-container26">
4992                     <property name="visible">True</property>
4993                     <property name="can_focus">False</property>
4994                     <property name="valign">end</property>
4995                     <property name="halign">end</property>
4996                     <child>
4997                       <object class="GtkLabel" id="required-required26">
4998                         <property name="visible">True</property>
4999                         <property name="can_focus">False</property>
5000                         <property name="label" translatable="yes">ABCDE ABCD</property>
5001                         <property name="xalign">0.0</property>
5002                         <property name="wrap">True</property>
5003                         <property name="ellipsize">none</property>
5004                         <property name="width-chars">8</property>
5005                         <property name="max-width-chars">4</property>
5006                         <attributes>
5007                           <attribute name="font-desc" value="Monospace"/>
5008                         </attributes>
5009                       </object>
5010                     </child>
5011                   </object>
5012                   <packing>
5013                     <property name="resize">False</property>
5014                     <property name="shrink">False</property>
5015                   </packing>
5016                 </child>
5017                 <child>
5018                   <object class="GtkEventBox" id="required-natural-container26">
5019                     <property name="visible">True</property>
5020                     <property name="can_focus">False</property>
5021                     <property name="valign">start</property>
5022                     <property name="halign">end</property>
5023                     <child>
5024                       <object class="GtkLabel" id="required-natural26">
5025                         <property name="visible">True</property>
5026                         <property name="can_focus">False</property>
5027                         <property name="label" translatable="yes">ABCDE ABCD</property>
5028                         <property name="xalign">0.0</property>
5029                         <property name="wrap">True</property>
5030                         <property name="ellipsize">none</property>
5031                         <property name="width-chars">8</property>
5032                         <property name="max-width-chars">4</property>
5033                         <attributes>
5034                           <attribute name="font-desc" value="Monospace"/>
5035                         </attributes>
5036                       </object>
5037                     </child>
5038                   </object>
5039                   <packing>
5040                     <property name="resize">True</property>
5041                     <property name="shrink">False</property>
5042                   </packing>
5043                 </child>
5044               </object>
5045               <packing>
5046                 <property name="resize">False</property>
5047                 <property name="shrink">False</property>
5048               </packing>
5049             </child>
5050             <child>
5051               <object class="GtkPaned" id="natural26">
5052                 <property name="visible">True</property>
5053                 <property name="can_focus">True</property>
5054                 <property name="orientation">vertical</property>
5055                 <child>
5056                   <object class="GtkEventBox" id="natural-required-container26">
5057                     <property name="visible">True</property>
5058                     <property name="can_focus">False</property>
5059                     <property name="valign">end</property>
5060                     <property name="halign">start</property>
5061                     <child>
5062                       <object class="GtkLabel" id="natural-required26">
5063                         <property name="visible">True</property>
5064                         <property name="can_focus">False</property>
5065                         <property name="label" translatable="yes">ABCDE ABCD</property>
5066                         <property name="xalign">0.0</property>
5067                         <property name="wrap">True</property>
5068                         <property name="ellipsize">none</property>
5069                         <property name="width-chars">8</property>
5070                         <property name="max-width-chars">4</property>
5071                         <attributes>
5072                           <attribute name="font-desc" value="Monospace"/>
5073                         </attributes>
5074                       </object>
5075                     </child>
5076                   </object>
5077                   <packing>
5078                     <property name="resize">False</property>
5079                     <property name="shrink">False</property>
5080                   </packing>
5081                 </child>
5082                 <child>
5083                   <object class="GtkEventBox" id="natural-natural-container26">
5084                     <property name="visible">True</property>
5085                     <property name="can_focus">False</property>
5086                     <property name="valign">start</property>
5087                     <property name="halign">start</property>
5088                     <child>
5089                       <object class="GtkLabel" id="natural-natural26">
5090                         <property name="visible">True</property>
5091                         <property name="can_focus">False</property>
5092                         <property name="label" translatable="yes">ABCDE ABCD</property>
5093                         <property name="xalign">0.0</property>
5094                         <property name="wrap">True</property>
5095                         <property name="ellipsize">none</property>
5096                         <property name="width-chars">8</property>
5097                         <property name="max-width-chars">4</property>
5098                         <attributes>
5099                           <attribute name="font-desc" value="Monospace"/>
5100                         </attributes>
5101                       </object>
5102                     </child>
5103                   </object>
5104                   <packing>
5105                     <property name="resize">True</property>
5106                     <property name="shrink">False</property>
5107                   </packing>
5108                 </child>
5109               </object>
5110               <packing>
5111                 <property name="resize">True</property>
5112                 <property name="shrink">False</property>
5113               </packing>
5114             </child>
5115           </object>
5116           <packing>
5117             <property name="left_attach">4</property>
5118             <property name="top_attach">26</property>
5119             <property name="width">1</property>
5120             <property name="height">1</property>
5121           </packing>
5122         </child>
5123         <child>
5124           <object class="GtkLabel" id="wrap27">
5125             <property name="visible">True</property>
5126             <property name="can_focus">False</property>
5127             <property name="label" translatable="yes">False</property>
5128           </object>
5129           <packing>
5130             <property name="left_attach">0</property>
5131             <property name="top_attach">27</property>
5132             <property name="width">1</property>
5133             <property name="height">1</property>
5134           </packing>
5135         </child>
5136         <child>
5137           <object class="GtkLabel" id="ellipsize27">
5138             <property name="visible">True</property>
5139             <property name="can_focus">False</property>
5140             <property name="label" translatable="yes">end</property>
5141           </object>
5142           <packing>
5143             <property name="left_attach">1</property>
5144             <property name="top_attach">27</property>
5145             <property name="width">1</property>
5146             <property name="height">1</property>
5147           </packing>
5148         </child>
5149         <child>
5150           <object class="GtkLabel" id="width_chars27">
5151             <property name="visible">True</property>
5152             <property name="can_focus">False</property>
5153             <property name="label" translatable="yes">8</property>
5154           </object>
5155           <packing>
5156             <property name="left_attach">2</property>
5157             <property name="top_attach">27</property>
5158             <property name="width">1</property>
5159             <property name="height">1</property>
5160           </packing>
5161         </child>
5162         <child>
5163           <object class="GtkLabel" id="max_width_chars27">
5164             <property name="visible">True</property>
5165             <property name="can_focus">False</property>
5166             <property name="label" translatable="yes">4</property>
5167           </object>
5168           <packing>
5169             <property name="left_attach">3</property>
5170             <property name="top_attach">27</property>
5171             <property name="width">1</property>
5172             <property name="height">1</property>
5173           </packing>
5174         </child>
5175         <child>
5176           <object class="GtkPaned" id="paned27">
5177             <property name="visible">True</property>
5178             <property name="can_focus">True</property>
5179             <child>
5180               <object class="GtkPaned" id="required27">
5181                 <property name="visible">True</property>
5182                 <property name="can_focus">True</property>
5183                 <property name="orientation">vertical</property>
5184                 <child>
5185                   <object class="GtkEventBox" id="required-required-container27">
5186                     <property name="visible">True</property>
5187                     <property name="can_focus">False</property>
5188                     <property name="valign">end</property>
5189                     <property name="halign">end</property>
5190                     <child>
5191                       <object class="GtkLabel" id="required-required27">
5192                         <property name="visible">True</property>
5193                         <property name="can_focus">False</property>
5194                         <property name="label" translatable="yes">ABCDE ABCD</property>
5195                         <property name="xalign">0.0</property>
5196                         <property name="wrap">False</property>
5197                         <property name="ellipsize">end</property>
5198                         <property name="width-chars">8</property>
5199                         <property name="max-width-chars">4</property>
5200                         <attributes>
5201                           <attribute name="font-desc" value="Monospace"/>
5202                         </attributes>
5203                       </object>
5204                     </child>
5205                   </object>
5206                   <packing>
5207                     <property name="resize">False</property>
5208                     <property name="shrink">False</property>
5209                   </packing>
5210                 </child>
5211                 <child>
5212                   <object class="GtkEventBox" id="required-natural-container27">
5213                     <property name="visible">True</property>
5214                     <property name="can_focus">False</property>
5215                     <property name="valign">start</property>
5216                     <property name="halign">end</property>
5217                     <child>
5218                       <object class="GtkLabel" id="required-natural27">
5219                         <property name="visible">True</property>
5220                         <property name="can_focus">False</property>
5221                         <property name="label" translatable="yes">ABCDE ABCD</property>
5222                         <property name="xalign">0.0</property>
5223                         <property name="wrap">False</property>
5224                         <property name="ellipsize">end</property>
5225                         <property name="width-chars">8</property>
5226                         <property name="max-width-chars">4</property>
5227                         <attributes>
5228                           <attribute name="font-desc" value="Monospace"/>
5229                         </attributes>
5230                       </object>
5231                     </child>
5232                   </object>
5233                   <packing>
5234                     <property name="resize">True</property>
5235                     <property name="shrink">False</property>
5236                   </packing>
5237                 </child>
5238               </object>
5239               <packing>
5240                 <property name="resize">False</property>
5241                 <property name="shrink">False</property>
5242               </packing>
5243             </child>
5244             <child>
5245               <object class="GtkPaned" id="natural27">
5246                 <property name="visible">True</property>
5247                 <property name="can_focus">True</property>
5248                 <property name="orientation">vertical</property>
5249                 <child>
5250                   <object class="GtkEventBox" id="natural-required-container27">
5251                     <property name="visible">True</property>
5252                     <property name="can_focus">False</property>
5253                     <property name="valign">end</property>
5254                     <property name="halign">start</property>
5255                     <child>
5256                       <object class="GtkLabel" id="natural-required27">
5257                         <property name="visible">True</property>
5258                         <property name="can_focus">False</property>
5259                         <property name="label" translatable="yes">ABCDE ABCD</property>
5260                         <property name="xalign">0.0</property>
5261                         <property name="wrap">False</property>
5262                         <property name="ellipsize">end</property>
5263                         <property name="width-chars">8</property>
5264                         <property name="max-width-chars">4</property>
5265                         <attributes>
5266                           <attribute name="font-desc" value="Monospace"/>
5267                         </attributes>
5268                       </object>
5269                     </child>
5270                   </object>
5271                   <packing>
5272                     <property name="resize">False</property>
5273                     <property name="shrink">False</property>
5274                   </packing>
5275                 </child>
5276                 <child>
5277                   <object class="GtkEventBox" id="natural-natural-container27">
5278                     <property name="visible">True</property>
5279                     <property name="can_focus">False</property>
5280                     <property name="valign">start</property>
5281                     <property name="halign">start</property>
5282                     <child>
5283                       <object class="GtkLabel" id="natural-natural27">
5284                         <property name="visible">True</property>
5285                         <property name="can_focus">False</property>
5286                         <property name="label" translatable="yes">ABCDE ABCD</property>
5287                         <property name="xalign">0.0</property>
5288                         <property name="wrap">False</property>
5289                         <property name="ellipsize">end</property>
5290                         <property name="width-chars">8</property>
5291                         <property name="max-width-chars">4</property>
5292                         <attributes>
5293                           <attribute name="font-desc" value="Monospace"/>
5294                         </attributes>
5295                       </object>
5296                     </child>
5297                   </object>
5298                   <packing>
5299                     <property name="resize">True</property>
5300                     <property name="shrink">False</property>
5301                   </packing>
5302                 </child>
5303               </object>
5304               <packing>
5305                 <property name="resize">True</property>
5306                 <property name="shrink">False</property>
5307               </packing>
5308             </child>
5309           </object>
5310           <packing>
5311             <property name="left_attach">4</property>
5312             <property name="top_attach">27</property>
5313             <property name="width">1</property>
5314             <property name="height">1</property>
5315           </packing>
5316         </child>
5317         <child>
5318           <object class="GtkLabel" id="wrap28">
5319             <property name="visible">True</property>
5320             <property name="can_focus">False</property>
5321             <property name="label" translatable="yes">True</property>
5322           </object>
5323           <packing>
5324             <property name="left_attach">0</property>
5325             <property name="top_attach">28</property>
5326             <property name="width">1</property>
5327             <property name="height">1</property>
5328           </packing>
5329         </child>
5330         <child>
5331           <object class="GtkLabel" id="ellipsize28">
5332             <property name="visible">True</property>
5333             <property name="can_focus">False</property>
5334             <property name="label" translatable="yes">end</property>
5335           </object>
5336           <packing>
5337             <property name="left_attach">1</property>
5338             <property name="top_attach">28</property>
5339             <property name="width">1</property>
5340             <property name="height">1</property>
5341           </packing>
5342         </child>
5343         <child>
5344           <object class="GtkLabel" id="width_chars28">
5345             <property name="visible">True</property>
5346             <property name="can_focus">False</property>
5347             <property name="label" translatable="yes">8</property>
5348           </object>
5349           <packing>
5350             <property name="left_attach">2</property>
5351             <property name="top_attach">28</property>
5352             <property name="width">1</property>
5353             <property name="height">1</property>
5354           </packing>
5355         </child>
5356         <child>
5357           <object class="GtkLabel" id="max_width_chars28">
5358             <property name="visible">True</property>
5359             <property name="can_focus">False</property>
5360             <property name="label" translatable="yes">4</property>
5361           </object>
5362           <packing>
5363             <property name="left_attach">3</property>
5364             <property name="top_attach">28</property>
5365             <property name="width">1</property>
5366             <property name="height">1</property>
5367           </packing>
5368         </child>
5369         <child>
5370           <object class="GtkPaned" id="paned28">
5371             <property name="visible">True</property>
5372             <property name="can_focus">True</property>
5373             <child>
5374               <object class="GtkPaned" id="required28">
5375                 <property name="visible">True</property>
5376                 <property name="can_focus">True</property>
5377                 <property name="orientation">vertical</property>
5378                 <child>
5379                   <object class="GtkEventBox" id="required-required-container28">
5380                     <property name="visible">True</property>
5381                     <property name="can_focus">False</property>
5382                     <property name="valign">end</property>
5383                     <property name="halign">end</property>
5384                     <child>
5385                       <object class="GtkLabel" id="required-required28">
5386                         <property name="visible">True</property>
5387                         <property name="can_focus">False</property>
5388                         <property name="label" translatable="yes">ABCDE ABCD</property>
5389                         <property name="xalign">0.0</property>
5390                         <property name="wrap">True</property>
5391                         <property name="ellipsize">end</property>
5392                         <property name="width-chars">8</property>
5393                         <property name="max-width-chars">4</property>
5394                         <attributes>
5395                           <attribute name="font-desc" value="Monospace"/>
5396                         </attributes>
5397                       </object>
5398                     </child>
5399                   </object>
5400                   <packing>
5401                     <property name="resize">False</property>
5402                     <property name="shrink">False</property>
5403                   </packing>
5404                 </child>
5405                 <child>
5406                   <object class="GtkEventBox" id="required-natural-container28">
5407                     <property name="visible">True</property>
5408                     <property name="can_focus">False</property>
5409                     <property name="valign">start</property>
5410                     <property name="halign">end</property>
5411                     <child>
5412                       <object class="GtkLabel" id="required-natural28">
5413                         <property name="visible">True</property>
5414                         <property name="can_focus">False</property>
5415                         <property name="label" translatable="yes">ABCDE ABCD</property>
5416                         <property name="xalign">0.0</property>
5417                         <property name="wrap">True</property>
5418                         <property name="ellipsize">end</property>
5419                         <property name="width-chars">8</property>
5420                         <property name="max-width-chars">4</property>
5421                         <attributes>
5422                           <attribute name="font-desc" value="Monospace"/>
5423                         </attributes>
5424                       </object>
5425                     </child>
5426                   </object>
5427                   <packing>
5428                     <property name="resize">True</property>
5429                     <property name="shrink">False</property>
5430                   </packing>
5431                 </child>
5432               </object>
5433               <packing>
5434                 <property name="resize">False</property>
5435                 <property name="shrink">False</property>
5436               </packing>
5437             </child>
5438             <child>
5439               <object class="GtkPaned" id="natural28">
5440                 <property name="visible">True</property>
5441                 <property name="can_focus">True</property>
5442                 <property name="orientation">vertical</property>
5443                 <child>
5444                   <object class="GtkEventBox" id="natural-required-container28">
5445                     <property name="visible">True</property>
5446                     <property name="can_focus">False</property>
5447                     <property name="valign">end</property>
5448                     <property name="halign">start</property>
5449                     <child>
5450                       <object class="GtkLabel" id="natural-required28">
5451                         <property name="visible">True</property>
5452                         <property name="can_focus">False</property>
5453                         <property name="label" translatable="yes">ABCDE ABCD</property>
5454                         <property name="xalign">0.0</property>
5455                         <property name="wrap">True</property>
5456                         <property name="ellipsize">end</property>
5457                         <property name="width-chars">8</property>
5458                         <property name="max-width-chars">4</property>
5459                         <attributes>
5460                           <attribute name="font-desc" value="Monospace"/>
5461                         </attributes>
5462                       </object>
5463                     </child>
5464                   </object>
5465                   <packing>
5466                     <property name="resize">False</property>
5467                     <property name="shrink">False</property>
5468                   </packing>
5469                 </child>
5470                 <child>
5471                   <object class="GtkEventBox" id="natural-natural-container28">
5472                     <property name="visible">True</property>
5473                     <property name="can_focus">False</property>
5474                     <property name="valign">start</property>
5475                     <property name="halign">start</property>
5476                     <child>
5477                       <object class="GtkLabel" id="natural-natural28">
5478                         <property name="visible">True</property>
5479                         <property name="can_focus">False</property>
5480                         <property name="label" translatable="yes">ABCDE ABCD</property>
5481                         <property name="xalign">0.0</property>
5482                         <property name="wrap">True</property>
5483                         <property name="ellipsize">end</property>
5484                         <property name="width-chars">8</property>
5485                         <property name="max-width-chars">4</property>
5486                         <attributes>
5487                           <attribute name="font-desc" value="Monospace"/>
5488                         </attributes>
5489                       </object>
5490                     </child>
5491                   </object>
5492                   <packing>
5493                     <property name="resize">True</property>
5494                     <property name="shrink">False</property>
5495                   </packing>
5496                 </child>
5497               </object>
5498               <packing>
5499                 <property name="resize">True</property>
5500                 <property name="shrink">False</property>
5501               </packing>
5502             </child>
5503           </object>
5504           <packing>
5505             <property name="left_attach">4</property>
5506             <property name="top_attach">28</property>
5507             <property name="width">1</property>
5508             <property name="height">1</property>
5509           </packing>
5510         </child>
5511         <child>
5512           <object class="GtkLabel" id="wrap29">
5513             <property name="visible">True</property>
5514             <property name="can_focus">False</property>
5515             <property name="label" translatable="yes">False</property>
5516           </object>
5517           <packing>
5518             <property name="left_attach">0</property>
5519             <property name="top_attach">29</property>
5520             <property name="width">1</property>
5521             <property name="height">1</property>
5522           </packing>
5523         </child>
5524         <child>
5525           <object class="GtkLabel" id="ellipsize29">
5526             <property name="visible">True</property>
5527             <property name="can_focus">False</property>
5528             <property name="label" translatable="yes">none</property>
5529           </object>
5530           <packing>
5531             <property name="left_attach">1</property>
5532             <property name="top_attach">29</property>
5533             <property name="width">1</property>
5534             <property name="height">1</property>
5535           </packing>
5536         </child>
5537         <child>
5538           <object class="GtkLabel" id="width_chars29">
5539             <property name="visible">True</property>
5540             <property name="can_focus">False</property>
5541             <property name="label" translatable="yes">12</property>
5542           </object>
5543           <packing>
5544             <property name="left_attach">2</property>
5545             <property name="top_attach">29</property>
5546             <property name="width">1</property>
5547             <property name="height">1</property>
5548           </packing>
5549         </child>
5550         <child>
5551           <object class="GtkLabel" id="max_width_chars29">
5552             <property name="visible">True</property>
5553             <property name="can_focus">False</property>
5554             <property name="label" translatable="yes">4</property>
5555           </object>
5556           <packing>
5557             <property name="left_attach">3</property>
5558             <property name="top_attach">29</property>
5559             <property name="width">1</property>
5560             <property name="height">1</property>
5561           </packing>
5562         </child>
5563         <child>
5564           <object class="GtkPaned" id="paned29">
5565             <property name="visible">True</property>
5566             <property name="can_focus">True</property>
5567             <child>
5568               <object class="GtkPaned" id="required29">
5569                 <property name="visible">True</property>
5570                 <property name="can_focus">True</property>
5571                 <property name="orientation">vertical</property>
5572                 <child>
5573                   <object class="GtkEventBox" id="required-required-container29">
5574                     <property name="visible">True</property>
5575                     <property name="can_focus">False</property>
5576                     <property name="valign">end</property>
5577                     <property name="halign">end</property>
5578                     <child>
5579                       <object class="GtkLabel" id="required-required29">
5580                         <property name="visible">True</property>
5581                         <property name="can_focus">False</property>
5582                         <property name="label" translatable="yes">ABCDE ABCD</property>
5583                         <property name="xalign">0.0</property>
5584                         <property name="wrap">False</property>
5585                         <property name="ellipsize">none</property>
5586                         <property name="width-chars">12</property>
5587                         <property name="max-width-chars">4</property>
5588                         <attributes>
5589                           <attribute name="font-desc" value="Monospace"/>
5590                         </attributes>
5591                       </object>
5592                     </child>
5593                   </object>
5594                   <packing>
5595                     <property name="resize">False</property>
5596                     <property name="shrink">False</property>
5597                   </packing>
5598                 </child>
5599                 <child>
5600                   <object class="GtkEventBox" id="required-natural-container29">
5601                     <property name="visible">True</property>
5602                     <property name="can_focus">False</property>
5603                     <property name="valign">start</property>
5604                     <property name="halign">end</property>
5605                     <child>
5606                       <object class="GtkLabel" id="required-natural29">
5607                         <property name="visible">True</property>
5608                         <property name="can_focus">False</property>
5609                         <property name="label" translatable="yes">ABCDE ABCD</property>
5610                         <property name="xalign">0.0</property>
5611                         <property name="wrap">False</property>
5612                         <property name="ellipsize">none</property>
5613                         <property name="width-chars">12</property>
5614                         <property name="max-width-chars">4</property>
5615                         <attributes>
5616                           <attribute name="font-desc" value="Monospace"/>
5617                         </attributes>
5618                       </object>
5619                     </child>
5620                   </object>
5621                   <packing>
5622                     <property name="resize">True</property>
5623                     <property name="shrink">False</property>
5624                   </packing>
5625                 </child>
5626               </object>
5627               <packing>
5628                 <property name="resize">False</property>
5629                 <property name="shrink">False</property>
5630               </packing>
5631             </child>
5632             <child>
5633               <object class="GtkPaned" id="natural29">
5634                 <property name="visible">True</property>
5635                 <property name="can_focus">True</property>
5636                 <property name="orientation">vertical</property>
5637                 <child>
5638                   <object class="GtkEventBox" id="natural-required-container29">
5639                     <property name="visible">True</property>
5640                     <property name="can_focus">False</property>
5641                     <property name="valign">end</property>
5642                     <property name="halign">start</property>
5643                     <child>
5644                       <object class="GtkLabel" id="natural-required29">
5645                         <property name="visible">True</property>
5646                         <property name="can_focus">False</property>
5647                         <property name="label" translatable="yes">ABCDE ABCD</property>
5648                         <property name="xalign">0.0</property>
5649                         <property name="wrap">False</property>
5650                         <property name="ellipsize">none</property>
5651                         <property name="width-chars">12</property>
5652                         <property name="max-width-chars">4</property>
5653                         <attributes>
5654                           <attribute name="font-desc" value="Monospace"/>
5655                         </attributes>
5656                       </object>
5657                     </child>
5658                   </object>
5659                   <packing>
5660                     <property name="resize">False</property>
5661                     <property name="shrink">False</property>
5662                   </packing>
5663                 </child>
5664                 <child>
5665                   <object class="GtkEventBox" id="natural-natural-container29">
5666                     <property name="visible">True</property>
5667                     <property name="can_focus">False</property>
5668                     <property name="valign">start</property>
5669                     <property name="halign">start</property>
5670                     <child>
5671                       <object class="GtkLabel" id="natural-natural29">
5672                         <property name="visible">True</property>
5673                         <property name="can_focus">False</property>
5674                         <property name="label" translatable="yes">ABCDE ABCD</property>
5675                         <property name="xalign">0.0</property>
5676                         <property name="wrap">False</property>
5677                         <property name="ellipsize">none</property>
5678                         <property name="width-chars">12</property>
5679                         <property name="max-width-chars">4</property>
5680                         <attributes>
5681                           <attribute name="font-desc" value="Monospace"/>
5682                         </attributes>
5683                       </object>
5684                     </child>
5685                   </object>
5686                   <packing>
5687                     <property name="resize">True</property>
5688                     <property name="shrink">False</property>
5689                   </packing>
5690                 </child>
5691               </object>
5692               <packing>
5693                 <property name="resize">True</property>
5694                 <property name="shrink">False</property>
5695               </packing>
5696             </child>
5697           </object>
5698           <packing>
5699             <property name="left_attach">4</property>
5700             <property name="top_attach">29</property>
5701             <property name="width">1</property>
5702             <property name="height">1</property>
5703           </packing>
5704         </child>
5705         <child>
5706           <object class="GtkLabel" id="wrap30">
5707             <property name="visible">True</property>
5708             <property name="can_focus">False</property>
5709             <property name="label" translatable="yes">True</property>
5710           </object>
5711           <packing>
5712             <property name="left_attach">0</property>
5713             <property name="top_attach">30</property>
5714             <property name="width">1</property>
5715             <property name="height">1</property>
5716           </packing>
5717         </child>
5718         <child>
5719           <object class="GtkLabel" id="ellipsize30">
5720             <property name="visible">True</property>
5721             <property name="can_focus">False</property>
5722             <property name="label" translatable="yes">none</property>
5723           </object>
5724           <packing>
5725             <property name="left_attach">1</property>
5726             <property name="top_attach">30</property>
5727             <property name="width">1</property>
5728             <property name="height">1</property>
5729           </packing>
5730         </child>
5731         <child>
5732           <object class="GtkLabel" id="width_chars30">
5733             <property name="visible">True</property>
5734             <property name="can_focus">False</property>
5735             <property name="label" translatable="yes">12</property>
5736           </object>
5737           <packing>
5738             <property name="left_attach">2</property>
5739             <property name="top_attach">30</property>
5740             <property name="width">1</property>
5741             <property name="height">1</property>
5742           </packing>
5743         </child>
5744         <child>
5745           <object class="GtkLabel" id="max_width_chars30">
5746             <property name="visible">True</property>
5747             <property name="can_focus">False</property>
5748             <property name="label" translatable="yes">4</property>
5749           </object>
5750           <packing>
5751             <property name="left_attach">3</property>
5752             <property name="top_attach">30</property>
5753             <property name="width">1</property>
5754             <property name="height">1</property>
5755           </packing>
5756         </child>
5757         <child>
5758           <object class="GtkPaned" id="paned30">
5759             <property name="visible">True</property>
5760             <property name="can_focus">True</property>
5761             <child>
5762               <object class="GtkPaned" id="required30">
5763                 <property name="visible">True</property>
5764                 <property name="can_focus">True</property>
5765                 <property name="orientation">vertical</property>
5766                 <child>
5767                   <object class="GtkEventBox" id="required-required-container30">
5768                     <property name="visible">True</property>
5769                     <property name="can_focus">False</property>
5770                     <property name="valign">end</property>
5771                     <property name="halign">end</property>
5772                     <child>
5773                       <object class="GtkLabel" id="required-required30">
5774                         <property name="visible">True</property>
5775                         <property name="can_focus">False</property>
5776                         <property name="label" translatable="yes">ABCDE ABCD</property>
5777                         <property name="xalign">0.0</property>
5778                         <property name="wrap">True</property>
5779                         <property name="ellipsize">none</property>
5780                         <property name="width-chars">12</property>
5781                         <property name="max-width-chars">4</property>
5782                         <attributes>
5783                           <attribute name="font-desc" value="Monospace"/>
5784                         </attributes>
5785                       </object>
5786                     </child>
5787                   </object>
5788                   <packing>
5789                     <property name="resize">False</property>
5790                     <property name="shrink">False</property>
5791                   </packing>
5792                 </child>
5793                 <child>
5794                   <object class="GtkEventBox" id="required-natural-container30">
5795                     <property name="visible">True</property>
5796                     <property name="can_focus">False</property>
5797                     <property name="valign">start</property>
5798                     <property name="halign">end</property>
5799                     <child>
5800                       <object class="GtkLabel" id="required-natural30">
5801                         <property name="visible">True</property>
5802                         <property name="can_focus">False</property>
5803                         <property name="label" translatable="yes">ABCDE ABCD</property>
5804                         <property name="xalign">0.0</property>
5805                         <property name="wrap">True</property>
5806                         <property name="ellipsize">none</property>
5807                         <property name="width-chars">12</property>
5808                         <property name="max-width-chars">4</property>
5809                         <attributes>
5810                           <attribute name="font-desc" value="Monospace"/>
5811                         </attributes>
5812                       </object>
5813                     </child>
5814                   </object>
5815                   <packing>
5816                     <property name="resize">True</property>
5817                     <property name="shrink">False</property>
5818                   </packing>
5819                 </child>
5820               </object>
5821               <packing>
5822                 <property name="resize">False</property>
5823                 <property name="shrink">False</property>
5824               </packing>
5825             </child>
5826             <child>
5827               <object class="GtkPaned" id="natural30">
5828                 <property name="visible">True</property>
5829                 <property name="can_focus">True</property>
5830                 <property name="orientation">vertical</property>
5831                 <child>
5832                   <object class="GtkEventBox" id="natural-required-container30">
5833                     <property name="visible">True</property>
5834                     <property name="can_focus">False</property>
5835                     <property name="valign">end</property>
5836                     <property name="halign">start</property>
5837                     <child>
5838                       <object class="GtkLabel" id="natural-required30">
5839                         <property name="visible">True</property>
5840                         <property name="can_focus">False</property>
5841                         <property name="label" translatable="yes">ABCDE ABCD</property>
5842                         <property name="xalign">0.0</property>
5843                         <property name="wrap">True</property>
5844                         <property name="ellipsize">none</property>
5845                         <property name="width-chars">12</property>
5846                         <property name="max-width-chars">4</property>
5847                         <attributes>
5848                           <attribute name="font-desc" value="Monospace"/>
5849                         </attributes>
5850                       </object>
5851                     </child>
5852                   </object>
5853                   <packing>
5854                     <property name="resize">False</property>
5855                     <property name="shrink">False</property>
5856                   </packing>
5857                 </child>
5858                 <child>
5859                   <object class="GtkEventBox" id="natural-natural-container30">
5860                     <property name="visible">True</property>
5861                     <property name="can_focus">False</property>
5862                     <property name="valign">start</property>
5863                     <property name="halign">start</property>
5864                     <child>
5865                       <object class="GtkLabel" id="natural-natural30">
5866                         <property name="visible">True</property>
5867                         <property name="can_focus">False</property>
5868                         <property name="label" translatable="yes">ABCDE ABCD</property>
5869                         <property name="xalign">0.0</property>
5870                         <property name="wrap">True</property>
5871                         <property name="ellipsize">none</property>
5872                         <property name="width-chars">12</property>
5873                         <property name="max-width-chars">4</property>
5874                         <attributes>
5875                           <attribute name="font-desc" value="Monospace"/>
5876                         </attributes>
5877                       </object>
5878                     </child>
5879                   </object>
5880                   <packing>
5881                     <property name="resize">True</property>
5882                     <property name="shrink">False</property>
5883                   </packing>
5884                 </child>
5885               </object>
5886               <packing>
5887                 <property name="resize">True</property>
5888                 <property name="shrink">False</property>
5889               </packing>
5890             </child>
5891           </object>
5892           <packing>
5893             <property name="left_attach">4</property>
5894             <property name="top_attach">30</property>
5895             <property name="width">1</property>
5896             <property name="height">1</property>
5897           </packing>
5898         </child>
5899         <child>
5900           <object class="GtkLabel" id="wrap31">
5901             <property name="visible">True</property>
5902             <property name="can_focus">False</property>
5903             <property name="label" translatable="yes">False</property>
5904           </object>
5905           <packing>
5906             <property name="left_attach">0</property>
5907             <property name="top_attach">31</property>
5908             <property name="width">1</property>
5909             <property name="height">1</property>
5910           </packing>
5911         </child>
5912         <child>
5913           <object class="GtkLabel" id="ellipsize31">
5914             <property name="visible">True</property>
5915             <property name="can_focus">False</property>
5916             <property name="label" translatable="yes">end</property>
5917           </object>
5918           <packing>
5919             <property name="left_attach">1</property>
5920             <property name="top_attach">31</property>
5921             <property name="width">1</property>
5922             <property name="height">1</property>
5923           </packing>
5924         </child>
5925         <child>
5926           <object class="GtkLabel" id="width_chars31">
5927             <property name="visible">True</property>
5928             <property name="can_focus">False</property>
5929             <property name="label" translatable="yes">12</property>
5930           </object>
5931           <packing>
5932             <property name="left_attach">2</property>
5933             <property name="top_attach">31</property>
5934             <property name="width">1</property>
5935             <property name="height">1</property>
5936           </packing>
5937         </child>
5938         <child>
5939           <object class="GtkLabel" id="max_width_chars31">
5940             <property name="visible">True</property>
5941             <property name="can_focus">False</property>
5942             <property name="label" translatable="yes">4</property>
5943           </object>
5944           <packing>
5945             <property name="left_attach">3</property>
5946             <property name="top_attach">31</property>
5947             <property name="width">1</property>
5948             <property name="height">1</property>
5949           </packing>
5950         </child>
5951         <child>
5952           <object class="GtkPaned" id="paned31">
5953             <property name="visible">True</property>
5954             <property name="can_focus">True</property>
5955             <child>
5956               <object class="GtkPaned" id="required31">
5957                 <property name="visible">True</property>
5958                 <property name="can_focus">True</property>
5959                 <property name="orientation">vertical</property>
5960                 <child>
5961                   <object class="GtkEventBox" id="required-required-container31">
5962                     <property name="visible">True</property>
5963                     <property name="can_focus">False</property>
5964                     <property name="valign">end</property>
5965                     <property name="halign">end</property>
5966                     <child>
5967                       <object class="GtkLabel" id="required-required31">
5968                         <property name="visible">True</property>
5969                         <property name="can_focus">False</property>
5970                         <property name="label" translatable="yes">ABCDE ABCD</property>
5971                         <property name="xalign">0.0</property>
5972                         <property name="wrap">False</property>
5973                         <property name="ellipsize">end</property>
5974                         <property name="width-chars">12</property>
5975                         <property name="max-width-chars">4</property>
5976                         <attributes>
5977                           <attribute name="font-desc" value="Monospace"/>
5978                         </attributes>
5979                       </object>
5980                     </child>
5981                   </object>
5982                   <packing>
5983                     <property name="resize">False</property>
5984                     <property name="shrink">False</property>
5985                   </packing>
5986                 </child>
5987                 <child>
5988                   <object class="GtkEventBox" id="required-natural-container31">
5989                     <property name="visible">True</property>
5990                     <property name="can_focus">False</property>
5991                     <property name="valign">start</property>
5992                     <property name="halign">end</property>
5993                     <child>
5994                       <object class="GtkLabel" id="required-natural31">
5995                         <property name="visible">True</property>
5996                         <property name="can_focus">False</property>
5997                         <property name="label" translatable="yes">ABCDE ABCD</property>
5998                         <property name="xalign">0.0</property>
5999                         <property name="wrap">False</property>
6000                         <property name="ellipsize">end</property>
6001                         <property name="width-chars">12</property>
6002                         <property name="max-width-chars">4</property>
6003                         <attributes>
6004                           <attribute name="font-desc" value="Monospace"/>
6005                         </attributes>
6006                       </object>
6007                     </child>
6008                   </object>
6009                   <packing>
6010                     <property name="resize">True</property>
6011                     <property name="shrink">False</property>
6012                   </packing>
6013                 </child>
6014               </object>
6015               <packing>
6016                 <property name="resize">False</property>
6017                 <property name="shrink">False</property>
6018               </packing>
6019             </child>
6020             <child>
6021               <object class="GtkPaned" id="natural31">
6022                 <property name="visible">True</property>
6023                 <property name="can_focus">True</property>
6024                 <property name="orientation">vertical</property>
6025                 <child>
6026                   <object class="GtkEventBox" id="natural-required-container31">
6027                     <property name="visible">True</property>
6028                     <property name="can_focus">False</property>
6029                     <property name="valign">end</property>
6030                     <property name="halign">start</property>
6031                     <child>
6032                       <object class="GtkLabel" id="natural-required31">
6033                         <property name="visible">True</property>
6034                         <property name="can_focus">False</property>
6035                         <property name="label" translatable="yes">ABCDE ABCD</property>
6036                         <property name="xalign">0.0</property>
6037                         <property name="wrap">False</property>
6038                         <property name="ellipsize">end</property>
6039                         <property name="width-chars">12</property>
6040                         <property name="max-width-chars">4</property>
6041                         <attributes>
6042                           <attribute name="font-desc" value="Monospace"/>
6043                         </attributes>
6044                       </object>
6045                     </child>
6046                   </object>
6047                   <packing>
6048                     <property name="resize">False</property>
6049                     <property name="shrink">False</property>
6050                   </packing>
6051                 </child>
6052                 <child>
6053                   <object class="GtkEventBox" id="natural-natural-container31">
6054                     <property name="visible">True</property>
6055                     <property name="can_focus">False</property>
6056                     <property name="valign">start</property>
6057                     <property name="halign">start</property>
6058                     <child>
6059                       <object class="GtkLabel" id="natural-natural31">
6060                         <property name="visible">True</property>
6061                         <property name="can_focus">False</property>
6062                         <property name="label" translatable="yes">ABCDE ABCD</property>
6063                         <property name="xalign">0.0</property>
6064                         <property name="wrap">False</property>
6065                         <property name="ellipsize">end</property>
6066                         <property name="width-chars">12</property>
6067                         <property name="max-width-chars">4</property>
6068                         <attributes>
6069                           <attribute name="font-desc" value="Monospace"/>
6070                         </attributes>
6071                       </object>
6072                     </child>
6073                   </object>
6074                   <packing>
6075                     <property name="resize">True</property>
6076                     <property name="shrink">False</property>
6077                   </packing>
6078                 </child>
6079               </object>
6080               <packing>
6081                 <property name="resize">True</property>
6082                 <property name="shrink">False</property>
6083               </packing>
6084             </child>
6085           </object>
6086           <packing>
6087             <property name="left_attach">4</property>
6088             <property name="top_attach">31</property>
6089             <property name="width">1</property>
6090             <property name="height">1</property>
6091           </packing>
6092         </child>
6093         <child>
6094           <object class="GtkLabel" id="wrap32">
6095             <property name="visible">True</property>
6096             <property name="can_focus">False</property>
6097             <property name="label" translatable="yes">True</property>
6098           </object>
6099           <packing>
6100             <property name="left_attach">0</property>
6101             <property name="top_attach">32</property>
6102             <property name="width">1</property>
6103             <property name="height">1</property>
6104           </packing>
6105         </child>
6106         <child>
6107           <object class="GtkLabel" id="ellipsize32">
6108             <property name="visible">True</property>
6109             <property name="can_focus">False</property>
6110             <property name="label" translatable="yes">end</property>
6111           </object>
6112           <packing>
6113             <property name="left_attach">1</property>
6114             <property name="top_attach">32</property>
6115             <property name="width">1</property>
6116             <property name="height">1</property>
6117           </packing>
6118         </child>
6119         <child>
6120           <object class="GtkLabel" id="width_chars32">
6121             <property name="visible">True</property>
6122             <property name="can_focus">False</property>
6123             <property name="label" translatable="yes">12</property>
6124           </object>
6125           <packing>
6126             <property name="left_attach">2</property>
6127             <property name="top_attach">32</property>
6128             <property name="width">1</property>
6129             <property name="height">1</property>
6130           </packing>
6131         </child>
6132         <child>
6133           <object class="GtkLabel" id="max_width_chars32">
6134             <property name="visible">True</property>
6135             <property name="can_focus">False</property>
6136             <property name="label" translatable="yes">4</property>
6137           </object>
6138           <packing>
6139             <property name="left_attach">3</property>
6140             <property name="top_attach">32</property>
6141             <property name="width">1</property>
6142             <property name="height">1</property>
6143           </packing>
6144         </child>
6145         <child>
6146           <object class="GtkPaned" id="paned32">
6147             <property name="visible">True</property>
6148             <property name="can_focus">True</property>
6149             <child>
6150               <object class="GtkPaned" id="required32">
6151                 <property name="visible">True</property>
6152                 <property name="can_focus">True</property>
6153                 <property name="orientation">vertical</property>
6154                 <child>
6155                   <object class="GtkEventBox" id="required-required-container32">
6156                     <property name="visible">True</property>
6157                     <property name="can_focus">False</property>
6158                     <property name="valign">end</property>
6159                     <property name="halign">end</property>
6160                     <child>
6161                       <object class="GtkLabel" id="required-required32">
6162                         <property name="visible">True</property>
6163                         <property name="can_focus">False</property>
6164                         <property name="label" translatable="yes">ABCDE ABCD</property>
6165                         <property name="xalign">0.0</property>
6166                         <property name="wrap">True</property>
6167                         <property name="ellipsize">end</property>
6168                         <property name="width-chars">12</property>
6169                         <property name="max-width-chars">4</property>
6170                         <attributes>
6171                           <attribute name="font-desc" value="Monospace"/>
6172                         </attributes>
6173                       </object>
6174                     </child>
6175                   </object>
6176                   <packing>
6177                     <property name="resize">False</property>
6178                     <property name="shrink">False</property>
6179                   </packing>
6180                 </child>
6181                 <child>
6182                   <object class="GtkEventBox" id="required-natural-container32">
6183                     <property name="visible">True</property>
6184                     <property name="can_focus">False</property>
6185                     <property name="valign">start</property>
6186                     <property name="halign">end</property>
6187                     <child>
6188                       <object class="GtkLabel" id="required-natural32">
6189                         <property name="visible">True</property>
6190                         <property name="can_focus">False</property>
6191                         <property name="label" translatable="yes">ABCDE ABCD</property>
6192                         <property name="xalign">0.0</property>
6193                         <property name="wrap">True</property>
6194                         <property name="ellipsize">end</property>
6195                         <property name="width-chars">12</property>
6196                         <property name="max-width-chars">4</property>
6197                         <attributes>
6198                           <attribute name="font-desc" value="Monospace"/>
6199                         </attributes>
6200                       </object>
6201                     </child>
6202                   </object>
6203                   <packing>
6204                     <property name="resize">True</property>
6205                     <property name="shrink">False</property>
6206                   </packing>
6207                 </child>
6208               </object>
6209               <packing>
6210                 <property name="resize">False</property>
6211                 <property name="shrink">False</property>
6212               </packing>
6213             </child>
6214             <child>
6215               <object class="GtkPaned" id="natural32">
6216                 <property name="visible">True</property>
6217                 <property name="can_focus">True</property>
6218                 <property name="orientation">vertical</property>
6219                 <child>
6220                   <object class="GtkEventBox" id="natural-required-container32">
6221                     <property name="visible">True</property>
6222                     <property name="can_focus">False</property>
6223                     <property name="valign">end</property>
6224                     <property name="halign">start</property>
6225                     <child>
6226                       <object class="GtkLabel" id="natural-required32">
6227                         <property name="visible">True</property>
6228                         <property name="can_focus">False</property>
6229                         <property name="label" translatable="yes">ABCDE ABCD</property>
6230                         <property name="xalign">0.0</property>
6231                         <property name="wrap">True</property>
6232                         <property name="ellipsize">end</property>
6233                         <property name="width-chars">12</property>
6234                         <property name="max-width-chars">4</property>
6235                         <attributes>
6236                           <attribute name="font-desc" value="Monospace"/>
6237                         </attributes>
6238                       </object>
6239                     </child>
6240                   </object>
6241                   <packing>
6242                     <property name="resize">False</property>
6243                     <property name="shrink">False</property>
6244                   </packing>
6245                 </child>
6246                 <child>
6247                   <object class="GtkEventBox" id="natural-natural-container32">
6248                     <property name="visible">True</property>
6249                     <property name="can_focus">False</property>
6250                     <property name="valign">start</property>
6251                     <property name="halign">start</property>
6252                     <child>
6253                       <object class="GtkLabel" id="natural-natural32">
6254                         <property name="visible">True</property>
6255                         <property name="can_focus">False</property>
6256                         <property name="label" translatable="yes">ABCDE ABCD</property>
6257                         <property name="xalign">0.0</property>
6258                         <property name="wrap">True</property>
6259                         <property name="ellipsize">end</property>
6260                         <property name="width-chars">12</property>
6261                         <property name="max-width-chars">4</property>
6262                         <attributes>
6263                           <attribute name="font-desc" value="Monospace"/>
6264                         </attributes>
6265                       </object>
6266                     </child>
6267                   </object>
6268                   <packing>
6269                     <property name="resize">True</property>
6270                     <property name="shrink">False</property>
6271                   </packing>
6272                 </child>
6273               </object>
6274               <packing>
6275                 <property name="resize">True</property>
6276                 <property name="shrink">False</property>
6277               </packing>
6278             </child>
6279           </object>
6280           <packing>
6281             <property name="left_attach">4</property>
6282             <property name="top_attach">32</property>
6283             <property name="width">1</property>
6284             <property name="height">1</property>
6285           </packing>
6286         </child>
6287         <child>
6288           <object class="GtkLabel" id="wrap33">
6289             <property name="visible">True</property>
6290             <property name="can_focus">False</property>
6291             <property name="label" translatable="yes">False</property>
6292           </object>
6293           <packing>
6294             <property name="left_attach">0</property>
6295             <property name="top_attach">33</property>
6296             <property name="width">1</property>
6297             <property name="height">1</property>
6298           </packing>
6299         </child>
6300         <child>
6301           <object class="GtkLabel" id="ellipsize33">
6302             <property name="visible">True</property>
6303             <property name="can_focus">False</property>
6304             <property name="label" translatable="yes">none</property>
6305           </object>
6306           <packing>
6307             <property name="left_attach">1</property>
6308             <property name="top_attach">33</property>
6309             <property name="width">1</property>
6310             <property name="height">1</property>
6311           </packing>
6312         </child>
6313         <child>
6314           <object class="GtkLabel" id="width_chars33">
6315             <property name="visible">True</property>
6316             <property name="can_focus">False</property>
6317             <property name="label" translatable="yes">-1</property>
6318           </object>
6319           <packing>
6320             <property name="left_attach">2</property>
6321             <property name="top_attach">33</property>
6322             <property name="width">1</property>
6323             <property name="height">1</property>
6324           </packing>
6325         </child>
6326         <child>
6327           <object class="GtkLabel" id="max_width_chars33">
6328             <property name="visible">True</property>
6329             <property name="can_focus">False</property>
6330             <property name="label" translatable="yes">8</property>
6331           </object>
6332           <packing>
6333             <property name="left_attach">3</property>
6334             <property name="top_attach">33</property>
6335             <property name="width">1</property>
6336             <property name="height">1</property>
6337           </packing>
6338         </child>
6339         <child>
6340           <object class="GtkPaned" id="paned33">
6341             <property name="visible">True</property>
6342             <property name="can_focus">True</property>
6343             <child>
6344               <object class="GtkPaned" id="required33">
6345                 <property name="visible">True</property>
6346                 <property name="can_focus">True</property>
6347                 <property name="orientation">vertical</property>
6348                 <child>
6349                   <object class="GtkEventBox" id="required-required-container33">
6350                     <property name="visible">True</property>
6351                     <property name="can_focus">False</property>
6352                     <property name="valign">end</property>
6353                     <property name="halign">end</property>
6354                     <child>
6355                       <object class="GtkLabel" id="required-required33">
6356                         <property name="visible">True</property>
6357                         <property name="can_focus">False</property>
6358                         <property name="label" translatable="yes">ABCDE ABCD</property>
6359                         <property name="xalign">0.0</property>
6360                         <property name="wrap">False</property>
6361                         <property name="ellipsize">none</property>
6362                         <property name="width-chars">-1</property>
6363                         <property name="max-width-chars">8</property>
6364                         <attributes>
6365                           <attribute name="font-desc" value="Monospace"/>
6366                         </attributes>
6367                       </object>
6368                     </child>
6369                   </object>
6370                   <packing>
6371                     <property name="resize">False</property>
6372                     <property name="shrink">False</property>
6373                   </packing>
6374                 </child>
6375                 <child>
6376                   <object class="GtkEventBox" id="required-natural-container33">
6377                     <property name="visible">True</property>
6378                     <property name="can_focus">False</property>
6379                     <property name="valign">start</property>
6380                     <property name="halign">end</property>
6381                     <child>
6382                       <object class="GtkLabel" id="required-natural33">
6383                         <property name="visible">True</property>
6384                         <property name="can_focus">False</property>
6385                         <property name="label" translatable="yes">ABCDE ABCD</property>
6386                         <property name="xalign">0.0</property>
6387                         <property name="wrap">False</property>
6388                         <property name="ellipsize">none</property>
6389                         <property name="width-chars">-1</property>
6390                         <property name="max-width-chars">8</property>
6391                         <attributes>
6392                           <attribute name="font-desc" value="Monospace"/>
6393                         </attributes>
6394                       </object>
6395                     </child>
6396                   </object>
6397                   <packing>
6398                     <property name="resize">True</property>
6399                     <property name="shrink">False</property>
6400                   </packing>
6401                 </child>
6402               </object>
6403               <packing>
6404                 <property name="resize">False</property>
6405                 <property name="shrink">False</property>
6406               </packing>
6407             </child>
6408             <child>
6409               <object class="GtkPaned" id="natural33">
6410                 <property name="visible">True</property>
6411                 <property name="can_focus">True</property>
6412                 <property name="orientation">vertical</property>
6413                 <child>
6414                   <object class="GtkEventBox" id="natural-required-container33">
6415                     <property name="visible">True</property>
6416                     <property name="can_focus">False</property>
6417                     <property name="valign">end</property>
6418                     <property name="halign">start</property>
6419                     <child>
6420                       <object class="GtkLabel" id="natural-required33">
6421                         <property name="visible">True</property>
6422                         <property name="can_focus">False</property>
6423                         <property name="label" translatable="yes">ABCDE ABCD</property>
6424                         <property name="xalign">0.0</property>
6425                         <property name="wrap">False</property>
6426                         <property name="ellipsize">none</property>
6427                         <property name="width-chars">-1</property>
6428                         <property name="max-width-chars">8</property>
6429                         <attributes>
6430                           <attribute name="font-desc" value="Monospace"/>
6431                         </attributes>
6432                       </object>
6433                     </child>
6434                   </object>
6435                   <packing>
6436                     <property name="resize">False</property>
6437                     <property name="shrink">False</property>
6438                   </packing>
6439                 </child>
6440                 <child>
6441                   <object class="GtkEventBox" id="natural-natural-container33">
6442                     <property name="visible">True</property>
6443                     <property name="can_focus">False</property>
6444                     <property name="valign">start</property>
6445                     <property name="halign">start</property>
6446                     <child>
6447                       <object class="GtkLabel" id="natural-natural33">
6448                         <property name="visible">True</property>
6449                         <property name="can_focus">False</property>
6450                         <property name="label" translatable="yes">ABCDE ABCD</property>
6451                         <property name="xalign">0.0</property>
6452                         <property name="wrap">False</property>
6453                         <property name="ellipsize">none</property>
6454                         <property name="width-chars">-1</property>
6455                         <property name="max-width-chars">8</property>
6456                         <attributes>
6457                           <attribute name="font-desc" value="Monospace"/>
6458                         </attributes>
6459                       </object>
6460                     </child>
6461                   </object>
6462                   <packing>
6463                     <property name="resize">True</property>
6464                     <property name="shrink">False</property>
6465                   </packing>
6466                 </child>
6467               </object>
6468               <packing>
6469                 <property name="resize">True</property>
6470                 <property name="shrink">False</property>
6471               </packing>
6472             </child>
6473           </object>
6474           <packing>
6475             <property name="left_attach">4</property>
6476             <property name="top_attach">33</property>
6477             <property name="width">1</property>
6478             <property name="height">1</property>
6479           </packing>
6480         </child>
6481         <child>
6482           <object class="GtkLabel" id="wrap34">
6483             <property name="visible">True</property>
6484             <property name="can_focus">False</property>
6485             <property name="label" translatable="yes">True</property>
6486           </object>
6487           <packing>
6488             <property name="left_attach">0</property>
6489             <property name="top_attach">34</property>
6490             <property name="width">1</property>
6491             <property name="height">1</property>
6492           </packing>
6493         </child>
6494         <child>
6495           <object class="GtkLabel" id="ellipsize34">
6496             <property name="visible">True</property>
6497             <property name="can_focus">False</property>
6498             <property name="label" translatable="yes">none</property>
6499           </object>
6500           <packing>
6501             <property name="left_attach">1</property>
6502             <property name="top_attach">34</property>
6503             <property name="width">1</property>
6504             <property name="height">1</property>
6505           </packing>
6506         </child>
6507         <child>
6508           <object class="GtkLabel" id="width_chars34">
6509             <property name="visible">True</property>
6510             <property name="can_focus">False</property>
6511             <property name="label" translatable="yes">-1</property>
6512           </object>
6513           <packing>
6514             <property name="left_attach">2</property>
6515             <property name="top_attach">34</property>
6516             <property name="width">1</property>
6517             <property name="height">1</property>
6518           </packing>
6519         </child>
6520         <child>
6521           <object class="GtkLabel" id="max_width_chars34">
6522             <property name="visible">True</property>
6523             <property name="can_focus">False</property>
6524             <property name="label" translatable="yes">8</property>
6525           </object>
6526           <packing>
6527             <property name="left_attach">3</property>
6528             <property name="top_attach">34</property>
6529             <property name="width">1</property>
6530             <property name="height">1</property>
6531           </packing>
6532         </child>
6533         <child>
6534           <object class="GtkPaned" id="paned34">
6535             <property name="visible">True</property>
6536             <property name="can_focus">True</property>
6537             <child>
6538               <object class="GtkPaned" id="required34">
6539                 <property name="visible">True</property>
6540                 <property name="can_focus">True</property>
6541                 <property name="orientation">vertical</property>
6542                 <child>
6543                   <object class="GtkEventBox" id="required-required-container34">
6544                     <property name="visible">True</property>
6545                     <property name="can_focus">False</property>
6546                     <property name="valign">end</property>
6547                     <property name="halign">end</property>
6548                     <child>
6549                       <object class="GtkLabel" id="required-required34">
6550                         <property name="visible">True</property>
6551                         <property name="can_focus">False</property>
6552                         <property name="label" translatable="yes">ABCDE ABCD</property>
6553                         <property name="xalign">0.0</property>
6554                         <property name="wrap">True</property>
6555                         <property name="ellipsize">none</property>
6556                         <property name="width-chars">-1</property>
6557                         <property name="max-width-chars">8</property>
6558                         <attributes>
6559                           <attribute name="font-desc" value="Monospace"/>
6560                         </attributes>
6561                       </object>
6562                     </child>
6563                   </object>
6564                   <packing>
6565                     <property name="resize">False</property>
6566                     <property name="shrink">False</property>
6567                   </packing>
6568                 </child>
6569                 <child>
6570                   <object class="GtkEventBox" id="required-natural-container34">
6571                     <property name="visible">True</property>
6572                     <property name="can_focus">False</property>
6573                     <property name="valign">start</property>
6574                     <property name="halign">end</property>
6575                     <child>
6576                       <object class="GtkLabel" id="required-natural34">
6577                         <property name="visible">True</property>
6578                         <property name="can_focus">False</property>
6579                         <property name="label" translatable="yes">ABCDE ABCD</property>
6580                         <property name="xalign">0.0</property>
6581                         <property name="wrap">True</property>
6582                         <property name="ellipsize">none</property>
6583                         <property name="width-chars">-1</property>
6584                         <property name="max-width-chars">8</property>
6585                         <attributes>
6586                           <attribute name="font-desc" value="Monospace"/>
6587                         </attributes>
6588                       </object>
6589                     </child>
6590                   </object>
6591                   <packing>
6592                     <property name="resize">True</property>
6593                     <property name="shrink">False</property>
6594                   </packing>
6595                 </child>
6596               </object>
6597               <packing>
6598                 <property name="resize">False</property>
6599                 <property name="shrink">False</property>
6600               </packing>
6601             </child>
6602             <child>
6603               <object class="GtkPaned" id="natural34">
6604                 <property name="visible">True</property>
6605                 <property name="can_focus">True</property>
6606                 <property name="orientation">vertical</property>
6607                 <child>
6608                   <object class="GtkEventBox" id="natural-required-container34">
6609                     <property name="visible">True</property>
6610                     <property name="can_focus">False</property>
6611                     <property name="valign">end</property>
6612                     <property name="halign">start</property>
6613                     <child>
6614                       <object class="GtkLabel" id="natural-required34">
6615                         <property name="visible">True</property>
6616                         <property name="can_focus">False</property>
6617                         <property name="label" translatable="yes">ABCDE ABCD</property>
6618                         <property name="xalign">0.0</property>
6619                         <property name="wrap">True</property>
6620                         <property name="ellipsize">none</property>
6621                         <property name="width-chars">-1</property>
6622                         <property name="max-width-chars">8</property>
6623                         <attributes>
6624                           <attribute name="font-desc" value="Monospace"/>
6625                         </attributes>
6626                       </object>
6627                     </child>
6628                   </object>
6629                   <packing>
6630                     <property name="resize">False</property>
6631                     <property name="shrink">False</property>
6632                   </packing>
6633                 </child>
6634                 <child>
6635                   <object class="GtkEventBox" id="natural-natural-container34">
6636                     <property name="visible">True</property>
6637                     <property name="can_focus">False</property>
6638                     <property name="valign">start</property>
6639                     <property name="halign">start</property>
6640                     <child>
6641                       <object class="GtkLabel" id="natural-natural34">
6642                         <property name="visible">True</property>
6643                         <property name="can_focus">False</property>
6644                         <property name="label" translatable="yes">ABCDE ABCD</property>
6645                         <property name="xalign">0.0</property>
6646                         <property name="wrap">True</property>
6647                         <property name="ellipsize">none</property>
6648                         <property name="width-chars">-1</property>
6649                         <property name="max-width-chars">8</property>
6650                         <attributes>
6651                           <attribute name="font-desc" value="Monospace"/>
6652                         </attributes>
6653                       </object>
6654                     </child>
6655                   </object>
6656                   <packing>
6657                     <property name="resize">True</property>
6658                     <property name="shrink">False</property>
6659                   </packing>
6660                 </child>
6661               </object>
6662               <packing>
6663                 <property name="resize">True</property>
6664                 <property name="shrink">False</property>
6665               </packing>
6666             </child>
6667           </object>
6668           <packing>
6669             <property name="left_attach">4</property>
6670             <property name="top_attach">34</property>
6671             <property name="width">1</property>
6672             <property name="height">1</property>
6673           </packing>
6674         </child>
6675         <child>
6676           <object class="GtkLabel" id="wrap35">
6677             <property name="visible">True</property>
6678             <property name="can_focus">False</property>
6679             <property name="label" translatable="yes">False</property>
6680           </object>
6681           <packing>
6682             <property name="left_attach">0</property>
6683             <property name="top_attach">35</property>
6684             <property name="width">1</property>
6685             <property name="height">1</property>
6686           </packing>
6687         </child>
6688         <child>
6689           <object class="GtkLabel" id="ellipsize35">
6690             <property name="visible">True</property>
6691             <property name="can_focus">False</property>
6692             <property name="label" translatable="yes">end</property>
6693           </object>
6694           <packing>
6695             <property name="left_attach">1</property>
6696             <property name="top_attach">35</property>
6697             <property name="width">1</property>
6698             <property name="height">1</property>
6699           </packing>
6700         </child>
6701         <child>
6702           <object class="GtkLabel" id="width_chars35">
6703             <property name="visible">True</property>
6704             <property name="can_focus">False</property>
6705             <property name="label" translatable="yes">-1</property>
6706           </object>
6707           <packing>
6708             <property name="left_attach">2</property>
6709             <property name="top_attach">35</property>
6710             <property name="width">1</property>
6711             <property name="height">1</property>
6712           </packing>
6713         </child>
6714         <child>
6715           <object class="GtkLabel" id="max_width_chars35">
6716             <property name="visible">True</property>
6717             <property name="can_focus">False</property>
6718             <property name="label" translatable="yes">8</property>
6719           </object>
6720           <packing>
6721             <property name="left_attach">3</property>
6722             <property name="top_attach">35</property>
6723             <property name="width">1</property>
6724             <property name="height">1</property>
6725           </packing>
6726         </child>
6727         <child>
6728           <object class="GtkPaned" id="paned35">
6729             <property name="visible">True</property>
6730             <property name="can_focus">True</property>
6731             <child>
6732               <object class="GtkPaned" id="required35">
6733                 <property name="visible">True</property>
6734                 <property name="can_focus">True</property>
6735                 <property name="orientation">vertical</property>
6736                 <child>
6737                   <object class="GtkEventBox" id="required-required-container35">
6738                     <property name="visible">True</property>
6739                     <property name="can_focus">False</property>
6740                     <property name="valign">end</property>
6741                     <property name="halign">end</property>
6742                     <child>
6743                       <object class="GtkLabel" id="required-required35">
6744                         <property name="visible">True</property>
6745                         <property name="can_focus">False</property>
6746                         <property name="label" translatable="yes">ABCDE ABCD</property>
6747                         <property name="xalign">0.0</property>
6748                         <property name="wrap">False</property>
6749                         <property name="ellipsize">end</property>
6750                         <property name="width-chars">-1</property>
6751                         <property name="max-width-chars">8</property>
6752                         <attributes>
6753                           <attribute name="font-desc" value="Monospace"/>
6754                         </attributes>
6755                       </object>
6756                     </child>
6757                   </object>
6758                   <packing>
6759                     <property name="resize">False</property>
6760                     <property name="shrink">False</property>
6761                   </packing>
6762                 </child>
6763                 <child>
6764                   <object class="GtkEventBox" id="required-natural-container35">
6765                     <property name="visible">True</property>
6766                     <property name="can_focus">False</property>
6767                     <property name="valign">start</property>
6768                     <property name="halign">end</property>
6769                     <child>
6770                       <object class="GtkLabel" id="required-natural35">
6771                         <property name="visible">True</property>
6772                         <property name="can_focus">False</property>
6773                         <property name="label" translatable="yes">ABCDE ABCD</property>
6774                         <property name="xalign">0.0</property>
6775                         <property name="wrap">False</property>
6776                         <property name="ellipsize">end</property>
6777                         <property name="width-chars">-1</property>
6778                         <property name="max-width-chars">8</property>
6779                         <attributes>
6780                           <attribute name="font-desc" value="Monospace"/>
6781                         </attributes>
6782                       </object>
6783                     </child>
6784                   </object>
6785                   <packing>
6786                     <property name="resize">True</property>
6787                     <property name="shrink">False</property>
6788                   </packing>
6789                 </child>
6790               </object>
6791               <packing>
6792                 <property name="resize">False</property>
6793                 <property name="shrink">False</property>
6794               </packing>
6795             </child>
6796             <child>
6797               <object class="GtkPaned" id="natural35">
6798                 <property name="visible">True</property>
6799                 <property name="can_focus">True</property>
6800                 <property name="orientation">vertical</property>
6801                 <child>
6802                   <object class="GtkEventBox" id="natural-required-container35">
6803                     <property name="visible">True</property>
6804                     <property name="can_focus">False</property>
6805                     <property name="valign">end</property>
6806                     <property name="halign">start</property>
6807                     <child>
6808                       <object class="GtkLabel" id="natural-required35">
6809                         <property name="visible">True</property>
6810                         <property name="can_focus">False</property>
6811                         <property name="label" translatable="yes">ABCDE ABCD</property>
6812                         <property name="xalign">0.0</property>
6813                         <property name="wrap">False</property>
6814                         <property name="ellipsize">end</property>
6815                         <property name="width-chars">-1</property>
6816                         <property name="max-width-chars">8</property>
6817                         <attributes>
6818                           <attribute name="font-desc" value="Monospace"/>
6819                         </attributes>
6820                       </object>
6821                     </child>
6822                   </object>
6823                   <packing>
6824                     <property name="resize">False</property>
6825                     <property name="shrink">False</property>
6826                   </packing>
6827                 </child>
6828                 <child>
6829                   <object class="GtkEventBox" id="natural-natural-container35">
6830                     <property name="visible">True</property>
6831                     <property name="can_focus">False</property>
6832                     <property name="valign">start</property>
6833                     <property name="halign">start</property>
6834                     <child>
6835                       <object class="GtkLabel" id="natural-natural35">
6836                         <property name="visible">True</property>
6837                         <property name="can_focus">False</property>
6838                         <property name="label" translatable="yes">ABCDE ABCD</property>
6839                         <property name="xalign">0.0</property>
6840                         <property name="wrap">False</property>
6841                         <property name="ellipsize">end</property>
6842                         <property name="width-chars">-1</property>
6843                         <property name="max-width-chars">8</property>
6844                         <attributes>
6845                           <attribute name="font-desc" value="Monospace"/>
6846                         </attributes>
6847                       </object>
6848                     </child>
6849                   </object>
6850                   <packing>
6851                     <property name="resize">True</property>
6852                     <property name="shrink">False</property>
6853                   </packing>
6854                 </child>
6855               </object>
6856               <packing>
6857                 <property name="resize">True</property>
6858                 <property name="shrink">False</property>
6859               </packing>
6860             </child>
6861           </object>
6862           <packing>
6863             <property name="left_attach">4</property>
6864             <property name="top_attach">35</property>
6865             <property name="width">1</property>
6866             <property name="height">1</property>
6867           </packing>
6868         </child>
6869         <child>
6870           <object class="GtkLabel" id="wrap36">
6871             <property name="visible">True</property>
6872             <property name="can_focus">False</property>
6873             <property name="label" translatable="yes">True</property>
6874           </object>
6875           <packing>
6876             <property name="left_attach">0</property>
6877             <property name="top_attach">36</property>
6878             <property name="width">1</property>
6879             <property name="height">1</property>
6880           </packing>
6881         </child>
6882         <child>
6883           <object class="GtkLabel" id="ellipsize36">
6884             <property name="visible">True</property>
6885             <property name="can_focus">False</property>
6886             <property name="label" translatable="yes">end</property>
6887           </object>
6888           <packing>
6889             <property name="left_attach">1</property>
6890             <property name="top_attach">36</property>
6891             <property name="width">1</property>
6892             <property name="height">1</property>
6893           </packing>
6894         </child>
6895         <child>
6896           <object class="GtkLabel" id="width_chars36">
6897             <property name="visible">True</property>
6898             <property name="can_focus">False</property>
6899             <property name="label" translatable="yes">-1</property>
6900           </object>
6901           <packing>
6902             <property name="left_attach">2</property>
6903             <property name="top_attach">36</property>
6904             <property name="width">1</property>
6905             <property name="height">1</property>
6906           </packing>
6907         </child>
6908         <child>
6909           <object class="GtkLabel" id="max_width_chars36">
6910             <property name="visible">True</property>
6911             <property name="can_focus">False</property>
6912             <property name="label" translatable="yes">8</property>
6913           </object>
6914           <packing>
6915             <property name="left_attach">3</property>
6916             <property name="top_attach">36</property>
6917             <property name="width">1</property>
6918             <property name="height">1</property>
6919           </packing>
6920         </child>
6921         <child>
6922           <object class="GtkPaned" id="paned36">
6923             <property name="visible">True</property>
6924             <property name="can_focus">True</property>
6925             <child>
6926               <object class="GtkPaned" id="required36">
6927                 <property name="visible">True</property>
6928                 <property name="can_focus">True</property>
6929                 <property name="orientation">vertical</property>
6930                 <child>
6931                   <object class="GtkEventBox" id="required-required-container36">
6932                     <property name="visible">True</property>
6933                     <property name="can_focus">False</property>
6934                     <property name="valign">end</property>
6935                     <property name="halign">end</property>
6936                     <child>
6937                       <object class="GtkLabel" id="required-required36">
6938                         <property name="visible">True</property>
6939                         <property name="can_focus">False</property>
6940                         <property name="label" translatable="yes">ABCDE ABCD</property>
6941                         <property name="xalign">0.0</property>
6942                         <property name="wrap">True</property>
6943                         <property name="ellipsize">end</property>
6944                         <property name="width-chars">-1</property>
6945                         <property name="max-width-chars">8</property>
6946                         <attributes>
6947                           <attribute name="font-desc" value="Monospace"/>
6948                         </attributes>
6949                       </object>
6950                     </child>
6951                   </object>
6952                   <packing>
6953                     <property name="resize">False</property>
6954                     <property name="shrink">False</property>
6955                   </packing>
6956                 </child>
6957                 <child>
6958                   <object class="GtkEventBox" id="required-natural-container36">
6959                     <property name="visible">True</property>
6960                     <property name="can_focus">False</property>
6961                     <property name="valign">start</property>
6962                     <property name="halign">end</property>
6963                     <child>
6964                       <object class="GtkLabel" id="required-natural36">
6965                         <property name="visible">True</property>
6966                         <property name="can_focus">False</property>
6967                         <property name="label" translatable="yes">ABCDE ABCD</property>
6968                         <property name="xalign">0.0</property>
6969                         <property name="wrap">True</property>
6970                         <property name="ellipsize">end</property>
6971                         <property name="width-chars">-1</property>
6972                         <property name="max-width-chars">8</property>
6973                         <attributes>
6974                           <attribute name="font-desc" value="Monospace"/>
6975                         </attributes>
6976                       </object>
6977                     </child>
6978                   </object>
6979                   <packing>
6980                     <property name="resize">True</property>
6981                     <property name="shrink">False</property>
6982                   </packing>
6983                 </child>
6984               </object>
6985               <packing>
6986                 <property name="resize">False</property>
6987                 <property name="shrink">False</property>
6988               </packing>
6989             </child>
6990             <child>
6991               <object class="GtkPaned" id="natural36">
6992                 <property name="visible">True</property>
6993                 <property name="can_focus">True</property>
6994                 <property name="orientation">vertical</property>
6995                 <child>
6996                   <object class="GtkEventBox" id="natural-required-container36">
6997                     <property name="visible">True</property>
6998                     <property name="can_focus">False</property>
6999                     <property name="valign">end</property>
7000                     <property name="halign">start</property>
7001                     <child>
7002                       <object class="GtkLabel" id="natural-required36">
7003                         <property name="visible">True</property>
7004                         <property name="can_focus">False</property>
7005                         <property name="label" translatable="yes">ABCDE ABCD</property>
7006                         <property name="xalign">0.0</property>
7007                         <property name="wrap">True</property>
7008                         <property name="ellipsize">end</property>
7009                         <property name="width-chars">-1</property>
7010                         <property name="max-width-chars">8</property>
7011                         <attributes>
7012                           <attribute name="font-desc" value="Monospace"/>
7013                         </attributes>
7014                       </object>
7015                     </child>
7016                   </object>
7017                   <packing>
7018                     <property name="resize">False</property>
7019                     <property name="shrink">False</property>
7020                   </packing>
7021                 </child>
7022                 <child>
7023                   <object class="GtkEventBox" id="natural-natural-container36">
7024                     <property name="visible">True</property>
7025                     <property name="can_focus">False</property>
7026                     <property name="valign">start</property>
7027                     <property name="halign">start</property>
7028                     <child>
7029                       <object class="GtkLabel" id="natural-natural36">
7030                         <property name="visible">True</property>
7031                         <property name="can_focus">False</property>
7032                         <property name="label" translatable="yes">ABCDE ABCD</property>
7033                         <property name="xalign">0.0</property>
7034                         <property name="wrap">True</property>
7035                         <property name="ellipsize">end</property>
7036                         <property name="width-chars">-1</property>
7037                         <property name="max-width-chars">8</property>
7038                         <attributes>
7039                           <attribute name="font-desc" value="Monospace"/>
7040                         </attributes>
7041                       </object>
7042                     </child>
7043                   </object>
7044                   <packing>
7045                     <property name="resize">True</property>
7046                     <property name="shrink">False</property>
7047                   </packing>
7048                 </child>
7049               </object>
7050               <packing>
7051                 <property name="resize">True</property>
7052                 <property name="shrink">False</property>
7053               </packing>
7054             </child>
7055           </object>
7056           <packing>
7057             <property name="left_attach">4</property>
7058             <property name="top_attach">36</property>
7059             <property name="width">1</property>
7060             <property name="height">1</property>
7061           </packing>
7062         </child>
7063         <child>
7064           <object class="GtkLabel" id="wrap37">
7065             <property name="visible">True</property>
7066             <property name="can_focus">False</property>
7067             <property name="label" translatable="yes">False</property>
7068           </object>
7069           <packing>
7070             <property name="left_attach">0</property>
7071             <property name="top_attach">37</property>
7072             <property name="width">1</property>
7073             <property name="height">1</property>
7074           </packing>
7075         </child>
7076         <child>
7077           <object class="GtkLabel" id="ellipsize37">
7078             <property name="visible">True</property>
7079             <property name="can_focus">False</property>
7080             <property name="label" translatable="yes">none</property>
7081           </object>
7082           <packing>
7083             <property name="left_attach">1</property>
7084             <property name="top_attach">37</property>
7085             <property name="width">1</property>
7086             <property name="height">1</property>
7087           </packing>
7088         </child>
7089         <child>
7090           <object class="GtkLabel" id="width_chars37">
7091             <property name="visible">True</property>
7092             <property name="can_focus">False</property>
7093             <property name="label" translatable="yes">4</property>
7094           </object>
7095           <packing>
7096             <property name="left_attach">2</property>
7097             <property name="top_attach">37</property>
7098             <property name="width">1</property>
7099             <property name="height">1</property>
7100           </packing>
7101         </child>
7102         <child>
7103           <object class="GtkLabel" id="max_width_chars37">
7104             <property name="visible">True</property>
7105             <property name="can_focus">False</property>
7106             <property name="label" translatable="yes">8</property>
7107           </object>
7108           <packing>
7109             <property name="left_attach">3</property>
7110             <property name="top_attach">37</property>
7111             <property name="width">1</property>
7112             <property name="height">1</property>
7113           </packing>
7114         </child>
7115         <child>
7116           <object class="GtkPaned" id="paned37">
7117             <property name="visible">True</property>
7118             <property name="can_focus">True</property>
7119             <child>
7120               <object class="GtkPaned" id="required37">
7121                 <property name="visible">True</property>
7122                 <property name="can_focus">True</property>
7123                 <property name="orientation">vertical</property>
7124                 <child>
7125                   <object class="GtkEventBox" id="required-required-container37">
7126                     <property name="visible">True</property>
7127                     <property name="can_focus">False</property>
7128                     <property name="valign">end</property>
7129                     <property name="halign">end</property>
7130                     <child>
7131                       <object class="GtkLabel" id="required-required37">
7132                         <property name="visible">True</property>
7133                         <property name="can_focus">False</property>
7134                         <property name="label" translatable="yes">ABCDE ABCD</property>
7135                         <property name="xalign">0.0</property>
7136                         <property name="wrap">False</property>
7137                         <property name="ellipsize">none</property>
7138                         <property name="width-chars">4</property>
7139                         <property name="max-width-chars">8</property>
7140                         <attributes>
7141                           <attribute name="font-desc" value="Monospace"/>
7142                         </attributes>
7143                       </object>
7144                     </child>
7145                   </object>
7146                   <packing>
7147                     <property name="resize">False</property>
7148                     <property name="shrink">False</property>
7149                   </packing>
7150                 </child>
7151                 <child>
7152                   <object class="GtkEventBox" id="required-natural-container37">
7153                     <property name="visible">True</property>
7154                     <property name="can_focus">False</property>
7155                     <property name="valign">start</property>
7156                     <property name="halign">end</property>
7157                     <child>
7158                       <object class="GtkLabel" id="required-natural37">
7159                         <property name="visible">True</property>
7160                         <property name="can_focus">False</property>
7161                         <property name="label" translatable="yes">ABCDE ABCD</property>
7162                         <property name="xalign">0.0</property>
7163                         <property name="wrap">False</property>
7164                         <property name="ellipsize">none</property>
7165                         <property name="width-chars">4</property>
7166                         <property name="max-width-chars">8</property>
7167                         <attributes>
7168                           <attribute name="font-desc" value="Monospace"/>
7169                         </attributes>
7170                       </object>
7171                     </child>
7172                   </object>
7173                   <packing>
7174                     <property name="resize">True</property>
7175                     <property name="shrink">False</property>
7176                   </packing>
7177                 </child>
7178               </object>
7179               <packing>
7180                 <property name="resize">False</property>
7181                 <property name="shrink">False</property>
7182               </packing>
7183             </child>
7184             <child>
7185               <object class="GtkPaned" id="natural37">
7186                 <property name="visible">True</property>
7187                 <property name="can_focus">True</property>
7188                 <property name="orientation">vertical</property>
7189                 <child>
7190                   <object class="GtkEventBox" id="natural-required-container37">
7191                     <property name="visible">True</property>
7192                     <property name="can_focus">False</property>
7193                     <property name="valign">end</property>
7194                     <property name="halign">start</property>
7195                     <child>
7196                       <object class="GtkLabel" id="natural-required37">
7197                         <property name="visible">True</property>
7198                         <property name="can_focus">False</property>
7199                         <property name="label" translatable="yes">ABCDE ABCD</property>
7200                         <property name="xalign">0.0</property>
7201                         <property name="wrap">False</property>
7202                         <property name="ellipsize">none</property>
7203                         <property name="width-chars">4</property>
7204                         <property name="max-width-chars">8</property>
7205                         <attributes>
7206                           <attribute name="font-desc" value="Monospace"/>
7207                         </attributes>
7208                       </object>
7209                     </child>
7210                   </object>
7211                   <packing>
7212                     <property name="resize">False</property>
7213                     <property name="shrink">False</property>
7214                   </packing>
7215                 </child>
7216                 <child>
7217                   <object class="GtkEventBox" id="natural-natural-container37">
7218                     <property name="visible">True</property>
7219                     <property name="can_focus">False</property>
7220                     <property name="valign">start</property>
7221                     <property name="halign">start</property>
7222                     <child>
7223                       <object class="GtkLabel" id="natural-natural37">
7224                         <property name="visible">True</property>
7225                         <property name="can_focus">False</property>
7226                         <property name="label" translatable="yes">ABCDE ABCD</property>
7227                         <property name="xalign">0.0</property>
7228                         <property name="wrap">False</property>
7229                         <property name="ellipsize">none</property>
7230                         <property name="width-chars">4</property>
7231                         <property name="max-width-chars">8</property>
7232                         <attributes>
7233                           <attribute name="font-desc" value="Monospace"/>
7234                         </attributes>
7235                       </object>
7236                     </child>
7237                   </object>
7238                   <packing>
7239                     <property name="resize">True</property>
7240                     <property name="shrink">False</property>
7241                   </packing>
7242                 </child>
7243               </object>
7244               <packing>
7245                 <property name="resize">True</property>
7246                 <property name="shrink">False</property>
7247               </packing>
7248             </child>
7249           </object>
7250           <packing>
7251             <property name="left_attach">4</property>
7252             <property name="top_attach">37</property>
7253             <property name="width">1</property>
7254             <property name="height">1</property>
7255           </packing>
7256         </child>
7257         <child>
7258           <object class="GtkLabel" id="wrap38">
7259             <property name="visible">True</property>
7260             <property name="can_focus">False</property>
7261             <property name="label" translatable="yes">True</property>
7262           </object>
7263           <packing>
7264             <property name="left_attach">0</property>
7265             <property name="top_attach">38</property>
7266             <property name="width">1</property>
7267             <property name="height">1</property>
7268           </packing>
7269         </child>
7270         <child>
7271           <object class="GtkLabel" id="ellipsize38">
7272             <property name="visible">True</property>
7273             <property name="can_focus">False</property>
7274             <property name="label" translatable="yes">none</property>
7275           </object>
7276           <packing>
7277             <property name="left_attach">1</property>
7278             <property name="top_attach">38</property>
7279             <property name="width">1</property>
7280             <property name="height">1</property>
7281           </packing>
7282         </child>
7283         <child>
7284           <object class="GtkLabel" id="width_chars38">
7285             <property name="visible">True</property>
7286             <property name="can_focus">False</property>
7287             <property name="label" translatable="yes">4</property>
7288           </object>
7289           <packing>
7290             <property name="left_attach">2</property>
7291             <property name="top_attach">38</property>
7292             <property name="width">1</property>
7293             <property name="height">1</property>
7294           </packing>
7295         </child>
7296         <child>
7297           <object class="GtkLabel" id="max_width_chars38">
7298             <property name="visible">True</property>
7299             <property name="can_focus">False</property>
7300             <property name="label" translatable="yes">8</property>
7301           </object>
7302           <packing>
7303             <property name="left_attach">3</property>
7304             <property name="top_attach">38</property>
7305             <property name="width">1</property>
7306             <property name="height">1</property>
7307           </packing>
7308         </child>
7309         <child>
7310           <object class="GtkPaned" id="paned38">
7311             <property name="visible">True</property>
7312             <property name="can_focus">True</property>
7313             <child>
7314               <object class="GtkPaned" id="required38">
7315                 <property name="visible">True</property>
7316                 <property name="can_focus">True</property>
7317                 <property name="orientation">vertical</property>
7318                 <child>
7319                   <object class="GtkEventBox" id="required-required-container38">
7320                     <property name="visible">True</property>
7321                     <property name="can_focus">False</property>
7322                     <property name="valign">end</property>
7323                     <property name="halign">end</property>
7324                     <child>
7325                       <object class="GtkLabel" id="required-required38">
7326                         <property name="visible">True</property>
7327                         <property name="can_focus">False</property>
7328                         <property name="label" translatable="yes">ABCDE ABCD</property>
7329                         <property name="xalign">0.0</property>
7330                         <property name="wrap">True</property>
7331                         <property name="ellipsize">none</property>
7332                         <property name="width-chars">4</property>
7333                         <property name="max-width-chars">8</property>
7334                         <attributes>
7335                           <attribute name="font-desc" value="Monospace"/>
7336                         </attributes>
7337                       </object>
7338                     </child>
7339                   </object>
7340                   <packing>
7341                     <property name="resize">False</property>
7342                     <property name="shrink">False</property>
7343                   </packing>
7344                 </child>
7345                 <child>
7346                   <object class="GtkEventBox" id="required-natural-container38">
7347                     <property name="visible">True</property>
7348                     <property name="can_focus">False</property>
7349                     <property name="valign">start</property>
7350                     <property name="halign">end</property>
7351                     <child>
7352                       <object class="GtkLabel" id="required-natural38">
7353                         <property name="visible">True</property>
7354                         <property name="can_focus">False</property>
7355                         <property name="label" translatable="yes">ABCDE ABCD</property>
7356                         <property name="xalign">0.0</property>
7357                         <property name="wrap">True</property>
7358                         <property name="ellipsize">none</property>
7359                         <property name="width-chars">4</property>
7360                         <property name="max-width-chars">8</property>
7361                         <attributes>
7362                           <attribute name="font-desc" value="Monospace"/>
7363                         </attributes>
7364                       </object>
7365                     </child>
7366                   </object>
7367                   <packing>
7368                     <property name="resize">True</property>
7369                     <property name="shrink">False</property>
7370                   </packing>
7371                 </child>
7372               </object>
7373               <packing>
7374                 <property name="resize">False</property>
7375                 <property name="shrink">False</property>
7376               </packing>
7377             </child>
7378             <child>
7379               <object class="GtkPaned" id="natural38">
7380                 <property name="visible">True</property>
7381                 <property name="can_focus">True</property>
7382                 <property name="orientation">vertical</property>
7383                 <child>
7384                   <object class="GtkEventBox" id="natural-required-container38">
7385                     <property name="visible">True</property>
7386                     <property name="can_focus">False</property>
7387                     <property name="valign">end</property>
7388                     <property name="halign">start</property>
7389                     <child>
7390                       <object class="GtkLabel" id="natural-required38">
7391                         <property name="visible">True</property>
7392                         <property name="can_focus">False</property>
7393                         <property name="label" translatable="yes">ABCDE ABCD</property>
7394                         <property name="xalign">0.0</property>
7395                         <property name="wrap">True</property>
7396                         <property name="ellipsize">none</property>
7397                         <property name="width-chars">4</property>
7398                         <property name="max-width-chars">8</property>
7399                         <attributes>
7400                           <attribute name="font-desc" value="Monospace"/>
7401                         </attributes>
7402                       </object>
7403                     </child>
7404                   </object>
7405                   <packing>
7406                     <property name="resize">False</property>
7407                     <property name="shrink">False</property>
7408                   </packing>
7409                 </child>
7410                 <child>
7411                   <object class="GtkEventBox" id="natural-natural-container38">
7412                     <property name="visible">True</property>
7413                     <property name="can_focus">False</property>
7414                     <property name="valign">start</property>
7415                     <property name="halign">start</property>
7416                     <child>
7417                       <object class="GtkLabel" id="natural-natural38">
7418                         <property name="visible">True</property>
7419                         <property name="can_focus">False</property>
7420                         <property name="label" translatable="yes">ABCDE ABCD</property>
7421                         <property name="xalign">0.0</property>
7422                         <property name="wrap">True</property>
7423                         <property name="ellipsize">none</property>
7424                         <property name="width-chars">4</property>
7425                         <property name="max-width-chars">8</property>
7426                         <attributes>
7427                           <attribute name="font-desc" value="Monospace"/>
7428                         </attributes>
7429                       </object>
7430                     </child>
7431                   </object>
7432                   <packing>
7433                     <property name="resize">True</property>
7434                     <property name="shrink">False</property>
7435                   </packing>
7436                 </child>
7437               </object>
7438               <packing>
7439                 <property name="resize">True</property>
7440                 <property name="shrink">False</property>
7441               </packing>
7442             </child>
7443           </object>
7444           <packing>
7445             <property name="left_attach">4</property>
7446             <property name="top_attach">38</property>
7447             <property name="width">1</property>
7448             <property name="height">1</property>
7449           </packing>
7450         </child>
7451         <child>
7452           <object class="GtkLabel" id="wrap39">
7453             <property name="visible">True</property>
7454             <property name="can_focus">False</property>
7455             <property name="label" translatable="yes">False</property>
7456           </object>
7457           <packing>
7458             <property name="left_attach">0</property>
7459             <property name="top_attach">39</property>
7460             <property name="width">1</property>
7461             <property name="height">1</property>
7462           </packing>
7463         </child>
7464         <child>
7465           <object class="GtkLabel" id="ellipsize39">
7466             <property name="visible">True</property>
7467             <property name="can_focus">False</property>
7468             <property name="label" translatable="yes">end</property>
7469           </object>
7470           <packing>
7471             <property name="left_attach">1</property>
7472             <property name="top_attach">39</property>
7473             <property name="width">1</property>
7474             <property name="height">1</property>
7475           </packing>
7476         </child>
7477         <child>
7478           <object class="GtkLabel" id="width_chars39">
7479             <property name="visible">True</property>
7480             <property name="can_focus">False</property>
7481             <property name="label" translatable="yes">4</property>
7482           </object>
7483           <packing>
7484             <property name="left_attach">2</property>
7485             <property name="top_attach">39</property>
7486             <property name="width">1</property>
7487             <property name="height">1</property>
7488           </packing>
7489         </child>
7490         <child>
7491           <object class="GtkLabel" id="max_width_chars39">
7492             <property name="visible">True</property>
7493             <property name="can_focus">False</property>
7494             <property name="label" translatable="yes">8</property>
7495           </object>
7496           <packing>
7497             <property name="left_attach">3</property>
7498             <property name="top_attach">39</property>
7499             <property name="width">1</property>
7500             <property name="height">1</property>
7501           </packing>
7502         </child>
7503         <child>
7504           <object class="GtkPaned" id="paned39">
7505             <property name="visible">True</property>
7506             <property name="can_focus">True</property>
7507             <child>
7508               <object class="GtkPaned" id="required39">
7509                 <property name="visible">True</property>
7510                 <property name="can_focus">True</property>
7511                 <property name="orientation">vertical</property>
7512                 <child>
7513                   <object class="GtkEventBox" id="required-required-container39">
7514                     <property name="visible">True</property>
7515                     <property name="can_focus">False</property>
7516                     <property name="valign">end</property>
7517                     <property name="halign">end</property>
7518                     <child>
7519                       <object class="GtkLabel" id="required-required39">
7520                         <property name="visible">True</property>
7521                         <property name="can_focus">False</property>
7522                         <property name="label" translatable="yes">ABCDE ABCD</property>
7523                         <property name="xalign">0.0</property>
7524                         <property name="wrap">False</property>
7525                         <property name="ellipsize">end</property>
7526                         <property name="width-chars">4</property>
7527                         <property name="max-width-chars">8</property>
7528                         <attributes>
7529                           <attribute name="font-desc" value="Monospace"/>
7530                         </attributes>
7531                       </object>
7532                     </child>
7533                   </object>
7534                   <packing>
7535                     <property name="resize">False</property>
7536                     <property name="shrink">False</property>
7537                   </packing>
7538                 </child>
7539                 <child>
7540                   <object class="GtkEventBox" id="required-natural-container39">
7541                     <property name="visible">True</property>
7542                     <property name="can_focus">False</property>
7543                     <property name="valign">start</property>
7544                     <property name="halign">end</property>
7545                     <child>
7546                       <object class="GtkLabel" id="required-natural39">
7547                         <property name="visible">True</property>
7548                         <property name="can_focus">False</property>
7549                         <property name="label" translatable="yes">ABCDE ABCD</property>
7550                         <property name="xalign">0.0</property>
7551                         <property name="wrap">False</property>
7552                         <property name="ellipsize">end</property>
7553                         <property name="width-chars">4</property>
7554                         <property name="max-width-chars">8</property>
7555                         <attributes>
7556                           <attribute name="font-desc" value="Monospace"/>
7557                         </attributes>
7558                       </object>
7559                     </child>
7560                   </object>
7561                   <packing>
7562                     <property name="resize">True</property>
7563                     <property name="shrink">False</property>
7564                   </packing>
7565                 </child>
7566               </object>
7567               <packing>
7568                 <property name="resize">False</property>
7569                 <property name="shrink">False</property>
7570               </packing>
7571             </child>
7572             <child>
7573               <object class="GtkPaned" id="natural39">
7574                 <property name="visible">True</property>
7575                 <property name="can_focus">True</property>
7576                 <property name="orientation">vertical</property>
7577                 <child>
7578                   <object class="GtkEventBox" id="natural-required-container39">
7579                     <property name="visible">True</property>
7580                     <property name="can_focus">False</property>
7581                     <property name="valign">end</property>
7582                     <property name="halign">start</property>
7583                     <child>
7584                       <object class="GtkLabel" id="natural-required39">
7585                         <property name="visible">True</property>
7586                         <property name="can_focus">False</property>
7587                         <property name="label" translatable="yes">ABCDE ABCD</property>
7588                         <property name="xalign">0.0</property>
7589                         <property name="wrap">False</property>
7590                         <property name="ellipsize">end</property>
7591                         <property name="width-chars">4</property>
7592                         <property name="max-width-chars">8</property>
7593                         <attributes>
7594                           <attribute name="font-desc" value="Monospace"/>
7595                         </attributes>
7596                       </object>
7597                     </child>
7598                   </object>
7599                   <packing>
7600                     <property name="resize">False</property>
7601                     <property name="shrink">False</property>
7602                   </packing>
7603                 </child>
7604                 <child>
7605                   <object class="GtkEventBox" id="natural-natural-container39">
7606                     <property name="visible">True</property>
7607                     <property name="can_focus">False</property>
7608                     <property name="valign">start</property>
7609                     <property name="halign">start</property>
7610                     <child>
7611                       <object class="GtkLabel" id="natural-natural39">
7612                         <property name="visible">True</property>
7613                         <property name="can_focus">False</property>
7614                         <property name="label" translatable="yes">ABCDE ABCD</property>
7615                         <property name="xalign">0.0</property>
7616                         <property name="wrap">False</property>
7617                         <property name="ellipsize">end</property>
7618                         <property name="width-chars">4</property>
7619                         <property name="max-width-chars">8</property>
7620                         <attributes>
7621                           <attribute name="font-desc" value="Monospace"/>
7622                         </attributes>
7623                       </object>
7624                     </child>
7625                   </object>
7626                   <packing>
7627                     <property name="resize">True</property>
7628                     <property name="shrink">False</property>
7629                   </packing>
7630                 </child>
7631               </object>
7632               <packing>
7633                 <property name="resize">True</property>
7634                 <property name="shrink">False</property>
7635               </packing>
7636             </child>
7637           </object>
7638           <packing>
7639             <property name="left_attach">4</property>
7640             <property name="top_attach">39</property>
7641             <property name="width">1</property>
7642             <property name="height">1</property>
7643           </packing>
7644         </child>
7645         <child>
7646           <object class="GtkLabel" id="wrap40">
7647             <property name="visible">True</property>
7648             <property name="can_focus">False</property>
7649             <property name="label" translatable="yes">True</property>
7650           </object>
7651           <packing>
7652             <property name="left_attach">0</property>
7653             <property name="top_attach">40</property>
7654             <property name="width">1</property>
7655             <property name="height">1</property>
7656           </packing>
7657         </child>
7658         <child>
7659           <object class="GtkLabel" id="ellipsize40">
7660             <property name="visible">True</property>
7661             <property name="can_focus">False</property>
7662             <property name="label" translatable="yes">end</property>
7663           </object>
7664           <packing>
7665             <property name="left_attach">1</property>
7666             <property name="top_attach">40</property>
7667             <property name="width">1</property>
7668             <property name="height">1</property>
7669           </packing>
7670         </child>
7671         <child>
7672           <object class="GtkLabel" id="width_chars40">
7673             <property name="visible">True</property>
7674             <property name="can_focus">False</property>
7675             <property name="label" translatable="yes">4</property>
7676           </object>
7677           <packing>
7678             <property name="left_attach">2</property>
7679             <property name="top_attach">40</property>
7680             <property name="width">1</property>
7681             <property name="height">1</property>
7682           </packing>
7683         </child>
7684         <child>
7685           <object class="GtkLabel" id="max_width_chars40">
7686             <property name="visible">True</property>
7687             <property name="can_focus">False</property>
7688             <property name="label" translatable="yes">8</property>
7689           </object>
7690           <packing>
7691             <property name="left_attach">3</property>
7692             <property name="top_attach">40</property>
7693             <property name="width">1</property>
7694             <property name="height">1</property>
7695           </packing>
7696         </child>
7697         <child>
7698           <object class="GtkPaned" id="paned40">
7699             <property name="visible">True</property>
7700             <property name="can_focus">True</property>
7701             <child>
7702               <object class="GtkPaned" id="required40">
7703                 <property name="visible">True</property>
7704                 <property name="can_focus">True</property>
7705                 <property name="orientation">vertical</property>
7706                 <child>
7707                   <object class="GtkEventBox" id="required-required-container40">
7708                     <property name="visible">True</property>
7709                     <property name="can_focus">False</property>
7710                     <property name="valign">end</property>
7711                     <property name="halign">end</property>
7712                     <child>
7713                       <object class="GtkLabel" id="required-required40">
7714                         <property name="visible">True</property>
7715                         <property name="can_focus">False</property>
7716                         <property name="label" translatable="yes">ABCDE ABCD</property>
7717                         <property name="xalign">0.0</property>
7718                         <property name="wrap">True</property>
7719                         <property name="ellipsize">end</property>
7720                         <property name="width-chars">4</property>
7721                         <property name="max-width-chars">8</property>
7722                         <attributes>
7723                           <attribute name="font-desc" value="Monospace"/>
7724                         </attributes>
7725                       </object>
7726                     </child>
7727                   </object>
7728                   <packing>
7729                     <property name="resize">False</property>
7730                     <property name="shrink">False</property>
7731                   </packing>
7732                 </child>
7733                 <child>
7734                   <object class="GtkEventBox" id="required-natural-container40">
7735                     <property name="visible">True</property>
7736                     <property name="can_focus">False</property>
7737                     <property name="valign">start</property>
7738                     <property name="halign">end</property>
7739                     <child>
7740                       <object class="GtkLabel" id="required-natural40">
7741                         <property name="visible">True</property>
7742                         <property name="can_focus">False</property>
7743                         <property name="label" translatable="yes">ABCDE ABCD</property>
7744                         <property name="xalign">0.0</property>
7745                         <property name="wrap">True</property>
7746                         <property name="ellipsize">end</property>
7747                         <property name="width-chars">4</property>
7748                         <property name="max-width-chars">8</property>
7749                         <attributes>
7750                           <attribute name="font-desc" value="Monospace"/>
7751                         </attributes>
7752                       </object>
7753                     </child>
7754                   </object>
7755                   <packing>
7756                     <property name="resize">True</property>
7757                     <property name="shrink">False</property>
7758                   </packing>
7759                 </child>
7760               </object>
7761               <packing>
7762                 <property name="resize">False</property>
7763                 <property name="shrink">False</property>
7764               </packing>
7765             </child>
7766             <child>
7767               <object class="GtkPaned" id="natural40">
7768                 <property name="visible">True</property>
7769                 <property name="can_focus">True</property>
7770                 <property name="orientation">vertical</property>
7771                 <child>
7772                   <object class="GtkEventBox" id="natural-required-container40">
7773                     <property name="visible">True</property>
7774                     <property name="can_focus">False</property>
7775                     <property name="valign">end</property>
7776                     <property name="halign">start</property>
7777                     <child>
7778                       <object class="GtkLabel" id="natural-required40">
7779                         <property name="visible">True</property>
7780                         <property name="can_focus">False</property>
7781                         <property name="label" translatable="yes">ABCDE ABCD</property>
7782                         <property name="xalign">0.0</property>
7783                         <property name="wrap">True</property>
7784                         <property name="ellipsize">end</property>
7785                         <property name="width-chars">4</property>
7786                         <property name="max-width-chars">8</property>
7787                         <attributes>
7788                           <attribute name="font-desc" value="Monospace"/>
7789                         </attributes>
7790                       </object>
7791                     </child>
7792                   </object>
7793                   <packing>
7794                     <property name="resize">False</property>
7795                     <property name="shrink">False</property>
7796                   </packing>
7797                 </child>
7798                 <child>
7799                   <object class="GtkEventBox" id="natural-natural-container40">
7800                     <property name="visible">True</property>
7801                     <property name="can_focus">False</property>
7802                     <property name="valign">start</property>
7803                     <property name="halign">start</property>
7804                     <child>
7805                       <object class="GtkLabel" id="natural-natural40">
7806                         <property name="visible">True</property>
7807                         <property name="can_focus">False</property>
7808                         <property name="label" translatable="yes">ABCDE ABCD</property>
7809                         <property name="xalign">0.0</property>
7810                         <property name="wrap">True</property>
7811                         <property name="ellipsize">end</property>
7812                         <property name="width-chars">4</property>
7813                         <property name="max-width-chars">8</property>
7814                         <attributes>
7815                           <attribute name="font-desc" value="Monospace"/>
7816                         </attributes>
7817                       </object>
7818                     </child>
7819                   </object>
7820                   <packing>
7821                     <property name="resize">True</property>
7822                     <property name="shrink">False</property>
7823                   </packing>
7824                 </child>
7825               </object>
7826               <packing>
7827                 <property name="resize">True</property>
7828                 <property name="shrink">False</property>
7829               </packing>
7830             </child>
7831           </object>
7832           <packing>
7833             <property name="left_attach">4</property>
7834             <property name="top_attach">40</property>
7835             <property name="width">1</property>
7836             <property name="height">1</property>
7837           </packing>
7838         </child>
7839         <child>
7840           <object class="GtkLabel" id="wrap41">
7841             <property name="visible">True</property>
7842             <property name="can_focus">False</property>
7843             <property name="label" translatable="yes">False</property>
7844           </object>
7845           <packing>
7846             <property name="left_attach">0</property>
7847             <property name="top_attach">41</property>
7848             <property name="width">1</property>
7849             <property name="height">1</property>
7850           </packing>
7851         </child>
7852         <child>
7853           <object class="GtkLabel" id="ellipsize41">
7854             <property name="visible">True</property>
7855             <property name="can_focus">False</property>
7856             <property name="label" translatable="yes">none</property>
7857           </object>
7858           <packing>
7859             <property name="left_attach">1</property>
7860             <property name="top_attach">41</property>
7861             <property name="width">1</property>
7862             <property name="height">1</property>
7863           </packing>
7864         </child>
7865         <child>
7866           <object class="GtkLabel" id="width_chars41">
7867             <property name="visible">True</property>
7868             <property name="can_focus">False</property>
7869             <property name="label" translatable="yes">8</property>
7870           </object>
7871           <packing>
7872             <property name="left_attach">2</property>
7873             <property name="top_attach">41</property>
7874             <property name="width">1</property>
7875             <property name="height">1</property>
7876           </packing>
7877         </child>
7878         <child>
7879           <object class="GtkLabel" id="max_width_chars41">
7880             <property name="visible">True</property>
7881             <property name="can_focus">False</property>
7882             <property name="label" translatable="yes">8</property>
7883           </object>
7884           <packing>
7885             <property name="left_attach">3</property>
7886             <property name="top_attach">41</property>
7887             <property name="width">1</property>
7888             <property name="height">1</property>
7889           </packing>
7890         </child>
7891         <child>
7892           <object class="GtkPaned" id="paned41">
7893             <property name="visible">True</property>
7894             <property name="can_focus">True</property>
7895             <child>
7896               <object class="GtkPaned" id="required41">
7897                 <property name="visible">True</property>
7898                 <property name="can_focus">True</property>
7899                 <property name="orientation">vertical</property>
7900                 <child>
7901                   <object class="GtkEventBox" id="required-required-container41">
7902                     <property name="visible">True</property>
7903                     <property name="can_focus">False</property>
7904                     <property name="valign">end</property>
7905                     <property name="halign">end</property>
7906                     <child>
7907                       <object class="GtkLabel" id="required-required41">
7908                         <property name="visible">True</property>
7909                         <property name="can_focus">False</property>
7910                         <property name="label" translatable="yes">ABCDE ABCD</property>
7911                         <property name="xalign">0.0</property>
7912                         <property name="wrap">False</property>
7913                         <property name="ellipsize">none</property>
7914                         <property name="width-chars">8</property>
7915                         <property name="max-width-chars">8</property>
7916                         <attributes>
7917                           <attribute name="font-desc" value="Monospace"/>
7918                         </attributes>
7919                       </object>
7920                     </child>
7921                   </object>
7922                   <packing>
7923                     <property name="resize">False</property>
7924                     <property name="shrink">False</property>
7925                   </packing>
7926                 </child>
7927                 <child>
7928                   <object class="GtkEventBox" id="required-natural-container41">
7929                     <property name="visible">True</property>
7930                     <property name="can_focus">False</property>
7931                     <property name="valign">start</property>
7932                     <property name="halign">end</property>
7933                     <child>
7934                       <object class="GtkLabel" id="required-natural41">
7935                         <property name="visible">True</property>
7936                         <property name="can_focus">False</property>
7937                         <property name="label" translatable="yes">ABCDE ABCD</property>
7938                         <property name="xalign">0.0</property>
7939                         <property name="wrap">False</property>
7940                         <property name="ellipsize">none</property>
7941                         <property name="width-chars">8</property>
7942                         <property name="max-width-chars">8</property>
7943                         <attributes>
7944                           <attribute name="font-desc" value="Monospace"/>
7945                         </attributes>
7946                       </object>
7947                     </child>
7948                   </object>
7949                   <packing>
7950                     <property name="resize">True</property>
7951                     <property name="shrink">False</property>
7952                   </packing>
7953                 </child>
7954               </object>
7955               <packing>
7956                 <property name="resize">False</property>
7957                 <property name="shrink">False</property>
7958               </packing>
7959             </child>
7960             <child>
7961               <object class="GtkPaned" id="natural41">
7962                 <property name="visible">True</property>
7963                 <property name="can_focus">True</property>
7964                 <property name="orientation">vertical</property>
7965                 <child>
7966                   <object class="GtkEventBox" id="natural-required-container41">
7967                     <property name="visible">True</property>
7968                     <property name="can_focus">False</property>
7969                     <property name="valign">end</property>
7970                     <property name="halign">start</property>
7971                     <child>
7972                       <object class="GtkLabel" id="natural-required41">
7973                         <property name="visible">True</property>
7974                         <property name="can_focus">False</property>
7975                         <property name="label" translatable="yes">ABCDE ABCD</property>
7976                         <property name="xalign">0.0</property>
7977                         <property name="wrap">False</property>
7978                         <property name="ellipsize">none</property>
7979                         <property name="width-chars">8</property>
7980                         <property name="max-width-chars">8</property>
7981                         <attributes>
7982                           <attribute name="font-desc" value="Monospace"/>
7983                         </attributes>
7984                       </object>
7985                     </child>
7986                   </object>
7987                   <packing>
7988                     <property name="resize">False</property>
7989                     <property name="shrink">False</property>
7990                   </packing>
7991                 </child>
7992                 <child>
7993                   <object class="GtkEventBox" id="natural-natural-container41">
7994                     <property name="visible">True</property>
7995                     <property name="can_focus">False</property>
7996                     <property name="valign">start</property>
7997                     <property name="halign">start</property>
7998                     <child>
7999                       <object class="GtkLabel" id="natural-natural41">
8000                         <property name="visible">True</property>
8001                         <property name="can_focus">False</property>
8002                         <property name="label" translatable="yes">ABCDE ABCD</property>
8003                         <property name="xalign">0.0</property>
8004                         <property name="wrap">False</property>
8005                         <property name="ellipsize">none</property>
8006                         <property name="width-chars">8</property>
8007                         <property name="max-width-chars">8</property>
8008                         <attributes>
8009                           <attribute name="font-desc" value="Monospace"/>
8010                         </attributes>
8011                       </object>
8012                     </child>
8013                   </object>
8014                   <packing>
8015                     <property name="resize">True</property>
8016                     <property name="shrink">False</property>
8017                   </packing>
8018                 </child>
8019               </object>
8020               <packing>
8021                 <property name="resize">True</property>
8022                 <property name="shrink">False</property>
8023               </packing>
8024             </child>
8025           </object>
8026           <packing>
8027             <property name="left_attach">4</property>
8028             <property name="top_attach">41</property>
8029             <property name="width">1</property>
8030             <property name="height">1</property>
8031           </packing>
8032         </child>
8033         <child>
8034           <object class="GtkLabel" id="wrap42">
8035             <property name="visible">True</property>
8036             <property name="can_focus">False</property>
8037             <property name="label" translatable="yes">True</property>
8038           </object>
8039           <packing>
8040             <property name="left_attach">0</property>
8041             <property name="top_attach">42</property>
8042             <property name="width">1</property>
8043             <property name="height">1</property>
8044           </packing>
8045         </child>
8046         <child>
8047           <object class="GtkLabel" id="ellipsize42">
8048             <property name="visible">True</property>
8049             <property name="can_focus">False</property>
8050             <property name="label" translatable="yes">none</property>
8051           </object>
8052           <packing>
8053             <property name="left_attach">1</property>
8054             <property name="top_attach">42</property>
8055             <property name="width">1</property>
8056             <property name="height">1</property>
8057           </packing>
8058         </child>
8059         <child>
8060           <object class="GtkLabel" id="width_chars42">
8061             <property name="visible">True</property>
8062             <property name="can_focus">False</property>
8063             <property name="label" translatable="yes">8</property>
8064           </object>
8065           <packing>
8066             <property name="left_attach">2</property>
8067             <property name="top_attach">42</property>
8068             <property name="width">1</property>
8069             <property name="height">1</property>
8070           </packing>
8071         </child>
8072         <child>
8073           <object class="GtkLabel" id="max_width_chars42">
8074             <property name="visible">True</property>
8075             <property name="can_focus">False</property>
8076             <property name="label" translatable="yes">8</property>
8077           </object>
8078           <packing>
8079             <property name="left_attach">3</property>
8080             <property name="top_attach">42</property>
8081             <property name="width">1</property>
8082             <property name="height">1</property>
8083           </packing>
8084         </child>
8085         <child>
8086           <object class="GtkPaned" id="paned42">
8087             <property name="visible">True</property>
8088             <property name="can_focus">True</property>
8089             <child>
8090               <object class="GtkPaned" id="required42">
8091                 <property name="visible">True</property>
8092                 <property name="can_focus">True</property>
8093                 <property name="orientation">vertical</property>
8094                 <child>
8095                   <object class="GtkEventBox" id="required-required-container42">
8096                     <property name="visible">True</property>
8097                     <property name="can_focus">False</property>
8098                     <property name="valign">end</property>
8099                     <property name="halign">end</property>
8100                     <child>
8101                       <object class="GtkLabel" id="required-required42">
8102                         <property name="visible">True</property>
8103                         <property name="can_focus">False</property>
8104                         <property name="label" translatable="yes">ABCDE ABCD</property>
8105                         <property name="xalign">0.0</property>
8106                         <property name="wrap">True</property>
8107                         <property name="ellipsize">none</property>
8108                         <property name="width-chars">8</property>
8109                         <property name="max-width-chars">8</property>
8110                         <attributes>
8111                           <attribute name="font-desc" value="Monospace"/>
8112                         </attributes>
8113                       </object>
8114                     </child>
8115                   </object>
8116                   <packing>
8117                     <property name="resize">False</property>
8118                     <property name="shrink">False</property>
8119                   </packing>
8120                 </child>
8121                 <child>
8122                   <object class="GtkEventBox" id="required-natural-container42">
8123                     <property name="visible">True</property>
8124                     <property name="can_focus">False</property>
8125                     <property name="valign">start</property>
8126                     <property name="halign">end</property>
8127                     <child>
8128                       <object class="GtkLabel" id="required-natural42">
8129                         <property name="visible">True</property>
8130                         <property name="can_focus">False</property>
8131                         <property name="label" translatable="yes">ABCDE ABCD</property>
8132                         <property name="xalign">0.0</property>
8133                         <property name="wrap">True</property>
8134                         <property name="ellipsize">none</property>
8135                         <property name="width-chars">8</property>
8136                         <property name="max-width-chars">8</property>
8137                         <attributes>
8138                           <attribute name="font-desc" value="Monospace"/>
8139                         </attributes>
8140                       </object>
8141                     </child>
8142                   </object>
8143                   <packing>
8144                     <property name="resize">True</property>
8145                     <property name="shrink">False</property>
8146                   </packing>
8147                 </child>
8148               </object>
8149               <packing>
8150                 <property name="resize">False</property>
8151                 <property name="shrink">False</property>
8152               </packing>
8153             </child>
8154             <child>
8155               <object class="GtkPaned" id="natural42">
8156                 <property name="visible">True</property>
8157                 <property name="can_focus">True</property>
8158                 <property name="orientation">vertical</property>
8159                 <child>
8160                   <object class="GtkEventBox" id="natural-required-container42">
8161                     <property name="visible">True</property>
8162                     <property name="can_focus">False</property>
8163                     <property name="valign">end</property>
8164                     <property name="halign">start</property>
8165                     <child>
8166                       <object class="GtkLabel" id="natural-required42">
8167                         <property name="visible">True</property>
8168                         <property name="can_focus">False</property>
8169                         <property name="label" translatable="yes">ABCDE ABCD</property>
8170                         <property name="xalign">0.0</property>
8171                         <property name="wrap">True</property>
8172                         <property name="ellipsize">none</property>
8173                         <property name="width-chars">8</property>
8174                         <property name="max-width-chars">8</property>
8175                         <attributes>
8176                           <attribute name="font-desc" value="Monospace"/>
8177                         </attributes>
8178                       </object>
8179                     </child>
8180                   </object>
8181                   <packing>
8182                     <property name="resize">False</property>
8183                     <property name="shrink">False</property>
8184                   </packing>
8185                 </child>
8186                 <child>
8187                   <object class="GtkEventBox" id="natural-natural-container42">
8188                     <property name="visible">True</property>
8189                     <property name="can_focus">False</property>
8190                     <property name="valign">start</property>
8191                     <property name="halign">start</property>
8192                     <child>
8193                       <object class="GtkLabel" id="natural-natural42">
8194                         <property name="visible">True</property>
8195                         <property name="can_focus">False</property>
8196                         <property name="label" translatable="yes">ABCDE ABCD</property>
8197                         <property name="xalign">0.0</property>
8198                         <property name="wrap">True</property>
8199                         <property name="ellipsize">none</property>
8200                         <property name="width-chars">8</property>
8201                         <property name="max-width-chars">8</property>
8202                         <attributes>
8203                           <attribute name="font-desc" value="Monospace"/>
8204                         </attributes>
8205                       </object>
8206                     </child>
8207                   </object>
8208                   <packing>
8209                     <property name="resize">True</property>
8210                     <property name="shrink">False</property>
8211                   </packing>
8212                 </child>
8213               </object>
8214               <packing>
8215                 <property name="resize">True</property>
8216                 <property name="shrink">False</property>
8217               </packing>
8218             </child>
8219           </object>
8220           <packing>
8221             <property name="left_attach">4</property>
8222             <property name="top_attach">42</property>
8223             <property name="width">1</property>
8224             <property name="height">1</property>
8225           </packing>
8226         </child>
8227         <child>
8228           <object class="GtkLabel" id="wrap43">
8229             <property name="visible">True</property>
8230             <property name="can_focus">False</property>
8231             <property name="label" translatable="yes">False</property>
8232           </object>
8233           <packing>
8234             <property name="left_attach">0</property>
8235             <property name="top_attach">43</property>
8236             <property name="width">1</property>
8237             <property name="height">1</property>
8238           </packing>
8239         </child>
8240         <child>
8241           <object class="GtkLabel" id="ellipsize43">
8242             <property name="visible">True</property>
8243             <property name="can_focus">False</property>
8244             <property name="label" translatable="yes">end</property>
8245           </object>
8246           <packing>
8247             <property name="left_attach">1</property>
8248             <property name="top_attach">43</property>
8249             <property name="width">1</property>
8250             <property name="height">1</property>
8251           </packing>
8252         </child>
8253         <child>
8254           <object class="GtkLabel" id="width_chars43">
8255             <property name="visible">True</property>
8256             <property name="can_focus">False</property>
8257             <property name="label" translatable="yes">8</property>
8258           </object>
8259           <packing>
8260             <property name="left_attach">2</property>
8261             <property name="top_attach">43</property>
8262             <property name="width">1</property>
8263             <property name="height">1</property>
8264           </packing>
8265         </child>
8266         <child>
8267           <object class="GtkLabel" id="max_width_chars43">
8268             <property name="visible">True</property>
8269             <property name="can_focus">False</property>
8270             <property name="label" translatable="yes">8</property>
8271           </object>
8272           <packing>
8273             <property name="left_attach">3</property>
8274             <property name="top_attach">43</property>
8275             <property name="width">1</property>
8276             <property name="height">1</property>
8277           </packing>
8278         </child>
8279         <child>
8280           <object class="GtkPaned" id="paned43">
8281             <property name="visible">True</property>
8282             <property name="can_focus">True</property>
8283             <child>
8284               <object class="GtkPaned" id="required43">
8285                 <property name="visible">True</property>
8286                 <property name="can_focus">True</property>
8287                 <property name="orientation">vertical</property>
8288                 <child>
8289                   <object class="GtkEventBox" id="required-required-container43">
8290                     <property name="visible">True</property>
8291                     <property name="can_focus">False</property>
8292                     <property name="valign">end</property>
8293                     <property name="halign">end</property>
8294                     <child>
8295                       <object class="GtkLabel" id="required-required43">
8296                         <property name="visible">True</property>
8297                         <property name="can_focus">False</property>
8298                         <property name="label" translatable="yes">ABCDE ABCD</property>
8299                         <property name="xalign">0.0</property>
8300                         <property name="wrap">False</property>
8301                         <property name="ellipsize">end</property>
8302                         <property name="width-chars">8</property>
8303                         <property name="max-width-chars">8</property>
8304                         <attributes>
8305                           <attribute name="font-desc" value="Monospace"/>
8306                         </attributes>
8307                       </object>
8308                     </child>
8309                   </object>
8310                   <packing>
8311                     <property name="resize">False</property>
8312                     <property name="shrink">False</property>
8313                   </packing>
8314                 </child>
8315                 <child>
8316                   <object class="GtkEventBox" id="required-natural-container43">
8317                     <property name="visible">True</property>
8318                     <property name="can_focus">False</property>
8319                     <property name="valign">start</property>
8320                     <property name="halign">end</property>
8321                     <child>
8322                       <object class="GtkLabel" id="required-natural43">
8323                         <property name="visible">True</property>
8324                         <property name="can_focus">False</property>
8325                         <property name="label" translatable="yes">ABCDE ABCD</property>
8326                         <property name="xalign">0.0</property>
8327                         <property name="wrap">False</property>
8328                         <property name="ellipsize">end</property>
8329                         <property name="width-chars">8</property>
8330                         <property name="max-width-chars">8</property>
8331                         <attributes>
8332                           <attribute name="font-desc" value="Monospace"/>
8333                         </attributes>
8334                       </object>
8335                     </child>
8336                   </object>
8337                   <packing>
8338                     <property name="resize">True</property>
8339                     <property name="shrink">False</property>
8340                   </packing>
8341                 </child>
8342               </object>
8343               <packing>
8344                 <property name="resize">False</property>
8345                 <property name="shrink">False</property>
8346               </packing>
8347             </child>
8348             <child>
8349               <object class="GtkPaned" id="natural43">
8350                 <property name="visible">True</property>
8351                 <property name="can_focus">True</property>
8352                 <property name="orientation">vertical</property>
8353                 <child>
8354                   <object class="GtkEventBox" id="natural-required-container43">
8355                     <property name="visible">True</property>
8356                     <property name="can_focus">False</property>
8357                     <property name="valign">end</property>
8358                     <property name="halign">start</property>
8359                     <child>
8360                       <object class="GtkLabel" id="natural-required43">
8361                         <property name="visible">True</property>
8362                         <property name="can_focus">False</property>
8363                         <property name="label" translatable="yes">ABCDE ABCD</property>
8364                         <property name="xalign">0.0</property>
8365                         <property name="wrap">False</property>
8366                         <property name="ellipsize">end</property>
8367                         <property name="width-chars">8</property>
8368                         <property name="max-width-chars">8</property>
8369                         <attributes>
8370                           <attribute name="font-desc" value="Monospace"/>
8371                         </attributes>
8372                       </object>
8373                     </child>
8374                   </object>
8375                   <packing>
8376                     <property name="resize">False</property>
8377                     <property name="shrink">False</property>
8378                   </packing>
8379                 </child>
8380                 <child>
8381                   <object class="GtkEventBox" id="natural-natural-container43">
8382                     <property name="visible">True</property>
8383                     <property name="can_focus">False</property>
8384                     <property name="valign">start</property>
8385                     <property name="halign">start</property>
8386                     <child>
8387                       <object class="GtkLabel" id="natural-natural43">
8388                         <property name="visible">True</property>
8389                         <property name="can_focus">False</property>
8390                         <property name="label" translatable="yes">ABCDE ABCD</property>
8391                         <property name="xalign">0.0</property>
8392                         <property name="wrap">False</property>
8393                         <property name="ellipsize">end</property>
8394                         <property name="width-chars">8</property>
8395                         <property name="max-width-chars">8</property>
8396                         <attributes>
8397                           <attribute name="font-desc" value="Monospace"/>
8398                         </attributes>
8399                       </object>
8400                     </child>
8401                   </object>
8402                   <packing>
8403                     <property name="resize">True</property>
8404                     <property name="shrink">False</property>
8405                   </packing>
8406                 </child>
8407               </object>
8408               <packing>
8409                 <property name="resize">True</property>
8410                 <property name="shrink">False</property>
8411               </packing>
8412             </child>
8413           </object>
8414           <packing>
8415             <property name="left_attach">4</property>
8416             <property name="top_attach">43</property>
8417             <property name="width">1</property>
8418             <property name="height">1</property>
8419           </packing>
8420         </child>
8421         <child>
8422           <object class="GtkLabel" id="wrap44">
8423             <property name="visible">True</property>
8424             <property name="can_focus">False</property>
8425             <property name="label" translatable="yes">True</property>
8426           </object>
8427           <packing>
8428             <property name="left_attach">0</property>
8429             <property name="top_attach">44</property>
8430             <property name="width">1</property>
8431             <property name="height">1</property>
8432           </packing>
8433         </child>
8434         <child>
8435           <object class="GtkLabel" id="ellipsize44">
8436             <property name="visible">True</property>
8437             <property name="can_focus">False</property>
8438             <property name="label" translatable="yes">end</property>
8439           </object>
8440           <packing>
8441             <property name="left_attach">1</property>
8442             <property name="top_attach">44</property>
8443             <property name="width">1</property>
8444             <property name="height">1</property>
8445           </packing>
8446         </child>
8447         <child>
8448           <object class="GtkLabel" id="width_chars44">
8449             <property name="visible">True</property>
8450             <property name="can_focus">False</property>
8451             <property name="label" translatable="yes">8</property>
8452           </object>
8453           <packing>
8454             <property name="left_attach">2</property>
8455             <property name="top_attach">44</property>
8456             <property name="width">1</property>
8457             <property name="height">1</property>
8458           </packing>
8459         </child>
8460         <child>
8461           <object class="GtkLabel" id="max_width_chars44">
8462             <property name="visible">True</property>
8463             <property name="can_focus">False</property>
8464             <property name="label" translatable="yes">8</property>
8465           </object>
8466           <packing>
8467             <property name="left_attach">3</property>
8468             <property name="top_attach">44</property>
8469             <property name="width">1</property>
8470             <property name="height">1</property>
8471           </packing>
8472         </child>
8473         <child>
8474           <object class="GtkPaned" id="paned44">
8475             <property name="visible">True</property>
8476             <property name="can_focus">True</property>
8477             <child>
8478               <object class="GtkPaned" id="required44">
8479                 <property name="visible">True</property>
8480                 <property name="can_focus">True</property>
8481                 <property name="orientation">vertical</property>
8482                 <child>
8483                   <object class="GtkEventBox" id="required-required-container44">
8484                     <property name="visible">True</property>
8485                     <property name="can_focus">False</property>
8486                     <property name="valign">end</property>
8487                     <property name="halign">end</property>
8488                     <child>
8489                       <object class="GtkLabel" id="required-required44">
8490                         <property name="visible">True</property>
8491                         <property name="can_focus">False</property>
8492                         <property name="label" translatable="yes">ABCDE ABCD</property>
8493                         <property name="xalign">0.0</property>
8494                         <property name="wrap">True</property>
8495                         <property name="ellipsize">end</property>
8496                         <property name="width-chars">8</property>
8497                         <property name="max-width-chars">8</property>
8498                         <attributes>
8499                           <attribute name="font-desc" value="Monospace"/>
8500                         </attributes>
8501                       </object>
8502                     </child>
8503                   </object>
8504                   <packing>
8505                     <property name="resize">False</property>
8506                     <property name="shrink">False</property>
8507                   </packing>
8508                 </child>
8509                 <child>
8510                   <object class="GtkEventBox" id="required-natural-container44">
8511                     <property name="visible">True</property>
8512                     <property name="can_focus">False</property>
8513                     <property name="valign">start</property>
8514                     <property name="halign">end</property>
8515                     <child>
8516                       <object class="GtkLabel" id="required-natural44">
8517                         <property name="visible">True</property>
8518                         <property name="can_focus">False</property>
8519                         <property name="label" translatable="yes">ABCDE ABCD</property>
8520                         <property name="xalign">0.0</property>
8521                         <property name="wrap">True</property>
8522                         <property name="ellipsize">end</property>
8523                         <property name="width-chars">8</property>
8524                         <property name="max-width-chars">8</property>
8525                         <attributes>
8526                           <attribute name="font-desc" value="Monospace"/>
8527                         </attributes>
8528                       </object>
8529                     </child>
8530                   </object>
8531                   <packing>
8532                     <property name="resize">True</property>
8533                     <property name="shrink">False</property>
8534                   </packing>
8535                 </child>
8536               </object>
8537               <packing>
8538                 <property name="resize">False</property>
8539                 <property name="shrink">False</property>
8540               </packing>
8541             </child>
8542             <child>
8543               <object class="GtkPaned" id="natural44">
8544                 <property name="visible">True</property>
8545                 <property name="can_focus">True</property>
8546                 <property name="orientation">vertical</property>
8547                 <child>
8548                   <object class="GtkEventBox" id="natural-required-container44">
8549                     <property name="visible">True</property>
8550                     <property name="can_focus">False</property>
8551                     <property name="valign">end</property>
8552                     <property name="halign">start</property>
8553                     <child>
8554                       <object class="GtkLabel" id="natural-required44">
8555                         <property name="visible">True</property>
8556                         <property name="can_focus">False</property>
8557                         <property name="label" translatable="yes">ABCDE ABCD</property>
8558                         <property name="xalign">0.0</property>
8559                         <property name="wrap">True</property>
8560                         <property name="ellipsize">end</property>
8561                         <property name="width-chars">8</property>
8562                         <property name="max-width-chars">8</property>
8563                         <attributes>
8564                           <attribute name="font-desc" value="Monospace"/>
8565                         </attributes>
8566                       </object>
8567                     </child>
8568                   </object>
8569                   <packing>
8570                     <property name="resize">False</property>
8571                     <property name="shrink">False</property>
8572                   </packing>
8573                 </child>
8574                 <child>
8575                   <object class="GtkEventBox" id="natural-natural-container44">
8576                     <property name="visible">True</property>
8577                     <property name="can_focus">False</property>
8578                     <property name="valign">start</property>
8579                     <property name="halign">start</property>
8580                     <child>
8581                       <object class="GtkLabel" id="natural-natural44">
8582                         <property name="visible">True</property>
8583                         <property name="can_focus">False</property>
8584                         <property name="label" translatable="yes">ABCDE ABCD</property>
8585                         <property name="xalign">0.0</property>
8586                         <property name="wrap">True</property>
8587                         <property name="ellipsize">end</property>
8588                         <property name="width-chars">8</property>
8589                         <property name="max-width-chars">8</property>
8590                         <attributes>
8591                           <attribute name="font-desc" value="Monospace"/>
8592                         </attributes>
8593                       </object>
8594                     </child>
8595                   </object>
8596                   <packing>
8597                     <property name="resize">True</property>
8598                     <property name="shrink">False</property>
8599                   </packing>
8600                 </child>
8601               </object>
8602               <packing>
8603                 <property name="resize">True</property>
8604                 <property name="shrink">False</property>
8605               </packing>
8606             </child>
8607           </object>
8608           <packing>
8609             <property name="left_attach">4</property>
8610             <property name="top_attach">44</property>
8611             <property name="width">1</property>
8612             <property name="height">1</property>
8613           </packing>
8614         </child>
8615         <child>
8616           <object class="GtkLabel" id="wrap45">
8617             <property name="visible">True</property>
8618             <property name="can_focus">False</property>
8619             <property name="label" translatable="yes">False</property>
8620           </object>
8621           <packing>
8622             <property name="left_attach">0</property>
8623             <property name="top_attach">45</property>
8624             <property name="width">1</property>
8625             <property name="height">1</property>
8626           </packing>
8627         </child>
8628         <child>
8629           <object class="GtkLabel" id="ellipsize45">
8630             <property name="visible">True</property>
8631             <property name="can_focus">False</property>
8632             <property name="label" translatable="yes">none</property>
8633           </object>
8634           <packing>
8635             <property name="left_attach">1</property>
8636             <property name="top_attach">45</property>
8637             <property name="width">1</property>
8638             <property name="height">1</property>
8639           </packing>
8640         </child>
8641         <child>
8642           <object class="GtkLabel" id="width_chars45">
8643             <property name="visible">True</property>
8644             <property name="can_focus">False</property>
8645             <property name="label" translatable="yes">12</property>
8646           </object>
8647           <packing>
8648             <property name="left_attach">2</property>
8649             <property name="top_attach">45</property>
8650             <property name="width">1</property>
8651             <property name="height">1</property>
8652           </packing>
8653         </child>
8654         <child>
8655           <object class="GtkLabel" id="max_width_chars45">
8656             <property name="visible">True</property>
8657             <property name="can_focus">False</property>
8658             <property name="label" translatable="yes">8</property>
8659           </object>
8660           <packing>
8661             <property name="left_attach">3</property>
8662             <property name="top_attach">45</property>
8663             <property name="width">1</property>
8664             <property name="height">1</property>
8665           </packing>
8666         </child>
8667         <child>
8668           <object class="GtkPaned" id="paned45">
8669             <property name="visible">True</property>
8670             <property name="can_focus">True</property>
8671             <child>
8672               <object class="GtkPaned" id="required45">
8673                 <property name="visible">True</property>
8674                 <property name="can_focus">True</property>
8675                 <property name="orientation">vertical</property>
8676                 <child>
8677                   <object class="GtkEventBox" id="required-required-container45">
8678                     <property name="visible">True</property>
8679                     <property name="can_focus">False</property>
8680                     <property name="valign">end</property>
8681                     <property name="halign">end</property>
8682                     <child>
8683                       <object class="GtkLabel" id="required-required45">
8684                         <property name="visible">True</property>
8685                         <property name="can_focus">False</property>
8686                         <property name="label" translatable="yes">ABCDE ABCD</property>
8687                         <property name="xalign">0.0</property>
8688                         <property name="wrap">False</property>
8689                         <property name="ellipsize">none</property>
8690                         <property name="width-chars">12</property>
8691                         <property name="max-width-chars">8</property>
8692                         <attributes>
8693                           <attribute name="font-desc" value="Monospace"/>
8694                         </attributes>
8695                       </object>
8696                     </child>
8697                   </object>
8698                   <packing>
8699                     <property name="resize">False</property>
8700                     <property name="shrink">False</property>
8701                   </packing>
8702                 </child>
8703                 <child>
8704                   <object class="GtkEventBox" id="required-natural-container45">
8705                     <property name="visible">True</property>
8706                     <property name="can_focus">False</property>
8707                     <property name="valign">start</property>
8708                     <property name="halign">end</property>
8709                     <child>
8710                       <object class="GtkLabel" id="required-natural45">
8711                         <property name="visible">True</property>
8712                         <property name="can_focus">False</property>
8713                         <property name="label" translatable="yes">ABCDE ABCD</property>
8714                         <property name="xalign">0.0</property>
8715                         <property name="wrap">False</property>
8716                         <property name="ellipsize">none</property>
8717                         <property name="width-chars">12</property>
8718                         <property name="max-width-chars">8</property>
8719                         <attributes>
8720                           <attribute name="font-desc" value="Monospace"/>
8721                         </attributes>
8722                       </object>
8723                     </child>
8724                   </object>
8725                   <packing>
8726                     <property name="resize">True</property>
8727                     <property name="shrink">False</property>
8728                   </packing>
8729                 </child>
8730               </object>
8731               <packing>
8732                 <property name="resize">False</property>
8733                 <property name="shrink">False</property>
8734               </packing>
8735             </child>
8736             <child>
8737               <object class="GtkPaned" id="natural45">
8738                 <property name="visible">True</property>
8739                 <property name="can_focus">True</property>
8740                 <property name="orientation">vertical</property>
8741                 <child>
8742                   <object class="GtkEventBox" id="natural-required-container45">
8743                     <property name="visible">True</property>
8744                     <property name="can_focus">False</property>
8745                     <property name="valign">end</property>
8746                     <property name="halign">start</property>
8747                     <child>
8748                       <object class="GtkLabel" id="natural-required45">
8749                         <property name="visible">True</property>
8750                         <property name="can_focus">False</property>
8751                         <property name="label" translatable="yes">ABCDE ABCD</property>
8752                         <property name="xalign">0.0</property>
8753                         <property name="wrap">False</property>
8754                         <property name="ellipsize">none</property>
8755                         <property name="width-chars">12</property>
8756                         <property name="max-width-chars">8</property>
8757                         <attributes>
8758                           <attribute name="font-desc" value="Monospace"/>
8759                         </attributes>
8760                       </object>
8761                     </child>
8762                   </object>
8763                   <packing>
8764                     <property name="resize">False</property>
8765                     <property name="shrink">False</property>
8766                   </packing>
8767                 </child>
8768                 <child>
8769                   <object class="GtkEventBox" id="natural-natural-container45">
8770                     <property name="visible">True</property>
8771                     <property name="can_focus">False</property>
8772                     <property name="valign">start</property>
8773                     <property name="halign">start</property>
8774                     <child>
8775                       <object class="GtkLabel" id="natural-natural45">
8776                         <property name="visible">True</property>
8777                         <property name="can_focus">False</property>
8778                         <property name="label" translatable="yes">ABCDE ABCD</property>
8779                         <property name="xalign">0.0</property>
8780                         <property name="wrap">False</property>
8781                         <property name="ellipsize">none</property>
8782                         <property name="width-chars">12</property>
8783                         <property name="max-width-chars">8</property>
8784                         <attributes>
8785                           <attribute name="font-desc" value="Monospace"/>
8786                         </attributes>
8787                       </object>
8788                     </child>
8789                   </object>
8790                   <packing>
8791                     <property name="resize">True</property>
8792                     <property name="shrink">False</property>
8793                   </packing>
8794                 </child>
8795               </object>
8796               <packing>
8797                 <property name="resize">True</property>
8798                 <property name="shrink">False</property>
8799               </packing>
8800             </child>
8801           </object>
8802           <packing>
8803             <property name="left_attach">4</property>
8804             <property name="top_attach">45</property>
8805             <property name="width">1</property>
8806             <property name="height">1</property>
8807           </packing>
8808         </child>
8809         <child>
8810           <object class="GtkLabel" id="wrap46">
8811             <property name="visible">True</property>
8812             <property name="can_focus">False</property>
8813             <property name="label" translatable="yes">True</property>
8814           </object>
8815           <packing>
8816             <property name="left_attach">0</property>
8817             <property name="top_attach">46</property>
8818             <property name="width">1</property>
8819             <property name="height">1</property>
8820           </packing>
8821         </child>
8822         <child>
8823           <object class="GtkLabel" id="ellipsize46">
8824             <property name="visible">True</property>
8825             <property name="can_focus">False</property>
8826             <property name="label" translatable="yes">none</property>
8827           </object>
8828           <packing>
8829             <property name="left_attach">1</property>
8830             <property name="top_attach">46</property>
8831             <property name="width">1</property>
8832             <property name="height">1</property>
8833           </packing>
8834         </child>
8835         <child>
8836           <object class="GtkLabel" id="width_chars46">
8837             <property name="visible">True</property>
8838             <property name="can_focus">False</property>
8839             <property name="label" translatable="yes">12</property>
8840           </object>
8841           <packing>
8842             <property name="left_attach">2</property>
8843             <property name="top_attach">46</property>
8844             <property name="width">1</property>
8845             <property name="height">1</property>
8846           </packing>
8847         </child>
8848         <child>
8849           <object class="GtkLabel" id="max_width_chars46">
8850             <property name="visible">True</property>
8851             <property name="can_focus">False</property>
8852             <property name="label" translatable="yes">8</property>
8853           </object>
8854           <packing>
8855             <property name="left_attach">3</property>
8856             <property name="top_attach">46</property>
8857             <property name="width">1</property>
8858             <property name="height">1</property>
8859           </packing>
8860         </child>
8861         <child>
8862           <object class="GtkPaned" id="paned46">
8863             <property name="visible">True</property>
8864             <property name="can_focus">True</property>
8865             <child>
8866               <object class="GtkPaned" id="required46">
8867                 <property name="visible">True</property>
8868                 <property name="can_focus">True</property>
8869                 <property name="orientation">vertical</property>
8870                 <child>
8871                   <object class="GtkEventBox" id="required-required-container46">
8872                     <property name="visible">True</property>
8873                     <property name="can_focus">False</property>
8874                     <property name="valign">end</property>
8875                     <property name="halign">end</property>
8876                     <child>
8877                       <object class="GtkLabel" id="required-required46">
8878                         <property name="visible">True</property>
8879                         <property name="can_focus">False</property>
8880                         <property name="label" translatable="yes">ABCDE ABCD</property>
8881                         <property name="xalign">0.0</property>
8882                         <property name="wrap">True</property>
8883                         <property name="ellipsize">none</property>
8884                         <property name="width-chars">12</property>
8885                         <property name="max-width-chars">8</property>
8886                         <attributes>
8887                           <attribute name="font-desc" value="Monospace"/>
8888                         </attributes>
8889                       </object>
8890                     </child>
8891                   </object>
8892                   <packing>
8893                     <property name="resize">False</property>
8894                     <property name="shrink">False</property>
8895                   </packing>
8896                 </child>
8897                 <child>
8898                   <object class="GtkEventBox" id="required-natural-container46">
8899                     <property name="visible">True</property>
8900                     <property name="can_focus">False</property>
8901                     <property name="valign">start</property>
8902                     <property name="halign">end</property>
8903                     <child>
8904                       <object class="GtkLabel" id="required-natural46">
8905                         <property name="visible">True</property>
8906                         <property name="can_focus">False</property>
8907                         <property name="label" translatable="yes">ABCDE ABCD</property>
8908                         <property name="xalign">0.0</property>
8909                         <property name="wrap">True</property>
8910                         <property name="ellipsize">none</property>
8911                         <property name="width-chars">12</property>
8912                         <property name="max-width-chars">8</property>
8913                         <attributes>
8914                           <attribute name="font-desc" value="Monospace"/>
8915                         </attributes>
8916                       </object>
8917                     </child>
8918                   </object>
8919                   <packing>
8920                     <property name="resize">True</property>
8921                     <property name="shrink">False</property>
8922                   </packing>
8923                 </child>
8924               </object>
8925               <packing>
8926                 <property name="resize">False</property>
8927                 <property name="shrink">False</property>
8928               </packing>
8929             </child>
8930             <child>
8931               <object class="GtkPaned" id="natural46">
8932                 <property name="visible">True</property>
8933                 <property name="can_focus">True</property>
8934                 <property name="orientation">vertical</property>
8935                 <child>
8936                   <object class="GtkEventBox" id="natural-required-container46">
8937                     <property name="visible">True</property>
8938                     <property name="can_focus">False</property>
8939                     <property name="valign">end</property>
8940                     <property name="halign">start</property>
8941                     <child>
8942                       <object class="GtkLabel" id="natural-required46">
8943                         <property name="visible">True</property>
8944                         <property name="can_focus">False</property>
8945                         <property name="label" translatable="yes">ABCDE ABCD</property>
8946                         <property name="xalign">0.0</property>
8947                         <property name="wrap">True</property>
8948                         <property name="ellipsize">none</property>
8949                         <property name="width-chars">12</property>
8950                         <property name="max-width-chars">8</property>
8951                         <attributes>
8952                           <attribute name="font-desc" value="Monospace"/>
8953                         </attributes>
8954                       </object>
8955                     </child>
8956                   </object>
8957                   <packing>
8958                     <property name="resize">False</property>
8959                     <property name="shrink">False</property>
8960                   </packing>
8961                 </child>
8962                 <child>
8963                   <object class="GtkEventBox" id="natural-natural-container46">
8964                     <property name="visible">True</property>
8965                     <property name="can_focus">False</property>
8966                     <property name="valign">start</property>
8967                     <property name="halign">start</property>
8968                     <child>
8969                       <object class="GtkLabel" id="natural-natural46">
8970                         <property name="visible">True</property>
8971                         <property name="can_focus">False</property>
8972                         <property name="label" translatable="yes">ABCDE ABCD</property>
8973                         <property name="xalign">0.0</property>
8974                         <property name="wrap">True</property>
8975                         <property name="ellipsize">none</property>
8976                         <property name="width-chars">12</property>
8977                         <property name="max-width-chars">8</property>
8978                         <attributes>
8979                           <attribute name="font-desc" value="Monospace"/>
8980                         </attributes>
8981                       </object>
8982                     </child>
8983                   </object>
8984                   <packing>
8985                     <property name="resize">True</property>
8986                     <property name="shrink">False</property>
8987                   </packing>
8988                 </child>
8989               </object>
8990               <packing>
8991                 <property name="resize">True</property>
8992                 <property name="shrink">False</property>
8993               </packing>
8994             </child>
8995           </object>
8996           <packing>
8997             <property name="left_attach">4</property>
8998             <property name="top_attach">46</property>
8999             <property name="width">1</property>
9000             <property name="height">1</property>
9001           </packing>
9002         </child>
9003         <child>
9004           <object class="GtkLabel" id="wrap47">
9005             <property name="visible">True</property>
9006             <property name="can_focus">False</property>
9007             <property name="label" translatable="yes">False</property>
9008           </object>
9009           <packing>
9010             <property name="left_attach">0</property>
9011             <property name="top_attach">47</property>
9012             <property name="width">1</property>
9013             <property name="height">1</property>
9014           </packing>
9015         </child>
9016         <child>
9017           <object class="GtkLabel" id="ellipsize47">
9018             <property name="visible">True</property>
9019             <property name="can_focus">False</property>
9020             <property name="label" translatable="yes">end</property>
9021           </object>
9022           <packing>
9023             <property name="left_attach">1</property>
9024             <property name="top_attach">47</property>
9025             <property name="width">1</property>
9026             <property name="height">1</property>
9027           </packing>
9028         </child>
9029         <child>
9030           <object class="GtkLabel" id="width_chars47">
9031             <property name="visible">True</property>
9032             <property name="can_focus">False</property>
9033             <property name="label" translatable="yes">12</property>
9034           </object>
9035           <packing>
9036             <property name="left_attach">2</property>
9037             <property name="top_attach">47</property>
9038             <property name="width">1</property>
9039             <property name="height">1</property>
9040           </packing>
9041         </child>
9042         <child>
9043           <object class="GtkLabel" id="max_width_chars47">
9044             <property name="visible">True</property>
9045             <property name="can_focus">False</property>
9046             <property name="label" translatable="yes">8</property>
9047           </object>
9048           <packing>
9049             <property name="left_attach">3</property>
9050             <property name="top_attach">47</property>
9051             <property name="width">1</property>
9052             <property name="height">1</property>
9053           </packing>
9054         </child>
9055         <child>
9056           <object class="GtkPaned" id="paned47">
9057             <property name="visible">True</property>
9058             <property name="can_focus">True</property>
9059             <child>
9060               <object class="GtkPaned" id="required47">
9061                 <property name="visible">True</property>
9062                 <property name="can_focus">True</property>
9063                 <property name="orientation">vertical</property>
9064                 <child>
9065                   <object class="GtkEventBox" id="required-required-container47">
9066                     <property name="visible">True</property>
9067                     <property name="can_focus">False</property>
9068                     <property name="valign">end</property>
9069                     <property name="halign">end</property>
9070                     <child>
9071                       <object class="GtkLabel" id="required-required47">
9072                         <property name="visible">True</property>
9073                         <property name="can_focus">False</property>
9074                         <property name="label" translatable="yes">ABCDE ABCD</property>
9075                         <property name="xalign">0.0</property>
9076                         <property name="wrap">False</property>
9077                         <property name="ellipsize">end</property>
9078                         <property name="width-chars">12</property>
9079                         <property name="max-width-chars">8</property>
9080                         <attributes>
9081                           <attribute name="font-desc" value="Monospace"/>
9082                         </attributes>
9083                       </object>
9084                     </child>
9085                   </object>
9086                   <packing>
9087                     <property name="resize">False</property>
9088                     <property name="shrink">False</property>
9089                   </packing>
9090                 </child>
9091                 <child>
9092                   <object class="GtkEventBox" id="required-natural-container47">
9093                     <property name="visible">True</property>
9094                     <property name="can_focus">False</property>
9095                     <property name="valign">start</property>
9096                     <property name="halign">end</property>
9097                     <child>
9098                       <object class="GtkLabel" id="required-natural47">
9099                         <property name="visible">True</property>
9100                         <property name="can_focus">False</property>
9101                         <property name="label" translatable="yes">ABCDE ABCD</property>
9102                         <property name="xalign">0.0</property>
9103                         <property name="wrap">False</property>
9104                         <property name="ellipsize">end</property>
9105                         <property name="width-chars">12</property>
9106                         <property name="max-width-chars">8</property>
9107                         <attributes>
9108                           <attribute name="font-desc" value="Monospace"/>
9109                         </attributes>
9110                       </object>
9111                     </child>
9112                   </object>
9113                   <packing>
9114                     <property name="resize">True</property>
9115                     <property name="shrink">False</property>
9116                   </packing>
9117                 </child>
9118               </object>
9119               <packing>
9120                 <property name="resize">False</property>
9121                 <property name="shrink">False</property>
9122               </packing>
9123             </child>
9124             <child>
9125               <object class="GtkPaned" id="natural47">
9126                 <property name="visible">True</property>
9127                 <property name="can_focus">True</property>
9128                 <property name="orientation">vertical</property>
9129                 <child>
9130                   <object class="GtkEventBox" id="natural-required-container47">
9131                     <property name="visible">True</property>
9132                     <property name="can_focus">False</property>
9133                     <property name="valign">end</property>
9134                     <property name="halign">start</property>
9135                     <child>
9136                       <object class="GtkLabel" id="natural-required47">
9137                         <property name="visible">True</property>
9138                         <property name="can_focus">False</property>
9139                         <property name="label" translatable="yes">ABCDE ABCD</property>
9140                         <property name="xalign">0.0</property>
9141                         <property name="wrap">False</property>
9142                         <property name="ellipsize">end</property>
9143                         <property name="width-chars">12</property>
9144                         <property name="max-width-chars">8</property>
9145                         <attributes>
9146                           <attribute name="font-desc" value="Monospace"/>
9147                         </attributes>
9148                       </object>
9149                     </child>
9150                   </object>
9151                   <packing>
9152                     <property name="resize">False</property>
9153                     <property name="shrink">False</property>
9154                   </packing>
9155                 </child>
9156                 <child>
9157                   <object class="GtkEventBox" id="natural-natural-container47">
9158                     <property name="visible">True</property>
9159                     <property name="can_focus">False</property>
9160                     <property name="valign">start</property>
9161                     <property name="halign">start</property>
9162                     <child>
9163                       <object class="GtkLabel" id="natural-natural47">
9164                         <property name="visible">True</property>
9165                         <property name="can_focus">False</property>
9166                         <property name="label" translatable="yes">ABCDE ABCD</property>
9167                         <property name="xalign">0.0</property>
9168                         <property name="wrap">False</property>
9169                         <property name="ellipsize">end</property>
9170                         <property name="width-chars">12</property>
9171                         <property name="max-width-chars">8</property>
9172                         <attributes>
9173                           <attribute name="font-desc" value="Monospace"/>
9174                         </attributes>
9175                       </object>
9176                     </child>
9177                   </object>
9178                   <packing>
9179                     <property name="resize">True</property>
9180                     <property name="shrink">False</property>
9181                   </packing>
9182                 </child>
9183               </object>
9184               <packing>
9185                 <property name="resize">True</property>
9186                 <property name="shrink">False</property>
9187               </packing>
9188             </child>
9189           </object>
9190           <packing>
9191             <property name="left_attach">4</property>
9192             <property name="top_attach">47</property>
9193             <property name="width">1</property>
9194             <property name="height">1</property>
9195           </packing>
9196         </child>
9197         <child>
9198           <object class="GtkLabel" id="wrap48">
9199             <property name="visible">True</property>
9200             <property name="can_focus">False</property>
9201             <property name="label" translatable="yes">True</property>
9202           </object>
9203           <packing>
9204             <property name="left_attach">0</property>
9205             <property name="top_attach">48</property>
9206             <property name="width">1</property>
9207             <property name="height">1</property>
9208           </packing>
9209         </child>
9210         <child>
9211           <object class="GtkLabel" id="ellipsize48">
9212             <property name="visible">True</property>
9213             <property name="can_focus">False</property>
9214             <property name="label" translatable="yes">end</property>
9215           </object>
9216           <packing>
9217             <property name="left_attach">1</property>
9218             <property name="top_attach">48</property>
9219             <property name="width">1</property>
9220             <property name="height">1</property>
9221           </packing>
9222         </child>
9223         <child>
9224           <object class="GtkLabel" id="width_chars48">
9225             <property name="visible">True</property>
9226             <property name="can_focus">False</property>
9227             <property name="label" translatable="yes">12</property>
9228           </object>
9229           <packing>
9230             <property name="left_attach">2</property>
9231             <property name="top_attach">48</property>
9232             <property name="width">1</property>
9233             <property name="height">1</property>
9234           </packing>
9235         </child>
9236         <child>
9237           <object class="GtkLabel" id="max_width_chars48">
9238             <property name="visible">True</property>
9239             <property name="can_focus">False</property>
9240             <property name="label" translatable="yes">8</property>
9241           </object>
9242           <packing>
9243             <property name="left_attach">3</property>
9244             <property name="top_attach">48</property>
9245             <property name="width">1</property>
9246             <property name="height">1</property>
9247           </packing>
9248         </child>
9249         <child>
9250           <object class="GtkPaned" id="paned48">
9251             <property name="visible">True</property>
9252             <property name="can_focus">True</property>
9253             <child>
9254               <object class="GtkPaned" id="required48">
9255                 <property name="visible">True</property>
9256                 <property name="can_focus">True</property>
9257                 <property name="orientation">vertical</property>
9258                 <child>
9259                   <object class="GtkEventBox" id="required-required-container48">
9260                     <property name="visible">True</property>
9261                     <property name="can_focus">False</property>
9262                     <property name="valign">end</property>
9263                     <property name="halign">end</property>
9264                     <child>
9265                       <object class="GtkLabel" id="required-required48">
9266                         <property name="visible">True</property>
9267                         <property name="can_focus">False</property>
9268                         <property name="label" translatable="yes">ABCDE ABCD</property>
9269                         <property name="xalign">0.0</property>
9270                         <property name="wrap">True</property>
9271                         <property name="ellipsize">end</property>
9272                         <property name="width-chars">12</property>
9273                         <property name="max-width-chars">8</property>
9274                         <attributes>
9275                           <attribute name="font-desc" value="Monospace"/>
9276                         </attributes>
9277                       </object>
9278                     </child>
9279                   </object>
9280                   <packing>
9281                     <property name="resize">False</property>
9282                     <property name="shrink">False</property>
9283                   </packing>
9284                 </child>
9285                 <child>
9286                   <object class="GtkEventBox" id="required-natural-container48">
9287                     <property name="visible">True</property>
9288                     <property name="can_focus">False</property>
9289                     <property name="valign">start</property>
9290                     <property name="halign">end</property>
9291                     <child>
9292                       <object class="GtkLabel" id="required-natural48">
9293                         <property name="visible">True</property>
9294                         <property name="can_focus">False</property>
9295                         <property name="label" translatable="yes">ABCDE ABCD</property>
9296                         <property name="xalign">0.0</property>
9297                         <property name="wrap">True</property>
9298                         <property name="ellipsize">end</property>
9299                         <property name="width-chars">12</property>
9300                         <property name="max-width-chars">8</property>
9301                         <attributes>
9302                           <attribute name="font-desc" value="Monospace"/>
9303                         </attributes>
9304                       </object>
9305                     </child>
9306                   </object>
9307                   <packing>
9308                     <property name="resize">True</property>
9309                     <property name="shrink">False</property>
9310                   </packing>
9311                 </child>
9312               </object>
9313               <packing>
9314                 <property name="resize">False</property>
9315                 <property name="shrink">False</property>
9316               </packing>
9317             </child>
9318             <child>
9319               <object class="GtkPaned" id="natural48">
9320                 <property name="visible">True</property>
9321                 <property name="can_focus">True</property>
9322                 <property name="orientation">vertical</property>
9323                 <child>
9324                   <object class="GtkEventBox" id="natural-required-container48">
9325                     <property name="visible">True</property>
9326                     <property name="can_focus">False</property>
9327                     <property name="valign">end</property>
9328                     <property name="halign">start</property>
9329                     <child>
9330                       <object class="GtkLabel" id="natural-required48">
9331                         <property name="visible">True</property>
9332                         <property name="can_focus">False</property>
9333                         <property name="label" translatable="yes">ABCDE ABCD</property>
9334                         <property name="xalign">0.0</property>
9335                         <property name="wrap">True</property>
9336                         <property name="ellipsize">end</property>
9337                         <property name="width-chars">12</property>
9338                         <property name="max-width-chars">8</property>
9339                         <attributes>
9340                           <attribute name="font-desc" value="Monospace"/>
9341                         </attributes>
9342                       </object>
9343                     </child>
9344                   </object>
9345                   <packing>
9346                     <property name="resize">False</property>
9347                     <property name="shrink">False</property>
9348                   </packing>
9349                 </child>
9350                 <child>
9351                   <object class="GtkEventBox" id="natural-natural-container48">
9352                     <property name="visible">True</property>
9353                     <property name="can_focus">False</property>
9354                     <property name="valign">start</property>
9355                     <property name="halign">start</property>
9356                     <child>
9357                       <object class="GtkLabel" id="natural-natural48">
9358                         <property name="visible">True</property>
9359                         <property name="can_focus">False</property>
9360                         <property name="label" translatable="yes">ABCDE ABCD</property>
9361                         <property name="xalign">0.0</property>
9362                         <property name="wrap">True</property>
9363                         <property name="ellipsize">end</property>
9364                         <property name="width-chars">12</property>
9365                         <property name="max-width-chars">8</property>
9366                         <attributes>
9367                           <attribute name="font-desc" value="Monospace"/>
9368                         </attributes>
9369                       </object>
9370                     </child>
9371                   </object>
9372                   <packing>
9373                     <property name="resize">True</property>
9374                     <property name="shrink">False</property>
9375                   </packing>
9376                 </child>
9377               </object>
9378               <packing>
9379                 <property name="resize">True</property>
9380                 <property name="shrink">False</property>
9381               </packing>
9382             </child>
9383           </object>
9384           <packing>
9385             <property name="left_attach">4</property>
9386             <property name="top_attach">48</property>
9387             <property name="width">1</property>
9388             <property name="height">1</property>
9389           </packing>
9390         </child>
9391         <child>
9392           <object class="GtkLabel" id="wrap49">
9393             <property name="visible">True</property>
9394             <property name="can_focus">False</property>
9395             <property name="label" translatable="yes">False</property>
9396           </object>
9397           <packing>
9398             <property name="left_attach">0</property>
9399             <property name="top_attach">49</property>
9400             <property name="width">1</property>
9401             <property name="height">1</property>
9402           </packing>
9403         </child>
9404         <child>
9405           <object class="GtkLabel" id="ellipsize49">
9406             <property name="visible">True</property>
9407             <property name="can_focus">False</property>
9408             <property name="label" translatable="yes">none</property>
9409           </object>
9410           <packing>
9411             <property name="left_attach">1</property>
9412             <property name="top_attach">49</property>
9413             <property name="width">1</property>
9414             <property name="height">1</property>
9415           </packing>
9416         </child>
9417         <child>
9418           <object class="GtkLabel" id="width_chars49">
9419             <property name="visible">True</property>
9420             <property name="can_focus">False</property>
9421             <property name="label" translatable="yes">-1</property>
9422           </object>
9423           <packing>
9424             <property name="left_attach">2</property>
9425             <property name="top_attach">49</property>
9426             <property name="width">1</property>
9427             <property name="height">1</property>
9428           </packing>
9429         </child>
9430         <child>
9431           <object class="GtkLabel" id="max_width_chars49">
9432             <property name="visible">True</property>
9433             <property name="can_focus">False</property>
9434             <property name="label" translatable="yes">12</property>
9435           </object>
9436           <packing>
9437             <property name="left_attach">3</property>
9438             <property name="top_attach">49</property>
9439             <property name="width">1</property>
9440             <property name="height">1</property>
9441           </packing>
9442         </child>
9443         <child>
9444           <object class="GtkPaned" id="paned49">
9445             <property name="visible">True</property>
9446             <property name="can_focus">True</property>
9447             <child>
9448               <object class="GtkPaned" id="required49">
9449                 <property name="visible">True</property>
9450                 <property name="can_focus">True</property>
9451                 <property name="orientation">vertical</property>
9452                 <child>
9453                   <object class="GtkEventBox" id="required-required-container49">
9454                     <property name="visible">True</property>
9455                     <property name="can_focus">False</property>
9456                     <property name="valign">end</property>
9457                     <property name="halign">end</property>
9458                     <child>
9459                       <object class="GtkLabel" id="required-required49">
9460                         <property name="visible">True</property>
9461                         <property name="can_focus">False</property>
9462                         <property name="label" translatable="yes">ABCDE ABCD</property>
9463                         <property name="xalign">0.0</property>
9464                         <property name="wrap">False</property>
9465                         <property name="ellipsize">none</property>
9466                         <property name="width-chars">-1</property>
9467                         <property name="max-width-chars">12</property>
9468                         <attributes>
9469                           <attribute name="font-desc" value="Monospace"/>
9470                         </attributes>
9471                       </object>
9472                     </child>
9473                   </object>
9474                   <packing>
9475                     <property name="resize">False</property>
9476                     <property name="shrink">False</property>
9477                   </packing>
9478                 </child>
9479                 <child>
9480                   <object class="GtkEventBox" id="required-natural-container49">
9481                     <property name="visible">True</property>
9482                     <property name="can_focus">False</property>
9483                     <property name="valign">start</property>
9484                     <property name="halign">end</property>
9485                     <child>
9486                       <object class="GtkLabel" id="required-natural49">
9487                         <property name="visible">True</property>
9488                         <property name="can_focus">False</property>
9489                         <property name="label" translatable="yes">ABCDE ABCD</property>
9490                         <property name="xalign">0.0</property>
9491                         <property name="wrap">False</property>
9492                         <property name="ellipsize">none</property>
9493                         <property name="width-chars">-1</property>
9494                         <property name="max-width-chars">12</property>
9495                         <attributes>
9496                           <attribute name="font-desc" value="Monospace"/>
9497                         </attributes>
9498                       </object>
9499                     </child>
9500                   </object>
9501                   <packing>
9502                     <property name="resize">True</property>
9503                     <property name="shrink">False</property>
9504                   </packing>
9505                 </child>
9506               </object>
9507               <packing>
9508                 <property name="resize">False</property>
9509                 <property name="shrink">False</property>
9510               </packing>
9511             </child>
9512             <child>
9513               <object class="GtkPaned" id="natural49">
9514                 <property name="visible">True</property>
9515                 <property name="can_focus">True</property>
9516                 <property name="orientation">vertical</property>
9517                 <child>
9518                   <object class="GtkEventBox" id="natural-required-container49">
9519                     <property name="visible">True</property>
9520                     <property name="can_focus">False</property>
9521                     <property name="valign">end</property>
9522                     <property name="halign">start</property>
9523                     <child>
9524                       <object class="GtkLabel" id="natural-required49">
9525                         <property name="visible">True</property>
9526                         <property name="can_focus">False</property>
9527                         <property name="label" translatable="yes">ABCDE ABCD</property>
9528                         <property name="xalign">0.0</property>
9529                         <property name="wrap">False</property>
9530                         <property name="ellipsize">none</property>
9531                         <property name="width-chars">-1</property>
9532                         <property name="max-width-chars">12</property>
9533                         <attributes>
9534                           <attribute name="font-desc" value="Monospace"/>
9535                         </attributes>
9536                       </object>
9537                     </child>
9538                   </object>
9539                   <packing>
9540                     <property name="resize">False</property>
9541                     <property name="shrink">False</property>
9542                   </packing>
9543                 </child>
9544                 <child>
9545                   <object class="GtkEventBox" id="natural-natural-container49">
9546                     <property name="visible">True</property>
9547                     <property name="can_focus">False</property>
9548                     <property name="valign">start</property>
9549                     <property name="halign">start</property>
9550                     <child>
9551                       <object class="GtkLabel" id="natural-natural49">
9552                         <property name="visible">True</property>
9553                         <property name="can_focus">False</property>
9554                         <property name="label" translatable="yes">ABCDE ABCD</property>
9555                         <property name="xalign">0.0</property>
9556                         <property name="wrap">False</property>
9557                         <property name="ellipsize">none</property>
9558                         <property name="width-chars">-1</property>
9559                         <property name="max-width-chars">12</property>
9560                         <attributes>
9561                           <attribute name="font-desc" value="Monospace"/>
9562                         </attributes>
9563                       </object>
9564                     </child>
9565                   </object>
9566                   <packing>
9567                     <property name="resize">True</property>
9568                     <property name="shrink">False</property>
9569                   </packing>
9570                 </child>
9571               </object>
9572               <packing>
9573                 <property name="resize">True</property>
9574                 <property name="shrink">False</property>
9575               </packing>
9576             </child>
9577           </object>
9578           <packing>
9579             <property name="left_attach">4</property>
9580             <property name="top_attach">49</property>
9581             <property name="width">1</property>
9582             <property name="height">1</property>
9583           </packing>
9584         </child>
9585         <child>
9586           <object class="GtkLabel" id="wrap50">
9587             <property name="visible">True</property>
9588             <property name="can_focus">False</property>
9589             <property name="label" translatable="yes">True</property>
9590           </object>
9591           <packing>
9592             <property name="left_attach">0</property>
9593             <property name="top_attach">50</property>
9594             <property name="width">1</property>
9595             <property name="height">1</property>
9596           </packing>
9597         </child>
9598         <child>
9599           <object class="GtkLabel" id="ellipsize50">
9600             <property name="visible">True</property>
9601             <property name="can_focus">False</property>
9602             <property name="label" translatable="yes">none</property>
9603           </object>
9604           <packing>
9605             <property name="left_attach">1</property>
9606             <property name="top_attach">50</property>
9607             <property name="width">1</property>
9608             <property name="height">1</property>
9609           </packing>
9610         </child>
9611         <child>
9612           <object class="GtkLabel" id="width_chars50">
9613             <property name="visible">True</property>
9614             <property name="can_focus">False</property>
9615             <property name="label" translatable="yes">-1</property>
9616           </object>
9617           <packing>
9618             <property name="left_attach">2</property>
9619             <property name="top_attach">50</property>
9620             <property name="width">1</property>
9621             <property name="height">1</property>
9622           </packing>
9623         </child>
9624         <child>
9625           <object class="GtkLabel" id="max_width_chars50">
9626             <property name="visible">True</property>
9627             <property name="can_focus">False</property>
9628             <property name="label" translatable="yes">12</property>
9629           </object>
9630           <packing>
9631             <property name="left_attach">3</property>
9632             <property name="top_attach">50</property>
9633             <property name="width">1</property>
9634             <property name="height">1</property>
9635           </packing>
9636         </child>
9637         <child>
9638           <object class="GtkPaned" id="paned50">
9639             <property name="visible">True</property>
9640             <property name="can_focus">True</property>
9641             <child>
9642               <object class="GtkPaned" id="required50">
9643                 <property name="visible">True</property>
9644                 <property name="can_focus">True</property>
9645                 <property name="orientation">vertical</property>
9646                 <child>
9647                   <object class="GtkEventBox" id="required-required-container50">
9648                     <property name="visible">True</property>
9649                     <property name="can_focus">False</property>
9650                     <property name="valign">end</property>
9651                     <property name="halign">end</property>
9652                     <child>
9653                       <object class="GtkLabel" id="required-required50">
9654                         <property name="visible">True</property>
9655                         <property name="can_focus">False</property>
9656                         <property name="label" translatable="yes">ABCDE ABCD</property>
9657                         <property name="xalign">0.0</property>
9658                         <property name="wrap">True</property>
9659                         <property name="ellipsize">none</property>
9660                         <property name="width-chars">-1</property>
9661                         <property name="max-width-chars">12</property>
9662                         <attributes>
9663                           <attribute name="font-desc" value="Monospace"/>
9664                         </attributes>
9665                       </object>
9666                     </child>
9667                   </object>
9668                   <packing>
9669                     <property name="resize">False</property>
9670                     <property name="shrink">False</property>
9671                   </packing>
9672                 </child>
9673                 <child>
9674                   <object class="GtkEventBox" id="required-natural-container50">
9675                     <property name="visible">True</property>
9676                     <property name="can_focus">False</property>
9677                     <property name="valign">start</property>
9678                     <property name="halign">end</property>
9679                     <child>
9680                       <object class="GtkLabel" id="required-natural50">
9681                         <property name="visible">True</property>
9682                         <property name="can_focus">False</property>
9683                         <property name="label" translatable="yes">ABCDE ABCD</property>
9684                         <property name="xalign">0.0</property>
9685                         <property name="wrap">True</property>
9686                         <property name="ellipsize">none</property>
9687                         <property name="width-chars">-1</property>
9688                         <property name="max-width-chars">12</property>
9689                         <attributes>
9690                           <attribute name="font-desc" value="Monospace"/>
9691                         </attributes>
9692                       </object>
9693                     </child>
9694                   </object>
9695                   <packing>
9696                     <property name="resize">True</property>
9697                     <property name="shrink">False</property>
9698                   </packing>
9699                 </child>
9700               </object>
9701               <packing>
9702                 <property name="resize">False</property>
9703                 <property name="shrink">False</property>
9704               </packing>
9705             </child>
9706             <child>
9707               <object class="GtkPaned" id="natural50">
9708                 <property name="visible">True</property>
9709                 <property name="can_focus">True</property>
9710                 <property name="orientation">vertical</property>
9711                 <child>
9712                   <object class="GtkEventBox" id="natural-required-container50">
9713                     <property name="visible">True</property>
9714                     <property name="can_focus">False</property>
9715                     <property name="valign">end</property>
9716                     <property name="halign">start</property>
9717                     <child>
9718                       <object class="GtkLabel" id="natural-required50">
9719                         <property name="visible">True</property>
9720                         <property name="can_focus">False</property>
9721                         <property name="label" translatable="yes">ABCDE ABCD</property>
9722                         <property name="xalign">0.0</property>
9723                         <property name="wrap">True</property>
9724                         <property name="ellipsize">none</property>
9725                         <property name="width-chars">-1</property>
9726                         <property name="max-width-chars">12</property>
9727                         <attributes>
9728                           <attribute name="font-desc" value="Monospace"/>
9729                         </attributes>
9730                       </object>
9731                     </child>
9732                   </object>
9733                   <packing>
9734                     <property name="resize">False</property>
9735                     <property name="shrink">False</property>
9736                   </packing>
9737                 </child>
9738                 <child>
9739                   <object class="GtkEventBox" id="natural-natural-container50">
9740                     <property name="visible">True</property>
9741                     <property name="can_focus">False</property>
9742                     <property name="valign">start</property>
9743                     <property name="halign">start</property>
9744                     <child>
9745                       <object class="GtkLabel" id="natural-natural50">
9746                         <property name="visible">True</property>
9747                         <property name="can_focus">False</property>
9748                         <property name="label" translatable="yes">ABCDE ABCD</property>
9749                         <property name="xalign">0.0</property>
9750                         <property name="wrap">True</property>
9751                         <property name="ellipsize">none</property>
9752                         <property name="width-chars">-1</property>
9753                         <property name="max-width-chars">12</property>
9754                         <attributes>
9755                           <attribute name="font-desc" value="Monospace"/>
9756                         </attributes>
9757                       </object>
9758                     </child>
9759                   </object>
9760                   <packing>
9761                     <property name="resize">True</property>
9762                     <property name="shrink">False</property>
9763                   </packing>
9764                 </child>
9765               </object>
9766               <packing>
9767                 <property name="resize">True</property>
9768                 <property name="shrink">False</property>
9769               </packing>
9770             </child>
9771           </object>
9772           <packing>
9773             <property name="left_attach">4</property>
9774             <property name="top_attach">50</property>
9775             <property name="width">1</property>
9776             <property name="height">1</property>
9777           </packing>
9778         </child>
9779         <child>
9780           <object class="GtkLabel" id="wrap51">
9781             <property name="visible">True</property>
9782             <property name="can_focus">False</property>
9783             <property name="label" translatable="yes">False</property>
9784           </object>
9785           <packing>
9786             <property name="left_attach">0</property>
9787             <property name="top_attach">51</property>
9788             <property name="width">1</property>
9789             <property name="height">1</property>
9790           </packing>
9791         </child>
9792         <child>
9793           <object class="GtkLabel" id="ellipsize51">
9794             <property name="visible">True</property>
9795             <property name="can_focus">False</property>
9796             <property name="label" translatable="yes">end</property>
9797           </object>
9798           <packing>
9799             <property name="left_attach">1</property>
9800             <property name="top_attach">51</property>
9801             <property name="width">1</property>
9802             <property name="height">1</property>
9803           </packing>
9804         </child>
9805         <child>
9806           <object class="GtkLabel" id="width_chars51">
9807             <property name="visible">True</property>
9808             <property name="can_focus">False</property>
9809             <property name="label" translatable="yes">-1</property>
9810           </object>
9811           <packing>
9812             <property name="left_attach">2</property>
9813             <property name="top_attach">51</property>
9814             <property name="width">1</property>
9815             <property name="height">1</property>
9816           </packing>
9817         </child>
9818         <child>
9819           <object class="GtkLabel" id="max_width_chars51">
9820             <property name="visible">True</property>
9821             <property name="can_focus">False</property>
9822             <property name="label" translatable="yes">12</property>
9823           </object>
9824           <packing>
9825             <property name="left_attach">3</property>
9826             <property name="top_attach">51</property>
9827             <property name="width">1</property>
9828             <property name="height">1</property>
9829           </packing>
9830         </child>
9831         <child>
9832           <object class="GtkPaned" id="paned51">
9833             <property name="visible">True</property>
9834             <property name="can_focus">True</property>
9835             <child>
9836               <object class="GtkPaned" id="required51">
9837                 <property name="visible">True</property>
9838                 <property name="can_focus">True</property>
9839                 <property name="orientation">vertical</property>
9840                 <child>
9841                   <object class="GtkEventBox" id="required-required-container51">
9842                     <property name="visible">True</property>
9843                     <property name="can_focus">False</property>
9844                     <property name="valign">end</property>
9845                     <property name="halign">end</property>
9846                     <child>
9847                       <object class="GtkLabel" id="required-required51">
9848                         <property name="visible">True</property>
9849                         <property name="can_focus">False</property>
9850                         <property name="label" translatable="yes">ABCDE ABCD</property>
9851                         <property name="xalign">0.0</property>
9852                         <property name="wrap">False</property>
9853                         <property name="ellipsize">end</property>
9854                         <property name="width-chars">-1</property>
9855                         <property name="max-width-chars">12</property>
9856                         <attributes>
9857                           <attribute name="font-desc" value="Monospace"/>
9858                         </attributes>
9859                       </object>
9860                     </child>
9861                   </object>
9862                   <packing>
9863                     <property name="resize">False</property>
9864                     <property name="shrink">False</property>
9865                   </packing>
9866                 </child>
9867                 <child>
9868                   <object class="GtkEventBox" id="required-natural-container51">
9869                     <property name="visible">True</property>
9870                     <property name="can_focus">False</property>
9871                     <property name="valign">start</property>
9872                     <property name="halign">end</property>
9873                     <child>
9874                       <object class="GtkLabel" id="required-natural51">
9875                         <property name="visible">True</property>
9876                         <property name="can_focus">False</property>
9877                         <property name="label" translatable="yes">ABCDE ABCD</property>
9878                         <property name="xalign">0.0</property>
9879                         <property name="wrap">False</property>
9880                         <property name="ellipsize">end</property>
9881                         <property name="width-chars">-1</property>
9882                         <property name="max-width-chars">12</property>
9883                         <attributes>
9884                           <attribute name="font-desc" value="Monospace"/>
9885                         </attributes>
9886                       </object>
9887                     </child>
9888                   </object>
9889                   <packing>
9890                     <property name="resize">True</property>
9891                     <property name="shrink">False</property>
9892                   </packing>
9893                 </child>
9894               </object>
9895               <packing>
9896                 <property name="resize">False</property>
9897                 <property name="shrink">False</property>
9898               </packing>
9899             </child>
9900             <child>
9901               <object class="GtkPaned" id="natural51">
9902                 <property name="visible">True</property>
9903                 <property name="can_focus">True</property>
9904                 <property name="orientation">vertical</property>
9905                 <child>
9906                   <object class="GtkEventBox" id="natural-required-container51">
9907                     <property name="visible">True</property>
9908                     <property name="can_focus">False</property>
9909                     <property name="valign">end</property>
9910                     <property name="halign">start</property>
9911                     <child>
9912                       <object class="GtkLabel" id="natural-required51">
9913                         <property name="visible">True</property>
9914                         <property name="can_focus">False</property>
9915                         <property name="label" translatable="yes">ABCDE ABCD</property>
9916                         <property name="xalign">0.0</property>
9917                         <property name="wrap">False</property>
9918                         <property name="ellipsize">end</property>
9919                         <property name="width-chars">-1</property>
9920                         <property name="max-width-chars">12</property>
9921                         <attributes>
9922                           <attribute name="font-desc" value="Monospace"/>
9923                         </attributes>
9924                       </object>
9925                     </child>
9926                   </object>
9927                   <packing>
9928                     <property name="resize">False</property>
9929                     <property name="shrink">False</property>
9930                   </packing>
9931                 </child>
9932                 <child>
9933                   <object class="GtkEventBox" id="natural-natural-container51">
9934                     <property name="visible">True</property>
9935                     <property name="can_focus">False</property>
9936                     <property name="valign">start</property>
9937                     <property name="halign">start</property>
9938                     <child>
9939                       <object class="GtkLabel" id="natural-natural51">
9940                         <property name="visible">True</property>
9941                         <property name="can_focus">False</property>
9942                         <property name="label" translatable="yes">ABCDE ABCD</property>
9943                         <property name="xalign">0.0</property>
9944                         <property name="wrap">False</property>
9945                         <property name="ellipsize">end</property>
9946                         <property name="width-chars">-1</property>
9947                         <property name="max-width-chars">12</property>
9948                         <attributes>
9949                           <attribute name="font-desc" value="Monospace"/>
9950                         </attributes>
9951                       </object>
9952                     </child>
9953                   </object>
9954                   <packing>
9955                     <property name="resize">True</property>
9956                     <property name="shrink">False</property>
9957                   </packing>
9958                 </child>
9959               </object>
9960               <packing>
9961                 <property name="resize">True</property>
9962                 <property name="shrink">False</property>
9963               </packing>
9964             </child>
9965           </object>
9966           <packing>
9967             <property name="left_attach">4</property>
9968             <property name="top_attach">51</property>
9969             <property name="width">1</property>
9970             <property name="height">1</property>
9971           </packing>
9972         </child>
9973         <child>
9974           <object class="GtkLabel" id="wrap52">
9975             <property name="visible">True</property>
9976             <property name="can_focus">False</property>
9977             <property name="label" translatable="yes">True</property>
9978           </object>
9979           <packing>
9980             <property name="left_attach">0</property>
9981             <property name="top_attach">52</property>
9982             <property name="width">1</property>
9983             <property name="height">1</property>
9984           </packing>
9985         </child>
9986         <child>
9987           <object class="GtkLabel" id="ellipsize52">
9988             <property name="visible">True</property>
9989             <property name="can_focus">False</property>
9990             <property name="label" translatable="yes">end</property>
9991           </object>
9992           <packing>
9993             <property name="left_attach">1</property>
9994             <property name="top_attach">52</property>
9995             <property name="width">1</property>
9996             <property name="height">1</property>
9997           </packing>
9998         </child>
9999         <child>
10000           <object class="GtkLabel" id="width_chars52">
10001             <property name="visible">True</property>
10002             <property name="can_focus">False</property>
10003             <property name="label" translatable="yes">-1</property>
10004           </object>
10005           <packing>
10006             <property name="left_attach">2</property>
10007             <property name="top_attach">52</property>
10008             <property name="width">1</property>
10009             <property name="height">1</property>
10010           </packing>
10011         </child>
10012         <child>
10013           <object class="GtkLabel" id="max_width_chars52">
10014             <property name="visible">True</property>
10015             <property name="can_focus">False</property>
10016             <property name="label" translatable="yes">12</property>
10017           </object>
10018           <packing>
10019             <property name="left_attach">3</property>
10020             <property name="top_attach">52</property>
10021             <property name="width">1</property>
10022             <property name="height">1</property>
10023           </packing>
10024         </child>
10025         <child>
10026           <object class="GtkPaned" id="paned52">
10027             <property name="visible">True</property>
10028             <property name="can_focus">True</property>
10029             <child>
10030               <object class="GtkPaned" id="required52">
10031                 <property name="visible">True</property>
10032                 <property name="can_focus">True</property>
10033                 <property name="orientation">vertical</property>
10034                 <child>
10035                   <object class="GtkEventBox" id="required-required-container52">
10036                     <property name="visible">True</property>
10037                     <property name="can_focus">False</property>
10038                     <property name="valign">end</property>
10039                     <property name="halign">end</property>
10040                     <child>
10041                       <object class="GtkLabel" id="required-required52">
10042                         <property name="visible">True</property>
10043                         <property name="can_focus">False</property>
10044                         <property name="label" translatable="yes">ABCDE ABCD</property>
10045                         <property name="xalign">0.0</property>
10046                         <property name="wrap">True</property>
10047                         <property name="ellipsize">end</property>
10048                         <property name="width-chars">-1</property>
10049                         <property name="max-width-chars">12</property>
10050                         <attributes>
10051                           <attribute name="font-desc" value="Monospace"/>
10052                         </attributes>
10053                       </object>
10054                     </child>
10055                   </object>
10056                   <packing>
10057                     <property name="resize">False</property>
10058                     <property name="shrink">False</property>
10059                   </packing>
10060                 </child>
10061                 <child>
10062                   <object class="GtkEventBox" id="required-natural-container52">
10063                     <property name="visible">True</property>
10064                     <property name="can_focus">False</property>
10065                     <property name="valign">start</property>
10066                     <property name="halign">end</property>
10067                     <child>
10068                       <object class="GtkLabel" id="required-natural52">
10069                         <property name="visible">True</property>
10070                         <property name="can_focus">False</property>
10071                         <property name="label" translatable="yes">ABCDE ABCD</property>
10072                         <property name="xalign">0.0</property>
10073                         <property name="wrap">True</property>
10074                         <property name="ellipsize">end</property>
10075                         <property name="width-chars">-1</property>
10076                         <property name="max-width-chars">12</property>
10077                         <attributes>
10078                           <attribute name="font-desc" value="Monospace"/>
10079                         </attributes>
10080                       </object>
10081                     </child>
10082                   </object>
10083                   <packing>
10084                     <property name="resize">True</property>
10085                     <property name="shrink">False</property>
10086                   </packing>
10087                 </child>
10088               </object>
10089               <packing>
10090                 <property name="resize">False</property>
10091                 <property name="shrink">False</property>
10092               </packing>
10093             </child>
10094             <child>
10095               <object class="GtkPaned" id="natural52">
10096                 <property name="visible">True</property>
10097                 <property name="can_focus">True</property>
10098                 <property name="orientation">vertical</property>
10099                 <child>
10100                   <object class="GtkEventBox" id="natural-required-container52">
10101                     <property name="visible">True</property>
10102                     <property name="can_focus">False</property>
10103                     <property name="valign">end</property>
10104                     <property name="halign">start</property>
10105                     <child>
10106                       <object class="GtkLabel" id="natural-required52">
10107                         <property name="visible">True</property>
10108                         <property name="can_focus">False</property>
10109                         <property name="label" translatable="yes">ABCDE ABCD</property>
10110                         <property name="xalign">0.0</property>
10111                         <property name="wrap">True</property>
10112                         <property name="ellipsize">end</property>
10113                         <property name="width-chars">-1</property>
10114                         <property name="max-width-chars">12</property>
10115                         <attributes>
10116                           <attribute name="font-desc" value="Monospace"/>
10117                         </attributes>
10118                       </object>
10119                     </child>
10120                   </object>
10121                   <packing>
10122                     <property name="resize">False</property>
10123                     <property name="shrink">False</property>
10124                   </packing>
10125                 </child>
10126                 <child>
10127                   <object class="GtkEventBox" id="natural-natural-container52">
10128                     <property name="visible">True</property>
10129                     <property name="can_focus">False</property>
10130                     <property name="valign">start</property>
10131                     <property name="halign">start</property>
10132                     <child>
10133                       <object class="GtkLabel" id="natural-natural52">
10134                         <property name="visible">True</property>
10135                         <property name="can_focus">False</property>
10136                         <property name="label" translatable="yes">ABCDE ABCD</property>
10137                         <property name="xalign">0.0</property>
10138                         <property name="wrap">True</property>
10139                         <property name="ellipsize">end</property>
10140                         <property name="width-chars">-1</property>
10141                         <property name="max-width-chars">12</property>
10142                         <attributes>
10143                           <attribute name="font-desc" value="Monospace"/>
10144                         </attributes>
10145                       </object>
10146                     </child>
10147                   </object>
10148                   <packing>
10149                     <property name="resize">True</property>
10150                     <property name="shrink">False</property>
10151                   </packing>
10152                 </child>
10153               </object>
10154               <packing>
10155                 <property name="resize">True</property>
10156                 <property name="shrink">False</property>
10157               </packing>
10158             </child>
10159           </object>
10160           <packing>
10161             <property name="left_attach">4</property>
10162             <property name="top_attach">52</property>
10163             <property name="width">1</property>
10164             <property name="height">1</property>
10165           </packing>
10166         </child>
10167         <child>
10168           <object class="GtkLabel" id="wrap53">
10169             <property name="visible">True</property>
10170             <property name="can_focus">False</property>
10171             <property name="label" translatable="yes">False</property>
10172           </object>
10173           <packing>
10174             <property name="left_attach">0</property>
10175             <property name="top_attach">53</property>
10176             <property name="width">1</property>
10177             <property name="height">1</property>
10178           </packing>
10179         </child>
10180         <child>
10181           <object class="GtkLabel" id="ellipsize53">
10182             <property name="visible">True</property>
10183             <property name="can_focus">False</property>
10184             <property name="label" translatable="yes">none</property>
10185           </object>
10186           <packing>
10187             <property name="left_attach">1</property>
10188             <property name="top_attach">53</property>
10189             <property name="width">1</property>
10190             <property name="height">1</property>
10191           </packing>
10192         </child>
10193         <child>
10194           <object class="GtkLabel" id="width_chars53">
10195             <property name="visible">True</property>
10196             <property name="can_focus">False</property>
10197             <property name="label" translatable="yes">4</property>
10198           </object>
10199           <packing>
10200             <property name="left_attach">2</property>
10201             <property name="top_attach">53</property>
10202             <property name="width">1</property>
10203             <property name="height">1</property>
10204           </packing>
10205         </child>
10206         <child>
10207           <object class="GtkLabel" id="max_width_chars53">
10208             <property name="visible">True</property>
10209             <property name="can_focus">False</property>
10210             <property name="label" translatable="yes">12</property>
10211           </object>
10212           <packing>
10213             <property name="left_attach">3</property>
10214             <property name="top_attach">53</property>
10215             <property name="width">1</property>
10216             <property name="height">1</property>
10217           </packing>
10218         </child>
10219         <child>
10220           <object class="GtkPaned" id="paned53">
10221             <property name="visible">True</property>
10222             <property name="can_focus">True</property>
10223             <child>
10224               <object class="GtkPaned" id="required53">
10225                 <property name="visible">True</property>
10226                 <property name="can_focus">True</property>
10227                 <property name="orientation">vertical</property>
10228                 <child>
10229                   <object class="GtkEventBox" id="required-required-container53">
10230                     <property name="visible">True</property>
10231                     <property name="can_focus">False</property>
10232                     <property name="valign">end</property>
10233                     <property name="halign">end</property>
10234                     <child>
10235                       <object class="GtkLabel" id="required-required53">
10236                         <property name="visible">True</property>
10237                         <property name="can_focus">False</property>
10238                         <property name="label" translatable="yes">ABCDE ABCD</property>
10239                         <property name="xalign">0.0</property>
10240                         <property name="wrap">False</property>
10241                         <property name="ellipsize">none</property>
10242                         <property name="width-chars">4</property>
10243                         <property name="max-width-chars">12</property>
10244                         <attributes>
10245                           <attribute name="font-desc" value="Monospace"/>
10246                         </attributes>
10247                       </object>
10248                     </child>
10249                   </object>
10250                   <packing>
10251                     <property name="resize">False</property>
10252                     <property name="shrink">False</property>
10253                   </packing>
10254                 </child>
10255                 <child>
10256                   <object class="GtkEventBox" id="required-natural-container53">
10257                     <property name="visible">True</property>
10258                     <property name="can_focus">False</property>
10259                     <property name="valign">start</property>
10260                     <property name="halign">end</property>
10261                     <child>
10262                       <object class="GtkLabel" id="required-natural53">
10263                         <property name="visible">True</property>
10264                         <property name="can_focus">False</property>
10265                         <property name="label" translatable="yes">ABCDE ABCD</property>
10266                         <property name="xalign">0.0</property>
10267                         <property name="wrap">False</property>
10268                         <property name="ellipsize">none</property>
10269                         <property name="width-chars">4</property>
10270                         <property name="max-width-chars">12</property>
10271                         <attributes>
10272                           <attribute name="font-desc" value="Monospace"/>
10273                         </attributes>
10274                       </object>
10275                     </child>
10276                   </object>
10277                   <packing>
10278                     <property name="resize">True</property>
10279                     <property name="shrink">False</property>
10280                   </packing>
10281                 </child>
10282               </object>
10283               <packing>
10284                 <property name="resize">False</property>
10285                 <property name="shrink">False</property>
10286               </packing>
10287             </child>
10288             <child>
10289               <object class="GtkPaned" id="natural53">
10290                 <property name="visible">True</property>
10291                 <property name="can_focus">True</property>
10292                 <property name="orientation">vertical</property>
10293                 <child>
10294                   <object class="GtkEventBox" id="natural-required-container53">
10295                     <property name="visible">True</property>
10296                     <property name="can_focus">False</property>
10297                     <property name="valign">end</property>
10298                     <property name="halign">start</property>
10299                     <child>
10300                       <object class="GtkLabel" id="natural-required53">
10301                         <property name="visible">True</property>
10302                         <property name="can_focus">False</property>
10303                         <property name="label" translatable="yes">ABCDE ABCD</property>
10304                         <property name="xalign">0.0</property>
10305                         <property name="wrap">False</property>
10306                         <property name="ellipsize">none</property>
10307                         <property name="width-chars">4</property>
10308                         <property name="max-width-chars">12</property>
10309                         <attributes>
10310                           <attribute name="font-desc" value="Monospace"/>
10311                         </attributes>
10312                       </object>
10313                     </child>
10314                   </object>
10315                   <packing>
10316                     <property name="resize">False</property>
10317                     <property name="shrink">False</property>
10318                   </packing>
10319                 </child>
10320                 <child>
10321                   <object class="GtkEventBox" id="natural-natural-container53">
10322                     <property name="visible">True</property>
10323                     <property name="can_focus">False</property>
10324                     <property name="valign">start</property>
10325                     <property name="halign">start</property>
10326                     <child>
10327                       <object class="GtkLabel" id="natural-natural53">
10328                         <property name="visible">True</property>
10329                         <property name="can_focus">False</property>
10330                         <property name="label" translatable="yes">ABCDE ABCD</property>
10331                         <property name="xalign">0.0</property>
10332                         <property name="wrap">False</property>
10333                         <property name="ellipsize">none</property>
10334                         <property name="width-chars">4</property>
10335                         <property name="max-width-chars">12</property>
10336                         <attributes>
10337                           <attribute name="font-desc" value="Monospace"/>
10338                         </attributes>
10339                       </object>
10340                     </child>
10341                   </object>
10342                   <packing>
10343                     <property name="resize">True</property>
10344                     <property name="shrink">False</property>
10345                   </packing>
10346                 </child>
10347               </object>
10348               <packing>
10349                 <property name="resize">True</property>
10350                 <property name="shrink">False</property>
10351               </packing>
10352             </child>
10353           </object>
10354           <packing>
10355             <property name="left_attach">4</property>
10356             <property name="top_attach">53</property>
10357             <property name="width">1</property>
10358             <property name="height">1</property>
10359           </packing>
10360         </child>
10361         <child>
10362           <object class="GtkLabel" id="wrap54">
10363             <property name="visible">True</property>
10364             <property name="can_focus">False</property>
10365             <property name="label" translatable="yes">True</property>
10366           </object>
10367           <packing>
10368             <property name="left_attach">0</property>
10369             <property name="top_attach">54</property>
10370             <property name="width">1</property>
10371             <property name="height">1</property>
10372           </packing>
10373         </child>
10374         <child>
10375           <object class="GtkLabel" id="ellipsize54">
10376             <property name="visible">True</property>
10377             <property name="can_focus">False</property>
10378             <property name="label" translatable="yes">none</property>
10379           </object>
10380           <packing>
10381             <property name="left_attach">1</property>
10382             <property name="top_attach">54</property>
10383             <property name="width">1</property>
10384             <property name="height">1</property>
10385           </packing>
10386         </child>
10387         <child>
10388           <object class="GtkLabel" id="width_chars54">
10389             <property name="visible">True</property>
10390             <property name="can_focus">False</property>
10391             <property name="label" translatable="yes">4</property>
10392           </object>
10393           <packing>
10394             <property name="left_attach">2</property>
10395             <property name="top_attach">54</property>
10396             <property name="width">1</property>
10397             <property name="height">1</property>
10398           </packing>
10399         </child>
10400         <child>
10401           <object class="GtkLabel" id="max_width_chars54">
10402             <property name="visible">True</property>
10403             <property name="can_focus">False</property>
10404             <property name="label" translatable="yes">12</property>
10405           </object>
10406           <packing>
10407             <property name="left_attach">3</property>
10408             <property name="top_attach">54</property>
10409             <property name="width">1</property>
10410             <property name="height">1</property>
10411           </packing>
10412         </child>
10413         <child>
10414           <object class="GtkPaned" id="paned54">
10415             <property name="visible">True</property>
10416             <property name="can_focus">True</property>
10417             <child>
10418               <object class="GtkPaned" id="required54">
10419                 <property name="visible">True</property>
10420                 <property name="can_focus">True</property>
10421                 <property name="orientation">vertical</property>
10422                 <child>
10423                   <object class="GtkEventBox" id="required-required-container54">
10424                     <property name="visible">True</property>
10425                     <property name="can_focus">False</property>
10426                     <property name="valign">end</property>
10427                     <property name="halign">end</property>
10428                     <child>
10429                       <object class="GtkLabel" id="required-required54">
10430                         <property name="visible">True</property>
10431                         <property name="can_focus">False</property>
10432                         <property name="label" translatable="yes">ABCDE ABCD</property>
10433                         <property name="xalign">0.0</property>
10434                         <property name="wrap">True</property>
10435                         <property name="ellipsize">none</property>
10436                         <property name="width-chars">4</property>
10437                         <property name="max-width-chars">12</property>
10438                         <attributes>
10439                           <attribute name="font-desc" value="Monospace"/>
10440                         </attributes>
10441                       </object>
10442                     </child>
10443                   </object>
10444                   <packing>
10445                     <property name="resize">False</property>
10446                     <property name="shrink">False</property>
10447                   </packing>
10448                 </child>
10449                 <child>
10450                   <object class="GtkEventBox" id="required-natural-container54">
10451                     <property name="visible">True</property>
10452                     <property name="can_focus">False</property>
10453                     <property name="valign">start</property>
10454                     <property name="halign">end</property>
10455                     <child>
10456                       <object class="GtkLabel" id="required-natural54">
10457                         <property name="visible">True</property>
10458                         <property name="can_focus">False</property>
10459                         <property name="label" translatable="yes">ABCDE ABCD</property>
10460                         <property name="xalign">0.0</property>
10461                         <property name="wrap">True</property>
10462                         <property name="ellipsize">none</property>
10463                         <property name="width-chars">4</property>
10464                         <property name="max-width-chars">12</property>
10465                         <attributes>
10466                           <attribute name="font-desc" value="Monospace"/>
10467                         </attributes>
10468                       </object>
10469                     </child>
10470                   </object>
10471                   <packing>
10472                     <property name="resize">True</property>
10473                     <property name="shrink">False</property>
10474                   </packing>
10475                 </child>
10476               </object>
10477               <packing>
10478                 <property name="resize">False</property>
10479                 <property name="shrink">False</property>
10480               </packing>
10481             </child>
10482             <child>
10483               <object class="GtkPaned" id="natural54">
10484                 <property name="visible">True</property>
10485                 <property name="can_focus">True</property>
10486                 <property name="orientation">vertical</property>
10487                 <child>
10488                   <object class="GtkEventBox" id="natural-required-container54">
10489                     <property name="visible">True</property>
10490                     <property name="can_focus">False</property>
10491                     <property name="valign">end</property>
10492                     <property name="halign">start</property>
10493                     <child>
10494                       <object class="GtkLabel" id="natural-required54">
10495                         <property name="visible">True</property>
10496                         <property name="can_focus">False</property>
10497                         <property name="label" translatable="yes">ABCDE ABCD</property>
10498                         <property name="xalign">0.0</property>
10499                         <property name="wrap">True</property>
10500                         <property name="ellipsize">none</property>
10501                         <property name="width-chars">4</property>
10502                         <property name="max-width-chars">12</property>
10503                         <attributes>
10504                           <attribute name="font-desc" value="Monospace"/>
10505                         </attributes>
10506                       </object>
10507                     </child>
10508                   </object>
10509                   <packing>
10510                     <property name="resize">False</property>
10511                     <property name="shrink">False</property>
10512                   </packing>
10513                 </child>
10514                 <child>
10515                   <object class="GtkEventBox" id="natural-natural-container54">
10516                     <property name="visible">True</property>
10517                     <property name="can_focus">False</property>
10518                     <property name="valign">start</property>
10519                     <property name="halign">start</property>
10520                     <child>
10521                       <object class="GtkLabel" id="natural-natural54">
10522                         <property name="visible">True</property>
10523                         <property name="can_focus">False</property>
10524                         <property name="label" translatable="yes">ABCDE ABCD</property>
10525                         <property name="xalign">0.0</property>
10526                         <property name="wrap">True</property>
10527                         <property name="ellipsize">none</property>
10528                         <property name="width-chars">4</property>
10529                         <property name="max-width-chars">12</property>
10530                         <attributes>
10531                           <attribute name="font-desc" value="Monospace"/>
10532                         </attributes>
10533                       </object>
10534                     </child>
10535                   </object>
10536                   <packing>
10537                     <property name="resize">True</property>
10538                     <property name="shrink">False</property>
10539                   </packing>
10540                 </child>
10541               </object>
10542               <packing>
10543                 <property name="resize">True</property>
10544                 <property name="shrink">False</property>
10545               </packing>
10546             </child>
10547           </object>
10548           <packing>
10549             <property name="left_attach">4</property>
10550             <property name="top_attach">54</property>
10551             <property name="width">1</property>
10552             <property name="height">1</property>
10553           </packing>
10554         </child>
10555         <child>
10556           <object class="GtkLabel" id="wrap55">
10557             <property name="visible">True</property>
10558             <property name="can_focus">False</property>
10559             <property name="label" translatable="yes">False</property>
10560           </object>
10561           <packing>
10562             <property name="left_attach">0</property>
10563             <property name="top_attach">55</property>
10564             <property name="width">1</property>
10565             <property name="height">1</property>
10566           </packing>
10567         </child>
10568         <child>
10569           <object class="GtkLabel" id="ellipsize55">
10570             <property name="visible">True</property>
10571             <property name="can_focus">False</property>
10572             <property name="label" translatable="yes">end</property>
10573           </object>
10574           <packing>
10575             <property name="left_attach">1</property>
10576             <property name="top_attach">55</property>
10577             <property name="width">1</property>
10578             <property name="height">1</property>
10579           </packing>
10580         </child>
10581         <child>
10582           <object class="GtkLabel" id="width_chars55">
10583             <property name="visible">True</property>
10584             <property name="can_focus">False</property>
10585             <property name="label" translatable="yes">4</property>
10586           </object>
10587           <packing>
10588             <property name="left_attach">2</property>
10589             <property name="top_attach">55</property>
10590             <property name="width">1</property>
10591             <property name="height">1</property>
10592           </packing>
10593         </child>
10594         <child>
10595           <object class="GtkLabel" id="max_width_chars55">
10596             <property name="visible">True</property>
10597             <property name="can_focus">False</property>
10598             <property name="label" translatable="yes">12</property>
10599           </object>
10600           <packing>
10601             <property name="left_attach">3</property>
10602             <property name="top_attach">55</property>
10603             <property name="width">1</property>
10604             <property name="height">1</property>
10605           </packing>
10606         </child>
10607         <child>
10608           <object class="GtkPaned" id="paned55">
10609             <property name="visible">True</property>
10610             <property name="can_focus">True</property>
10611             <child>
10612               <object class="GtkPaned" id="required55">
10613                 <property name="visible">True</property>
10614                 <property name="can_focus">True</property>
10615                 <property name="orientation">vertical</property>
10616                 <child>
10617                   <object class="GtkEventBox" id="required-required-container55">
10618                     <property name="visible">True</property>
10619                     <property name="can_focus">False</property>
10620                     <property name="valign">end</property>
10621                     <property name="halign">end</property>
10622                     <child>
10623                       <object class="GtkLabel" id="required-required55">
10624                         <property name="visible">True</property>
10625                         <property name="can_focus">False</property>
10626                         <property name="label" translatable="yes">ABCDE ABCD</property>
10627                         <property name="xalign">0.0</property>
10628                         <property name="wrap">False</property>
10629                         <property name="ellipsize">end</property>
10630                         <property name="width-chars">4</property>
10631                         <property name="max-width-chars">12</property>
10632                         <attributes>
10633                           <attribute name="font-desc" value="Monospace"/>
10634                         </attributes>
10635                       </object>
10636                     </child>
10637                   </object>
10638                   <packing>
10639                     <property name="resize">False</property>
10640                     <property name="shrink">False</property>
10641                   </packing>
10642                 </child>
10643                 <child>
10644                   <object class="GtkEventBox" id="required-natural-container55">
10645                     <property name="visible">True</property>
10646                     <property name="can_focus">False</property>
10647                     <property name="valign">start</property>
10648                     <property name="halign">end</property>
10649                     <child>
10650                       <object class="GtkLabel" id="required-natural55">
10651                         <property name="visible">True</property>
10652                         <property name="can_focus">False</property>
10653                         <property name="label" translatable="yes">ABCDE ABCD</property>
10654                         <property name="xalign">0.0</property>
10655                         <property name="wrap">False</property>
10656                         <property name="ellipsize">end</property>
10657                         <property name="width-chars">4</property>
10658                         <property name="max-width-chars">12</property>
10659                         <attributes>
10660                           <attribute name="font-desc" value="Monospace"/>
10661                         </attributes>
10662                       </object>
10663                     </child>
10664                   </object>
10665                   <packing>
10666                     <property name="resize">True</property>
10667                     <property name="shrink">False</property>
10668                   </packing>
10669                 </child>
10670               </object>
10671               <packing>
10672                 <property name="resize">False</property>
10673                 <property name="shrink">False</property>
10674               </packing>
10675             </child>
10676             <child>
10677               <object class="GtkPaned" id="natural55">
10678                 <property name="visible">True</property>
10679                 <property name="can_focus">True</property>
10680                 <property name="orientation">vertical</property>
10681                 <child>
10682                   <object class="GtkEventBox" id="natural-required-container55">
10683                     <property name="visible">True</property>
10684                     <property name="can_focus">False</property>
10685                     <property name="valign">end</property>
10686                     <property name="halign">start</property>
10687                     <child>
10688                       <object class="GtkLabel" id="natural-required55">
10689                         <property name="visible">True</property>
10690                         <property name="can_focus">False</property>
10691                         <property name="label" translatable="yes">ABCDE ABCD</property>
10692                         <property name="xalign">0.0</property>
10693                         <property name="wrap">False</property>
10694                         <property name="ellipsize">end</property>
10695                         <property name="width-chars">4</property>
10696                         <property name="max-width-chars">12</property>
10697                         <attributes>
10698                           <attribute name="font-desc" value="Monospace"/>
10699                         </attributes>
10700                       </object>
10701                     </child>
10702                   </object>
10703                   <packing>
10704                     <property name="resize">False</property>
10705                     <property name="shrink">False</property>
10706                   </packing>
10707                 </child>
10708                 <child>
10709                   <object class="GtkEventBox" id="natural-natural-container55">
10710                     <property name="visible">True</property>
10711                     <property name="can_focus">False</property>
10712                     <property name="valign">start</property>
10713                     <property name="halign">start</property>
10714                     <child>
10715                       <object class="GtkLabel" id="natural-natural55">
10716                         <property name="visible">True</property>
10717                         <property name="can_focus">False</property>
10718                         <property name="label" translatable="yes">ABCDE ABCD</property>
10719                         <property name="xalign">0.0</property>
10720                         <property name="wrap">False</property>
10721                         <property name="ellipsize">end</property>
10722                         <property name="width-chars">4</property>
10723                         <property name="max-width-chars">12</property>
10724                         <attributes>
10725                           <attribute name="font-desc" value="Monospace"/>
10726                         </attributes>
10727                       </object>
10728                     </child>
10729                   </object>
10730                   <packing>
10731                     <property name="resize">True</property>
10732                     <property name="shrink">False</property>
10733                   </packing>
10734                 </child>
10735               </object>
10736               <packing>
10737                 <property name="resize">True</property>
10738                 <property name="shrink">False</property>
10739               </packing>
10740             </child>
10741           </object>
10742           <packing>
10743             <property name="left_attach">4</property>
10744             <property name="top_attach">55</property>
10745             <property name="width">1</property>
10746             <property name="height">1</property>
10747           </packing>
10748         </child>
10749         <child>
10750           <object class="GtkLabel" id="wrap56">
10751             <property name="visible">True</property>
10752             <property name="can_focus">False</property>
10753             <property name="label" translatable="yes">True</property>
10754           </object>
10755           <packing>
10756             <property name="left_attach">0</property>
10757             <property name="top_attach">56</property>
10758             <property name="width">1</property>
10759             <property name="height">1</property>
10760           </packing>
10761         </child>
10762         <child>
10763           <object class="GtkLabel" id="ellipsize56">
10764             <property name="visible">True</property>
10765             <property name="can_focus">False</property>
10766             <property name="label" translatable="yes">end</property>
10767           </object>
10768           <packing>
10769             <property name="left_attach">1</property>
10770             <property name="top_attach">56</property>
10771             <property name="width">1</property>
10772             <property name="height">1</property>
10773           </packing>
10774         </child>
10775         <child>
10776           <object class="GtkLabel" id="width_chars56">
10777             <property name="visible">True</property>
10778             <property name="can_focus">False</property>
10779             <property name="label" translatable="yes">4</property>
10780           </object>
10781           <packing>
10782             <property name="left_attach">2</property>
10783             <property name="top_attach">56</property>
10784             <property name="width">1</property>
10785             <property name="height">1</property>
10786           </packing>
10787         </child>
10788         <child>
10789           <object class="GtkLabel" id="max_width_chars56">
10790             <property name="visible">True</property>
10791             <property name="can_focus">False</property>
10792             <property name="label" translatable="yes">12</property>
10793           </object>
10794           <packing>
10795             <property name="left_attach">3</property>
10796             <property name="top_attach">56</property>
10797             <property name="width">1</property>
10798             <property name="height">1</property>
10799           </packing>
10800         </child>
10801         <child>
10802           <object class="GtkPaned" id="paned56">
10803             <property name="visible">True</property>
10804             <property name="can_focus">True</property>
10805             <child>
10806               <object class="GtkPaned" id="required56">
10807                 <property name="visible">True</property>
10808                 <property name="can_focus">True</property>
10809                 <property name="orientation">vertical</property>
10810                 <child>
10811                   <object class="GtkEventBox" id="required-required-container56">
10812                     <property name="visible">True</property>
10813                     <property name="can_focus">False</property>
10814                     <property name="valign">end</property>
10815                     <property name="halign">end</property>
10816                     <child>
10817                       <object class="GtkLabel" id="required-required56">
10818                         <property name="visible">True</property>
10819                         <property name="can_focus">False</property>
10820                         <property name="label" translatable="yes">ABCDE ABCD</property>
10821                         <property name="xalign">0.0</property>
10822                         <property name="wrap">True</property>
10823                         <property name="ellipsize">end</property>
10824                         <property name="width-chars">4</property>
10825                         <property name="max-width-chars">12</property>
10826                         <attributes>
10827                           <attribute name="font-desc" value="Monospace"/>
10828                         </attributes>
10829                       </object>
10830                     </child>
10831                   </object>
10832                   <packing>
10833                     <property name="resize">False</property>
10834                     <property name="shrink">False</property>
10835                   </packing>
10836                 </child>
10837                 <child>
10838                   <object class="GtkEventBox" id="required-natural-container56">
10839                     <property name="visible">True</property>
10840                     <property name="can_focus">False</property>
10841                     <property name="valign">start</property>
10842                     <property name="halign">end</property>
10843                     <child>
10844                       <object class="GtkLabel" id="required-natural56">
10845                         <property name="visible">True</property>
10846                         <property name="can_focus">False</property>
10847                         <property name="label" translatable="yes">ABCDE ABCD</property>
10848                         <property name="xalign">0.0</property>
10849                         <property name="wrap">True</property>
10850                         <property name="ellipsize">end</property>
10851                         <property name="width-chars">4</property>
10852                         <property name="max-width-chars">12</property>
10853                         <attributes>
10854                           <attribute name="font-desc" value="Monospace"/>
10855                         </attributes>
10856                       </object>
10857                     </child>
10858                   </object>
10859                   <packing>
10860                     <property name="resize">True</property>
10861                     <property name="shrink">False</property>
10862                   </packing>
10863                 </child>
10864               </object>
10865               <packing>
10866                 <property name="resize">False</property>
10867                 <property name="shrink">False</property>
10868               </packing>
10869             </child>
10870             <child>
10871               <object class="GtkPaned" id="natural56">
10872                 <property name="visible">True</property>
10873                 <property name="can_focus">True</property>
10874                 <property name="orientation">vertical</property>
10875                 <child>
10876                   <object class="GtkEventBox" id="natural-required-container56">
10877                     <property name="visible">True</property>
10878                     <property name="can_focus">False</property>
10879                     <property name="valign">end</property>
10880                     <property name="halign">start</property>
10881                     <child>
10882                       <object class="GtkLabel" id="natural-required56">
10883                         <property name="visible">True</property>
10884                         <property name="can_focus">False</property>
10885                         <property name="label" translatable="yes">ABCDE ABCD</property>
10886                         <property name="xalign">0.0</property>
10887                         <property name="wrap">True</property>
10888                         <property name="ellipsize">end</property>
10889                         <property name="width-chars">4</property>
10890                         <property name="max-width-chars">12</property>
10891                         <attributes>
10892                           <attribute name="font-desc" value="Monospace"/>
10893                         </attributes>
10894                       </object>
10895                     </child>
10896                   </object>
10897                   <packing>
10898                     <property name="resize">False</property>
10899                     <property name="shrink">False</property>
10900                   </packing>
10901                 </child>
10902                 <child>
10903                   <object class="GtkEventBox" id="natural-natural-container56">
10904                     <property name="visible">True</property>
10905                     <property name="can_focus">False</property>
10906                     <property name="valign">start</property>
10907                     <property name="halign">start</property>
10908                     <child>
10909                       <object class="GtkLabel" id="natural-natural56">
10910                         <property name="visible">True</property>
10911                         <property name="can_focus">False</property>
10912                         <property name="label" translatable="yes">ABCDE ABCD</property>
10913                         <property name="xalign">0.0</property>
10914                         <property name="wrap">True</property>
10915                         <property name="ellipsize">end</property>
10916                         <property name="width-chars">4</property>
10917                         <property name="max-width-chars">12</property>
10918                         <attributes>
10919                           <attribute name="font-desc" value="Monospace"/>
10920                         </attributes>
10921                       </object>
10922                     </child>
10923                   </object>
10924                   <packing>
10925                     <property name="resize">True</property>
10926                     <property name="shrink">False</property>
10927                   </packing>
10928                 </child>
10929               </object>
10930               <packing>
10931                 <property name="resize">True</property>
10932                 <property name="shrink">False</property>
10933               </packing>
10934             </child>
10935           </object>
10936           <packing>
10937             <property name="left_attach">4</property>
10938             <property name="top_attach">56</property>
10939             <property name="width">1</property>
10940             <property name="height">1</property>
10941           </packing>
10942         </child>
10943         <child>
10944           <object class="GtkLabel" id="wrap57">
10945             <property name="visible">True</property>
10946             <property name="can_focus">False</property>
10947             <property name="label" translatable="yes">False</property>
10948           </object>
10949           <packing>
10950             <property name="left_attach">0</property>
10951             <property name="top_attach">57</property>
10952             <property name="width">1</property>
10953             <property name="height">1</property>
10954           </packing>
10955         </child>
10956         <child>
10957           <object class="GtkLabel" id="ellipsize57">
10958             <property name="visible">True</property>
10959             <property name="can_focus">False</property>
10960             <property name="label" translatable="yes">none</property>
10961           </object>
10962           <packing>
10963             <property name="left_attach">1</property>
10964             <property name="top_attach">57</property>
10965             <property name="width">1</property>
10966             <property name="height">1</property>
10967           </packing>
10968         </child>
10969         <child>
10970           <object class="GtkLabel" id="width_chars57">
10971             <property name="visible">True</property>
10972             <property name="can_focus">False</property>
10973             <property name="label" translatable="yes">8</property>
10974           </object>
10975           <packing>
10976             <property name="left_attach">2</property>
10977             <property name="top_attach">57</property>
10978             <property name="width">1</property>
10979             <property name="height">1</property>
10980           </packing>
10981         </child>
10982         <child>
10983           <object class="GtkLabel" id="max_width_chars57">
10984             <property name="visible">True</property>
10985             <property name="can_focus">False</property>
10986             <property name="label" translatable="yes">12</property>
10987           </object>
10988           <packing>
10989             <property name="left_attach">3</property>
10990             <property name="top_attach">57</property>
10991             <property name="width">1</property>
10992             <property name="height">1</property>
10993           </packing>
10994         </child>
10995         <child>
10996           <object class="GtkPaned" id="paned57">
10997             <property name="visible">True</property>
10998             <property name="can_focus">True</property>
10999             <child>
11000               <object class="GtkPaned" id="required57">
11001                 <property name="visible">True</property>
11002                 <property name="can_focus">True</property>
11003                 <property name="orientation">vertical</property>
11004                 <child>
11005                   <object class="GtkEventBox" id="required-required-container57">
11006                     <property name="visible">True</property>
11007                     <property name="can_focus">False</property>
11008                     <property name="valign">end</property>
11009                     <property name="halign">end</property>
11010                     <child>
11011                       <object class="GtkLabel" id="required-required57">
11012                         <property name="visible">True</property>
11013                         <property name="can_focus">False</property>
11014                         <property name="label" translatable="yes">ABCDE ABCD</property>
11015                         <property name="xalign">0.0</property>
11016                         <property name="wrap">False</property>
11017                         <property name="ellipsize">none</property>
11018                         <property name="width-chars">8</property>
11019                         <property name="max-width-chars">12</property>
11020                         <attributes>
11021                           <attribute name="font-desc" value="Monospace"/>
11022                         </attributes>
11023                       </object>
11024                     </child>
11025                   </object>
11026                   <packing>
11027                     <property name="resize">False</property>
11028                     <property name="shrink">False</property>
11029                   </packing>
11030                 </child>
11031                 <child>
11032                   <object class="GtkEventBox" id="required-natural-container57">
11033                     <property name="visible">True</property>
11034                     <property name="can_focus">False</property>
11035                     <property name="valign">start</property>
11036                     <property name="halign">end</property>
11037                     <child>
11038                       <object class="GtkLabel" id="required-natural57">
11039                         <property name="visible">True</property>
11040                         <property name="can_focus">False</property>
11041                         <property name="label" translatable="yes">ABCDE ABCD</property>
11042                         <property name="xalign">0.0</property>
11043                         <property name="wrap">False</property>
11044                         <property name="ellipsize">none</property>
11045                         <property name="width-chars">8</property>
11046                         <property name="max-width-chars">12</property>
11047                         <attributes>
11048                           <attribute name="font-desc" value="Monospace"/>
11049                         </attributes>
11050                       </object>
11051                     </child>
11052                   </object>
11053                   <packing>
11054                     <property name="resize">True</property>
11055                     <property name="shrink">False</property>
11056                   </packing>
11057                 </child>
11058               </object>
11059               <packing>
11060                 <property name="resize">False</property>
11061                 <property name="shrink">False</property>
11062               </packing>
11063             </child>
11064             <child>
11065               <object class="GtkPaned" id="natural57">
11066                 <property name="visible">True</property>
11067                 <property name="can_focus">True</property>
11068                 <property name="orientation">vertical</property>
11069                 <child>
11070                   <object class="GtkEventBox" id="natural-required-container57">
11071                     <property name="visible">True</property>
11072                     <property name="can_focus">False</property>
11073                     <property name="valign">end</property>
11074                     <property name="halign">start</property>
11075                     <child>
11076                       <object class="GtkLabel" id="natural-required57">
11077                         <property name="visible">True</property>
11078                         <property name="can_focus">False</property>
11079                         <property name="label" translatable="yes">ABCDE ABCD</property>
11080                         <property name="xalign">0.0</property>
11081                         <property name="wrap">False</property>
11082                         <property name="ellipsize">none</property>
11083                         <property name="width-chars">8</property>
11084                         <property name="max-width-chars">12</property>
11085                         <attributes>
11086                           <attribute name="font-desc" value="Monospace"/>
11087                         </attributes>
11088                       </object>
11089                     </child>
11090                   </object>
11091                   <packing>
11092                     <property name="resize">False</property>
11093                     <property name="shrink">False</property>
11094                   </packing>
11095                 </child>
11096                 <child>
11097                   <object class="GtkEventBox" id="natural-natural-container57">
11098                     <property name="visible">True</property>
11099                     <property name="can_focus">False</property>
11100                     <property name="valign">start</property>
11101                     <property name="halign">start</property>
11102                     <child>
11103                       <object class="GtkLabel" id="natural-natural57">
11104                         <property name="visible">True</property>
11105                         <property name="can_focus">False</property>
11106                         <property name="label" translatable="yes">ABCDE ABCD</property>
11107                         <property name="xalign">0.0</property>
11108                         <property name="wrap">False</property>
11109                         <property name="ellipsize">none</property>
11110                         <property name="width-chars">8</property>
11111                         <property name="max-width-chars">12</property>
11112                         <attributes>
11113                           <attribute name="font-desc" value="Monospace"/>
11114                         </attributes>
11115                       </object>
11116                     </child>
11117                   </object>
11118                   <packing>
11119                     <property name="resize">True</property>
11120                     <property name="shrink">False</property>
11121                   </packing>
11122                 </child>
11123               </object>
11124               <packing>
11125                 <property name="resize">True</property>
11126                 <property name="shrink">False</property>
11127               </packing>
11128             </child>
11129           </object>
11130           <packing>
11131             <property name="left_attach">4</property>
11132             <property name="top_attach">57</property>
11133             <property name="width">1</property>
11134             <property name="height">1</property>
11135           </packing>
11136         </child>
11137         <child>
11138           <object class="GtkLabel" id="wrap58">
11139             <property name="visible">True</property>
11140             <property name="can_focus">False</property>
11141             <property name="label" translatable="yes">True</property>
11142           </object>
11143           <packing>
11144             <property name="left_attach">0</property>
11145             <property name="top_attach">58</property>
11146             <property name="width">1</property>
11147             <property name="height">1</property>
11148           </packing>
11149         </child>
11150         <child>
11151           <object class="GtkLabel" id="ellipsize58">
11152             <property name="visible">True</property>
11153             <property name="can_focus">False</property>
11154             <property name="label" translatable="yes">none</property>
11155           </object>
11156           <packing>
11157             <property name="left_attach">1</property>
11158             <property name="top_attach">58</property>
11159             <property name="width">1</property>
11160             <property name="height">1</property>
11161           </packing>
11162         </child>
11163         <child>
11164           <object class="GtkLabel" id="width_chars58">
11165             <property name="visible">True</property>
11166             <property name="can_focus">False</property>
11167             <property name="label" translatable="yes">8</property>
11168           </object>
11169           <packing>
11170             <property name="left_attach">2</property>
11171             <property name="top_attach">58</property>
11172             <property name="width">1</property>
11173             <property name="height">1</property>
11174           </packing>
11175         </child>
11176         <child>
11177           <object class="GtkLabel" id="max_width_chars58">
11178             <property name="visible">True</property>
11179             <property name="can_focus">False</property>
11180             <property name="label" translatable="yes">12</property>
11181           </object>
11182           <packing>
11183             <property name="left_attach">3</property>
11184             <property name="top_attach">58</property>
11185             <property name="width">1</property>
11186             <property name="height">1</property>
11187           </packing>
11188         </child>
11189         <child>
11190           <object class="GtkPaned" id="paned58">
11191             <property name="visible">True</property>
11192             <property name="can_focus">True</property>
11193             <child>
11194               <object class="GtkPaned" id="required58">
11195                 <property name="visible">True</property>
11196                 <property name="can_focus">True</property>
11197                 <property name="orientation">vertical</property>
11198                 <child>
11199                   <object class="GtkEventBox" id="required-required-container58">
11200                     <property name="visible">True</property>
11201                     <property name="can_focus">False</property>
11202                     <property name="valign">end</property>
11203                     <property name="halign">end</property>
11204                     <child>
11205                       <object class="GtkLabel" id="required-required58">
11206                         <property name="visible">True</property>
11207                         <property name="can_focus">False</property>
11208                         <property name="label" translatable="yes">ABCDE ABCD</property>
11209                         <property name="xalign">0.0</property>
11210                         <property name="wrap">True</property>
11211                         <property name="ellipsize">none</property>
11212                         <property name="width-chars">8</property>
11213                         <property name="max-width-chars">12</property>
11214                         <attributes>
11215                           <attribute name="font-desc" value="Monospace"/>
11216                         </attributes>
11217                       </object>
11218                     </child>
11219                   </object>
11220                   <packing>
11221                     <property name="resize">False</property>
11222                     <property name="shrink">False</property>
11223                   </packing>
11224                 </child>
11225                 <child>
11226                   <object class="GtkEventBox" id="required-natural-container58">
11227                     <property name="visible">True</property>
11228                     <property name="can_focus">False</property>
11229                     <property name="valign">start</property>
11230                     <property name="halign">end</property>
11231                     <child>
11232                       <object class="GtkLabel" id="required-natural58">
11233                         <property name="visible">True</property>
11234                         <property name="can_focus">False</property>
11235                         <property name="label" translatable="yes">ABCDE ABCD</property>
11236                         <property name="xalign">0.0</property>
11237                         <property name="wrap">True</property>
11238                         <property name="ellipsize">none</property>
11239                         <property name="width-chars">8</property>
11240                         <property name="max-width-chars">12</property>
11241                         <attributes>
11242                           <attribute name="font-desc" value="Monospace"/>
11243                         </attributes>
11244                       </object>
11245                     </child>
11246                   </object>
11247                   <packing>
11248                     <property name="resize">True</property>
11249                     <property name="shrink">False</property>
11250                   </packing>
11251                 </child>
11252               </object>
11253               <packing>
11254                 <property name="resize">False</property>
11255                 <property name="shrink">False</property>
11256               </packing>
11257             </child>
11258             <child>
11259               <object class="GtkPaned" id="natural58">
11260                 <property name="visible">True</property>
11261                 <property name="can_focus">True</property>
11262                 <property name="orientation">vertical</property>
11263                 <child>
11264                   <object class="GtkEventBox" id="natural-required-container58">
11265                     <property name="visible">True</property>
11266                     <property name="can_focus">False</property>
11267                     <property name="valign">end</property>
11268                     <property name="halign">start</property>
11269                     <child>
11270                       <object class="GtkLabel" id="natural-required58">
11271                         <property name="visible">True</property>
11272                         <property name="can_focus">False</property>
11273                         <property name="label" translatable="yes">ABCDE ABCD</property>
11274                         <property name="xalign">0.0</property>
11275                         <property name="wrap">True</property>
11276                         <property name="ellipsize">none</property>
11277                         <property name="width-chars">8</property>
11278                         <property name="max-width-chars">12</property>
11279                         <attributes>
11280                           <attribute name="font-desc" value="Monospace"/>
11281                         </attributes>
11282                       </object>
11283                     </child>
11284                   </object>
11285                   <packing>
11286                     <property name="resize">False</property>
11287                     <property name="shrink">False</property>
11288                   </packing>
11289                 </child>
11290                 <child>
11291                   <object class="GtkEventBox" id="natural-natural-container58">
11292                     <property name="visible">True</property>
11293                     <property name="can_focus">False</property>
11294                     <property name="valign">start</property>
11295                     <property name="halign">start</property>
11296                     <child>
11297                       <object class="GtkLabel" id="natural-natural58">
11298                         <property name="visible">True</property>
11299                         <property name="can_focus">False</property>
11300                         <property name="label" translatable="yes">ABCDE ABCD</property>
11301                         <property name="xalign">0.0</property>
11302                         <property name="wrap">True</property>
11303                         <property name="ellipsize">none</property>
11304                         <property name="width-chars">8</property>
11305                         <property name="max-width-chars">12</property>
11306                         <attributes>
11307                           <attribute name="font-desc" value="Monospace"/>
11308                         </attributes>
11309                       </object>
11310                     </child>
11311                   </object>
11312                   <packing>
11313                     <property name="resize">True</property>
11314                     <property name="shrink">False</property>
11315                   </packing>
11316                 </child>
11317               </object>
11318               <packing>
11319                 <property name="resize">True</property>
11320                 <property name="shrink">False</property>
11321               </packing>
11322             </child>
11323           </object>
11324           <packing>
11325             <property name="left_attach">4</property>
11326             <property name="top_attach">58</property>
11327             <property name="width">1</property>
11328             <property name="height">1</property>
11329           </packing>
11330         </child>
11331         <child>
11332           <object class="GtkLabel" id="wrap59">
11333             <property name="visible">True</property>
11334             <property name="can_focus">False</property>
11335             <property name="label" translatable="yes">False</property>
11336           </object>
11337           <packing>
11338             <property name="left_attach">0</property>
11339             <property name="top_attach">59</property>
11340             <property name="width">1</property>
11341             <property name="height">1</property>
11342           </packing>
11343         </child>
11344         <child>
11345           <object class="GtkLabel" id="ellipsize59">
11346             <property name="visible">True</property>
11347             <property name="can_focus">False</property>
11348             <property name="label" translatable="yes">end</property>
11349           </object>
11350           <packing>
11351             <property name="left_attach">1</property>
11352             <property name="top_attach">59</property>
11353             <property name="width">1</property>
11354             <property name="height">1</property>
11355           </packing>
11356         </child>
11357         <child>
11358           <object class="GtkLabel" id="width_chars59">
11359             <property name="visible">True</property>
11360             <property name="can_focus">False</property>
11361             <property name="label" translatable="yes">8</property>
11362           </object>
11363           <packing>
11364             <property name="left_attach">2</property>
11365             <property name="top_attach">59</property>
11366             <property name="width">1</property>
11367             <property name="height">1</property>
11368           </packing>
11369         </child>
11370         <child>
11371           <object class="GtkLabel" id="max_width_chars59">
11372             <property name="visible">True</property>
11373             <property name="can_focus">False</property>
11374             <property name="label" translatable="yes">12</property>
11375           </object>
11376           <packing>
11377             <property name="left_attach">3</property>
11378             <property name="top_attach">59</property>
11379             <property name="width">1</property>
11380             <property name="height">1</property>
11381           </packing>
11382         </child>
11383         <child>
11384           <object class="GtkPaned" id="paned59">
11385             <property name="visible">True</property>
11386             <property name="can_focus">True</property>
11387             <child>
11388               <object class="GtkPaned" id="required59">
11389                 <property name="visible">True</property>
11390                 <property name="can_focus">True</property>
11391                 <property name="orientation">vertical</property>
11392                 <child>
11393                   <object class="GtkEventBox" id="required-required-container59">
11394                     <property name="visible">True</property>
11395                     <property name="can_focus">False</property>
11396                     <property name="valign">end</property>
11397                     <property name="halign">end</property>
11398                     <child>
11399                       <object class="GtkLabel" id="required-required59">
11400                         <property name="visible">True</property>
11401                         <property name="can_focus">False</property>
11402                         <property name="label" translatable="yes">ABCDE ABCD</property>
11403                         <property name="xalign">0.0</property>
11404                         <property name="wrap">False</property>
11405                         <property name="ellipsize">end</property>
11406                         <property name="width-chars">8</property>
11407                         <property name="max-width-chars">12</property>
11408                         <attributes>
11409                           <attribute name="font-desc" value="Monospace"/>
11410                         </attributes>
11411                       </object>
11412                     </child>
11413                   </object>
11414                   <packing>
11415                     <property name="resize">False</property>
11416                     <property name="shrink">False</property>
11417                   </packing>
11418                 </child>
11419                 <child>
11420                   <object class="GtkEventBox" id="required-natural-container59">
11421                     <property name="visible">True</property>
11422                     <property name="can_focus">False</property>
11423                     <property name="valign">start</property>
11424                     <property name="halign">end</property>
11425                     <child>
11426                       <object class="GtkLabel" id="required-natural59">
11427                         <property name="visible">True</property>
11428                         <property name="can_focus">False</property>
11429                         <property name="label" translatable="yes">ABCDE ABCD</property>
11430                         <property name="xalign">0.0</property>
11431                         <property name="wrap">False</property>
11432                         <property name="ellipsize">end</property>
11433                         <property name="width-chars">8</property>
11434                         <property name="max-width-chars">12</property>
11435                         <attributes>
11436                           <attribute name="font-desc" value="Monospace"/>
11437                         </attributes>
11438                       </object>
11439                     </child>
11440                   </object>
11441                   <packing>
11442                     <property name="resize">True</property>
11443                     <property name="shrink">False</property>
11444                   </packing>
11445                 </child>
11446               </object>
11447               <packing>
11448                 <property name="resize">False</property>
11449                 <property name="shrink">False</property>
11450               </packing>
11451             </child>
11452             <child>
11453               <object class="GtkPaned" id="natural59">
11454                 <property name="visible">True</property>
11455                 <property name="can_focus">True</property>
11456                 <property name="orientation">vertical</property>
11457                 <child>
11458                   <object class="GtkEventBox" id="natural-required-container59">
11459                     <property name="visible">True</property>
11460                     <property name="can_focus">False</property>
11461                     <property name="valign">end</property>
11462                     <property name="halign">start</property>
11463                     <child>
11464                       <object class="GtkLabel" id="natural-required59">
11465                         <property name="visible">True</property>
11466                         <property name="can_focus">False</property>
11467                         <property name="label" translatable="yes">ABCDE ABCD</property>
11468                         <property name="xalign">0.0</property>
11469                         <property name="wrap">False</property>
11470                         <property name="ellipsize">end</property>
11471                         <property name="width-chars">8</property>
11472                         <property name="max-width-chars">12</property>
11473                         <attributes>
11474                           <attribute name="font-desc" value="Monospace"/>
11475                         </attributes>
11476                       </object>
11477                     </child>
11478                   </object>
11479                   <packing>
11480                     <property name="resize">False</property>
11481                     <property name="shrink">False</property>
11482                   </packing>
11483                 </child>
11484                 <child>
11485                   <object class="GtkEventBox" id="natural-natural-container59">
11486                     <property name="visible">True</property>
11487                     <property name="can_focus">False</property>
11488                     <property name="valign">start</property>
11489                     <property name="halign">start</property>
11490                     <child>
11491                       <object class="GtkLabel" id="natural-natural59">
11492                         <property name="visible">True</property>
11493                         <property name="can_focus">False</property>
11494                         <property name="label" translatable="yes">ABCDE ABCD</property>
11495                         <property name="xalign">0.0</property>
11496                         <property name="wrap">False</property>
11497                         <property name="ellipsize">end</property>
11498                         <property name="width-chars">8</property>
11499                         <property name="max-width-chars">12</property>
11500                         <attributes>
11501                           <attribute name="font-desc" value="Monospace"/>
11502                         </attributes>
11503                       </object>
11504                     </child>
11505                   </object>
11506                   <packing>
11507                     <property name="resize">True</property>
11508                     <property name="shrink">False</property>
11509                   </packing>
11510                 </child>
11511               </object>
11512               <packing>
11513                 <property name="resize">True</property>
11514                 <property name="shrink">False</property>
11515               </packing>
11516             </child>
11517           </object>
11518           <packing>
11519             <property name="left_attach">4</property>
11520             <property name="top_attach">59</property>
11521             <property name="width">1</property>
11522             <property name="height">1</property>
11523           </packing>
11524         </child>
11525         <child>
11526           <object class="GtkLabel" id="wrap60">
11527             <property name="visible">True</property>
11528             <property name="can_focus">False</property>
11529             <property name="label" translatable="yes">True</property>
11530           </object>
11531           <packing>
11532             <property name="left_attach">0</property>
11533             <property name="top_attach">60</property>
11534             <property name="width">1</property>
11535             <property name="height">1</property>
11536           </packing>
11537         </child>
11538         <child>
11539           <object class="GtkLabel" id="ellipsize60">
11540             <property name="visible">True</property>
11541             <property name="can_focus">False</property>
11542             <property name="label" translatable="yes">end</property>
11543           </object>
11544           <packing>
11545             <property name="left_attach">1</property>
11546             <property name="top_attach">60</property>
11547             <property name="width">1</property>
11548             <property name="height">1</property>
11549           </packing>
11550         </child>
11551         <child>
11552           <object class="GtkLabel" id="width_chars60">
11553             <property name="visible">True</property>
11554             <property name="can_focus">False</property>
11555             <property name="label" translatable="yes">8</property>
11556           </object>
11557           <packing>
11558             <property name="left_attach">2</property>
11559             <property name="top_attach">60</property>
11560             <property name="width">1</property>
11561             <property name="height">1</property>
11562           </packing>
11563         </child>
11564         <child>
11565           <object class="GtkLabel" id="max_width_chars60">
11566             <property name="visible">True</property>
11567             <property name="can_focus">False</property>
11568             <property name="label" translatable="yes">12</property>
11569           </object>
11570           <packing>
11571             <property name="left_attach">3</property>
11572             <property name="top_attach">60</property>
11573             <property name="width">1</property>
11574             <property name="height">1</property>
11575           </packing>
11576         </child>
11577         <child>
11578           <object class="GtkPaned" id="paned60">
11579             <property name="visible">True</property>
11580             <property name="can_focus">True</property>
11581             <child>
11582               <object class="GtkPaned" id="required60">
11583                 <property name="visible">True</property>
11584                 <property name="can_focus">True</property>
11585                 <property name="orientation">vertical</property>
11586                 <child>
11587                   <object class="GtkEventBox" id="required-required-container60">
11588                     <property name="visible">True</property>
11589                     <property name="can_focus">False</property>
11590                     <property name="valign">end</property>
11591                     <property name="halign">end</property>
11592                     <child>
11593                       <object class="GtkLabel" id="required-required60">
11594                         <property name="visible">True</property>
11595                         <property name="can_focus">False</property>
11596                         <property name="label" translatable="yes">ABCDE ABCD</property>
11597                         <property name="xalign">0.0</property>
11598                         <property name="wrap">True</property>
11599                         <property name="ellipsize">end</property>
11600                         <property name="width-chars">8</property>
11601                         <property name="max-width-chars">12</property>
11602                         <attributes>
11603                           <attribute name="font-desc" value="Monospace"/>
11604                         </attributes>
11605                       </object>
11606                     </child>
11607                   </object>
11608                   <packing>
11609                     <property name="resize">False</property>
11610                     <property name="shrink">False</property>
11611                   </packing>
11612                 </child>
11613                 <child>
11614                   <object class="GtkEventBox" id="required-natural-container60">
11615                     <property name="visible">True</property>
11616                     <property name="can_focus">False</property>
11617                     <property name="valign">start</property>
11618                     <property name="halign">end</property>
11619                     <child>
11620                       <object class="GtkLabel" id="required-natural60">
11621                         <property name="visible">True</property>
11622                         <property name="can_focus">False</property>
11623                         <property name="label" translatable="yes">ABCDE ABCD</property>
11624                         <property name="xalign">0.0</property>
11625                         <property name="wrap">True</property>
11626                         <property name="ellipsize">end</property>
11627                         <property name="width-chars">8</property>
11628                         <property name="max-width-chars">12</property>
11629                         <attributes>
11630                           <attribute name="font-desc" value="Monospace"/>
11631                         </attributes>
11632                       </object>
11633                     </child>
11634                   </object>
11635                   <packing>
11636                     <property name="resize">True</property>
11637                     <property name="shrink">False</property>
11638                   </packing>
11639                 </child>
11640               </object>
11641               <packing>
11642                 <property name="resize">False</property>
11643                 <property name="shrink">False</property>
11644               </packing>
11645             </child>
11646             <child>
11647               <object class="GtkPaned" id="natural60">
11648                 <property name="visible">True</property>
11649                 <property name="can_focus">True</property>
11650                 <property name="orientation">vertical</property>
11651                 <child>
11652                   <object class="GtkEventBox" id="natural-required-container60">
11653                     <property name="visible">True</property>
11654                     <property name="can_focus">False</property>
11655                     <property name="valign">end</property>
11656                     <property name="halign">start</property>
11657                     <child>
11658                       <object class="GtkLabel" id="natural-required60">
11659                         <property name="visible">True</property>
11660                         <property name="can_focus">False</property>
11661                         <property name="label" translatable="yes">ABCDE ABCD</property>
11662                         <property name="xalign">0.0</property>
11663                         <property name="wrap">True</property>
11664                         <property name="ellipsize">end</property>
11665                         <property name="width-chars">8</property>
11666                         <property name="max-width-chars">12</property>
11667                         <attributes>
11668                           <attribute name="font-desc" value="Monospace"/>
11669                         </attributes>
11670                       </object>
11671                     </child>
11672                   </object>
11673                   <packing>
11674                     <property name="resize">False</property>
11675                     <property name="shrink">False</property>
11676                   </packing>
11677                 </child>
11678                 <child>
11679                   <object class="GtkEventBox" id="natural-natural-container60">
11680                     <property name="visible">True</property>
11681                     <property name="can_focus">False</property>
11682                     <property name="valign">start</property>
11683                     <property name="halign">start</property>
11684                     <child>
11685                       <object class="GtkLabel" id="natural-natural60">
11686                         <property name="visible">True</property>
11687                         <property name="can_focus">False</property>
11688                         <property name="label" translatable="yes">ABCDE ABCD</property>
11689                         <property name="xalign">0.0</property>
11690                         <property name="wrap">True</property>
11691                         <property name="ellipsize">end</property>
11692                         <property name="width-chars">8</property>
11693                         <property name="max-width-chars">12</property>
11694                         <attributes>
11695                           <attribute name="font-desc" value="Monospace"/>
11696                         </attributes>
11697                       </object>
11698                     </child>
11699                   </object>
11700                   <packing>
11701                     <property name="resize">True</property>
11702                     <property name="shrink">False</property>
11703                   </packing>
11704                 </child>
11705               </object>
11706               <packing>
11707                 <property name="resize">True</property>
11708                 <property name="shrink">False</property>
11709               </packing>
11710             </child>
11711           </object>
11712           <packing>
11713             <property name="left_attach">4</property>
11714             <property name="top_attach">60</property>
11715             <property name="width">1</property>
11716             <property name="height">1</property>
11717           </packing>
11718         </child>
11719         <child>
11720           <object class="GtkLabel" id="wrap61">
11721             <property name="visible">True</property>
11722             <property name="can_focus">False</property>
11723             <property name="label" translatable="yes">False</property>
11724           </object>
11725           <packing>
11726             <property name="left_attach">0</property>
11727             <property name="top_attach">61</property>
11728             <property name="width">1</property>
11729             <property name="height">1</property>
11730           </packing>
11731         </child>
11732         <child>
11733           <object class="GtkLabel" id="ellipsize61">
11734             <property name="visible">True</property>
11735             <property name="can_focus">False</property>
11736             <property name="label" translatable="yes">none</property>
11737           </object>
11738           <packing>
11739             <property name="left_attach">1</property>
11740             <property name="top_attach">61</property>
11741             <property name="width">1</property>
11742             <property name="height">1</property>
11743           </packing>
11744         </child>
11745         <child>
11746           <object class="GtkLabel" id="width_chars61">
11747             <property name="visible">True</property>
11748             <property name="can_focus">False</property>
11749             <property name="label" translatable="yes">12</property>
11750           </object>
11751           <packing>
11752             <property name="left_attach">2</property>
11753             <property name="top_attach">61</property>
11754             <property name="width">1</property>
11755             <property name="height">1</property>
11756           </packing>
11757         </child>
11758         <child>
11759           <object class="GtkLabel" id="max_width_chars61">
11760             <property name="visible">True</property>
11761             <property name="can_focus">False</property>
11762             <property name="label" translatable="yes">12</property>
11763           </object>
11764           <packing>
11765             <property name="left_attach">3</property>
11766             <property name="top_attach">61</property>
11767             <property name="width">1</property>
11768             <property name="height">1</property>
11769           </packing>
11770         </child>
11771         <child>
11772           <object class="GtkPaned" id="paned61">
11773             <property name="visible">True</property>
11774             <property name="can_focus">True</property>
11775             <child>
11776               <object class="GtkPaned" id="required61">
11777                 <property name="visible">True</property>
11778                 <property name="can_focus">True</property>
11779                 <property name="orientation">vertical</property>
11780                 <child>
11781                   <object class="GtkEventBox" id="required-required-container61">
11782                     <property name="visible">True</property>
11783                     <property name="can_focus">False</property>
11784                     <property name="valign">end</property>
11785                     <property name="halign">end</property>
11786                     <child>
11787                       <object class="GtkLabel" id="required-required61">
11788                         <property name="visible">True</property>
11789                         <property name="can_focus">False</property>
11790                         <property name="label" translatable="yes">ABCDE ABCD</property>
11791                         <property name="xalign">0.0</property>
11792                         <property name="wrap">False</property>
11793                         <property name="ellipsize">none</property>
11794                         <property name="width-chars">12</property>
11795                         <property name="max-width-chars">12</property>
11796                         <attributes>
11797                           <attribute name="font-desc" value="Monospace"/>
11798                         </attributes>
11799                       </object>
11800                     </child>
11801                   </object>
11802                   <packing>
11803                     <property name="resize">False</property>
11804                     <property name="shrink">False</property>
11805                   </packing>
11806                 </child>
11807                 <child>
11808                   <object class="GtkEventBox" id="required-natural-container61">
11809                     <property name="visible">True</property>
11810                     <property name="can_focus">False</property>
11811                     <property name="valign">start</property>
11812                     <property name="halign">end</property>
11813                     <child>
11814                       <object class="GtkLabel" id="required-natural61">
11815                         <property name="visible">True</property>
11816                         <property name="can_focus">False</property>
11817                         <property name="label" translatable="yes">ABCDE ABCD</property>
11818                         <property name="xalign">0.0</property>
11819                         <property name="wrap">False</property>
11820                         <property name="ellipsize">none</property>
11821                         <property name="width-chars">12</property>
11822                         <property name="max-width-chars">12</property>
11823                         <attributes>
11824                           <attribute name="font-desc" value="Monospace"/>
11825                         </attributes>
11826                       </object>
11827                     </child>
11828                   </object>
11829                   <packing>
11830                     <property name="resize">True</property>
11831                     <property name="shrink">False</property>
11832                   </packing>
11833                 </child>
11834               </object>
11835               <packing>
11836                 <property name="resize">False</property>
11837                 <property name="shrink">False</property>
11838               </packing>
11839             </child>
11840             <child>
11841               <object class="GtkPaned" id="natural61">
11842                 <property name="visible">True</property>
11843                 <property name="can_focus">True</property>
11844                 <property name="orientation">vertical</property>
11845                 <child>
11846                   <object class="GtkEventBox" id="natural-required-container61">
11847                     <property name="visible">True</property>
11848                     <property name="can_focus">False</property>
11849                     <property name="valign">end</property>
11850                     <property name="halign">start</property>
11851                     <child>
11852                       <object class="GtkLabel" id="natural-required61">
11853                         <property name="visible">True</property>
11854                         <property name="can_focus">False</property>
11855                         <property name="label" translatable="yes">ABCDE ABCD</property>
11856                         <property name="xalign">0.0</property>
11857                         <property name="wrap">False</property>
11858                         <property name="ellipsize">none</property>
11859                         <property name="width-chars">12</property>
11860                         <property name="max-width-chars">12</property>
11861                         <attributes>
11862                           <attribute name="font-desc" value="Monospace"/>
11863                         </attributes>
11864                       </object>
11865                     </child>
11866                   </object>
11867                   <packing>
11868                     <property name="resize">False</property>
11869                     <property name="shrink">False</property>
11870                   </packing>
11871                 </child>
11872                 <child>
11873                   <object class="GtkEventBox" id="natural-natural-container61">
11874                     <property name="visible">True</property>
11875                     <property name="can_focus">False</property>
11876                     <property name="valign">start</property>
11877                     <property name="halign">start</property>
11878                     <child>
11879                       <object class="GtkLabel" id="natural-natural61">
11880                         <property name="visible">True</property>
11881                         <property name="can_focus">False</property>
11882                         <property name="label" translatable="yes">ABCDE ABCD</property>
11883                         <property name="xalign">0.0</property>
11884                         <property name="wrap">False</property>
11885                         <property name="ellipsize">none</property>
11886                         <property name="width-chars">12</property>
11887                         <property name="max-width-chars">12</property>
11888                         <attributes>
11889                           <attribute name="font-desc" value="Monospace"/>
11890                         </attributes>
11891                       </object>
11892                     </child>
11893                   </object>
11894                   <packing>
11895                     <property name="resize">True</property>
11896                     <property name="shrink">False</property>
11897                   </packing>
11898                 </child>
11899               </object>
11900               <packing>
11901                 <property name="resize">True</property>
11902                 <property name="shrink">False</property>
11903               </packing>
11904             </child>
11905           </object>
11906           <packing>
11907             <property name="left_attach">4</property>
11908             <property name="top_attach">61</property>
11909             <property name="width">1</property>
11910             <property name="height">1</property>
11911           </packing>
11912         </child>
11913         <child>
11914           <object class="GtkLabel" id="wrap62">
11915             <property name="visible">True</property>
11916             <property name="can_focus">False</property>
11917             <property name="label" translatable="yes">True</property>
11918           </object>
11919           <packing>
11920             <property name="left_attach">0</property>
11921             <property name="top_attach">62</property>
11922             <property name="width">1</property>
11923             <property name="height">1</property>
11924           </packing>
11925         </child>
11926         <child>
11927           <object class="GtkLabel" id="ellipsize62">
11928             <property name="visible">True</property>
11929             <property name="can_focus">False</property>
11930             <property name="label" translatable="yes">none</property>
11931           </object>
11932           <packing>
11933             <property name="left_attach">1</property>
11934             <property name="top_attach">62</property>
11935             <property name="width">1</property>
11936             <property name="height">1</property>
11937           </packing>
11938         </child>
11939         <child>
11940           <object class="GtkLabel" id="width_chars62">
11941             <property name="visible">True</property>
11942             <property name="can_focus">False</property>
11943             <property name="label" translatable="yes">12</property>
11944           </object>
11945           <packing>
11946             <property name="left_attach">2</property>
11947             <property name="top_attach">62</property>
11948             <property name="width">1</property>
11949             <property name="height">1</property>
11950           </packing>
11951         </child>
11952         <child>
11953           <object class="GtkLabel" id="max_width_chars62">
11954             <property name="visible">True</property>
11955             <property name="can_focus">False</property>
11956             <property name="label" translatable="yes">12</property>
11957           </object>
11958           <packing>
11959             <property name="left_attach">3</property>
11960             <property name="top_attach">62</property>
11961             <property name="width">1</property>
11962             <property name="height">1</property>
11963           </packing>
11964         </child>
11965         <child>
11966           <object class="GtkPaned" id="paned62">
11967             <property name="visible">True</property>
11968             <property name="can_focus">True</property>
11969             <child>
11970               <object class="GtkPaned" id="required62">
11971                 <property name="visible">True</property>
11972                 <property name="can_focus">True</property>
11973                 <property name="orientation">vertical</property>
11974                 <child>
11975                   <object class="GtkEventBox" id="required-required-container62">
11976                     <property name="visible">True</property>
11977                     <property name="can_focus">False</property>
11978                     <property name="valign">end</property>
11979                     <property name="halign">end</property>
11980                     <child>
11981                       <object class="GtkLabel" id="required-required62">
11982                         <property name="visible">True</property>
11983                         <property name="can_focus">False</property>
11984                         <property name="label" translatable="yes">ABCDE ABCD</property>
11985                         <property name="xalign">0.0</property>
11986                         <property name="wrap">True</property>
11987                         <property name="ellipsize">none</property>
11988                         <property name="width-chars">12</property>
11989                         <property name="max-width-chars">12</property>
11990                         <attributes>
11991                           <attribute name="font-desc" value="Monospace"/>
11992                         </attributes>
11993                       </object>
11994                     </child>
11995                   </object>
11996                   <packing>
11997                     <property name="resize">False</property>
11998                     <property name="shrink">False</property>
11999                   </packing>
12000                 </child>
12001                 <child>
12002                   <object class="GtkEventBox" id="required-natural-container62">
12003                     <property name="visible">True</property>
12004                     <property name="can_focus">False</property>
12005                     <property name="valign">start</property>
12006                     <property name="halign">end</property>
12007                     <child>
12008                       <object class="GtkLabel" id="required-natural62">
12009                         <property name="visible">True</property>
12010                         <property name="can_focus">False</property>
12011                         <property name="label" translatable="yes">ABCDE ABCD</property>
12012                         <property name="xalign">0.0</property>
12013                         <property name="wrap">True</property>
12014                         <property name="ellipsize">none</property>
12015                         <property name="width-chars">12</property>
12016                         <property name="max-width-chars">12</property>
12017                         <attributes>
12018                           <attribute name="font-desc" value="Monospace"/>
12019                         </attributes>
12020                       </object>
12021                     </child>
12022                   </object>
12023                   <packing>
12024                     <property name="resize">True</property>
12025                     <property name="shrink">False</property>
12026                   </packing>
12027                 </child>
12028               </object>
12029               <packing>
12030                 <property name="resize">False</property>
12031                 <property name="shrink">False</property>
12032               </packing>
12033             </child>
12034             <child>
12035               <object class="GtkPaned" id="natural62">
12036                 <property name="visible">True</property>
12037                 <property name="can_focus">True</property>
12038                 <property name="orientation">vertical</property>
12039                 <child>
12040                   <object class="GtkEventBox" id="natural-required-container62">
12041                     <property name="visible">True</property>
12042                     <property name="can_focus">False</property>
12043                     <property name="valign">end</property>
12044                     <property name="halign">start</property>
12045                     <child>
12046                       <object class="GtkLabel" id="natural-required62">
12047                         <property name="visible">True</property>
12048                         <property name="can_focus">False</property>
12049                         <property name="label" translatable="yes">ABCDE ABCD</property>
12050                         <property name="xalign">0.0</property>
12051                         <property name="wrap">True</property>
12052                         <property name="ellipsize">none</property>
12053                         <property name="width-chars">12</property>
12054                         <property name="max-width-chars">12</property>
12055                         <attributes>
12056                           <attribute name="font-desc" value="Monospace"/>
12057                         </attributes>
12058                       </object>
12059                     </child>
12060                   </object>
12061                   <packing>
12062                     <property name="resize">False</property>
12063                     <property name="shrink">False</property>
12064                   </packing>
12065                 </child>
12066                 <child>
12067                   <object class="GtkEventBox" id="natural-natural-container62">
12068                     <property name="visible">True</property>
12069                     <property name="can_focus">False</property>
12070                     <property name="valign">start</property>
12071                     <property name="halign">start</property>
12072                     <child>
12073                       <object class="GtkLabel" id="natural-natural62">
12074                         <property name="visible">True</property>
12075                         <property name="can_focus">False</property>
12076                         <property name="label" translatable="yes">ABCDE ABCD</property>
12077                         <property name="xalign">0.0</property>
12078                         <property name="wrap">True</property>
12079                         <property name="ellipsize">none</property>
12080                         <property name="width-chars">12</property>
12081                         <property name="max-width-chars">12</property>
12082                         <attributes>
12083                           <attribute name="font-desc" value="Monospace"/>
12084                         </attributes>
12085                       </object>
12086                     </child>
12087                   </object>
12088                   <packing>
12089                     <property name="resize">True</property>
12090                     <property name="shrink">False</property>
12091                   </packing>
12092                 </child>
12093               </object>
12094               <packing>
12095                 <property name="resize">True</property>
12096                 <property name="shrink">False</property>
12097               </packing>
12098             </child>
12099           </object>
12100           <packing>
12101             <property name="left_attach">4</property>
12102             <property name="top_attach">62</property>
12103             <property name="width">1</property>
12104             <property name="height">1</property>
12105           </packing>
12106         </child>
12107         <child>
12108           <object class="GtkLabel" id="wrap63">
12109             <property name="visible">True</property>
12110             <property name="can_focus">False</property>
12111             <property name="label" translatable="yes">False</property>
12112           </object>
12113           <packing>
12114             <property name="left_attach">0</property>
12115             <property name="top_attach">63</property>
12116             <property name="width">1</property>
12117             <property name="height">1</property>
12118           </packing>
12119         </child>
12120         <child>
12121           <object class="GtkLabel" id="ellipsize63">
12122             <property name="visible">True</property>
12123             <property name="can_focus">False</property>
12124             <property name="label" translatable="yes">end</property>
12125           </object>
12126           <packing>
12127             <property name="left_attach">1</property>
12128             <property name="top_attach">63</property>
12129             <property name="width">1</property>
12130             <property name="height">1</property>
12131           </packing>
12132         </child>
12133         <child>
12134           <object class="GtkLabel" id="width_chars63">
12135             <property name="visible">True</property>
12136             <property name="can_focus">False</property>
12137             <property name="label" translatable="yes">12</property>
12138           </object>
12139           <packing>
12140             <property name="left_attach">2</property>
12141             <property name="top_attach">63</property>
12142             <property name="width">1</property>
12143             <property name="height">1</property>
12144           </packing>
12145         </child>
12146         <child>
12147           <object class="GtkLabel" id="max_width_chars63">
12148             <property name="visible">True</property>
12149             <property name="can_focus">False</property>
12150             <property name="label" translatable="yes">12</property>
12151           </object>
12152           <packing>
12153             <property name="left_attach">3</property>
12154             <property name="top_attach">63</property>
12155             <property name="width">1</property>
12156             <property name="height">1</property>
12157           </packing>
12158         </child>
12159         <child>
12160           <object class="GtkPaned" id="paned63">
12161             <property name="visible">True</property>
12162             <property name="can_focus">True</property>
12163             <child>
12164               <object class="GtkPaned" id="required63">
12165                 <property name="visible">True</property>
12166                 <property name="can_focus">True</property>
12167                 <property name="orientation">vertical</property>
12168                 <child>
12169                   <object class="GtkEventBox" id="required-required-container63">
12170                     <property name="visible">True</property>
12171                     <property name="can_focus">False</property>
12172                     <property name="valign">end</property>
12173                     <property name="halign">end</property>
12174                     <child>
12175                       <object class="GtkLabel" id="required-required63">
12176                         <property name="visible">True</property>
12177                         <property name="can_focus">False</property>
12178                         <property name="label" translatable="yes">ABCDE ABCD</property>
12179                         <property name="xalign">0.0</property>
12180                         <property name="wrap">False</property>
12181                         <property name="ellipsize">end</property>
12182                         <property name="width-chars">12</property>
12183                         <property name="max-width-chars">12</property>
12184                         <attributes>
12185                           <attribute name="font-desc" value="Monospace"/>
12186                         </attributes>
12187                       </object>
12188                     </child>
12189                   </object>
12190                   <packing>
12191                     <property name="resize">False</property>
12192                     <property name="shrink">False</property>
12193                   </packing>
12194                 </child>
12195                 <child>
12196                   <object class="GtkEventBox" id="required-natural-container63">
12197                     <property name="visible">True</property>
12198                     <property name="can_focus">False</property>
12199                     <property name="valign">start</property>
12200                     <property name="halign">end</property>
12201                     <child>
12202                       <object class="GtkLabel" id="required-natural63">
12203                         <property name="visible">True</property>
12204                         <property name="can_focus">False</property>
12205                         <property name="label" translatable="yes">ABCDE ABCD</property>
12206                         <property name="xalign">0.0</property>
12207                         <property name="wrap">False</property>
12208                         <property name="ellipsize">end</property>
12209                         <property name="width-chars">12</property>
12210                         <property name="max-width-chars">12</property>
12211                         <attributes>
12212                           <attribute name="font-desc" value="Monospace"/>
12213                         </attributes>
12214                       </object>
12215                     </child>
12216                   </object>
12217                   <packing>
12218                     <property name="resize">True</property>
12219                     <property name="shrink">False</property>
12220                   </packing>
12221                 </child>
12222               </object>
12223               <packing>
12224                 <property name="resize">False</property>
12225                 <property name="shrink">False</property>
12226               </packing>
12227             </child>
12228             <child>
12229               <object class="GtkPaned" id="natural63">
12230                 <property name="visible">True</property>
12231                 <property name="can_focus">True</property>
12232                 <property name="orientation">vertical</property>
12233                 <child>
12234                   <object class="GtkEventBox" id="natural-required-container63">
12235                     <property name="visible">True</property>
12236                     <property name="can_focus">False</property>
12237                     <property name="valign">end</property>
12238                     <property name="halign">start</property>
12239                     <child>
12240                       <object class="GtkLabel" id="natural-required63">
12241                         <property name="visible">True</property>
12242                         <property name="can_focus">False</property>
12243                         <property name="label" translatable="yes">ABCDE ABCD</property>
12244                         <property name="xalign">0.0</property>
12245                         <property name="wrap">False</property>
12246                         <property name="ellipsize">end</property>
12247                         <property name="width-chars">12</property>
12248                         <property name="max-width-chars">12</property>
12249                         <attributes>
12250                           <attribute name="font-desc" value="Monospace"/>
12251                         </attributes>
12252                       </object>
12253                     </child>
12254                   </object>
12255                   <packing>
12256                     <property name="resize">False</property>
12257                     <property name="shrink">False</property>
12258                   </packing>
12259                 </child>
12260                 <child>
12261                   <object class="GtkEventBox" id="natural-natural-container63">
12262                     <property name="visible">True</property>
12263                     <property name="can_focus">False</property>
12264                     <property name="valign">start</property>
12265                     <property name="halign">start</property>
12266                     <child>
12267                       <object class="GtkLabel" id="natural-natural63">
12268                         <property name="visible">True</property>
12269                         <property name="can_focus">False</property>
12270                         <property name="label" translatable="yes">ABCDE ABCD</property>
12271                         <property name="xalign">0.0</property>
12272                         <property name="wrap">False</property>
12273                         <property name="ellipsize">end</property>
12274                         <property name="width-chars">12</property>
12275                         <property name="max-width-chars">12</property>
12276                         <attributes>
12277                           <attribute name="font-desc" value="Monospace"/>
12278                         </attributes>
12279                       </object>
12280                     </child>
12281                   </object>
12282                   <packing>
12283                     <property name="resize">True</property>
12284                     <property name="shrink">False</property>
12285                   </packing>
12286                 </child>
12287               </object>
12288               <packing>
12289                 <property name="resize">True</property>
12290                 <property name="shrink">False</property>
12291               </packing>
12292             </child>
12293           </object>
12294           <packing>
12295             <property name="left_attach">4</property>
12296             <property name="top_attach">63</property>
12297             <property name="width">1</property>
12298             <property name="height">1</property>
12299           </packing>
12300         </child>
12301         <child>
12302           <object class="GtkLabel" id="wrap64">
12303             <property name="visible">True</property>
12304             <property name="can_focus">False</property>
12305             <property name="label" translatable="yes">True</property>
12306           </object>
12307           <packing>
12308             <property name="left_attach">0</property>
12309             <property name="top_attach">64</property>
12310             <property name="width">1</property>
12311             <property name="height">1</property>
12312           </packing>
12313         </child>
12314         <child>
12315           <object class="GtkLabel" id="ellipsize64">
12316             <property name="visible">True</property>
12317             <property name="can_focus">False</property>
12318             <property name="label" translatable="yes">end</property>
12319           </object>
12320           <packing>
12321             <property name="left_attach">1</property>
12322             <property name="top_attach">64</property>
12323             <property name="width">1</property>
12324             <property name="height">1</property>
12325           </packing>
12326         </child>
12327         <child>
12328           <object class="GtkLabel" id="width_chars64">
12329             <property name="visible">True</property>
12330             <property name="can_focus">False</property>
12331             <property name="label" translatable="yes">12</property>
12332           </object>
12333           <packing>
12334             <property name="left_attach">2</property>
12335             <property name="top_attach">64</property>
12336             <property name="width">1</property>
12337             <property name="height">1</property>
12338           </packing>
12339         </child>
12340         <child>
12341           <object class="GtkLabel" id="max_width_chars64">
12342             <property name="visible">True</property>
12343             <property name="can_focus">False</property>
12344             <property name="label" translatable="yes">12</property>
12345           </object>
12346           <packing>
12347             <property name="left_attach">3</property>
12348             <property name="top_attach">64</property>
12349             <property name="width">1</property>
12350             <property name="height">1</property>
12351           </packing>
12352         </child>
12353         <child>
12354           <object class="GtkPaned" id="paned64">
12355             <property name="visible">True</property>
12356             <property name="can_focus">True</property>
12357             <child>
12358               <object class="GtkPaned" id="required64">
12359                 <property name="visible">True</property>
12360                 <property name="can_focus">True</property>
12361                 <property name="orientation">vertical</property>
12362                 <child>
12363                   <object class="GtkEventBox" id="required-required-container64">
12364                     <property name="visible">True</property>
12365                     <property name="can_focus">False</property>
12366                     <property name="valign">end</property>
12367                     <property name="halign">end</property>
12368                     <child>
12369                       <object class="GtkLabel" id="required-required64">
12370                         <property name="visible">True</property>
12371                         <property name="can_focus">False</property>
12372                         <property name="label" translatable="yes">ABCDE ABCD</property>
12373                         <property name="xalign">0.0</property>
12374                         <property name="wrap">True</property>
12375                         <property name="ellipsize">end</property>
12376                         <property name="width-chars">12</property>
12377                         <property name="max-width-chars">12</property>
12378                         <attributes>
12379                           <attribute name="font-desc" value="Monospace"/>
12380                         </attributes>
12381                       </object>
12382                     </child>
12383                   </object>
12384                   <packing>
12385                     <property name="resize">False</property>
12386                     <property name="shrink">False</property>
12387                   </packing>
12388                 </child>
12389                 <child>
12390                   <object class="GtkEventBox" id="required-natural-container64">
12391                     <property name="visible">True</property>
12392                     <property name="can_focus">False</property>
12393                     <property name="valign">start</property>
12394                     <property name="halign">end</property>
12395                     <child>
12396                       <object class="GtkLabel" id="required-natural64">
12397                         <property name="visible">True</property>
12398                         <property name="can_focus">False</property>
12399                         <property name="label" translatable="yes">ABCDE ABCD</property>
12400                         <property name="xalign">0.0</property>
12401                         <property name="wrap">True</property>
12402                         <property name="ellipsize">end</property>
12403                         <property name="width-chars">12</property>
12404                         <property name="max-width-chars">12</property>
12405                         <attributes>
12406                           <attribute name="font-desc" value="Monospace"/>
12407                         </attributes>
12408                       </object>
12409                     </child>
12410                   </object>
12411                   <packing>
12412                     <property name="resize">True</property>
12413                     <property name="shrink">False</property>
12414                   </packing>
12415                 </child>
12416               </object>
12417               <packing>
12418                 <property name="resize">False</property>
12419                 <property name="shrink">False</property>
12420               </packing>
12421             </child>
12422             <child>
12423               <object class="GtkPaned" id="natural64">
12424                 <property name="visible">True</property>
12425                 <property name="can_focus">True</property>
12426                 <property name="orientation">vertical</property>
12427                 <child>
12428                   <object class="GtkEventBox" id="natural-required-container64">
12429                     <property name="visible">True</property>
12430                     <property name="can_focus">False</property>
12431                     <property name="valign">end</property>
12432                     <property name="halign">start</property>
12433                     <child>
12434                       <object class="GtkLabel" id="natural-required64">
12435                         <property name="visible">True</property>
12436                         <property name="can_focus">False</property>
12437                         <property name="label" translatable="yes">ABCDE ABCD</property>
12438                         <property name="xalign">0.0</property>
12439                         <property name="wrap">True</property>
12440                         <property name="ellipsize">end</property>
12441                         <property name="width-chars">12</property>
12442                         <property name="max-width-chars">12</property>
12443                         <attributes>
12444                           <attribute name="font-desc" value="Monospace"/>
12445                         </attributes>
12446                       </object>
12447                     </child>
12448                   </object>
12449                   <packing>
12450                     <property name="resize">False</property>
12451                     <property name="shrink">False</property>
12452                   </packing>
12453                 </child>
12454                 <child>
12455                   <object class="GtkEventBox" id="natural-natural-container64">
12456                     <property name="visible">True</property>
12457                     <property name="can_focus">False</property>
12458                     <property name="valign">start</property>
12459                     <property name="halign">start</property>
12460                     <child>
12461                       <object class="GtkLabel" id="natural-natural64">
12462                         <property name="visible">True</property>
12463                         <property name="can_focus">False</property>
12464                         <property name="label" translatable="yes">ABCDE ABCD</property>
12465                         <property name="xalign">0.0</property>
12466                         <property name="wrap">True</property>
12467                         <property name="ellipsize">end</property>
12468                         <property name="width-chars">12</property>
12469                         <property name="max-width-chars">12</property>
12470                         <attributes>
12471                           <attribute name="font-desc" value="Monospace"/>
12472                         </attributes>
12473                       </object>
12474                     </child>
12475                   </object>
12476                   <packing>
12477                     <property name="resize">True</property>
12478                     <property name="shrink">False</property>
12479                   </packing>
12480                 </child>
12481               </object>
12482               <packing>
12483                 <property name="resize">True</property>
12484                 <property name="shrink">False</property>
12485               </packing>
12486             </child>
12487           </object>
12488           <packing>
12489             <property name="left_attach">4</property>
12490             <property name="top_attach">64</property>
12491             <property name="width">1</property>
12492             <property name="height">1</property>
12493           </packing>
12494         </child>
12495        </object>
12496     </child>
12497   </object>
12498 </interface>