dlgass.src (e3349227) dlgass.src (a9aa5179)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22
23
24#include "dlgass.hrc"
25#include "helpids.h"
26ModalDialog DLG_ASS
27{
28 OutputSize = TRUE ;
29 SVLook = TRUE ;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22
23
24#include "dlgass.hrc"
25#include "helpids.h"
26ModalDialog DLG_ASS
27{
28 OutputSize = TRUE ;
29 SVLook = TRUE ;
30 Size = MAP_APPFONT ( 272 , 190 ) ;
30 Size = MAP_APPFONT ( 272, 190 ) ;
31 Text[ en-US ] = "Presentation Wizard";
32
33 HelpId = HID_SD_AUTOPILOT_PAGE1 ;
34 Moveable = TRUE ;
35 Closeable = FALSE;
36
37 Control CT_PREVIEW
38 {
39 Border = TRUE ;
31 Text[ en-US ] = "Presentation Wizard";
32
33 HelpId = HID_SD_AUTOPILOT_PAGE1 ;
34 Moveable = TRUE ;
35 Closeable = FALSE;
36
37 Control CT_PREVIEW
38 {
39 Border = TRUE ;
40 Pos = MAP_APPFONT ( 144 , 40 ) ;
41 Size = MAP_APPFONT ( 122 , 96 ) ;
40 Pos = MAP_APPFONT ( 144, 40 ) ;
41 Size = MAP_APPFONT ( 122, 96 ) ;
42 SVLook = FALSE ;
43 };
44
45 CheckBox CB_PREVIEW
46 {
42 SVLook = FALSE ;
43 };
44
45 CheckBox CB_PREVIEW
46 {
47 HelpID = "sd:CheckBox:DLG_ASS:CB_PREVIEW";
48 Pos = MAP_APPFONT ( 144 , 140 );
49 Size = MAP_APPFONT ( 122 , 10 );
47 HelpID = "sd:CheckBox:DLG_ASS:CB_PREVIEW";
48 Pos = MAP_APPFONT ( 144, 140 );
49 Size = MAP_APPFONT ( 122, 10 );
50 TabStop = TRUE;
51 Text [ en-US ] = "Previe~w";
52 };
53
54 CheckBox CB_STARTWITH
55 {
50 TabStop = TRUE;
51 Text [ en-US ] = "Previe~w";
52 };
53
54 CheckBox CB_STARTWITH
55 {
56 HelpID = "sd:CheckBox:DLG_ASS:CB_STARTWITH";
57 Pos = MAP_APPFONT ( 144 , 154 );
58 Size = MAP_APPFONT ( 122 , 10 );
56 HelpID = "sd:CheckBox:DLG_ASS:CB_STARTWITH";
57 Pos = MAP_APPFONT ( 144, 154 );
58 Size = MAP_APPFONT ( 122, 10 );
59 TabStop = TRUE;
60 Text [ en-US ] = "~Do not show this wizard again" ;
61 };
62
59 TabStop = TRUE;
60 Text [ en-US ] = "~Do not show this wizard again" ;
61 };
62
63 // Seite 1
64
63 // Page 1
65 FixedBitmap FB_PAGE1
66 {
67 OutputSize = TRUE ;
68 Scale = TRUE;
64 FixedBitmap FB_PAGE1
65 {
66 OutputSize = TRUE ;
67 Scale = TRUE;
69 Border = TRUE;
70 Pos = MAP_APPFONT ( 6 , 4 ) ;
71 Size = MAP_APPFONT ( 258 , 29 ) ;
72 Fixed = Bitmap { File = "dlgass1.bmp" ; };
68 Pos = MAP_APPFONT ( 6, 5 ) ;
69 Size = MAP_APPFONT ( 260, 29 ) ;
70 Fixed = Bitmap { File = "dlgass1.png" ; };
73 };
74
75 FixedLine FL_PAGE1_ARTGROUP
76 {
77 OutputSize = TRUE;
71 };
72
73 FixedLine FL_PAGE1_ARTGROUP
74 {
75 OutputSize = TRUE;
78 Pos = MAP_APPFONT ( 6 , 37 );
79 Size =MAP_APPFONT ( 132 , 8 );
76 Pos = MAP_APPFONT ( 6, 37 );
77 Size =MAP_APPFONT ( 132, 8 );
80 Text [ en-US ] = "Type";
81 };
82
83 RadioButton RB_PAGE1_EMPTY
84 {
78 Text [ en-US ] = "Type";
79 };
80
81 RadioButton RB_PAGE1_EMPTY
82 {
85 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_EMPTY";
86 Pos = MAP_APPFONT ( 12 , 48 );
87 Size = MAP_APPFONT ( 130 , 10 );
83 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_EMPTY";
84 Pos = MAP_APPFONT ( 12, 48 );
85 Size = MAP_APPFONT ( 130, 10 );
88 TabStop = TRUE;
89 Text [ en-US ] = "~Empty presentation";
90 };
91
92 RadioButton RB_PAGE1_TEMPLATE
93 {
86 TabStop = TRUE;
87 Text [ en-US ] = "~Empty presentation";
88 };
89
90 RadioButton RB_PAGE1_TEMPLATE
91 {
94 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_TEMPLATE";
95 Pos = MAP_APPFONT ( 12 , 62 );
96 Size = MAP_APPFONT ( 130 , 10 );
92 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_TEMPLATE";
93 Pos = MAP_APPFONT ( 12, 62 );
94 Size = MAP_APPFONT ( 130, 10 );
97 Text [ en-US ] = "~From template";
98 };
99
100 RadioButton RB_PAGE1_OPEN
101 {
95 Text [ en-US ] = "~From template";
96 };
97
98 RadioButton RB_PAGE1_OPEN
99 {
102 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_OPEN";
103 Pos = MAP_APPFONT ( 12 , 76 );
104 Size = MAP_APPFONT ( 130 , 10 );
100 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_OPEN";
101 Pos = MAP_APPFONT ( 12, 76 );
102 Size = MAP_APPFONT ( 130, 10 );
105 Text [ en-US ] = "O~pen existing presentation";
106 };
107
108 PushButton PB_PAGE1_OPEN
109 {
103 Text [ en-US ] = "O~pen existing presentation";
104 };
105
106 PushButton PB_PAGE1_OPEN
107 {
110 HelpID = "sd:PushButton:DLG_ASS:PB_PAGE1_OPEN";
108 HelpID = "sd:PushButton:DLG_ASS:PB_PAGE1_OPEN";
111 OutputSize = TRUE ;
109 OutputSize = TRUE ;
112 Pos = MAP_APPFONT ( 18 , 89 ) ;
113 Size = MAP_APPFONT ( 50 , 18 ) ;
110 Pos = MAP_APPFONT ( 18, 89 ) ;
111 Size = MAP_APPFONT ( 50, 18 ) ;
114 TabStop = TRUE ;
115 };
116
117 ListBox LB_PAGE1_REGION
118 {
112 TabStop = TRUE ;
113 };
114
115 ListBox LB_PAGE1_REGION
116 {
119 Pos = MAP_APPFONT ( 12 , 90 );
120 Size = MAP_APPFONT ( 120 , 12 );
117 Pos = MAP_APPFONT ( 12, 90 );
118 Size = MAP_APPFONT ( 120, 12 );
121 TabStop = TRUE ;
122 Border = TRUE ;
123 DropDown = TRUE ;
124 HelpId = HID_SD_AUTOPILOT_REGION ;
125 };
126
127 ListBox LB_PAGE1_TEMPLATES
128 {
129 Border = TRUE ;
119 TabStop = TRUE ;
120 Border = TRUE ;
121 DropDown = TRUE ;
122 HelpId = HID_SD_AUTOPILOT_REGION ;
123 };
124
125 ListBox LB_PAGE1_TEMPLATES
126 {
127 Border = TRUE ;
130 Pos = MAP_APPFONT ( 12 , 106 ) ;
131 Size = MAP_APPFONT ( 120 , 59 ) ;
128 Pos = MAP_APPFONT ( 12, 106 ) ;
129 Size = MAP_APPFONT ( 120, 59 ) ;
132 HelpId = HID_SD_AUTOPILOT_TEMPLATES ;
133 };
134
135 ListBox LB_PAGE1_OPEN
136 {
130 HelpId = HID_SD_AUTOPILOT_TEMPLATES ;
131 };
132
133 ListBox LB_PAGE1_OPEN
134 {
137 Pos = MAP_APPFONT ( 18 , 110 );
138 Size = MAP_APPFONT ( 120 , 55 );
135 Pos = MAP_APPFONT ( 18, 110 );
136 Size = MAP_APPFONT ( 120, 55 );
139 TabStop = TRUE;
140 Border = TRUE;
141 HelpId = HID_SD_AUTOPILOT_OPEN ;
137 TabStop = TRUE;
138 Border = TRUE;
139 HelpId = HID_SD_AUTOPILOT_OPEN ;
142 AutoHScroll = TRUE;
140 AutoHScroll = TRUE;
143 };
144
141 };
142
145 // Seite 2
143 // Page 2
146 FixedBitmap FB_PAGE2
147 {
148 OutputSize = TRUE ;
149 Scale = TRUE;
144 FixedBitmap FB_PAGE2
145 {
146 OutputSize = TRUE ;
147 Scale = TRUE;
150 Border = TRUE;
151 Pos = MAP_APPFONT ( 6 , 4 ) ;
152 Size = MAP_APPFONT ( 258 , 29 ) ;
153 Fixed = Bitmap { File = "dlgass2.bmp" ; };
148 Pos = MAP_APPFONT ( 6, 5 ) ;
149 Size = MAP_APPFONT ( 260, 29 ) ;
150 Fixed = Bitmap { File = "dlgass2.png" ; };
154 };
155
156 FixedLine FL_PAGE2_LAYOUT
157 {
158 OutputSize = TRUE ;
151 };
152
153 FixedLine FL_PAGE2_LAYOUT
154 {
155 OutputSize = TRUE ;
159 Pos = MAP_APPFONT ( 6 , 37 ) ;
160 Size = MAP_APPFONT ( 132 , 8 ) ;
156 Pos = MAP_APPFONT ( 6, 37 ) ;
157 Size = MAP_APPFONT ( 132, 8 ) ;
161 Text [ en-US ] = "~Select a slide design" ;
162 };
163
164 ListBox LB_PAGE2_REGION
165 {
158 Text [ en-US ] = "~Select a slide design" ;
159 };
160
161 ListBox LB_PAGE2_REGION
162 {
166 Pos = MAP_APPFONT ( 12 , 48 );
167 Size = MAP_APPFONT ( 120 , 12 );
163 Pos = MAP_APPFONT ( 12, 48 );
164 Size = MAP_APPFONT ( 120, 12 );
168 TabStop = TRUE ;
169 Border = TRUE ;
170 DropDown = TRUE ;
171 HelpId = HID_SD_AUTOPILOT_PAGETEMPLATES ;
172 };
173
174 ListBox LB_PAGE2_LAYOUT
175 {
165 TabStop = TRUE ;
166 Border = TRUE ;
167 DropDown = TRUE ;
168 HelpId = HID_SD_AUTOPILOT_PAGETEMPLATES ;
169 };
170
171 ListBox LB_PAGE2_LAYOUT
172 {
176 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE2_LAYOUT";
173 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE2_LAYOUT";
177 Border = TRUE ;
174 Border = TRUE ;
178 Pos = MAP_APPFONT ( 12 , 64 ) ;
179 Size = MAP_APPFONT ( 120 , 40 ) ;
175 Pos = MAP_APPFONT ( 12, 64 ) ;
176 Size = MAP_APPFONT ( 120, 40 ) ;
180 };
181
182 FixedLine FL_PAGE2_OUTPUTTYPES
183 {
184 OutputSize = TRUE ;
177 };
178
179 FixedLine FL_PAGE2_OUTPUTTYPES
180 {
181 OutputSize = TRUE ;
185 Pos = MAP_APPFONT ( 6 , 110 ) ;
186 Size = MAP_APPFONT ( 132 , 8 ) ;
182 Pos = MAP_APPFONT ( 6, 110 ) ;
183 Size = MAP_APPFONT ( 132, 8 ) ;
187 Text [ en-US ] = "Select an output medium" ;
188 };
189
190 RadioButton RB_PAGE2_MEDIUM5
191 {
184 Text [ en-US ] = "Select an output medium" ;
185 };
186
187 RadioButton RB_PAGE2_MEDIUM5
188 {
192 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM5";
189 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM5";
193 OutputSize = TRUE;
190 OutputSize = TRUE;
194 Pos = MAP_APPFONT ( 12 , 121 );
195 Size = MAP_APPFONT ( 59 , 10 );
191 Pos = MAP_APPFONT ( 12, 121 );
192 Size = MAP_APPFONT ( 59, 10 );
196 Text [ en-US ] = "~Original";
197 };
198
199 RadioButton RB_PAGE2_MEDIUM1
200 {
193 Text [ en-US ] = "~Original";
194 };
195
196 RadioButton RB_PAGE2_MEDIUM1
197 {
201 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM1";
198 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM1";
202 OutputSize = TRUE ;
199 OutputSize = TRUE ;
203 Pos = MAP_APPFONT ( 75 , 121 ) ;
204 Size = MAP_APPFONT ( 59 , 10 ) ;
200 Pos = MAP_APPFONT ( 75, 121 ) ;
201 Size = MAP_APPFONT ( 59, 10 ) ;
205 Text [ en-US ] = "Sc~reen";
206 };
207
208 RadioButton RB_PAGE2_MEDIUM2
209 {
202 Text [ en-US ] = "Sc~reen";
203 };
204
205 RadioButton RB_PAGE2_MEDIUM2
206 {
210 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM2";
207 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM2";
211 OutputSize = TRUE ;
208 OutputSize = TRUE ;
212 Pos = MAP_APPFONT ( 75 , 135 ) ;
213 Size = MAP_APPFONT ( 59 , 10 ) ;
209 Pos = MAP_APPFONT ( 75, 135 ) ;
210 Size = MAP_APPFONT ( 59, 10 ) ;
214 TabStop = TRUE ;
215 Text [ en-US ] = "Sli~de" ;
216 };
217
218 RadioButton RB_PAGE2_MEDIUM3
219 {
211 TabStop = TRUE ;
212 Text [ en-US ] = "Sli~de" ;
213 };
214
215 RadioButton RB_PAGE2_MEDIUM3
216 {
220 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM3";
217 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM3";
221 OutputSize = TRUE ;
218 OutputSize = TRUE ;
222 Pos = MAP_APPFONT ( 12 , 135 ) ;
223 Size = MAP_APPFONT ( 59 , 10 ) ;
219 Pos = MAP_APPFONT ( 12, 135 ) ;
220 Size = MAP_APPFONT ( 59, 10 ) ;
224 TabStop = TRUE ;
225 Text [ en-US ] = "O~verhead sheet" ;
226 };
227
228 RadioButton RB_PAGE2_MEDIUM4
229 {
221 TabStop = TRUE ;
222 Text [ en-US ] = "O~verhead sheet" ;
223 };
224
225 RadioButton RB_PAGE2_MEDIUM4
226 {
230 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM4";
227 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM4";
231 OutputSize = TRUE ;
228 OutputSize = TRUE ;
232 Pos = MAP_APPFONT ( 12 , 149 ) ;
233 Size = MAP_APPFONT ( 59 , 10 ) ;
229 Pos = MAP_APPFONT ( 12, 149 ) ;
230 Size = MAP_APPFONT ( 59, 10 ) ;
234 TabStop = TRUE ;
235 Text [ en-US ] = "P~aper" ;
236 };
237
231 TabStop = TRUE ;
232 Text [ en-US ] = "P~aper" ;
233 };
234
238 // Seite 3
235 // Page 3
239 FixedBitmap FB_PAGE3
240 {
241 OutputSize = TRUE ;
242 Scale = TRUE;
236 FixedBitmap FB_PAGE3
237 {
238 OutputSize = TRUE ;
239 Scale = TRUE;
243 Border = TRUE;
244 Pos = MAP_APPFONT ( 6 , 4 ) ;
245 Size = MAP_APPFONT ( 258 , 29 ) ;
246 Fixed = Bitmap { File = "dlgass3.bmp" ; };
240 Pos = MAP_APPFONT ( 6, 5 ) ;
241 Size = MAP_APPFONT ( 260, 29 ) ;
242 Fixed = Bitmap { File = "dlgass3.png" ; };
247 };
248
249 FixedLine FL_PAGE3_EFFECT
250 {
251 OutputSize = TRUE ;
243 };
244
245 FixedLine FL_PAGE3_EFFECT
246 {
247 OutputSize = TRUE ;
252 Pos = MAP_APPFONT ( 6 , 37 );
253 Size = MAP_APPFONT ( 132 , 8 );
248 Pos = MAP_APPFONT ( 6, 37 );
249 Size = MAP_APPFONT ( 132, 8 );
254 Text [ en-US ] = "Select a slide transition";
255 };
256
257 FixedText FT_PAGE3_EFFECT
258 {
259 OutputSize = TRUE ;
250 Text [ en-US ] = "Select a slide transition";
251 };
252
253 FixedText FT_PAGE3_EFFECT
254 {
255 OutputSize = TRUE ;
260 Pos = MAP_APPFONT ( 12 , 49 );
261 Size = MAP_APPFONT ( 60 , 10 );
262 Text [ en-US ] = "~Effect";
256 Pos = MAP_APPFONT ( 12, 49 );
257 Size = MAP_APPFONT ( 60, 10 );
258 Text [ en-US ] = "~Effect";
263 };
264
265 ListBox LB_PAGE3_EFFECT
266 {
259 };
260
261 ListBox LB_PAGE3_EFFECT
262 {
267 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT";
263 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT";
268 OutputSize = TRUE ;
264 OutputSize = TRUE ;
269 Pos = MAP_APPFONT ( 72 , 48 );
270 Size = MAP_APPFONT ( 60 , 12 );
265 Pos = MAP_APPFONT ( 72, 48 );
266 Size = MAP_APPFONT ( 60, 12 );
271 TabStop = TRUE;
272 Border = TRUE;
273 DropDown = TRUE;
274 };
275
276 FixedText FT_PAGE3_SPEED
277 {
278 OutputSize = TRUE ;
267 TabStop = TRUE;
268 Border = TRUE;
269 DropDown = TRUE;
270 };
271
272 FixedText FT_PAGE3_SPEED
273 {
274 OutputSize = TRUE ;
279 Pos = MAP_APPFONT ( 12 , 65 );
280 Size = MAP_APPFONT ( 60 , 10 );
281 Text [ en-US ] = "~Speed";
275 Pos = MAP_APPFONT ( 12, 65 );
276 Size = MAP_APPFONT ( 60, 10 );
277 Text [ en-US ] = "~Speed";
282 };
283
284 ListBox LB_PAGE3_SPEED
285 {
278 };
279
280 ListBox LB_PAGE3_SPEED
281 {
286 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED";
282 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED";
287 OutputSize = TRUE ;
283 OutputSize = TRUE ;
288 Pos = MAP_APPFONT ( 72 , 64 );
289 Size = MAP_APPFONT ( 60 , 12 );
284 Pos = MAP_APPFONT ( 72, 64 );
285 Size = MAP_APPFONT ( 60, 12 );
290 TabStop = TRUE;
291 Border = TRUE;
292 DropDown = TRUE;
293 };
294
295 FixedLine FL_PAGE3_PRESTYPE
296 {
297 OutputSize = TRUE;
286 TabStop = TRUE;
287 Border = TRUE;
288 DropDown = TRUE;
289 };
290
291 FixedLine FL_PAGE3_PRESTYPE
292 {
293 OutputSize = TRUE;
298 Pos = MAP_APPFONT ( 6 , 83 );
299 Size = MAP_APPFONT ( 132 , 8 );
294 Pos = MAP_APPFONT ( 6, 83 );
295 Size = MAP_APPFONT ( 132, 8 );
300 Text [ en-US ] = "Select the presentation type";
301 };
302
303 RadioButton RB_PAGE3_LIVE
304 {
296 Text [ en-US ] = "Select the presentation type";
297 };
298
299 RadioButton RB_PAGE3_LIVE
300 {
305 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_LIVE";
301 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_LIVE";
306 OutputSize = TRUE;
302 OutputSize = TRUE;
307 Pos = MAP_APPFONT ( 12 , 94 );
308 Size = MAP_APPFONT ( 120 , 10 );
303 Pos = MAP_APPFONT ( 12, 94 );
304 Size = MAP_APPFONT ( 120, 10 );
309 Text [ en-US ] = "~Default";
310 };
311
312 RadioButton RB_PAGE3_KIOSK
313 {
305 Text [ en-US ] = "~Default";
306 };
307
308 RadioButton RB_PAGE3_KIOSK
309 {
314 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_KIOSK";
310 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_KIOSK";
315 OutputSize = TRUE;
311 OutputSize = TRUE;
316 Pos = MAP_APPFONT ( 12 , 108 );
317 Size = MAP_APPFONT ( 120 , 10 );
312 Pos = MAP_APPFONT ( 12, 108 );
313 Size = MAP_APPFONT ( 120, 10 );
318 Text [ en-US ] = "~Automatic";
319 };
320
321 FixedText FT_PAGE3_TIME
322 {
323 OutputSize = TRUE;
314 Text [ en-US ] = "~Automatic";
315 };
316
317 FixedText FT_PAGE3_TIME
318 {
319 OutputSize = TRUE;
324 Pos = MAP_APPFONT ( 21 , 123 );
325 Size = MAP_APPFONT ( 55 , 10 );
320 Pos = MAP_APPFONT ( 21, 123 );
321 Size = MAP_APPFONT ( 55, 10 );
326 Text [ en-US ] = "D~uration of page";
327 };
328
329 TimeField TMF_PAGE3_TIME
330 {
322 Text [ en-US ] = "D~uration of page";
323 };
324
325 TimeField TMF_PAGE3_TIME
326 {
331 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME";
327 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME";
332 OutputSize = TRUE;
328 OutputSize = TRUE;
333 Pos = MAP_APPFONT ( 77 , 122 ) ;
334 Size = MAP_APPFONT ( 55 , 12 ) ;
329 Pos = MAP_APPFONT ( 77, 122 ) ;
330 Size = MAP_APPFONT ( 55, 12 ) ;
335 Border = TRUE ;
336 TabStop = TRUE ;
337 Repeat = TRUE ;
338 Spin = TRUE ;
339 Duration = TRUE ;
340 StrictFormat = TRUE ;
341 Maximum = Time
342 {

--- 7 unchanged lines hidden (view full) ---

350 Minute = 59 ;
351 Second = 59 ;
352 };
353 };
354
355 FixedText FT_PAGE3_BREAK
356 {
357 OutputSize = TRUE;
331 Border = TRUE ;
332 TabStop = TRUE ;
333 Repeat = TRUE ;
334 Spin = TRUE ;
335 Duration = TRUE ;
336 StrictFormat = TRUE ;
337 Maximum = Time
338 {

--- 7 unchanged lines hidden (view full) ---

346 Minute = 59 ;
347 Second = 59 ;
348 };
349 };
350
351 FixedText FT_PAGE3_BREAK
352 {
353 OutputSize = TRUE;
358 Pos = MAP_APPFONT ( 21 , 139 );
359 Size = MAP_APPFONT ( 55 , 10 );
354 Pos = MAP_APPFONT ( 21, 139 );
355 Size = MAP_APPFONT ( 55, 10 );
360 Text [ en-US ] = "Du~ration of pause";
361 };
362
363 TimeField TMF_PAGE3_BREAK
364 {
356 Text [ en-US ] = "Du~ration of pause";
357 };
358
359 TimeField TMF_PAGE3_BREAK
360 {
365 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK";
361 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK";
366 OutputSize = TRUE;
362 OutputSize = TRUE;
367 Pos = MAP_APPFONT ( 77 , 138 ) ;
368 Size = MAP_APPFONT ( 55 , 12 ) ;
363 Pos = MAP_APPFONT ( 77, 138 ) ;
364 Size = MAP_APPFONT ( 55, 12 ) ;
369 Border = TRUE ;
370 TabStop = TRUE ;
371 Repeat = TRUE ;
372 Spin = TRUE ;
373 Duration = TRUE ;
374 StrictFormat = TRUE ;
375 Maximum = Time
376 {

--- 6 unchanged lines hidden (view full) ---

383 Hour = 23 ;
384 Minute = 59 ;
385 Second = 59 ;
386 };
387 };
388
389 CheckBox CB_PAGE3_LOGO
390 {
365 Border = TRUE ;
366 TabStop = TRUE ;
367 Repeat = TRUE ;
368 Spin = TRUE ;
369 Duration = TRUE ;
370 StrictFormat = TRUE ;
371 Maximum = Time
372 {

--- 6 unchanged lines hidden (view full) ---

379 Hour = 23 ;
380 Minute = 59 ;
381 Second = 59 ;
382 };
383 };
384
385 CheckBox CB_PAGE3_LOGO
386 {
391 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO";
387 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO";
392 OutputSize = TRUE;
388 OutputSize = TRUE;
393 Pos = MAP_APPFONT ( 21 , 154 );
394 Size = MAP_APPFONT ( 111 , 10 );
389 Pos = MAP_APPFONT ( 21, 154 );
390 Size = MAP_APPFONT ( 111, 10 );
395 TabStop = TRUE;
396 Text [ en-US ] = "Sh~ow logo";
397 };
398
391 TabStop = TRUE;
392 Text [ en-US ] = "Sh~ow logo";
393 };
394
399 // Seite 4
395 // Page 4
400 FixedBitmap FB_PAGE4
401 {
402 OutputSize = TRUE ;
403 Scale = TRUE;
396 FixedBitmap FB_PAGE4
397 {
398 OutputSize = TRUE ;
399 Scale = TRUE;
404 Border = TRUE;
405 Pos = MAP_APPFONT ( 6 , 4 ) ;
406 Size = MAP_APPFONT ( 258 , 29 ) ;
407 Fixed = Bitmap { File = "dlgass4.bmp" ; };
400 Pos = MAP_APPFONT ( 6, 5 ) ;
401 Size = MAP_APPFONT ( 260, 29 ) ;
402 Fixed = Bitmap { File = "dlgass4.png" ; };
408 };
409
410 FixedLine FL_PAGE4_PERSONAL
411 {
412 OutputSize = TRUE ;
403 };
404
405 FixedLine FL_PAGE4_PERSONAL
406 {
407 OutputSize = TRUE ;
413 Pos = MAP_APPFONT ( 6 , 37 );
414 Size = MAP_APPFONT ( 260 , 8 );
408 Pos = MAP_APPFONT ( 6, 37 );
409 Size = MAP_APPFONT ( 260, 8 );
415 Text [ en-US ] = "Describe your basic ideas" ;
416 };
417
418 FixedText FT_PAGE4_ASKNAME
419 {
420 OutputSize = TRUE ;
410 Text [ en-US ] = "Describe your basic ideas" ;
411 };
412
413 FixedText FT_PAGE4_ASKNAME
414 {
415 OutputSize = TRUE ;
421 Pos = MAP_APPFONT ( 12 , 48 ) ;
422 Size = MAP_APPFONT ( 248 , 8 ) ;
416 Pos = MAP_APPFONT ( 12, 48 ) ;
417 Size = MAP_APPFONT ( 248, 8 ) ;
423 Text [ en-US ] = "What is your name or the name of your company?" ;
424
425 };
426 Edit EDT_PAGE4_ASKNAME
427 {
418 Text [ en-US ] = "What is your name or the name of your company?" ;
419
420 };
421 Edit EDT_PAGE4_ASKNAME
422 {
428 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME";
423 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME";
429 OutputSize = TRUE ;
430 Border = TRUE ;
424 OutputSize = TRUE ;
425 Border = TRUE ;
431 Pos = MAP_APPFONT ( 12 , 59 ) ;
432 Size = MAP_APPFONT ( 248 , 12 ) ;
426 Pos = MAP_APPFONT ( 12, 59 ) ;
427 Size = MAP_APPFONT ( 248, 12 ) ;
433 TabStop = TRUE ;
434 };
435 FixedText FT_PAGE4_ASKTOPIC
436 {
437 OutputSize = TRUE ;
428 TabStop = TRUE ;
429 };
430 FixedText FT_PAGE4_ASKTOPIC
431 {
432 OutputSize = TRUE ;
438 Pos = MAP_APPFONT ( 12 , 77 ) ;
439 Size = MAP_APPFONT ( 248 , 8 ) ;
433 Pos = MAP_APPFONT ( 12, 77 ) ;
434 Size = MAP_APPFONT ( 248, 8 ) ;
440 Text [ en-US ] = "What is the subject of your presentation?" ;
441 };
442 Edit EDT_PAGE4_ASKTOPIC
443 {
435 Text [ en-US ] = "What is the subject of your presentation?" ;
436 };
437 Edit EDT_PAGE4_ASKTOPIC
438 {
444 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC";
439 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC";
445 OutputSize = TRUE ;
446 Border = TRUE ;
440 OutputSize = TRUE ;
441 Border = TRUE ;
447 Pos = MAP_APPFONT ( 12 , 88 ) ;
448 Size = MAP_APPFONT ( 248 , 12 ) ;
442 Pos = MAP_APPFONT ( 12, 88 ) ;
443 Size = MAP_APPFONT ( 248, 12 ) ;
449 TabStop = TRUE ;
450 };
451 FixedText FT_PAGE4_ASKINFORMATION
452 {
453 OutputSize = TRUE ;
444 TabStop = TRUE ;
445 };
446 FixedText FT_PAGE4_ASKINFORMATION
447 {
448 OutputSize = TRUE ;
454 Pos = MAP_APPFONT ( 12 , 106 ) ;
455 Size = MAP_APPFONT ( 248 , 8 ) ;
449 Pos = MAP_APPFONT ( 12, 106 ) ;
450 Size = MAP_APPFONT ( 248, 8 ) ;
456 Text [ en-US ] = "Further ideas to be presented?" ;
457 };
458 MultiLineEdit EDT_PAGE4_ASKINFORMATION
459 {
451 Text [ en-US ] = "Further ideas to be presented?" ;
452 };
453 MultiLineEdit EDT_PAGE4_ASKINFORMATION
454 {
460 HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION";
455 HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION";
461 OutputSize = TRUE ;
462 Border = TRUE ;
456 OutputSize = TRUE ;
457 Border = TRUE ;
463 Pos = MAP_APPFONT ( 12 , 117 ) ;
464 Size = MAP_APPFONT ( 248 , 47 ) ;
458 Pos = MAP_APPFONT ( 12, 117 ) ;
459 Size = MAP_APPFONT ( 248, 47 ) ;
465 TabStop = TRUE ;
460 TabStop = TRUE ;
466 IgnoreTab = TRUE ;
461 IgnoreTab = TRUE ;
467 VSCROLL = TRUE ;
468 };
469
462 VSCROLL = TRUE ;
463 };
464
470 // Seite 5
465 // Page 5
471 FixedBitmap FB_PAGE5
472 {
473 OutputSize = TRUE ;
474 Scale = TRUE;
466 FixedBitmap FB_PAGE5
467 {
468 OutputSize = TRUE ;
469 Scale = TRUE;
475 Border = TRUE;
476 Pos = MAP_APPFONT ( 6 , 4 ) ;
477 Size = MAP_APPFONT ( 258 , 29 ) ;
478 Fixed = Bitmap { File = "dlgass5.bmp" ; };
470 Pos = MAP_APPFONT ( 6, 5 ) ;
471 Size = MAP_APPFONT ( 260, 29 ) ;
472 Fixed = Bitmap { File = "dlgass5.png" ; };
479 };
480
481 FixedText FT_PAGE5_PAGELIST
482 {
483 OutputSize = TRUE ;
473 };
474
475 FixedText FT_PAGE5_PAGELIST
476 {
477 OutputSize = TRUE ;
484 Pos = MAP_APPFONT ( 6 , 39 );
485 Size = MAP_APPFONT ( 132 , 8 );
478 Pos = MAP_APPFONT ( 6, 39 );
479 Size = MAP_APPFONT ( 132, 8 );
486 Text [ en-US ] = "Ch~oose your pages";
487 };
488
489 Control CT_PAGE5_PAGELIST
490 {
491 OutputSize = TRUE ;
480 Text [ en-US ] = "Ch~oose your pages";
481 };
482
483 Control CT_PAGE5_PAGELIST
484 {
485 OutputSize = TRUE ;
492 Pos = MAP_APPFONT ( 6 , 50 );
493 Size = MAP_APPFONT ( 132 , 100 );
486 Pos = MAP_APPFONT ( 6, 50 );
487 Size = MAP_APPFONT ( 132, 100 );
494 Border = TRUE;
495 TabStop = TRUE ;
496 };
497
498 CheckBox CB_PAGE5_SUMMARY
499 {
488 Border = TRUE;
489 TabStop = TRUE ;
490 };
491
492 CheckBox CB_PAGE5_SUMMARY
493 {
500 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY";
494 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY";
501 OutputSize = TRUE;
495 OutputSize = TRUE;
502 Pos = MAP_APPFONT ( 6 , 154 );
503 Size = MAP_APPFONT ( 132 , 10 );
496 Pos = MAP_APPFONT ( 6, 154 );
497 Size = MAP_APPFONT ( 132, 10 );
504 TabStop = TRUE ;
505 Text [ en-US ] = "C~reate summary";
506 };
507
498 TabStop = TRUE ;
499 Text [ en-US ] = "C~reate summary";
500 };
501
508 // generell
502 // General
509 HelpButton BUT_HELP
510 {
511 OutputSize = TRUE ;
503 HelpButton BUT_HELP
504 {
505 OutputSize = TRUE ;
512 Pos = MAP_APPFONT ( 6 , 170 ) ;
513 Size = MAP_APPFONT ( 50 , 14 ) ;
506 Pos = MAP_APPFONT ( 6, 170 ) ;
507 Size = MAP_APPFONT ( 50, 14 ) ;
514 TabStop = TRUE ;
515 };
516
517 CancelButton BUT_CANCEL
518 {
519 OutputSize = TRUE ;
508 TabStop = TRUE ;
509 };
510
511 CancelButton BUT_CANCEL
512 {
513 OutputSize = TRUE ;
520 Pos = MAP_APPFONT ( 59 , 170 ) ;
521 Size = MAP_APPFONT ( 50 , 14 ) ;
514 Pos = MAP_APPFONT ( 59, 170 ) ;
515 Size = MAP_APPFONT ( 50, 14 ) ;
522 TabStop = TRUE ;
523 };
524
525 PushButton BUT_LAST
526 {
516 TabStop = TRUE ;
517 };
518
519 PushButton BUT_LAST
520 {
527 HelpID = "sd:PushButton:DLG_ASS:BUT_LAST";
521 HelpID = "sd:PushButton:DLG_ASS:BUT_LAST";
528 OutputSize = TRUE ;
522 OutputSize = TRUE ;
529 Pos = MAP_APPFONT ( 112 , 170 ) ;
530 Size = MAP_APPFONT ( 50 , 14 ) ;
523 Pos = MAP_APPFONT ( 112, 170 ) ;
524 Size = MAP_APPFONT ( 50, 14 ) ;
531 TabStop = TRUE ;
532 Text [ en-US ] = "<< ~Back" ;
533 };
534
535 PushButton BUT_NEXT
536 {
525 TabStop = TRUE ;
526 Text [ en-US ] = "<< ~Back" ;
527 };
528
529 PushButton BUT_NEXT
530 {
537 HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT";
531 HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT";
538 DefButton = TRUE ;
539 OutputSize = TRUE ;
532 DefButton = TRUE ;
533 OutputSize = TRUE ;
540 Pos = MAP_APPFONT ( 165 , 170 ) ;
541 Size = MAP_APPFONT ( 50 , 14 ) ;
534 Pos = MAP_APPFONT ( 165, 170 ) ;
535 Size = MAP_APPFONT ( 50, 14 ) ;
542 TabStop = TRUE ;
543 Text [ en-US ] = "~Next >>" ;
544 };
545
546 OKButton BUT_FINISH
547 {
548 OutputSize = TRUE ;
536 TabStop = TRUE ;
537 Text [ en-US ] = "~Next >>" ;
538 };
539
540 OKButton BUT_FINISH
541 {
542 OutputSize = TRUE ;
549 Pos = MAP_APPFONT ( 218 , 170 ) ;
550 Size = MAP_APPFONT ( 50 , 14 ) ;
543 Pos = MAP_APPFONT ( 218, 170 ) ;
544 Size = MAP_APPFONT ( 50, 14 ) ;
551 TabStop = TRUE ;
552 Text [ en-US ] = "~Create" ;
553 };
554
545 TabStop = TRUE ;
546 Text [ en-US ] = "~Create" ;
547 };
548
555 String STR_OPEN
556 {
549 String STR_OPEN
550 {
557 Text [ en-US ] = "~Open";
551 Text [ en-US ] = "~Open";
558 };
552 };
559
553
560 String STR_CREATE
561 {
554 String STR_CREATE
555 {
562 Text [ en-US ] = "~Create" ;
556 Text [ en-US ] = "~Create" ;
563 };
557 };
564};
558};
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591