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

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

345 Hour = 23 ;
346 Minute = 59 ;
347 Second = 59 ;
348 };
349 };
350
351 FixedText FT_PAGE3_BREAK
352 {
332 Pos = MAP_APPFONT ( 77, 122 ) ;
333 Size = MAP_APPFONT ( 55, 12 ) ;
334 Border = TRUE ;
335 TabStop = TRUE ;
336 Repeat = TRUE ;
337 Spin = TRUE ;
338 Duration = TRUE ;
339 StrictFormat = TRUE ;

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

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

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

379 Hour = 23 ;
380 Minute = 59 ;
381 Second = 59 ;
382 };
383 };
384
385 CheckBox CB_PAGE3_LOGO
386 {
366 Pos = MAP_APPFONT ( 77, 138 ) ;
367 Size = MAP_APPFONT ( 55, 12 ) ;
368 Border = TRUE ;
369 TabStop = TRUE ;
370 Repeat = TRUE ;
371 Spin = TRUE ;
372 Duration = TRUE ;
373 StrictFormat = TRUE ;

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

382 Hour = 23 ;
383 Minute = 59 ;
384 Second = 59 ;
385 };
386 };
387
388 CheckBox CB_PAGE3_LOGO
389 {
387 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO";
388 OutputSize = TRUE;
389 Pos = MAP_APPFONT ( 21, 154 );
390 Size = MAP_APPFONT ( 111, 10 );
391 TabStop = TRUE;
392 Text [ en-US ] = "Sh~ow logo";
390 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO" ;
391 OutputSize = TRUE ;
392 Pos = MAP_APPFONT ( 21, 154 ) ;
393 Size = MAP_APPFONT ( 111, 10 ) ;
394 TabStop = TRUE ;
395 Text [ en-US ] = "Sh~ow logo" ;
393 };
394
395 // Page 4
396 FixedBitmap FB_PAGE4
397 {
398 OutputSize = TRUE ;
396 };
397
398 // Page 4
399 FixedBitmap FB_PAGE4
400 {
401 OutputSize = TRUE ;
399 Scale = TRUE;
400 Pos = MAP_APPFONT ( 6, 5 ) ;
401 Size = MAP_APPFONT ( 260, 29 ) ;
402 Fixed = Bitmap { File = "dlgass4.png" ; };
402 Scale = TRUE ;
403 Border = TRUE;
404 Pos = MAP_APPFONT ( 6, 4 ) ;
405 Size = MAP_APPFONT ( 258, 29 ) ;
406 Fixed = Bitmap { File = "dlgass4.png" ; } ;
403 };
404
405 FixedLine FL_PAGE4_PERSONAL
406 {
407 OutputSize = TRUE ;
408 Pos = MAP_APPFONT ( 6, 37 );
409 Size = MAP_APPFONT ( 260, 8 );
410 Text [ en-US ] = "Describe your basic ideas" ;

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

415 OutputSize = TRUE ;
416 Pos = MAP_APPFONT ( 12, 48 ) ;
417 Size = MAP_APPFONT ( 248, 8 ) ;
418 Text [ en-US ] = "What is your name or the name of your company?" ;
419
420 };
421 Edit EDT_PAGE4_ASKNAME
422 {
407 };
408
409 FixedLine FL_PAGE4_PERSONAL
410 {
411 OutputSize = TRUE ;
412 Pos = MAP_APPFONT ( 6, 37 );
413 Size = MAP_APPFONT ( 260, 8 );
414 Text [ en-US ] = "Describe your basic ideas" ;

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

419 OutputSize = TRUE ;
420 Pos = MAP_APPFONT ( 12, 48 ) ;
421 Size = MAP_APPFONT ( 248, 8 ) ;
422 Text [ en-US ] = "What is your name or the name of your company?" ;
423
424 };
425 Edit EDT_PAGE4_ASKNAME
426 {
423 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME";
427 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME" ;
424 OutputSize = TRUE ;
425 Border = TRUE ;
426 Pos = MAP_APPFONT ( 12, 59 ) ;
427 Size = MAP_APPFONT ( 248, 12 ) ;
428 TabStop = TRUE ;
429 };
430 FixedText FT_PAGE4_ASKTOPIC
431 {
432 OutputSize = TRUE ;
433 Pos = MAP_APPFONT ( 12, 77 ) ;
434 Size = MAP_APPFONT ( 248, 8 ) ;
435 Text [ en-US ] = "What is the subject of your presentation?" ;
436 };
437 Edit EDT_PAGE4_ASKTOPIC
438 {
428 OutputSize = TRUE ;
429 Border = TRUE ;
430 Pos = MAP_APPFONT ( 12, 59 ) ;
431 Size = MAP_APPFONT ( 248, 12 ) ;
432 TabStop = TRUE ;
433 };
434 FixedText FT_PAGE4_ASKTOPIC
435 {
436 OutputSize = TRUE ;
437 Pos = MAP_APPFONT ( 12, 77 ) ;
438 Size = MAP_APPFONT ( 248, 8 ) ;
439 Text [ en-US ] = "What is the subject of your presentation?" ;
440 };
441 Edit EDT_PAGE4_ASKTOPIC
442 {
439 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC";
443 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC" ;
440 OutputSize = TRUE ;
441 Border = TRUE ;
442 Pos = MAP_APPFONT ( 12, 88 ) ;
443 Size = MAP_APPFONT ( 248, 12 ) ;
444 TabStop = TRUE ;
445 };
446 FixedText FT_PAGE4_ASKINFORMATION
447 {
448 OutputSize = TRUE ;
449 Pos = MAP_APPFONT ( 12, 106 ) ;
450 Size = MAP_APPFONT ( 248, 8 ) ;
451 Text [ en-US ] = "Further ideas to be presented?" ;
452 };
453 MultiLineEdit EDT_PAGE4_ASKINFORMATION
454 {
444 OutputSize = TRUE ;
445 Border = TRUE ;
446 Pos = MAP_APPFONT ( 12, 88 ) ;
447 Size = MAP_APPFONT ( 248, 12 ) ;
448 TabStop = TRUE ;
449 };
450 FixedText FT_PAGE4_ASKINFORMATION
451 {
452 OutputSize = TRUE ;
453 Pos = MAP_APPFONT ( 12, 106 ) ;
454 Size = MAP_APPFONT ( 248, 8 ) ;
455 Text [ en-US ] = "Further ideas to be presented?" ;
456 };
457 MultiLineEdit EDT_PAGE4_ASKINFORMATION
458 {
455 HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION";
459 HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION" ;
456 OutputSize = TRUE ;
457 Border = TRUE ;
458 Pos = MAP_APPFONT ( 12, 117 ) ;
459 Size = MAP_APPFONT ( 248, 47 ) ;
460 TabStop = TRUE ;
461 IgnoreTab = TRUE ;
462 VSCROLL = TRUE ;
463 };
464
465 // Page 5
466 FixedBitmap FB_PAGE5
467 {
468 OutputSize = TRUE ;
460 OutputSize = TRUE ;
461 Border = TRUE ;
462 Pos = MAP_APPFONT ( 12, 117 ) ;
463 Size = MAP_APPFONT ( 248, 47 ) ;
464 TabStop = TRUE ;
465 IgnoreTab = TRUE ;
466 VSCROLL = TRUE ;
467 };
468
469 // Page 5
470 FixedBitmap FB_PAGE5
471 {
472 OutputSize = TRUE ;
469 Scale = TRUE;
470 Pos = MAP_APPFONT ( 6, 5 ) ;
471 Size = MAP_APPFONT ( 260, 29 ) ;
472 Fixed = Bitmap { File = "dlgass5.png" ; };
473 Scale = TRUE ;
474 Border = TRUE;
475 Pos = MAP_APPFONT ( 6, 4 ) ;
476 Size = MAP_APPFONT ( 258, 29 ) ;
477 Fixed = Bitmap { File = "dlgass5.png" ; } ;
473 };
474
475 FixedText FT_PAGE5_PAGELIST
476 {
477 OutputSize = TRUE ;
478 };
479
480 FixedText FT_PAGE5_PAGELIST
481 {
482 OutputSize = TRUE ;
478 Pos = MAP_APPFONT ( 6, 39 );
479 Size = MAP_APPFONT ( 132, 8 );
480 Text [ en-US ] = "Ch~oose your pages";
483 Pos = MAP_APPFONT ( 6, 39 ) ;
484 Size = MAP_APPFONT ( 132, 8 ) ;
485 Text [ en-US ] = "Ch~oose your pages" ;
481 };
482
483 Control CT_PAGE5_PAGELIST
484 {
485 OutputSize = TRUE ;
486 };
487
488 Control CT_PAGE5_PAGELIST
489 {
490 OutputSize = TRUE ;
486 Pos = MAP_APPFONT ( 6, 50 );
487 Size = MAP_APPFONT ( 132, 100 );
488 Border = TRUE;
491 Pos = MAP_APPFONT ( 6, 50 ) ;
492 Size = MAP_APPFONT ( 132, 100 ) ;
493 Border = TRUE ;
489 TabStop = TRUE ;
490 };
491
492 CheckBox CB_PAGE5_SUMMARY
493 {
494 TabStop = TRUE ;
495 };
496
497 CheckBox CB_PAGE5_SUMMARY
498 {
494 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY";
495 OutputSize = TRUE;
496 Pos = MAP_APPFONT ( 6, 154 );
497 Size = MAP_APPFONT ( 132, 10 );
499 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY" ;
500 OutputSize = TRUE ;
501 Pos = MAP_APPFONT ( 6, 154 ) ;
502 Size = MAP_APPFONT ( 132, 10 ) ;
498 TabStop = TRUE ;
503 TabStop = TRUE ;
499 Text [ en-US ] = "C~reate summary";
504 Text [ en-US ] = "C~reate summary" ;
500 };
501
502 // General
503 HelpButton BUT_HELP
504 {
505 OutputSize = TRUE ;
506 Pos = MAP_APPFONT ( 6, 170 ) ;
507 Size = MAP_APPFONT ( 50, 14 ) ;

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

513 OutputSize = TRUE ;
514 Pos = MAP_APPFONT ( 59, 170 ) ;
515 Size = MAP_APPFONT ( 50, 14 ) ;
516 TabStop = TRUE ;
517 };
518
519 PushButton BUT_LAST
520 {
505 };
506
507 // General
508 HelpButton BUT_HELP
509 {
510 OutputSize = TRUE ;
511 Pos = MAP_APPFONT ( 6, 170 ) ;
512 Size = MAP_APPFONT ( 50, 14 ) ;

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

518 OutputSize = TRUE ;
519 Pos = MAP_APPFONT ( 59, 170 ) ;
520 Size = MAP_APPFONT ( 50, 14 ) ;
521 TabStop = TRUE ;
522 };
523
524 PushButton BUT_LAST
525 {
521 HelpID = "sd:PushButton:DLG_ASS:BUT_LAST";
526 HelpID = "sd:PushButton:DLG_ASS:BUT_LAST" ;
522 OutputSize = TRUE ;
523 Pos = MAP_APPFONT ( 112, 170 ) ;
524 Size = MAP_APPFONT ( 50, 14 ) ;
525 TabStop = TRUE ;
526 Text [ en-US ] = "<< ~Back" ;
527 };
528
529 PushButton BUT_NEXT
530 {
527 OutputSize = TRUE ;
528 Pos = MAP_APPFONT ( 112, 170 ) ;
529 Size = MAP_APPFONT ( 50, 14 ) ;
530 TabStop = TRUE ;
531 Text [ en-US ] = "<< ~Back" ;
532 };
533
534 PushButton BUT_NEXT
535 {
531 HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT";
536 HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT" ;
532 DefButton = TRUE ;
533 OutputSize = TRUE ;
534 Pos = MAP_APPFONT ( 165, 170 ) ;
535 Size = MAP_APPFONT ( 50, 14 ) ;
536 TabStop = TRUE ;
537 Text [ en-US ] = "~Next >>" ;
538 };
539
540 OKButton BUT_FINISH
541 {
542 OutputSize = TRUE ;
543 Pos = MAP_APPFONT ( 218, 170 ) ;
544 Size = MAP_APPFONT ( 50, 14 ) ;
545 TabStop = TRUE ;
546 Text [ en-US ] = "~Create" ;
547 };
537 DefButton = TRUE ;
538 OutputSize = TRUE ;
539 Pos = MAP_APPFONT ( 165, 170 ) ;
540 Size = MAP_APPFONT ( 50, 14 ) ;
541 TabStop = TRUE ;
542 Text [ en-US ] = "~Next >>" ;
543 };
544
545 OKButton BUT_FINISH
546 {
547 OutputSize = TRUE ;
548 Pos = MAP_APPFONT ( 218, 170 ) ;
549 Size = MAP_APPFONT ( 50, 14 ) ;
550 TabStop = TRUE ;
551 Text [ en-US ] = "~Create" ;
552 };
548
553
549 String STR_OPEN
550 {
554 String STR_OPEN
555 {
551 Text [ en-US ] = "~Open";
556 Text [ en-US ] = "~Open" ;
552 };
553
554 String STR_CREATE
555 {
556 Text [ en-US ] = "~Create" ;
557 };
558};
557 };
558
559 String STR_CREATE
560 {
561 Text [ en-US ] = "~Create" ;
562 };
563};
564
565// ******************************************************************* EOF