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