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