xref: /AOO41X/main/sd/source/ui/dlg/dlgass.src (revision e33492276f639ebe26fc2b5c7b0b687b13d47e4b)
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
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
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.
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 ) ;
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 ) ;
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";
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;
60        Text [ en-US ] = "~Do not show this wizard again" ;
61    };
62
63    // Seite 1
64
65    FixedBitmap FB_PAGE1
66    {
67        OutputSize = TRUE ;
68        Scale = TRUE;
69        Border = TRUE;
70        Pos = MAP_APPFONT ( 6 , 4  ) ;
71        Size = MAP_APPFONT ( 258 , 29 ) ;
72        Fixed = Bitmap { File = "dlgass1.bmp" ; };
73    };
74
75    FixedLine FL_PAGE1_ARTGROUP
76    {
77        OutputSize = TRUE;
78        Pos = MAP_APPFONT ( 6 , 37  );
79        Size =MAP_APPFONT ( 132 , 8 );
80        Text [ en-US ] = "Type";
81    };
82
83    RadioButton RB_PAGE1_EMPTY
84    {
85        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_EMPTY";
86        Pos = MAP_APPFONT ( 12 , 48  );
87        Size = MAP_APPFONT ( 130 , 10 );
88        TabStop = TRUE;
89        Text [ en-US ] = "~Empty presentation";
90    };
91
92    RadioButton RB_PAGE1_TEMPLATE
93    {
94        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_TEMPLATE";
95        Pos = MAP_APPFONT ( 12 , 62  );
96        Size = MAP_APPFONT ( 130 , 10 );
97        Text [ en-US ] = "~From template";
98    };
99
100    RadioButton RB_PAGE1_OPEN
101    {
102        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_OPEN";
103        Pos = MAP_APPFONT ( 12 , 76  );
104        Size = MAP_APPFONT ( 130 , 10 );
105        Text [ en-US ] = "O~pen existing presentation";
106    };
107
108    PushButton PB_PAGE1_OPEN
109    {
110        HelpID = "sd:PushButton:DLG_ASS:PB_PAGE1_OPEN";
111        OutputSize = TRUE ;
112        Pos = MAP_APPFONT ( 18 , 89 ) ;
113        Size = MAP_APPFONT ( 50 , 18 ) ;
114        TabStop = TRUE ;
115    };
116
117    ListBox LB_PAGE1_REGION
118    {
119        Pos = MAP_APPFONT ( 12 , 90  );
120        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 ;
130        Pos = MAP_APPFONT ( 12 , 106  ) ;
131        Size = MAP_APPFONT ( 120 , 59 ) ;
132        HelpId = HID_SD_AUTOPILOT_TEMPLATES ;
133    };
134
135    ListBox LB_PAGE1_OPEN
136    {
137        Pos = MAP_APPFONT ( 18 , 110  );
138        Size = MAP_APPFONT ( 120 , 55 );
139        TabStop = TRUE;
140        Border = TRUE;
141        HelpId = HID_SD_AUTOPILOT_OPEN ;
142        AutoHScroll = TRUE;
143    };
144
145    // Seite 2
146    FixedBitmap FB_PAGE2
147    {
148        OutputSize = TRUE ;
149        Scale = TRUE;
150        Border = TRUE;
151        Pos = MAP_APPFONT ( 6 , 4  ) ;
152        Size = MAP_APPFONT ( 258 , 29 ) ;
153        Fixed = Bitmap { File = "dlgass2.bmp" ; };
154    };
155
156    FixedLine FL_PAGE2_LAYOUT
157    {
158        OutputSize = TRUE ;
159        Pos = MAP_APPFONT ( 6 , 37  ) ;
160        Size = MAP_APPFONT ( 132 , 8 ) ;
161        Text [ en-US ] = "~Select a slide design" ;
162    };
163
164    ListBox LB_PAGE2_REGION
165    {
166        Pos = MAP_APPFONT ( 12 , 48  );
167        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    {
176        HelpID = "sd:ListBox:DLG_ASS:LB_PAGE2_LAYOUT";
177        Border = TRUE ;
178        Pos = MAP_APPFONT ( 12 , 64  ) ;
179        Size = MAP_APPFONT ( 120 , 40 ) ;
180    };
181
182    FixedLine FL_PAGE2_OUTPUTTYPES
183    {
184        OutputSize = TRUE ;
185        Pos = MAP_APPFONT ( 6 , 110  ) ;
186        Size = MAP_APPFONT ( 132 , 8 ) ;
187        Text [ en-US ] = "Select an output medium" ;
188    };
189
190    RadioButton RB_PAGE2_MEDIUM5
191    {
192        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM5";
193        OutputSize = TRUE;
194        Pos = MAP_APPFONT ( 12 , 121  );
195        Size = MAP_APPFONT ( 59 , 10 );
196        Text [ en-US ] = "~Original";
197    };
198
199    RadioButton RB_PAGE2_MEDIUM1
200    {
201        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM1";
202        OutputSize = TRUE ;
203        Pos = MAP_APPFONT ( 75 , 121  ) ;
204        Size = MAP_APPFONT ( 59 , 10 ) ;
205        Text [ en-US ] = "Sc~reen";
206    };
207
208    RadioButton RB_PAGE2_MEDIUM2
209    {
210        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM2";
211        OutputSize = TRUE ;
212        Pos = MAP_APPFONT ( 75 , 135  ) ;
213        Size = MAP_APPFONT ( 59 , 10 ) ;
214        TabStop = TRUE ;
215        Text [ en-US ] = "Sli~de" ;
216    };
217
218    RadioButton RB_PAGE2_MEDIUM3
219    {
220        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM3";
221        OutputSize = TRUE ;
222        Pos = MAP_APPFONT ( 12 , 135  ) ;
223        Size = MAP_APPFONT ( 59 , 10 ) ;
224        TabStop = TRUE ;
225        Text [ en-US ] = "O~verhead sheet" ;
226    };
227
228    RadioButton RB_PAGE2_MEDIUM4
229    {
230        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM4";
231        OutputSize = TRUE ;
232        Pos = MAP_APPFONT ( 12 , 149  ) ;
233        Size = MAP_APPFONT ( 59 , 10 ) ;
234        TabStop = TRUE ;
235        Text [ en-US ] = "P~aper" ;
236    };
237
238    // Seite 3
239    FixedBitmap FB_PAGE3
240    {
241        OutputSize = TRUE ;
242        Scale = TRUE;
243        Border = TRUE;
244        Pos = MAP_APPFONT ( 6 , 4  ) ;
245        Size = MAP_APPFONT ( 258 , 29 ) ;
246        Fixed = Bitmap { File = "dlgass3.bmp" ; };
247    };
248
249    FixedLine FL_PAGE3_EFFECT
250    {
251        OutputSize = TRUE ;
252        Pos = MAP_APPFONT ( 6 , 37  );
253        Size = MAP_APPFONT ( 132 , 8 );
254        Text [ en-US ] = "Select a slide transition";
255    };
256
257    FixedText FT_PAGE3_EFFECT
258    {
259        OutputSize = TRUE ;
260        Pos = MAP_APPFONT ( 12 , 49  );
261        Size = MAP_APPFONT ( 60 , 10 );
262        Text [ en-US ] = "~Effect";
263    };
264
265    ListBox LB_PAGE3_EFFECT
266    {
267        HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT";
268        OutputSize = TRUE ;
269        Pos = MAP_APPFONT ( 72 , 48  );
270        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 ;
279        Pos = MAP_APPFONT ( 12 , 65  );
280        Size = MAP_APPFONT ( 60 , 10 );
281        Text [ en-US ] = "~Speed";
282    };
283
284    ListBox LB_PAGE3_SPEED
285    {
286        HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED";
287        OutputSize = TRUE ;
288        Pos = MAP_APPFONT ( 72 , 64  );
289        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;
298        Pos = MAP_APPFONT ( 6 , 83  );
299        Size = MAP_APPFONT ( 132 , 8 );
300        Text [ en-US ] = "Select the presentation type";
301    };
302
303    RadioButton RB_PAGE3_LIVE
304    {
305        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_LIVE";
306        OutputSize = TRUE;
307        Pos = MAP_APPFONT ( 12 , 94  );
308        Size = MAP_APPFONT ( 120 , 10 );
309        Text [ en-US ] = "~Default";
310    };
311
312    RadioButton RB_PAGE3_KIOSK
313    {
314        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_KIOSK";
315        OutputSize = TRUE;
316        Pos = MAP_APPFONT ( 12 , 108  );
317        Size = MAP_APPFONT ( 120 , 10 );
318        Text [ en-US ] = "~Automatic";
319    };
320
321    FixedText FT_PAGE3_TIME
322    {
323        OutputSize = TRUE;
324        Pos = MAP_APPFONT ( 21 , 123  );
325        Size = MAP_APPFONT ( 55 , 10 );
326        Text [ en-US ] = "D~uration of page";
327    };
328
329    TimeField TMF_PAGE3_TIME
330    {
331        HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME";
332        OutputSize = TRUE;
333        Pos = MAP_APPFONT ( 77 , 122  ) ;
334        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        {
343            Hour = 23 ;
344            Minute = 59 ;
345            Second = 59 ;
346        };
347        Last = Time
348        {
349            Hour = 23 ;
350            Minute = 59 ;
351            Second = 59 ;
352        };
353    };
354
355    FixedText FT_PAGE3_BREAK
356    {
357        OutputSize = TRUE;
358        Pos = MAP_APPFONT ( 21 , 139  );
359        Size = MAP_APPFONT ( 55 , 10 );
360        Text [ en-US ] = "Du~ration of pause";
361    };
362
363    TimeField TMF_PAGE3_BREAK
364    {
365        HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK";
366        OutputSize = TRUE;
367        Pos = MAP_APPFONT ( 77 , 138  ) ;
368        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        {
377            Hour = 23 ;
378            Minute = 59 ;
379            Second = 59 ;
380        };
381        Last = Time
382        {
383            Hour = 23 ;
384            Minute = 59 ;
385            Second = 59 ;
386        };
387    };
388
389    CheckBox CB_PAGE3_LOGO
390    {
391        HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO";
392        OutputSize = TRUE;
393        Pos = MAP_APPFONT ( 21 , 154  );
394        Size = MAP_APPFONT ( 111 , 10 );
395        TabStop = TRUE;
396        Text [ en-US ] = "Sh~ow logo";
397    };
398
399    // Seite 4
400    FixedBitmap FB_PAGE4
401    {
402        OutputSize = TRUE ;
403        Scale = TRUE;
404        Border = TRUE;
405        Pos = MAP_APPFONT ( 6 , 4  ) ;
406        Size = MAP_APPFONT ( 258 , 29 ) ;
407        Fixed = Bitmap { File = "dlgass4.bmp" ; };
408    };
409
410    FixedLine FL_PAGE4_PERSONAL
411    {
412        OutputSize = TRUE ;
413        Pos = MAP_APPFONT ( 6 , 37  );
414        Size = MAP_APPFONT ( 260 , 8 );
415        Text [ en-US ] = "Describe your basic ideas" ;
416    };
417
418    FixedText FT_PAGE4_ASKNAME
419    {
420        OutputSize = TRUE ;
421        Pos = MAP_APPFONT ( 12 , 48 ) ;
422        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    {
428        HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME";
429        OutputSize = TRUE ;
430        Border = TRUE ;
431        Pos = MAP_APPFONT ( 12 , 59 ) ;
432        Size = MAP_APPFONT ( 248 , 12 ) ;
433        TabStop = TRUE ;
434    };
435    FixedText FT_PAGE4_ASKTOPIC
436    {
437        OutputSize = TRUE ;
438        Pos = MAP_APPFONT ( 12 , 77 ) ;
439        Size = MAP_APPFONT ( 248 , 8 ) ;
440        Text [ en-US ] = "What is the subject of your presentation?" ;
441    };
442    Edit EDT_PAGE4_ASKTOPIC
443    {
444        HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC";
445        OutputSize = TRUE ;
446        Border = TRUE ;
447        Pos = MAP_APPFONT ( 12 , 88 ) ;
448        Size = MAP_APPFONT ( 248 , 12 ) ;
449        TabStop = TRUE ;
450    };
451    FixedText FT_PAGE4_ASKINFORMATION
452    {
453        OutputSize = TRUE ;
454        Pos = MAP_APPFONT ( 12 , 106 ) ;
455        Size = MAP_APPFONT ( 248 , 8 ) ;
456        Text [ en-US ] = "Further ideas to be presented?" ;
457    };
458    MultiLineEdit EDT_PAGE4_ASKINFORMATION
459    {
460        HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION";
461        OutputSize = TRUE ;
462        Border = TRUE ;
463        Pos = MAP_APPFONT ( 12 , 117  ) ;
464        Size = MAP_APPFONT ( 248 , 47 ) ;
465        TabStop = TRUE ;
466        IgnoreTab = TRUE ;
467        VSCROLL = TRUE ;
468    };
469
470    // Seite 5
471    FixedBitmap FB_PAGE5
472    {
473        OutputSize = TRUE ;
474        Scale = TRUE;
475        Border = TRUE;
476        Pos = MAP_APPFONT ( 6 , 4  ) ;
477        Size = MAP_APPFONT ( 258 , 29 ) ;
478        Fixed = Bitmap { File = "dlgass5.bmp" ; };
479    };
480
481    FixedText FT_PAGE5_PAGELIST
482    {
483        OutputSize = TRUE ;
484        Pos = MAP_APPFONT ( 6 , 39 );
485        Size = MAP_APPFONT ( 132 , 8 );
486        Text [ en-US ] = "Ch~oose your pages";
487    };
488
489    Control CT_PAGE5_PAGELIST
490    {
491        OutputSize = TRUE ;
492        Pos = MAP_APPFONT ( 6 , 50 );
493        Size = MAP_APPFONT ( 132 , 100 );
494        Border = TRUE;
495        TabStop = TRUE ;
496    };
497
498    CheckBox CB_PAGE5_SUMMARY
499    {
500        HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY";
501        OutputSize = TRUE;
502        Pos = MAP_APPFONT ( 6 , 154  );
503        Size = MAP_APPFONT ( 132 , 10 );
504        TabStop = TRUE ;
505        Text [ en-US ] = "C~reate summary";
506    };
507
508    // generell
509    HelpButton BUT_HELP
510    {
511        OutputSize = TRUE ;
512        Pos = MAP_APPFONT ( 6 , 170 ) ;
513        Size = MAP_APPFONT ( 50 , 14 ) ;
514        TabStop = TRUE ;
515    };
516
517    CancelButton BUT_CANCEL
518    {
519        OutputSize = TRUE ;
520        Pos = MAP_APPFONT ( 59 , 170 ) ;
521        Size = MAP_APPFONT ( 50 , 14 ) ;
522        TabStop = TRUE ;
523    };
524
525    PushButton BUT_LAST
526    {
527        HelpID = "sd:PushButton:DLG_ASS:BUT_LAST";
528        OutputSize = TRUE ;
529        Pos = MAP_APPFONT ( 112 , 170 ) ;
530        Size = MAP_APPFONT ( 50 , 14 ) ;
531        TabStop = TRUE ;
532        Text [ en-US ] = "<< ~Back" ;
533    };
534
535    PushButton BUT_NEXT
536    {
537        HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT";
538        DefButton = TRUE ;
539        OutputSize = TRUE ;
540        Pos = MAP_APPFONT ( 165 , 170 ) ;
541        Size = MAP_APPFONT ( 50 , 14 ) ;
542        TabStop = TRUE ;
543        Text [ en-US ] = "~Next >>" ;
544    };
545
546    OKButton BUT_FINISH
547    {
548        OutputSize = TRUE ;
549        Pos = MAP_APPFONT ( 218 , 170 ) ;
550        Size = MAP_APPFONT ( 50 , 14 ) ;
551        TabStop = TRUE ;
552        Text [ en-US ] = "~Create" ;
553    };
554
555    String STR_OPEN
556    {
557        Text [ en-US ] = "~Open";
558    };
559
560    String STR_CREATE
561    {
562        Text [ en-US ] = "~Create" ;
563    };
564};
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
592