dtcalc: change from obsoleted MAXFLOAT to FLT_MAX from std C
[oweals/cde.git] / cde / examples / dtbuilder / about_box.bil
1 // $XConsortium: about_box.bil /main/2 1996/11/11 12:00:18 drk $
2 //
3 //
4 // (c) Copyright 1993, 1994 Hewlett-Packard Company
5 // (c) Copyright 1993, 1994 International Business Machines Corp.
6 // (c) Copyright 1993, 1994 Sun Microsystems, Inc.
7 // (c) Copyright 1993, 1994 Novell, Inc.
8 //
9 //   about_box.bil - Application Builder module file for CDE application 
10 //                   'About Box'.
11 //
12 :bil-version    1 0
13 :module about_box
14 (
15
16 :element dialog
17 (
18         :type                   :dialog
19         :x                      417
20         :y                      462
21         :width                  674
22         :height                 333
23         :bg-color               "white"
24         :label                  "About CDE Application Builder"
25         :resizable              :true
26         :visible                :false
27         :children               (
28                 ctrl_panel
29                 dialog_button_panel
30         )
31 )
32 :element ctrl_panel
33 (
34         :type                   :container
35         :container-type         :relative
36         :x                      0
37         :y                      0
38         :width                  671
39         :height                 330
40         :visible                :true
41         :border-frame           :etched-in
42         :north-attachment       (:point 0 0)
43         :south-attachment       (:obj dialog -1)
44         :east-attachment        (:obj dialog -1)
45         :west-attachment        (:point 0 0)
46         :children               (
47                 group3
48                 more_button
49                 group4
50                 abbrev_name
51         )
52 )
53 :element group3
54 (
55         :type                   :container
56         :container-type         :group
57         :active                 :true
58         :x                      175
59         :y                      50
60         :width                  277
61         :height                 161
62         :group-type             :column
63         :column-alignment       :left
64         :voffset                25
65         :vattach_type           :obj
66         :border-frame           :none
67         :north-attachment       (:point 0 50)
68         :west-attachment        (:point 0 175)
69         :children               (
70                 group2
71                 os_number
72                 group
73         )
74 )
75 :element group2
76 (
77         :type                   :container
78         :container-type         :group
79         :active                 :true
80         :x                      0
81         :y                      0
82         :width                  133
83         :height                 69
84         :group-type             :column
85         :column-alignment       :left
86         :voffset                3
87         :vattach_type           :obj
88         :border-frame           :none
89         :north-attachment       (:obj group3 0)
90         :west-attachment        (:obj group3 0)
91         :children               (
92                 app_name
93                 version
94                 release_date
95         )
96 )
97 :element app_name
98 (
99         :type                   :label
100         :x                      0
101         :y                      0
102         :label-type             :string
103         :label                  "Application Name"
104         :label-alignment        :center
105         :active                 :true
106         :visible                :true
107         :north-attachment       (:obj group2 0)
108         :west-attachment        (:obj group2 0)
109 )
110 :element version
111 (
112         :type                   :label
113         :x                      0
114         :y                      24
115         :label-type             :string
116         :label                  "Version name"
117         :label-alignment        :center
118         :active                 :true
119         :visible                :true
120         :north-attachment       (:obj app_name 3)
121         :west-attachment        (:obj-edge app_name 0)
122 )
123 :element release_date
124 (
125         :type                   :label
126         :x                      0
127         :y                      48
128         :label-type             :string
129         :label                  "Release date"
130         :label-alignment        :center
131         :active                 :true
132         :visible                :true
133         :north-attachment       (:obj version 3)
134         :west-attachment        (:obj-edge version 0)
135 )
136 :element os_number
137 (
138         :type                   :label
139         :x                      0
140         :y                      94
141         :label-type             :string
142         :label                  "Release/OS Number"
143         :label-alignment        :center
144         :active                 :true
145         :visible                :true
146         :north-attachment       (:obj group2 25)
147         :west-attachment        (:obj-edge group2 0)
148 )
149 :element group
150 (
151         :type                   :container
152         :container-type         :group
153         :active                 :true
154         :x                      0
155         :y                      140
156         :width                  277
157         :height                 21
158         :group-type             :column
159         :column-alignment       :left
160         :voffset                0
161         :vattach_type           :grid-line
162         :border-frame           :none
163         :north-attachment       (:obj os_number 25)
164         :west-attachment        (:obj-edge os_number 0)
165         :children               (
166                 copyright
167         )
168 )
169 :element copyright
170 (
171         :type                   :label
172         :x                      0
173         :y                      0
174         :label-type             :string
175         :label                  "Copyright (C) 1993, 1994 My Company"
176         :label-alignment        :center
177         :active                 :true
178         :visible                :true
179         :north-attachment       (:obj group 0)
180         :west-attachment        (:obj group 0)
181 )
182 :element more_button
183 (
184         :type                   :button
185         :button-type            :push-button
186         :x                      40
187         :y                      245
188         :label-type             :string
189         :label-alignment        :center
190         :label                  "More..."
191         :active                 :true
192         :visible                :true
193         :north-attachment       (:point 0 245)
194         :west-attachment        (:point 0 40)
195 )
196 :element group4
197 (
198         :type                   :container
199         :container-type         :group
200         :active                 :true
201         :x                      37
202         :y                      47
203         :group-type             :column
204         :column-alignment       :vcenter
205         :voffset                10
206         :vattach_type           :obj
207         :border-frame           :etched-out
208         :north-attachment       (:point 0 47)
209         :west-attachment        (:point 0 37)
210         :children               (
211                 app_graphic
212         )
213 )
214 :element app_graphic
215 (
216         :type                   :label
217         :x                      77
218         :y                      0
219         :label-type             :string
220         :label                  "Graphic\ngoes\nhere"
221         :label-alignment        :center
222         :active                 :true
223         :visible                :true
224         :north-attachment       (:point 0 0)
225         :west-attachment        (:center-grid-line 0 0)
226 )
227 :element abbrev_name
228 (
229         :type                   :label
230         :x                      46
231         :y                      104
232         :label-type             :string
233         :label                  "App Name"
234         :label-alignment        :center
235         :active                 :true
236         :visible                :true
237         :north-attachment       (:obj group4 5)
238         :west-attachment        (:obj-edge group4 -5)
239 )
240 :element dialog_button_panel
241 (
242         :type                   :container
243         :container-type         :button-panel
244         :height                 36
245         :visible                :true
246         :border-frame           :none
247         :children               (
248                 ok_btn
249                 help_btn
250         )
251 )
252 :element ok_btn
253 (
254         :type                   :button
255         :button-type            :push-button
256         :label-type             :string
257         :label-alignment        :center
258         :label                  "OK"
259         :active                 :true
260         :visible                :true
261         :north-attachment       (:grid-line 5 0)
262         :south-attachment       (:grid-line 95 0)
263         :east-attachment        (:grid-line 40 0)
264         :west-attachment        (:grid-line 20 0)
265 )
266 :element help_btn
267 (
268         :type                   :button
269         :button-type            :push-button
270         :label-type             :string
271         :label-alignment        :center
272         :label                  "Help"
273         :active                 :true
274         :visible                :true
275         :north-attachment       (:grid-line 5 0)
276         :south-attachment       (:grid-line 95 0)
277         :east-attachment        (:grid-line 80 0)
278         :west-attachment        (:grid-line 60 0)
279 )
280 :connection
281 (
282         :from                   ok_btn
283         :to                     dialog
284         :when                   :activate
285         :action-type            :builtin
286         :action                 :hide
287         :arg-type               :void
288 )
289 )