Spelling fixes
[oweals/cde.git] / cde / programs / dtappbuilder / src / ab / attch_ed.bil
1
2 //       $XConsortium: attch_ed.bil /main/3 1995/11/06 17:19:13 rswiston $
3 //
4 // @(#)attch_ed.bil     1.3 18 Jul 1994
5 //
6 //       RESTRICTED CONFIDENTIAL INFORMATION:
7 //
8 //       The information in this document is subject to special
9 //       restrictions in a confidential disclosure agreement between
10 //       HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
11 //       document outside HP, IBM, Sun, USL, SCO, or Univel without
12 //       Sun's specific written approval.  This document and all copies
13 //       and derivative works thereof must be returned or destroyed at
14 //       Sun's request.
15 //
16 //       Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
17 //
18
19 :bil-version    1 0
20 :module attch_ed
21 (
22
23 :element attch_ed_dialog
24 (
25         :type                   :dialog
26         :bg-color               "white"
27         :label                  "Attachments Editor"
28         :resizable              :true
29         :visible                :false
30         :default-button         apply_button
31         :help-button            help_button
32         :help-volume            "AppBuilder"
33         :help-location          "ABAttachmentsEditor"
34         :help-text              "The Attachments Editor is used to examine and edit interobject attachments.  It allows relative attachment relationships to be specified on an object-by-object basis."
35         :children               (
36                 objlist_panel
37                 attachments_panel
38                 dialog_button_panel
39         )
40 )
41 :element objlist_panel
42 (
43         :type                   :container
44         :container-type         :relative
45         :y                      0
46         :visible                :true
47         :border-frame           :none
48         :north-attachment       (:point 0 0)
49         :east-attachment        (:point 0 0)
50         :west-attachment        (:point 0 0)
51         :children               (
52                 obj_type_opmenu
53                 objlist
54                 objlist_label
55         )
56 )
57 :element obj_type_opmenu
58 (
59         :type                   :choice
60         :choice-type            :option-menu
61         :x                      41
62         :y                      8
63         :label-type             :string
64         :label                  "Object Type:"
65         :label-position         :west
66         :num-columns            1
67         :orientation            :vertical
68         :selection-required     :false
69         :active                 :true
70         :visible                :true
71         :north-attachment       (:point 0 5)
72         :west-attachment        (:point 0 41)
73         :children               (
74                 obj_type_opmenu_Button_item
75         )
76 )
77 :element obj_type_opmenu_Button_item
78 (
79         :type                   :item
80         :item-type              :item-for-choice
81         :label-type             :string
82         :label                  "Button"
83         :active                 :true
84         :selected               :true
85 )
86 :element objlist
87 (
88         :type                   :list
89         :x                      131
90         :y                      52
91         :selection-mode         :browse
92         :selection-required     :false
93         :num-rows               4
94         :active                 :true
95         :visible                :true
96         :north-attachment       (:obj-edge objlist_label 0)
97         :east-attachment        (:grid-line 70 0)
98         :west-attachment        (:grid-line 18 4)
99 )
100 :element objlist_label
101 (
102         :type                   :label
103         :x                      64
104         :y                      52
105         :label-type             :string
106         :label                  "Objects:"
107         :label-alignment        :center
108         :active                 :true
109         :visible                :true
110         :north-attachment       (:obj obj_type_opmenu 5)
111         :east-attachment        (:grid-line 18 0)
112 )
113 :element attachments_panel
114 (
115         :type                   :container
116         :container-type         :relative
117         :x                      0
118         :y                      142
119         :visible                :true
120         :border-frame           :shadow-in
121         :north-attachment       (:obj objlist_panel 0)
122         :south-attachment       (:point 0 0)
123         :east-attachment        (:point 0 0)
124         :west-attachment        (:point 0 0)
125         :children               (
126                 childrenlist
127                 children_list_label
128                 parent_obj_name_label
129                 parent_obj_name
130                 attach_grp
131                 parent_attach_button
132                 child_attach_button
133         )
134 )
135 :element childrenlist
136 (
137         :type                   :list
138         :x                      129
139         :y                      48
140         :selection-mode         :browse
141         :selection-required     :false
142         :num-rows               4
143         :active                 :true
144         :visible                :true
145         :north-attachment       (:obj-edge children_list_label 0)
146         :east-attachment        (:grid-line 70 0)
147         :west-attachment        (:grid-line 18 4)
148 )
149 :element children_list_label
150 (
151         :type                   :label
152         :x                      62
153         :y                      48
154         :label-type             :string
155         :label                  "Children:"
156         :label-alignment        :center
157         :active                 :true
158         :visible                :true
159         :north-attachment       (:obj parent_obj_name_label 10)
160         :east-attachment        (:grid-line 18 0)
161 )
162 :element parent_obj_name_label
163 (
164         :type                   :label
165         :x                      73
166         :y                      12
167         :label-type             :string
168         :label                  "Parent:"
169         :label-alignment        :center
170         :active                 :true
171         :visible                :true
172         :north-attachment       (:point 0 5)
173         :east-attachment        (:grid-line 18 0)
174 )
175 :element parent_obj_name
176 (
177         :type                   :label
178         :x                      129
179         :y                      12
180         :label-type             :string
181         :label                  "parent obj"
182         :label-alignment        :left
183         :active                 :true
184         :visible                :true
185         :north-attachment       (:obj-edge parent_obj_name_label 0)
186         :east-attachment        (:grid-line 70 0)
187         :west-attachment        (:grid-line 18 0)
188 )
189 :element attach_grp
190 (
191         :type                   :container
192         :container-type         :group
193         :active                 :true
194         :visible                :true
195         :x                      0
196         :y                      130
197         :group-type             :ignore
198         :border-frame           :none
199         :north-attachment       (:obj childrenlist 10)
200         :south-attachment       (:point 0 0)
201         :east-attachment        (:point 0 0)
202         :west-attachment        (:point 0 0)
203         :children               (
204                 attach_obj_grp
205                 top_attach_cb
206                 bottom_attach_cb
207                 top_grp
208                 right_grp
209                 left_attach_cb
210                 bottom_grp
211                 left_grp
212         )
213 )
214 :element attach_obj_grp
215 (
216         :type                   :container
217         :container-type         :group
218         :active                 :true
219         :visible                :true
220         :x                      272
221         :y                      143
222         :group-type             :column
223         :column-alignment       :vcenter
224         :voffset                8
225         :vattach_type           :obj
226         :border-frame           :shadow-out
227         :north-attachment       (:center-grid-line 50 0)
228         :west-attachment        (:center-grid-line 50 0)
229         :children               (
230                 obj_label
231                 checkbox
232         )
233 )
234 :element obj_label
235 (
236         :type                   :label
237         :label-type             :string
238         :label                  "Object1"
239         :label-alignment        :center
240         :active                 :true
241         :visible                :true
242 )
243 :element checkbox
244 (
245         :type                   :choice
246         :choice-type            :nonexclusive
247         :label-type             :string
248         :label                  "Resizable:"
249         :label-position         :west
250         :num-columns            1
251         :orientation            :vertical
252         :selection-required     :false
253         :active                 :false
254         :visible                :true
255         :children               (
256                 checkbox_Width_item
257                 checkbox_Height_item
258         )
259 )
260 :element checkbox_Width_item
261 (
262         :type                   :item
263         :item-type              :item-for-choice
264         :label-type             :string
265         :label                  "Width"
266         :active                 :true
267         :selected               :true
268 )
269 :element checkbox_Height_item
270 (
271         :type                   :item
272         :item-type              :item-for-choice
273         :label-type             :string
274         :label                  "Height"
275         :active                 :true
276         :selected               :false
277 )
278 :element top_attach_cb
279 (
280         :type                   :separator
281         :line-style             :none
282         :orientation            :vertical
283         :x                      6
284         :y                      6
285         :width                  3
286         :height                 111
287         :bg-color               "white"
288         :fg-color               "white"
289         :visible                :true
290         :north-attachment       (:obj-edge top_grp 0)
291         :south-attachment       (:obj-edge top_grp 0)
292         :west-attachment        (:point 0 6)
293 )
294 :element bottom_attach_cb
295 (
296         :type                   :separator
297         :line-style             :none
298         :orientation            :vertical
299         :x                      6
300         :y                      312
301         :width                  3
302         :height                 111
303         :bg-color               "white"
304         :fg-color               "white"
305         :visible                :true
306         :north-attachment       (:obj-edge bottom_grp 0)
307         :south-attachment       (:obj-edge bottom_grp 0)
308         :west-attachment        (:point 0 6)
309 )
310 :element top_grp
311 (
312         :type                   :container
313         :container-type         :group
314         :active                 :true
315         :visible                :true
316         :x                      258
317         :y                      0
318         :group-type             :row
319         :row-alignment          :hcenter
320         :hoffset                10
321         :hattach_type           :obj
322         :border-frame           :etched-out
323         :south-attachment       (:obj attach_obj_grp 30)
324         :west-attachment        (:center-grid-line 50 0)
325         :children               (
326                 top_attach
327                 top_obj_offset_grp
328         )
329 )
330 :element top_attach
331 (
332         :type                   :choice
333         :choice-type            :option-menu
334         :num-columns            1
335         :orientation            :vertical
336         :selection-required     :false
337         :active                 :true
338         :visible                :true
339         :children               (
340                 top_attach_bitmaps_attach_top_form_xbm_item
341                 top_attach_bitmaps_attach_top_opposite_form_xbm_item
342                 top_attach_bitmaps_attach_top_widget_xbm_item
343                 top_attach_bitmaps_attach_top_opposite_widget_xbm_item
344                 top_attach_bitmaps_attach_top_position_xbm_item
345                 top_attach_bitmaps_attach_top_center_position_xbm_item
346                 top_attach_bitmaps_attach_none_xbm_item
347         )
348 )
349 :element top_attach_bitmaps_attach_top_form_xbm_item
350 (
351         :type                   :item
352         :item-type              :item-for-choice
353         :label-type             :graphic
354         :label                  "DtABatf.m"
355         :active                 :true
356         :selected               :true
357 )
358 :element top_attach_bitmaps_attach_top_opposite_form_xbm_item
359 (
360         :type                   :item
361         :item-type              :item-for-choice
362         :label-type             :graphic
363         :label                  "DtABatF.m"
364         :active                 :true
365         :selected               :false
366 )
367 :element top_attach_bitmaps_attach_top_widget_xbm_item
368 (
369         :type                   :item
370         :item-type              :item-for-choice
371         :label-type             :graphic
372         :label                  "DtABatw.m"
373         :active                 :true
374         :selected               :false
375 )
376 :element top_attach_bitmaps_attach_top_opposite_widget_xbm_item
377 (
378         :type                   :item
379         :item-type              :item-for-choice
380         :label-type             :graphic
381         :label                  "DtABatW.m"
382         :active                 :true
383         :selected               :false
384 )
385 :element top_attach_bitmaps_attach_top_position_xbm_item
386 (
387         :type                   :item
388         :item-type              :item-for-choice
389         :label-type             :graphic
390         :label                  "DtABatp.m"
391         :active                 :true
392         :selected               :false
393 )
394 :element top_attach_bitmaps_attach_top_center_position_xbm_item
395 (
396         :type                   :item
397         :item-type              :item-for-choice
398         :label-type             :graphic
399         :label                  "DtABatc.m"
400         :active                 :true
401         :selected               :false
402 )
403 :element top_attach_bitmaps_attach_none_xbm_item
404 (
405         :type                   :item
406         :item-type              :item-for-choice
407         :label-type             :graphic
408         :label                  "DtABa0.m"
409         :active                 :true
410         :selected               :false
411 )
412 :element top_obj_offset_grp
413 (
414         :type                   :container
415         :container-type         :group
416         :active                 :true
417         :visible                :true
418         :group-type             :column
419         :column-alignment       :left
420         :voffset                1
421         :vattach_type           :obj
422         :border-frame           :none
423         :children               (
424                 top_attach_to_label
425                 top_attach_objmenu
426                 top_offset
427                 top_position
428         )
429 )
430 :element top_attach_to_label
431 (
432         :type                   :label
433         :label-type             :string
434         :label                  "Attach To:"
435         :label-alignment        :center
436         :active                 :true
437         :visible                :true
438 )
439 :element top_attach_objmenu
440 (
441         :type                   :choice
442         :choice-type            :option-menu
443         :num-columns            1
444         :orientation            :vertical
445         :selection-required     :false
446         :active                 :true
447         :visible                :true
448         :children               (
449                 top_attach_objmenu_Object1_item
450         )
451 )
452 :element top_attach_objmenu_Object1_item
453 (
454         :type                   :item
455         :item-type              :item-for-choice
456         :label-type             :string
457         :label                  "Object1"
458         :active                 :true
459         :selected               :true
460 )
461 :element top_offset
462 (
463         :type                   :text-field
464         :text-type              :alphanumeric
465         :label-type             :string
466         :label                  "Offset:"
467         :label-position         :west
468         :num-columns            4
469         :max-length             80
470         :read-only              :false
471         :active                 :true
472         :visible                :true
473 )
474 :element top_position
475 (
476         :type                   :text-field
477         :text-type              :alphanumeric
478         :label-type             :string
479         :label                  "Percentage:"
480         :label-position         :west
481         :num-columns            4
482         :max-length             80
483         :read-only              :false
484         :active                 :true
485         :visible                :true
486 )
487 :element right_grp
488 (
489         :type                   :container
490         :container-type         :group
491         :active                 :true
492         :visible                :true
493         :x                      478
494         :y                      135
495         :group-type             :row
496         :row-alignment          :hcenter
497         :hoffset                3
498         :hattach_type           :obj
499         :border-frame           :etched-out
500         :north-attachment       (:center-grid-line 50 0)
501         :west-attachment        (:obj attach_obj_grp 30)
502         :children               (
503                 right_attach
504                 right_obj_offset_grp
505         )
506 )
507 :element right_attach
508 (
509         :type                   :choice
510         :choice-type            :option-menu
511         :num-columns            1
512         :orientation            :vertical
513         :selection-required     :false
514         :active                 :true
515         :visible                :true
516         :children               (
517                 right_attach_bitmaps_attach_right_form_xbm_item
518                 right_attach_bitmaps_attach_right_opposite_form_xbm_item
519                 right_attach_bitmaps_attach_right_widget_xbm_item
520                 right_attach_bitmaps_attach_right_opposite_widget_xbm_item
521                 right_attach_bitmaps_attach_right_position_xbm_item
522                 right_attach_bitmaps_attach_right_center_position_xbm_item
523                 right_attach_bitmaps_attach_none_xbm_item
524         )
525 )
526 :element right_attach_bitmaps_attach_right_form_xbm_item
527 (
528         :type                   :item
529         :item-type              :item-for-choice
530         :label-type             :graphic
531         :label                  "DtABarf.m"
532         :active                 :true
533         :selected               :true
534 )
535 :element right_attach_bitmaps_attach_right_opposite_form_xbm_item
536 (
537         :type                   :item
538         :item-type              :item-for-choice
539         :label-type             :graphic
540         :label                  "DtABarF.m"
541         :active                 :true
542         :selected               :false
543 )
544 :element right_attach_bitmaps_attach_right_widget_xbm_item
545 (
546         :type                   :item
547         :item-type              :item-for-choice
548         :label-type             :graphic
549         :label                  "DtABarw.m"
550         :active                 :true
551         :selected               :false
552 )
553 :element right_attach_bitmaps_attach_right_opposite_widget_xbm_item
554 (
555         :type                   :item
556         :item-type              :item-for-choice
557         :label-type             :graphic
558         :label                  "DtABarW.m"
559         :active                 :true
560         :selected               :false
561 )
562 :element right_attach_bitmaps_attach_right_position_xbm_item
563 (
564         :type                   :item
565         :item-type              :item-for-choice
566         :label-type             :graphic
567         :label                  "DtABarp.m"
568         :active                 :true
569         :selected               :false
570 )
571 :element right_attach_bitmaps_attach_right_center_position_xbm_item
572 (
573         :type                   :item
574         :item-type              :item-for-choice
575         :label-type             :graphic
576         :label                  "DtABalc.m"
577         :active                 :true
578         :selected               :false
579 )
580 :element right_attach_bitmaps_attach_none_xbm_item
581 (
582         :type                   :item
583         :item-type              :item-for-choice
584         :label-type             :graphic
585         :label                  "DtABa0.m"
586         :active                 :true
587         :selected               :false
588 )
589 :element right_obj_offset_grp
590 (
591         :type                   :container
592         :container-type         :group
593         :active                 :true
594         :visible                :true
595         :group-type             :column
596         :column-alignment       :left
597         :voffset                1
598         :vattach_type           :obj
599         :border-frame           :none
600         :children               (
601                 right_attach_to_label
602                 right_attach_objmenu
603                 right_offset
604                 right_position
605         )
606 )
607 :element right_attach_to_label
608 (
609         :type                   :label
610         :label-type             :string
611         :label                  "Attach To:"
612         :label-alignment        :center
613         :active                 :true
614         :visible                :true
615 )
616 :element right_attach_objmenu
617 (
618         :type                   :choice
619         :choice-type            :option-menu
620         :num-columns            1
621         :orientation            :vertical
622         :selection-required     :false
623         :active                 :true
624         :visible                :true
625         :children               (
626                 right_attach_objmenu_Object1_item
627         )
628 )
629 :element right_attach_objmenu_Object1_item
630 (
631         :type                   :item
632         :item-type              :item-for-choice
633         :label-type             :string
634         :label                  "Object1"
635         :active                 :true
636         :selected               :true
637 )
638 :element right_offset
639 (
640         :type                   :text-field
641         :text-type              :alphanumeric
642         :label-type             :string
643         :label                  "Offset:"
644         :label-position         :west
645         :num-columns            4
646         :max-length             80
647         :read-only              :false
648         :active                 :true
649         :visible                :true
650 )
651 :element right_position
652 (
653         :type                   :text-field
654         :text-type              :alphanumeric
655         :label-type             :string
656         :label                  "Percentage:"
657         :label-position         :west
658         :num-columns            4
659         :max-length             80
660         :read-only              :false
661         :active                 :true
662         :visible                :true
663 )
664 :element left_attach_cb
665 (
666         :type                   :separator
667         :line-style             :none
668         :orientation            :vertical
669         :x                      6
670         :y                      160
671         :width                  3
672         :height                 111
673         :bg-color               "white"
674         :fg-color               "white"
675         :visible                :true
676         :north-attachment       (:obj-edge left_grp 0)
677         :south-attachment       (:obj-edge left_grp 0)
678         :west-attachment        (:point 0 6)
679 )
680 :element bottom_grp
681 (
682         :type                   :container
683         :container-type         :group
684         :active                 :true
685         :visible                :true
686         :x                      239
687         :y                      268
688         :group-type             :row
689         :row-alignment          :hcenter
690         :hoffset                3
691         :hattach_type           :grid-line
692         :border-frame           :etched-out
693         :north-attachment       (:obj attach_obj_grp 30)
694         :west-attachment        (:center-grid-line 50 0)
695         :children               (
696                 bottom_attach
697                 bottom_obj_offset_grp
698         )
699 )
700 :element bottom_attach
701 (
702         :type                   :choice
703         :choice-type            :option-menu
704         :num-columns            1
705         :orientation            :vertical
706         :selection-required     :false
707         :active                 :true
708         :visible                :true
709         :children               (
710                 bottom_attach_bitmaps_attach_bottom_form_xbm_item
711                 bottom_attach_bitmaps_attach_bottom_opposite_form_xbm_item
712                 bottom_attach_bitmaps_attach_bottom_widget_xbm_item
713                 bottom_attach_bitmaps_attach_bottom_opposite_widget_xbm_item
714                 bottom_attach_bitmaps_attach_bottom_position_xbm_item
715                 bottom_attach_bitmaps_attach_bottom_center_position_xbm_item
716                 bottom_attach_bitmaps_attach_none_xbm_item
717         )
718 )
719 :element bottom_attach_bitmaps_attach_bottom_form_xbm_item
720 (
721         :type                   :item
722         :item-type              :item-for-choice
723         :label-type             :graphic
724         :label                  "DtABabf.m"
725         :active                 :true
726         :selected               :true
727 )
728 :element bottom_attach_bitmaps_attach_bottom_opposite_form_xbm_item
729 (
730         :type                   :item
731         :item-type              :item-for-choice
732         :label-type             :graphic
733         :label                  "DtABabF.m"
734         :active                 :true
735         :selected               :false
736 )
737 :element bottom_attach_bitmaps_attach_bottom_widget_xbm_item
738 (
739         :type                   :item
740         :item-type              :item-for-choice
741         :label-type             :graphic
742         :label                  "DtABabw.m"
743         :active                 :true
744         :selected               :false
745 )
746 :element bottom_attach_bitmaps_attach_bottom_opposite_widget_xbm_item
747 (
748         :type                   :item
749         :item-type              :item-for-choice
750         :label-type             :graphic
751         :label                  "DtABabW.m"
752         :active                 :true
753         :selected               :false
754 )
755 :element bottom_attach_bitmaps_attach_bottom_position_xbm_item
756 (
757         :type                   :item
758         :item-type              :item-for-choice
759         :label-type             :graphic
760         :label                  "DtABabp.m"
761         :active                 :true
762         :selected               :false
763 )
764 :element bottom_attach_bitmaps_attach_bottom_center_position_xbm_item
765 (
766         :type                   :item
767         :item-type              :item-for-choice
768         :label-type             :graphic
769         :label                  "DtABatc.m"
770         :active                 :true
771         :selected               :false
772 )
773 :element bottom_attach_bitmaps_attach_none_xbm_item
774 (
775         :type                   :item
776         :item-type              :item-for-choice
777         :label-type             :graphic
778         :label                  "DtABa0.m"
779         :active                 :true
780         :selected               :false
781 )
782 :element bottom_obj_offset_grp
783 (
784         :type                   :container
785         :container-type         :group
786         :active                 :true
787         :visible                :true
788         :group-type             :column
789         :column-alignment       :left
790         :voffset                1
791         :vattach_type           :grid-line
792         :border-frame           :none
793         :children               (
794                 bottom_attach_to_label
795                 bottom_attach_objmenu
796                 bottom_offset
797                 bottom_position
798         )
799 )
800 :element bottom_attach_to_label
801 (
802         :type                   :label
803         :label-type             :string
804         :label                  "Attach To:"
805         :label-alignment        :center
806         :active                 :true
807         :visible                :true
808 )
809 :element bottom_attach_objmenu
810 (
811         :type                   :choice
812         :choice-type            :option-menu
813         :num-columns            1
814         :orientation            :vertical
815         :selection-required     :false
816         :active                 :true
817         :visible                :true
818         :children               (
819                 bottom_attach_objmenu_Object1_item
820         )
821 )
822 :element bottom_attach_objmenu_Object1_item
823 (
824         :type                   :item
825         :item-type              :item-for-choice
826         :label-type             :string
827         :label                  "Object1"
828         :active                 :true
829         :selected               :true
830 )
831 :element bottom_offset
832 (
833         :type                   :text-field
834         :text-type              :alphanumeric
835         :label-type             :string
836         :label                  "Offset:"
837         :label-position         :west
838         :num-columns            4
839         :max-length             80
840         :read-only              :false
841         :active                 :true
842         :visible                :true
843 )
844 :element bottom_position
845 (
846         :type                   :text-field
847         :text-type              :alphanumeric
848         :label-type             :string
849         :label                  "Percentage:"
850         :label-position         :west
851         :num-columns            4
852         :max-length             80
853         :read-only              :false
854         :active                 :true
855         :visible                :true
856 )
857 :element left_grp
858 (
859         :type                   :container
860         :container-type         :group
861         :active                 :true
862         :visible                :true
863         :x                      28
864         :y                      134
865         :group-type             :row
866         :row-alignment          :hcenter
867         :hoffset                3
868         :hattach_type           :obj
869         :border-frame           :etched-out
870         :north-attachment       (:center-grid-line 50 0)
871         :east-attachment        (:obj attach_obj_grp 30)
872         :children               (
873                 left_obj_offset_grp
874                 left_attach
875         )
876 )
877 :element left_obj_offset_grp
878 (
879         :type                   :container
880         :container-type         :group
881         :active                 :true
882         :visible                :true
883         :group-type             :column
884         :column-alignment       :left
885         :voffset                1
886         :vattach_type           :obj
887         :border-frame           :none
888         :children               (
889                 left_attach_to_label
890                 left_attach_objmenu
891                 left_offset
892                 left_position
893         )
894 )
895 :element left_attach_to_label
896 (
897         :type                   :label
898         :label-type             :string
899         :label                  "Attach To:"
900         :label-alignment        :center
901         :active                 :true
902         :visible                :true
903 )
904 :element left_attach_objmenu
905 (
906         :type                   :choice
907         :choice-type            :option-menu
908         :num-columns            1
909         :orientation            :vertical
910         :selection-required     :false
911         :active                 :true
912         :visible                :true
913         :children               (
914                 left_attach_objmenu_Object1_item
915         )
916 )
917 :element left_attach_objmenu_Object1_item
918 (
919         :type                   :item
920         :item-type              :item-for-choice
921         :label-type             :string
922         :label                  "Object1"
923         :active                 :true
924         :selected               :true
925 )
926 :element left_offset
927 (
928         :type                   :text-field
929         :text-type              :alphanumeric
930         :label-type             :string
931         :label                  "Offset:"
932         :label-position         :west
933         :num-columns            4
934         :max-length             80
935         :read-only              :false
936         :active                 :true
937         :visible                :true
938 )
939 :element left_position
940 (
941         :type                   :text-field
942         :text-type              :alphanumeric
943         :label-type             :string
944         :label                  "Percentage:"
945         :label-position         :west
946         :num-columns            4
947         :max-length             80
948         :read-only              :false
949         :active                 :true
950         :visible                :true
951 )
952 :element left_attach
953 (
954         :type                   :choice
955         :choice-type            :option-menu
956         :num-columns            1
957         :orientation            :vertical
958         :selection-required     :false
959         :active                 :true
960         :visible                :true
961         :children               (
962                 left_attach_bitmaps_attach_left_form_xbm_item
963                 left_attach_bitmaps_attach_left_opposite_form_xbm_item
964                 left_attach_bitmaps_attach_left_widget_xbm_item
965                 left_attach_bitmaps_attach_left_opposite_widget_xbm_item
966                 left_attach_bitmaps_attach_left_position_xbm_item
967                 left_attach_bitmaps_attach_left_center_position_xbm_item
968                 left_attach_bitmaps_attach_none_xbm_item
969         )
970 )
971 :element left_attach_bitmaps_attach_left_form_xbm_item
972 (
973         :type                   :item
974         :item-type              :item-for-choice
975         :label-type             :graphic
976         :label                  "DtABalf.m"
977         :active                 :true
978         :selected               :true
979 )
980 :element left_attach_bitmaps_attach_left_opposite_form_xbm_item
981 (
982         :type                   :item
983         :item-type              :item-for-choice
984         :label-type             :graphic
985         :label                  "DtABalF.m"
986         :active                 :true
987         :selected               :false
988 )
989 :element left_attach_bitmaps_attach_left_widget_xbm_item
990 (
991         :type                   :item
992         :item-type              :item-for-choice
993         :label-type             :graphic
994         :label                  "DtABalw.m"
995         :active                 :true
996         :selected               :false
997 )
998 :element left_attach_bitmaps_attach_left_opposite_widget_xbm_item
999 (
1000         :type                   :item
1001         :item-type              :item-for-choice
1002         :label-type             :graphic
1003         :label                  "DtABalW.m"
1004         :active                 :true
1005         :selected               :false
1006 )
1007 :element left_attach_bitmaps_attach_left_position_xbm_item
1008 (
1009         :type                   :item
1010         :item-type              :item-for-choice
1011         :label-type             :graphic
1012         :label                  "DtABalp.m"
1013         :active                 :true
1014         :selected               :false
1015 )
1016 :element left_attach_bitmaps_attach_left_center_position_xbm_item
1017 (
1018         :type                   :item
1019         :item-type              :item-for-choice
1020         :label-type             :graphic
1021         :label                  "DtABalc.m"
1022         :active                 :true
1023         :selected               :false
1024 )
1025 :element left_attach_bitmaps_attach_none_xbm_item
1026 (
1027         :type                   :item
1028         :item-type              :item-for-choice
1029         :label-type             :graphic
1030         :label                  "DtABa0.m"
1031         :active                 :true
1032         :selected               :false
1033 )
1034 :element parent_attach_button
1035 (
1036         :type                   :button
1037         :button-type            :push-button
1038         :x                      552
1039         :y                      17
1040         :label-type             :string
1041         :label-alignment        :center
1042         :label                  "Parent attachments..."
1043         :active                 :true
1044         :visible                :true
1045         :north-attachment       (:obj-edge parent_obj_name_label 0)
1046         :west-attachment        (:obj-edge child_attach_button 0)
1047 )
1048 :element child_attach_button
1049 (
1050         :type                   :button
1051         :button-type            :push-button
1052         :x                      550
1053         :y                      48
1054         :label-type             :string
1055         :label-alignment        :center
1056         :label                  "Attachments in child..."
1057         :active                 :true
1058         :visible                :true
1059         :north-attachment       (:obj-edge childrenlist 0)
1060         :west-attachment        (:obj childrenlist 30)
1061 )
1062 :element dialog_button_panel
1063 (
1064         :type                   :container
1065         :container-type         :button-panel
1066         :height                 40
1067         :visible                :true
1068         :border-frame           :none
1069         :children               (
1070                 apply_button
1071                 reset_button
1072                 help_button
1073                 ok_button
1074                 cancel_button
1075         )
1076 )
1077 :element apply_button
1078 (
1079         :type                   :button
1080         :button-type            :push-button
1081         :x                      75
1082         :y                      2
1083         :label-type             :string
1084         :label-alignment        :center
1085         :label                  "Apply"
1086         :active                 :true
1087         :visible                :true
1088         :north-attachment       (:point 0 5)
1089         :east-attachment        (:grid-line 39 0)
1090         :west-attachment        (:grid-line 21 0)
1091 )
1092 :element reset_button
1093 (
1094         :type                   :button
1095         :button-type            :push-button
1096         :label-type             :string
1097         :label-alignment        :center
1098         :label                  "Reset"
1099         :active                 :true
1100         :visible                :true
1101         :north-attachment       (:point 0 5)
1102         :east-attachment        (:grid-line 59 0)
1103         :west-attachment        (:grid-line 41 0)
1104 )
1105 :element help_button
1106 (
1107         :type                   :button
1108         :button-type            :push-button
1109         :label-type             :string
1110         :label-alignment        :center
1111         :label                  "Help"
1112         :active                 :true
1113         :visible                :true
1114         :north-attachment       (:point 0 5)
1115         :east-attachment        (:grid-line 98 0)
1116         :west-attachment        (:grid-line 81 0)
1117 )
1118 :element ok_button
1119 (
1120         :type                   :button
1121         :button-type            :push-button
1122         :x                      33
1123         :y                      8
1124         :label-type             :string
1125         :label-alignment        :center
1126         :label                  "OK"
1127         :active                 :true
1128         :visible                :true
1129         :north-attachment       (:point 0 5)
1130         :east-attachment        (:grid-line 19 0)
1131         :west-attachment        (:grid-line 2 0)
1132 )
1133 :element cancel_button
1134 (
1135         :type                   :button
1136         :button-type            :push-button
1137         :x                      474
1138         :y                      2
1139         :label-type             :string
1140         :label-alignment        :center
1141         :label                  "Cancel"
1142         :active                 :true
1143         :visible                :true
1144         :north-attachment       (:point 0 5)
1145         :east-attachment        (:grid-line 79 0)
1146         :west-attachment        (:grid-line 61 0)
1147 )
1148 :element wrn_msg
1149 (
1150         :type                   :message
1151         :message-type           :warning
1152         :label                  "Application Builder"
1153         :action1-label          "Apply Changes"
1154         :cancel-button          :true
1155         :help-button            :true
1156         :default-button         :action1-button
1157 )
1158 :element grp_member_wrn
1159 (
1160         :type                   :message
1161         :message-type           :warning
1162         :label                  "Application Builder"
1163         :action2-label          "Continue"
1164         :cancel-button          :false
1165         :help-button            :true
1166         :default-button         :action2-button
1167 )
1168 :connection
1169 (
1170         :from                   apply_button
1171         :when                   :activate
1172         :action-type            :call-function
1173         :action                 attch_ed_applyCB
1174 )
1175 :connection
1176 (
1177         :from                   reset_button
1178         :when                   :activate
1179         :action-type            :call-function
1180         :action                 attch_ed_resetCB
1181 )
1182 :connection
1183 (
1184         :from                   help_button
1185         :when                   :activate
1186         :action-type            :call-function
1187         :action                 attch_ed_helpCB
1188 )
1189 :connection
1190 (
1191         :from                   ok_button
1192         :when                   :activate
1193         :action-type            :call-function
1194         :action                 attch_ed_okCB
1195 )
1196 :connection
1197 (
1198         :from                   cancel_button
1199         :when                   :activate
1200         :action-type            :call-function
1201         :action                 attch_ed_cancelCB
1202 )
1203 :connection
1204 (
1205         :from                   top_attach_bitmaps_attach_top_form_xbm_item
1206         :when                   :activate
1207         :action-type            :call-function
1208         :action                 top_attach_type_changed
1209 )
1210 :connection
1211 (
1212         :from                   top_attach_bitmaps_attach_top_opposite_form_xbm_item
1213         :when                   :activate
1214         :action-type            :call-function
1215         :action                 top_attach_type_changed
1216 )
1217 :connection
1218 (
1219         :from                   top_attach_bitmaps_attach_top_widget_xbm_item
1220         :when                   :activate
1221         :action-type            :call-function
1222         :action                 top_attach_type_changed
1223 )
1224 :connection
1225 (
1226         :from                   top_attach_bitmaps_attach_top_opposite_widget_xbm_item
1227         :when                   :activate
1228         :action-type            :call-function
1229         :action                 top_attach_type_changed
1230 )
1231 :connection
1232 (
1233         :from                   top_attach_bitmaps_attach_top_position_xbm_item
1234         :when                   :activate
1235         :action-type            :call-function
1236         :action                 top_attach_type_changed
1237 )
1238 :connection
1239 (
1240         :from                   top_attach_bitmaps_attach_top_center_position_xbm_item
1241         :when                   :activate
1242         :action-type            :call-function
1243         :action                 top_attach_type_changed
1244 )
1245 :connection
1246 (
1247         :from                   top_attach_bitmaps_attach_none_xbm_item
1248         :when                   :activate
1249         :action-type            :call-function
1250         :action                 top_attach_type_changed
1251 )
1252 :connection
1253 (
1254         :from                   right_attach_bitmaps_attach_right_form_xbm_item
1255         :when                   :activate
1256         :action-type            :call-function
1257         :action                 right_attach_type_changed
1258 )
1259 :connection
1260 (
1261         :from                   right_attach_bitmaps_attach_right_opposite_form_xbm_item
1262         :when                   :activate
1263         :action-type            :call-function
1264         :action                 right_attach_type_changed
1265 )
1266 :connection
1267 (
1268         :from                   right_attach_bitmaps_attach_right_widget_xbm_item
1269         :when                   :activate
1270         :action-type            :call-function
1271         :action                 right_attach_type_changed
1272 )
1273 :connection
1274 (
1275         :from                   right_attach_bitmaps_attach_right_opposite_widget_xbm_item
1276         :when                   :activate
1277         :action-type            :call-function
1278         :action                 right_attach_type_changed
1279 )
1280 :connection
1281 (
1282         :from                   right_attach_bitmaps_attach_right_position_xbm_item
1283         :when                   :activate
1284         :action-type            :call-function
1285         :action                 right_attach_type_changed
1286 )
1287 :connection
1288 (
1289         :from                   right_attach_bitmaps_attach_right_center_position_xbm_item
1290         :when                   :activate
1291         :action-type            :call-function
1292         :action                 right_attach_type_changed
1293 )
1294 :connection
1295 (
1296         :from                   bottom_attach_bitmaps_attach_bottom_form_xbm_item
1297         :when                   :activate
1298         :action-type            :call-function
1299         :action                 bottom_attach_type_changed
1300 )
1301 :connection
1302 (
1303         :from                   bottom_attach_bitmaps_attach_bottom_opposite_form_xbm_item
1304         :when                   :activate
1305         :action-type            :call-function
1306         :action                 bottom_attach_type_changed
1307 )
1308 :connection
1309 (
1310         :from                   bottom_attach_bitmaps_attach_bottom_widget_xbm_item
1311         :when                   :activate
1312         :action-type            :call-function
1313         :action                 bottom_attach_type_changed
1314 )
1315 :connection
1316 (
1317         :from                   bottom_attach_bitmaps_attach_bottom_opposite_widget_xbm_item
1318         :when                   :activate
1319         :action-type            :call-function
1320         :action                 bottom_attach_type_changed
1321 )
1322 :connection
1323 (
1324         :from                   bottom_attach_bitmaps_attach_bottom_position_xbm_item
1325         :when                   :activate
1326         :action-type            :call-function
1327         :action                 bottom_attach_type_changed
1328 )
1329 :connection
1330 (
1331         :from                   bottom_attach_bitmaps_attach_bottom_center_position_xbm_item
1332         :when                   :activate
1333         :action-type            :call-function
1334         :action                 bottom_attach_type_changed
1335 )
1336 :connection
1337 (
1338         :from                   left_attach_bitmaps_attach_left_form_xbm_item
1339         :when                   :activate
1340         :action-type            :call-function
1341         :action                 left_attach_type_changed
1342 )
1343 :connection
1344 (
1345         :from                   left_attach_bitmaps_attach_left_opposite_form_xbm_item
1346         :when                   :activate
1347         :action-type            :call-function
1348         :action                 left_attach_type_changed
1349 )
1350 :connection
1351 (
1352         :from                   left_attach_bitmaps_attach_left_widget_xbm_item
1353         :when                   :activate
1354         :action-type            :call-function
1355         :action                 left_attach_type_changed
1356 )
1357 :connection
1358 (
1359         :from                   left_attach_bitmaps_attach_left_opposite_widget_xbm_item
1360         :when                   :activate
1361         :action-type            :call-function
1362         :action                 left_attach_type_changed
1363 )
1364 :connection
1365 (
1366         :from                   left_attach_bitmaps_attach_left_position_xbm_item
1367         :when                   :activate
1368         :action-type            :call-function
1369         :action                 left_attach_type_changed
1370 )
1371 :connection
1372 (
1373         :from                   left_attach_bitmaps_attach_left_center_position_xbm_item
1374         :when                   :activate
1375         :action-type            :call-function
1376         :action                 left_attach_type_changed
1377 )
1378 :connection
1379 (
1380         :from                   left_attach_bitmaps_attach_none_xbm_item
1381         :when                   :activate
1382         :action-type            :call-function
1383         :action                 left_attach_type_changed
1384 )
1385 :connection
1386 (
1387         :from                   parent_attach_button
1388         :when                   :activate
1389         :action-type            :call-function
1390         :action                 parent_attachCB
1391 )
1392 :connection
1393 (
1394         :from                   child_attach_button
1395         :when                   :activate
1396         :action-type            :call-function
1397         :action                 child_attachCB
1398 )
1399 :connection
1400 (
1401         :from                   bottom_attach_bitmaps_attach_none_xbm_item
1402         :when                   :activate
1403         :action-type            :call-function
1404         :action                 bottom_attach_type_changed
1405 )
1406 :connection
1407 (
1408         :from                   right_attach_bitmaps_attach_none_xbm_item
1409         :when                   :activate
1410         :action-type            :call-function
1411         :action                 right_attach_type_changed
1412 )
1413 )