xref: /aoo42x/main/sd/source/ui/dlg/dlgass.src (revision a9aa5179)
166220049SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
1066220049SAndrew Rist *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1266220049SAndrew Rist *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
1966220049SAndrew Rist *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
2266220049SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dlgass.hrc"
25cdf0e10cSrcweir#include "helpids.h"
26cdf0e10cSrcweirModalDialog DLG_ASS
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	SVLook = TRUE ;
30*a9aa5179SMatthias Seidel	Size = MAP_APPFONT ( 272, 190 ) ;
31cdf0e10cSrcweir	Text[ en-US ] = "Presentation Wizard";
32cdf0e10cSrcweir
33cdf0e10cSrcweir	HelpId = HID_SD_AUTOPILOT_PAGE1 ;
34cdf0e10cSrcweir	Moveable = TRUE ;
35cdf0e10cSrcweir	Closeable = FALSE;
36cdf0e10cSrcweir
37cdf0e10cSrcweir	Control CT_PREVIEW
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir		Border = TRUE ;
40*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 144, 40 ) ;
41*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 122, 96 ) ;
42cdf0e10cSrcweir		SVLook = FALSE ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir
45cdf0e10cSrcweir	CheckBox CB_PREVIEW
46cdf0e10cSrcweir	{
47*a9aa5179SMatthias Seidel		HelpID = "sd:CheckBox:DLG_ASS:CB_PREVIEW";
48*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 144, 140 );
49*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 122, 10 );
50cdf0e10cSrcweir		TabStop = TRUE;
51cdf0e10cSrcweir		Text [ en-US ] = "Previe~w";
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir
54cdf0e10cSrcweir	CheckBox CB_STARTWITH
55cdf0e10cSrcweir	{
56*a9aa5179SMatthias Seidel		HelpID = "sd:CheckBox:DLG_ASS:CB_STARTWITH";
57*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 144, 154 );
58*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 122, 10 );
59cdf0e10cSrcweir		TabStop = TRUE;
60cdf0e10cSrcweir		Text [ en-US ] = "~Do not show this wizard again" ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir
63*a9aa5179SMatthias Seidel	// Page 1
64cdf0e10cSrcweir	FixedBitmap FB_PAGE1
65cdf0e10cSrcweir	{
66cdf0e10cSrcweir		OutputSize = TRUE ;
67cdf0e10cSrcweir		Scale = TRUE;
68*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 5 ) ;
69*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 260, 29 ) ;
70*a9aa5179SMatthias Seidel		Fixed = Bitmap { File = "dlgass1.png" ; };
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir
73cdf0e10cSrcweir	FixedLine FL_PAGE1_ARTGROUP
74cdf0e10cSrcweir	{
75cdf0e10cSrcweir		OutputSize = TRUE;
76*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 37 );
77*a9aa5179SMatthias Seidel		Size =MAP_APPFONT ( 132, 8 );
78cdf0e10cSrcweir		Text [ en-US ] = "Type";
79cdf0e10cSrcweir	};
80cdf0e10cSrcweir
81cdf0e10cSrcweir	RadioButton RB_PAGE1_EMPTY
82cdf0e10cSrcweir	{
83*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_EMPTY";
84*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 48 );
85*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 130, 10 );
86cdf0e10cSrcweir		TabStop = TRUE;
87cdf0e10cSrcweir		Text [ en-US ] = "~Empty presentation";
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir
90cdf0e10cSrcweir	RadioButton RB_PAGE1_TEMPLATE
91cdf0e10cSrcweir	{
92*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_TEMPLATE";
93*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 62 );
94*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 130, 10 );
95cdf0e10cSrcweir		Text [ en-US ] = "~From template";
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir
98cdf0e10cSrcweir	RadioButton RB_PAGE1_OPEN
99cdf0e10cSrcweir	{
100*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_OPEN";
101*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 76 );
102*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 130, 10 );
103cdf0e10cSrcweir		Text [ en-US ] = "O~pen existing presentation";
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir
106cdf0e10cSrcweir	PushButton PB_PAGE1_OPEN
107cdf0e10cSrcweir	{
108*a9aa5179SMatthias Seidel		HelpID = "sd:PushButton:DLG_ASS:PB_PAGE1_OPEN";
109cdf0e10cSrcweir		OutputSize = TRUE ;
110*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 18, 89 ) ;
111*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 50, 18 ) ;
112cdf0e10cSrcweir		TabStop = TRUE ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir
115cdf0e10cSrcweir	ListBox LB_PAGE1_REGION
116cdf0e10cSrcweir	{
117*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 90 );
118*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 12 );
119cdf0e10cSrcweir		TabStop = TRUE ;
120cdf0e10cSrcweir		Border = TRUE ;
121cdf0e10cSrcweir		DropDown = TRUE ;
122cdf0e10cSrcweir		HelpId = HID_SD_AUTOPILOT_REGION ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir
125cdf0e10cSrcweir	ListBox LB_PAGE1_TEMPLATES
126cdf0e10cSrcweir	{
127cdf0e10cSrcweir		Border = TRUE ;
128*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 106 ) ;
129*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 59 ) ;
130cdf0e10cSrcweir		HelpId = HID_SD_AUTOPILOT_TEMPLATES ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir
133cdf0e10cSrcweir	ListBox LB_PAGE1_OPEN
134cdf0e10cSrcweir	{
135*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 18, 110 );
136*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 55 );
137cdf0e10cSrcweir		TabStop = TRUE;
138cdf0e10cSrcweir		Border = TRUE;
139cdf0e10cSrcweir		HelpId = HID_SD_AUTOPILOT_OPEN ;
140*a9aa5179SMatthias Seidel		AutoHScroll = TRUE;
141cdf0e10cSrcweir	};
142cdf0e10cSrcweir
143*a9aa5179SMatthias Seidel	// Page 2
144cdf0e10cSrcweir	FixedBitmap FB_PAGE2
145cdf0e10cSrcweir	{
146cdf0e10cSrcweir		OutputSize = TRUE ;
147cdf0e10cSrcweir		Scale = TRUE;
148*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 5 ) ;
149*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 260, 29 ) ;
150*a9aa5179SMatthias Seidel		Fixed = Bitmap { File = "dlgass2.png" ; };
151cdf0e10cSrcweir	};
152cdf0e10cSrcweir
153cdf0e10cSrcweir	FixedLine FL_PAGE2_LAYOUT
154cdf0e10cSrcweir	{
155cdf0e10cSrcweir		OutputSize = TRUE ;
156*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 37 ) ;
157*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 8 ) ;
158cdf0e10cSrcweir		Text [ en-US ] = "~Select a slide design" ;
159cdf0e10cSrcweir	};
160cdf0e10cSrcweir
161cdf0e10cSrcweir	ListBox LB_PAGE2_REGION
162cdf0e10cSrcweir	{
163*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 48 );
164*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 12 );
165cdf0e10cSrcweir		TabStop = TRUE ;
166cdf0e10cSrcweir		Border = TRUE ;
167cdf0e10cSrcweir		DropDown = TRUE ;
168cdf0e10cSrcweir		HelpId = HID_SD_AUTOPILOT_PAGETEMPLATES ;
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir
171cdf0e10cSrcweir	ListBox LB_PAGE2_LAYOUT
172cdf0e10cSrcweir	{
173*a9aa5179SMatthias Seidel		HelpID = "sd:ListBox:DLG_ASS:LB_PAGE2_LAYOUT";
174cdf0e10cSrcweir		Border = TRUE ;
175*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 64 ) ;
176*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 40 ) ;
177cdf0e10cSrcweir	};
178cdf0e10cSrcweir
179cdf0e10cSrcweir	FixedLine FL_PAGE2_OUTPUTTYPES
180cdf0e10cSrcweir	{
181cdf0e10cSrcweir		OutputSize = TRUE ;
182*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 110 ) ;
183*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 8 ) ;
184cdf0e10cSrcweir		Text [ en-US ] = "Select an output medium" ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir
187cdf0e10cSrcweir	RadioButton RB_PAGE2_MEDIUM5
188cdf0e10cSrcweir	{
189*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM5";
190cdf0e10cSrcweir		OutputSize = TRUE;
191*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 121 );
192*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 59, 10 );
193cdf0e10cSrcweir		Text [ en-US ] = "~Original";
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir
196cdf0e10cSrcweir	RadioButton RB_PAGE2_MEDIUM1
197cdf0e10cSrcweir	{
198*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM1";
199cdf0e10cSrcweir		OutputSize = TRUE ;
200*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 75, 121 ) ;
201*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 59, 10 ) ;
202cdf0e10cSrcweir		Text [ en-US ] = "Sc~reen";
203cdf0e10cSrcweir	};
204cdf0e10cSrcweir
205cdf0e10cSrcweir	RadioButton RB_PAGE2_MEDIUM2
206cdf0e10cSrcweir	{
207*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM2";
208cdf0e10cSrcweir		OutputSize = TRUE ;
209*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 75, 135 ) ;
210*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 59, 10 ) ;
211cdf0e10cSrcweir		TabStop = TRUE ;
212cdf0e10cSrcweir		Text [ en-US ] = "Sli~de" ;
213cdf0e10cSrcweir	};
214cdf0e10cSrcweir
215cdf0e10cSrcweir	RadioButton RB_PAGE2_MEDIUM3
216cdf0e10cSrcweir	{
217*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM3";
218cdf0e10cSrcweir		OutputSize = TRUE ;
219*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 135 ) ;
220*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 59, 10 ) ;
221cdf0e10cSrcweir		TabStop = TRUE ;
222cdf0e10cSrcweir		Text [ en-US ] = "O~verhead sheet" ;
223cdf0e10cSrcweir	};
224cdf0e10cSrcweir
225cdf0e10cSrcweir	RadioButton RB_PAGE2_MEDIUM4
226cdf0e10cSrcweir	{
227*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM4";
228cdf0e10cSrcweir		OutputSize = TRUE ;
229*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 149 ) ;
230*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 59, 10 ) ;
231cdf0e10cSrcweir		TabStop = TRUE ;
232cdf0e10cSrcweir		Text [ en-US ] = "P~aper" ;
233cdf0e10cSrcweir	};
234cdf0e10cSrcweir
235*a9aa5179SMatthias Seidel	// Page 3
236cdf0e10cSrcweir	FixedBitmap FB_PAGE3
237cdf0e10cSrcweir	{
238cdf0e10cSrcweir		OutputSize = TRUE ;
239cdf0e10cSrcweir		Scale = TRUE;
240*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 5 ) ;
241*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 260, 29 ) ;
242*a9aa5179SMatthias Seidel		Fixed = Bitmap { File = "dlgass3.png" ; };
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir
245cdf0e10cSrcweir	FixedLine FL_PAGE3_EFFECT
246cdf0e10cSrcweir	{
247cdf0e10cSrcweir		OutputSize = TRUE ;
248*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 37 );
249*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 8 );
250cdf0e10cSrcweir		Text [ en-US ] = "Select a slide transition";
251cdf0e10cSrcweir	};
252cdf0e10cSrcweir
253cdf0e10cSrcweir	FixedText FT_PAGE3_EFFECT
254cdf0e10cSrcweir	{
255cdf0e10cSrcweir		OutputSize = TRUE ;
256*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 49 );
257*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 60, 10 );
258*a9aa5179SMatthias Seidel		Text [ en-US ] = "~Effect";
259cdf0e10cSrcweir	};
260cdf0e10cSrcweir
261cdf0e10cSrcweir	ListBox LB_PAGE3_EFFECT
262cdf0e10cSrcweir	{
263*a9aa5179SMatthias Seidel		HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT";
264cdf0e10cSrcweir		OutputSize = TRUE ;
265*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 72, 48 );
266*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 60, 12 );
267cdf0e10cSrcweir		TabStop = TRUE;
268cdf0e10cSrcweir		Border = TRUE;
269cdf0e10cSrcweir		DropDown = TRUE;
270cdf0e10cSrcweir	};
271cdf0e10cSrcweir
272cdf0e10cSrcweir	FixedText FT_PAGE3_SPEED
273cdf0e10cSrcweir	{
274cdf0e10cSrcweir		OutputSize = TRUE ;
275*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 65 );
276*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 60, 10 );
277*a9aa5179SMatthias Seidel		Text [ en-US ] = "~Speed";
278cdf0e10cSrcweir	};
279cdf0e10cSrcweir
280cdf0e10cSrcweir	ListBox LB_PAGE3_SPEED
281cdf0e10cSrcweir	{
282*a9aa5179SMatthias Seidel		HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED";
283cdf0e10cSrcweir		OutputSize = TRUE ;
284*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 72, 64 );
285*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 60, 12 );
286cdf0e10cSrcweir		TabStop = TRUE;
287cdf0e10cSrcweir		Border = TRUE;
288cdf0e10cSrcweir		DropDown = TRUE;
289cdf0e10cSrcweir	};
290cdf0e10cSrcweir
291cdf0e10cSrcweir	FixedLine FL_PAGE3_PRESTYPE
292cdf0e10cSrcweir	{
293cdf0e10cSrcweir		OutputSize = TRUE;
294*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 83 );
295*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 8 );
296cdf0e10cSrcweir		Text [ en-US ] = "Select the presentation type";
297cdf0e10cSrcweir	};
298cdf0e10cSrcweir
299cdf0e10cSrcweir	RadioButton RB_PAGE3_LIVE
300cdf0e10cSrcweir	{
301*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_LIVE";
302cdf0e10cSrcweir		OutputSize = TRUE;
303*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 94 );
304*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 10 );
305cdf0e10cSrcweir		Text [ en-US ] = "~Default";
306cdf0e10cSrcweir	};
307cdf0e10cSrcweir
308cdf0e10cSrcweir	RadioButton RB_PAGE3_KIOSK
309cdf0e10cSrcweir	{
310*a9aa5179SMatthias Seidel		HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_KIOSK";
311cdf0e10cSrcweir		OutputSize = TRUE;
312*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 108 );
313*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 120, 10 );
314cdf0e10cSrcweir		Text [ en-US ] = "~Automatic";
315cdf0e10cSrcweir	};
316cdf0e10cSrcweir
317cdf0e10cSrcweir	FixedText FT_PAGE3_TIME
318cdf0e10cSrcweir	{
319cdf0e10cSrcweir		OutputSize = TRUE;
320*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 21, 123 );
321*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 55, 10 );
322cdf0e10cSrcweir		Text [ en-US ] = "D~uration of page";
323cdf0e10cSrcweir	};
324cdf0e10cSrcweir
325cdf0e10cSrcweir	TimeField TMF_PAGE3_TIME
326cdf0e10cSrcweir	{
327*a9aa5179SMatthias Seidel		HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME";
328cdf0e10cSrcweir		OutputSize = TRUE;
329*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 77, 122 ) ;
330*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 55, 12 ) ;
331cdf0e10cSrcweir		Border = TRUE ;
332cdf0e10cSrcweir		TabStop = TRUE ;
333cdf0e10cSrcweir		Repeat = TRUE ;
334cdf0e10cSrcweir		Spin = TRUE ;
335cdf0e10cSrcweir		Duration = TRUE ;
336cdf0e10cSrcweir		StrictFormat = TRUE ;
337cdf0e10cSrcweir		Maximum = Time
338cdf0e10cSrcweir		{
339cdf0e10cSrcweir			Hour = 23 ;
340cdf0e10cSrcweir			Minute = 59 ;
341cdf0e10cSrcweir			Second = 59 ;
342cdf0e10cSrcweir		};
343cdf0e10cSrcweir		Last = Time
344cdf0e10cSrcweir		{
345cdf0e10cSrcweir			Hour = 23 ;
346cdf0e10cSrcweir			Minute = 59 ;
347cdf0e10cSrcweir			Second = 59 ;
348cdf0e10cSrcweir		};
349cdf0e10cSrcweir	};
350cdf0e10cSrcweir
351cdf0e10cSrcweir	FixedText FT_PAGE3_BREAK
352cdf0e10cSrcweir	{
353cdf0e10cSrcweir		OutputSize = TRUE;
354*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 21, 139 );
355*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 55, 10 );
356cdf0e10cSrcweir		Text [ en-US ] = "Du~ration of pause";
357cdf0e10cSrcweir	};
358cdf0e10cSrcweir
359cdf0e10cSrcweir	TimeField TMF_PAGE3_BREAK
360cdf0e10cSrcweir	{
361*a9aa5179SMatthias Seidel		HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK";
362cdf0e10cSrcweir		OutputSize = TRUE;
363*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 77, 138 ) ;
364*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 55, 12 ) ;
365cdf0e10cSrcweir		Border = TRUE ;
366cdf0e10cSrcweir		TabStop = TRUE ;
367cdf0e10cSrcweir		Repeat = TRUE ;
368cdf0e10cSrcweir		Spin = TRUE ;
369cdf0e10cSrcweir		Duration = TRUE ;
370cdf0e10cSrcweir		StrictFormat = TRUE ;
371cdf0e10cSrcweir		Maximum = Time
372cdf0e10cSrcweir		{
373cdf0e10cSrcweir			Hour = 23 ;
374cdf0e10cSrcweir			Minute = 59 ;
375cdf0e10cSrcweir			Second = 59 ;
376cdf0e10cSrcweir		};
377cdf0e10cSrcweir		Last = Time
378cdf0e10cSrcweir		{
379cdf0e10cSrcweir			Hour = 23 ;
380cdf0e10cSrcweir			Minute = 59 ;
381cdf0e10cSrcweir			Second = 59 ;
382cdf0e10cSrcweir		};
383cdf0e10cSrcweir	};
384cdf0e10cSrcweir
385cdf0e10cSrcweir	CheckBox CB_PAGE3_LOGO
386cdf0e10cSrcweir	{
387*a9aa5179SMatthias Seidel		HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO";
388cdf0e10cSrcweir		OutputSize = TRUE;
389*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 21, 154 );
390*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 111, 10 );
391cdf0e10cSrcweir		TabStop = TRUE;
392cdf0e10cSrcweir		Text [ en-US ] = "Sh~ow logo";
393cdf0e10cSrcweir	};
394cdf0e10cSrcweir
395*a9aa5179SMatthias Seidel	// Page 4
396cdf0e10cSrcweir	FixedBitmap FB_PAGE4
397cdf0e10cSrcweir	{
398cdf0e10cSrcweir		OutputSize = TRUE ;
399cdf0e10cSrcweir		Scale = TRUE;
400*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 5 ) ;
401*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 260, 29 ) ;
402*a9aa5179SMatthias Seidel		Fixed = Bitmap { File = "dlgass4.png" ; };
403cdf0e10cSrcweir	};
404cdf0e10cSrcweir
405cdf0e10cSrcweir	FixedLine FL_PAGE4_PERSONAL
406cdf0e10cSrcweir	{
407cdf0e10cSrcweir		OutputSize = TRUE ;
408*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 37 );
409*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 260, 8 );
410cdf0e10cSrcweir		Text [ en-US ] = "Describe your basic ideas" ;
411cdf0e10cSrcweir	};
412cdf0e10cSrcweir
413cdf0e10cSrcweir	FixedText FT_PAGE4_ASKNAME
414cdf0e10cSrcweir	{
415cdf0e10cSrcweir		OutputSize = TRUE ;
416*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 48 ) ;
417*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
418cdf0e10cSrcweir		Text [ en-US ] = "What is your name or the name of your company?" ;
419cdf0e10cSrcweir
420cdf0e10cSrcweir	};
421cdf0e10cSrcweir	Edit EDT_PAGE4_ASKNAME
422cdf0e10cSrcweir	{
423*a9aa5179SMatthias Seidel		HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME";
424cdf0e10cSrcweir		OutputSize = TRUE ;
425cdf0e10cSrcweir		Border = TRUE ;
426*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 59 ) ;
427*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 248, 12 ) ;
428cdf0e10cSrcweir		TabStop = TRUE ;
429cdf0e10cSrcweir	};
430cdf0e10cSrcweir	FixedText FT_PAGE4_ASKTOPIC
431cdf0e10cSrcweir	{
432cdf0e10cSrcweir		OutputSize = TRUE ;
433*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 77 ) ;
434*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
435cdf0e10cSrcweir		Text [ en-US ] = "What is the subject of your presentation?" ;
436cdf0e10cSrcweir	};
437cdf0e10cSrcweir	Edit EDT_PAGE4_ASKTOPIC
438cdf0e10cSrcweir	{
439*a9aa5179SMatthias Seidel		HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC";
440cdf0e10cSrcweir		OutputSize = TRUE ;
441cdf0e10cSrcweir		Border = TRUE ;
442*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 88 ) ;
443*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 248, 12 ) ;
444cdf0e10cSrcweir		TabStop = TRUE ;
445cdf0e10cSrcweir	};
446cdf0e10cSrcweir	FixedText FT_PAGE4_ASKINFORMATION
447cdf0e10cSrcweir	{
448cdf0e10cSrcweir		OutputSize = TRUE ;
449*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 106 ) ;
450*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
451cdf0e10cSrcweir		Text [ en-US ] = "Further ideas to be presented?" ;
452cdf0e10cSrcweir	};
453cdf0e10cSrcweir	MultiLineEdit EDT_PAGE4_ASKINFORMATION
454cdf0e10cSrcweir	{
455*a9aa5179SMatthias Seidel		HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION";
456cdf0e10cSrcweir		OutputSize = TRUE ;
457cdf0e10cSrcweir		Border = TRUE ;
458*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 12, 117 ) ;
459*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 248, 47 ) ;
460cdf0e10cSrcweir		TabStop = TRUE ;
461*a9aa5179SMatthias Seidel		IgnoreTab = TRUE ;
462cdf0e10cSrcweir		VSCROLL = TRUE ;
463cdf0e10cSrcweir	};
464cdf0e10cSrcweir
465*a9aa5179SMatthias Seidel	// Page 5
466cdf0e10cSrcweir	FixedBitmap FB_PAGE5
467cdf0e10cSrcweir	{
468cdf0e10cSrcweir		OutputSize = TRUE ;
469cdf0e10cSrcweir		Scale = TRUE;
470*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 5 ) ;
471*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 260, 29 ) ;
472*a9aa5179SMatthias Seidel		Fixed = Bitmap { File = "dlgass5.png" ; };
473cdf0e10cSrcweir	};
474cdf0e10cSrcweir
475cdf0e10cSrcweir	FixedText FT_PAGE5_PAGELIST
476cdf0e10cSrcweir	{
477cdf0e10cSrcweir		OutputSize = TRUE ;
478*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 39 );
479*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 8 );
480cdf0e10cSrcweir		Text [ en-US ] = "Ch~oose your pages";
481cdf0e10cSrcweir	};
482cdf0e10cSrcweir
483cdf0e10cSrcweir	Control CT_PAGE5_PAGELIST
484cdf0e10cSrcweir	{
485cdf0e10cSrcweir		OutputSize = TRUE ;
486*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 50 );
487*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 100 );
488cdf0e10cSrcweir		Border = TRUE;
489cdf0e10cSrcweir		TabStop = TRUE ;
490cdf0e10cSrcweir	};
491cdf0e10cSrcweir
492cdf0e10cSrcweir	CheckBox CB_PAGE5_SUMMARY
493cdf0e10cSrcweir	{
494*a9aa5179SMatthias Seidel		HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY";
495cdf0e10cSrcweir		OutputSize = TRUE;
496*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 154 );
497*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 132, 10 );
498cdf0e10cSrcweir		TabStop = TRUE ;
499cdf0e10cSrcweir		Text [ en-US ] = "C~reate summary";
500cdf0e10cSrcweir	};
501cdf0e10cSrcweir
502*a9aa5179SMatthias Seidel	// General
503cdf0e10cSrcweir	HelpButton BUT_HELP
504cdf0e10cSrcweir	{
505cdf0e10cSrcweir		OutputSize = TRUE ;
506*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 6, 170 ) ;
507*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
508cdf0e10cSrcweir		TabStop = TRUE ;
509cdf0e10cSrcweir	};
510cdf0e10cSrcweir
511cdf0e10cSrcweir	CancelButton BUT_CANCEL
512cdf0e10cSrcweir	{
513cdf0e10cSrcweir		OutputSize = TRUE ;
514*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 59, 170 ) ;
515*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
516cdf0e10cSrcweir		TabStop = TRUE ;
517cdf0e10cSrcweir	};
518cdf0e10cSrcweir
519cdf0e10cSrcweir	PushButton BUT_LAST
520cdf0e10cSrcweir	{
521*a9aa5179SMatthias Seidel		HelpID = "sd:PushButton:DLG_ASS:BUT_LAST";
522cdf0e10cSrcweir		OutputSize = TRUE ;
523*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 112, 170 ) ;
524*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
525cdf0e10cSrcweir		TabStop = TRUE ;
526cdf0e10cSrcweir		Text [ en-US ] = "<< ~Back" ;
527cdf0e10cSrcweir	};
528cdf0e10cSrcweir
529cdf0e10cSrcweir	PushButton BUT_NEXT
530cdf0e10cSrcweir	{
531*a9aa5179SMatthias Seidel		HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT";
532cdf0e10cSrcweir		DefButton = TRUE ;
533cdf0e10cSrcweir		OutputSize = TRUE ;
534*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 165, 170 ) ;
535*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
536cdf0e10cSrcweir		TabStop = TRUE ;
537cdf0e10cSrcweir		Text [ en-US ] = "~Next >>" ;
538cdf0e10cSrcweir	};
539cdf0e10cSrcweir
540cdf0e10cSrcweir	OKButton BUT_FINISH
541cdf0e10cSrcweir	{
542cdf0e10cSrcweir		OutputSize = TRUE ;
543*a9aa5179SMatthias Seidel		Pos = MAP_APPFONT ( 218, 170 ) ;
544*a9aa5179SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
545cdf0e10cSrcweir		TabStop = TRUE ;
546cdf0e10cSrcweir		Text [ en-US ] = "~Create" ;
547cdf0e10cSrcweir	};
548cdf0e10cSrcweir
549*a9aa5179SMatthias Seidel	String STR_OPEN
550*a9aa5179SMatthias Seidel	{
551cdf0e10cSrcweir		Text [ en-US ] = "~Open";
552*a9aa5179SMatthias Seidel	};
553cdf0e10cSrcweir
554*a9aa5179SMatthias Seidel	String STR_CREATE
555*a9aa5179SMatthias Seidel	{
556cdf0e10cSrcweir		Text [ en-US ] = "~Create" ;
557*a9aa5179SMatthias Seidel	};
558cdf0e10cSrcweir};
559