doc: update copyright line for 2021
[adg.git] / demo / adg-demo.ui.in
blob09e49b670929362840770339bc4e4a147cac34eb
1 <?xml version="1.0"?>
2 <interface>
3 <!-- interface-requires adg 1.0 -->
4 <!-- interface-requires gtk+ 2.12 -->
5 <!-- interface-naming-policy toplevel-contextual -->
6 <object class="GtkWindow" id="wndMain">
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">adg-demo - Demostration program</property>
9 <property name="window_position">center</property>
10 <child>
11 <object class="GtkVBox" id="mainBox">
12 <property name="visible">True</property>
13 <child>
14 <object class="GtkScrolledWindow" id="scrollCanvas">
15 <property name="visible">True</property>
16 <property name="hscrollbar-policy">automatic</property>
17 <property name="vscrollbar-policy">automatic</property>
18 <child>
19 <object class="AdgGtkLayout" id="mainCanvas">
20 <property name="visible">True</property>
21 </object>
22 </child>
23 </object>
24 <packing>
25 <property name="position">0</property>
26 </packing>
27 </child>
28 <child>
29 <object class="GtkHButtonBox" id="mainButtons">
30 <property name="visible">True</property>
31 <property name="border_width">6</property>
32 <property name="spacing">12</property>
33 <property name="layout_style">end</property>
34 <child>
35 <object class="GtkButton" id="mainHelp">
36 <property name="label">gtk-help</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="receives_default">True</property>
40 <property name="use_stock">True</property>
41 </object>
42 <packing>
43 <property name="expand">False</property>
44 <property name="fill">False</property>
45 <property name="position">0</property>
46 <property name="secondary">True</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="mainAbout">
51 <property name="label">gtk-about</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use_stock">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">False</property>
60 <property name="position">1</property>
61 <property name="secondary">True</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="mainEdit">
66 <property name="label">gtk-edit</property>
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="use_stock">True</property>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">False</property>
75 <property name="position">2</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkButton" id="mainSaveAs">
80 <property name="label">gtk-save-as</property>
81 <property name="visible">True</property>
82 <property name="can_focus">True</property>
83 <property name="receives_default">True</property>
84 <property name="use_stock">True</property>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">False</property>
89 <property name="position">3</property>
90 </packing>
91 </child>
92 <child>
93 <object class="GtkButton" id="mainPrint">
94 <property name="label">gtk-print</property>
95 <property name="visible">True</property>
96 <property name="can_focus">True</property>
97 <property name="receives_default">True</property>
98 <property name="use_stock">True</property>
99 </object>
100 <packing>
101 <property name="expand">False</property>
102 <property name="fill">False</property>
103 <property name="position">4</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkButton" id="mainQuit">
108 <property name="label">gtk-quit</property>
109 <property name="visible">True</property>
110 <property name="can_focus">True</property>
111 <property name="receives_default">True</property>
112 <property name="use_stock">True</property>
113 </object>
114 <packing>
115 <property name="expand">False</property>
116 <property name="fill">False</property>
117 <property name="pack_type">end</property>
118 <property name="position">5</property>
119 </packing>
120 </child>
121 </object>
122 <packing>
123 <property name="expand">False</property>
124 <property name="fill">True</property>
125 <property name="position">1</property>
126 </packing>
127 </child>
128 </object>
129 </child>
130 </object>
131 <object class="GtkAboutDialog" id="wndAbout">
132 <property name="border_width">6</property>
133 <property name="title" translatable="yes">About adg-demo</property>
134 <property name="resizable">False</property>
135 <property name="modal">True</property>
136 <property name="window_position">center</property>
137 <property name="destroy_with_parent">True</property>
138 <property name="icon_name">dialog-information</property>
139 <property name="type_hint">dialog</property>
140 <property name="skip_taskbar_hint">True</property>
141 <property name="skip_pager_hint">True</property>
142 <property name="transient_for">wndMain</property>
143 <property name="program_name">adg-demo</property>
144 <property name="version">@PACKAGE_VERSION@</property>
145 <property name="copyright" translatable="yes">Copyright (C) 2007-2020 Nicola Fontana</property>
146 <property name="comments" translatable="yes">Demonstration program for the ADG library</property>
147 <property name="website">@PACKAGE_URL@</property>
148 <property name="license" translatable="yes">The ADG library is free software; you can redistribute it and/or
149 modify it under the terms of the GNU Lesser General Public
150 License as published by the Free Software Foundation; either
151 version 2 of the License, or (at your option) any later version.
153 This library is distributed in the hope that it will be useful,
154 but WITHOUT ANY WARRANTY; without even the implied warranty
155 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
156 See the GNU Lesser General Public License for more details.
158 You should have received a copy of the GNU Lesser General Public
159 License along with this library; if not, write to the
160 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
161 Boston, MA 02110-1301, USA.</property>
162 <property name="authors">Nicola Fontana &lt;ntd at entidi.it&gt;</property>
163 <child internal-child="vbox">
164 <object class="GtkVBox" id="aboutBox">
165 <property name="spacing">2</property>
166 <child internal-child="action_area">
167 <object class="GtkHButtonBox" id="aboutButtons">
168 <property name="layout_style">end</property>
169 </object>
170 <packing>
171 <property name="expand">False</property>
172 <property name="pack_type">end</property>
173 <property name="position">0</property>
174 </packing>
175 </child>
176 </object>
177 </child>
178 </object>
179 <object class="GtkDialog" id="wndEdit">
180 <property name="border_width">6</property>
181 <property name="title" translatable="yes">Customize drawing</property>
182 <property name="resizable">False</property>
183 <property name="modal">True</property>
184 <property name="window_position">none</property>
185 <property name="destroy_with_parent">True</property>
186 <property name="type_hint">normal</property>
187 <property name="skip_taskbar_hint">True</property>
188 <property name="skip_pager_hint">True</property>
189 <property name="transient_for">wndMain</property>
190 <child internal-child="vbox">
191 <object class="GtkVBox" id="boxEdit">
192 <property name="visible">True</property>
193 <property name="spacing">6</property>
194 <child>
195 <object class="GtkNotebook" id="nbMain">
196 <property name="visible">True</property>
197 <property name="can-focus">True</property>
198 <child>
199 <object class="GtkVBox" id="boxDimensions">
200 <property name="visible">True</property>
201 <child>
202 <object class="GtkFrame" id="editBody">
203 <property name="visible">True</property>
204 <property name="border_width">3</property>
205 <property name="label_xalign">0</property>
206 <property name="shadow_type">none</property>
207 <child>
208 <object class="GtkTable" id="editBodyTable">
209 <property name="visible">True</property>
210 <property name="border_width">3</property>
211 <property name="n_rows">4</property>
212 <property name="n_columns">5</property>
213 <property name="row_spacing">6</property>
214 <child>
215 <object class="GtkSpinButton" id="editD1">
216 <property name="visible">True</property>
217 <property name="can_focus">True</property>
218 <property name="is-focus">True</property>
219 <property name="has-focus">True</property>
220 <property name="adjustment">adjD1</property>
221 <property name="digits">1</property>
222 <property name="numeric">True</property>
223 </object>
224 <packing>
225 <property name="left_attach">1</property>
226 <property name="right_attach">2</property>
227 </packing>
228 </child>
229 <child>
230 <object class="GtkLabel" id="editD1Label">
231 <property name="visible">True</property>
232 <property name="xalign">0</property>
233 <property name="label" translatable="yes">_Diameter rail:</property>
234 <property name="use_underline">True</property>
235 <property name="mnemonic_widget">editD1</property>
236 </object>
237 <packing>
238 <property name="x_options">GTK_FILL</property>
239 <property name="x_padding">12</property>
240 </packing>
241 </child>
242 <child>
243 <object class="GtkSpinButton" id="editA">
244 <property name="visible">True</property>
245 <property name="can_focus">True</property>
246 <property name="adjustment">adjA</property>
247 <property name="digits">1</property>
248 <property name="numeric">True</property>
249 </object>
250 <packing>
251 <property name="left_attach">4</property>
252 <property name="right_attach">5</property>
253 </packing>
254 </child>
255 <child>
256 <object class="GtkLabel" id="editALabel">
257 <property name="visible">True</property>
258 <property name="xalign">0</property>
259 <property name="xpad">12</property>
260 <property name="label" translatable="yes">_Total length:</property>
261 <property name="use_underline">True</property>
262 <property name="mnemonic_widget">editA</property>
263 </object>
264 <packing>
265 <property name="left_attach">3</property>
266 <property name="right_attach">4</property>
267 <property name="x_options">GTK_FILL</property>
268 </packing>
269 </child>
270 <child>
271 <object class="GtkLabel" id="editBLabel">
272 <property name="visible">True</property>
273 <property name="xalign">0</property>
274 <property name="xpad">12</property>
275 <property name="label" translatable="yes">_B quote:</property>
276 <property name="use_underline">True</property>
277 <property name="mnemonic_widget">editB</property>
278 </object>
279 <packing>
280 <property name="left_attach">3</property>
281 <property name="right_attach">4</property>
282 <property name="top_attach">3</property>
283 <property name="bottom_attach">4</property>
284 <property name="x_options">GTK_FILL</property>
285 </packing>
286 </child>
287 <child>
288 <object class="GtkSpinButton" id="editB">
289 <property name="visible">True</property>
290 <property name="can_focus">True</property>
291 <property name="adjustment">adjB</property>
292 <property name="digits">1</property>
293 <property name="numeric">True</property>
294 </object>
295 <packing>
296 <property name="left_attach">4</property>
297 <property name="right_attach">5</property>
298 <property name="top_attach">3</property>
299 <property name="bottom_attach">4</property>
300 </packing>
301 </child>
302 <child>
303 <object class="GtkLabel" id="editD2Label">
304 <property name="visible">True</property>
305 <property name="xalign">0</property>
306 <property name="xpad">12</property>
307 <property name="label" translatable="yes">Diameter _2:</property>
308 <property name="use_underline">True</property>
309 <property name="mnemonic_widget">editD2</property>
310 </object>
311 <packing>
312 <property name="top_attach">1</property>
313 <property name="bottom_attach">2</property>
314 <property name="x_options">GTK_FILL</property>
315 </packing>
316 </child>
317 <child>
318 <object class="GtkSpinButton" id="editD2">
319 <property name="visible">True</property>
320 <property name="can_focus">True</property>
321 <property name="adjustment">adjD2</property>
322 <property name="digits">1</property>
323 <property name="numeric">True</property>
324 </object>
325 <packing>
326 <property name="left_attach">1</property>
327 <property name="right_attach">2</property>
328 <property name="top_attach">1</property>
329 <property name="bottom_attach">2</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkLabel" id="editLD2Label">
334 <property name="visible">True</property>
335 <property name="xalign">0</property>
336 <property name="xpad">12</property>
337 <property name="label" translatable="yes">Length 2:</property>
338 <property name="use_underline">True</property>
339 <property name="mnemonic_widget">editLD2</property>
340 </object>
341 <packing>
342 <property name="left_attach">3</property>
343 <property name="right_attach">4</property>
344 <property name="top_attach">1</property>
345 <property name="bottom_attach">2</property>
346 <property name="x_options">GTK_FILL</property>
347 </packing>
348 </child>
349 <child>
350 <object class="GtkSpinButton" id="editLD2">
351 <property name="visible">True</property>
352 <property name="can_focus">True</property>
353 <property name="adjustment">adjLD2</property>
354 <property name="digits">1</property>
355 <property name="numeric">True</property>
356 </object>
357 <packing>
358 <property name="left_attach">4</property>
359 <property name="right_attach">5</property>
360 <property name="top_attach">1</property>
361 <property name="bottom_attach">2</property>
362 </packing>
363 </child>
364 <child>
365 <object class="GtkLabel" id="editD3Label">
366 <property name="visible">True</property>
367 <property name="xalign">0</property>
368 <property name="xpad">12</property>
369 <property name="label" translatable="yes">Diameter _3:</property>
370 <property name="use_underline">True</property>
371 <property name="mnemonic_widget">editD3</property>
372 </object>
373 <packing>
374 <property name="top_attach">2</property>
375 <property name="bottom_attach">3</property>
376 <property name="x_options">GTK_FILL</property>
377 </packing>
378 </child>
379 <child>
380 <object class="GtkLabel" id="editD4Label">
381 <property name="visible">True</property>
382 <property name="xalign">0</property>
383 <property name="xpad">12</property>
384 <property name="label" translatable="yes">Diameter _4:</property>
385 <property name="use_underline">True</property>
386 <property name="mnemonic_widget">editD4</property>
387 </object>
388 <packing>
389 <property name="top_attach">3</property>
390 <property name="bottom_attach">4</property>
391 <property name="x_options">GTK_FILL</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkSpinButton" id="editD3">
396 <property name="visible">True</property>
397 <property name="can_focus">True</property>
398 <property name="adjustment">adjD3</property>
399 <property name="digits">1</property>
400 <property name="numeric">True</property>
401 </object>
402 <packing>
403 <property name="left_attach">1</property>
404 <property name="right_attach">2</property>
405 <property name="top_attach">2</property>
406 <property name="bottom_attach">3</property>
407 </packing>
408 </child>
409 <child>
410 <object class="GtkSpinButton" id="editD4">
411 <property name="visible">True</property>
412 <property name="can_focus">True</property>
413 <property name="adjustment">adjD4</property>
414 <property name="digits">1</property>
415 <property name="numeric">True</property>
416 </object>
417 <packing>
418 <property name="left_attach">1</property>
419 <property name="right_attach">2</property>
420 <property name="top_attach">3</property>
421 <property name="bottom_attach">4</property>
422 </packing>
423 </child>
424 <child>
425 <object class="GtkLabel" id="editLD3Label">
426 <property name="visible">True</property>
427 <property name="xalign">0</property>
428 <property name="xpad">12</property>
429 <property name="label" translatable="yes">Length 3:</property>
430 <property name="use_underline">True</property>
431 <property name="mnemonic_widget">editLD3</property>
432 </object>
433 <packing>
434 <property name="left_attach">3</property>
435 <property name="right_attach">4</property>
436 <property name="top_attach">2</property>
437 <property name="bottom_attach">3</property>
438 <property name="x_options">GTK_FILL</property>
439 </packing>
440 </child>
441 <child>
442 <object class="GtkSpinButton" id="editLD3">
443 <property name="visible">True</property>
444 <property name="can_focus">True</property>
445 <property name="adjustment">adjLD3</property>
446 <property name="digits">1</property>
447 <property name="numeric">True</property>
448 </object>
449 <packing>
450 <property name="left_attach">4</property>
451 <property name="right_attach">5</property>
452 <property name="top_attach">2</property>
453 <property name="bottom_attach">3</property>
454 </packing>
455 </child>
456 <child>
457 <placeholder/>
458 </child>
459 <child>
460 <placeholder/>
461 </child>
462 <child>
463 <placeholder/>
464 </child>
465 <child>
466 <placeholder/>
467 </child>
468 </object>
469 </child>
470 <child type="label">
471 <object class="GtkLabel" id="editBodyLabel">
472 <property name="visible">True</property>
473 <property name="xalign">0</property>
474 <property name="yalign">0</property>
475 <property name="xpad">3</property>
476 <property name="ypad">3</property>
477 <property name="label" translatable="yes">&lt;b&gt;Body data&lt;/b&gt;</property>
478 <property name="use_markup">True</property>
479 <property name="single_line_mode">True</property>
480 </object>
481 </child>
482 </object>
483 <packing>
484 <property name="expand">False</property>
485 <property name="position">0</property>
486 </packing>
487 </child>
488 <child>
489 <object class="GtkFrame" id="editHead">
490 <property name="visible">True</property>
491 <property name="border_width">3</property>
492 <property name="label_xalign">0</property>
493 <property name="shadow_type">none</property>
494 <child>
495 <object class="GtkTable" id="editHeadTable">
496 <property name="visible">True</property>
497 <property name="border_width">3</property>
498 <property name="n_rows">3</property>
499 <property name="n_columns">5</property>
500 <property name="row_spacing">6</property>
501 <child>
502 <object class="GtkLabel" id="editD6Label">
503 <property name="visible">True</property>
504 <property name="xalign">0</property>
505 <property name="xpad">12</property>
506 <property name="label" translatable="yes">_Head diameter:</property>
507 <property name="use_underline">True</property>
508 <property name="mnemonic_widget">editD6</property>
509 </object>
510 <packing>
511 <property name="x_options">GTK_FILL</property>
512 </packing>
513 </child>
514 <child>
515 <object class="GtkSpinButton" id="editD6">
516 <property name="visible">True</property>
517 <property name="can_focus">True</property>
518 <property name="adjustment">adjD6</property>
519 <property name="digits">1</property>
520 <property name="numeric">True</property>
521 </object>
522 <packing>
523 <property name="left_attach">1</property>
524 <property name="right_attach">2</property>
525 </packing>
526 </child>
527 <child>
528 <object class="GtkLabel" id="editCLabel">
529 <property name="visible">True</property>
530 <property name="xalign">0</property>
531 <property name="xpad">12</property>
532 <property name="label" translatable="yes">Head tickness:</property>
533 <property name="use_underline">True</property>
534 <property name="mnemonic_widget">editC</property>
535 </object>
536 <packing>
537 <property name="left_attach">3</property>
538 <property name="right_attach">4</property>
539 <property name="x_options">GTK_FILL</property>
540 </packing>
541 </child>
542 <child>
543 <object class="GtkSpinButton" id="editC">
544 <property name="visible">True</property>
545 <property name="can_focus">True</property>
546 <property name="adjustment">adjC</property>
547 <property name="digits">1</property>
548 <property name="numeric">True</property>
549 </object>
550 <packing>
551 <property name="left_attach">4</property>
552 <property name="right_attach">5</property>
553 </packing>
554 </child>
555 <child>
556 <object class="GtkLabel" id="editD7Label">
557 <property name="visible">True</property>
558 <property name="xalign">0</property>
559 <property name="xpad">12</property>
560 <property name="label" translatable="yes">Tablet diameter:</property>
561 <property name="use_underline">True</property>
562 <property name="mnemonic_widget">editD7</property>
563 </object>
564 <packing>
565 <property name="left_attach">3</property>
566 <property name="right_attach">4</property>
567 <property name="top_attach">1</property>
568 <property name="bottom_attach">2</property>
569 <property name="x_options">GTK_FILL</property>
570 </packing>
571 </child>
572 <child>
573 <object class="GtkSpinButton" id="editD7">
574 <property name="visible">True</property>
575 <property name="can_focus">True</property>
576 <property name="adjustment">adjD7</property>
577 <property name="digits">1</property>
578 <property name="numeric">True</property>
579 </object>
580 <packing>
581 <property name="left_attach">4</property>
582 <property name="right_attach">5</property>
583 <property name="top_attach">1</property>
584 <property name="bottom_attach">2</property>
585 </packing>
586 </child>
587 <child>
588 <object class="GtkRadioButton" id="optChamferedHead">
589 <property name="label" translatable="yes">Cham_fered head</property>
590 <property name="visible">True</property>
591 <property name="can_focus">True</property>
592 <property name="use_underline">True</property>
593 <property name="draw_indicator">True</property>
594 </object>
595 <packing>
596 <property name="right_attach">3</property>
597 <property name="top_attach">1</property>
598 <property name="bottom_attach">2</property>
599 <property name="x_padding">12</property>
600 </packing>
601 </child>
602 <child>
603 <object class="GtkRadioButton" id="optRoundedHead">
604 <property name="label" translatable="yes">_Rounded head</property>
605 <property name="visible">True</property>
606 <property name="can_focus">True</property>
607 <property name="use_underline">True</property>
608 <property name="active">True</property>
609 <property name="draw_indicator">True</property>
610 <property name="group">optChamferedHead</property>
611 </object>
612 <packing>
613 <property name="right_attach">3</property>
614 <property name="top_attach">2</property>
615 <property name="bottom_attach">3</property>
616 <property name="x_padding">12</property>
617 </packing>
618 </child>
619 <child>
620 <object class="GtkLabel" id="editRD6Label">
621 <property name="visible">True</property>
622 <property name="sensitive">False</property>
623 <property name="xalign">0</property>
624 <property name="xpad">12</property>
625 <property name="label" translatable="yes">Head radius:</property>
626 <property name="use_underline">True</property>
627 <property name="mnemonic_widget">editRD6</property>
628 </object>
629 <packing>
630 <property name="left_attach">3</property>
631 <property name="right_attach">4</property>
632 <property name="top_attach">2</property>
633 <property name="bottom_attach">3</property>
634 <property name="x_options">GTK_FILL</property>
635 </packing>
636 </child>
637 <child>
638 <object class="GtkSpinButton" id="editRD6">
639 <property name="visible">True</property>
640 <property name="sensitive">False</property>
641 <property name="can_focus">True</property>
642 <property name="adjustment">adjRD6</property>
643 <property name="numeric">True</property>
644 </object>
645 <packing>
646 <property name="left_attach">4</property>
647 <property name="right_attach">5</property>
648 <property name="top_attach">2</property>
649 <property name="bottom_attach">3</property>
650 </packing>
651 </child>
652 <child>
653 <placeholder/>
654 </child>
655 </object>
656 </child>
657 <child type="label">
658 <object class="GtkLabel" id="editHeadLabel">
659 <property name="visible">True</property>
660 <property name="xalign">0</property>
661 <property name="yalign">0</property>
662 <property name="xpad">3</property>
663 <property name="ypad">3</property>
664 <property name="label" translatable="yes">&lt;b&gt;Head data&lt;/b&gt;</property>
665 <property name="use_markup">True</property>
666 <property name="single_line_mode">True</property>
667 </object>
668 </child>
669 </object>
670 <packing>
671 <property name="expand">False</property>
672 <property name="position">1</property>
673 </packing>
674 </child>
675 <child>
676 <object class="GtkFrame" id="editHole">
677 <property name="visible">True</property>
678 <property name="border_width">3</property>
679 <property name="label_xalign">0</property>
680 <property name="shadow_type">none</property>
681 <child>
682 <object class="GtkTable" id="editHoleTable">
683 <property name="visible">True</property>
684 <property name="border_width">3</property>
685 <property name="n_rows">1</property>
686 <property name="n_columns">5</property>
687 <property name="row_spacing">6</property>
688 <child>
689 <object class="GtkLabel" id="editDHOLELabel">
690 <property name="visible">True</property>
691 <property name="xalign">0</property>
692 <property name="xpad">12</property>
693 <property name="label" translatable="yes">Hole diameter:</property>
694 <property name="use_underline">True</property>
695 <property name="mnemonic_widget">editD1</property>
696 </object>
697 <packing>
698 <property name="x_options">GTK_FILL</property>
699 </packing>
700 </child>
701 <child>
702 <object class="GtkSpinButton" id="editDHOLE">
703 <property name="visible">True</property>
704 <property name="can_focus">True</property>
705 <property name="adjustment">adjDHOLE</property>
706 <property name="digits">1</property>
707 <property name="numeric">True</property>
708 </object>
709 <packing>
710 <property name="left_attach">1</property>
711 <property name="right_attach">2</property>
712 </packing>
713 </child>
714 <child>
715 <object class="GtkLabel" id="editLHOLELabel">
716 <property name="visible">True</property>
717 <property name="xalign">0</property>
718 <property name="xpad">12</property>
719 <property name="label" translatable="yes">Hole depth:</property>
720 <property name="use_underline">True</property>
721 <property name="mnemonic_widget">editLHOLE</property>
722 </object>
723 <packing>
724 <property name="left_attach">3</property>
725 <property name="right_attach">4</property>
726 <property name="x_options">GTK_FILL</property>
727 </packing>
728 </child>
729 <child>
730 <object class="GtkSpinButton" id="editLHOLE">
731 <property name="visible">True</property>
732 <property name="can_focus">True</property>
733 <property name="adjustment">adjLHOLE</property>
734 <property name="digits">1</property>
735 <property name="numeric">True</property>
736 </object>
737 <packing>
738 <property name="left_attach">4</property>
739 <property name="right_attach">5</property>
740 </packing>
741 </child>
742 </object>
743 </child>
744 <child type="label">
745 <object class="GtkLabel" id="editHoleLabel">
746 <property name="visible">True</property>
747 <property name="xalign">0</property>
748 <property name="yalign">0</property>
749 <property name="xpad">3</property>
750 <property name="ypad">3</property>
751 <property name="label" translatable="yes">&lt;b&gt;Rear hole data&lt;/b&gt;</property>
752 <property name="use_markup">True</property>
753 <property name="single_line_mode">True</property>
754 </object>
755 </child>
756 </object>
757 <packing>
758 <property name="expand">False</property>
759 <property name="position">2</property>
760 </packing>
761 </child>
762 <child>
763 <object class="GtkExpander" id="editAdditional">
764 <property name="visible">True</property>
765 <property name="can_focus">True</property>
766 <property name="border_width">6</property>
767 <property name="use_markup">True</property>
768 <child>
769 <object class="GtkTable" id="editAdditionalTable">
770 <property name="visible">True</property>
771 <property name="border_width">3</property>
772 <property name="n_rows">3</property>
773 <property name="n_columns">5</property>
774 <property name="row_spacing">6</property>
775 <child>
776 <object class="GtkCheckButton" id="editGROOVE">
777 <property name="label" translatable="yes">Groove machining</property>
778 <property name="visible">True</property>
779 <property name="can_focus">True</property>
780 <property name="draw_indicator">True</property>
781 </object>
782 <packing>
783 <property name="right_attach">3</property>
784 <property name="top_attach">1</property>
785 <property name="bottom_attach">2</property>
786 <property name="x_padding">12</property>
787 </packing>
788 </child>
789 <child>
790 <object class="GtkLabel" id="editZGROOVELabel">
791 <property name="visible">True</property>
792 <property name="sensitive">False</property>
793 <property name="xalign">0</property>
794 <property name="xpad">12</property>
795 <property name="label" translatable="yes">Groove position:</property>
796 <property name="use_underline">True</property>
797 <property name="mnemonic_widget">editZGROOVE</property>
798 </object>
799 <packing>
800 <property name="left_attach">3</property>
801 <property name="right_attach">4</property>
802 <property name="top_attach">1</property>
803 <property name="bottom_attach">2</property>
804 <property name="x_options">GTK_FILL</property>
805 </packing>
806 </child>
807 <child>
808 <object class="GtkSpinButton" id="editZGROOVE">
809 <property name="visible">True</property>
810 <property name="sensitive">False</property>
811 <property name="can_focus">True</property>
812 <property name="adjustment">adjZGROOVE</property>
813 <property name="digits">1</property>
814 <property name="numeric">True</property>
815 </object>
816 <packing>
817 <property name="left_attach">4</property>
818 <property name="right_attach">5</property>
819 <property name="top_attach">1</property>
820 <property name="bottom_attach">2</property>
821 </packing>
822 </child>
823 <child>
824 <object class="GtkLabel" id="editDGROOVELabel">
825 <property name="visible">True</property>
826 <property name="sensitive">False</property>
827 <property name="xalign">0</property>
828 <property name="xpad">12</property>
829 <property name="label" translatable="yes">Groove diameter:</property>
830 <property name="use_underline">True</property>
831 <property name="mnemonic_widget">editDGROOVE</property>
832 </object>
833 <packing>
834 <property name="top_attach">2</property>
835 <property name="bottom_attach">3</property>
836 <property name="x_options">GTK_FILL</property>
837 </packing>
838 </child>
839 <child>
840 <object class="GtkSpinButton" id="editDGROOVE">
841 <property name="visible">True</property>
842 <property name="sensitive">False</property>
843 <property name="can_focus">True</property>
844 <property name="adjustment">adjDGROOVE</property>
845 <property name="digits">1</property>
846 <property name="numeric">True</property>
847 </object>
848 <packing>
849 <property name="left_attach">1</property>
850 <property name="right_attach">2</property>
851 <property name="top_attach">2</property>
852 <property name="bottom_attach">3</property>
853 </packing>
854 </child>
855 <child>
856 <object class="GtkLabel" id="editLGROOVELabel">
857 <property name="visible">True</property>
858 <property name="sensitive">False</property>
859 <property name="xalign">0</property>
860 <property name="xpad">12</property>
861 <property name="label" translatable="yes">Groove thickness:</property>
862 <property name="use_underline">True</property>
863 <property name="mnemonic_widget">editLGROOVE</property>
864 </object>
865 <packing>
866 <property name="left_attach">3</property>
867 <property name="right_attach">4</property>
868 <property name="top_attach">2</property>
869 <property name="bottom_attach">3</property>
870 <property name="x_options">GTK_FILL</property>
871 </packing>
872 </child>
873 <child>
874 <object class="GtkSpinButton" id="editLGROOVE">
875 <property name="visible">True</property>
876 <property name="sensitive">False</property>
877 <property name="can_focus">True</property>
878 <property name="adjustment">adjLGROOVE</property>
879 <property name="digits">1</property>
880 <property name="numeric">True</property>
881 </object>
882 <packing>
883 <property name="left_attach">4</property>
884 <property name="right_attach">5</property>
885 <property name="top_attach">2</property>
886 <property name="bottom_attach">3</property>
887 </packing>
888 </child>
889 <child>
890 <placeholder/>
891 </child>
892 <child>
893 <placeholder/>
894 </child>
895 </object>
896 </child>
897 <child type="label">
898 <object class="GtkLabel" id="editAdditionalLabel">
899 <property name="visible">True</property>
900 <property name="xalign">0</property>
901 <property name="yalign">0</property>
902 <property name="label" translatable="yes">&lt;b&gt;Additional machinings&lt;/b&gt;</property>
903 <property name="use_markup">True</property>
904 <property name="single_line_mode">True</property>
905 </object>
906 </child>
907 </object>
908 <packing>
909 <property name="expand">False</property>
910 <property name="position">3</property>
911 </packing>
912 </child>
913 </object>
914 </child>
915 <child type="tab">
916 <object class="GtkLabel" id="lblDimensions">
917 <property name="visible">True</property>
918 <property name="label" translatable="yes">Dimensions</property>
919 </object>
920 <packing>
921 <property name="tab-fill">False</property>
922 </packing>
923 </child>
924 <child>
925 <object class="GtkFrame" id="frmMetadata">
926 <property name="visible">True</property>
927 <property name="border-width">3</property>
928 <property name="label-xalign">0</property>
929 <property name="shadow-type">none</property>
930 <child>
931 <object class="GtkTable" id="tableMetadata">
932 <property name="visible">True</property>
933 <property name="valign">start</property>
934 <property name="border-width">6</property>
935 <property name="n-rows">4</property>
936 <property name="n-columns">2</property>
937 <property name="row-spacing">6</property>
938 <property name="column-spacing">6</property>
939 <child>
940 <object class="GtkLabel" id="lblTitle">
941 <property name="visible">True</property>
942 <property name="xalign">0</property>
943 <property name="label" translatable="yes">_Title:</property>
944 <property name="use-underline">True</property>
945 <property name="mnemonic-widget">editTITLE</property>
946 </object>
947 <packing>
948 <property name="x-options">GTK_FILL</property>
949 <property name="x-padding">12</property>
950 </packing>
951 </child>
952 <child>
953 <object class="GtkEntry" id="editTITLE">
954 <property name="visible">True</property>
955 <property name="can-focus">True</property>
956 <property name="text" translatable="yes">SAMPLE DRAWING</property>
957 </object>
958 <packing>
959 <property name="left-attach">1</property>
960 <property name="right-attach">2</property>
961 </packing>
962 </child>
963 <child>
964 <object class="GtkLabel" id="lblDrawing">
965 <property name="visible">True</property>
966 <property name="xalign">0</property>
967 <property name="label" translatable="yes">_Drawing:</property>
968 <property name="use-underline">True</property>
969 <property name="mnemonic-widget">editDRAWING</property>
970 </object>
971 <packing>
972 <property name="x-options">GTK_FILL</property>
973 <property name="x-padding">12</property>
974 <property name="top-attach">1</property>
975 <property name="bottom-attach">2</property>
976 </packing>
977 </child>
978 <child>
979 <object class="GtkEntry" id="editDRAWING">
980 <property name="visible">True</property>
981 <property name="can-focus">True</property>
982 <property name="text" translatable="yes">EXAMPLE</property>
983 </object>
984 <packing>
985 <property name="top-attach">1</property>
986 <property name="bottom-attach">2</property>
987 <property name="left-attach">1</property>
988 <property name="right-attach">2</property>
989 </packing>
990 </child>
991 <child>
992 <object class="GtkLabel" id="lblAuthor">
993 <property name="visible">True</property>
994 <property name="xalign">0</property>
995 <property name="label" translatable="yes">A_uthor:</property>
996 <property name="use-underline">True</property>
997 <property name="mnemonic-widget">editAUTHOR</property>
998 </object>
999 <packing>
1000 <property name="x-options">GTK_FILL</property>
1001 <property name="x-padding">12</property>
1002 <property name="top-attach">2</property>
1003 <property name="bottom-attach">3</property>
1004 </packing>
1005 </child>
1006 <child>
1007 <object class="GtkEntry" id="editAUTHOR">
1008 <property name="visible">True</property>
1009 <property name="can-focus">True</property>
1010 <property name="text" translatable="no">adg-demo</property>
1011 </object>
1012 <packing>
1013 <property name="top-attach">2</property>
1014 <property name="bottom-attach">3</property>
1015 <property name="left-attach">1</property>
1016 <property name="right-attach">2</property>
1017 </packing>
1018 </child>
1019 <child>
1020 <object class="GtkLabel" id="lblDate">
1021 <property name="visible">True</property>
1022 <property name="xalign">0</property>
1023 <property name="label" translatable="yes">D_ate:</property>
1024 <property name="use-underline">True</property>
1025 <property name="mnemonic-widget">editDATE</property>
1026 </object>
1027 <packing>
1028 <property name="x-options">GTK_FILL</property>
1029 <property name="x-padding">12</property>
1030 <property name="top-attach">3</property>
1031 <property name="bottom-attach">4</property>
1032 </packing>
1033 </child>
1034 <child>
1035 <object class="GtkEntry" id="editDATE">
1036 <property name="visible">True</property>
1037 <property name="can-focus">True</property>
1038 <property name="text" translatable="no">09/03/2011</property>
1039 </object>
1040 <packing>
1041 <property name="top-attach">3</property>
1042 <property name="bottom-attach">4</property>
1043 <property name="left-attach">1</property>
1044 <property name="right-attach">2</property>
1045 </packing>
1046 </child>
1047 </object>
1048 </child>
1049 <child type="label">
1050 <object class="GtkLabel" id="lblMetadata">
1051 <property name="visible">True</property>
1052 <property name="xalign">0</property>
1053 <property name="yalign">0</property>
1054 <property name="xpad">3</property>
1055 <property name="ypad">3</property>
1056 <property name="label" translatable="yes">&lt;b&gt;Metadata&lt;/b&gt;</property>
1057 <property name="use-markup">True</property>
1058 <property name="single-line-mode">True</property>
1059 </object>
1060 </child>
1061 </object>
1062 </child>
1063 <child type="tab">
1064 <object class="GtkLabel" id="lblTitleblock">
1065 <property name="visible">True</property>
1066 <property name="label" translatable="yes">Title block</property>
1067 </object>
1068 <packing>
1069 <property name="position">1</property>
1070 <property name="tab-fill">False</property>
1071 </packing>
1072 </child>
1073 </object>
1074 </child>
1075 <child internal-child="action_area">
1076 <object class="GtkHButtonBox" id="bbMain">
1077 <property name="layout_style">end</property>
1078 <child>
1079 <object class="GtkButton" id="btnApply">
1080 <property name="label">gtk-apply</property>
1081 <property name="visible">True</property>
1082 <property name="sensitive">False</property>
1083 <property name="can-focus">True</property>
1084 <property name="can-default">True</property>
1085 <property name="has-default">True</property>
1086 <property name="use-stock">True</property>
1087 <property name="focus-on-click">False</property>
1088 </object>
1089 <packing>
1090 <property name="expand">False</property>
1091 <property name="fill">False</property>
1092 <property name="position">0</property>
1093 </packing>
1094 </child>
1095 <child>
1096 <object class="GtkButton" id="btnReset">
1097 <property name="label">gtk-revert-to-saved</property>
1098 <property name="visible">True</property>
1099 <property name="sensitive">False</property>
1100 <property name="can-focus">True</property>
1101 <property name="use-stock">True</property>
1102 <property name="focus-on-click">False</property>
1103 </object>
1104 <packing>
1105 <property name="expand">False</property>
1106 <property name="fill">False</property>
1107 <property name="position">1</property>
1108 </packing>
1109 </child>
1110 <child>
1111 <object class="GtkButton" id="btnClose">
1112 <property name="label">gtk-close</property>
1113 <property name="visible">True</property>
1114 <property name="can-focus">True</property>
1115 <property name="use-stock">True</property>
1116 </object>
1117 <packing>
1118 <property name="expand">False</property>
1119 <property name="fill">False</property>
1120 <property name="position">2</property>
1121 </packing>
1122 </child>
1123 </object>
1124 <packing>
1125 <property name="expand">False</property>
1126 <property name="pack_type">end</property>
1127 <property name="position">3</property>
1128 </packing>
1129 </child>
1130 </object>
1131 </child>
1132 <action-widgets>
1133 <action-widget response="-4">btnClose</action-widget>
1134 </action-widgets>
1135 </object>
1136 <object class="GtkMessageDialog" id="wndHelp">
1137 <property name="can_focus">False</property>
1138 <property name="border_width">5</property>
1139 <property name="title" translatable="yes">Help on adg-demo</property>
1140 <property name="modal">True</property>
1141 <property name="window_position">center-on-parent</property>
1142 <property name="type_hint">dialog</property>
1143 <property name="skip_taskbar_hint">True</property>
1144 <property name="skip_pager_hint">True</property>
1145 <property name="text" translatable="yes">How to use adg-demo</property>
1146 <property name="secondary_text" translatable="yes">This demo is just a sample of what can be accomplished by using the ADG library. It is by no means intended to be the only kind of application possible.
1148 To better see the differences between local and global space, some mouse interaction is needed: &lt;b&gt;rotate&lt;/b&gt; the mouse wheel to zoom in and out in local space, &lt;b&gt;drag it&lt;/b&gt; with the wheel pressed to pan and keep the &lt;b&gt;shift pressed&lt;/b&gt; while zooming and panning to do the same in global space.
1150 A &lt;b&gt;left click&lt;/b&gt; on the drawing area will restore the paper zoom and position, a &lt;b&gt;right click&lt;/b&gt; will autoscale and center the drawing.</property>
1151 <property name="secondary_use_markup">True</property>
1152 <child internal-child="vbox">
1153 <object class="GtkBox" id="messagedialog-vbox1">
1154 <property name="can_focus">False</property>
1155 <property name="orientation">vertical</property>
1156 <property name="spacing">2</property>
1157 <child internal-child="action_area">
1158 <object class="GtkButtonBox" id="messagedialog-action_area1">
1159 <property name="can_focus">False</property>
1160 <property name="layout_style">end</property>
1161 <child>
1162 <placeholder/>
1163 </child>
1164 <child>
1165 <object class="GtkButton" id="btnClos">
1166 <property name="label">gtk-close</property>
1167 <property name="visible">True</property>
1168 <property name="can_focus">True</property>
1169 <property name="receives_default">True</property>
1170 <property name="use_stock">True</property>
1171 </object>
1172 <packing>
1173 <property name="expand">False</property>
1174 <property name="fill">True</property>
1175 <property name="position">1</property>
1176 </packing>
1177 </child>
1178 </object>
1179 <packing>
1180 <property name="expand">False</property>
1181 <property name="fill">True</property>
1182 <property name="pack_type">end</property>
1183 <property name="position">0</property>
1184 </packing>
1185 </child>
1186 </object>
1187 </child>
1188 <action-widgets>
1189 <action-widget response="0">btnClos</action-widget>
1190 </action-widgets>
1191 </object>
1192 <object class="GtkFileChooserDialog" id="wndSaveAs">
1193 <property name="border_width">6</property>
1194 <property name="title" translatable="yes">Save current drawing</property>
1195 <property name="modal">True</property>
1196 <property name="type_hint">normal</property>
1197 <property name="skip_taskbar_hint">True</property>
1198 <property name="skip_pager_hint">True</property>
1199 <property name="urgency_hint">True</property>
1200 <property name="transient_for">wndMain</property>
1201 <property name="preview_widget_active">False</property>
1202 <property name="use_preview_label">False</property>
1203 <property name="action">save</property>
1204 <child internal-child="vbox">
1205 <object class="GtkVBox" id="saveAsBox">
1206 <property name="visible">True</property>
1207 <property name="spacing">2</property>
1208 <child>
1209 <object class="GtkFrame" id="saveAsType">
1210 <property name="visible">True</property>
1211 <property name="label_xalign">0</property>
1212 <property name="shadow_type">none</property>
1213 <child>
1214 <object class="GtkHBox" id="saveAsTypeBox">
1215 <property name="visible">True</property>
1216 <property name="border_width">6</property>
1217 <property name="spacing">6</property>
1218 <child>
1219 <object class="GtkRadioButton" id="saveAs">
1220 <property name="label" translatable="yes">Guessed from e_xtension</property>
1221 <property name="visible">True</property>
1222 <property name="can_focus">True</property>
1223 <property name="use_underline">True</property>
1224 <property name="active">True</property>
1225 <property name="draw_indicator">True</property>
1226 </object>
1227 <packing>
1228 <property name="expand">False</property>
1229 <property name="padding">6</property>
1230 <property name="position">0</property>
1231 </packing>
1232 </child>
1233 <child>
1234 <object class="GtkRadioButton" id="saveAsPng">
1235 <property name="label" translatable="yes">PNG _image</property>
1236 <property name="visible">True</property>
1237 <property name="can_focus">True</property>
1238 <property name="tooltip_text">.png</property>
1239 <property name="use_underline">True</property>
1240 <property name="draw_indicator">True</property>
1241 <property name="group">saveAs</property>
1242 </object>
1243 <packing>
1244 <property name="expand">False</property>
1245 <property name="padding">6</property>
1246 <property name="position">1</property>
1247 </packing>
1248 </child>
1249 <child>
1250 <object class="GtkRadioButton" id="saveAsSvg">
1251 <property name="label" translatable="yes">S_VG image</property>
1252 <property name="visible">True</property>
1253 <property name="can_focus">True</property>
1254 <property name="tooltip_text">.svg</property>
1255 <property name="use_underline">True</property>
1256 <property name="draw_indicator">True</property>
1257 <property name="group">saveAs</property>
1258 </object>
1259 <packing>
1260 <property name="expand">False</property>
1261 <property name="padding">6</property>
1262 <property name="position">2</property>
1263 </packing>
1264 </child>
1265 <child>
1266 <object class="GtkRadioButton" id="saveAsPdf">
1267 <property name="label" translatable="yes">P_DF document</property>
1268 <property name="visible">True</property>
1269 <property name="can_focus">True</property>
1270 <property name="tooltip_text">.pdf</property>
1271 <property name="use_underline">True</property>
1272 <property name="draw_indicator">True</property>
1273 <property name="group">saveAs</property>
1274 </object>
1275 <packing>
1276 <property name="expand">False</property>
1277 <property name="padding">6</property>
1278 <property name="position">3</property>
1279 </packing>
1280 </child>
1281 <child>
1282 <object class="GtkRadioButton" id="saveAsPs">
1283 <property name="label" translatable="yes">_PostScript file</property>
1284 <property name="visible">True</property>
1285 <property name="can_focus">True</property>
1286 <property name="tooltip_text">.ps</property>
1287 <property name="use_underline">True</property>
1288 <property name="draw_indicator">True</property>
1289 <property name="group">saveAs</property>
1290 </object>
1291 <packing>
1292 <property name="expand">False</property>
1293 <property name="padding">6</property>
1294 <property name="position">4</property>
1295 </packing>
1296 </child>
1297 </object>
1298 </child>
1299 <child type="label">
1300 <object class="GtkLabel" id="saveAsTypeLabel">
1301 <property name="visible">True</property>
1302 <property name="label" translatable="yes">&lt;b&gt;File format&lt;/b&gt;</property>
1303 <property name="use_markup">True</property>
1304 </object>
1305 </child>
1306 </object>
1307 <packing>
1308 <property name="expand">False</property>
1309 <property name="padding">6</property>
1310 <property name="position">2</property>
1311 </packing>
1312 </child>
1313 <child internal-child="action_area">
1314 <object class="GtkHButtonBox" id="saveAsButtons">
1315 <property name="layout_style">end</property>
1316 <child>
1317 <object class="GtkButton" id="saveAsCancel">
1318 <property name="label">gtk-cancel</property>
1319 <property name="visible">True</property>
1320 <property name="can_focus">True</property>
1321 <property name="receives_default">True</property>
1322 <property name="use_stock">True</property>
1323 </object>
1324 <packing>
1325 <property name="expand">False</property>
1326 <property name="fill">False</property>
1327 <property name="position">0</property>
1328 </packing>
1329 </child>
1330 <child>
1331 <object class="GtkButton" id="saveAsSave">
1332 <property name="label">gtk-save</property>
1333 <property name="visible">True</property>
1334 <property name="can_focus">True</property>
1335 <property name="can_default">True</property>
1336 <property name="has_default">True</property>
1337 <property name="receives_default">True</property>
1338 <property name="use_stock">True</property>
1339 </object>
1340 <packing>
1341 <property name="expand">False</property>
1342 <property name="fill">False</property>
1343 <property name="position">1</property>
1344 </packing>
1345 </child>
1346 </object>
1347 <packing>
1348 <property name="expand">False</property>
1349 <property name="pack_type">end</property>
1350 <property name="position">0</property>
1351 </packing>
1352 </child>
1353 </object>
1354 </child>
1355 <action-widgets>
1356 <action-widget response="-5">saveAsSave</action-widget>
1357 <action-widget response="-6">saveAsCancel</action-widget>
1358 </action-widgets>
1359 </object>
1360 <object class="GtkAdjustment" id="adjA">
1361 <property name="lower">20</property>
1362 <property name="upper">180</property>
1363 <property name="step_increment">0.1</property>
1364 <property name="page_increment">1</property>
1365 <property name="value">50</property>
1366 </object>
1367 <object class="GtkAdjustment" id="adjB">
1368 <property name="lower">10</property>
1369 <property name="upper">100</property>
1370 <property name="step_increment">0.1</property>
1371 <property name="page_increment">1</property>
1372 <property name="value">20.6</property>
1373 </object>
1374 <object class="GtkAdjustment" id="adjC">
1375 <property name="lower">0.5</property>
1376 <property name="upper">10</property>
1377 <property name="step_increment">0.1</property>
1378 <property name="page_increment">1</property>
1379 <property name="value">2</property>
1380 </object>
1381 <object class="GtkAdjustment" id="adjD1">
1382 <property name="lower">4</property>
1383 <property name="upper">25</property>
1384 <property name="step_increment">0.1</property>
1385 <property name="page_increment">1</property>
1386 <property name="value">9.3</property>
1387 </object>
1388 <object class="GtkAdjustment" id="adjD2">
1389 <property name="lower">2</property>
1390 <property name="upper">20</property>
1391 <property name="step_increment">0.1</property>
1392 <property name="page_increment">1</property>
1393 <property name="value">6.5</property>
1394 </object>
1395 <object class="GtkAdjustment" id="adjLD2">
1396 <property name="lower">2</property>
1397 <property name="upper">20</property>
1398 <property name="step_increment">0.1</property>
1399 <property name="page_increment">1</property>
1400 <property name="value">7</property>
1401 </object>
1402 <object class="GtkAdjustment" id="adjD3">
1403 <property name="lower">5</property>
1404 <property name="upper">25</property>
1405 <property name="step_increment">0.1</property>
1406 <property name="page_increment">1</property>
1407 <property name="value">13.8</property>
1408 </object>
1409 <object class="GtkAdjustment" id="adjLD3">
1410 <property name="lower">1</property>
1411 <property name="upper">50</property>
1412 <property name="step_increment">0.1</property>
1413 <property name="page_increment">1</property>
1414 <property name="value">3.5</property>
1415 </object>
1416 <object class="GtkAdjustment" id="adjD4">
1417 <property name="lower">2</property>
1418 <property name="upper">20</property>
1419 <property name="step_increment">0.1</property>
1420 <property name="page_increment">1</property>
1421 <property name="value">6.5</property>
1422 </object>
1423 <object class="GtkAdjustment" id="adjD6">
1424 <property name="lower">4</property>
1425 <property name="upper">20</property>
1426 <property name="step_increment">0.1</property>
1427 <property name="page_increment">1</property>
1428 <property name="value">7.2</property>
1429 </object>
1430 <object class="GtkAdjustment" id="adjRD6">
1431 <property name="lower">10</property>
1432 <property name="upper">200</property>
1433 <property name="step_increment">1</property>
1434 <property name="page_increment">10</property>
1435 <property name="value">25</property>
1436 </object>
1437 <object class="GtkAdjustment" id="adjD7">
1438 <property name="upper">10</property>
1439 <property name="step_increment">0.1</property>
1440 <property name="page_increment">1</property>
1441 <property name="value">2</property>
1442 </object>
1443 <object class="GtkAdjustment" id="adjDHOLE">
1444 <property name="lower">0.1</property>
1445 <property name="upper">15</property>
1446 <property name="step_increment">0.1</property>
1447 <property name="page_increment">1</property>
1448 <property name="value">2</property>
1449 </object>
1450 <object class="GtkAdjustment" id="adjLHOLE">
1451 <property name="lower">1</property>
1452 <property name="upper">50</property>
1453 <property name="step_increment">0.1</property>
1454 <property name="page_increment">1</property>
1455 <property name="value">3</property>
1456 </object>
1457 <object class="GtkAdjustment" id="adjDGROOVE">
1458 <property name="lower">2</property>
1459 <property name="upper">24</property>
1460 <property name="step_increment">0.1</property>
1461 <property name="page_increment">1</property>
1462 <property name="value">8.3</property>
1463 </object>
1464 <object class="GtkAdjustment" id="adjLGROOVE">
1465 <property name="lower">0.1</property>
1466 <property name="upper">20</property>
1467 <property name="step_increment">0.1</property>
1468 <property name="page_increment">1</property>
1469 <property name="value">1</property>
1470 </object>
1471 <object class="GtkAdjustment" id="adjZGROOVE">
1472 <property name="lower">0.5</property>
1473 <property name="upper">50</property>
1474 <property name="step_increment">0.1</property>
1475 <property name="page_increment">1</property>
1476 <property name="value">16</property>
1477 </object>
1478 </interface>