Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / src / ui / gui / text-data-import.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.0 on Fri Mar  7 23:09:37 2008 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="Intro">
6     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7     <property name="title" translatable="yes">Importing Textual Data</property>
8     <child>
9       <widget class="GtkVBox" id="vbox3">
10         <property name="visible">True</property>
11         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
12         <child>
13           <widget class="GtkLabel" id="intro-label">
14             <property name="visible">True</property>
15             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
16             <property name="label" translatable="yes">This assistant will guide you through the process of importing data into PSPP from a text file with one line per case,  in which fields are separated by tabs, commas, or other delimiters.
17
18 The selected file contains N lines of text.  Only the first M of these will be shown for preview purposes in the following screens.  You may choose below how much of the file should actually be imported.</property>
19             <property name="wrap">True</property>
20           </widget>
21         </child>
22         <child>
23           <widget class="GtkAlignment" id="alignment10">
24             <property name="visible">True</property>
25             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
26             <property name="xscale">0</property>
27             <child>
28               <widget class="GtkFrame" id="frame7">
29                 <property name="visible">True</property>
30                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
31                 <property name="label_xalign">0</property>
32                 <property name="shadow_type">GTK_SHADOW_NONE</property>
33                 <child>
34                   <widget class="GtkAlignment" id="alignment11">
35                     <property name="visible">True</property>
36                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
37                     <property name="left_padding">12</property>
38                     <child>
39                       <widget class="GtkVBox" id="vbox1">
40                         <property name="visible">True</property>
41                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
42                         <child>
43                           <widget class="GtkRadioButton" id="import-all-cases">
44                             <property name="visible">True</property>
45                             <property name="can_focus">True</property>
46                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
47                             <property name="label" translatable="yes">All cases</property>
48                             <property name="response_id">0</property>
49                             <property name="active">True</property>
50                             <property name="draw_indicator">True</property>
51                           </widget>
52                         </child>
53                         <child>
54                           <widget class="GtkHBox" id="hbox1">
55                             <property name="visible">True</property>
56                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
57                             <child>
58                               <widget class="GtkRadioButton" id="import-n-cases">
59                                 <property name="visible">True</property>
60                                 <property name="can_focus">True</property>
61                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
62                                 <property name="label" translatable="yes">Only first </property>
63                                 <property name="response_id">0</property>
64                                 <property name="active">True</property>
65                                 <property name="draw_indicator">True</property>
66                                 <property name="group">import-all-cases</property>
67                               </widget>
68                               <packing>
69                                 <property name="expand">False</property>
70                                 <property name="fill">False</property>
71                               </packing>
72                             </child>
73                             <child>
74                               <widget class="GtkSpinButton" id="n-cases-spin">
75                                 <property name="visible">True</property>
76                                 <property name="sensitive">False</property>
77                                 <property name="can_focus">True</property>
78                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
79                                 <property name="adjustment">1000 0 100000000 1 10 10</property>
80                                 <property name="climb_rate">10</property>
81                                 <property name="snap_to_ticks">True</property>
82                               </widget>
83                               <packing>
84                                 <property name="expand">False</property>
85                                 <property name="fill">False</property>
86                                 <property name="position">1</property>
87                               </packing>
88                             </child>
89                             <child>
90                               <widget class="GtkLabel" id="label1">
91                                 <property name="visible">True</property>
92                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
93                                 <property name="label" translatable="yes"> cases</property>
94                               </widget>
95                               <packing>
96                                 <property name="expand">False</property>
97                                 <property name="fill">False</property>
98                                 <property name="position">2</property>
99                               </packing>
100                             </child>
101                           </widget>
102                           <packing>
103                             <property name="expand">False</property>
104                             <property name="fill">False</property>
105                             <property name="position">1</property>
106                           </packing>
107                         </child>
108                         <child>
109                           <widget class="GtkHBox" id="hbox3">
110                             <property name="visible">True</property>
111                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
112                             <child>
113                               <widget class="GtkRadioButton" id="import-percent">
114                                 <property name="visible">True</property>
115                                 <property name="can_focus">True</property>
116                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
117                                 <property name="label" translatable="yes">Only first </property>
118                                 <property name="response_id">0</property>
119                                 <property name="active">True</property>
120                                 <property name="draw_indicator">True</property>
121                                 <property name="group">import-all-cases</property>
122                               </widget>
123                               <packing>
124                                 <property name="expand">False</property>
125                                 <property name="fill">False</property>
126                               </packing>
127                             </child>
128                             <child>
129                               <widget class="GtkSpinButton" id="percent-spin">
130                                 <property name="visible">True</property>
131                                 <property name="sensitive">False</property>
132                                 <property name="can_focus">True</property>
133                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
134                                 <property name="adjustment">100 1 100 1 10 10</property>
135                                 <property name="snap_to_ticks">True</property>
136                               </widget>
137                               <packing>
138                                 <property name="expand">False</property>
139                                 <property name="fill">False</property>
140                                 <property name="position">1</property>
141                               </packing>
142                             </child>
143                             <child>
144                               <widget class="GtkLabel" id="label2">
145                                 <property name="visible">True</property>
146                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
147                                 <property name="label" translatable="yes">% of file (approximately)</property>
148                               </widget>
149                               <packing>
150                                 <property name="expand">False</property>
151                                 <property name="fill">False</property>
152                                 <property name="position">2</property>
153                               </packing>
154                             </child>
155                           </widget>
156                           <packing>
157                             <property name="position">2</property>
158                           </packing>
159                         </child>
160                       </widget>
161                     </child>
162                   </widget>
163                 </child>
164                 <child>
165                   <widget class="GtkLabel" id="label8">
166                     <property name="visible">True</property>
167                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
168                     <property name="label" translatable="yes">&lt;b&gt;Amount to Import&lt;/b&gt;</property>
169                     <property name="use_markup">True</property>
170                   </widget>
171                   <packing>
172                     <property name="type">label_item</property>
173                   </packing>
174                 </child>
175               </widget>
176             </child>
177           </widget>
178           <packing>
179             <property name="expand">False</property>
180             <property name="fill">False</property>
181             <property name="position">1</property>
182           </packing>
183         </child>
184       </widget>
185     </child>
186   </widget>
187   <widget class="GtkWindow" id="FirstLine">
188     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
189     <property name="title" translatable="yes">Select Data to Import</property>
190     <child>
191       <widget class="GtkVBox" id="vbox2">
192         <property name="visible">True</property>
193         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
194         <child>
195           <widget class="GtkLabel" id="label3">
196             <property name="visible">True</property>
197             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
198             <property name="label" translatable="yes">Select the first line of the data file that contains data.</property>
199           </widget>
200           <packing>
201             <property name="expand">False</property>
202           </packing>
203         </child>
204         <child>
205           <widget class="GtkCheckButton" id="variable-names">
206             <property name="visible">True</property>
207             <property name="can_focus">True</property>
208             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
209             <property name="label" translatable="yes">Line above selected line contains variable names</property>
210             <property name="response_id">0</property>
211             <property name="draw_indicator">True</property>
212           </widget>
213           <packing>
214             <property name="expand">False</property>
215             <property name="position">1</property>
216           </packing>
217         </child>
218         <child>
219           <widget class="GtkScrolledWindow" id="first-line-scroller">
220             <property name="visible">True</property>
221             <property name="can_focus">True</property>
222             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
223             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
224             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
225             <child>
226               <widget class="GtkTreeView" id="first-line">
227                 <property name="visible">True</property>
228                 <property name="can_focus">True</property>
229                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
230                 <property name="headers_clickable">True</property>
231               </widget>
232             </child>
233           </widget>
234           <packing>
235             <property name="position">2</property>
236           </packing>
237         </child>
238       </widget>
239     </child>
240   </widget>
241   <widget class="GtkWindow" id="Separators">
242     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
243     <property name="title" translatable="yes">Choose Separators</property>
244     <child>
245       <widget class="GtkVBox" id="vbox4">
246         <property name="visible">True</property>
247         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
248         <child>
249           <widget class="GtkHBox" id="hbox2">
250             <property name="visible">True</property>
251             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
252             <child>
253               <widget class="GtkFrame" id="foo">
254                 <property name="visible">True</property>
255                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
256                 <property name="label_xalign">0</property>
257                 <property name="shadow_type">GTK_SHADOW_NONE</property>
258                 <child>
259                   <widget class="GtkAlignment" id="alignment1">
260                     <property name="visible">True</property>
261                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
262                     <property name="left_padding">12</property>
263                     <child>
264                       <widget class="GtkTable" id="table1">
265                         <property name="visible">True</property>
266                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
267                         <property name="n_rows">4</property>
268                         <property name="n_columns">3</property>
269                         <child>
270                           <widget class="GtkCheckButton" id="space">
271                             <property name="visible">True</property>
272                             <property name="can_focus">True</property>
273                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
274                             <property name="label" translatable="yes">_Space</property>
275                             <property name="use_underline">True</property>
276                             <property name="response_id">0</property>
277                             <property name="draw_indicator">True</property>
278                           </widget>
279                         </child>
280                         <child>
281                           <widget class="GtkCheckButton" id="tab">
282                             <property name="visible">True</property>
283                             <property name="can_focus">True</property>
284                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
285                             <property name="label" translatable="yes">Ta_b</property>
286                             <property name="use_underline">True</property>
287                             <property name="response_id">0</property>
288                             <property name="draw_indicator">True</property>
289                           </widget>
290                           <packing>
291                             <property name="left_attach">1</property>
292                             <property name="right_attach">2</property>
293                           </packing>
294                         </child>
295                         <child>
296                           <widget class="GtkCheckButton" id="bang">
297                             <property name="visible">True</property>
298                             <property name="can_focus">True</property>
299                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
300                             <property name="label" translatable="yes">Ban_g (!)</property>
301                             <property name="use_underline">True</property>
302                             <property name="response_id">0</property>
303                             <property name="draw_indicator">True</property>
304                           </widget>
305                           <packing>
306                             <property name="left_attach">2</property>
307                             <property name="right_attach">3</property>
308                           </packing>
309                         </child>
310                         <child>
311                           <widget class="GtkCheckButton" id="colon">
312                             <property name="visible">True</property>
313                             <property name="can_focus">True</property>
314                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
315                             <property name="label" translatable="yes">_Colon (:)</property>
316                             <property name="use_underline">True</property>
317                             <property name="response_id">0</property>
318                             <property name="draw_indicator">True</property>
319                           </widget>
320                           <packing>
321                             <property name="top_attach">1</property>
322                             <property name="bottom_attach">2</property>
323                           </packing>
324                         </child>
325                         <child>
326                           <widget class="GtkCheckButton" id="comma">
327                             <property name="visible">True</property>
328                             <property name="can_focus">True</property>
329                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
330                             <property name="label" translatable="yes">Co_mma (,)</property>
331                             <property name="use_underline">True</property>
332                             <property name="response_id">0</property>
333                             <property name="draw_indicator">True</property>
334                           </widget>
335                           <packing>
336                             <property name="left_attach">1</property>
337                             <property name="right_attach">2</property>
338                             <property name="top_attach">1</property>
339                             <property name="bottom_attach">2</property>
340                           </packing>
341                         </child>
342                         <child>
343                           <widget class="GtkCheckButton" id="hyphen">
344                             <property name="visible">True</property>
345                             <property name="can_focus">True</property>
346                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
347                             <property name="label" translatable="yes">H_yphen (-)</property>
348                             <property name="use_underline">True</property>
349                             <property name="response_id">0</property>
350                             <property name="draw_indicator">True</property>
351                           </widget>
352                           <packing>
353                             <property name="left_attach">2</property>
354                             <property name="right_attach">3</property>
355                             <property name="top_attach">1</property>
356                             <property name="bottom_attach">2</property>
357                           </packing>
358                         </child>
359                         <child>
360                           <widget class="GtkCheckButton" id="pipe">
361                             <property name="visible">True</property>
362                             <property name="can_focus">True</property>
363                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
364                             <property name="label" translatable="yes">P_ipe (|)</property>
365                             <property name="use_underline">True</property>
366                             <property name="response_id">0</property>
367                             <property name="draw_indicator">True</property>
368                           </widget>
369                           <packing>
370                             <property name="top_attach">2</property>
371                             <property name="bottom_attach">3</property>
372                           </packing>
373                         </child>
374                         <child>
375                           <widget class="GtkCheckButton" id="semicolon">
376                             <property name="visible">True</property>
377                             <property name="can_focus">True</property>
378                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
379                             <property name="label" translatable="yes">Semicolo_n (;)</property>
380                             <property name="use_underline">True</property>
381                             <property name="response_id">0</property>
382                             <property name="draw_indicator">True</property>
383                           </widget>
384                           <packing>
385                             <property name="left_attach">1</property>
386                             <property name="right_attach">2</property>
387                             <property name="top_attach">2</property>
388                             <property name="bottom_attach">3</property>
389                           </packing>
390                         </child>
391                         <child>
392                           <widget class="GtkCheckButton" id="slash">
393                             <property name="visible">True</property>
394                             <property name="can_focus">True</property>
395                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
396                             <property name="label" translatable="yes">Slas_h (/)</property>
397                             <property name="use_underline">True</property>
398                             <property name="response_id">0</property>
399                             <property name="draw_indicator">True</property>
400                           </widget>
401                           <packing>
402                             <property name="left_attach">2</property>
403                             <property name="right_attach">3</property>
404                             <property name="top_attach">2</property>
405                             <property name="bottom_attach">3</property>
406                           </packing>
407                         </child>
408                         <child>
409                           <widget class="GtkCheckButton" id="custom-cb">
410                             <property name="visible">True</property>
411                             <property name="can_focus">True</property>
412                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
413                             <property name="label" translatable="yes">C_ustom</property>
414                             <property name="use_underline">True</property>
415                             <property name="response_id">0</property>
416                             <property name="draw_indicator">True</property>
417                           </widget>
418                           <packing>
419                             <property name="top_attach">3</property>
420                             <property name="bottom_attach">4</property>
421                           </packing>
422                         </child>
423                         <child>
424                           <widget class="GtkEntry" id="custom-entry">
425                             <property name="visible">True</property>
426                             <property name="can_focus">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                           </widget>
429                           <packing>
430                             <property name="left_attach">1</property>
431                             <property name="right_attach">3</property>
432                             <property name="top_attach">3</property>
433                             <property name="bottom_attach">4</property>
434                           </packing>
435                         </child>
436                       </widget>
437                     </child>
438                   </widget>
439                 </child>
440                 <child>
441                   <widget class="GtkLabel" id="label5">
442                     <property name="visible">True</property>
443                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
444                     <property name="label" translatable="yes">&lt;b&gt;Separators&lt;/b&gt;</property>
445                     <property name="use_markup">True</property>
446                   </widget>
447                   <packing>
448                     <property name="type">label_item</property>
449                   </packing>
450                 </child>
451               </widget>
452             </child>
453             <child>
454               <widget class="GtkFrame" id="frame2">
455                 <property name="visible">True</property>
456                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
457                 <property name="label_xalign">0</property>
458                 <property name="shadow_type">GTK_SHADOW_NONE</property>
459                 <child>
460                   <widget class="GtkAlignment" id="alignment2">
461                     <property name="visible">True</property>
462                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
463                     <property name="left_padding">12</property>
464                     <child>
465                       <widget class="GtkTable" id="table2">
466                         <property name="visible">True</property>
467                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
468                         <property name="n_rows">2</property>
469                         <property name="n_columns">2</property>
470                         <child>
471                           <widget class="GtkCheckButton" id="quote-cb">
472                             <property name="visible">True</property>
473                             <property name="can_focus">True</property>
474                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
475                             <property name="label" translatable="yes">Quote separator characters with</property>
476                             <property name="response_id">0</property>
477                             <property name="draw_indicator">True</property>
478                           </widget>
479                           <packing>
480                             <property name="x_options"></property>
481                             <property name="y_options">GTK_FILL</property>
482                           </packing>
483                         </child>
484                         <child>
485                           <widget class="GtkComboBoxEntry" id="quote-combo">
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="has_frame">False</property>
489                             <property name="items" translatable="yes">"'
490 "
491 '
492 </property>
493                             <child internal-child="entry">
494                               <widget class="GtkEntry" id="quote">
495                                 <property name="visible">True</property>
496                                 <property name="can_focus">True</property>
497                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
498                                 <property name="width_chars">2</property>
499                               </widget>
500                             </child>
501                           </widget>
502                           <packing>
503                             <property name="left_attach">1</property>
504                             <property name="right_attach">2</property>
505                             <property name="x_options"></property>
506                             <property name="y_options"></property>
507                           </packing>
508                         </child>
509                         <child>
510                           <widget class="GtkCheckButton" id="escape">
511                             <property name="visible">True</property>
512                             <property name="can_focus">True</property>
513                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
514                             <property name="label" translatable="yes">Doubled quote mark treated as escape</property>
515                             <property name="response_id">0</property>
516                             <property name="draw_indicator">True</property>
517                           </widget>
518                           <packing>
519                             <property name="right_attach">2</property>
520                             <property name="top_attach">1</property>
521                             <property name="bottom_attach">2</property>
522                             <property name="y_options"></property>
523                           </packing>
524                         </child>
525                       </widget>
526                     </child>
527                   </widget>
528                 </child>
529                 <child>
530                   <widget class="GtkLabel" id="label7">
531                     <property name="visible">True</property>
532                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
533                     <property name="label" translatable="yes">&lt;b&gt;Quoting&lt;/b&gt;</property>
534                     <property name="use_markup">True</property>
535                   </widget>
536                   <packing>
537                     <property name="type">label_item</property>
538                   </packing>
539                 </child>
540               </widget>
541               <packing>
542                 <property name="position">1</property>
543               </packing>
544             </child>
545           </widget>
546           <packing>
547             <property name="expand">False</property>
548           </packing>
549         </child>
550         <child>
551           <widget class="GtkFrame" id="frame3">
552             <property name="visible">True</property>
553             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
554             <property name="label_xalign">0</property>
555             <property name="shadow_type">GTK_SHADOW_NONE</property>
556             <child>
557               <widget class="GtkAlignment" id="alignment3">
558                 <property name="visible">True</property>
559                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
560                 <property name="left_padding">12</property>
561                 <child>
562                   <widget class="GtkScrolledWindow" id="fields-scroller">
563                     <property name="visible">True</property>
564                     <property name="can_focus">True</property>
565                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
566                     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
567                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
568                     <child>
569                       <widget class="GtkTreeView" id="fields">
570                         <property name="visible">True</property>
571                         <property name="can_focus">True</property>
572                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
573                         <property name="headers_clickable">True</property>
574                       </widget>
575                     </child>
576                   </widget>
577                 </child>
578               </widget>
579             </child>
580             <child>
581               <widget class="GtkLabel" id="label9">
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">&lt;b&gt;Fields Preview&lt;/b&gt;</property>
585                 <property name="use_markup">True</property>
586               </widget>
587               <packing>
588                 <property name="type">label_item</property>
589               </packing>
590             </child>
591           </widget>
592           <packing>
593             <property name="position">1</property>
594           </packing>
595         </child>
596       </widget>
597     </child>
598   </widget>
599   <widget class="GtkWindow" id="Formats">
600     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
601     <property name="title" translatable="yes">Adjust Variable Formats</property>
602     <child>
603       <widget class="GtkVBox" id="vbox5">
604         <property name="visible">True</property>
605         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
606         <child>
607           <widget class="GtkLabel" id="label12">
608             <property name="visible">True</property>
609             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
610             <property name="label" translatable="yes">Check the data formats displayed below and fix any that are incorrect.  You may set other variable properties now or later.</property>
611             <property name="wrap">True</property>
612           </widget>
613           <packing>
614             <property name="expand">False</property>
615             <property name="fill">False</property>
616           </packing>
617         </child>
618         <child>
619           <widget class="GtkVPaned" id="vpaned1">
620             <property name="visible">True</property>
621             <property name="can_focus">True</property>
622             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
623             <property name="position">94</property>
624             <child>
625               <widget class="GtkFrame" id="frame4">
626                 <property name="visible">True</property>
627                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
628                 <property name="label_xalign">0</property>
629                 <property name="shadow_type">GTK_SHADOW_NONE</property>
630                 <child>
631                   <widget class="GtkAlignment" id="alignment5">
632                     <property name="visible">True</property>
633                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
634                     <property name="left_padding">12</property>
635                     <child>
636                       <widget class="GtkScrolledWindow" id="vars-scroller">
637                         <property name="visible">True</property>
638                         <property name="can_focus">True</property>
639                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
640                         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
641                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
642                         <child>
643                           <placeholder/>
644                         </child>
645                       </widget>
646                     </child>
647                   </widget>
648                 </child>
649                 <child>
650                   <widget class="GtkLabel" id="label10">
651                     <property name="visible">True</property>
652                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
653                     <property name="label" translatable="yes">&lt;b&gt;Variables&lt;/b&gt;</property>
654                     <property name="use_markup">True</property>
655                   </widget>
656                   <packing>
657                     <property name="type">label_item</property>
658                   </packing>
659                 </child>
660               </widget>
661               <packing>
662                 <property name="resize">False</property>
663                 <property name="shrink">True</property>
664               </packing>
665             </child>
666             <child>
667               <widget class="GtkFrame" id="frame5">
668                 <property name="visible">True</property>
669                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
670                 <property name="label_xalign">0</property>
671                 <property name="shadow_type">GTK_SHADOW_NONE</property>
672                 <child>
673                   <widget class="GtkAlignment" id="alignment6">
674                     <property name="visible">True</property>
675                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
676                     <property name="left_padding">12</property>
677                     <child>
678                       <widget class="GtkScrolledWindow" id="data-scroller">
679                         <property name="visible">True</property>
680                         <property name="can_focus">True</property>
681                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
682                         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
683                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
684                         <child>
685                           <widget class="GtkTreeView" id="data">
686                             <property name="visible">True</property>
687                             <property name="can_focus">True</property>
688                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
689                             <property name="headers_clickable">True</property>
690                           </widget>
691                         </child>
692                       </widget>
693                     </child>
694                   </widget>
695                 </child>
696                 <child>
697                   <widget class="GtkLabel" id="label11">
698                     <property name="visible">True</property>
699                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
700                     <property name="label" translatable="yes">&lt;b&gt;Data Preview&lt;/b&gt;</property>
701                     <property name="use_markup">True</property>
702                   </widget>
703                   <packing>
704                     <property name="type">label_item</property>
705                   </packing>
706                 </child>
707               </widget>
708               <packing>
709                 <property name="resize">True</property>
710                 <property name="shrink">True</property>
711               </packing>
712             </child>
713           </widget>
714           <packing>
715             <property name="position">1</property>
716           </packing>
717         </child>
718       </widget>
719     </child>
720   </widget>
721 </glade-interface>