xref: /AOO42X/main/sd/source/ui/dlg/dlgass.src (revision e4ed64deae9df3957f9b5281c6880c3c3de84d6c)
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    // 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" ; };
71    };
72
73    FixedLine FL_PAGE1_ARTGROUP
74    {
75        OutputSize = TRUE;
76        Pos = MAP_APPFONT ( 6, 37 );
77        Size =MAP_APPFONT ( 132, 8 );
78        Text [ en-US ] = "Type";
79    };
80
81    RadioButton RB_PAGE1_EMPTY
82    {
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";
88    };
89
90    RadioButton RB_PAGE1_TEMPLATE
91    {
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";
96    };
97
98    RadioButton RB_PAGE1_OPEN
99    {
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";
104    };
105
106    PushButton PB_PAGE1_OPEN
107    {
108        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    {
117        Pos = MAP_APPFONT ( 12, 90 );
118        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    {
135        Pos = MAP_APPFONT ( 18, 110 );
136        Size = MAP_APPFONT ( 120, 55 );
137        TabStop = TRUE;
138        Border = TRUE;
139        HelpId = HID_SD_AUTOPILOT_OPEN ;
140        AutoHScroll = TRUE;
141    };
142
143    // Page 2
144    FixedBitmap FB_PAGE2
145    {
146        OutputSize = TRUE ;
147        Scale = TRUE;
148        Pos = MAP_APPFONT ( 6, 5 ) ;
149        Size = MAP_APPFONT ( 260, 29 ) ;
150        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    {
163        Pos = MAP_APPFONT ( 12, 48 );
164        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    {
173        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    {
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";
194    };
195
196    RadioButton RB_PAGE2_MEDIUM1
197    {
198        HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM1";
199        OutputSize = TRUE ;
200        Pos = MAP_APPFONT ( 75, 121 ) ;
201        Size = MAP_APPFONT ( 59, 10 ) ;
202        Text [ en-US ] = "Sc~reen";
203    };
204
205    RadioButton RB_PAGE2_MEDIUM2
206    {
207        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    {
217        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    {
227        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 ;
239        Scale = TRUE;
240        Pos = MAP_APPFONT ( 6, 5 ) ;
241        Size = MAP_APPFONT ( 260, 29 ) ;
242        Fixed = Bitmap { File = "dlgass3.png" ; };
243    };
244
245    FixedLine FL_PAGE3_EFFECT
246    {
247        OutputSize = TRUE ;
248        Pos = MAP_APPFONT ( 6, 37 );
249        Size = MAP_APPFONT ( 132, 8 );
250        Text [ en-US ] = "Select a slide transition";
251    };
252
253    FixedText FT_PAGE3_EFFECT
254    {
255        OutputSize = TRUE ;
256        Pos = MAP_APPFONT ( 12, 49 );
257        Size = MAP_APPFONT ( 60, 10 );
258        Text [ en-US ] = "~Effect";
259    };
260
261    ListBox LB_PAGE3_EFFECT
262    {
263        HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT";
264        OutputSize = TRUE ;
265        Pos = MAP_APPFONT ( 72, 48 );
266        Size = MAP_APPFONT ( 60, 12 );
267        TabStop = TRUE;
268        Border = TRUE;
269        DropDown = TRUE;
270    };
271
272    FixedText FT_PAGE3_SPEED
273    {
274        OutputSize = TRUE ;
275        Pos = MAP_APPFONT ( 12, 65 );
276        Size = MAP_APPFONT ( 60, 10 );
277        Text [ en-US ] = "~Speed";
278    };
279
280    ListBox LB_PAGE3_SPEED
281    {
282        HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED";
283        OutputSize = TRUE ;
284        Pos = MAP_APPFONT ( 72, 64 );
285        Size = MAP_APPFONT ( 60, 12 );
286        TabStop = TRUE;
287        Border = TRUE;
288        DropDown = TRUE;
289    };
290
291    FixedLine FL_PAGE3_PRESTYPE
292    {
293        OutputSize = TRUE;
294        Pos = MAP_APPFONT ( 6, 83 );
295        Size = MAP_APPFONT ( 132, 8 );
296        Text [ en-US ] = "Select the presentation type";
297    };
298
299    RadioButton RB_PAGE3_LIVE
300    {
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";
306    };
307
308    RadioButton RB_PAGE3_KIOSK
309    {
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";
315    };
316
317    FixedText FT_PAGE3_TIME
318    {
319        OutputSize = TRUE;
320        Pos = MAP_APPFONT ( 21, 123 );
321        Size = MAP_APPFONT ( 55, 10 );
322        Text [ en-US ] = "D~uration of page";
323    };
324
325    TimeField TMF_PAGE3_TIME
326    {
327        HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME";
328        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 ;
337        Maximum = Time
338        {
339            Hour = 23 ;
340            Minute = 59 ;
341            Second = 59 ;
342        };
343        Last = Time
344        {
345            Hour = 23 ;
346            Minute = 59 ;
347            Second = 59 ;
348        };
349    };
350
351    FixedText FT_PAGE3_BREAK
352    {
353        OutputSize = TRUE;
354        Pos = MAP_APPFONT ( 21, 139 );
355        Size = MAP_APPFONT ( 55, 10 );
356        Text [ en-US ] = "Du~ration of pause";
357    };
358
359    TimeField TMF_PAGE3_BREAK
360    {
361        HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK";
362        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 ;
371        Maximum = Time
372        {
373            Hour = 23 ;
374            Minute = 59 ;
375            Second = 59 ;
376        };
377        Last = Time
378        {
379            Hour = 23 ;
380            Minute = 59 ;
381            Second = 59 ;
382        };
383    };
384
385    CheckBox CB_PAGE3_LOGO
386    {
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";
393    };
394
395    // Page 4
396    FixedBitmap FB_PAGE4
397    {
398        OutputSize = TRUE ;
399        Scale = TRUE;
400        Pos = MAP_APPFONT ( 6, 5 ) ;
401        Size = MAP_APPFONT ( 260, 29 ) ;
402        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" ;
411    };
412
413    FixedText FT_PAGE4_ASKNAME
414    {
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    {
423        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    {
439        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    {
455        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 ;
469        Scale = TRUE;
470        Pos = MAP_APPFONT ( 6, 5 ) ;
471        Size = MAP_APPFONT ( 260, 29 ) ;
472        Fixed = Bitmap { File = "dlgass5.png" ; };
473    };
474
475    FixedText FT_PAGE5_PAGELIST
476    {
477        OutputSize = TRUE ;
478        Pos = MAP_APPFONT ( 6, 39 );
479        Size = MAP_APPFONT ( 132, 8 );
480        Text [ en-US ] = "Ch~oose your pages";
481    };
482
483    Control CT_PAGE5_PAGELIST
484    {
485        OutputSize = TRUE ;
486        Pos = MAP_APPFONT ( 6, 50 );
487        Size = MAP_APPFONT ( 132, 100 );
488        Border = TRUE;
489        TabStop = TRUE ;
490    };
491
492    CheckBox CB_PAGE5_SUMMARY
493    {
494        HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY";
495        OutputSize = TRUE;
496        Pos = MAP_APPFONT ( 6, 154 );
497        Size = MAP_APPFONT ( 132, 10 );
498        TabStop = TRUE ;
499        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 ) ;
508        TabStop = TRUE ;
509    };
510
511    CancelButton BUT_CANCEL
512    {
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    {
521        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    {
531        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    };
548
549    String STR_OPEN
550    {
551        Text [ en-US ] = "~Open";
552    };
553
554    String STR_CREATE
555    {
556        Text [ en-US ] = "~Create" ;
557    };
558};
559