GUI: Move .ui files from goffice resources to glib resources
[gnumeric.git] / src / dialogs / scenario-manager.ui
blob5c7f51ca3c3bd93ea590cc67d128ec241d16c555
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="Scenarios">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Scenario Manager</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="dialog-vbox1">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">8</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="dialog-action_area1">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="helpbutton">
22 <property name="label">gtk-help</property>
23 <property name="use_action_appearance">False</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="receives_default">False</property>
27 <property name="use_action_appearance">False</property>
28 <property name="use_stock">True</property>
29 </object>
30 <packing>
31 <property name="expand">False</property>
32 <property name="fill">False</property>
33 <property name="position">0</property>
34 </packing>
35 </child>
36 <child>
37 <object class="GtkButton" id="cancelbutton">
38 <property name="label">gtk-cancel</property>
39 <property name="use_action_appearance">False</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="receives_default">False</property>
43 <property name="use_action_appearance">False</property>
44 <property name="use_stock">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">False</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="okbutton">
54 <property name="label">gtk-ok</property>
55 <property name="use_action_appearance">False</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="has_focus">True</property>
59 <property name="can_default">True</property>
60 <property name="has_default">True</property>
61 <property name="receives_default">False</property>
62 <property name="use_action_appearance">False</property>
63 <property name="use_stock">True</property>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">False</property>
68 <property name="position">2</property>
69 </packing>
70 </child>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="pack_type">end</property>
76 <property name="position">0</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkBox" id="hbox1">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="spacing">4</property>
84 <property name="homogeneous">True</property>
85 <child>
86 <object class="GtkBox" id="vbox2">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="orientation">vertical</property>
90 <child>
91 <object class="GtkNotebook" id="notebook1">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="border_width">6</property>
95 <property name="show_border">False</property>
96 <child>
97 <object class="GtkGrid" id="view-grid">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="border_width">12</property>
101 <property name="row_spacing">10</property>
102 <property name="column_spacing">12</property>
103 <child>
104 <object class="GtkLabel" id="label8">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="xalign">0</property>
108 <property name="label" translatable="yes">&lt;span weight="bold"&gt;Scenarios&lt;/span&gt;</property>
109 <property name="use_markup">True</property>
110 </object>
111 <packing>
112 <property name="left_attach">0</property>
113 <property name="top_attach">0</property>
114 <property name="width">1</property>
115 <property name="height">1</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkScrolledWindow" id="scrolledwindow3">
120 <property name="visible">True</property>
121 <property name="can_focus">True</property>
122 <child>
123 <object class="GtkTreeView" id="scenarios_treeview">
124 <property name="visible">True</property>
125 <property name="can_focus">True</property>
126 <property name="margin_left">18</property>
127 <property name="headers_visible">False</property>
128 <child internal-child="selection">
129 <object class="GtkTreeSelection" id="treeview-selection"/>
130 </child>
131 </object>
132 </child>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">1</property>
137 <property name="width">1</property>
138 <property name="height">4</property>
139 </packing>
140 </child>
141 <child>
142 <object class="GtkButton" id="show_button">
143 <property name="label" translatable="yes">Show</property>
144 <property name="use_action_appearance">False</property>
145 <property name="visible">True</property>
146 <property name="can_focus">True</property>
147 <property name="receives_default">True</property>
148 <property name="use_action_appearance">False</property>
149 <property name="use_underline">True</property>
150 </object>
151 <packing>
152 <property name="left_attach">1</property>
153 <property name="top_attach">1</property>
154 <property name="width">1</property>
155 <property name="height">1</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkButton" id="delete_button">
160 <property name="label" translatable="yes">Delete</property>
161 <property name="use_action_appearance">False</property>
162 <property name="visible">True</property>
163 <property name="can_focus">True</property>
164 <property name="receives_default">True</property>
165 <property name="use_action_appearance">False</property>
166 <property name="use_underline">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="GtkButton" id="summary_button">
177 <property name="label" translatable="yes">Create _Report</property>
178 <property name="use_action_appearance">False</property>
179 <property name="visible">True</property>
180 <property name="can_focus">True</property>
181 <property name="receives_default">True</property>
182 <property name="use_action_appearance">False</property>
183 <property name="use_underline">True</property>
184 </object>
185 <packing>
186 <property name="left_attach">1</property>
187 <property name="top_attach">4</property>
188 <property name="width">1</property>
189 <property name="height">1</property>
190 </packing>
191 </child>
192 <child>
193 <object class="GtkLabel" id="label9">
194 <property name="visible">True</property>
195 <property name="can_focus">False</property>
196 <property name="xalign">0</property>
197 <property name="label" translatable="yes">&lt;span weight="bold"&gt;Changing Cells&lt;/span&gt;</property>
198 <property name="use_markup">True</property>
199 </object>
200 <packing>
201 <property name="left_attach">0</property>
202 <property name="top_attach">5</property>
203 <property name="width">1</property>
204 <property name="height">1</property>
205 </packing>
206 </child>
207 <child>
208 <object class="GtkEntry" id="changing_cells_entry">
209 <property name="visible">True</property>
210 <property name="can_focus">True</property>
211 <property name="margin_left">18</property>
212 <property name="editable">False</property>
213 <property name="invisible_char"></property>
214 <property name="invisible_char_set">True</property>
215 </object>
216 <packing>
217 <property name="left_attach">0</property>
218 <property name="top_attach">6</property>
219 <property name="width">1</property>
220 <property name="height">1</property>
221 </packing>
222 </child>
223 <child>
224 <placeholder/>
225 </child>
226 <child>
227 <placeholder/>
228 </child>
229 <child>
230 <placeholder/>
231 </child>
232 <child>
233 <placeholder/>
234 </child>
235 <child>
236 <placeholder/>
237 </child>
238 <child>
239 <placeholder/>
240 </child>
241 <child>
242 <placeholder/>
243 </child>
244 <child>
245 <placeholder/>
246 </child>
247 <child>
248 <placeholder/>
249 </child>
250 <child>
251 <placeholder/>
252 </child>
253 <child>
254 <placeholder/>
255 </child>
256 <child>
257 <placeholder/>
258 </child>
259 <child>
260 <placeholder/>
261 </child>
262 <child>
263 <placeholder/>
264 </child>
265 <child>
266 <placeholder/>
267 </child>
268 <child>
269 <object class="GtkLabel" id="label10">
270 <property name="visible">True</property>
271 <property name="can_focus">False</property>
272 <property name="xalign">0</property>
273 <property name="label" translatable="yes">&lt;span weight="bold"&gt;Comment&lt;/span&gt;</property>
274 <property name="use_markup">True</property>
275 </object>
276 <packing>
277 <property name="left_attach">0</property>
278 <property name="top_attach">7</property>
279 <property name="width">1</property>
280 <property name="height">1</property>
281 </packing>
282 </child>
283 <child>
284 <object class="GtkScrolledWindow" id="scrolledwindow4">
285 <property name="visible">True</property>
286 <property name="can_focus">True</property>
287 <property name="margin_left">18</property>
288 <property name="hexpand">True</property>
289 <property name="vexpand">True</property>
290 <child>
291 <object class="GtkTextView" id="comment_view">
292 <property name="visible">True</property>
293 <property name="can_focus">True</property>
294 <property name="editable">False</property>
295 <property name="cursor_visible">False</property>
296 </object>
297 </child>
298 </object>
299 <packing>
300 <property name="left_attach">0</property>
301 <property name="top_attach">8</property>
302 <property name="width">1</property>
303 <property name="height">1</property>
304 </packing>
305 </child>
306 </object>
307 </child>
308 <child type="tab">
309 <object class="GtkLabel" id="View">
310 <property name="visible">True</property>
311 <property name="can_focus">False</property>
312 <property name="label" translatable="yes">View</property>
313 </object>
314 <packing>
315 <property name="tab_fill">False</property>
316 </packing>
317 </child>
318 <child>
319 <object class="GtkGrid" id="options-grid">
320 <property name="visible">True</property>
321 <property name="can_focus">False</property>
322 <property name="valign">start</property>
323 <property name="border_width">12</property>
324 <property name="row_spacing">6</property>
325 <property name="column_spacing">12</property>
326 <child>
327 <placeholder/>
328 </child>
329 <child>
330 <placeholder/>
331 </child>
332 <child>
333 <placeholder/>
334 </child>
335 <child>
336 <placeholder/>
337 </child>
338 <child>
339 <placeholder/>
340 </child>
341 <child>
342 <placeholder/>
343 </child>
344 <child>
345 <placeholder/>
346 </child>
347 <child>
348 <object class="GtkLabel" id="label11">
349 <property name="visible">True</property>
350 <property name="can_focus">False</property>
351 <property name="xalign">0</property>
352 <property name="label" translatable="yes">&lt;span weight="bold"&gt;Reporting&lt;/span&gt;</property>
353 <property name="use_markup">True</property>
354 </object>
355 <packing>
356 <property name="left_attach">0</property>
357 <property name="top_attach">0</property>
358 <property name="width">1</property>
359 <property name="height">1</property>
360 </packing>
361 </child>
362 <child>
363 <object class="GtkLabel" id="var1-label">
364 <property name="visible">True</property>
365 <property name="can_focus">False</property>
366 <property name="margin_left">24</property>
367 <property name="xalign">0</property>
368 <property name="label" translatable="yes">Result Cells:</property>
369 </object>
370 <packing>
371 <property name="left_attach">0</property>
372 <property name="top_attach">1</property>
373 <property name="width">1</property>
374 <property name="height">1</property>
375 </packing>
376 </child>
377 </object>
378 <packing>
379 <property name="position">1</property>
380 </packing>
381 </child>
382 <child type="tab">
383 <object class="GtkLabel" id="label7">
384 <property name="visible">True</property>
385 <property name="can_focus">False</property>
386 <property name="label" translatable="yes">Options</property>
387 </object>
388 <packing>
389 <property name="position">1</property>
390 <property name="tab_fill">False</property>
391 </packing>
392 </child>
393 </object>
394 <packing>
395 <property name="expand">True</property>
396 <property name="fill">True</property>
397 <property name="position">0</property>
398 </packing>
399 </child>
400 </object>
401 <packing>
402 <property name="expand">True</property>
403 <property name="fill">True</property>
404 <property name="position">0</property>
405 </packing>
406 </child>
407 </object>
408 <packing>
409 <property name="expand">False</property>
410 <property name="fill">True</property>
411 <property name="position">1</property>
412 </packing>
413 </child>
414 </object>
415 </child>
416 <action-widgets>
417 <action-widget response="0">helpbutton</action-widget>
418 <action-widget response="0">cancelbutton</action-widget>
419 <action-widget response="0">okbutton</action-widget>
420 </action-widgets>
421 </object>
422 </interface>