Added custom psppire-selector widget.
[pspp-builds.git] / src / ui / gui / data-editor.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5   <widget class="GtkWindow" id="data_editor">
6     <property name="title">Psppire Data Editor</property>
7     <property name="default_width">975</property>
8     <property name="default_height">480</property>
9     <child>
10       <widget class="GtkVBox" id="vbox1">
11         <property name="visible">True</property>
12         <child>
13           <widget class="GtkMenuBar" id="menubar">
14             <property name="visible">True</property>
15             <child>
16               <widget class="GtkMenuItem" id="file">
17                 <property name="visible">True</property>
18                 <property name="label" translatable="yes">_File</property>
19                 <property name="use_underline">True</property>
20                 <child>
21                   <widget class="GtkMenu" id="menuitem1_menu">
22                     <child>
23                       <widget class="GtkImageMenuItem" id="new1">
24                         <property name="visible">True</property>
25                         <property name="label">gtk-new</property>
26                         <property name="use_underline">True</property>
27                         <property name="use_stock">True</property>
28                         <child>
29                           <widget class="GtkMenu" id="new1_menu">
30                             <child>
31                               <widget class="GtkMenuItem" id="file_new_syntax">
32                                 <property name="visible">True</property>
33                                 <property name="label" translatable="yes">_Syntax</property>
34                                 <property name="use_underline">True</property>
35                               </widget>
36                             </child>
37                             <child>
38                               <widget class="GtkMenuItem" id="file_new_data">
39                                 <property name="visible">True</property>
40                                 <property name="label" translatable="yes">_Data</property>
41                                 <property name="use_underline">True</property>
42                               </widget>
43                             </child>
44                           </widget>
45                         </child>
46                       </widget>
47                     </child>
48                     <child>
49                       <widget class="GtkImageMenuItem" id="open1">
50                         <property name="visible">True</property>
51                         <property name="label">gtk-open</property>
52                         <property name="use_underline">True</property>
53                         <property name="use_stock">True</property>
54                         <child>
55                           <widget class="GtkMenu" id="open1_menu">
56                             <child>
57                               <widget class="GtkMenuItem" id="file_open_syntax">
58                                 <property name="visible">True</property>
59                                 <property name="label" translatable="yes">_Syntax</property>
60                                 <property name="use_underline">True</property>
61                               </widget>
62                             </child>
63                             <child>
64                               <widget class="GtkMenuItem" id="file_open_data">
65                                 <property name="visible">True</property>
66                                 <property name="label" translatable="yes">_Data</property>
67                                 <property name="use_underline">True</property>
68                               </widget>
69                             </child>
70                           </widget>
71                         </child>
72                       </widget>
73                     </child>
74                     <child>
75                       <widget class="GtkImageMenuItem" id="file_save">
76                         <property name="visible">True</property>
77                         <property name="label">gtk-save</property>
78                         <property name="use_underline">True</property>
79                         <property name="use_stock">True</property>
80                       </widget>
81                     </child>
82                     <child>
83                       <widget class="GtkImageMenuItem" id="file_save_as">
84                         <property name="visible">True</property>
85                         <property name="label">gtk-save-as</property>
86                         <property name="use_underline">True</property>
87                         <property name="use_stock">True</property>
88                       </widget>
89                     </child>
90                     <child>
91                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
92                         <property name="visible">True</property>
93                       </widget>
94                     </child>
95                     <child>
96                       <widget class="GtkImageMenuItem" id="file_quit">
97                         <property name="visible">True</property>
98                         <property name="label">gtk-quit</property>
99                         <property name="use_underline">True</property>
100                         <property name="use_stock">True</property>
101                         <signal name="activate" handler="on_quit1_activate"/>
102                       </widget>
103                     </child>
104                   </widget>
105                 </child>
106               </widget>
107             </child>
108             <child>
109               <widget class="GtkMenuItem" id="edit">
110                 <property name="visible">True</property>
111                 <property name="label" translatable="yes">_Edit</property>
112                 <property name="use_underline">True</property>
113                 <child>
114                   <widget class="GtkMenu" id="edit_menu">
115                     <child>
116                       <widget class="GtkImageMenuItem" id="cut1">
117                         <property name="visible">True</property>
118                         <property name="sensitive">False</property>
119                         <property name="label">gtk-cut</property>
120                         <property name="use_underline">True</property>
121                         <property name="use_stock">True</property>
122                       </widget>
123                     </child>
124                     <child>
125                       <widget class="GtkImageMenuItem" id="copy1">
126                         <property name="visible">True</property>
127                         <property name="sensitive">False</property>
128                         <property name="label">gtk-copy</property>
129                         <property name="use_underline">True</property>
130                         <property name="use_stock">True</property>
131                       </widget>
132                     </child>
133                     <child>
134                       <widget class="GtkImageMenuItem" id="paste1">
135                         <property name="visible">True</property>
136                         <property name="sensitive">False</property>
137                         <property name="label">gtk-paste</property>
138                         <property name="use_underline">True</property>
139                         <property name="use_stock">True</property>
140                       </widget>
141                     </child>
142                     <child>
143                       <widget class="GtkMenuItem" id="paste_variables1">
144                         <property name="visible">True</property>
145                         <property name="sensitive">False</property>
146                         <property name="label" translatable="yes">Paste _Variables</property>
147                         <property name="use_underline">True</property>
148                       </widget>
149                     </child>
150                     <child>
151                       <widget class="GtkMenuItem" id="edit_clear">
152                         <property name="visible">True</property>
153                         <property name="sensitive">False</property>
154                         <property name="label" translatable="yes">Cl_ear</property>
155                         <property name="use_underline">True</property>
156                       </widget>
157                     </child>
158                     <child>
159                       <widget class="GtkSeparatorMenuItem" id="separator6">
160                         <property name="visible">True</property>
161                       </widget>
162                     </child>
163                     <child>
164                       <widget class="GtkImageMenuItem" id="find1">
165                         <property name="visible">True</property>
166                         <property name="sensitive">False</property>
167                         <property name="label" translatable="yes">_Find</property>
168                         <property name="use_underline">True</property>
169                       </widget>
170                     </child>
171                   </widget>
172                 </child>
173               </widget>
174             </child>
175             <child>
176               <widget class="GtkMenuItem" id="view">
177                 <property name="visible">True</property>
178                 <property name="label" translatable="yes">_View</property>
179                 <property name="use_underline">True</property>
180                 <child>
181                   <widget class="GtkMenu" id="menuitem3_menu">
182                     <child>
183                       <widget class="GtkCheckMenuItem" id="view_statusbar">
184                         <property name="visible">True</property>
185                         <property name="label" translatable="yes">Status Bar</property>
186                         <property name="use_underline">True</property>
187                         <property name="active">True</property>
188                       </widget>
189                     </child>
190                     <child>
191                       <widget class="GtkMenuItem" id="toolbars">
192                         <property name="label" translatable="yes">Toolbars</property>
193                         <property name="use_underline">True</property>
194                       </widget>
195                     </child>
196                     <child>
197                       <widget class="GtkSeparatorMenuItem" id="separator1">
198                         <property name="visible">True</property>
199                       </widget>
200                     </child>
201                     <child>
202                       <widget class="GtkMenuItem" id="view_fonts">
203                         <property name="visible">True</property>
204                         <property name="label" translatable="yes">Fonts</property>
205                         <property name="use_underline">True</property>
206                       </widget>
207                     </child>
208                     <child>
209                       <widget class="GtkCheckMenuItem" id="view_gridlines">
210                         <property name="visible">True</property>
211                         <property name="label" translatable="yes">Grid Lines</property>
212                         <property name="use_underline">True</property>
213                         <property name="active">True</property>
214                       </widget>
215                     </child>
216                     <child>
217                       <widget class="GtkCheckMenuItem" id="view_valuelabels">
218                         <property name="visible">True</property>
219                         <property name="label" translatable="yes">Value Labels</property>
220                         <property name="use_underline">True</property>
221                       </widget>
222                     </child>
223                     <child>
224                       <widget class="GtkSeparatorMenuItem" id="separator3">
225                         <property name="visible">True</property>
226                       </widget>
227                     </child>
228                     <child>
229                       <widget class="GtkMenuItem" id="view_data">
230                         <property name="visible">True</property>
231                         <property name="label" translatable="yes">Data</property>
232                         <property name="use_underline">True</property>
233                       </widget>
234                     </child>
235                     <child>
236                       <widget class="GtkMenuItem" id="view_variables">
237                         <property name="visible">True</property>
238                         <property name="label" translatable="yes">Variables</property>
239                         <property name="use_underline">True</property>
240                       </widget>
241                     </child>
242                   </widget>
243                 </child>
244               </widget>
245             </child>
246             <child>
247               <widget class="GtkMenuItem" id="data">
248                 <property name="visible">True</property>
249                 <property name="label" translatable="yes">_Data</property>
250                 <property name="use_underline">True</property>
251                 <child>
252                   <widget class="GtkMenu" id="data_menu">
253                     <child>
254                       <widget class="GtkMenuItem" id="data_insert-variable">
255                         <property name="visible">True</property>
256                         <property name="sensitive">False</property>
257                         <property name="label" translatable="yes">Insert Variable</property>
258                         <property name="use_underline">True</property>
259                         <signal name="activate" handler="on_insert_variable"/>
260                       </widget>
261                     </child>
262                     <child>
263                       <widget class="GtkMenuItem" id="insert-cases">
264                         <property name="visible">True</property>
265                         <property name="sensitive">False</property>
266                         <property name="label" translatable="yes">Insert Cases</property>
267                         <property name="use_underline">True</property>
268                         <signal name="activate" handler="on_insert_cases"/>
269                       </widget>
270                     </child>
271                     <child>
272                       <widget class="GtkImageMenuItem" id="go_to_case">
273                         <property name="visible">True</property>
274                         <property name="sensitive">False</property>
275                         <property name="label" translatable="yes">Go To Case</property>
276                         <property name="use_underline">True</property>
277                         <signal name="activate" handler="on_go_to_case_activate"/>
278                       </widget>
279                     </child>
280                     <child>
281                       <widget class="GtkSeparatorMenuItem" id="separator4">
282                         <property name="visible">True</property>
283                         <property name="sensitive">False</property>
284                       </widget>
285                     </child>
286                     <child>
287                       <widget class="GtkMenuItem" id="sort_cases">
288                         <property name="visible">True</property>
289                         <property name="sensitive">False</property>
290                         <property name="label" translatable="yes">Sort Cases</property>
291                         <property name="use_underline">True</property>
292                         <signal name="activate" handler="on_sort_cases_activate"/>
293                       </widget>
294                     </child>
295                     <child>
296                       <widget class="GtkMenuItem" id="data_transpose">
297                         <property name="visible">True</property>
298                         <property name="sensitive">False</property>
299                         <property name="label" translatable="yes">Transpose</property>
300                         <property name="use_underline">True</property>
301                       </widget>
302                     </child>
303                     <child>
304                       <widget class="GtkMenuItem" id="restructure1">
305                         <property name="visible">True</property>
306                         <property name="sensitive">False</property>
307                         <property name="label" translatable="yes">Restructure</property>
308                         <property name="use_underline">True</property>
309                       </widget>
310                     </child>
311                     <child>
312                       <widget class="GtkMenuItem" id="merge_files1">
313                         <property name="visible">True</property>
314                         <property name="sensitive">False</property>
315                         <property name="label" translatable="yes">Merge Files</property>
316                         <property name="use_underline">True</property>
317                       </widget>
318                     </child>
319                     <child>
320                       <widget class="GtkMenuItem" id="aggregate1">
321                         <property name="visible">True</property>
322                         <property name="sensitive">False</property>
323                         <property name="label" translatable="yes">Aggregate</property>
324                         <property name="use_underline">True</property>
325                       </widget>
326                     </child>
327                     <child>
328                       <widget class="GtkSeparatorMenuItem" id="separator5">
329                         <property name="visible">True</property>
330                         <property name="sensitive">False</property>
331                       </widget>
332                     </child>
333                     <child>
334                       <widget class="GtkMenuItem" id="split_file1">
335                         <property name="visible">True</property>
336                         <property name="sensitive">False</property>
337                         <property name="label" translatable="yes">Split File</property>
338                         <property name="use_underline">True</property>
339                       </widget>
340                     </child>
341                     <child>
342                       <widget class="GtkMenuItem" id="select_cases1">
343                         <property name="visible">True</property>
344                         <property name="sensitive">False</property>
345                         <property name="label" translatable="yes">Select Cases</property>
346                         <property name="use_underline">True</property>
347                       </widget>
348                     </child>
349                     <child>
350                       <widget class="GtkMenuItem" id="data_weight-cases">
351                         <property name="visible">True</property>
352                         <property name="label" translatable="yes">Weight Cases</property>
353                         <property name="use_underline">True</property>
354                       </widget>
355                     </child>
356                   </widget>
357                 </child>
358               </widget>
359             </child>
360             <child>
361               <widget class="GtkMenuItem" id="windows">
362                 <property name="visible">True</property>
363                 <property name="label" translatable="yes">_Windows</property>
364                 <property name="use_underline">True</property>
365                 <signal name="activate" handler="on_Windows_activate"/>
366                 <child>
367                   <widget class="GtkMenu" id="Windows_menu">
368                     <child>
369                       <widget class="GtkMenuItem" id="windows_minimise_all">
370                         <property name="visible">True</property>
371                         <property name="label" translatable="yes">_Minimise All Windows</property>
372                         <property name="use_underline">True</property>
373                         <signal name="activate" handler="on_minimiseall_activate"/>
374                       </widget>
375                     </child>
376                   </widget>
377                 </child>
378               </widget>
379             </child>
380             <child>
381               <widget class="GtkMenuItem" id="help">
382                 <property name="visible">True</property>
383                 <property name="label" translatable="yes">_Help</property>
384                 <property name="use_underline">True</property>
385                 <child>
386                   <widget class="GtkMenu" id="menuitem5_menu">
387                     <child>
388                       <widget class="GtkMenuItem" id="help_reference">
389                         <property name="visible">True</property>
390                         <property name="label" translatable="yes">_Reference Manual</property>
391                         <property name="use_underline">True</property>
392                       </widget>
393                     </child>
394                     <child>
395                       <widget class="GtkMenuItem" id="help_about">
396                         <property name="visible">True</property>
397                         <property name="label" translatable="yes">_About</property>
398                         <property name="use_underline">True</property>
399                         <signal name="activate" handler="on_about1_activate"/>
400                       </widget>
401                     </child>
402                   </widget>
403                 </child>
404               </widget>
405             </child>
406           </widget>
407           <packing>
408             <property name="expand">False</property>
409             <property name="fill">False</property>
410           </packing>
411         </child>
412         <child>
413           <widget class="GtkHandleBox" id="handlebox1">
414             <property name="visible">True</property>
415             <property name="shadow_type">GTK_SHADOW_OUT</property>
416             <child>
417               <widget class="GtkToolbar" id="toolbar1">
418                 <property name="visible">True</property>
419                 <child>
420                   <widget class="GtkToolButton" id="button-open">
421                     <property name="visible">True</property>
422                     <property name="tooltip" translatable="yes">Open</property>
423                     <property name="stock_id">gtk-open</property>
424                   </widget>
425                   <packing>
426                     <property name="expand">False</property>
427                   </packing>
428                 </child>
429                 <child>
430                   <widget class="GtkToolButton" id="button-save">
431                     <property name="visible">True</property>
432                     <property name="tooltip" translatable="yes">Save</property>
433                     <property name="stock_id">gtk-save</property>
434                     <signal name="clicked" handler="on_save1_activate"/>
435                   </widget>
436                   <packing>
437                     <property name="expand">False</property>
438                   </packing>
439                 </child>
440                 <child>
441                   <widget class="GtkToolButton" id="button-print">
442                     <property name="visible">True</property>
443                     <property name="sensitive">False</property>
444                     <property name="tooltip" translatable="yes">Print</property>
445                     <property name="stock_id">gtk-print</property>
446                   </widget>
447                   <packing>
448                     <property name="expand">False</property>
449                   </packing>
450                 </child>
451                 <child>
452                   <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
453                     <property name="visible">True</property>
454                   </widget>
455                   <packing>
456                     <property name="expand">False</property>
457                     <property name="homogeneous">False</property>
458                   </packing>
459                 </child>
460                 <child>
461                   <widget class="GtkToolButton" id="button-undo">
462                     <property name="visible">True</property>
463                     <property name="sensitive">False</property>
464                     <property name="tooltip" translatable="yes">Undo</property>
465                     <property name="stock_id">gtk-undo</property>
466                   </widget>
467                   <packing>
468                     <property name="expand">False</property>
469                   </packing>
470                 </child>
471                 <child>
472                   <widget class="GtkToolButton" id="button-redo">
473                     <property name="visible">True</property>
474                     <property name="sensitive">False</property>
475                     <property name="tooltip" translatable="yes">Redo</property>
476                     <property name="stock_id">gtk-redo</property>
477                   </widget>
478                   <packing>
479                     <property name="expand">False</property>
480                   </packing>
481                 </child>
482                 <child>
483                   <widget class="GtkSeparatorToolItem" id="separatortoolitem2">
484                     <property name="visible">True</property>
485                   </widget>
486                   <packing>
487                     <property name="expand">False</property>
488                     <property name="homogeneous">False</property>
489                   </packing>
490                 </child>
491                 <child>
492                   <widget class="GtkToolButton" id="button-goto-case">
493                     <property name="visible">True</property>
494                     <property name="sensitive">False</property>
495                     <property name="tooltip" translatable="yes">Go To Case</property>
496                     <property name="stock_id">gtk-jump-to</property>
497                     <signal name="clicked" handler="on_go_to_case_activate"/>
498                   </widget>
499                   <packing>
500                     <property name="expand">False</property>
501                   </packing>
502                 </child>
503                 <child>
504                   <widget class="GtkToolButton" id="button-goto-variable">
505                     <property name="visible">True</property>
506                     <property name="sensitive">False</property>
507                     <property name="tooltip" translatable="yes">Variables</property>
508                     <property name="use_underline">True</property>
509                     <property name="stock_id">pspp-goto-variable</property>
510                   </widget>
511                   <packing>
512                     <property name="expand">False</property>
513                   </packing>
514                 </child>
515                 <child>
516                   <widget class="GtkSeparatorToolItem" id="separatortoolitem5">
517                     <property name="visible">True</property>
518                   </widget>
519                   <packing>
520                     <property name="expand">False</property>
521                     <property name="homogeneous">False</property>
522                   </packing>
523                 </child>
524                 <child>
525                   <widget class="GtkToolButton" id="button-find">
526                     <property name="visible">True</property>
527                     <property name="sensitive">False</property>
528                     <property name="tooltip" translatable="yes">Find</property>
529                     <property name="stock_id">gtk-find</property>
530                   </widget>
531                   <packing>
532                     <property name="expand">False</property>
533                   </packing>
534                 </child>
535                 <child>
536                   <widget class="GtkSeparatorToolItem" id="separatortoolitem4">
537                     <property name="visible">True</property>
538                   </widget>
539                   <packing>
540                     <property name="expand">False</property>
541                     <property name="homogeneous">False</property>
542                   </packing>
543                 </child>
544                 <child>
545                   <widget class="GtkToolButton" id="button-insert-case">
546                     <property name="visible">True</property>
547                     <property name="sensitive">False</property>
548                     <property name="tooltip" translatable="yes">Insert Case</property>
549                     <property name="use_underline">True</property>
550                     <property name="stock_id">pspp-insert-case</property>
551                     <signal name="clicked" handler="on_insert_case_clicked"/>
552                   </widget>
553                   <packing>
554                     <property name="expand">False</property>
555                   </packing>
556                 </child>
557                 <child>
558                   <widget class="GtkToolButton" id="button-insert-variable">
559                     <property name="visible">True</property>
560                     <property name="sensitive">False</property>
561                     <property name="tooltip" translatable="yes">Insert Variable</property>
562                     <property name="use_underline">True</property>
563                     <property name="stock_id">pspp-insert-variable</property>
564                   </widget>
565                   <packing>
566                     <property name="expand">False</property>
567                   </packing>
568                 </child>
569                 <child>
570                   <widget class="GtkSeparatorToolItem" id="separatortoolitem6">
571                     <property name="visible">True</property>
572                   </widget>
573                   <packing>
574                     <property name="expand">False</property>
575                     <property name="homogeneous">False</property>
576                   </packing>
577                 </child>
578                 <child>
579                   <widget class="GtkToolButton" id="button-split-file">
580                     <property name="visible">True</property>
581                     <property name="sensitive">False</property>
582                     <property name="tooltip" translatable="yes">Split File</property>
583                     <property name="use_underline">True</property>
584                     <property name="stock_id">pspp-split-file</property>
585                   </widget>
586                   <packing>
587                     <property name="expand">False</property>
588                   </packing>
589                 </child>
590                 <child>
591                   <widget class="GtkToolButton" id="button-weight-cases">
592                     <property name="visible">True</property>
593                     <property name="tooltip" translatable="yes">Weight Cases</property>
594                     <property name="use_underline">True</property>
595                     <property name="stock_id">pspp-weight-cases</property>
596                   </widget>
597                   <packing>
598                     <property name="expand">False</property>
599                   </packing>
600                 </child>
601                 <child>
602                   <widget class="GtkToolButton" id="button-select-cases">
603                     <property name="visible">True</property>
604                     <property name="sensitive">False</property>
605                     <property name="tooltip" translatable="yes">Select Cases</property>
606                     <property name="use_underline">True</property>
607                     <property name="stock_id">pspp-select-cases</property>
608                   </widget>
609                   <packing>
610                     <property name="expand">False</property>
611                   </packing>
612                 </child>
613                 <child>
614                   <widget class="GtkSeparatorToolItem" id="separatortoolitem7">
615                     <property name="visible">True</property>
616                   </widget>
617                   <packing>
618                     <property name="expand">False</property>
619                     <property name="homogeneous">False</property>
620                   </packing>
621                 </child>
622                 <child>
623                   <widget class="GtkToggleToolButton" id="togglebutton-value-labels">
624                     <property name="visible">True</property>
625                     <property name="tooltip" translatable="yes">Value Labels</property>
626                     <property name="use_underline">True</property>
627                     <property name="stock_id">pspp-value-labels</property>
628                     <signal name="toggled" handler="on_togglebutton_value_labels_toggled"/>
629                   </widget>
630                   <packing>
631                     <property name="expand">False</property>
632                   </packing>
633                 </child>
634                 <child>
635                   <widget class="GtkToolButton" id="button-use-sets">
636                     <property name="visible">True</property>
637                     <property name="sensitive">False</property>
638                     <property name="tooltip" translatable="yes">Use Sets</property>
639                     <property name="use_underline">True</property>
640                   </widget>
641                   <packing>
642                     <property name="expand">False</property>
643                   </packing>
644                 </child>
645               </widget>
646             </child>
647           </widget>
648           <packing>
649             <property name="expand">False</property>
650             <property name="fill">False</property>
651             <property name="position">1</property>
652           </packing>
653         </child>
654         <child>
655           <widget class="GtkNotebook" id="notebook">
656             <property name="visible">True</property>
657             <property name="can_focus">True</property>
658             <property name="tab_pos">GTK_POS_BOTTOM</property>
659             <property name="scrollable">True</property>
660             <property name="enable_popup">True</property>
661             <child>
662               <widget class="GtkVBox" id="vbox3">
663                 <property name="visible">True</property>
664                 <child>
665                   <widget class="GtkTable" id="table2">
666                     <property name="visible">True</property>
667                     <property name="n_rows">1</property>
668                     <property name="n_columns">2</property>
669                     <child>
670                       <widget class="GtkEntry" id="cell_ref_entry">
671                         <property name="visible">True</property>
672                         <property name="sensitive">False</property>
673                         <property name="editable">False</property>
674                         <property name="width_chars">25</property>
675                       </widget>
676                       <packing>
677                         <property name="x_options">GTK_FILL</property>
678                         <property name="y_options"></property>
679                       </packing>
680                     </child>
681                     <child>
682                       <widget class="GtkEntry" id="entry4">
683                         <property name="visible">True</property>
684                         <property name="can_focus">True</property>
685                       </widget>
686                       <packing>
687                         <property name="left_attach">1</property>
688                         <property name="right_attach">2</property>
689                         <property name="y_options"></property>
690                       </packing>
691                     </child>
692                   </widget>
693                   <packing>
694                     <property name="expand">False</property>
695                     <property name="fill">False</property>
696                   </packing>
697                 </child>
698                 <child>
699                   <widget class="GtkScrolledWindow" id="scrolledwindow1">
700                     <property name="visible">True</property>
701                     <child>
702                       <widget class="Custom" id="data_sheet">
703                         <property name="visible">True</property>
704                         <property name="creation_function">psppire_data_sheet_create</property>
705                       </widget>
706                     </child>
707                   </widget>
708                   <packing>
709                     <property name="position">1</property>
710                   </packing>
711                 </child>
712               </widget>
713               <packing>
714                 <property name="tab_expand">False</property>
715               </packing>
716             </child>
717             <child>
718               <widget class="GtkLabel" id="label1">
719                 <property name="visible">True</property>
720                 <property name="label" translatable="yes">Data View</property>
721               </widget>
722               <packing>
723                 <property name="type">tab</property>
724                 <property name="tab_expand">False</property>
725                 <property name="tab_fill">False</property>
726               </packing>
727             </child>
728             <child>
729               <widget class="GtkScrolledWindow" id="scrolledwindow2">
730                 <property name="visible">True</property>
731                 <property name="can_focus">True</property>
732                 <child>
733                   <widget class="Custom" id="variable_sheet">
734                     <property name="visible">True</property>
735                     <property name="creation_function">psppire_variable_sheet_create</property>
736                   </widget>
737                 </child>
738               </widget>
739               <packing>
740                 <property name="position">1</property>
741                 <property name="tab_expand">False</property>
742               </packing>
743             </child>
744             <child>
745               <widget class="GtkLabel" id="label2">
746                 <property name="visible">True</property>
747                 <property name="label" translatable="yes">Variable View</property>
748               </widget>
749               <packing>
750                 <property name="type">tab</property>
751                 <property name="position">1</property>
752                 <property name="tab_expand">False</property>
753                 <property name="tab_fill">False</property>
754               </packing>
755             </child>
756           </widget>
757           <packing>
758             <property name="position">2</property>
759           </packing>
760         </child>
761         <child>
762           <placeholder/>
763         </child>
764         <child>
765           <widget class="GtkHBox" id="status-bar">
766             <property name="visible">True</property>
767             <property name="border_width">5</property>
768             <property name="spacing">5</property>
769             <child>
770               <widget class="GtkFrame" id="frame2">
771                 <property name="visible">True</property>
772                 <property name="label_xalign">0</property>
773                 <property name="shadow_type">GTK_SHADOW_IN</property>
774                 <child>
775                   <widget class="GtkEventBox" id="eventbox1">
776                     <property name="visible">True</property>
777                     <property name="tooltip" translatable="yes">Information Area</property>
778                     <child>
779                       <widget class="GtkLabel" id="information-area">
780                         <property name="visible">True</property>
781                         <property name="single_line_mode">True</property>
782                       </widget>
783                     </child>
784                   </widget>
785                 </child>
786               </widget>
787             </child>
788             <child>
789               <widget class="GtkFrame" id="frame3">
790                 <property name="visible">True</property>
791                 <property name="label_xalign">0</property>
792                 <property name="shadow_type">GTK_SHADOW_IN</property>
793                 <child>
794                   <widget class="GtkEventBox" id="eventbox2">
795                     <property name="visible">True</property>
796                     <property name="tooltip" translatable="yes">Processor Area</property>
797                     <child>
798                       <widget class="GtkLabel" id="processor-area">
799                         <property name="visible">True</property>
800                         <property name="width_chars">35</property>
801                         <property name="single_line_mode">True</property>
802                       </widget>
803                     </child>
804                   </widget>
805                 </child>
806               </widget>
807               <packing>
808                 <property name="expand">False</property>
809                 <property name="fill">False</property>
810                 <property name="position">1</property>
811               </packing>
812             </child>
813             <child>
814               <widget class="GtkFrame" id="frame4">
815                 <property name="visible">True</property>
816                 <property name="label_xalign">0</property>
817                 <property name="shadow_type">GTK_SHADOW_IN</property>
818                 <child>
819                   <widget class="GtkEventBox" id="eventbox3">
820                     <property name="visible">True</property>
821                     <property name="tooltip" translatable="yes">OMS Area</property>
822                     <child>
823                       <widget class="GtkLabel" id="oms-area">
824                         <property name="visible">True</property>
825                         <property name="width_chars">3</property>
826                         <property name="single_line_mode">True</property>
827                       </widget>
828                     </child>
829                   </widget>
830                 </child>
831               </widget>
832               <packing>
833                 <property name="expand">False</property>
834                 <property name="fill">False</property>
835                 <property name="position">2</property>
836               </packing>
837             </child>
838             <child>
839               <widget class="GtkFrame" id="frame5">
840                 <property name="visible">True</property>
841                 <property name="label_xalign">0</property>
842                 <property name="shadow_type">GTK_SHADOW_IN</property>
843                 <child>
844                   <widget class="GtkEventBox" id="eventbox4">
845                     <property name="visible">True</property>
846                     <property name="tooltip" translatable="yes">Case Counter Area</property>
847                     <child>
848                       <widget class="GtkLabel" id="case-counter-area">
849                         <property name="visible">True</property>
850                         <property name="width_chars">10</property>
851                         <property name="single_line_mode">True</property>
852                       </widget>
853                     </child>
854                   </widget>
855                 </child>
856               </widget>
857               <packing>
858                 <property name="expand">False</property>
859                 <property name="fill">False</property>
860                 <property name="position">3</property>
861               </packing>
862             </child>
863             <child>
864               <widget class="GtkFrame" id="frame6">
865                 <property name="visible">True</property>
866                 <property name="label_xalign">0</property>
867                 <property name="shadow_type">GTK_SHADOW_IN</property>
868                 <child>
869                   <widget class="GtkEventBox" id="eventbox5">
870                     <property name="visible">True</property>
871                     <property name="tooltip" translatable="yes">Filter Use Status Area</property>
872                     <child>
873                       <widget class="GtkLabel" id="filter-use-status-area">
874                         <property name="visible">True</property>
875                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
876                         <property name="width_chars">10</property>
877                         <property name="single_line_mode">True</property>
878                       </widget>
879                     </child>
880                   </widget>
881                 </child>
882               </widget>
883               <packing>
884                 <property name="expand">False</property>
885                 <property name="fill">False</property>
886                 <property name="position">4</property>
887               </packing>
888             </child>
889             <child>
890               <widget class="GtkFrame" id="frame7">
891                 <property name="visible">True</property>
892                 <property name="label_xalign">0</property>
893                 <property name="shadow_type">GTK_SHADOW_IN</property>
894                 <child>
895                   <widget class="GtkEventBox" id="eventbox6">
896                     <property name="visible">True</property>
897                     <property name="tooltip" translatable="yes">Weight Status Area</property>
898                     <child>
899                       <widget class="GtkLabel" id="weight-status-area">
900                         <property name="visible">True</property>
901                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
902                         <property name="width_chars">10</property>
903                         <property name="single_line_mode">True</property>
904                       </widget>
905                     </child>
906                   </widget>
907                 </child>
908               </widget>
909               <packing>
910                 <property name="expand">False</property>
911                 <property name="fill">False</property>
912                 <property name="position">5</property>
913               </packing>
914             </child>
915             <child>
916               <widget class="GtkFrame" id="frame8">
917                 <property name="visible">True</property>
918                 <property name="label_xalign">0</property>
919                 <property name="shadow_type">GTK_SHADOW_IN</property>
920                 <child>
921                   <widget class="GtkEventBox" id="eventbox7">
922                     <property name="visible">True</property>
923                     <property name="tooltip" translatable="yes">Split File Status Area</property>
924                     <child>
925                       <widget class="GtkLabel" id="split-file-status-area">
926                         <property name="visible">True</property>
927                         <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
928                         <property name="width_chars">10</property>
929                         <property name="single_line_mode">True</property>
930                       </widget>
931                     </child>
932                   </widget>
933                 </child>
934               </widget>
935               <packing>
936                 <property name="expand">False</property>
937                 <property name="fill">False</property>
938                 <property name="position">6</property>
939               </packing>
940             </child>
941           </widget>
942           <packing>
943             <property name="expand">False</property>
944             <property name="fill">False</property>
945             <property name="position">4</property>
946           </packing>
947         </child>
948       </widget>
949     </child>
950   </widget>
951   <widget class="GtkWindow" id="var_type_dialog">
952     <property name="border_width">6</property>
953     <property name="title" translatable="yes">Variable Type</property>
954     <property name="resizable">False</property>
955     <property name="modal">True</property>
956     <property name="default_width">485</property>
957     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
958     <property name="skip_taskbar_hint">True</property>
959     <property name="skip_pager_hint">True</property>
960     <child>
961       <widget class="GtkHBox" id="hbox1">
962         <property name="visible">True</property>
963         <property name="border_width">5</property>
964         <property name="spacing">5</property>
965         <child>
966           <widget class="GtkVBox" id="vbox2">
967             <property name="visible">True</property>
968             <property name="border_width">13</property>
969             <property name="homogeneous">True</property>
970             <child>
971               <widget class="GtkRadioButton" id="radiobutton1">
972                 <property name="visible">True</property>
973                 <property name="can_focus">True</property>
974                 <property name="label" translatable="yes">Numeric</property>
975                 <property name="use_underline">True</property>
976                 <property name="active">True</property>
977                 <property name="draw_indicator">True</property>
978               </widget>
979               <packing>
980                 <property name="expand">False</property>
981                 <property name="fill">False</property>
982               </packing>
983             </child>
984             <child>
985               <widget class="GtkRadioButton" id="radiobutton2">
986                 <property name="visible">True</property>
987                 <property name="can_focus">True</property>
988                 <property name="label" translatable="yes">Comma</property>
989                 <property name="use_underline">True</property>
990                 <property name="draw_indicator">True</property>
991                 <property name="group">radiobutton1</property>
992               </widget>
993               <packing>
994                 <property name="expand">False</property>
995                 <property name="fill">False</property>
996                 <property name="position">1</property>
997               </packing>
998             </child>
999             <child>
1000               <widget class="GtkRadioButton" id="radiobutton3">
1001                 <property name="visible">True</property>
1002                 <property name="can_focus">True</property>
1003                 <property name="label" translatable="yes">Dot</property>
1004                 <property name="use_underline">True</property>
1005                 <property name="draw_indicator">True</property>
1006                 <property name="group">radiobutton1</property>
1007               </widget>
1008               <packing>
1009                 <property name="expand">False</property>
1010                 <property name="fill">False</property>
1011                 <property name="position">2</property>
1012               </packing>
1013             </child>
1014             <child>
1015               <widget class="GtkRadioButton" id="radiobutton4">
1016                 <property name="visible">True</property>
1017                 <property name="can_focus">True</property>
1018                 <property name="label" translatable="yes">Scientific notation</property>
1019                 <property name="use_underline">True</property>
1020                 <property name="draw_indicator">True</property>
1021                 <property name="group">radiobutton1</property>
1022               </widget>
1023               <packing>
1024                 <property name="expand">False</property>
1025                 <property name="fill">False</property>
1026                 <property name="position">3</property>
1027               </packing>
1028             </child>
1029             <child>
1030               <widget class="GtkRadioButton" id="radiobutton5">
1031                 <property name="visible">True</property>
1032                 <property name="can_focus">True</property>
1033                 <property name="label" translatable="yes">Date</property>
1034                 <property name="use_underline">True</property>
1035                 <property name="draw_indicator">True</property>
1036                 <property name="group">radiobutton1</property>
1037               </widget>
1038               <packing>
1039                 <property name="expand">False</property>
1040                 <property name="fill">False</property>
1041                 <property name="position">4</property>
1042               </packing>
1043             </child>
1044             <child>
1045               <widget class="GtkRadioButton" id="radiobutton6">
1046                 <property name="visible">True</property>
1047                 <property name="can_focus">True</property>
1048                 <property name="label" translatable="yes">Dollar</property>
1049                 <property name="use_underline">True</property>
1050                 <property name="draw_indicator">True</property>
1051                 <property name="group">radiobutton1</property>
1052               </widget>
1053               <packing>
1054                 <property name="expand">False</property>
1055                 <property name="fill">False</property>
1056                 <property name="position">5</property>
1057               </packing>
1058             </child>
1059             <child>
1060               <widget class="GtkRadioButton" id="radiobutton7">
1061                 <property name="visible">True</property>
1062                 <property name="can_focus">True</property>
1063                 <property name="label" translatable="yes">Custom currency</property>
1064                 <property name="use_underline">True</property>
1065                 <property name="draw_indicator">True</property>
1066                 <property name="group">radiobutton1</property>
1067               </widget>
1068               <packing>
1069                 <property name="expand">False</property>
1070                 <property name="fill">False</property>
1071                 <property name="position">6</property>
1072               </packing>
1073             </child>
1074             <child>
1075               <widget class="GtkRadioButton" id="radiobutton8">
1076                 <property name="visible">True</property>
1077                 <property name="can_focus">True</property>
1078                 <property name="label" translatable="yes">String</property>
1079                 <property name="use_underline">True</property>
1080                 <property name="draw_indicator">True</property>
1081                 <property name="group">radiobutton1</property>
1082               </widget>
1083               <packing>
1084                 <property name="expand">False</property>
1085                 <property name="fill">False</property>
1086                 <property name="position">7</property>
1087               </packing>
1088             </child>
1089           </widget>
1090           <packing>
1091             <property name="expand">False</property>
1092             <property name="fill">False</property>
1093           </packing>
1094         </child>
1095         <child>
1096           <widget class="GtkVBox" id="middle_box">
1097             <property name="visible">True</property>
1098             <property name="spacing">10</property>
1099             <child>
1100               <widget class="GtkScrolledWindow" id="scrolledwindow4">
1101                 <property name="width_request">20</property>
1102                 <property name="height_request">194</property>
1103                 <property name="can_focus">True</property>
1104                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1105                 <property name="shadow_type">GTK_SHADOW_IN</property>
1106                 <child>
1107                   <widget class="GtkTreeView" id="date_format_list_view">
1108                     <property name="visible">True</property>
1109                     <property name="can_focus">True</property>
1110                     <property name="headers_visible">False</property>
1111                   </widget>
1112                 </child>
1113               </widget>
1114               <packing>
1115                 <property name="expand">False</property>
1116                 <property name="fill">False</property>
1117               </packing>
1118             </child>
1119             <child>
1120               <widget class="GtkHBox" id="custom_currency_hbox">
1121                 <property name="spacing">15</property>
1122                 <child>
1123                   <widget class="GtkScrolledWindow" id="scrolledwindow5">
1124                     <property name="width_request">1</property>
1125                     <property name="height_request">120</property>
1126                     <property name="visible">True</property>
1127                     <property name="can_focus">True</property>
1128                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1129                     <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
1130                     <property name="shadow_type">GTK_SHADOW_IN</property>
1131                     <child>
1132                       <widget class="GtkTreeView" id="custom_treeview">
1133                         <property name="visible">True</property>
1134                         <property name="can_focus">True</property>
1135                         <property name="headers_visible">False</property>
1136                       </widget>
1137                     </child>
1138                   </widget>
1139                 </child>
1140                 <child>
1141                   <widget class="GtkFrame" id="Sample">
1142                     <property name="visible">True</property>
1143                     <property name="label_xalign">0</property>
1144                     <child>
1145                       <widget class="GtkAlignment" id="alignment2">
1146                         <property name="visible">True</property>
1147                         <property name="left_padding">12</property>
1148                         <child>
1149                           <widget class="GtkVBox" id="vbox10">
1150                             <property name="visible">True</property>
1151                             <property name="homogeneous">True</property>
1152                             <child>
1153                               <widget class="GtkLabel" id="psample_label">
1154                                 <property name="visible">True</property>
1155                                 <property name="label" translatable="yes">positive</property>
1156                               </widget>
1157                             </child>
1158                             <child>
1159                               <widget class="GtkLabel" id="nsample_label">
1160                                 <property name="visible">True</property>
1161                                 <property name="label" translatable="yes">negative</property>
1162                               </widget>
1163                               <packing>
1164                                 <property name="position">1</property>
1165                               </packing>
1166                             </child>
1167                           </widget>
1168                         </child>
1169                       </widget>
1170                     </child>
1171                     <child>
1172                       <widget class="GtkLabel" id="label13">
1173                         <property name="visible">True</property>
1174                         <property name="label" translatable="yes">Sample</property>
1175                         <property name="use_markup">True</property>
1176                       </widget>
1177                       <packing>
1178                         <property name="type">label_item</property>
1179                       </packing>
1180                     </child>
1181                   </widget>
1182                   <packing>
1183                     <property name="pack_type">GTK_PACK_END</property>
1184                     <property name="position">1</property>
1185                   </packing>
1186                 </child>
1187               </widget>
1188               <packing>
1189                 <property name="position">1</property>
1190               </packing>
1191             </child>
1192             <child>
1193               <widget class="GtkScrolledWindow" id="dollar_window">
1194                 <property name="can_focus">True</property>
1195                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1196                 <property name="shadow_type">GTK_SHADOW_IN</property>
1197                 <child>
1198                   <widget class="GtkTreeView" id="dollar_treeview">
1199                     <property name="visible">True</property>
1200                     <property name="can_focus">True</property>
1201                     <property name="headers_visible">False</property>
1202                   </widget>
1203                 </child>
1204               </widget>
1205               <packing>
1206                 <property name="position">2</property>
1207               </packing>
1208             </child>
1209             <child>
1210               <widget class="GtkTable" id="width_decimals">
1211                 <property name="width_request">100</property>
1212                 <property name="height_request">50</property>
1213                 <property name="visible">True</property>
1214                 <property name="n_rows">2</property>
1215                 <property name="n_columns">2</property>
1216                 <property name="column_spacing">2</property>
1217                 <property name="row_spacing">1</property>
1218                 <child>
1219                   <widget class="GtkHBox" id="hbox2">
1220                     <property name="visible">True</property>
1221                     <child>
1222                       <widget class="GtkLabel" id="width_label">
1223                         <property name="visible">True</property>
1224                         <property name="label" translatable="yes">Width:</property>
1225                     <property name="justify">GTK_JUSTIFY_RIGHT</property>
1226                   </widget>
1227                   <packing>
1228                         <property name="expand">False</property>
1229                         <property name="fill">False</property>
1230                         <property name="pack_type">GTK_PACK_END</property>
1231                       </packing>
1232                     </child>
1233                   </widget>
1234                   <packing>
1235                     <property name="x_options">GTK_FILL</property>
1236                     <property name="y_options">GTK_FILL</property>
1237                   </packing>
1238                 </child>
1239                 <child>
1240                   <widget class="GtkEntry" id="decimals_entry">
1241                     <property name="width_request">25</property>
1242                     <property name="visible">True</property>
1243                     <property name="can_focus">True</property>
1244                   </widget>
1245                   <packing>
1246                     <property name="left_attach">1</property>
1247                     <property name="right_attach">2</property>
1248                     <property name="top_attach">1</property>
1249                     <property name="bottom_attach">2</property>
1250                     <property name="y_options"></property>
1251                   </packing>
1252                 </child>
1253                 <child>
1254                   <widget class="GtkEntry" id="width_entry">
1255                     <property name="width_request">25</property>
1256                     <property name="can_focus">True</property>
1257                   </widget>
1258                   <packing>
1259                     <property name="left_attach">1</property>
1260                     <property name="right_attach">2</property>
1261                     <property name="y_options"></property>
1262                   </packing>
1263                 </child>
1264                 <child>
1265                   <widget class="GtkLabel" id="decimals_label">
1266                         <property name="visible">True</property>
1267                     <property name="xalign">0</property>
1268                     <property name="label" translatable="yes">Decimal Places:</property>
1269                         <property name="justify">GTK_JUSTIFY_RIGHT</property>
1270                       </widget>
1271                       <packing>
1272                     <property name="top_attach">1</property>
1273                     <property name="bottom_attach">2</property>
1274                     <property name="x_options">GTK_FILL</property>
1275                     <property name="y_options"></property>
1276                   </packing>
1277                 </child>
1278               </widget>
1279               <packing>
1280                 <property name="position">3</property>
1281               </packing>
1282             </child>
1283           </widget>
1284           <packing>
1285             <property name="fill">False</property>
1286             <property name="position">1</property>
1287           </packing>
1288         </child>
1289         <child>
1290           <widget class="GtkVButtonBox" id="vbuttonbox6">
1291             <property name="visible">True</property>
1292             <property name="spacing">5</property>
1293             <property name="layout_style">GTK_BUTTONBOX_START</property>
1294             <child>
1295               <widget class="GtkButton" id="var_type_ok">
1296                 <property name="visible">True</property>
1297                 <property name="can_focus">True</property>
1298                 <property name="can_default">True</property>
1299                 <property name="label">gtk-ok</property>
1300                 <property name="use_stock">True</property>
1301               </widget>
1302             </child>
1303             <child>
1304               <widget class="GtkButton" id="var_type_cancel">
1305                 <property name="visible">True</property>
1306                 <property name="can_focus">True</property>
1307                 <property name="can_default">True</property>
1308                 <property name="label">gtk-cancel</property>
1309                 <property name="use_stock">True</property>
1310                 <signal name="clicked" handler="on_var_type_cancel_clicked" object="var_type_dialog"/>
1311               </widget>
1312               <packing>
1313                 <property name="position">1</property>
1314               </packing>
1315             </child>
1316             <child>
1317               <widget class="GtkButton" id="help_button_variable_type">
1318                 <property name="visible">True</property>
1319                 <property name="can_focus">True</property>
1320                 <property name="can_default">True</property>
1321                 <property name="label">gtk-help</property>
1322                 <property name="use_stock">True</property>
1323               </widget>
1324               <packing>
1325                 <property name="position">2</property>
1326               </packing>
1327             </child>
1328           </widget>
1329           <packing>
1330             <property name="position">2</property>
1331           </packing>
1332         </child>
1333       </widget>
1334     </child>
1335   </widget>
1336   <widget class="GtkWindow" id="val_labs_dialog">
1337     <property name="title" translatable="yes">Value Labels</property>
1338     <property name="resizable">False</property>
1339     <property name="modal">True</property>
1340     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1341     <property name="skip_taskbar_hint">True</property>
1342     <property name="skip_pager_hint">True</property>
1343     <child>
1344       <widget class="GtkHBox" id="hbox3">
1345         <property name="visible">True</property>
1346         <property name="border_width">5</property>
1347         <child>
1348           <widget class="GtkFrame" id="frame1">
1349             <property name="visible">True</property>
1350             <property name="label_xalign">0</property>
1351             <child>
1352               <widget class="GtkAlignment" id="alignment1">
1353                 <property name="visible">True</property>
1354                 <property name="border_width">8</property>
1355                 <property name="left_padding">12</property>
1356                 <child>
1357                   <widget class="GtkTable" id="table3">
1358                     <property name="visible">True</property>
1359                     <property name="n_rows">2</property>
1360                     <property name="n_columns">2</property>
1361                     <property name="row_spacing">5</property>
1362                     <child>
1363                       <widget class="GtkScrolledWindow" id="scrolledwindow3">
1364                             <property name="visible">True</property>
1365                             <property name="can_focus">True</property>
1366                         <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1367                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1368                         <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1369                         <child>
1370                           <widget class="GtkTreeView" id="treeview1">
1371                             <property name="visible">True</property>
1372                             <property name="can_focus">True</property>
1373                             <property name="headers_visible">False</property>
1374                             <property name="enable_search">False</property>
1375                           </widget>
1376                         </child>
1377                       </widget>
1378                       <packing>
1379                         <property name="left_attach">1</property>
1380                         <property name="right_attach">2</property>
1381                         <property name="top_attach">1</property>
1382                         <property name="bottom_attach">2</property>
1383                         <property name="x_options">GTK_FILL</property>
1384                         <property name="y_options">GTK_FILL</property>
1385                       </packing>
1386                     </child>
1387                     <child>
1388                       <widget class="GtkTable" id="table4">
1389                         <property name="visible">True</property>
1390                         <property name="border_width">5</property>
1391                         <property name="n_rows">2</property>
1392                         <property name="n_columns">2</property>
1393                         <property name="column_spacing">5</property>
1394                         <property name="row_spacing">4</property>
1395                         <child>
1396                           <widget class="GtkHBox" id="hbox4">
1397                             <property name="visible">True</property>
1398                             <child>
1399                               <widget class="GtkEntry" id="value_entry">
1400                                 <property name="width_request">85</property>
1401                                 <property name="visible">True</property>
1402                                 <property name="can_focus">True</property>
1403                           </widget>
1404                           <packing>
1405                                 <property name="expand">False</property>
1406                                 <property name="fill">False</property>
1407                                 <property name="padding">1</property>
1408                           </packing>
1409                         </child>
1410                           </widget>
1411                           <packing>
1412                             <property name="left_attach">1</property>
1413                             <property name="right_attach">2</property>
1414                             <property name="x_options">GTK_FILL</property>
1415                             <property name="y_options">GTK_FILL</property>
1416                           </packing>
1417                         </child>
1418                         <child>
1419                           <widget class="GtkEntry" id="label_entry">
1420                             <property name="visible">True</property>
1421                             <property name="can_focus">True</property>
1422                           </widget>
1423                           <packing>
1424                             <property name="left_attach">1</property>
1425                             <property name="right_attach">2</property>
1426                             <property name="top_attach">1</property>
1427                             <property name="bottom_attach">2</property>
1428                             <property name="y_options"></property>
1429                           </packing>
1430                         </child>
1431                         <child>
1432                           <widget class="GtkLabel" id="label6">
1433                                 <property name="visible">True</property>
1434                             <property name="xalign">0</property>
1435                             <property name="label" translatable="yes">Value Label:</property>
1436                               </widget>
1437                               <packing>
1438                             <property name="top_attach">1</property>
1439                             <property name="bottom_attach">2</property>
1440                             <property name="x_options">GTK_FILL</property>
1441                             <property name="y_options"></property>
1442                               </packing>
1443                             </child>
1444                         <child>
1445                           <widget class="GtkLabel" id="label5">
1446                             <property name="visible">True</property>
1447                             <property name="xalign">0</property>
1448                             <property name="label" translatable="yes">Value:</property>
1449                           </widget>
1450                           <packing>
1451                             <property name="x_options">GTK_FILL</property>
1452                             <property name="y_options"></property>
1453                           </packing>
1454                         </child>
1455                       </widget>
1456                       <packing>
1457                         <property name="right_attach">2</property>
1458                         <property name="x_options">GTK_FILL</property>
1459                       </packing>
1460                     </child>
1461                     <child>
1462                       <widget class="GtkVButtonBox" id="vbuttonbox2">
1463                         <property name="visible">True</property>
1464                         <property name="border_width">5</property>
1465                         <child>
1466                           <widget class="GtkButton" id="val_labs_add">
1467                         <property name="visible">True</property>
1468                             <property name="sensitive">False</property>
1469                         <property name="can_focus">True</property>
1470                             <property name="can_default">True</property>
1471                             <property name="label">gtk-add</property>
1472                             <property name="use_stock">True</property>
1473                           </widget>
1474                         </child>
1475                         <child>
1476                           <widget class="GtkButton" id="val_labs_change">
1477                             <property name="visible">True</property>
1478                             <property name="sensitive">False</property>
1479                             <property name="can_focus">True</property>
1480                             <property name="can_default">True</property>
1481                             <property name="label">gtk-apply</property>
1482                             <property name="use_stock">True</property>
1483                           </widget>
1484                           <packing>
1485                             <property name="position">1</property>
1486                           </packing>
1487                         </child>
1488                         <child>
1489                           <widget class="GtkButton" id="val_labs_remove">
1490                             <property name="visible">True</property>
1491                             <property name="sensitive">False</property>
1492                             <property name="can_focus">True</property>
1493                             <property name="can_default">True</property>
1494                             <property name="label">gtk-remove</property>
1495                             <property name="use_stock">True</property>
1496                           </widget>
1497                           <packing>
1498                             <property name="position">2</property>
1499                           </packing>
1500                         </child>
1501                       </widget>
1502                       <packing>
1503                         <property name="top_attach">1</property>
1504                         <property name="bottom_attach">2</property>
1505                         <property name="x_options">GTK_FILL</property>
1506                       </packing>
1507                     </child>
1508                   </widget>
1509                 </child>
1510               </widget>
1511             </child>
1512             <child>
1513               <widget class="GtkLabel" id="label7">
1514                 <property name="visible">True</property>
1515                 <property name="label" translatable="yes">Value Labels</property>
1516                 <property name="use_markup">True</property>
1517               </widget>
1518               <packing>
1519                 <property name="type">label_item</property>
1520               </packing>
1521             </child>
1522           </widget>
1523           <packing>
1524             <property name="padding">10</property>
1525           </packing>
1526         </child>
1527         <child>
1528           <widget class="GtkVButtonBox" id="vbuttonbox3">
1529             <property name="visible">True</property>
1530             <property name="border_width">5</property>
1531             <property name="spacing">5</property>
1532             <property name="layout_style">GTK_BUTTONBOX_START</property>
1533             <child>
1534               <widget class="GtkButton" id="val_labs_ok">
1535                 <property name="visible">True</property>
1536                 <property name="can_focus">True</property>
1537                 <property name="can_default">True</property>
1538                 <property name="label">gtk-ok</property>
1539                 <property name="use_stock">True</property>
1540                 <signal name="clicked" handler="gtk_widget_hide" object="val_labs_dialog"/>
1541               </widget>
1542             </child>
1543             <child>
1544               <widget class="GtkButton" id="val_labs_cancel">
1545                 <property name="visible">True</property>
1546                 <property name="can_focus">True</property>
1547                 <property name="can_default">True</property>
1548                 <property name="label">gtk-cancel</property>
1549                 <property name="use_stock">True</property>
1550                 <signal name="clicked" handler="gtk_widget_hide" object="val_labs_dialog"/>
1551               </widget>
1552               <packing>
1553                 <property name="position">1</property>
1554               </packing>
1555             </child>
1556             <child>
1557               <widget class="GtkButton" id="help_button_value_labels">
1558                 <property name="visible">True</property>
1559                 <property name="can_focus">True</property>
1560                 <property name="can_default">True</property>
1561                 <property name="label">gtk-help</property>
1562                 <property name="use_stock">True</property>
1563               </widget>
1564               <packing>
1565                 <property name="position">2</property>
1566               </packing>
1567             </child>
1568           </widget>
1569           <packing>
1570             <property name="expand">False</property>
1571             <property name="fill">False</property>
1572             <property name="pack_type">GTK_PACK_END</property>
1573             <property name="position">1</property>
1574           </packing>
1575         </child>
1576       </widget>
1577     </child>
1578   </widget>
1579   <widget class="GtkWindow" id="missing_values_dialog">
1580     <property name="border_width">10</property>
1581     <property name="title" translatable="yes">Missing Values</property>
1582     <property name="resizable">False</property>
1583     <property name="modal">True</property>
1584     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1585     <property name="skip_taskbar_hint">True</property>
1586     <property name="skip_pager_hint">True</property>
1587     <child>
1588       <widget class="GtkTable" id="table6">
1589         <property name="visible">True</property>
1590         <property name="n_rows">2</property>
1591         <property name="n_columns">2</property>
1592         <child>
1593           <widget class="GtkVBox" id="vbox7">
1594             <property name="visible">True</property>
1595             <child>
1596               <widget class="GtkRadioButton" id="range_missing">
1597                 <property name="visible">True</property>
1598                 <property name="can_focus">True</property>
1599                 <property name="label" translatable="yes">_Range plus one optional discrete missing value</property>
1600                 <property name="use_underline">True</property>
1601                 <property name="focus_on_click">False</property>
1602                 <property name="draw_indicator">True</property>
1603                 <property name="group">no_missing</property>
1604               </widget>
1605               <packing>
1606                 <property name="expand">False</property>
1607                 <property name="fill">False</property>
1608               </packing>
1609             </child>
1610             <child>
1611               <widget class="GtkVBox" id="vbox8">
1612                 <property name="visible">True</property>
1613                 <property name="spacing">5</property>
1614                 <child>
1615                   <widget class="GtkHBox" id="hbox7">
1616                     <property name="visible">True</property>
1617                     <child>
1618                       <widget class="GtkHBox" id="hbox8">
1619                         <property name="visible">True</property>
1620                         <child>
1621                           <widget class="GtkLabel" id="label11">
1622                             <property name="visible">True</property>
1623                             <property name="label" translatable="yes">_Low:</property>
1624                             <property name="use_underline">True</property>
1625                             <property name="mnemonic_widget">mv-low</property>
1626               </widget>
1627               <packing>
1628                             <property name="expand">False</property>
1629                             <property name="fill">False</property>
1630                             <property name="padding">20</property>
1631               </packing>
1632             </child>
1633             <child>
1634                           <widget class="GtkEntry" id="mv-low">
1635                             <property name="width_request">75</property>
1636                 <property name="visible">True</property>
1637                 <property name="can_focus">True</property>
1638               </widget>
1639               <packing>
1640                             <property name="expand">False</property>
1641                             <property name="position">1</property>
1642               </packing>
1643             </child>
1644           </widget>
1645         </child>
1646         <child>
1647                       <widget class="GtkHBox" id="hbox9">
1648             <property name="visible">True</property>
1649             <child>
1650                           <widget class="GtkLabel" id="label12">
1651                 <property name="visible">True</property>
1652                             <property name="label" translatable="yes">_High:</property>
1653                 <property name="use_underline">True</property>
1654                             <property name="mnemonic_widget">mv-high</property>
1655               </widget>
1656               <packing>
1657                 <property name="expand">False</property>
1658                 <property name="fill">False</property>
1659               </packing>
1660             </child>
1661             <child>
1662                           <widget class="GtkEntry" id="mv-high">
1663                             <property name="width_request">75</property>
1664                     <property name="visible">True</property>
1665                     <property name="can_focus">True</property>
1666                   </widget>
1667                   <packing>
1668                             <property name="padding">5</property>
1669                             <property name="position">1</property>
1670                           </packing>
1671                         </child>
1672                       </widget>
1673                       <packing>
1674                     <property name="fill">False</property>
1675                         <property name="padding">20</property>
1676                         <property name="position">1</property>
1677                   </packing>
1678                 </child>
1679                 <child>
1680                       <placeholder/>
1681                     </child>
1682                     <child>
1683                       <placeholder/>
1684                     </child>
1685                   </widget>
1686                 </child>
1687                 <child>
1688                   <widget class="GtkHBox" id="hbox6">
1689                         <property name="visible">True</property>
1690                         <child>
1691                       <widget class="GtkLabel" id="label10">
1692                             <property name="visible">True</property>
1693                         <property name="label" translatable="yes">Di_screte value:</property>
1694                         <property name="use_underline">True</property>
1695                         <property name="mnemonic_widget">mv-discrete</property>
1696                           </widget>
1697                           <packing>
1698                             <property name="expand">False</property>
1699                             <property name="fill">False</property>
1700                         <property name="padding">20</property>
1701                           </packing>
1702                         </child>
1703                         <child>
1704                       <widget class="GtkEntry" id="mv-discrete">
1705                             <property name="width_request">75</property>
1706                             <property name="visible">True</property>
1707                             <property name="can_focus">True</property>
1708                           </widget>
1709                           <packing>
1710                             <property name="expand">False</property>
1711                             <property name="position">1</property>
1712                           </packing>
1713                         </child>
1714                           </widget>
1715                           <packing>
1716                     <property name="position">1</property>
1717                           </packing>
1718                         </child>
1719                       </widget>
1720                       <packing>
1721                 <property name="position">1</property>
1722                       </packing>
1723                     </child>
1724                   </widget>
1725                   <packing>
1726             <property name="right_attach">2</property>
1727             <property name="top_attach">1</property>
1728             <property name="bottom_attach">2</property>
1729             <property name="x_options">GTK_FILL</property>
1730                   </packing>
1731                 </child>
1732         <child>
1733           <widget class="GtkVBox" id="vbox5">
1734             <property name="visible">True</property>
1735             <property name="spacing">12</property>
1736             <child>
1737               <widget class="GtkRadioButton" id="no_missing">
1738                 <property name="visible">True</property>
1739                 <property name="can_focus">True</property>
1740                 <property name="label" translatable="yes">_No missing values</property>
1741                 <property name="use_underline">True</property>
1742                 <property name="active">True</property>
1743                 <property name="draw_indicator">True</property>
1744               </widget>
1745               <packing>
1746                 <property name="expand">False</property>
1747                 <property name="fill">False</property>
1748           </packing>
1749         </child>
1750         <child>
1751               <widget class="GtkVBox" id="vbox6">
1752             <property name="visible">True</property>
1753             <child>
1754                   <widget class="GtkRadioButton" id="discrete_missing">
1755                 <property name="visible">True</property>
1756                 <property name="can_focus">True</property>
1757                     <property name="label" translatable="yes">_Discrete missing values</property>
1758                 <property name="use_underline">True</property>
1759                 <property name="focus_on_click">False</property>
1760                 <property name="draw_indicator">True</property>
1761                 <property name="group">no_missing</property>
1762               </widget>
1763               <packing>
1764                 <property name="expand">False</property>
1765                 <property name="fill">False</property>
1766               </packing>
1767             </child>
1768             <child>
1769                   <widget class="GtkHBox" id="hbox10">
1770                     <property name="visible">True</property>
1771                     <child>
1772                       <widget class="GtkHBox" id="hbox5">
1773                         <property name="visible">True</property>
1774                         <property name="border_width">5</property>
1775                         <property name="spacing">5</property>
1776                         <property name="homogeneous">True</property>
1777                         <child>
1778                           <widget class="GtkEntry" id="mv0">
1779                             <property name="width_request">75</property>
1780                             <property name="visible">True</property>
1781                             <property name="can_focus">True</property>
1782                           </widget>
1783                           <packing>
1784                             <property name="expand">False</property>
1785                             <property name="fill">False</property>
1786                           </packing>
1787                         </child>
1788                         <child>
1789                           <widget class="GtkEntry" id="mv1">
1790                             <property name="width_request">75</property>
1791                             <property name="visible">True</property>
1792                             <property name="can_focus">True</property>
1793                           </widget>
1794                           <packing>
1795                             <property name="expand">False</property>
1796                             <property name="fill">False</property>
1797                             <property name="position">1</property>
1798                           </packing>
1799                         </child>
1800                         <child>
1801                           <widget class="GtkEntry" id="mv2">
1802                             <property name="width_request">75</property>
1803                             <property name="visible">True</property>
1804                             <property name="can_focus">True</property>
1805                           </widget>
1806                           <packing>
1807                             <property name="expand">False</property>
1808                             <property name="fill">False</property>
1809                             <property name="position">2</property>
1810                           </packing>
1811                         </child>
1812                       </widget>
1813                       <packing>
1814                         <property name="padding">20</property>
1815                           </packing>
1816                         </child>
1817                           </widget>
1818                           <packing>
1819                             <property name="position">1</property>
1820                           </packing>
1821                         </child>
1822                       </widget>
1823                       <packing>
1824                 <property name="expand">False</property>
1825                         <property name="fill">False</property>
1826                         <property name="position">1</property>
1827                       </packing>
1828                     </child>
1829                   </widget>
1830           <packing>
1831             <property name="y_options">GTK_FILL</property>
1832           </packing>
1833                 </child>
1834                 <child>
1835           <widget class="GtkVButtonBox" id="vbuttonbox5">
1836                     <property name="visible">True</property>
1837             <property name="border_width">5</property>
1838             <property name="spacing">5</property>
1839             <property name="layout_style">GTK_BUTTONBOX_START</property>
1840                     <child>
1841               <widget class="GtkButton" id="missing_val_ok">
1842                         <property name="visible">True</property>
1843                 <property name="can_focus">True</property>
1844                 <property name="can_default">True</property>
1845                 <property name="label">gtk-ok</property>
1846                 <property name="use_stock">True</property>
1847                 <signal name="clicked" handler="gtk_widget_hide" object="val_labs_dialog"/>
1848                       </widget>
1849                     </child>
1850                     <child>
1851               <widget class="GtkButton" id="missing_val_cancel">
1852                         <property name="visible">True</property>
1853                         <property name="can_focus">True</property>
1854                 <property name="can_default">True</property>
1855                 <property name="label">gtk-cancel</property>
1856                 <property name="use_stock">True</property>
1857                 <signal name="clicked" handler="gtk_widget_hide" object="val_labs_dialog"/>
1858                   </widget>
1859                   <packing>
1860                     <property name="position">1</property>
1861                   </packing>
1862                 </child>
1863             <child>
1864               <widget class="GtkButton" id="help_button_missing_values">
1865                 <property name="visible">True</property>
1866                 <property name="can_focus">True</property>
1867                 <property name="can_default">True</property>
1868                 <property name="label">gtk-help</property>
1869                 <property name="use_stock">True</property>
1870               </widget>
1871               <packing>
1872                 <property name="position">2</property>
1873               </packing>
1874             </child>
1875           </widget>
1876           <packing>
1877             <property name="left_attach">1</property>
1878             <property name="right_attach">2</property>
1879           </packing>
1880         </child>
1881       </widget>
1882     </child>
1883   </widget>
1884   <widget class="GtkDialog" id="go_to_case_dialog">
1885     <property name="title" translatable="yes">Go To Case</property>
1886     <property name="resizable">False</property>
1887     <property name="modal">True</property>
1888     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1889     <property name="skip_taskbar_hint">True</property>
1890     <property name="skip_pager_hint">True</property>
1891     <property name="has_separator">False</property>
1892     <child internal-child="vbox">
1893       <widget class="GtkVBox" id="dialog-vbox1">
1894         <property name="visible">True</property>
1895         <child>
1896           <widget class="GtkHBox" id="hbox11">
1897             <property name="visible">True</property>
1898             <property name="spacing">3</property>
1899             <child>
1900               <widget class="GtkLabel" id="label14">
1901                 <property name="visible">True</property>
1902                 <property name="label" translatable="yes">Case Number:</property>
1903               </widget>
1904               <packing>
1905                 <property name="expand">False</property>
1906                 <property name="fill">False</property>
1907               </packing>
1908             </child>
1909             <child>
1910               <widget class="GtkEntry" id="entry_go_to_case">
1911                 <property name="width_request">50</property>
1912                 <property name="visible">True</property>
1913                 <property name="can_focus">True</property>
1914               </widget>
1915               <packing>
1916                 <property name="position">1</property>
1917               </packing>
1918             </child>
1919           </widget>
1920           <packing>
1921             <property name="position">1</property>
1922           </packing>
1923         </child>
1924         <child internal-child="action_area">
1925           <widget class="GtkHButtonBox" id="dialog-action_area1">
1926             <property name="visible">True</property>
1927             <property name="layout_style">GTK_BUTTONBOX_END</property>
1928             <child>
1929               <widget class="GtkButton" id="button_go_to_case_ok">
1930                 <property name="visible">True</property>
1931                 <property name="can_focus">True</property>
1932                 <property name="can_default">True</property>
1933                 <property name="label">gtk-ok</property>
1934                 <property name="use_stock">True</property>
1935                 <property name="response_id">-5</property>
1936               </widget>
1937             </child>
1938           </widget>
1939           <packing>
1940             <property name="expand">False</property>
1941             <property name="pack_type">GTK_PACK_END</property>
1942           </packing>
1943         </child>
1944       </widget>
1945     </child>
1946   </widget>
1947   <widget class="GtkWindow" id="sort-cases-dialog">
1948     <property name="can_focus">True</property>
1949     <property name="border_width">10</property>
1950     <property name="title" translatable="yes">Sort Cases</property>
1951     <property name="modal">True</property>
1952     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1953     <property name="skip_taskbar_hint">True</property>
1954     <property name="skip_pager_hint">True</property>
1955     <child>
1956       <widget class="GtkHBox" id="hbox12">
1957         <property name="visible">True</property>
1958         <property name="spacing">9</property>
1959         <child>
1960           <widget class="GtkScrolledWindow" id="scrolledwindow6">
1961             <property name="visible">True</property>
1962             <property name="can_focus">True</property>
1963             <property name="border_width">10</property>
1964             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1965             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1966             <property name="shadow_type">GTK_SHADOW_IN</property>
1967             <child>
1968               <widget class="GtkTreeView" id="sort-cases-treeview-dict">
1969                 <property name="visible">True</property>
1970                 <property name="can_focus">True</property>
1971                 <property name="headers_visible">False</property>
1972                 <property name="reorderable">True</property>
1973                 <property name="fixed_height_mode">True</property>
1974               </widget>
1975             </child>
1976           </widget>
1977         </child>
1978         <child>
1979           <widget class="GtkAlignment" id="alignment3">
1980             <property name="visible">True</property>
1981             <property name="yalign">0.25</property>
1982             <property name="xscale">0.46000000834465027</property>
1983             <property name="yscale">0.079999998211860657</property>
1984             <child>
1985               <widget class="GtkButton" id="sort-cases-button">
1986                 <property name="visible">True</property>
1987                 <property name="can_focus">True</property>
1988                 <child>
1989                   <widget class="GtkArrow" id="sort-cases-arrow">
1990                     <property name="visible">True</property>
1991                   </widget>
1992                 </child>
1993               </widget>
1994             </child>
1995           </widget>
1996           <packing>
1997             <property name="position">1</property>
1998           </packing>
1999         </child>
2000         <child>
2001           <widget class="GtkVBox" id="vbox11">
2002             <property name="visible">True</property>
2003             <property name="spacing">4</property>
2004             <child>
2005               <widget class="GtkVBox" id="vbox12">
2006                 <property name="visible">True</property>
2007                 <child>
2008                   <widget class="GtkLabel" id="label16">
2009                     <property name="visible">True</property>
2010                     <property name="xalign">0</property>
2011                     <property name="label" translatable="yes">Sort by:</property>
2012                   </widget>
2013                   <packing>
2014                     <property name="expand">False</property>
2015                     <property name="fill">False</property>
2016                   </packing>
2017                 </child>
2018                 <child>
2019                   <widget class="GtkScrolledWindow" id="scrolledwindow7">
2020                     <property name="visible">True</property>
2021                     <property name="can_focus">True</property>
2022                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
2023                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2024                     <property name="shadow_type">GTK_SHADOW_IN</property>
2025                     <child>
2026                       <widget class="GtkTreeView" id="sort-cases-treeview-criteria">
2027                         <property name="visible">True</property>
2028                         <property name="can_focus">True</property>
2029                         <property name="headers_visible">False</property>
2030                         <property name="fixed_height_mode">True</property>
2031                       </widget>
2032                     </child>
2033                   </widget>
2034                   <packing>
2035                     <property name="position">1</property>
2036                   </packing>
2037                 </child>
2038               </widget>
2039               <packing>
2040                 <property name="pack_type">GTK_PACK_END</property>
2041                 <property name="position">1</property>
2042               </packing>
2043             </child>
2044             <child>
2045               <widget class="GtkFrame" id="Sort Order">
2046                 <property name="height_request">75</property>
2047                 <property name="visible">True</property>
2048                 <property name="label_xalign">0</property>
2049                 <child>
2050                   <widget class="GtkVBox" id="vbox13">
2051                     <property name="height_request">66</property>
2052                     <property name="visible">True</property>
2053                     <property name="border_width">12</property>
2054                     <property name="spacing">5</property>
2055                     <property name="homogeneous">True</property>
2056                     <child>
2057                       <widget class="GtkRadioButton" id="sort-cases-button-ascending">
2058                         <property name="visible">True</property>
2059                         <property name="can_focus">True</property>
2060                         <property name="label" translatable="yes">Ascending</property>
2061                         <property name="use_underline">True</property>
2062                         <property name="draw_indicator">True</property>
2063                       </widget>
2064                       <packing>
2065                         <property name="expand">False</property>
2066                         <property name="fill">False</property>
2067                       </packing>
2068                     </child>
2069                     <child>
2070                       <widget class="GtkRadioButton" id="radiobutton-descending">
2071                         <property name="visible">True</property>
2072                         <property name="can_focus">True</property>
2073                         <property name="label" translatable="yes">Descending</property>
2074                         <property name="use_underline">True</property>
2075                         <property name="draw_indicator">True</property>
2076                         <property name="group">sort-cases-button-ascending</property>
2077                       </widget>
2078                       <packing>
2079                         <property name="expand">False</property>
2080                         <property name="fill">False</property>
2081                         <property name="position">1</property>
2082                       </packing>
2083                     </child>
2084                   </widget>
2085                 </child>
2086                 <child>
2087                   <widget class="GtkLabel" id="label15">
2088                     <property name="visible">True</property>
2089                     <property name="label" translatable="yes">Sort Order</property>
2090                     <property name="use_markup">True</property>
2091                   </widget>
2092                   <packing>
2093                     <property name="type">label_item</property>
2094                   </packing>
2095                 </child>
2096               </widget>
2097               <packing>
2098                 <property name="expand">False</property>
2099                 <property name="pack_type">GTK_PACK_END</property>
2100               </packing>
2101             </child>
2102           </widget>
2103           <packing>
2104             <property name="position">2</property>
2105           </packing>
2106         </child>
2107         <child>
2108           <widget class="GtkVButtonBox" id="vbuttonbox7">
2109             <property name="visible">True</property>
2110             <child>
2111               <widget class="GtkButton" id="sort-cases-ok">
2112                 <property name="visible">True</property>
2113                 <property name="can_focus">True</property>
2114                 <property name="can_default">True</property>
2115                 <property name="label">gtk-ok</property>
2116                 <property name="use_stock">True</property>
2117               </widget>
2118             </child>
2119             <child>
2120               <widget class="GtkButton" id="sort-cases-paste">
2121                 <property name="visible">True</property>
2122                 <property name="sensitive">False</property>
2123                 <property name="can_focus">True</property>
2124                 <property name="can_default">True</property>
2125                 <property name="label">gtk-paste</property>
2126                 <property name="use_stock">True</property>
2127               </widget>
2128               <packing>
2129                 <property name="position">1</property>
2130               </packing>
2131             </child>
2132             <child>
2133               <widget class="GtkButton" id="sort-cases-reset">
2134                 <property name="visible">True</property>
2135                 <property name="can_focus">True</property>
2136                 <property name="can_default">True</property>
2137                 <property name="label">gtk-refresh</property>
2138                 <property name="use_stock">True</property>
2139               </widget>
2140               <packing>
2141                 <property name="position">2</property>
2142               </packing>
2143             </child>
2144             <child>
2145               <widget class="GtkButton" id="sort-cases-cancel">
2146                 <property name="visible">True</property>
2147                 <property name="can_focus">True</property>
2148                 <property name="can_default">True</property>
2149                 <property name="label">gtk-cancel</property>
2150                 <property name="use_stock">True</property>
2151               </widget>
2152               <packing>
2153                 <property name="position">3</property>
2154               </packing>
2155             </child>
2156             <child>
2157               <widget class="GtkButton" id="help_button_sort_cases">
2158                 <property name="visible">True</property>
2159                 <property name="can_focus">True</property>
2160                 <property name="can_default">True</property>
2161                 <property name="label">gtk-help</property>
2162                 <property name="use_stock">True</property>
2163               </widget>
2164               <packing>
2165                 <property name="position">4</property>
2166               </packing>
2167             </child>
2168           </widget>
2169           <packing>
2170             <property name="fill">False</property>
2171             <property name="padding">6</property>
2172             <property name="position">3</property>
2173           </packing>
2174         </child>
2175       </widget>
2176     </child>
2177   </widget>
2178 </glade-interface>