work on docs
[pspp] / src / ui / gui / spreadsheet-import.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <!-- PSPP - a program for statistical analysis. -->
4 <!-- Copyright (C) 2017, 2020 Free Software Foundation, Inc. -->
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
9 <!-- This program is distributed in the hope that it will be useful, -->
10 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
11 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
12 <!-- GNU General Public License for more details. -->
13 <!-- You should have received a copy of the GNU General Public License -->
14 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
15 <interface>
16   <requires lib="gtk+" version="3.22"/>
17   <requires lib="psppire" version="0.0"/>
18   <object class="GtkAdjustment" id="adjustment0">
19     <property name="step_increment">1</property>
20   </object>
21   <object class="GtkAdjustment" id="adjustment1">
22     <property name="step_increment">1</property>
23   </object>
24   <object class="GtkAdjustment" id="adjustment2">
25     <property name="step_increment">1</property>
26   </object>
27   <object class="GtkAdjustment" id="adjustment3">
28     <property name="step_increment">1</property>
29   </object>
30   <object class="GtkBox" id="Spreadsheet-Importer">
31     <property name="visible">True</property>
32     <property name="can_focus">False</property>
33     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
34     <property name="orientation">vertical</property>
35     <property name="spacing">12</property>
36     <child>
37       <object class="GtkLabel" id="intro-label1">
38         <property name="visible">True</property>
39         <property name="can_focus">False</property>
40         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
41         <property name="label" translatable="yes">Choose below the sheet number and the cell range that you wish to import.</property>
42         <property name="wrap">True</property>
43       </object>
44       <packing>
45         <property name="expand">False</property>
46         <property name="fill">True</property>
47         <property name="position">0</property>
48       </packing>
49     </child>
50     <child>
51       <object class="GtkFrame" id="frame1">
52         <property name="visible">True</property>
53         <property name="can_focus">False</property>
54         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
55         <property name="label_xalign">0</property>
56         <property name="shadow_type">none</property>
57         <child>
58           <object class="GtkGrid" id="table3">
59             <property name="visible">True</property>
60             <property name="can_focus">False</property>
61             <property name="margin_start">12</property>
62             <property name="row_spacing">5</property>
63             <property name="column_spacing">20</property>
64             <child>
65               <object class="GtkBox" id="box-left">
66                 <property name="visible">True</property>
67                 <property name="can_focus">False</property>
68                 <property name="orientation">vertical</property>
69                 <property name="spacing">5</property>
70                 <child>
71                   <object class="GtkBox" id="file-label-box">
72                     <property name="visible">True</property>
73                     <property name="can_focus">False</property>
74                     <child>
75                       <object class="GtkLabel" id="file-indicator-label">
76                         <property name="visible">True</property>
77                         <property name="can_focus">False</property>
78                         <property name="label" translatable="yes">Importing file: </property>
79                       </object>
80                       <packing>
81                         <property name="expand">False</property>
82                         <property name="fill">False</property>
83                         <property name="position">0</property>
84                       </packing>
85                     </child>
86                     <child>
87                       <object class="GtkLabel" id="file-name-label">
88                         <property name="visible">True</property>
89                         <property name="can_focus">True</property>
90                       </object>
91                       <packing>
92                         <property name="expand">True</property>
93                         <property name="fill">True</property>
94                         <property name="position">1</property>
95                       </packing>
96                     </child>
97                   </object>
98                   <packing>
99                     <property name="expand">False</property>
100                     <property name="fill">True</property>
101                     <property name="position">0</property>
102                   </packing>
103                 </child>
104                 <child>
105                   <object class="GtkComboBox" id="sheet-entry">
106                     <property name="visible">True</property>
107                     <property name="can_focus">True</property>
108                     <property name="active">0</property>
109                   </object>
110                   <packing>
111                     <property name="expand">False</property>
112                     <property name="fill">True</property>
113                     <property name="position">1</property>
114                   </packing>
115                 </child>
116                 <child>
117                   <object class="GtkCheckButton" id="readnames-checkbox">
118                     <property name="label" translatable="yes">Use the first selected row as _variable names</property>
119                     <property name="visible">True</property>
120                     <property name="can_focus">True</property>
121                     <property name="receives_default">False</property>
122                     <property name="use_underline">True</property>
123                     <property name="image_position">right</property>
124                     <property name="draw_indicator">True</property>
125                   </object>
126                   <packing>
127                     <property name="expand">False</property>
128                     <property name="fill">True</property>
129                     <property name="position">2</property>
130                   </packing>
131                 </child>
132               </object>
133               <packing>
134                 <property name="left_attach">0</property>
135                 <property name="top_attach">0</property>
136               </packing>
137             </child>
138             <child>
139               <object class="GtkGrid" id="table-right">
140                 <property name="visible">True</property>
141                 <property name="can_focus">False</property>
142                 <property name="margin_start">12</property>
143                 <child>
144                   <object class="GtkBox" id="cell-ref-box">
145                     <property name="visible">True</property>
146                     <property name="can_focus">False</property>
147                     <child>
148                       <object class="GtkLabel" id="cell-range-label">
149                         <property name="visible">True</property>
150                         <property name="can_focus">False</property>
151                         <property name="label" translatable="yes">_Cells: </property>
152                         <property name="use_underline">True</property>
153                         <property name="mnemonic_widget">cell-range-entry</property>
154                       </object>
155                       <packing>
156                         <property name="expand">False</property>
157                         <property name="fill">False</property>
158                         <property name="position">0</property>
159                       </packing>
160                     </child>
161                     <child>
162                       <object class="GtkEntry" id="cell-range-entry">
163                         <property name="visible">True</property>
164                         <property name="can_focus">True</property>
165                       </object>
166                       <packing>
167                         <property name="expand">True</property>
168                         <property name="fill">True</property>
169                         <property name="position">1</property>
170                       </packing>
171                     </child>
172                   </object>
173                   <packing>
174                     <property name="left_attach">0</property>
175                     <property name="top_attach">0</property>
176                     <property name="width">2</property>
177                   </packing>
178                 </child>
179                 <child>
180                   <object class="GtkSpinButton" id="sb0">
181                     <property name="visible">True</property>
182                     <property name="can_focus">True</property>
183                     <property name="adjustment">adjustment0</property>
184                   </object>
185                   <packing>
186                     <property name="left_attach">0</property>
187                     <property name="top_attach">1</property>
188                   </packing>
189                 </child>
190                 <child>
191                   <object class="GtkSpinButton" id="sb1">
192                     <property name="visible">True</property>
193                     <property name="can_focus">True</property>
194                     <property name="adjustment">adjustment1</property>
195                     <property name="numeric">True</property>
196                   </object>
197                   <packing>
198                     <property name="left_attach">1</property>
199                     <property name="top_attach">1</property>
200                   </packing>
201                 </child>
202                 <child>
203                   <object class="GtkSpinButton" id="sb2">
204                     <property name="visible">True</property>
205                     <property name="can_focus">True</property>
206                     <property name="adjustment">adjustment2</property>
207                   </object>
208                   <packing>
209                     <property name="left_attach">0</property>
210                     <property name="top_attach">2</property>
211                   </packing>
212                 </child>
213                 <child>
214                   <object class="GtkSpinButton" id="sb3">
215                     <property name="visible">True</property>
216                     <property name="can_focus">True</property>
217                     <property name="adjustment">adjustment3</property>
218                     <property name="numeric">True</property>
219                   </object>
220                   <packing>
221                     <property name="left_attach">1</property>
222                     <property name="top_attach">2</property>
223                   </packing>
224                 </child>
225               </object>
226               <packing>
227                 <property name="left_attach">1</property>
228                 <property name="top_attach">0</property>
229               </packing>
230             </child>
231             <child>
232               <object class="SswSheet" id="preview-sheet">
233                 <property name="visible">True</property>
234                 <property name="can_focus">True</property>
235               </object>
236               <packing>
237                 <property name="left_attach">0</property>
238                 <property name="top_attach">1</property>
239                 <property name="width">2</property>
240               </packing>
241             </child>
242           </object>
243         </child>
244         <child type="label">
245           <object class="GtkLabel" id="label4">
246             <property name="visible">True</property>
247             <property name="can_focus">False</property>
248             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
249             <property name="label" translatable="yes">&lt;b&gt;Cells to Import&lt;/b&gt;</property>
250             <property name="use_markup">True</property>
251           </object>
252         </child>
253       </object>
254       <packing>
255         <property name="expand">True</property>
256         <property name="fill">True</property>
257         <property name="position">1</property>
258       </packing>
259     </child>
260   </object>
261 </interface>