Mercurial > hg > xemacs-beta
comparison lwlib/energize/build.xd @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 module 'XApplication' | |
2 applicationName = 'XApplication'; | |
3 generateNameC = 'build.xdc'; | |
4 generateNameUIL = ''; | |
5 generateNameResDB = ''; | |
6 generateUidFile = ''; | |
7 generateMask = 458980; | |
8 object '' : XmDialogShell { | |
9 arguments { | |
10 name = 'dialog'; | |
11 XmNtitle = 'Question'; | |
12 XmNallowShellResize = true; | |
13 }; | |
14 object '' : XmForm { | |
15 arguments { | |
16 name = 'buildDialog'; | |
17 XmNautoUnmanage = false; | |
18 XmNdefaultButton = 'button1'; | |
19 }; | |
20 object '' : XmRowColumn { | |
21 arguments { | |
22 name = 'row'; | |
23 XmNorientation=2; | |
24 XmNpacking=2; | |
25 XmNentryAlignment=1; | |
26 XmNadjustLast = false; | |
27 XmNisAligned = true; | |
28 }; | |
29 object 'button1' : XmPushButton { | |
30 arguments { | |
31 name = 'button1'; | |
32 }; | |
33 }; | |
34 object '' : XmPushButton { | |
35 arguments { | |
36 name = 'button2'; | |
37 }; | |
38 }; | |
39 object '' : XmPushButton { | |
40 arguments { | |
41 name = 'button3'; | |
42 }; | |
43 }; | |
44 object '' : XmPushButton { | |
45 arguments { | |
46 name = 'button4'; | |
47 }; | |
48 }; | |
49 object '' : XmPushButton { | |
50 arguments { | |
51 name = 'separator_button'; | |
52 XmNmappedWhenManaged = false; | |
53 }; | |
54 }; | |
55 object '' : XmPushButton { | |
56 arguments { | |
57 name = 'button5'; | |
58 }; | |
59 }; | |
60 }; | |
61 object '' : XmSeparator { | |
62 arguments { | |
63 }; | |
64 }; | |
65 object '' : XmLabel { | |
66 arguments { | |
67 name = 'dbox-question'; | |
68 XmNlabelType=1; | |
69 }; | |
70 }; | |
71 object '' : XmLabel { | |
72 arguments { | |
73 name = 'iconSeparator'; | |
74 }; | |
75 }; | |
76 object '' : XmLabel { | |
77 arguments { | |
78 name = 'errorLabel'; | |
79 }; | |
80 }; | |
81 object '' : XmFrame { | |
82 arguments { | |
83 }; | |
84 object '' : XmRadioBox { | |
85 arguments { | |
86 name = 'errorBox'; | |
87 XmNspacing=1; | |
88 XmNmarginWidth=1; | |
89 XmNmarginHeight=1; | |
90 XmNorientation=1; | |
91 }; | |
92 object '' : XmToggleButton GADGET { | |
93 arguments { | |
94 name = 'errorContinue'; | |
95 }; | |
96 }; | |
97 object '' : XmToggleButton GADGET { | |
98 arguments { | |
99 name = 'errorStop'; | |
100 }; | |
101 }; | |
102 }; | |
103 }; | |
104 object '' : XmLabel { | |
105 arguments { | |
106 name = 'compileLabel'; | |
107 }; | |
108 }; | |
109 object '' : XmFrame { | |
110 arguments { | |
111 }; | |
112 object '' : XmRadioBox { | |
113 arguments { | |
114 name = 'compileBox'; | |
115 XmNspacing=1; | |
116 XmNmarginWidth=1; | |
117 XmNmarginHeight=1; | |
118 XmNorientation=1; | |
119 }; | |
120 object '' : XmToggleButton GADGET { | |
121 arguments { | |
122 name = 'compileFull'; | |
123 }; | |
124 }; | |
125 object '' : XmToggleButton GADGET { | |
126 arguments { | |
127 name = 'compileIncremental'; | |
128 }; | |
129 }; | |
130 }; | |
131 }; | |
132 object '' : XmLabel { | |
133 arguments { | |
134 name = 'linkLabel'; | |
135 }; | |
136 }; | |
137 object '' : XmFrame { | |
138 arguments { | |
139 }; | |
140 object '' : XmRadioBox { | |
141 arguments { | |
142 name = 'linkBox'; | |
143 XmNnumColumns=2; | |
144 XmNspacing=1; | |
145 XmNmarginWidth=1; | |
146 XmNmarginHeight=1; | |
147 XmNorientation=1; | |
148 }; | |
149 object '' : XmToggleButton GADGET { | |
150 arguments { | |
151 name = 'linkFull'; | |
152 }; | |
153 }; | |
154 object '' : XmToggleButton GADGET { | |
155 arguments { | |
156 name = 'linkIncremental'; | |
157 }; | |
158 }; | |
159 object '' : XmToggleButton GADGET { | |
160 arguments { | |
161 name = 'linkNo'; | |
162 }; | |
163 }; | |
164 }; | |
165 }; | |
166 object '' : XmLabel { | |
167 arguments { | |
168 name = 'debugLabel'; | |
169 }; | |
170 }; | |
171 object '' : XmFrame { | |
172 arguments { | |
173 }; | |
174 object '' : XmRadioBox { | |
175 arguments { | |
176 name = 'debugBox'; | |
177 XmNnumColumns=2; | |
178 XmNspacing=1; | |
179 XmNmarginWidth=1; | |
180 XmNmarginHeight=1; | |
181 XmNorientation=1; | |
182 }; | |
183 object '' : XmToggleButton GADGET { | |
184 arguments { | |
185 name = 'debugRun'; | |
186 }; | |
187 }; | |
188 object '' : XmToggleButton GADGET { | |
189 arguments { | |
190 name = 'debugStart'; | |
191 }; | |
192 }; | |
193 object '' : XmToggleButton GADGET { | |
194 arguments { | |
195 name = 'debugNo'; | |
196 }; | |
197 }; | |
198 }; | |
199 }; | |
200 object '' : XmLabel { | |
201 arguments { | |
202 name = 'subTargetLabel'; | |
203 }; | |
204 }; | |
205 object '' : XmFrame { | |
206 arguments { | |
207 }; | |
208 object '' : XmRadioBox { | |
209 arguments { | |
210 name = 'subTargetBox'; | |
211 XmNspacing=1; | |
212 XmNmarginWidth=1; | |
213 XmNmarginHeight=1; | |
214 XmNpacking=1; | |
215 }; | |
216 object '' : XmToggleButton GADGET { | |
217 arguments { | |
218 name = 'subTargetAll'; | |
219 }; | |
220 }; | |
221 object '' : XmToggleButton GADGET { | |
222 arguments { | |
223 name = 'subTargetNone'; | |
224 }; | |
225 }; | |
226 }; | |
227 }; | |
228 object '' : XmLabel { | |
229 arguments { | |
230 name = 'message'; | |
231 XmNalignment=0; | |
232 }; | |
233 }; | |
234 attachments { | |
235 attachment { | |
236 XmNrightAttachment = 1 0 4; | |
237 XmNleftAttachment = 1 0 4; | |
238 XmNbottomAttachment = 1 0 4; | |
239 XmNtopAttachment = 0 0 0; | |
240 }; | |
241 attachment { | |
242 XmNrightAttachment = 1 0 0; | |
243 XmNleftAttachment = 1 0 0; | |
244 XmNbottomAttachment = 3 1 4; | |
245 XmNtopAttachment = 0 0 0; | |
246 }; | |
247 attachment { | |
248 XmNrightAttachment = 0 0 0; | |
249 XmNleftAttachment = 1 0 4; | |
250 XmNbottomAttachment = 0 0 0; | |
251 XmNtopAttachment = 1 0 4; | |
252 }; | |
253 attachment { | |
254 XmNrightAttachment = 0 0 0; | |
255 XmNleftAttachment = 1 0 4; | |
256 XmNbottomAttachment = 3 2 4; | |
257 XmNtopAttachment = 3 3 6; | |
258 }; | |
259 attachment { | |
260 XmNrightAttachment = 0 0 0; | |
261 XmNleftAttachment = 4 6 6; | |
262 XmNbottomAttachment = 3 6 -4; | |
263 XmNtopAttachment = 0 0 0; | |
264 }; | |
265 attachment { | |
266 XmNrightAttachment = 0 0 0; | |
267 XmNleftAttachment = 3 14 4; | |
268 XmNbottomAttachment = 0 0 0; | |
269 XmNtopAttachment = 4 14 0; | |
270 }; | |
271 attachment { | |
272 XmNrightAttachment = 0 0 0; | |
273 XmNleftAttachment = 4 8 6; | |
274 XmNbottomAttachment = 3 8 -4; | |
275 XmNtopAttachment = 0 0 0; | |
276 }; | |
277 attachment { | |
278 XmNrightAttachment = 0 0 0; | |
279 XmNleftAttachment = 3 3 4; | |
280 XmNbottomAttachment = 3 13 4; | |
281 XmNtopAttachment = 0 0 0; | |
282 }; | |
283 attachment { | |
284 XmNrightAttachment = 0 0 0; | |
285 XmNleftAttachment = 4 10 6; | |
286 XmNbottomAttachment = 3 10 -4; | |
287 XmNtopAttachment = 0 0 0; | |
288 }; | |
289 attachment { | |
290 XmNrightAttachment = 0 0 0; | |
291 XmNleftAttachment = 3 8 4; | |
292 XmNbottomAttachment = 0 0 0; | |
293 XmNtopAttachment = 4 8 0; | |
294 }; | |
295 attachment { | |
296 XmNrightAttachment = 0 0 0; | |
297 XmNleftAttachment = 4 12 6; | |
298 XmNbottomAttachment = 3 12 -4; | |
299 XmNtopAttachment = 0 0 0; | |
300 }; | |
301 attachment { | |
302 XmNrightAttachment = 0 0 0; | |
303 XmNleftAttachment = 3 6 4; | |
304 XmNbottomAttachment = 0 0 0; | |
305 XmNtopAttachment = 4 6 0; | |
306 }; | |
307 attachment { | |
308 XmNrightAttachment = 0 0 0; | |
309 XmNleftAttachment = 4 14 6; | |
310 XmNbottomAttachment = 3 14 -4; | |
311 XmNtopAttachment = 0 0 0; | |
312 }; | |
313 attachment { | |
314 XmNrightAttachment = 0 0 0; | |
315 XmNleftAttachment = 3 3 4; | |
316 XmNbottomAttachment = 3 2 4; | |
317 XmNtopAttachment = 0 0 0; | |
318 }; | |
319 attachment { | |
320 XmNrightAttachment = 1 0 4; | |
321 XmNleftAttachment = 3 3 4; | |
322 XmNbottomAttachment = 3 7 4; | |
323 XmNtopAttachment = 1 0 4; | |
324 }; | |
325 }; | |
326 }; | |
327 }; | |
328 end module; |