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 "impswfdialog.hrc"
25
26ModalDialog DLG_OPTIONS
27{
28    HelpID = "filter:ModalDialog:DLG_OPTIONS";
29	Size = MAP_APPFONT ( 200 , 200 ) ;
30	OutputSize = TRUE ;
31	SVLook = TRUE ;
32	Moveable = TRUE ;
33	Closeable = TRUE ;
34	Text [ en-US ] = "Macromedia Flash (SWF) Options" ;
35
36	FixedText FI_DESCR
37	{
38		Pos = MAP_APPFONT ( 12 , 14 ) ;
39		Size = MAP_APPFONT ( 81 , 16 ) ;
40		Text [ en-US ] = "1: min. quality\n100: max. quality" ;
41	};
42	NumericField NUM_FLD_QUALITY
43	{
44	    HelpID = "filter:NumericField:DLG_OPTIONS:NUM_FLD_QUALITY";
45		Border = TRUE ;
46		Pos = MAP_APPFONT ( 12 , 33 ) ;
47		Size = MAP_APPFONT ( 50 , 12 ) ;
48		TabStop = TRUE ;
49		Spin = TRUE ;
50		Minimum = 1;
51		Maximum = 100 ;
52		StrictFormat = TRUE ;
53		Last = 100 ;
54		Repeat = TRUE ;
55	};
56	CheckBox BOOL_EXPORT_ALL
57	{
58	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_ALL";
59		Pos = MAP_APPFONT ( 12 , 65 ) ;
60		Size = MAP_APPFONT ( 10 , 14 ) ;
61		TabStop = TRUE ;
62	};
63	FixedText FI_EXPORT_ALL_DESCR
64	{
65		Pos = MAP_APPFONT ( 25 , 65 ) ;
66		Size = MAP_APPFONT ( 150 , 16 ) ;
67		Text = "Export All Slides (Uncheck exports current slide)" ;
68	};
69	CheckBox BOOL_EXPORT_MULTIPLE_FILES
70	{
71	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_MULTIPLE_FILES";
72		Pos = MAP_APPFONT ( 12 , 80 ) ;
73		Size = MAP_APPFONT ( 10 , 14 ) ;
74		TabStop = TRUE ;
75	};
76	FixedText FI_EXPORT_MULTIPLE_FILES_DESCR
77	{
78		Pos = MAP_APPFONT ( 25 , 80 ) ;
79		Size = MAP_APPFONT ( 150 , 16 ) ;
80		Text = "Export As Multiple Files" ;
81	};
82	CheckBox BOOL_EXPORT_BACKGROUNDS
83	{
84	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_BACKGROUNDS";
85		Pos = MAP_APPFONT ( 22 , 95 ) ;
86		Size = MAP_APPFONT ( 10 , 14 ) ;
87		TabStop = TRUE ;
88	};
89	FixedText FI_EXPORT_BACKGROUNDS_DESCR
90	{
91		Pos = MAP_APPFONT ( 35 , 95 ) ;
92		Size = MAP_APPFONT ( 100 , 16 ) ;
93		Text = "Export Backgrounds" ;
94	};
95	CheckBox BOOL_EXPORT_BACKGROUND_OBJECTS
96	{
97	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_BACKGROUND_OBJECTS";
98		Pos = MAP_APPFONT ( 22 , 107) ;
99		Size = MAP_APPFONT ( 10 , 14 ) ;
100		TabStop = TRUE ;
101	};
102	FixedText FI_EXPORT_BACKGROUND_OBJECTS_DESCR
103	{
104		Pos = MAP_APPFONT ( 35 , 107) ;
105		Size = MAP_APPFONT ( 100 , 16 ) ;
106		Text = "Export Background Objects" ;
107	};
108	CheckBox BOOL_EXPORT_SLIDE_CONTENTS
109	{
110	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_SLIDE_CONTENTS";
111		Pos = MAP_APPFONT ( 22 , 119 ) ;
112		Size = MAP_APPFONT ( 10 , 14 ) ;
113		TabStop = TRUE ;
114	};
115	FixedText FI_EXPORT_SLIDE_CONTENTS_DESCR
116	{
117		Pos = MAP_APPFONT ( 35 , 119 ) ;
118		Size = MAP_APPFONT ( 100 , 16 ) ;
119		Text = "Export Slide Contents" ;
120	};
121	CheckBox BOOL_EXPORT_SOUND
122	{
123	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_SOUND";
124		Pos = MAP_APPFONT ( 12 , 134 ) ;
125		Size = MAP_APPFONT ( 10 , 14 ) ;
126		TabStop = TRUE ;
127	};
128	FixedText FI_EXPORT_SOUND_DESCR
129	{
130		Pos = MAP_APPFONT ( 25 , 134 ) ;
131		Size = MAP_APPFONT ( 100 , 16 ) ;
132		Text = "Export Verilogix Slide Annotations" ;
133	};
134	CheckBox BOOL_EXPORT_OLE_AS_JPEG
135	{
136	    HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_OLE_AS_JPEG";
137		Pos = MAP_APPFONT ( 12 , 146 ) ;
138		Size = MAP_APPFONT ( 10 , 14 ) ;
139		TabStop = TRUE ;
140	};
141	FixedText FI_EXPORT_OLE_AS_JPEG_DESCR
142	{
143		Pos = MAP_APPFONT ( 25 , 146 ) ;
144		Size = MAP_APPFONT ( 100 , 16 ) ;
145		Text = "Export OLE Objects as JPEG images" ;
146	};
147
148
149	OKButton BTN_OK
150	{
151		Pos = MAP_APPFONT ( 12 , 180 ) ;
152		Size = MAP_APPFONT ( 50 , 14 ) ;
153		TabStop = TRUE ;
154		DefButton = TRUE ;
155	};
156	CancelButton BTN_CANCEL
157	{
158		Pos = MAP_APPFONT ( 70 , 180 ) ;
159		Size = MAP_APPFONT ( 50 , 14 ) ;
160		TabStop = TRUE ;
161	};
162	HelpButton BTN_HELP
163	{
164		Pos = MAP_APPFONT ( 140 , 180 ) ;
165		Size = MAP_APPFONT ( 50 , 14 ) ;
166		TabStop = TRUE ;
167	};
168
169};
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188