xref: /trunk/main/cui/source/options/opthtml.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28 // include -----------------------------------------------------------------
29#include "opthtml.hrc"
30#include <cuires.hrc>
31
32 // RID_OFAPAGE_HTMLOPT -----------------------------------------------------
33TabPage RID_OFAPAGE_HTMLOPT
34{
35    HelpID = "cui:TabPage:RID_OFAPAGE_HTMLOPT";
36	OutputSize = TRUE ;
37	Size = MAP_APPFONT ( 260 , 185 ) ;
38	SVLook = TRUE ;
39	Hide = TRUE ;
40	FixedText FT_SIZE1
41	{
42		Pos = MAP_APPFONT ( 12 , 16 ) ;
43		Size = MAP_APPFONT ( 30 , 8 ) ;
44		Text [ en-US ] = "Size ~1" ;
45	};
46	NumericField NF_SIZE1
47	{
48	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE1";
49		Pos = MAP_APPFONT ( 45 , 14 ) ;
50		Size = MAP_APPFONT ( 30 , 12 ) ;
51		Border = TRUE ;
52		TabStop = TRUE ;
53		Left = TRUE ;
54		Repeat = TRUE ;
55		Spin = TRUE ;
56		Minimum = 1 ;
57		Maximum = 50 ;
58		Value = 1 ;
59		First = 1 ;
60		Last = 50 ;
61		SpinSize = 1 ;
62	};
63	FixedText FT_SIZE2
64	{
65		Pos = MAP_APPFONT ( 12 , 32 ) ;
66		Size = MAP_APPFONT ( 30 , 8 ) ;
67		Text [ en-US ] = "Size ~2" ;
68	};
69	NumericField NF_SIZE2
70	{
71	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE2";
72		Pos = MAP_APPFONT ( 45 , 30 ) ;
73		Size = MAP_APPFONT ( 30 , 12 ) ;
74		Border = TRUE ;
75		TabStop = TRUE ;
76		Left = TRUE ;
77		Repeat = TRUE ;
78		Spin = TRUE ;
79		Minimum = 1 ;
80		Maximum = 50 ;
81		Value = 1 ;
82		First = 1 ;
83		Last = 50 ;
84		SpinSize = 1 ;
85	};
86	FixedText FT_SIZE3
87	{
88		Pos = MAP_APPFONT ( 12 , 48 ) ;
89		Size = MAP_APPFONT ( 30 , 8 ) ;
90		Text [ en-US ] = "Size ~3" ;
91	};
92	NumericField NF_SIZE3
93	{
94	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE3";
95		Pos = MAP_APPFONT ( 45 , 46 ) ;
96		Size = MAP_APPFONT ( 30 , 12 ) ;
97		Border = TRUE ;
98		TabStop = TRUE ;
99		Left = TRUE ;
100		Repeat = TRUE ;
101		Spin = TRUE ;
102		Minimum = 1 ;
103		Maximum = 50 ;
104		Value = 1 ;
105		First = 1 ;
106		Last = 50 ;
107		SpinSize = 1 ;
108	};
109	FixedText FT_SIZE4
110	{
111		Pos = MAP_APPFONT ( 12 , 64 ) ;
112		Size = MAP_APPFONT ( 30 , 8 ) ;
113		Text [ en-US ] = "Size ~4" ;
114	};
115	NumericField NF_SIZE4
116	{
117	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE4";
118		Pos = MAP_APPFONT ( 45 , 62 ) ;
119		Size = MAP_APPFONT ( 30 , 12 ) ;
120		Border = TRUE ;
121		TabStop = TRUE ;
122		Left = TRUE ;
123		Repeat = TRUE ;
124		Spin = TRUE ;
125		Minimum = 1 ;
126		Maximum = 50 ;
127		Value = 1 ;
128		First = 1 ;
129		Last = 50 ;
130		SpinSize = 1 ;
131	};
132	FixedText FT_SIZE5
133	{
134		Pos = MAP_APPFONT ( 12 , 80 ) ;
135		Size = MAP_APPFONT ( 30 , 8 ) ;
136		Text [ en-US ] = "Size ~5" ;
137	};
138	NumericField NF_SIZE5
139	{
140	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE5";
141		Pos = MAP_APPFONT ( 45 , 78 ) ;
142		Size = MAP_APPFONT ( 30 , 12 ) ;
143		Border = TRUE ;
144		TabStop = TRUE ;
145		Left = TRUE ;
146		Repeat = TRUE ;
147		Spin = TRUE ;
148		Minimum = 1 ;
149		Maximum = 50 ;
150		Value = 1 ;
151		First = 1 ;
152		Last = 50 ;
153		SpinSize = 1 ;
154	};
155	FixedText FT_SIZE6
156	{
157		Pos = MAP_APPFONT ( 12 , 96 ) ;
158		Size = MAP_APPFONT ( 30 , 8 ) ;
159		Text [ en-US ] = "Size ~6" ;
160	};
161	NumericField NF_SIZE6
162	{
163	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE6";
164		Pos = MAP_APPFONT ( 45 , 94 ) ;
165		Size = MAP_APPFONT ( 30 , 12 ) ;
166		Border = TRUE ;
167		TabStop = TRUE ;
168		Left = TRUE ;
169		Repeat = TRUE ;
170		Spin = TRUE ;
171		Minimum = 1 ;
172		Maximum = 50 ;
173		Value = 1 ;
174		First = 1 ;
175		Last = 50 ;
176		SpinSize = 1 ;
177	};
178	FixedText FT_SIZE7
179	{
180		Pos = MAP_APPFONT ( 12 , 112 ) ;
181		Size = MAP_APPFONT ( 30 , 8 ) ;
182		Text [ en-US ] = "Size ~7" ;
183	};
184	NumericField NF_SIZE7
185	{
186	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE7";
187		Pos = MAP_APPFONT ( 45 , 110 ) ;
188		Size = MAP_APPFONT ( 30 , 12 ) ;
189		Border = TRUE ;
190		TabStop = TRUE ;
191		Left = TRUE ;
192		Repeat = TRUE ;
193		Spin = TRUE ;
194		Minimum = 1 ;
195		Maximum = 50 ;
196		Value = 1 ;
197		First = 1 ;
198		Last = 50 ;
199		SpinSize = 1 ;
200	};
201    FixedLine GB_FONTSIZE
202	{
203		Pos = MAP_APPFONT ( 6 , 3 ) ;
204        Size = MAP_APPFONT ( 75 , 8 ) ;
205		Text [ en-US ] = "Font sizes" ;
206	};
207    FixedLine GB_IMPORT
208	{
209		Pos = MAP_APPFONT ( 87 , 3 ) ;
210        Size = MAP_APPFONT ( 167 , 8 ) ;
211		Text [ en-US ] = "Import" ;
212	};
213	CheckBox CB_NUMBERS_ENGLISH_US
214	{
215	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_NUMBERS_ENGLISH_US";
216		Pos = MAP_APPFONT ( 93 , 14 ) ;
217        Size = MAP_APPFONT ( 161 , 10 ) ;
218		TabStop = TRUE ;
219		Text [ en-US ] = "~Use '%ENGLISHUSLOCALE' locale for numbers" ;
220	};
221	CheckBox CB_UNKNOWN_TAGS
222	{
223	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS";
224		Pos = MAP_APPFONT ( 93 , 28 ) ;
225		Size = MAP_APPFONT ( 155 , 10 ) ;
226		TabStop = TRUE ;
227		Text [ en-US ] = "~Import unknown HTML tags as fields" ;
228	};
229	CheckBox CB_IGNORE_FONTNAMES
230	{
231	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES";
232		Pos = MAP_APPFONT ( 93 , 42 ) ;
233		Size = MAP_APPFONT ( 155 , 10 ) ;
234		TabStop = TRUE ;
235		Text [ en-US ] = "Ignore ~font settings" ;
236	};
237    FixedLine GB_EXPORT
238	{
239		Pos = MAP_APPFONT ( 87 , 58 ) ;
240        Size = MAP_APPFONT ( 167 , 8 ) ;
241		Text [ en-US ] = "Export" ;
242	};
243	ListBox LB_EXPORT
244	{
245	    HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_EXPORT";
246		Pos = MAP_APPFONT ( 93 , 69 ) ;
247		Size = MAP_APPFONT ( 155 , 50 ) ;
248		Border = TRUE ;
249		DropDown = TRUE ;
250		StringList =
251		{
252			< "HTML 3.2" ; > ;
253            < "Microsoft Internet Explorer" ; > ;
254            < "Netscape Navigator"; > ;
255			< "%PRODUCTNAME Writer" ; > ;
256		};
257	};
258	CheckBox CB_STARBASIC
259	{
260	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC";
261		Pos = MAP_APPFONT ( 93 , 88 ) ;
262        Size = MAP_APPFONT ( 155 , 10 ) ;
263        Text = "%PRODUCTNAME ~Basic" ;
264	};
265	CheckBox CB_STARBASIC_WARNING
266	{
267	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING";
268        Pos = MAP_APPFONT ( 99 , 102 ) ;
269        Size = MAP_APPFONT ( 149 , 10 ) ;
270		Text [ en-US ] = "Display ~warning";
271	};
272	CheckBox CB_PRINT_EXTENSION
273	{
274	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_PRINT_EXTENSION";
275        Pos = MAP_APPFONT ( 93 , 116 ) ;
276		Size = MAP_APPFONT ( 155 , 10 ) ;
277		Text [ en-US ] = "~Print layout" ;
278	};
279	CheckBox CB_LOCAL_GRF
280	{
281	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF";
282        Pos = MAP_APPFONT ( 93 , 130 ) ;
283		Size = MAP_APPFONT ( 155 , 10 ) ;
284		Text [ en-US ] = "~Copy local graphics to Internet" ;
285	};
286
287    FixedText FT_CHARSET
288    {
289        Pos = MAP_APPFONT ( 93 , 144 ) ;
290        Size = MAP_APPFONT ( 65 , 8 ) ;
291    	Text [ en-US ] = "Character set";
292	};
293    ListBox LB_CHARSET
294    {
295        HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_CHARSET";
296        Pos = MAP_APPFONT ( 162 , 143 ) ;
297        Size = MAP_APPFONT ( 86 , 61 ) ;
298        TabStop = TRUE ;
299        DropDown = TRUE ;
300        Sort = TRUE ;
301    };
302};
303 // ******************************************************************* EOF
304