1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <!-- interface-requires gtk+ 3.0 -->
4  <object class="GtkDialog" id="tabulate_dialog">
5    <property name="can_focus">False</property>
6    <property name="title" translatable="yes">Tabulate Dependency</property>
7    <property name="resizable">False</property>
8    <property name="type_hint">dialog</property>
9    <property name="has_resize_grip">False</property>
10    <child internal-child="vbox">
11      <object class="GtkBox" id="dialog-vbox1">
12        <property name="visible">True</property>
13        <property name="can_focus">False</property>
14        <property name="orientation">vertical</property>
15        <property name="spacing">8</property>
16        <child internal-child="action_area">
17          <object class="GtkButtonBox" id="dialog-action_area1">
18            <property name="visible">True</property>
19            <property name="can_focus">False</property>
20            <property name="layout_style">end</property>
21            <child>
22              <object class="GtkButton" id="help_button">
23                <property name="label">gtk-help</property>
24                <property name="use_action_appearance">False</property>
25                <property name="visible">True</property>
26                <property name="can_focus">True</property>
27                <property name="can_default">True</property>
28                <property name="receives_default">False</property>
29                <property name="use_action_appearance">False</property>
30                <property name="use_stock">True</property>
31              </object>
32              <packing>
33                <property name="expand">False</property>
34                <property name="fill">False</property>
35                <property name="position">0</property>
36              </packing>
37            </child>
38            <child>
39              <object class="GtkButton" id="cancel_button">
40                <property name="label">gtk-cancel</property>
41                <property name="use_action_appearance">False</property>
42                <property name="visible">True</property>
43                <property name="can_focus">True</property>
44                <property name="can_default">True</property>
45                <property name="receives_default">False</property>
46                <property name="use_action_appearance">False</property>
47                <property name="use_stock">True</property>
48              </object>
49              <packing>
50                <property name="expand">False</property>
51                <property name="fill">False</property>
52                <property name="position">1</property>
53              </packing>
54            </child>
55            <child>
56              <object class="GtkButton" id="ok_button">
57                <property name="label">gtk-ok</property>
58                <property name="use_action_appearance">False</property>
59                <property name="visible">True</property>
60                <property name="can_focus">True</property>
61                <property name="can_default">True</property>
62                <property name="has_default">True</property>
63                <property name="receives_default">False</property>
64                <property name="use_action_appearance">False</property>
65                <property name="use_stock">True</property>
66              </object>
67              <packing>
68                <property name="expand">False</property>
69                <property name="fill">False</property>
70                <property name="position">2</property>
71              </packing>
72            </child>
73          </object>
74          <packing>
75            <property name="expand">False</property>
76            <property name="fill">False</property>
77            <property name="pack_type">end</property>
78            <property name="position">0</property>
79          </packing>
80        </child>
81        <child>
82          <object class="GtkGrid" id="main-grid">
83            <property name="visible">True</property>
84            <property name="can_focus">False</property>
85            <property name="border_width">6</property>
86            <property name="row_spacing">6</property>
87            <property name="column_spacing">12</property>
88            <child>
89              <object class="GtkLabel" id="label1">
90                <property name="visible">True</property>
91                <property name="can_focus">False</property>
92                <property name="xalign">0</property>
93                <property name="label" translatable="yes">Dependency cells</property>
94                <attributes>
95                  <attribute name="weight" value="bold"/>
96                </attributes>
97              </object>
98              <packing>
99                <property name="left_attach">0</property>
100                <property name="top_attach">0</property>
101                <property name="width">4</property>
102                <property name="height">1</property>
103              </packing>
104            </child>
105            <child>
106              <object class="GtkLabel" id="label4">
107                <property name="visible">True</property>
108                <property name="can_focus">False</property>
109                <property name="label" translatable="yes">Cell</property>
110                <property name="justify">center</property>
111              </object>
112              <packing>
113                <property name="left_attach">0</property>
114                <property name="top_attach">1</property>
115                <property name="width">1</property>
116                <property name="height">1</property>
117              </packing>
118            </child>
119            <child>
120              <object class="GtkLabel" id="label5">
121                <property name="visible">True</property>
122                <property name="can_focus">False</property>
123                <property name="label" translatable="yes">Minimum</property>
124                <property name="justify">center</property>
125              </object>
126              <packing>
127                <property name="left_attach">1</property>
128                <property name="top_attach">1</property>
129                <property name="width">1</property>
130                <property name="height">1</property>
131              </packing>
132            </child>
133            <child>
134              <object class="GtkLabel" id="label6">
135                <property name="visible">True</property>
136                <property name="can_focus">False</property>
137                <property name="label" translatable="yes">Maximum</property>
138                <property name="justify">center</property>
139              </object>
140              <packing>
141                <property name="left_attach">2</property>
142                <property name="top_attach">1</property>
143                <property name="width">1</property>
144                <property name="height">1</property>
145              </packing>
146            </child>
147            <child>
148              <object class="GtkLabel" id="label7">
149                <property name="visible">True</property>
150                <property name="can_focus">False</property>
151                <property name="label" translatable="yes">Step</property>
152                <property name="justify">center</property>
153              </object>
154              <packing>
155                <property name="left_attach">3</property>
156                <property name="top_attach">1</property>
157                <property name="width">1</property>
158                <property name="height">1</property>
159              </packing>
160            </child>
161            <child>
162              <object class="GtkEntry" id="minentry1">
163                <property name="visible">True</property>
164                <property name="can_focus">True</property>
165                <property name="invisible_char">●</property>
166                <property name="invisible_char_set">True</property>
167              </object>
168              <packing>
169                <property name="left_attach">1</property>
170                <property name="top_attach">2</property>
171                <property name="width">1</property>
172                <property name="height">1</property>
173              </packing>
174            </child>
175            <child>
176              <object class="GtkEntry" id="minentry2">
177                <property name="visible">True</property>
178                <property name="can_focus">True</property>
179                <property name="invisible_char">●</property>
180                <property name="invisible_char_set">True</property>
181              </object>
182              <packing>
183                <property name="left_attach">1</property>
184                <property name="top_attach">3</property>
185                <property name="width">1</property>
186                <property name="height">1</property>
187              </packing>
188            </child>
189            <child>
190              <object class="GtkEntry" id="minentry3">
191                <property name="visible">True</property>
192                <property name="can_focus">True</property>
193                <property name="invisible_char">●</property>
194                <property name="invisible_char_set">True</property>
195              </object>
196              <packing>
197                <property name="left_attach">1</property>
198                <property name="top_attach">4</property>
199                <property name="width">1</property>
200                <property name="height">1</property>
201              </packing>
202            </child>
203            <child>
204              <object class="GtkEntry" id="maxentry1">
205                <property name="visible">True</property>
206                <property name="can_focus">True</property>
207                <property name="invisible_char">●</property>
208                <property name="invisible_char_set">True</property>
209              </object>
210              <packing>
211                <property name="left_attach">2</property>
212                <property name="top_attach">2</property>
213                <property name="width">1</property>
214                <property name="height">1</property>
215              </packing>
216            </child>
217            <child>
218              <object class="GtkEntry" id="maxentry2">
219                <property name="visible">True</property>
220                <property name="can_focus">True</property>
221                <property name="invisible_char">●</property>
222                <property name="invisible_char_set">True</property>
223              </object>
224              <packing>
225                <property name="left_attach">2</property>
226                <property name="top_attach">3</property>
227                <property name="width">1</property>
228                <property name="height">1</property>
229              </packing>
230            </child>
231            <child>
232              <object class="GtkEntry" id="maxentry3">
233                <property name="visible">True</property>
234                <property name="can_focus">True</property>
235                <property name="invisible_char">●</property>
236                <property name="invisible_char_set">True</property>
237              </object>
238              <packing>
239                <property name="left_attach">2</property>
240                <property name="top_attach">4</property>
241                <property name="width">1</property>
242                <property name="height">1</property>
243              </packing>
244            </child>
245            <child>
246              <object class="GtkEntry" id="stepentry1">
247                <property name="visible">True</property>
248                <property name="can_focus">True</property>
249                <property name="invisible_char">●</property>
250                <property name="invisible_char_set">True</property>
251              </object>
252              <packing>
253                <property name="left_attach">3</property>
254                <property name="top_attach">2</property>
255                <property name="width">1</property>
256                <property name="height">1</property>
257              </packing>
258            </child>
259            <child>
260              <object class="GtkEntry" id="stepentry2">
261                <property name="visible">True</property>
262                <property name="can_focus">True</property>
263                <property name="invisible_char">●</property>
264                <property name="invisible_char_set">True</property>
265              </object>
266              <packing>
267                <property name="left_attach">3</property>
268                <property name="top_attach">3</property>
269                <property name="width">1</property>
270                <property name="height">1</property>
271              </packing>
272            </child>
273            <child>
274              <object class="GtkEntry" id="stepentry3">
275                <property name="visible">True</property>
276                <property name="can_focus">True</property>
277                <property name="invisible_char">●</property>
278                <property name="invisible_char_set">True</property>
279              </object>
280              <packing>
281                <property name="left_attach">3</property>
282                <property name="top_attach">4</property>
283                <property name="width">1</property>
284                <property name="height">1</property>
285              </packing>
286            </child>
287            <child>
288              <object class="GtkLabel" id="label8">
289                <property name="visible">True</property>
290                <property name="can_focus">False</property>
291                <property name="margin_top">6</property>
292                <property name="xalign">0</property>
293                <property name="label" translatable="yes">Result cell</property>
294                <attributes>
295                  <attribute name="weight" value="bold"/>
296                </attributes>
297              </object>
298              <packing>
299                <property name="left_attach">0</property>
300                <property name="top_attach">5</property>
301                <property name="width">4</property>
302                <property name="height">1</property>
303              </packing>
304            </child>
305            <child>
306              <object class="GtkLabel" id="label9">
307                <property name="visible">True</property>
308                <property name="can_focus">False</property>
309                <property name="margin_top">6</property>
310                <property name="xalign">0</property>
311                <property name="label" translatable="yes">Tabulation Mode</property>
312                <attributes>
313                  <attribute name="weight" value="bold"/>
314                </attributes>
315              </object>
316              <packing>
317                <property name="left_attach">0</property>
318                <property name="top_attach">7</property>
319                <property name="width">4</property>
320                <property name="height">1</property>
321              </packing>
322            </child>
323            <child>
324              <object class="GtkRadioButton" id="mode_coordinate">
325                <property name="label" translatable="yes">_Coordinate</property>
326                <property name="use_action_appearance">False</property>
327                <property name="visible">True</property>
328                <property name="can_focus">True</property>
329                <property name="receives_default">False</property>
330                <property name="has_tooltip">True</property>
331                <property name="tooltip_markup" translatable="yes">Make one long list of coordinates and values</property>
332                <property name="tooltip_text" translatable="yes">Make one long list of coordinates and values</property>
333                <property name="use_action_appearance">False</property>
334                <property name="use_underline">True</property>
335                <property name="xalign">0</property>
336                <property name="draw_indicator">True</property>
337                <property name="group">mode_visual</property>
338              </object>
339              <packing>
340                <property name="left_attach">1</property>
341                <property name="top_attach">8</property>
342                <property name="width">1</property>
343                <property name="height">1</property>
344              </packing>
345            </child>
346            <child>
347              <object class="GtkRadioButton" id="mode_visual">
348                <property name="label" translatable="yes">_Visual</property>
349                <property name="use_action_appearance">False</property>
350                <property name="visible">True</property>
351                <property name="can_focus">True</property>
352                <property name="receives_default">False</property>
353                <property name="has_tooltip">True</property>
354                <property name="tooltip_markup" translatable="yes">Use down for first source, right for second, and multiple sheets for third</property>
355                <property name="tooltip_text" translatable="yes">Use down for first source, right for second, and multiple sheets for third</property>
356                <property name="margin_left">18</property>
357                <property name="use_action_appearance">False</property>
358                <property name="use_underline">True</property>
359                <property name="xalign">0</property>
360                <property name="active">True</property>
361                <property name="draw_indicator">True</property>
362              </object>
363              <packing>
364                <property name="left_attach">0</property>
365                <property name="top_attach">8</property>
366                <property name="width">1</property>
367                <property name="height">1</property>
368              </packing>
369            </child>
370            <child>
371              <placeholder/>
372            </child>
373            <child>
374              <placeholder/>
375            </child>
376            <child>
377              <placeholder/>
378            </child>
379            <child>
380              <placeholder/>
381            </child>
382            <child>
383              <placeholder/>
384            </child>
385            <child>
386              <placeholder/>
387            </child>
388            <child>
389              <placeholder/>
390            </child>
391            <child>
392              <placeholder/>
393            </child>
394            <child>
395              <placeholder/>
396            </child>
397          </object>
398          <packing>
399            <property name="expand">False</property>
400            <property name="fill">True</property>
401            <property name="position">1</property>
402          </packing>
403        </child>
404      </object>
405    </child>
406    <action-widgets>
407      <action-widget response="0">help_button</action-widget>
408      <action-widget response="0">cancel_button</action-widget>
409      <action-widget response="0">ok_button</action-widget>
410    </action-widgets>
411  </object>
412</interface>
413