xref: /trunk/main/sd/source/filter/html/pubdlg.src (revision 48c765a2)
166220049SAndrew Rist/**************************************************************
263cd77b6SMatthias Seidel *
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
1063cd77b6SMatthias Seidel *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1263cd77b6SMatthias Seidel *
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.
1963cd77b6SMatthias Seidel *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
222721bf16SMatthias Seidel
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpids.h"
25cdf0e10cSrcweir#include "pubdlg.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog DLG_PUBLISHING
28cdf0e10cSrcweir{
29a62d0e7fSMatthias Seidel	HelpID = "sd:ModalDialog:DLG_PUBLISHING" ;
30cdf0e10cSrcweir	OutputSize = TRUE ;
31cdf0e10cSrcweir	SVLook = TRUE ;
322721bf16SMatthias Seidel	Size = MAP_APPFONT ( 272, 190 ) ;
33cdf0e10cSrcweir	Text [ en-US ] = "HTML Export" ;
34cdf0e10cSrcweir	Moveable = TRUE ;
35cdf0e10cSrcweir
362721bf16SMatthias Seidel	// Page 1: Choose a design
37cdf0e10cSrcweir	FixedBitmap PAGE1_BMP
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir		OutputSize = TRUE ;
4063cd77b6SMatthias Seidel		Border = TRUE ;
4163cd77b6SMatthias Seidel		Scale = TRUE ;
4263cd77b6SMatthias Seidel		Pos = MAP_APPFONT ( 6, 4 ) ;
4363cd77b6SMatthias Seidel		Size = MAP_APPFONT ( 258, 29 ) ;
44a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdlg1.png" ; } ;
45cdf0e10cSrcweir	};
46cdf0e10cSrcweir
47cdf0e10cSrcweir	FixedLine PAGE1_TITEL
48cdf0e10cSrcweir	{
492721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 6, 38 ) ;
502721bf16SMatthias Seidel		Size = MAP_APPFONT ( 258, 8 ) ;
5163cd77b6SMatthias Seidel		Text [ en-US ] = "Assign design" ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir
54cdf0e10cSrcweir	RadioButton PAGE1_NEW_DESIGN
55cdf0e10cSrcweir	{
56a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE1_NEW_DESIGN" ;
57a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 50 ) ;
58a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 153, 10 ) ;
59a62d0e7fSMatthias Seidel		Text [ en-US ] = "New design" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir
62cdf0e10cSrcweir	RadioButton PAGE1_OLD_DESIGN
63cdf0e10cSrcweir	{
64a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE1_OLD_DESIGN" ;
65a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 63 ) ;
66a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 153, 10 ) ;
67a62d0e7fSMatthias Seidel		Text [ en-US ] = "Existing design" ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir
70cdf0e10cSrcweir	ListBox PAGE1_DESIGNS
71cdf0e10cSrcweir	{
72a62d0e7fSMatthias Seidel		HelpID = "sd:ListBox:DLG_PUBLISHING:PAGE1_DESIGNS" ;
73cdf0e10cSrcweir		Border = TRUE ;
742721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 21, 75 ) ;
752721bf16SMatthias Seidel		Size = MAP_APPFONT ( 144, 63 ) ;
76cdf0e10cSrcweir		TabStop = TRUE ;
77cdf0e10cSrcweir		VScroll = TRUE ;
78cdf0e10cSrcweir	};
79cdf0e10cSrcweir
80cdf0e10cSrcweir	PushButton PAGE1_DEL_DESIGN
81cdf0e10cSrcweir	{
82a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:PAGE1_DEL_DESIGN" ;
832721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 168, 75 ) ;
842721bf16SMatthias Seidel		Size = MAP_APPFONT ( 92, 14 ) ;
85cdf0e10cSrcweir		TabStop = TRUE ;
86cdf0e10cSrcweir		DefButton = TRUE ;
87a62d0e7fSMatthias Seidel		Text [ en-US ] = "Delete Selected Design" ;
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir
90cdf0e10cSrcweir	FixedText PAGE1_DESC
91cdf0e10cSrcweir	{
922721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 12, 142 ) ;
932721bf16SMatthias Seidel		Size = MAP_APPFONT ( 258, 8 ) ;
94a62d0e7fSMatthias Seidel		Text [ en-US ] = "Select an existing design or create a new one" ;
95cdf0e10cSrcweir	};
96cdf0e10cSrcweir
97cdf0e10cSrcweir
982721bf16SMatthias Seidel	// Page 2: Type of publishing
99cdf0e10cSrcweir	FixedBitmap PAGE2_BMP
100cdf0e10cSrcweir	{
101cdf0e10cSrcweir		OutputSize = TRUE ;
102dafafb59SMatthias Seidel		Border = TRUE ;
103a62d0e7fSMatthias Seidel		Scale = TRUE ;
104dafafb59SMatthias Seidel		Pos = MAP_APPFONT ( 6, 4 ) ;
105dafafb59SMatthias Seidel		Size = MAP_APPFONT ( 258, 29 ) ;
106a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdlg1.png" ; } ;
107cdf0e10cSrcweir	};
108cdf0e10cSrcweir
109cdf0e10cSrcweir	FixedLine PAGE2_TITEL
110cdf0e10cSrcweir	{
111cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 38 ) ;
112cdf0e10cSrcweir		Size = MAP_APPFONT ( 124, 8 ) ;
11363cd77b6SMatthias Seidel		Text [ en-US ] = "Publication type" ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir
116cdf0e10cSrcweir	RadioButton PAGE2_STANDARD
117cdf0e10cSrcweir	{
118a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_STANDARD" ;
119a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 50 ) ;
120a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
121a62d0e7fSMatthias Seidel		Text [ en-US ] = "Standard H~TML format" ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir
124cdf0e10cSrcweir	RadioButton PAGE2_FRAMES
125cdf0e10cSrcweir	{
126a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_FRAMES" ;
127a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 63 ) ;
128a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
129a62d0e7fSMatthias Seidel		Text [ en-US ] = "Standard HTML with ~frames" ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir
132cdf0e10cSrcweir	RadioButton PAGE2_KIOSK
133cdf0e10cSrcweir	{
134a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_KIOSK" ;
135a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 76 ) ;
136a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
137a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Automatic" ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir
140cdf0e10cSrcweir	RadioButton PAGE2_WEBCAST
141cdf0e10cSrcweir	{
142a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_WEBCAST" ;
143a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 89 ) ;
144a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
145a62d0e7fSMatthias Seidel		Text [ en-US ] = "~WebCast" ;
146cdf0e10cSrcweir	};
147cdf0e10cSrcweir
148cdf0e10cSrcweir	FixedBitmap PAGE2_NOFRAMES_FB
149cdf0e10cSrcweir	{
150a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 102 ) ;
151a62d0e7fSMatthias Seidel		Scale = TRUE ;
152a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 60, 50 ) ;
153a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdes1.png" ; } ;
154cdf0e10cSrcweir		OutputSize = TRUE ;
155a62d0e7fSMatthias Seidel		Border = TRUE ;
156cdf0e10cSrcweir	};
157cdf0e10cSrcweir
158cdf0e10cSrcweir	FixedBitmap PAGE2_FRAMES_FB
159cdf0e10cSrcweir	{
160a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 102 ) ;
161a62d0e7fSMatthias Seidel		Scale = TRUE ;
162a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 60, 50 ) ;
163a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdes2.png" ; };
164cdf0e10cSrcweir		OutputSize = TRUE ;
165a62d0e7fSMatthias Seidel		Border = TRUE ;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir
168cdf0e10cSrcweir	FixedBitmap PAGE2_KIOSK_FB
169cdf0e10cSrcweir	{
170a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 102 ) ;
171a62d0e7fSMatthias Seidel		Scale = TRUE ;
172a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 60, 50 ) ;
173a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdes3.png" ; } ;
174cdf0e10cSrcweir		OutputSize = TRUE ;
175a62d0e7fSMatthias Seidel		Border = TRUE ;
176cdf0e10cSrcweir	};
177cdf0e10cSrcweir
178cdf0e10cSrcweir	FixedBitmap PAGE2_WEBCAST_FB
179cdf0e10cSrcweir	{
180a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 102 ) ;
181a62d0e7fSMatthias Seidel		Scale = TRUE ;
182a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 60, 50 ) ;
183a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdes4.png" ; } ;
184cdf0e10cSrcweir		OutputSize = TRUE ;
185a62d0e7fSMatthias Seidel		Border = TRUE ;
186cdf0e10cSrcweir	};
187cdf0e10cSrcweir
1882721bf16SMatthias Seidel	// Special options for html
189cdf0e10cSrcweir	FixedLine PAGE2_TITEL_HTML
190cdf0e10cSrcweir	{
191a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 138, 38 ) ;
192a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 128, 8 ) ;
193a62d0e7fSMatthias Seidel		Text [ en-US ] = "Options" ;
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir
196cdf0e10cSrcweir	CheckBox PAGE2_CONTENT
197cdf0e10cSrcweir	{
198a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE2_CONTENT" ;
199a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 144, 49 ) ;
200a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
201a62d0e7fSMatthias Seidel		Text [ en-US ] = "Create title page" ;
202cdf0e10cSrcweir	};
203cdf0e10cSrcweir
204cdf0e10cSrcweir	FixedLine PAGE2_VERT
205cdf0e10cSrcweir	{
2062721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 132, 49 ) ;
207cdf0e10cSrcweir		Size = MAP_APPFONT ( 4, 109 ) ;
208a62d0e7fSMatthias Seidel		Vert = TRUE ;
209cdf0e10cSrcweir	};
210cdf0e10cSrcweir
211cdf0e10cSrcweir	CheckBox PAGE2_NOTES
212cdf0e10cSrcweir	{
213a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE2_NOTES" ;
214a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 144, 63 ) ;
215a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
216a62d0e7fSMatthias Seidel		Text [ en-US ] = "Show notes" ;
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir
2192721bf16SMatthias Seidel	// Special options for kiosk
220cdf0e10cSrcweir	FixedLine PAGE2_TITEL_KIOSK
221cdf0e10cSrcweir	{
222a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 138, 38 ) ;
223a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 128, 8 ) ;
2242721bf16SMatthias Seidel		Text [ en-US ] = "Advance slides" ;
225cdf0e10cSrcweir	};
226cdf0e10cSrcweir
2272721bf16SMatthias Seidel	RadioButton PAGE2_CHG_DEFAULT
2282721bf16SMatthias Seidel	{
229a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_CHG_DEFAULT" ;
2302721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 144, 49 ) ;
2312721bf16SMatthias Seidel		Size = MAP_APPFONT ( 116, 10 ) ;
2322721bf16SMatthias Seidel		TabStop = TRUE ;
2332721bf16SMatthias Seidel		Text [ en-US ] = "~As stated in document" ;
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir
2362721bf16SMatthias Seidel	RadioButton PAGE2_CHG_AUTO
2372721bf16SMatthias Seidel	{
238a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_CHG_AUTO" ;
2392721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 144, 63 ) ;
2402721bf16SMatthias Seidel		Size = MAP_APPFONT ( 116, 10 ) ;
2412721bf16SMatthias Seidel		TabStop = TRUE ;
2422721bf16SMatthias Seidel		Text [ en-US ] = "~Automatic" ;
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir
245cdf0e10cSrcweir	FixedText PAGE2_DURATION_TXT
246cdf0e10cSrcweir	{
2472721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 154, 77 ) ;
2482721bf16SMatthias Seidel		Size = MAP_APPFONT ( 40, 10 ) ;
2492721bf16SMatthias Seidel		Text [ en-US ] = "~Slide view time:" ;
250cdf0e10cSrcweir	};
251cdf0e10cSrcweir
252cdf0e10cSrcweir	TimeField PAGE2_DURATION_TMF
253cdf0e10cSrcweir	{
254a62d0e7fSMatthias Seidel		HelpID = "sd:TimeField:DLG_PUBLISHING:PAGE2_DURATION_TMF" ;
2552721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 196, 76 ) ;
2562721bf16SMatthias Seidel		Size = MAP_APPFONT ( 48, 12 ) ;
2572721bf16SMatthias Seidel		Border = TRUE ;
2582721bf16SMatthias Seidel		TabStop = TRUE ;
2592721bf16SMatthias Seidel		Repeat = TRUE ;
2602721bf16SMatthias Seidel		Spin = TRUE ;
2612721bf16SMatthias Seidel		Duration = TRUE ;
2622721bf16SMatthias Seidel		StrictFormat = TRUE ;
2632721bf16SMatthias Seidel		Maximum = Time
2642721bf16SMatthias Seidel	{
2652721bf16SMatthias Seidel		Hour = 23 ;
2662721bf16SMatthias Seidel		Minute = 59 ;
2672721bf16SMatthias Seidel		Second = 59 ;
2682721bf16SMatthias Seidel	};
2692721bf16SMatthias Seidel		Last = Time
2702721bf16SMatthias Seidel	{
2712721bf16SMatthias Seidel		Hour = 23 ;
2722721bf16SMatthias Seidel		Minute = 59 ;
2732721bf16SMatthias Seidel		Second = 59 ;
2742721bf16SMatthias Seidel	};
275a62d0e7fSMatthias Seidel		QuickHelpText [ en-US ] = "~Duration of page" ;
276cdf0e10cSrcweir	};
277cdf0e10cSrcweir
278cdf0e10cSrcweir	CheckBox PAGE2_ENDLESS
279cdf0e10cSrcweir	{
280a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE2_ENDLESS" ;
281a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 154, 91 ) ;
282a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 108, 10 ) ;
283cdf0e10cSrcweir		Text [ en-US ] = "~Endless" ;
284cdf0e10cSrcweir	};
285cdf0e10cSrcweir
2862721bf16SMatthias Seidel	// Special options for WebCast
287cdf0e10cSrcweir	FixedLine PAGE2_TITEL_WEBCAST
288cdf0e10cSrcweir	{
289a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 138, 38 ) ;
290a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 128, 8 ) ;
291cdf0e10cSrcweir		Text [ en-US ] = "WebCast" ;
292cdf0e10cSrcweir	};
293cdf0e10cSrcweir
294cdf0e10cSrcweir	RadioButton PAGE2_ASP
295cdf0e10cSrcweir	{
296a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_ASP" ;
297a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 144, 49 ) ;
298a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
299a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Active Server Pages (ASP)" ;
300cdf0e10cSrcweir	};
301cdf0e10cSrcweir
302cdf0e10cSrcweir	RadioButton PAGE2_PERL
303cdf0e10cSrcweir	{
304a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE2_PERL" ;
305a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 144, 63 ) ;
306a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
307cdf0e10cSrcweir		Text [ en-US ] = "Perl" ;
308cdf0e10cSrcweir	};
309cdf0e10cSrcweir
310cdf0e10cSrcweir	FixedText PAGE2_INDEX_TXT
311cdf0e10cSrcweir	{
312a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 154, 76 ) ;
313a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 105, 10 ) ;
314a62d0e7fSMatthias Seidel		Text [ en-US ] = "~URL for listeners" ;
315cdf0e10cSrcweir	};
316cdf0e10cSrcweir
317cdf0e10cSrcweir	Edit PAGE2_INDEX
318cdf0e10cSrcweir	{
319a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_PUBLISHING:PAGE2_INDEX" ;
320a62d0e7fSMatthias Seidel		BORDER = TRUE ;
321a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 154, 88 ) ;
322a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 105, 12 ) ;
323a62d0e7fSMatthias Seidel		Left = TRUE ;
324cdf0e10cSrcweir	};
325cdf0e10cSrcweir
326cdf0e10cSrcweir	FixedText PAGE2_URL_TXT
327cdf0e10cSrcweir	{
328a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 154, 104 ) ;
329a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 105, 10 ) ;
330a62d0e7fSMatthias Seidel		Text [ en-US ] = "URL for ~presentation:" ;
331cdf0e10cSrcweir	};
332cdf0e10cSrcweir
333cdf0e10cSrcweir	Edit PAGE2_URL
334cdf0e10cSrcweir	{
335a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_PUBLISHING:PAGE2_URL" ;
336a62d0e7fSMatthias Seidel		BORDER = TRUE ;
337a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 154, 116 ) ;
338a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 105, 12 ) ;
339a62d0e7fSMatthias Seidel		LEFT = TRUE ;
340cdf0e10cSrcweir	};
341cdf0e10cSrcweir
342cdf0e10cSrcweir	FixedText PAGE2_CGI_TXT
343cdf0e10cSrcweir	{
344a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 154, 132 ) ;
345a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 105, 10 ) ;
346a62d0e7fSMatthias Seidel		Text [ en-US ] = "URL for ~Perl scripts:" ;
347cdf0e10cSrcweir	};
348cdf0e10cSrcweir
349cdf0e10cSrcweir	Edit PAGE2_CGI
350cdf0e10cSrcweir	{
351a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_PUBLISHING:PAGE2_CGI" ;
352a62d0e7fSMatthias Seidel		BORDER = TRUE ;
353a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 154, 144 ) ;
354a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 105, 12 ) ;
355a62d0e7fSMatthias Seidel		LEFT = TRUE ;
356cdf0e10cSrcweir	};
357cdf0e10cSrcweir
358cdf0e10cSrcweir
3592721bf16SMatthias Seidel	// Page 3: Misc Options, Picture format and resolution
360cdf0e10cSrcweir	FixedBitmap PAGE3_BMP
361cdf0e10cSrcweir	{
362cdf0e10cSrcweir		OutputSize = TRUE ;
36363cd77b6SMatthias Seidel		Border = TRUE ;
364a62d0e7fSMatthias Seidel		Scale = TRUE ;
36563cd77b6SMatthias Seidel		Pos = MAP_APPFONT ( 6, 4 ) ;
36663cd77b6SMatthias Seidel		Size = MAP_APPFONT ( 258, 29 ) ;
367a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdlg2.png" ; } ;
368cdf0e10cSrcweir	};
369cdf0e10cSrcweir
3702721bf16SMatthias Seidel	// Picture Format
371cdf0e10cSrcweir	FixedLine PAGE3_TITEL_1
372cdf0e10cSrcweir	{
373cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 38 ) ;
374cdf0e10cSrcweir		Size = MAP_APPFONT ( 124, 8 ) ;
375a62d0e7fSMatthias Seidel		Text [ en-US ] = "Save graphics as" ;
376cdf0e10cSrcweir	};
377cdf0e10cSrcweir
378cdf0e10cSrcweir	RadioButton PAGE3_PNG
379cdf0e10cSrcweir	{
380a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_PNG" ;
381a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 49 ) ;
382a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
383a62d0e7fSMatthias Seidel		Text [ en-US ] = "~PNG" ;
384cdf0e10cSrcweir	};
38563cd77b6SMatthias Seidel
386cdf0e10cSrcweir	RadioButton PAGE3_GIF
387cdf0e10cSrcweir	{
388a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_GIF" ;
389a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 63 ) ;
390a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
391a62d0e7fSMatthias Seidel		Text [ en-US ] = "~GIF" ;
392cdf0e10cSrcweir	};
393cdf0e10cSrcweir
394cdf0e10cSrcweir	RadioButton PAGE3_JPG
395cdf0e10cSrcweir	{
396a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_JPG" ;
397a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 77 ) ;
398a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
399a62d0e7fSMatthias Seidel		Text [ en-US ] = "~JPG" ;
400cdf0e10cSrcweir	};
401cdf0e10cSrcweir
402cdf0e10cSrcweir	ComboBox PAGE3_QUALITY
403cdf0e10cSrcweir	{
404a62d0e7fSMatthias Seidel		HelpID = "sd:ComboBox:DLG_PUBLISHING:PAGE3_QUALITY" ;
405a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 18, 91 ) ;
406a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 28, 70 ) ;
407cdf0e10cSrcweir		TabStop = TRUE ;
408cdf0e10cSrcweir		DropDown = TRUE ;
409cdf0e10cSrcweir	};
410cdf0e10cSrcweir
411cdf0e10cSrcweir	FixedText PAGE3_QUALITY_TXT
412cdf0e10cSrcweir	{
413a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 49, 93 ) ;
414a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 79, 10 ) ;
415a62d0e7fSMatthias Seidel		Text [ en-US ] = "Quality" ;
416cdf0e10cSrcweir	};
417cdf0e10cSrcweir
418cdf0e10cSrcweir	FixedLine PAGE3_VERT
419cdf0e10cSrcweir	{
4202721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 132, 49 ) ;
421cdf0e10cSrcweir		Size = MAP_APPFONT ( 4, 65 ) ;
422a62d0e7fSMatthias Seidel		Vert = TRUE ;
423cdf0e10cSrcweir	};
424cdf0e10cSrcweir
4252721bf16SMatthias Seidel	// Resolution
426cdf0e10cSrcweir	FixedLine PAGE3_TITEL_2
427cdf0e10cSrcweir	{
428a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 138, 38 ) ;
429a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 128, 8 ) ;
430a62d0e7fSMatthias Seidel		Text [ en-US ] = "Monitor resolution" ;
431cdf0e10cSrcweir	};
432cdf0e10cSrcweir
433cdf0e10cSrcweir	RadioButton PAGE3_RESOLUTION_1
434cdf0e10cSrcweir	{
435a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_RESOLUTION_1" ;
436a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 144, 49 ) ;
437a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
438a62d0e7fSMatthias Seidel		Text [ en-US ] = "Low resolution (~640x480 pixels)" ;
439cdf0e10cSrcweir	};
440cdf0e10cSrcweir
441cdf0e10cSrcweir	RadioButton PAGE3_RESOLUTION_2
442cdf0e10cSrcweir	{
443a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_RESOLUTION_2" ;
444a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 144, 63 ) ;
445a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 116, 10 ) ;
446a62d0e7fSMatthias Seidel		Text [ en-US ] = "Medium resolution (~800x600 pixels)" ;
447cdf0e10cSrcweir	};
448cdf0e10cSrcweir
449cdf0e10cSrcweir	RadioButton PAGE3_RESOLUTION_3
450cdf0e10cSrcweir	{
451a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_RESOLUTION_3" ;
452cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144, 77 ) ;
4532721bf16SMatthias Seidel		Size = MAP_APPFONT ( 116, 10 ) ;
454a62d0e7fSMatthias Seidel		Text [ en-US ] = "High resolution (~1024x768 pixels)" ;
455cdf0e10cSrcweir	};
456cdf0e10cSrcweir
4572721bf16SMatthias Seidel	// Effects
458cdf0e10cSrcweir	FixedLine PAGE3_TITEL_3
459cdf0e10cSrcweir	{
460a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 6, 114 ) ;
461a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 258, 8 ) ;
462a62d0e7fSMatthias Seidel		Text [ en-US ] = "Effects" ;
463cdf0e10cSrcweir	};
464cdf0e10cSrcweir
465cdf0e10cSrcweir	CheckBox PAGE3_SLD_SOUND
466cdf0e10cSrcweir	{
467a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE3_SLD_SOUND" ;
468a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 12, 125 ) ;
469a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 252, 10 ) ;
470cdf0e10cSrcweir		Text [ en-US ] = "~Export sounds when slide advances" ;
471cdf0e10cSrcweir	};
472cdf0e10cSrcweir
473cdf0e10cSrcweir	CheckBox PAGE3_HIDDEN_SLIDES
474cdf0e10cSrcweir	{
475a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE3_HIDDEN_SLIDES" ;
476a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 12, 138 ) ;
477a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 252, 10 ) ;
478cdf0e10cSrcweir		Text [ en-US ] = "Export ~hidden slides" ;
479cdf0e10cSrcweir	};
480cdf0e10cSrcweir
48163cd77b6SMatthias Seidel	// Page 4: Information for title page
482cdf0e10cSrcweir	FixedBitmap PAGE4_BMP
483cdf0e10cSrcweir	{
484cdf0e10cSrcweir		OutputSize = TRUE ;
48563cd77b6SMatthias Seidel		Border = TRUE ;
48663cd77b6SMatthias Seidel		Scale = TRUE ;
48763cd77b6SMatthias Seidel		Pos = MAP_APPFONT ( 6, 4 ) ;
48863cd77b6SMatthias Seidel		Size = MAP_APPFONT ( 258, 29 ) ;
489a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdlg3.png" ; } ;
490cdf0e10cSrcweir	};
491cdf0e10cSrcweir
492cdf0e10cSrcweir	FixedLine PAGE4_TITEL_1
493cdf0e10cSrcweir	{
4942721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 6, 38 ) ;
4952721bf16SMatthias Seidel		Size = MAP_APPFONT ( 258, 8 ) ;
496a62d0e7fSMatthias Seidel		Text [ en-US ] = "Information for the title page" ;
497cdf0e10cSrcweir	};
498cdf0e10cSrcweir
499cdf0e10cSrcweir	FixedText PAGE4_AUTHOR_TXT
500cdf0e10cSrcweir	{
501a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 12, 51 ) ;
502a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 121, 8 ) ;
503a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Author" ;
504cdf0e10cSrcweir	};
505cdf0e10cSrcweir
506cdf0e10cSrcweir	Edit PAGE4_AUTHOR
507cdf0e10cSrcweir	{
508a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_PUBLISHING:PAGE4_AUTHOR" ;
509cdf0e10cSrcweir		BORDER = TRUE ;
510a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 136, 49 ) ;
511a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 128, 12 ) ;
512a62d0e7fSMatthias Seidel		LEFT = TRUE ;
513cdf0e10cSrcweir	};
514cdf0e10cSrcweir
515cdf0e10cSrcweir	FixedText PAGE4_EMAIL_TXT
516cdf0e10cSrcweir	{
517a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 12, 67 ) ;
518a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 121, 8 ) ;
519a62d0e7fSMatthias Seidel		Text [ en-US ] = "E-~mail address" ;
520cdf0e10cSrcweir	};
521cdf0e10cSrcweir
522cdf0e10cSrcweir	Edit PAGE4_EMAIL_EDIT
523cdf0e10cSrcweir	{
524a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_PUBLISHING:PAGE4_EMAIL_EDIT" ;
525cdf0e10cSrcweir		BORDER = TRUE ;
5262721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 136, 65 ) ;
5272721bf16SMatthias Seidel		Size = MAP_APPFONT ( 128, 12 ) ;
528cdf0e10cSrcweir		LEFT = TRUE ;
529cdf0e10cSrcweir	};
530cdf0e10cSrcweir
531cdf0e10cSrcweir	FixedText PAGE4_WWW_TXT
532cdf0e10cSrcweir	{
533a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 12, 83 ) ;
534a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 121, 8 ) ;
535a62d0e7fSMatthias Seidel		Text [ en-US ] = "Hom~epage" ;
536cdf0e10cSrcweir	};
537cdf0e10cSrcweir
538cdf0e10cSrcweir	Edit PAGE4_WWW_EDIT
539cdf0e10cSrcweir	{
540a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_PUBLISHING:PAGE4_WWW_EDIT" ;
541cdf0e10cSrcweir		BORDER = TRUE ;
542cdf0e10cSrcweir		Pos = MAP_APPFONT ( 136, 81 ) ;
543cdf0e10cSrcweir		Size = MAP_APPFONT ( 128, 12 ) ;
544cdf0e10cSrcweir		LEFT = TRUE ;
545cdf0e10cSrcweir	};
546cdf0e10cSrcweir
547cdf0e10cSrcweir	FixedText PAGE4_TITEL_2
548cdf0e10cSrcweir	{
5492721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 12, 99 ) ;
5502721bf16SMatthias Seidel		Size = MAP_APPFONT ( 121, 8 ) ;
551a62d0e7fSMatthias Seidel		Text [ en-US ] = "Additional ~information" ;
552cdf0e10cSrcweir	};
553cdf0e10cSrcweir
554cdf0e10cSrcweir	MultiLineEdit PAGE4_MISC
555cdf0e10cSrcweir	{
556a62d0e7fSMatthias Seidel		HelpID = "sd:MultiLineEdit:DLG_PUBLISHING:PAGE4_MISC" ;
557cdf0e10cSrcweir		Border = TRUE ;
558cdf0e10cSrcweir		Pos = MAP_APPFONT ( 136, 97 ) ;
5592721bf16SMatthias Seidel		Size = MAP_APPFONT ( 128, 45 ) ;
560cdf0e10cSrcweir		TabStop = TRUE ;
561cdf0e10cSrcweir		VScroll = TRUE ;
562cdf0e10cSrcweir		IgnoreTab = TRUE ;
563cdf0e10cSrcweir	};
564cdf0e10cSrcweir
565cdf0e10cSrcweir	CheckBox PAGE4_DOWNLOAD
566cdf0e10cSrcweir	{
567a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE4_DOWNLOAD" ;
5682721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 12, 149 ) ;
5692721bf16SMatthias Seidel		Size = MAP_APPFONT ( 252, 10 ) ;
570cdf0e10cSrcweir		TabStop = TRUE ;
571a62d0e7fSMatthias Seidel		Text [ en-US ] = "Link to a copy of the ~original presentation" ;
572cdf0e10cSrcweir	};
573cdf0e10cSrcweir
574cdf0e10cSrcweir	CheckBox PAGE4_CREATED
575cdf0e10cSrcweir	{
576a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE4_CREATED" ;
5772721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 12, 152 ) ;
5782721bf16SMatthias Seidel		Size = MAP_APPFONT ( 252, 10 ) ;
579cdf0e10cSrcweir		TabStop = TRUE ;
580a62d0e7fSMatthias Seidel		Text [ en-US ] = "Note: 'Created with %PRODUCTNAME'" ;
581cdf0e10cSrcweir	};
582cdf0e10cSrcweir
5832721bf16SMatthias Seidel	// Page 5: Buttons
584cdf0e10cSrcweir	FixedBitmap PAGE5_BMP
585cdf0e10cSrcweir	{
586cdf0e10cSrcweir		OutputSize = TRUE ;
58763cd77b6SMatthias Seidel		Border = TRUE ;
58863cd77b6SMatthias Seidel		Scale = TRUE ;
58963cd77b6SMatthias Seidel		Pos = MAP_APPFONT ( 6, 4 ) ;
59063cd77b6SMatthias Seidel		Size = MAP_APPFONT ( 258, 29 ) ;
591a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdlg4.png" ; } ;
592cdf0e10cSrcweir	};
593cdf0e10cSrcweir
594cdf0e10cSrcweir	FixedLine PAGE5_TITEL
595cdf0e10cSrcweir	{
5962721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 6, 38 ) ;
5972721bf16SMatthias Seidel		Size = MAP_APPFONT ( 258, 8 ) ;
598a62d0e7fSMatthias Seidel		Text [ en-US ] = "Select button style" ;
599cdf0e10cSrcweir	};
600cdf0e10cSrcweir
601cdf0e10cSrcweir	CheckBox PAGE5_TEXTONLY
602cdf0e10cSrcweir	{
603a62d0e7fSMatthias Seidel		HelpID = "sd:CheckBox:DLG_PUBLISHING:PAGE5_TEXTONLY" ;
604a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 12, 50 ) ;
605a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 243, 10 ) ;
606a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Text only" ;
607cdf0e10cSrcweir	};
608cdf0e10cSrcweir
609cdf0e10cSrcweir	Control PAGE5_BUTTONS
610cdf0e10cSrcweir	{
611cdf0e10cSrcweir		Border = TRUE ;
612a62d0e7fSMatthias Seidel		TabStop = TRUE ;
613cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, 63 ) ;
614cdf0e10cSrcweir		Size = MAP_APPFONT ( 243, 95 ) ;
615cdf0e10cSrcweir	};
616cdf0e10cSrcweir
6172721bf16SMatthias Seidel	// Page 6: Colorscheme
618cdf0e10cSrcweir	FixedBitmap PAGE6_BMP
619cdf0e10cSrcweir	{
620cdf0e10cSrcweir		OutputSize = TRUE ;
62163cd77b6SMatthias Seidel		Border = TRUE ;
62263cd77b6SMatthias Seidel		Scale = TRUE ;
62363cd77b6SMatthias Seidel		Pos = MAP_APPFONT ( 6, 4 ) ;
62463cd77b6SMatthias Seidel		Size = MAP_APPFONT ( 258, 29 ) ;
625a62d0e7fSMatthias Seidel		Fixed = Bitmap { File = "pubdlg5.png" ; } ;
626cdf0e10cSrcweir	};
627cdf0e10cSrcweir
628cdf0e10cSrcweir	FixedLine PAGE6_TITEL
629cdf0e10cSrcweir	{
6302721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 6, 38 ) ;
6312721bf16SMatthias Seidel		Size = MAP_APPFONT ( 258, 8 ) ;
632a62d0e7fSMatthias Seidel		Text [ en-US ] = "Select color scheme" ;
633cdf0e10cSrcweir	};
634cdf0e10cSrcweir
635cdf0e10cSrcweir	RadioButton PAGE6_DOCCOLORS
636cdf0e10cSrcweir	{
637a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE6_DOCCOLORS" ;
638a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 50 ) ;
639a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 246, 10 ) ;
640a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Apply color scheme from document" ;
641cdf0e10cSrcweir	};
642cdf0e10cSrcweir
643cdf0e10cSrcweir	RadioButton PAGE6_DEFAULT
644cdf0e10cSrcweir	{
645a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE6_DEFAULT" ;
646a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 63 ) ;
647a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 246, 10 ) ;
648a62d0e7fSMatthias Seidel		Text [ en-US ] = "Use ~browser colors" ;
649cdf0e10cSrcweir	};
650cdf0e10cSrcweir
651cdf0e10cSrcweir	RadioButton PAGE6_USER
652cdf0e10cSrcweir	{
653a62d0e7fSMatthias Seidel		HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE6_USER" ;
654a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 12, 76 ) ;
655a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 246, 10 ) ;
656a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Use custom color scheme" ;
657cdf0e10cSrcweir	};
658cdf0e10cSrcweir
659cdf0e10cSrcweir	PushButton PAGE6_TEXT
660cdf0e10cSrcweir	{
661a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:PAGE6_TEXT" ;
662a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 89 ) ;
663a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 72, 14 ) ;
664a62d0e7fSMatthias Seidel		Text [ en-US ] = "Text" ;
665cdf0e10cSrcweir	};
666cdf0e10cSrcweir
667cdf0e10cSrcweir	PushButton PAGE6_LINK
668cdf0e10cSrcweir	{
669a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:PAGE6_LINK" ;
670a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 106 ) ;
671a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 72, 14 ) ;
672a62d0e7fSMatthias Seidel		Text [ en-US ] = "Hyper~link" ;
673cdf0e10cSrcweir	};
674cdf0e10cSrcweir
675cdf0e10cSrcweir	PushButton PAGE6_ALINK
676cdf0e10cSrcweir	{
677a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:PAGE6_ALINK" ;
678a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 123 ) ;
679a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 72, 14 ) ;
680a62d0e7fSMatthias Seidel		Text [ en-US ] = "Active Li~nk" ;
681cdf0e10cSrcweir	};
682cdf0e10cSrcweir
683cdf0e10cSrcweir	PushButton PAGE6_VLINK
684cdf0e10cSrcweir	{
685a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:PAGE6_VLINK" ;
686a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 21, 140 ) ;
687a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 72, 14 ) ;
688a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Visited Link" ;
689cdf0e10cSrcweir	};
690cdf0e10cSrcweir
691cdf0e10cSrcweir	Control PAGE6_PREVIEW
692cdf0e10cSrcweir	{
693a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 96, 89 ) ;
694a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 100, 64 ) ;
695a62d0e7fSMatthias Seidel		Border = TRUE ;
696cdf0e10cSrcweir	};
697cdf0e10cSrcweir
698cdf0e10cSrcweir	PushButton PAGE6_BACK
699cdf0e10cSrcweir	{
700a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:PAGE6_BACK" ;
701a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT( 199, 89 ) ;
702a62d0e7fSMatthias Seidel		Size = MAP_APPFONT( 60, 14 ) ;
703a62d0e7fSMatthias Seidel		Text [ en-US ] = "Bac~kground" ;
704cdf0e10cSrcweir	};
705cdf0e10cSrcweir
7062721bf16SMatthias Seidel	// General
707cdf0e10cSrcweir	FixedLine BOTTOM_LINE
708cdf0e10cSrcweir	{
7092721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 1, 162 ) ;
710cdf0e10cSrcweir		Size = MAP_APPFONT ( 272, 4) ;
711cdf0e10cSrcweir	};
712cdf0e10cSrcweir
713cdf0e10cSrcweir	PushButton BUT_LAST
714cdf0e10cSrcweir	{
715a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:BUT_LAST" ;
716cdf0e10cSrcweir		OutputSize = TRUE ;
7172721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 112, 170 ) ;
7182721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
719cdf0e10cSrcweir		TabStop = TRUE ;
720*48c765a2Smseidel		Text [ en-US ] = "< ~Back" ;
721cdf0e10cSrcweir	};
722cdf0e10cSrcweir
723cdf0e10cSrcweir	PushButton BUT_NEXT
724cdf0e10cSrcweir	{
725a62d0e7fSMatthias Seidel		HelpID = "sd:PushButton:DLG_PUBLISHING:BUT_NEXT" ;
726cdf0e10cSrcweir		DefButton = TRUE ;
727cdf0e10cSrcweir		OutputSize = TRUE ;
7282721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 165, 170 ) ;
7292721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
730cdf0e10cSrcweir		TabStop = TRUE ;
731*48c765a2Smseidel		Text [ en-US ] = "~Next >" ;
732cdf0e10cSrcweir	};
733cdf0e10cSrcweir
734cdf0e10cSrcweir	OKButton BUT_FINISH
735cdf0e10cSrcweir	{
736cdf0e10cSrcweir		OutputSize = TRUE ;
7372721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 218, 170 ) ;
7382721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
739cdf0e10cSrcweir		TabStop = TRUE ;
740cdf0e10cSrcweir		Text [ en-US ] = "~Create" ;
741cdf0e10cSrcweir	};
742cdf0e10cSrcweir
743cdf0e10cSrcweir	CancelButton BUT_CANCEL
744cdf0e10cSrcweir	{
745cdf0e10cSrcweir		OutputSize = TRUE ;
7462721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 59, 170 ) ;
7472721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
748cdf0e10cSrcweir		TabStop = TRUE ;
749cdf0e10cSrcweir	};
750cdf0e10cSrcweir	HelpButton BUT_HELP
751cdf0e10cSrcweir	{
752cdf0e10cSrcweir		OutputSize = TRUE ;
7532721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 6, 170 ) ;
7542721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
755cdf0e10cSrcweir		TabStop = TRUE ;
756cdf0e10cSrcweir	};
757cdf0e10cSrcweir};
758cdf0e10cSrcweir
759cdf0e10cSrcweirModalDialog DLG_DESIGNNAME
760cdf0e10cSrcweir{
761a62d0e7fSMatthias Seidel	HelpID = HID_SD_HTMLEXPORT_DLG_DNAME ;
762cdf0e10cSrcweir	OutputSize = TRUE ;
763cdf0e10cSrcweir	SVLook = TRUE ;
7642721bf16SMatthias Seidel	Size = MAP_APPFONT ( 160, 40 ) ;
765cdf0e10cSrcweir	Moveable = TRUE ;
766cdf0e10cSrcweir
767cdf0e10cSrcweir	Edit EDT_NAME
768cdf0e10cSrcweir	{
769a62d0e7fSMatthias Seidel		HelpID = "sd:Edit:DLG_DESIGNNAME:EDT_NAME" ;
770cdf0e10cSrcweir		BORDER = TRUE ;
771a62d0e7fSMatthias Seidel		Pos = MAP_APPFONT ( 4, 4 ) ;
772a62d0e7fSMatthias Seidel		Size = MAP_APPFONT ( 152, 14 ) ;
773a62d0e7fSMatthias Seidel		LEFT = TRUE ;
774cdf0e10cSrcweir	};
775cdf0e10cSrcweir
776cdf0e10cSrcweir	OKButton BTN_SAVE
777cdf0e10cSrcweir	{
778cdf0e10cSrcweir		OutputSize = TRUE ;
7792721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 25, 22 ) ;
7802721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
781cdf0e10cSrcweir		DefButton = TRUE ;
782cdf0e10cSrcweir		TabStop = TRUE ;
783a62d0e7fSMatthias Seidel		Text [ en-US ] = "~Save" ;
784cdf0e10cSrcweir	};
785cdf0e10cSrcweir
786cdf0e10cSrcweir	CancelButton BTN_NOSAVE
787cdf0e10cSrcweir	{
788cdf0e10cSrcweir		OutputSize = TRUE ;
7892721bf16SMatthias Seidel		Pos = MAP_APPFONT ( 80, 22 ) ;
7902721bf16SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
791cdf0e10cSrcweir		TabStop = TRUE ;
792a62d0e7fSMatthias Seidel		Text [ en-US ] = "Do Not Save" ;
793cdf0e10cSrcweir	};
794a62d0e7fSMatthias Seidel		Text [ en-US ] = "Name HTML Design" ;
795cdf0e10cSrcweir};
79663cd77b6SMatthias Seidel
79763cd77b6SMatthias Seidel// ******************************************************************* EOF
798