dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / options.bil
1 // $XConsortium: options.bil /main/3 1996/11/11 11:56:16 drk $
2 :bil-version    1 0
3 :module options
4 (
5
6 :element dialog
7 (
8         :type                   :dialog
9         :bg-color               "white"
10         :label                  "Mailer - Mail Options"
11         :resizable              :false
12         :visible                :true
13         :default-button         ok_button
14         :children               (
15                 ctrl_panel
16                 layer
17                 dialog_button_panel
18         )
19 )
20 :element ctrl_panel
21 (
22         :type                   :container
23         :container-type         :relative
24         :x                      0
25         :y                      0
26         :visible                :true
27         :border-frame           :none
28         :north-attachment       (:point 0 0)
29         :east-attachment        (:point 0 0)
30         :west-attachment        (:point 0 0)
31         :children               (
32                 category_opmenu
33                 separator10
34         )
35 )
36 :element category_opmenu
37 (
38         :type                   :choice
39         :choice-type            :option-menu
40         :x                      110
41         :y                      0
42         :label-type             :string
43         :label                  "Category:"
44         :label-position         :west
45         :num-columns            1
46         :orientation            :vertical
47         :selection-required     :false
48         :active                 :true
49         :visible                :true
50         :north-attachment       (:point 0 4)
51         :west-attachment        (:center-grid-line 50 0)
52         :children               (
53                 category_opmenu_Message_Header_List_item
54                 category_opmenu_Message_View_item
55                 category_opmenu_Compose_Window_item
56                 category_opmenu_Message_Filing_item
57                 category_opmenu_Vacation_item
58                 category_opmenu_Templates_item
59                 category_opmenu_Aliases_item
60                 category_opmenu_Advanced_item
61         )
62 )
63 :element category_opmenu_Message_Header_List_item
64 (
65         :type                   :item
66         :item-type              :item-for-choice
67         :label-type             :string
68         :label                  "Message Header List"
69         :active                 :true
70         :selected               :true
71 )
72 :element category_opmenu_Message_View_item
73 (
74         :type                   :item
75         :item-type              :item-for-choice
76         :label-type             :string
77         :label                  "Message View"
78         :active                 :true
79         :selected               :false
80 )
81 :element category_opmenu_Compose_Window_item
82 (
83         :type                   :item
84         :item-type              :item-for-choice
85         :label-type             :string
86         :label                  "Compose Window"
87         :active                 :true
88         :selected               :false
89 )
90 :element category_opmenu_Message_Filing_item
91 (
92         :type                   :item
93         :item-type              :item-for-choice
94         :label-type             :string
95         :label                  "Message Filing"
96         :active                 :true
97         :selected               :false
98 )
99 :element category_opmenu_Vacation_item
100 (
101         :type                   :item
102         :item-type              :item-for-choice
103         :label-type             :string
104         :label                  "Vacation"
105         :active                 :true
106         :selected               :false
107 )
108 :element category_opmenu_Templates_item
109 (
110         :type                   :item
111         :item-type              :item-for-choice
112         :label-type             :string
113         :label                  "Templates"
114         :active                 :true
115         :selected               :false
116 )
117 :element category_opmenu_Aliases_item
118 (
119         :type                   :item
120         :item-type              :item-for-choice
121         :label-type             :string
122         :label                  "Aliases"
123         :active                 :true
124         :selected               :false
125 )
126 :element category_opmenu_Advanced_item
127 (
128         :type                   :item
129         :item-type              :item-for-choice
130         :label-type             :string
131         :label                  "Advanced"
132         :active                 :true
133         :selected               :false
134 )
135 :element separator10
136 (
137         :type                   :separator
138         :line-style             :etched-in
139         :orientation            :horizontal
140         :x                      1
141         :y                      34
142         :width                  589
143         :height                 9
144         :visible                :true
145         :north-attachment       (:obj category_opmenu 2)
146         :east-attachment        (:point 0 0)
147         :west-attachment        (:point 0 0)
148 )
149 :element layer
150 (
151         :type                   :layers
152         :x                      0
153         :y                      46
154         :width                  589
155         :height                 315
156         :north-attachment       (:obj ctrl_panel 0)
157         :south-attachment       (:obj dialog 0)
158         :east-attachment        (:obj dialog 0)
159         :west-attachment        (:point 0 0)
160         :children               (
161                 msg_header_pane
162                 msg_view_pane
163                 compose_win_pane
164                 msg_filing_pane
165                 vacation_pane
166                 templates_pane
167                 aliases_pane
168                 advanced_pane
169         )
170 )
171 :element msg_header_pane
172 (
173         :type                   :container
174         :container-type         :relative
175         :x                      0
176         :y                      0
177         :visible                :true
178         :border-frame           :none
179         :north-attachment       (:grid-line 0 0)
180         :south-attachment       (:grid-line 100 0)
181         :east-attachment        (:grid-line 100 0)
182         :west-attachment        (:grid-line 0 0)
183         :children               (
184                 separator2
185                 checkbox
186                 separator4
187                 group28
188                 group21
189         )
190 )
191 :element separator2
192 (
193         :type                   :separator
194         :line-style             :etched-in
195         :orientation            :horizontal
196         :x                      0
197         :y                      166
198         :width                  566
199         :height                 15
200         :visible                :true
201         :north-attachment       (:obj group21 8)
202         :east-attachment        (:point 0 0)
203         :west-attachment        (:point 0 0)
204 )
205 :element checkbox
206 (
207         :type                   :choice
208         :choice-type            :nonexclusive
209         :x                      75
210         :y                      183
211         :num-columns            1
212         :orientation            :vertical
213         :selection-required     :false
214         :active                 :true
215         :visible                :true
216         :north-attachment       (:obj separator2 4)
217         :west-attachment        (:point 0 76)
218         :children               (
219                 checkbox_Show_To_recipient_when_mail_is_from_me_item
220                 checkbox_Display_message_numbers_item
221         )
222 )
223 :element checkbox_Show_To_recipient_when_mail_is_from_me_item
224 (
225         :type                   :item
226         :item-type              :item-for-choice
227         :label-type             :string
228         :label                  "Show To: recipient when mail is from me"
229         :active                 :true
230         :selected               :false
231 )
232 :element checkbox_Display_message_numbers_item
233 (
234         :type                   :item
235         :item-type              :item-for-choice
236         :label-type             :string
237         :label                  "Display message numbers"
238         :active                 :true
239         :selected               :false
240 )
241 :element separator4
242 (
243         :type                   :separator
244         :line-style             :etched-in
245         :orientation            :horizontal
246         :x                      0
247         :y                      251
248         :width                  566
249         :height                 11
250         :visible                :true
251         :north-attachment       (:obj checkbox 8)
252         :east-attachment        (:point 0 0)
253         :west-attachment        (:point 0 0)
254 )
255 :element group28
256 (
257         :type                   :container
258         :container-type         :group
259         :active                 :true
260         :visible                :true
261         :x                      76
262         :y                      274
263         :group-type             :ignore
264         :border-frame           :none
265         :north-attachment       (:obj separator4 8)
266         :south-attachment       (:point 0 10)
267         :west-attachment        (:point 0 76)
268         :children               (
269                 destroy_del_msg_lbl
270                 deleted_msg_cb
271         )
272 )
273 :element destroy_del_msg_lbl
274 (
275         :type                   :label
276         :x                      0
277         :y                      0
278         :label-type             :string
279         :label                  "Destroy Deleted Messages:"
280         :label-alignment        :center
281         :active                 :true
282         :visible                :true
283         :north-attachment       (:point 0 0)
284         :west-attachment        (:point 0 0)
285 )
286 :element deleted_msg_cb
287 (
288         :type                   :choice
289         :choice-type            :nonexclusive
290         :x                      0
291         :y                      19
292         :num-columns            1
293         :orientation            :vertical
294         :selection-required     :false
295         :active                 :true
296         :visible                :true
297         :north-attachment       (:obj destroy_del_msg_lbl 2)
298         :west-attachment        (:point 0 0)
299         :children               (
300                 deleted_msg_cb_When_I_close_the_mailbox_item
301                 deleted_msg_cb_Show_confirmation_notice_item
302         )
303 )
304 :element deleted_msg_cb_When_I_close_the_mailbox_item
305 (
306         :type                   :item
307         :item-type              :item-for-choice
308         :label-type             :string
309         :label                  "When I close the mailbox"
310         :active                 :true
311         :selected               :true
312 )
313 :element deleted_msg_cb_Show_confirmation_notice_item
314 (
315         :type                   :item
316         :item-type              :item-for-choice
317         :label-type             :string
318         :label                  "Show confirmation notice"
319         :active                 :true
320         :selected               :true
321 )
322 :element group21
323 (
324         :type                   :container
325         :container-type         :group
326         :active                 :true
327         :visible                :true
328         :x                      78
329         :y                      16
330         :group-type             :column
331         :column-alignment       :labels
332         :voffset                4
333         :vattach_type           :grid-line
334         :border-frame           :none
335         :north-attachment       (:point 0 10)
336         :west-attachment        (:point 0 78)
337         :children               (
338                 group
339                 group18
340                 group19
341                 group20
342         )
343 )
344 :element group
345 (
346         :type                   :container
347         :container-type         :group
348         :active                 :true
349         :visible                :true
350         :group-type             :ignore
351         :border-frame           :none
352         :children               (
353                 mail_check_sb
354                 seconds_lbl
355         )
356 )
357 :element mail_check_sb
358 (
359         :type                   :spinbox
360         :label-type             :string
361         :label                  "Check for new mail every:"
362         :label-position         :west
363         :text-type              :numeric
364         :arrow-style            :arrow-end
365         :min-value              0
366         :max-value              2147483647
367         :initial-value          500
368         :increment              1
369         :decimal-points         0
370         :visible                :true
371         :active                 :true
372         :x                      0
373         :y                      0
374         :width                  80
375         :north-attachment       (:point 0 0)
376         :west-attachment        (:point 0 0)
377 )
378 :element seconds_lbl
379 (
380         :type                   :label
381         :x                      270
382         :y                      5
383         :label-type             :string
384         :label                  "Seconds"
385         :label-alignment        :center
386         :active                 :true
387         :visible                :true
388         :north-attachment       (:point 0 0)
389         :south-attachment       (:point 0 0)
390         :west-attachment        (:obj mail_check_sb 2)
391 )
392 :element group18
393 (
394         :type                   :container
395         :container-type         :group
396         :active                 :true
397         :visible                :true
398         :group-type             :ignore
399         :border-frame           :none
400         :children               (
401                 signal_sb
402                 beeps_lbl
403         )
404 )
405 :element signal_sb
406 (
407         :type                   :spinbox
408         :label-type             :string
409         :label                  "Signal new mail with:"
410         :label-position         :west
411         :text-type              :numeric
412         :arrow-style            :arrow-end
413         :min-value              0
414         :max-value              100
415         :initial-value          0
416         :increment              1
417         :decimal-points         0
418         :visible                :true
419         :active                 :true
420         :x                      0
421         :y                      0
422         :width                  80
423         :north-attachment       (:point 0 0)
424         :west-attachment        (:point 0 0)
425 )
426 :element beeps_lbl
427 (
428         :type                   :label
429         :x                      241
430         :y                      5
431         :label-type             :string
432         :label                  "Beep(s)"
433         :label-alignment        :center
434         :active                 :true
435         :visible                :true
436         :north-attachment       (:point 0 0)
437         :south-attachment       (:point 0 0)
438         :west-attachment        (:obj signal_sb 2)
439 )
440 :element group19
441 (
442         :type                   :container
443         :container-type         :group
444         :active                 :true
445         :visible                :true
446         :group-type             :ignore
447         :border-frame           :none
448         :children               (
449                 spinbox2
450                 flashes_lbl
451         )
452 )
453 :element spinbox2
454 (
455         :type                   :spinbox
456         :label-type             :string
457         :label                  " "
458         :label-position         :west
459         :text-type              :numeric
460         :arrow-style            :arrow-end
461         :min-value              0
462         :max-value              100
463         :initial-value          0
464         :increment              1
465         :decimal-points         0
466         :visible                :true
467         :active                 :true
468         :x                      0
469         :y                      0
470         :width                  80
471         :north-attachment       (:point 0 0)
472         :west-attachment        (:point 0 0)
473 )
474 :element flashes_lbl
475 (
476         :type                   :label
477         :x                      93
478         :y                      5
479         :label-type             :string
480         :label                  "Flash(es)"
481         :label-alignment        :center
482         :active                 :true
483         :visible                :true
484         :north-attachment       (:point 0 0)
485         :south-attachment       (:point 0 0)
486         :west-attachment        (:obj spinbox2 2)
487 )
488 :element group20
489 (
490         :type                   :container
491         :container-type         :group
492         :active                 :true
493         :visible                :true
494         :group-type             :ignore
495         :border-frame           :none
496         :children               (
497                 display_sb
498                 headers_lbl
499         )
500 )
501 :element display_sb
502 (
503         :type                   :spinbox
504         :label-type             :string
505         :label                  "Display"
506         :label-position         :west
507         :text-type              :numeric
508         :arrow-style            :arrow-end
509         :min-value              0
510         :max-value              100
511         :initial-value          15
512         :increment              1
513         :decimal-points         0
514         :visible                :true
515         :active                 :true
516         :x                      0
517         :y                      0
518         :width                  80
519         :north-attachment       (:point 0 0)
520         :west-attachment        (:point 0 0)
521 )
522 :element headers_lbl
523 (
524         :type                   :label
525         :x                      141
526         :y                      5
527         :label-type             :string
528         :label                  "Headers"
529         :label-alignment        :center
530         :active                 :true
531         :visible                :true
532         :north-attachment       (:point 0 0)
533         :south-attachment       (:point 0 0)
534         :west-attachment        (:obj display_sb 2)
535 )
536 :element msg_view_pane
537 (
538         :type                   :container
539         :container-type         :relative
540         :x                      0
541         :y                      0
542         :visible                :false
543         :border-frame           :none
544         :north-attachment       (:grid-line 0 0)
545         :south-attachment       (:grid-line 100 0)
546         :east-attachment        (:grid-line 100 0)
547         :west-attachment        (:grid-line 0 0)
548         :children               (
549                 separator6
550                 abr_header_lbl
551                 group8
552                 group17
553         )
554 )
555 :element separator6
556 (
557         :type                   :separator
558         :line-style             :etched-in
559         :orientation            :horizontal
560         :x                      0
561         :y                      79
562         :width                  589
563         :height                 10
564         :visible                :true
565         :north-attachment       (:obj group8 8)
566         :east-attachment        (:grid-line 100 0)
567         :west-attachment        (:grid-line 0 0)
568 )
569 :element abr_header_lbl
570 (
571         :type                   :label
572         :x                      24
573         :y                      180
574         :label-type             :string
575         :label                  "Abbreviated header will not include:"
576         :label-alignment        :center
577         :active                 :true
578         :visible                :true
579         :north-attachment       (:obj separator6 8)
580         :west-attachment        (:point 0 24)
581 )
582 :element group8
583 (
584         :type                   :container
585         :container-type         :group
586         :active                 :true
587         :visible                :true
588         :x                      133
589         :y                      23
590         :group-type             :column
591         :column-alignment       :labels
592         :voffset                2
593         :vattach_type           :obj
594         :border-frame           :none
595         :north-attachment       (:point 0 10)
596         :west-attachment        (:point 0 133)
597         :children               (
598                 group2
599                 group22
600                 fixed_font_cb
601         )
602 )
603 :element group2
604 (
605         :type                   :container
606         :container-type         :group
607         :active                 :true
608         :visible                :true
609         :group-type             :ignore
610         :border-frame           :none
611         :children               (
612                 display_row_sb
613                 rows_lbl
614         )
615 )
616 :element display_row_sb
617 (
618         :type                   :spinbox
619         :label-type             :string
620         :label                  "Display"
621         :label-position         :west
622         :text-type              :numeric
623         :arrow-style            :arrow-end
624         :min-value              0
625         :max-value              360
626         :initial-value          24
627         :increment              1
628         :decimal-points         0
629         :visible                :true
630         :active                 :true
631         :x                      0
632         :y                      0
633         :width                  80
634         :north-attachment       (:point 0 0)
635         :west-attachment        (:point 0 0)
636 )
637 :element rows_lbl
638 (
639         :type                   :label
640         :x                      141
641         :y                      0
642         :label-type             :string
643         :label                  "Rows"
644         :label-alignment        :center
645         :active                 :true
646         :visible                :true
647         :north-attachment       (:point 0 0)
648         :south-attachment       (:point 0 0)
649         :west-attachment        (:obj display_row_sb 0)
650 )
651 :element group22
652 (
653         :type                   :container
654         :container-type         :group
655         :active                 :true
656         :visible                :true
657         :group-type             :ignore
658         :border-frame           :none
659         :children               (
660                 characters_wide_sb
661                 char_wide_lbl
662         )
663 )
664 :element characters_wide_sb
665 (
666         :type                   :spinbox
667         :label-type             :string
668         :label                  " "
669         :label-position         :west
670         :text-type              :numeric
671         :arrow-style            :arrow-end
672         :min-value              0
673         :max-value              132
674         :initial-value          80
675         :increment              1
676         :decimal-points         0
677         :visible                :true
678         :active                 :true
679         :x                      0
680         :y                      0
681         :width                  80
682         :north-attachment       (:point 0 0)
683         :west-attachment        (:point 0 0)
684 )
685 :element char_wide_lbl
686 (
687         :type                   :label
688         :x                      93
689         :y                      0
690         :label-type             :string
691         :label                  "Characters Wide"
692         :label-alignment        :center
693         :active                 :true
694         :visible                :true
695         :north-attachment       (:point 0 0)
696         :south-attachment       (:point 0 0)
697         :west-attachment        (:obj characters_wide_sb 0)
698 )
699 :element fixed_font_cb
700 (
701         :type                   :choice
702         :choice-type            :nonexclusive
703         :num-columns            1
704         :orientation            :vertical
705         :selection-required     :false
706         :active                 :true
707         :visible                :true
708 )
709 :element group17
710 (
711         :type                   :container
712         :container-type         :group
713         :active                 :true
714         :visible                :true
715         :x                      35
716         :y                      168
717         :group-type             :ignore
718         :border-frame           :none
719         :north-attachment       (:obj abr_header_lbl 10)
720         :south-attachment       (:point 0 10)
721         :west-attachment        (:point 0 35)
722         :children               (
723                 group3
724                 fields_hide
725                 hidden_fields_list
726                 hidden_fields_lbl
727                 header_fields_lbl
728         )
729 )
730 :element group3
731 (
732         :type                   :container
733         :container-type         :group
734         :active                 :true
735         :visible                :true
736         :x                      402
737         :y                      62
738         :group-type             :ignore
739         :border-frame           :none
740         :north-attachment       (:obj-edge hidden_fields_list 0)
741         :west-attachment        (:obj hidden_fields_list 10)
742         :children               (
743                 h_field_add
744                 h_field_delete
745                 h_field_change
746         )
747 )
748 :element h_field_add
749 (
750         :type                   :button
751         :button-type            :push-button
752         :x                      12
753         :y                      0
754         :label-type             :string
755         :label-alignment        :center
756         :label                  "Add"
757         :active                 :true
758         :visible                :true
759         :north-attachment       (:point 0 0)
760         :east-attachment        (:point 0 0)
761         :west-attachment        (:point 0 0)
762 )
763 :element h_field_delete
764 (
765         :type                   :button
766         :button-type            :push-button
767         :x                      2
768         :y                      33
769         :label-type             :string
770         :label-alignment        :center
771         :label                  "Delete"
772         :active                 :true
773         :visible                :true
774         :north-attachment       (:obj h_field_add 10)
775         :east-attachment        (:point 0 0)
776         :west-attachment        (:point 0 0)
777 )
778 :element h_field_change
779 (
780         :type                   :button
781         :button-type            :push-button
782         :x                      0
783         :y                      66
784         :label-type             :string
785         :label-alignment        :center
786         :label                  "Change"
787         :active                 :true
788         :visible                :true
789         :north-attachment       (:obj h_field_delete 10)
790         :east-attachment        (:point 0 0)
791         :west-attachment        (:point 0 0)
792 )
793 :element fields_hide
794 (
795         :type                   :text-field
796         :text-type              :alphanumeric
797         :x                      161
798         :y                      0
799 //AIX_ILS       :num-columns            30
800         :max-length             80
801         :read-only              :false
802         :active                 :true
803         :visible                :true
804         :north-attachment       (:point 0 0)
805         :west-attachment        (:grid-line 34 4)
806 )
807 :element hidden_fields_list
808 (
809         :type                   :list
810         :x                      161
811         :y                      33
812         :selection-mode         :single
813         :selection-required     :false
814         :num-rows               7
815         :active                 :true
816         :visible                :true
817         :north-attachment       (:obj fields_hide 6)
818         :east-attachment        (:obj-edge fields_hide 0)
819         :west-attachment        (:grid-line 34 4)
820         :children               (
821                 hidden_fields_list_x_lines_item
822                 hidden_fields_list_email_version_item
823                 hidden_fields_list_expires_item
824         )
825 )
826 :element hidden_fields_list_x_lines_item
827 (
828         :type                   :item
829         :item-type              :item-for-list
830         :label                  "x-lines"
831         :selected               :false
832 )
833 :element hidden_fields_list_email_version_item
834 (
835         :type                   :item
836         :item-type              :item-for-list
837         :label                  "email-version"
838         :selected               :false
839 )
840 :element hidden_fields_list_expires_item
841 (
842         :type                   :item
843         :item-type              :item-for-list
844         :label                  "expires"
845         :selected               :false
846 )
847 :element hidden_fields_lbl
848 (
849         :type                   :label
850         :x                      56
851         :y                      32
852         :label-type             :string
853         :label                  "Hidden Fields:"
854         :label-alignment        :right
855         :active                 :true
856         :visible                :true
857         :north-attachment       (:obj-edge hidden_fields_list 0)
858         :east-attachment        (:grid-line 34 0)
859 )
860 :element header_fields_lbl
861 (
862         :type                   :label
863         :x                      0
864         :y                      4
865         :label-type             :string
866         :label                  "Header Field:"
867         :label-alignment        :center
868         :active                 :true
869         :visible                :true
870         :north-attachment       (:point 0 4)
871         :east-attachment        (:grid-line 34 0)
872 )
873 :element compose_win_pane
874 (
875         :type                   :container
876         :container-type         :relative
877         :x                      0
878         :y                      0
879         :visible                :false
880         :border-frame           :none
881         :north-attachment       (:grid-line 0 0)
882         :south-attachment       (:grid-line 100 0)
883         :east-attachment        (:grid-line 100 0)
884         :west-attachment        (:grid-line 0 0)
885         :children               (
886                 wrap_checkbox
887                 separator3
888                 separator7
889                 deadletter_field
890                 separator9
891                 format_menu_lbl
892                 group6
893                 group4
894         )
895 )
896 :element wrap_checkbox
897 (
898         :type                   :choice
899         :choice-type            :nonexclusive
900         :x                      64
901         :y                      9
902         :num-columns            1
903         :orientation            :vertical
904         :selection-required     :false
905         :active                 :true
906         :visible                :true
907         :north-attachment       (:point 0 9)
908         :west-attachment        (:point 0 64)
909         :children               (
910                 wrap_checkbox_Show_Attachment_List_item
911         )
912 )
913 :element wrap_checkbox_Show_Attachment_List_item
914 (
915         :type                   :item
916         :item-type              :item-for-choice
917         :label-type             :string
918         :label                  "Show Attachment List"
919         :active                 :true
920         :selected               :true
921 )
922 :element separator3
923 (
924         :type                   :separator
925         :line-style             :etched-in
926         :orientation            :horizontal
927         :x                      1
928         :y                      45
929         :width                  588
930         :height                 25
931         :visible                :true
932         :north-attachment       (:point 0 45)
933         :east-attachment        (:obj compose_win_pane 0)
934         :west-attachment        (:point 0 1)
935 )
936 :element separator7
937 (
938         :type                   :separator
939         :line-style             :etched-in
940         :orientation            :horizontal
941         :x                      1
942         :y                      220
943         :width                  588
944         :height                 14
945         :visible                :true
946         :north-attachment       (:obj group6 8)
947         :east-attachment        (:obj compose_win_pane 0)
948         :west-attachment        (:point 0 1)
949 )
950 :element deadletter_field
951 (
952         :type                   :text-field
953         :text-type              :alphanumeric
954         :x                      22
955         :y                      240
956         :label-type             :string
957         :label                  "Dead Letter Folder:"
958         :label-position         :west
959 //AIX_ILS       :num-columns            36
960         :max-length             80
961         :read-only              :false
962         :active                 :true
963         :visible                :true
964         :north-attachment       (:obj separator7 8)
965         :west-attachment        (:point 0 32)
966 )
967 :element separator9
968 (
969         :type                   :separator
970         :line-style             :etched-in
971         :orientation            :horizontal
972         :x                      2
973         :y                      274
974         :width                  587
975         :height                 10
976         :visible                :true
977         :north-attachment       (:obj deadletter_field 8)
978         :east-attachment        (:obj compose_win_pane 0)
979         :west-attachment        (:point 0 2)
980 )
981 :element format_menu_lbl
982 (
983         :type                   :label
984         :x                      1
985         :y                      286
986         :label-type             :string
987         :label                  "Format Menu Custom Fields"
988         :label-alignment        :center
989         :active                 :true
990         :visible                :true
991         :north-attachment       (:obj separator9 8)
992         :west-attachment        (:point 0 8)
993 )
994 :element group6
995 (
996         :type                   :container
997         :container-type         :group
998         :active                 :true
999         :visible                :true
1000         :x                      31
1001         :y                      170
1002         :group-type             :ignore
1003         :border-frame           :none
1004         :north-attachment       (:obj separator3 8)
1005         :west-attachment        (:point 0 32)
1006         :children               (
1007                 indent_str_tf
1008                 group23
1009         )
1010 )
1011 :element indent_str_tf
1012 (
1013         :type                   :text-field
1014         :text-type              :alphanumeric
1015         :x                      141
1016         :y                      16
1017 //AIX_ILS       :num-columns            36
1018         :max-length             80
1019         :initial-value          ">"
1020         :read-only              :false
1021         :active                 :true
1022         :visible                :true
1023         :south-attachment       (:point 0 0)
1024         :east-attachment        (:point 0 0)
1025         :west-attachment        (:obj group23 4)
1026 )
1027 :element group23
1028 (
1029         :type                   :container
1030         :container-type         :group
1031         :active                 :true
1032         :visible                :true
1033         :x                      15
1034         :y                      -2
1035         :group-type             :column
1036         :column-alignment       :right
1037         :voffset                0
1038         :vattach_type           :obj
1039         :border-frame           :none
1040         :north-attachment       (:point 0 -2)
1041         :south-attachment       (:point 0 4)
1042         :west-attachment        (:point 0 15)
1043         :children               (
1044                 indent_str_lbl
1045                 reply_include_lbl
1046         )
1047 )
1048 :element indent_str_lbl
1049 (
1050         :type                   :label
1051         :label-type             :string
1052         :label                  "Indent string"
1053         :label-alignment        :center
1054         :active                 :true
1055         :visible                :true
1056 )
1057 :element reply_include_lbl
1058 (
1059         :type                   :label
1060         :label-type             :string
1061         :label                  "for Reply Include:"
1062         :label-alignment        :center
1063         :active                 :true
1064         :visible                :true
1065 )
1066 :element group4
1067 (
1068         :type                   :container
1069         :container-type         :group
1070         :active                 :true
1071         :visible                :true
1072         :x                      69
1073         :y                      325
1074         :group-type             :ignore
1075         :border-frame           :none
1076         :north-attachment       (:obj format_menu_lbl 10)
1077         :south-attachment       (:point 0 10)
1078         :west-attachment        (:point 0 69)
1079         :children               (
1080                 group7
1081                 list
1082                 menu_labels_lbl
1083                 hdr_field
1084                 def_value_field
1085                 hdr_field_lbl
1086                 def_value_lbl
1087         )
1088 )
1089 :element group7
1090 (
1091         :type                   :container
1092         :container-type         :group
1093         :active                 :true
1094         :visible                :true
1095         :x                      388
1096         :y                      51
1097         :group-type             :ignore
1098         :border-frame           :none
1099         :north-attachment       (:obj-edge list 0)
1100         :west-attachment        (:obj list 10)
1101         :children               (
1102                 add_button
1103                 del_button
1104                 change_button
1105         )
1106 )
1107 :element add_button
1108 (
1109         :type                   :button
1110         :button-type            :push-button
1111         :x                      12
1112         :y                      0
1113         :label-type             :string
1114         :label-alignment        :center
1115         :label                  "Add"
1116         :active                 :true
1117         :visible                :true
1118         :north-attachment       (:point 0 0)
1119         :east-attachment        (:point 0 0)
1120         :west-attachment        (:point 0 0)
1121 )
1122 :element del_button
1123 (
1124         :type                   :button
1125         :button-type            :push-button
1126         :x                      2
1127         :y                      33
1128         :label-type             :string
1129         :label-alignment        :center
1130         :label                  "Delete"
1131         :active                 :true
1132         :visible                :true
1133         :north-attachment       (:obj add_button 10)
1134         :east-attachment        (:point 0 0)
1135         :west-attachment        (:point 0 0)
1136 )
1137 :element change_button
1138 (
1139         :type                   :button
1140         :button-type            :push-button
1141         :x                      0
1142         :y                      66
1143         :label-type             :string
1144         :label-alignment        :center
1145         :label                  "Change"
1146         :active                 :true
1147         :visible                :true
1148         :north-attachment       (:obj del_button 10)
1149         :west-attachment        (:point 0 0)
1150 )
1151 :element list
1152 (
1153         :type                   :list
1154         :x                      111
1155         :y                      64
1156         :height                 89
1157         :selection-mode         :browse
1158         :selection-required     :false
1159         :num-rows               5
1160         :active                 :true
1161         :visible                :true
1162         :north-attachment       (:obj def_value_field 6)
1163         :east-attachment        (:obj-edge def_value_field 0)
1164         :west-attachment        (:grid-line 24 4)
1165         :children               (
1166                 list_bcc_item
1167                 list_return_receipt_item
1168         )
1169 )
1170 :element list_bcc_item
1171 (
1172         :type                   :item
1173         :item-type              :item-for-list
1174         :label                  "bcc"
1175         :selected               :false
1176 )
1177 :element list_return_receipt_item
1178 (
1179         :type                   :item
1180         :item-type              :item-for-list
1181         :label                  "return-receipt"
1182         :selected               :false
1183 )
1184 :element menu_labels_lbl
1185 (
1186         :type                   :label
1187         :x                      14
1188         :y                      64
1189         :label-type             :string
1190         :label                  "Menu Labels:"
1191         :label-alignment        :center
1192         :active                 :true
1193         :visible                :true
1194         :north-attachment       (:obj-edge list 0)
1195         :east-attachment        (:grid-line 24 0)
1196 )
1197 :element hdr_field
1198 (
1199         :type                   :text-field
1200         :text-type              :alphanumeric
1201         :x                      111
1202         :y                      0
1203 //AIX_ILS       :num-columns            36
1204         :max-length             80
1205         :read-only              :false
1206         :active                 :true
1207         :visible                :true
1208         :north-attachment       (:point 0 0)
1209         :west-attachment        (:grid-line 24 4)
1210 )
1211 :element def_value_field
1212 (
1213         :type                   :text-field
1214         :text-type              :alphanumeric
1215         :x                      111
1216         :y                      31
1217 //AIX_ILS       :num-columns            36
1218         :max-length             80
1219         :read-only              :false
1220         :active                 :true
1221         :visible                :true
1222         :north-attachment       (:obj hdr_field 6)
1223         :west-attachment        (:grid-line 24 4)
1224 )
1225 :element hdr_field_lbl
1226 (
1227         :type                   :label
1228         :x                      9
1229         :y                      0
1230         :label-type             :string
1231         :label                  "Header Field:"
1232         :label-alignment        :center
1233         :active                 :true
1234         :visible                :true
1235         :north-attachment       (:obj-edge hdr_field 0)
1236         :south-attachment       (:obj-edge hdr_field 0)
1237         :east-attachment        (:grid-line 24 0)
1238 )
1239 :element def_value_lbl
1240 (
1241         :type                   :label
1242         :x                      0
1243         :y                      31
1244         :label-type             :string
1245         :label                  "Default Value:"
1246         :label-alignment        :center
1247         :active                 :true
1248         :visible                :true
1249         :north-attachment       (:obj-edge def_value_field 0)
1250         :south-attachment       (:obj-edge def_value_field 0)
1251         :east-attachment        (:grid-line 24 0)
1252 )
1253 :element msg_filing_pane
1254 (
1255         :type                   :container
1256         :container-type         :relative
1257         :x                      0
1258         :y                      0
1259         :visible                :false
1260         :border-frame           :none
1261         :north-attachment       (:grid-line 0 0)
1262         :south-attachment       (:grid-line 100 0)
1263         :east-attachment        (:grid-line 100 0)
1264         :west-attachment        (:grid-line 0 0)
1265         :children               (
1266                 separator8
1267                 separator5
1268                 group25
1269                 mailb_for_sent_lbl
1270                 group26
1271                 group9
1272         )
1273 )
1274 :element separator8
1275 (
1276         :type                   :separator
1277         :line-style             :etched-in
1278         :orientation            :horizontal
1279         :x                      0
1280         :y                      294
1281         :width                  594
1282         :height                 10
1283         :visible                :true
1284         :north-attachment       (:obj group25 6)
1285         :east-attachment        (:obj msg_filing_pane -5)
1286         :west-attachment        (:point 0 0)
1287 )
1288 :element separator5
1289 (
1290         :type                   :separator
1291         :line-style             :etched-in
1292         :orientation            :horizontal
1293         :x                      0
1294         :y                      240
1295         :width                  589
1296         :height                 10
1297         :visible                :true
1298         :north-attachment       (:obj group9 10)
1299         :east-attachment        (:obj msg_filing_pane 0)
1300         :west-attachment        (:point 0 0)
1301 )
1302 :element group25
1303 (
1304         :type                   :container
1305         :container-type         :group
1306         :active                 :true
1307         :visible                :true
1308         :x                      30
1309         :y                      256
1310         :group-type             :row
1311         :row-alignment          :hcenter
1312         :hoffset                4
1313         :hattach_type           :grid-line
1314         :border-frame           :none
1315         :north-attachment       (:obj separator5 4)
1316         :west-attachment        (:point 0 28)
1317         :children               (
1318                 dpy_up_mbox_cb
1319                 recent_sb
1320                 visit_mailb_lbl
1321         )
1322 )
1323 :element dpy_up_mbox_cb
1324 (
1325         :type                   :choice
1326         :choice-type            :nonexclusive
1327         :num-columns            1
1328         :orientation            :vertical
1329         :selection-required     :false
1330         :active                 :true
1331         :visible                :true
1332         :children               (
1333                 dpy_up_mbox_cb_Display_up_to_item
1334         )
1335 )
1336 :element dpy_up_mbox_cb_Display_up_to_item
1337 (
1338         :type                   :item
1339         :item-type              :item-for-choice
1340         :label-type             :string
1341         :label                  "Display up to:"
1342         :active                 :true
1343         :selected               :true
1344 )
1345 :element recent_sb
1346 (
1347         :type                   :spinbox
1348         :text-type              :numeric
1349         :arrow-style            :arrow-end
1350         :min-value              0
1351         :max-value              100
1352         :initial-value          5
1353         :increment              1
1354         :decimal-points         0
1355         :visible                :true
1356         :active                 :true
1357         :width                  80
1358 )
1359 :element visit_mailb_lbl
1360 (
1361         :type                   :label
1362         :label-type             :string
1363         :label                  "Recently visited mailboxes"
1364         :label-alignment        :center
1365         :active                 :true
1366         :visible                :true
1367 )
1368 :element mailb_for_sent_lbl
1369 (
1370         :type                   :label
1371         :x                      38
1372         :y                      296
1373         :label-type             :string
1374         :label                  "Mailbox for sent messages:"
1375         :label-alignment        :center
1376         :active                 :true
1377         :visible                :true
1378         :north-attachment       (:obj separator8 10)
1379         :west-attachment        (:point 0 38)
1380 )
1381 :element group26
1382 (
1383         :type                   :container
1384         :container-type         :group
1385         :active                 :true
1386         :visible                :true
1387         :x                      156
1388         :y                      321
1389         :group-type             :column
1390         :column-alignment       :left
1391         :voffset                6
1392         :vattach_type           :grid-line
1393         :border-frame           :none
1394         :north-attachment       (:obj mailb_for_sent_lbl 6)
1395         :south-attachment       (:point 0 10)
1396         :west-attachment        (:point 0 160)
1397         :children               (
1398                 sent_mail_tf
1399                 log_cb
1400         )
1401 )
1402 :element sent_mail_tf
1403 (
1404         :type                   :text-field
1405         :text-type              :alphanumeric
1406 //AIX_ILS       :num-columns            36
1407         :max-length             80
1408         :read-only              :false
1409         :active                 :true
1410         :visible                :true
1411 )
1412 :element log_cb
1413 (
1414         :type                   :choice
1415         :choice-type            :nonexclusive
1416         :num-columns            1
1417         :orientation            :vertical
1418         :selection-required     :false
1419         :active                 :true
1420         :visible                :true
1421         :children               (
1422                 log_cb_Log_all_sent_messages_item
1423         )
1424 )
1425 :element log_cb_Log_all_sent_messages_item
1426 (
1427         :type                   :item
1428         :item-type              :item-for-choice
1429         :label-type             :string
1430         :label                  "Log all sent messages"
1431         :active                 :true
1432         :selected               :false
1433 )
1434 :element group9
1435 (
1436         :type                   :container
1437         :container-type         :group
1438         :active                 :true
1439         :visible                :true
1440         :x                      20
1441         :y                      10
1442         :group-type             :ignore
1443         :border-frame           :none
1444         :north-attachment       (:point 0 10)
1445         :west-attachment        (:point 0 12)
1446         :children               (
1447                 group24
1448                 path_file_name_tf
1449                 mv_menu_lst
1450                 srt_looking_tf
1451                 move_menu_lbl
1452                 move_menu_lbl2
1453                 path_file_lbl
1454                 start_look_lbl
1455         )
1456 )
1457 :element group24
1458 (
1459         :type                   :container
1460         :container-type         :group
1461         :active                 :true
1462         :visible                :true
1463         :x                      467
1464         :y                      59
1465         :group-type             :ignore
1466         :border-frame           :none
1467         :north-attachment       (:obj-edge mv_menu_lst 0)
1468         :west-attachment        (:obj mv_menu_lst 10)
1469         :children               (
1470                 mm_add_butt
1471                 mm_delete_butt
1472                 mm_change_butt
1473         )
1474 )
1475 :element mm_add_butt
1476 (
1477         :type                   :button
1478         :button-type            :push-button
1479         :x                      0
1480         :y                      0
1481         :label-type             :string
1482         :label-alignment        :center
1483         :label                  "Add"
1484         :active                 :true
1485         :visible                :true
1486         :north-attachment       (:point 0 0)
1487         :east-attachment        (:point 0 0)
1488         :west-attachment        (:point 0 0)
1489 )
1490 :element mm_delete_butt
1491 (
1492         :type                   :button
1493         :button-type            :push-button
1494         :x                      0
1495         :y                      33
1496         :label-type             :string
1497         :label-alignment        :center
1498         :label                  "Delete"
1499         :active                 :true
1500         :visible                :true
1501         :north-attachment       (:obj mm_add_butt 10)
1502         :east-attachment        (:point 0 0)
1503         :west-attachment        (:point 0 0)
1504 )
1505 :element mm_change_butt
1506 (
1507         :type                   :button
1508         :button-type            :push-button
1509         :x                      0
1510         :y                      66
1511         :label-type             :string
1512         :label-alignment        :center
1513         :label                  "Change"
1514         :active                 :true
1515         :visible                :true
1516         :north-attachment       (:obj mm_delete_butt 10)
1517         :east-attachment        (:point 0 0)
1518         :west-attachment        (:point 0 0)
1519 )
1520 :element path_file_name_tf
1521 (
1522         :type                   :text-field
1523         :text-type              :alphanumeric
1524         :x                      139
1525         :y                      0
1526 //AIX_ILS       :num-columns            36
1527         :max-length             80
1528         :read-only              :false
1529         :active                 :true
1530         :visible                :true
1531         :north-attachment       (:point 0 0)
1532         :west-attachment        (:grid-line 30 4)
1533 )
1534 :element mv_menu_lst
1535 (
1536         :type                   :list
1537         :x                      139
1538         :y                      33
1539         :selection-mode         :browse
1540         :selection-required     :false
1541         :num-rows               8
1542         :active                 :true
1543         :visible                :true
1544         :north-attachment       (:obj path_file_name_tf 6)
1545         :east-attachment        (:obj-edge path_file_name_tf 0)
1546         :west-attachment        (:grid-line 30 4)
1547 )
1548 :element srt_looking_tf
1549 (
1550         :type                   :text-field
1551         :text-type              :alphanumeric
1552         :x                      139
1553         :y                      179
1554 //AIX_ILS       :num-columns            36
1555         :max-length             80
1556         :read-only              :false
1557         :active                 :true
1558         :visible                :true
1559         :north-attachment       (:obj mv_menu_lst 6)
1560         :west-attachment        (:grid-line 30 4)
1561 )
1562 :element move_menu_lbl
1563 (
1564         :type                   :label
1565         :x                      50
1566         :y                      33
1567         :label-type             :string
1568         :label                  "Move Menu"
1569         :label-alignment        :center
1570         :active                 :true
1571         :visible                :true
1572         :north-attachment       (:obj-edge mv_menu_lst 0)
1573         :east-attachment        (:grid-line 30 1)
1574 )
1575 :element move_menu_lbl2
1576 (
1577         :type                   :label
1578         :x                      0
1579         :y                      55
1580         :label-type             :string
1581         :label                  "and Copy To Menu:"
1582         :label-alignment        :center
1583         :active                 :true
1584         :visible                :true
1585         :north-attachment       (:obj move_menu_lbl 1)
1586         :east-attachment        (:grid-line 30 0)
1587 )
1588 :element path_file_lbl
1589 (
1590         :type                   :label
1591         :x                      7
1592         :y                      0
1593         :label-type             :string
1594         :label                  "Path / File Name:"
1595         :label-alignment        :center
1596         :active                 :true
1597         :visible                :true
1598         :north-attachment       (:obj-edge path_file_name_tf 0)
1599         :south-attachment       (:obj-edge path_file_name_tf 0)
1600         :east-attachment        (:grid-line 30 0)
1601 )
1602 :element start_look_lbl
1603 (
1604         :type                   :label
1605         :x                      14
1606         :y                      179
1607         :label-type             :string
1608         :label                  "Start looking in:"
1609         :label-alignment        :center
1610         :active                 :true
1611         :visible                :true
1612         :north-attachment       (:obj-edge srt_looking_tf 0)
1613         :south-attachment       (:obj-edge srt_looking_tf 0)
1614         :east-attachment        (:grid-line 30 0)
1615 )
1616 :element vacation_pane
1617 (
1618         :type                   :container
1619         :container-type         :relative
1620         :x                      0
1621         :y                      0
1622         :visible                :false
1623         :border-frame           :none
1624         :north-attachment       (:grid-line 0 0)
1625         :south-attachment       (:grid-line 100 0)
1626         :east-attachment        (:grid-line 100 0)
1627         :west-attachment        (:grid-line 0 0)
1628         :children               (
1629                 vacation_lbl
1630                 group10
1631         )
1632 )
1633 :element vacation_lbl
1634 (
1635         :type                   :label
1636         :x                      14
1637         :y                      12
1638         :label-type             :string
1639         :label                  "Vacation Precedence = junk"
1640         :label-alignment        :center
1641         :active                 :true
1642         :visible                :true
1643         :north-attachment       (:point 0 10)
1644         :west-attachment        (:point 0 14)
1645 )
1646 :element group10
1647 (
1648         :type                   :container
1649         :container-type         :group
1650         :active                 :true
1651         :visible                :true
1652         :x                      41
1653         :y                      32
1654         :group-type             :ignore
1655         :border-frame           :none
1656         :north-attachment       (:obj vacation_lbl 6)
1657         :south-attachment       (:point 0 10)
1658         :west-attachment        (:point 0 41)
1659         :children               (
1660                 vacation_rb
1661                 vacation_msg_tp
1662                 subject_tf
1663                 msg_list_lbl
1664                 subject_lbl
1665                 vacation_rb_lbl
1666         )
1667 )
1668 :element vacation_rb
1669 (
1670         :type                   :choice
1671         :choice-type            :exclusive
1672         :x                      81
1673         :y                      0
1674         :num-columns            1
1675         :orientation            :horizontal
1676         :selection-required     :false
1677         :active                 :true
1678         :visible                :true
1679         :north-attachment       (:point 0 0)
1680         :west-attachment        (:grid-line 20 4)
1681         :children               (
1682                 vacation_rb_On_item
1683                 vacation_rb_Off_item
1684         )
1685 )
1686 :element vacation_rb_On_item
1687 (
1688         :type                   :item
1689         :item-type              :item-for-choice
1690         :label-type             :string
1691         :label                  "On"
1692         :active                 :true
1693         :selected               :false
1694 )
1695 :element vacation_rb_Off_item
1696 (
1697         :type                   :item
1698         :item-type              :item-for-choice
1699         :label-type             :string
1700         :label                  "Off"
1701         :active                 :true
1702         :selected               :true
1703 )
1704 :element vacation_msg_tp
1705 (
1706         :type                   :text-pane
1707         :text-type              :alphanumeric
1708         :x                      78
1709         :y                      70
1710         :border-frame           :none
1711         :num-rows               20
1712 //AIX_ILS       :num-columns            48
1713         :hscrollbar             :never
1714         :vscrollbar             :always
1715         :word-wrap              :true
1716         :read-only              :false
1717         :active                 :true
1718         :visible                :true
1719         :north-attachment       (:obj subject_tf 6)
1720         :south-attachment       (:point 0 0)
1721         :east-attachment        (:point 0 0)
1722         :west-attachment        (:grid-line 20 4)
1723 )
1724 :element subject_tf
1725 (
1726         :type                   :text-field
1727         :text-type              :alphanumeric
1728         :x                      79
1729         :y                      31
1730 //AIX_ILS       :num-columns            50
1731         :max-length             80
1732         :initial-value          "Out of the office"
1733         :read-only              :false
1734         :active                 :true
1735         :visible                :true
1736         :north-attachment       (:obj vacation_rb 4)
1737         :west-attachment        (:grid-line 20 4)
1738 )
1739 :element msg_list_lbl
1740 (
1741         :type                   :label
1742         :x                      8
1743         :y                      70
1744         :label-type             :string
1745         :label                  "Message:"
1746         :label-alignment        :center
1747         :active                 :true
1748         :visible                :true
1749         :north-attachment       (:obj-edge vacation_msg_tp 0)
1750         :east-attachment        (:grid-line 20 0)
1751 )
1752 :element subject_lbl
1753 (
1754         :type                   :label
1755         :x                      13
1756         :y                      37
1757         :label-type             :string
1758         :label                  "Subject:"
1759         :label-alignment        :center
1760         :active                 :true
1761         :visible                :true
1762         :north-attachment       (:obj-edge subject_tf 0)
1763         :south-attachment       (:obj-edge subject_tf 0)
1764         :east-attachment        (:grid-line 20 0)
1765 )
1766 :element vacation_rb_lbl
1767 (
1768         :type                   :label
1769         :x                      0
1770         :y                      5
1771         :label-type             :string
1772         :label                  "Vacation:"
1773         :label-alignment        :center
1774         :active                 :true
1775         :visible                :true
1776         :north-attachment       (:obj-edge vacation_rb 0)
1777         :south-attachment       (:obj-edge vacation_rb 0)
1778         :east-attachment        (:grid-line 20 0)
1779 )
1780 :element templates_pane
1781 (
1782         :type                   :container
1783         :container-type         :relative
1784         :x                      0
1785         :y                      0
1786         :visible                :false
1787         :border-frame           :none
1788         :north-attachment       (:grid-line 0 0)
1789         :south-attachment       (:grid-line 100 0)
1790         :east-attachment        (:grid-line 100 0)
1791         :west-attachment        (:grid-line 0 0)
1792         :children               (
1793                 group13
1794         )
1795 )
1796 :element group13
1797 (
1798         :type                   :container
1799         :container-type         :group
1800         :active                 :true
1801         :visible                :true
1802         :x                      3
1803         :y                      10
1804         :group-type             :ignore
1805         :border-frame           :none
1806         :north-attachment       (:point 0 10)
1807         :south-attachment       (:point 0 10)
1808         :east-attachment        (:point 0 10)
1809         :west-attachment        (:point 0 0)
1810         :children               (
1811                 group11
1812                 menu_label
1813                 path_filename_label
1814                 templates_list
1815                 templates_list_lbl
1816                 menu_label_lbl
1817                 path_filename_label_lbl
1818         )
1819 )
1820 :element group11
1821 (
1822         :type                   :container
1823         :container-type         :group
1824         :active                 :true
1825         :visible                :true
1826         :x                      496
1827         :y                      106
1828         :group-type             :ignore
1829         :border-frame           :none
1830         :north-attachment       (:obj-edge templates_list 0)
1831         :west-attachment        (:obj templates_list 10)
1832         :children               (
1833                 tem_add_but
1834                 tem_del_but
1835                 tem_change_but
1836         )
1837 )
1838 :element tem_add_but
1839 (
1840         :type                   :button
1841         :button-type            :push-button
1842         :x                      0
1843         :y                      0
1844         :label-type             :string
1845         :label-alignment        :center
1846         :label                  "Add"
1847         :active                 :true
1848         :visible                :true
1849         :north-attachment       (:point 0 0)
1850         :east-attachment        (:point 0 0)
1851         :west-attachment        (:point 0 0)
1852 )
1853 :element tem_del_but
1854 (
1855         :type                   :button
1856         :button-type            :push-button
1857         :x                      0
1858         :y                      28
1859         :label-type             :string
1860         :label-alignment        :center
1861         :label                  "Delete"
1862         :active                 :true
1863         :visible                :true
1864         :north-attachment       (:obj tem_add_but 10)
1865         :east-attachment        (:point 0 0)
1866         :west-attachment        (:point 0 0)
1867 )
1868 :element tem_change_but
1869 (
1870         :type                   :button
1871         :button-type            :push-button
1872         :x                      0
1873         :y                      56
1874         :label-type             :string
1875         :label-alignment        :center
1876         :label                  "Change"
1877         :active                 :true
1878         :visible                :true
1879         :north-attachment       (:obj tem_del_but 10)
1880         :east-attachment        (:point 0 0)
1881         :west-attachment        (:point 0 0)
1882 )
1883 :element menu_label
1884 (
1885         :type                   :text-field
1886         :text-type              :alphanumeric
1887         :x                      132
1888         :y                      0
1889 //AIX_ILS       :num-columns            48
1890         :max-length             256
1891         :read-only              :false
1892         :active                 :true
1893         :visible                :true
1894         :north-attachment       (:point 0 0)
1895         :west-attachment        (:grid-line 23 4)
1896 )
1897 :element path_filename_label
1898 (
1899         :type                   :text-field
1900         :text-type              :alphanumeric
1901         :x                      132
1902         :y                      33
1903 //AIX_ILS       :num-columns            48
1904         :max-length             256
1905         :read-only              :false
1906         :active                 :true
1907         :visible                :true
1908         :north-attachment       (:obj menu_label 6)
1909         :west-attachment        (:grid-line 23 4)
1910 )
1911 :element templates_list
1912 (
1913         :type                   :list
1914         :x                      132
1915         :y                      66
1916         :selection-mode         :browse
1917         :selection-required     :false
1918         :num-rows               18
1919         :active                 :true
1920         :visible                :true
1921         :north-attachment       (:obj path_filename_label 6)
1922         :east-attachment        (:obj-edge path_filename_label 0)
1923         :west-attachment        (:grid-line 23 4)
1924 )
1925 :element templates_list_lbl
1926 (
1927         :type                   :label
1928         :x                      46
1929         :y                      66
1930         :label-type             :string
1931         :label                  "Templates:"
1932         :label-alignment        :center
1933         :active                 :true
1934         :visible                :true
1935         :north-attachment       (:obj-edge templates_list 0)
1936         :east-attachment        (:grid-line 23 0)
1937 )
1938 :element menu_label_lbl
1939 (
1940         :type                   :label
1941         :x                      41
1942         :y                      0
1943         :label-type             :string
1944         :label                  "Menu Label:"
1945         :label-alignment        :center
1946         :active                 :true
1947         :visible                :true
1948         :north-attachment       (:obj-edge menu_label 0)
1949         :south-attachment       (:obj-edge menu_label 0)
1950         :east-attachment        (:grid-line 23 0)
1951 )
1952 :element path_filename_label_lbl
1953 (
1954         :type                   :label
1955         :x                      0
1956         :y                      33
1957         :label-type             :string
1958         :label                  "Path / File Name:"
1959         :label-alignment        :center
1960         :active                 :true
1961         :visible                :true
1962         :north-attachment       (:obj-edge path_filename_label 0)
1963         :south-attachment       (:obj-edge path_filename_label 0)
1964         :east-attachment        (:grid-line 23 0)
1965 )
1966 :element aliases_pane
1967 (
1968         :type                   :container
1969         :container-type         :relative
1970         :x                      0
1971         :y                      0
1972         :visible                :false
1973         :border-frame           :none
1974         :north-attachment       (:grid-line 0 0)
1975         :south-attachment       (:grid-line 100 0)
1976         :east-attachment        (:grid-line 100 0)
1977         :west-attachment        (:grid-line 0 0)
1978         :children               (
1979                 group14
1980         )
1981 )
1982 :element group14
1983 (
1984         :type                   :container
1985         :container-type         :group
1986         :active                 :true
1987         :visible                :true
1988         :x                      40
1989         :y                      10
1990         :group-type             :ignore
1991         :border-frame           :none
1992         :north-attachment       (:point 0 10)
1993         :south-attachment       (:point 0 10)
1994         :east-attachment        (:point 0 10)
1995         :west-attachment        (:point 0 44)
1996         :children               (
1997                 group15
1998                 alias_tf
1999                 addresses_tf
2000                 alias_list
2001                 alias_list_lbl
2002                 alias_tf_lbl
2003                 address_tf_lbl
2004         )
2005 )
2006 :element group15
2007 (
2008         :type                   :container
2009         :container-type         :group
2010         :active                 :true
2011         :visible                :true
2012         :x                      421
2013         :y                      104
2014         :group-type             :ignore
2015         :border-frame           :none
2016         :north-attachment       (:obj-edge alias_list 0)
2017         :west-attachment        (:obj alias_list 10)
2018         :children               (
2019                 alias_add_but
2020                 alias_delete_but
2021                 al_change_but
2022         )
2023 )
2024 :element alias_add_but
2025 (
2026         :type                   :button
2027         :button-type            :push-button
2028         :x                      12
2029         :y                      0
2030         :label-type             :string
2031         :label-alignment        :center
2032         :label                  "Add"
2033         :active                 :true
2034         :visible                :true
2035         :north-attachment       (:point 0 0)
2036         :east-attachment        (:point 0 0)
2037         :west-attachment        (:point 0 0)
2038 )
2039 :element alias_delete_but
2040 (
2041         :type                   :button
2042         :button-type            :push-button
2043         :x                      2
2044         :y                      29
2045         :label-type             :string
2046         :label-alignment        :center
2047         :label                  "Delete"
2048         :active                 :true
2049         :visible                :true
2050         :north-attachment       (:obj alias_add_but 10)
2051         :east-attachment        (:point 0 0)
2052         :west-attachment        (:point 0 0)
2053 )
2054 :element al_change_but
2055 (
2056         :type                   :button
2057         :button-type            :push-button
2058         :x                      0
2059         :y                      58
2060         :label-type             :string
2061         :label-alignment        :center
2062         :label                  "Change"
2063         :active                 :true
2064         :visible                :true
2065         :north-attachment       (:obj alias_delete_but 10)
2066         :east-attachment        (:point 0 0)
2067         :west-attachment        (:point 0 0)
2068 )
2069 :element alias_tf
2070 (
2071         :type                   :text-field
2072         :text-type              :alphanumeric
2073         :x                      80
2074         :y                      0
2075 //AIX_ILS       :num-columns            48
2076         :max-length             256
2077         :read-only              :false
2078         :active                 :true
2079         :visible                :true
2080         :north-attachment       (:point 0 0)
2081         :west-attachment        (:grid-line 15 4)
2082 )
2083 :element addresses_tf
2084 (
2085         :type                   :text-field
2086         :text-type              :alphanumeric
2087         :x                      80
2088         :y                      33
2089 //AIX_ILS       :num-columns            48
2090         :max-length             256
2091         :read-only              :false
2092         :active                 :true
2093         :visible                :true
2094         :north-attachment       (:obj alias_tf 6)
2095         :west-attachment        (:grid-line 15 4)
2096 )
2097 :element alias_list
2098 (
2099         :type                   :list
2100         :x                      80
2101         :y                      66
2102         :selection-mode         :browse
2103         :selection-required     :false
2104         :num-rows               19
2105         :active                 :true
2106         :visible                :true
2107         :north-attachment       (:obj addresses_tf 6)
2108         :east-attachment        (:obj-edge addresses_tf 0)
2109         :west-attachment        (:grid-line 15 4)
2110 )
2111 :element alias_list_lbl
2112 (
2113         :type                   :label
2114         :x                      18
2115         :y                      66
2116         :label-type             :string
2117         :label                  "Aliases:"
2118         :label-alignment        :center
2119         :active                 :true
2120         :visible                :true
2121         :north-attachment       (:obj-edge alias_list 0)
2122         :east-attachment        (:grid-line 15 0)
2123 )
2124 :element alias_tf_lbl
2125 (
2126         :type                   :label
2127         :x                      32
2128         :y                      0
2129         :label-type             :string
2130         :label                  "Alias:"
2131         :label-alignment        :center
2132         :active                 :true
2133         :visible                :true
2134         :north-attachment       (:obj-edge alias_tf 0)
2135         :south-attachment       (:obj-edge alias_tf 0)
2136         :east-attachment        (:grid-line 15 0)
2137 )
2138 :element address_tf_lbl
2139 (
2140         :type                   :label
2141         :x                      0
2142         :y                      33
2143         :label-type             :string
2144         :label                  "Addresses:"
2145         :label-alignment        :center
2146         :active                 :true
2147         :visible                :true
2148         :north-attachment       (:obj-edge addresses_tf 0)
2149         :south-attachment       (:obj-edge addresses_tf 0)
2150         :east-attachment        (:grid-line 15 0)
2151 )
2152 :element advanced_pane
2153 (
2154         :type                   :container
2155         :container-type         :relative
2156         :x                      0
2157         :y                      0
2158         :visible                :false
2159         :border-frame           :none
2160         :north-attachment       (:grid-line 0 0)
2161         :south-attachment       (:grid-line 100 0)
2162         :east-attachment        (:grid-line 100 0)
2163         :west-attachment        (:grid-line 0 0)
2164         :children               (
2165                 update_mbox_scale
2166                 update_mailb_lbl
2167                 frequently_lbl
2168                 seldom_lbl
2169                 separator11
2170                 adv_def_cb
2171                 group12
2172         )
2173 )
2174 :element update_mbox_scale
2175 (
2176         :type                   :scale
2177         :read-only              :false
2178         :orientation            :horizontal
2179         :direction              :left-to-right
2180         :min-value              0
2181         :max-value              100
2182         :initial-value          50
2183         :increment              1
2184         :decimal-points         0
2185         :show-value             :false
2186         :x                      117
2187         :y                      35
2188         :width                  269
2189         :height                 30
2190         :active                 :true
2191         :visible                :true
2192         :north-attachment       (:obj update_mailb_lbl 2)
2193         :west-attachment        (:point 0 117)
2194 )
2195 :element update_mailb_lbl
2196 (
2197         :type                   :label
2198         :x                      22
2199         :y                      13
2200         :label-type             :string
2201         :label                  "Update mailbox state:"
2202         :label-alignment        :center
2203         :active                 :true
2204         :visible                :true
2205         :north-attachment       (:point 0 10)
2206         :west-attachment        (:point 0 22)
2207 )
2208 :element frequently_lbl
2209 (
2210         :type                   :label
2211         :x                      79
2212         :y                      64
2213         :label-type             :string
2214         :label                  "Frequently"
2215         :label-alignment        :center
2216         :active                 :true
2217         :visible                :true
2218         :north-attachment       (:obj update_mbox_scale -2)
2219         :west-attachment        (:obj-edge update_mbox_scale -38)
2220 )
2221 :element seldom_lbl
2222 (
2223         :type                   :label
2224         :x                      352
2225         :y                      64
2226         :label-type             :string
2227         :label                  "Seldom"
2228         :label-alignment        :center
2229         :active                 :true
2230         :visible                :true
2231         :north-attachment       (:obj update_mbox_scale -2)
2232         :west-attachment        (:point 0 352)
2233 )
2234 :element separator11
2235 (
2236         :type                   :separator
2237         :line-style             :etched-in
2238         :orientation            :horizontal
2239         :x                      0
2240         :y                      101
2241         :width                  589
2242         :height                 10
2243         :visible                :true
2244         :north-attachment       (:obj seldom_lbl 8)
2245         :east-attachment        (:obj advanced_pane 0)
2246         :west-attachment        (:point 0 0)
2247 )
2248 :element adv_def_cb
2249 (
2250         :type                   :choice
2251         :choice-type            :nonexclusive
2252         :x                      24
2253         :y                      118
2254         :label-type             :string
2255         :label                  "Defaults:"
2256         :label-position         :west
2257         :num-columns            1
2258         :orientation            :vertical
2259         :selection-required     :false
2260         :active                 :true
2261         :visible                :true
2262         :north-attachment       (:obj separator11 8)
2263         :west-attachment        (:point 0 24)
2264         :children               (
2265                 adv_def_cb_Show_confirmation_notices_item
2266                 adv_def_cb_Use_strict_MIME_character_encoding_item
2267                 adv_def_cb_Use_network_aware_mail_file_locking_item
2268                 adv_def_cb_Ignore_host_name_in_address_allnet_item
2269                 adv_def_cb_Include_me_when_I_Reply_to_all_metoo_item
2270                 adv_def_cb_Use_local_name_username_item
2271         )
2272 )
2273 :element adv_def_cb_Show_confirmation_notices_item
2274 (
2275         :type                   :item
2276         :item-type              :item-for-choice
2277         :label-type             :string
2278         :label                  "Show confirmation notices"
2279         :active                 :true
2280         :selected               :true
2281 )
2282 :element adv_def_cb_Use_strict_MIME_character_encoding_item
2283 (
2284         :type                   :item
2285         :item-type              :item-for-choice
2286         :label-type             :string
2287         :label                  "Use strict MIME character encoding"
2288         :active                 :true
2289         :selected               :false
2290 )
2291 :element adv_def_cb_Use_network_aware_mail_file_locking_item
2292 (
2293         :type                   :item
2294         :item-type              :item-for-choice
2295         :label-type             :string
2296         :label                  "Use network aware mail file locking"
2297         :active                 :true
2298         :selected               :false
2299 )
2300 :element adv_def_cb_Ignore_host_name_in_address_allnet_item
2301 (
2302         :type                   :item
2303         :item-type              :item-for-choice
2304         :label-type             :string
2305         :label                  "Ignore host name in address (allnet)"
2306         :active                 :true
2307         :selected               :false
2308 )
2309 :element adv_def_cb_Include_me_when_I_Reply_to_all_metoo_item
2310 (
2311         :type                   :item
2312         :item-type              :item-for-choice
2313         :label-type             :string
2314         :label                  "Include me when I \"Reply to All\" (metoo)"
2315         :active                 :true
2316         :selected               :false
2317 )
2318 :element adv_def_cb_Use_local_name_username_item
2319 (
2320         :type                   :item
2321         :item-type              :item-for-choice
2322         :label-type             :string
2323         :label                  "Use local name: username ="
2324         :active                 :true
2325         :selected               :false
2326 )
2327 :element group12
2328 (
2329         :type                   :container
2330         :container-type         :group
2331         :active                 :true
2332         :visible                :true
2333         :x                      119
2334         :y                      270
2335         :group-type             :ignore
2336         :border-frame           :none
2337         :north-attachment       (:obj adv_def_cb 6)
2338         :south-attachment       (:point 0 10)
2339         :west-attachment        (:point 0 119)
2340         :children               (
2341                 group16
2342                 local_name_tf
2343                 local_name_list
2344         )
2345 )
2346 :element group16
2347 (
2348         :type                   :container
2349         :container-type         :group
2350         :active                 :true
2351         :visible                :true
2352         :x                      278
2353         :y                      44
2354         :group-type             :ignore
2355         :border-frame           :none
2356         :north-attachment       (:obj-edge local_name_list 0)
2357         :west-attachment        (:obj local_name_list 10)
2358         :children               (
2359                 local_name_add_but
2360                 local_name_del_but
2361                 local_name_chg_but
2362         )
2363 )
2364 :element local_name_add_but
2365 (
2366         :type                   :button
2367         :button-type            :push-button
2368         :x                      12
2369         :y                      0
2370         :label-type             :string
2371         :label-alignment        :center
2372         :label                  "Add"
2373         :active                 :true
2374         :visible                :true
2375         :north-attachment       (:point 0 0)
2376         :east-attachment        (:point 0 0)
2377         :west-attachment        (:point 0 0)
2378 )
2379 :element local_name_del_but
2380 (
2381         :type                   :button
2382         :button-type            :push-button
2383         :x                      2
2384         :y                      26
2385         :label-type             :string
2386         :label-alignment        :center
2387         :label                  "Delete"
2388         :active                 :true
2389         :visible                :true
2390         :north-attachment       (:obj local_name_add_but 10)
2391         :east-attachment        (:point 0 0)
2392         :west-attachment        (:point 0 0)
2393 )
2394 :element local_name_chg_but
2395 (
2396         :type                   :button
2397         :button-type            :push-button
2398         :x                      0
2399         :y                      52
2400         :label-type             :string
2401         :label-alignment        :center
2402         :label                  "Change"
2403         :active                 :true
2404         :visible                :true
2405         :north-attachment       (:obj local_name_del_but 10)
2406         :east-attachment        (:point 0 0)
2407         :west-attachment        (:point 0 0)
2408 )
2409 :element local_name_tf
2410 (
2411         :type                   :text-field
2412         :text-type              :alphanumeric
2413         :x                      0
2414         :y                      0
2415 //AIX_ILS       :num-columns            36
2416         :max-length             80
2417         :read-only              :false
2418         :active                 :true
2419         :visible                :true
2420         :north-attachment       (:point 0 0)
2421         :west-attachment        (:point 0 0)
2422 )
2423 :element local_name_list
2424 (
2425         :type                   :list
2426         :x                      0
2427         :y                      34
2428         :selection-mode         :browse
2429         :selection-required     :false
2430         :num-rows               8
2431         :active                 :true
2432         :visible                :true
2433         :north-attachment       (:obj local_name_tf 6)
2434         :east-attachment        (:obj-edge local_name_tf 0)
2435         :west-attachment        (:point 0 0)
2436 )
2437 :element dialog_button_panel
2438 (
2439         :type                   :container
2440         :container-type         :button-panel
2441         :height                 47
2442         :visible                :true
2443         :border-frame           :none
2444         :children               (
2445                 ok_button
2446                 reset_button
2447                 cancel_button
2448                 separator
2449                 apply_button
2450                 help_button
2451         )
2452 )
2453 :element ok_button
2454 (
2455         :type                   :button
2456         :button-type            :push-button
2457         :label-type             :string
2458         :label-alignment        :center
2459         :label                  "OK"
2460         :active                 :true
2461         :visible                :true
2462         :north-attachment       (:point 0 13)
2463         :east-attachment        (:grid-line 19 0)
2464         :west-attachment        (:grid-line 2 0)
2465 )
2466 :element reset_button
2467 (
2468         :type                   :button
2469         :button-type            :push-button
2470         :label-type             :string
2471         :label-alignment        :center
2472         :label                  "Reset"
2473         :active                 :true
2474         :visible                :true
2475         :north-attachment       (:point 0 13)
2476         :east-attachment        (:grid-line 59 0)
2477         :west-attachment        (:grid-line 41 0)
2478 )
2479 :element cancel_button
2480 (
2481         :type                   :button
2482         :button-type            :push-button
2483         :x                      374
2484         :y                      13
2485         :label-type             :string
2486         :label-alignment        :center
2487         :label                  "Cancel"
2488         :active                 :true
2489         :visible                :true
2490         :north-attachment       (:point 0 13)
2491         :east-attachment        (:grid-line 79 0)
2492         :west-attachment        (:grid-line 61 0)
2493 )
2494 :element separator
2495 (
2496         :type                   :separator
2497         :line-style             :etched-in
2498         :orientation            :horizontal
2499         :x                      0
2500         :y                      0
2501         :width                  589
2502         :height                 10
2503         :visible                :true
2504         :north-attachment       (:point 0 0)
2505         :east-attachment        (:obj dialog_button_panel 0)
2506         :west-attachment        (:point 0 0)
2507 )
2508 :element apply_button
2509 (
2510         :type                   :button
2511         :button-type            :push-button
2512         :x                      125
2513         :y                      13
2514         :label-type             :string
2515         :label-alignment        :center
2516         :label                  "Apply"
2517         :active                 :true
2518         :visible                :true
2519         :north-attachment       (:point 0 13)
2520         :east-attachment        (:grid-line 39 0)
2521         :west-attachment        (:grid-line 21 0)
2522 )
2523 :element help_button
2524 (
2525         :type                   :button
2526         :button-type            :push-button
2527         :x                      402
2528         :y                      12
2529         :label-type             :string
2530         :label-alignment        :center
2531         :label                  "Help"
2532         :active                 :true
2533         :visible                :true
2534         :north-attachment       (:point 0 13)
2535         :east-attachment        (:grid-line 98 0)
2536         :west-attachment        (:grid-line 81 0)
2537 )
2538 :connection
2539 (
2540         :from                   cancel_button
2541         :when                   :activate
2542         :action-type            :call-function
2543         :action                 opt_dlog_cancelCB
2544 )
2545 :connection
2546 (
2547         :from                   ok_button
2548         :when                   :activate
2549         :action-type            :call-function
2550         :action                 opt_pane_okCB
2551 )
2552 :connection
2553 (
2554         :from                   apply_button
2555         :when                   :activate
2556         :action-type            :call-function
2557         :action                 options_applyCB
2558 )
2559 :connection
2560 (
2561         :from                   XmTEAR_OFF_ENABLED
2562         :when                   :activate
2563         :action-type            :call-function
2564         :action                 start_vacationCB
2565 )
2566 :connection
2567 (
2568         :from                   XmEXPLICIT
2569         :when                   :activate
2570         :action-type            :call-function
2571         :action                 stop_vacationCB
2572 )
2573 :connection
2574 (
2575         :from                   vacation_rb_On_item
2576         :when                   :toggle
2577         :action-type            :call-function
2578         :action                 vacationOnCB
2579 )
2580 :connection
2581 (
2582         :from                   vacation_rb_Off_item
2583         :when                   :toggle
2584         :action-type            :call-function
2585         :action                 vacationOffCB
2586 )
2587 :connection
2588 (
2589         :from                   reset_button
2590         :when                   :activate
2591         :action-type            :call-function
2592         :action                 opt_dlog_resetCB
2593 )
2594 :connection
2595 (
2596         :from                   help_button
2597         :when                   :activate
2598         :action-type            :call-function
2599         :action                 opt_dlog_HelpCB
2600 )
2601 :connection
2602 (
2603         :from                   alias_add_but
2604         :when                   :activate
2605         :action-type            :call-function
2606         :action                 alias_addCB
2607 )
2608 :connection
2609 (
2610         :from                   alias_delete_but
2611         :when                   :activate
2612         :action-type            :call-function
2613         :action                 alias_delCB
2614 )
2615 :connection
2616 (
2617         :from                   al_change_but
2618         :when                   :activate
2619         :action-type            :call-function
2620         :action                 alias_changeCB
2621 )
2622 :connection
2623 (
2624         :from                   category_opmenu_Message_Header_List_item
2625         :when                   :activate
2626         :action-type            :call-function
2627         :action                 message_header_listCB
2628 )
2629 :connection
2630 (
2631         :from                   category_opmenu_Message_View_item
2632         :when                   :activate
2633         :action-type            :call-function
2634         :action                 message_viewCB
2635 )
2636 :connection
2637 (
2638         :from                   category_opmenu_Compose_Window_item
2639         :when                   :activate
2640         :action-type            :call-function
2641         :action                 compose_windowCB
2642 )
2643 :connection
2644 (
2645         :from                   category_opmenu_Message_Filing_item
2646         :when                   :activate
2647         :action-type            :call-function
2648         :action                 message_filingCB
2649 )
2650 :connection
2651 (
2652         :from                   category_opmenu_Vacation_item
2653         :when                   :activate
2654         :action-type            :call-function
2655         :action                 vacationCB
2656 )
2657 :connection
2658 (
2659         :from                   category_opmenu_Templates_item
2660         :when                   :activate
2661         :action-type            :call-function
2662         :action                 templatesCB
2663 )
2664 :connection
2665 (
2666         :from                   category_opmenu_Aliases_item
2667         :when                   :activate
2668         :action-type            :call-function
2669         :action                 aliasesCB
2670 )
2671 :connection
2672 (
2673         :from                   category_opmenu_Advanced_item
2674         :when                   :activate
2675         :action-type            :call-function
2676         :action                 advancedCB
2677 )
2678 )