xref: /aoo41x/main/cui/source/options/optinet2.src (revision c86973eb)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
100e2af6afSAndrew Rist *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120e2af6afSAndrew Rist *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
190e2af6afSAndrew Rist *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir // include ------------------------------------------------------------------
24cdf0e10cSrcweir#include <sfx2/sfx.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include <cuires.hrc>
27cdf0e10cSrcweir#include "optinet2.hrc"
28cdf0e10cSrcweir // pragma -------------------------------------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir/************************************************************************/
31cdf0e10cSrcweir/*                                                                      */
32cdf0e10cSrcweir/*  Proxy server                                                        */
33cdf0e10cSrcweir/*                                                                      */
34cdf0e10cSrcweir/************************************************************************/
35cdf0e10cSrcweir
36cdf0e10cSrcweirTabPage RID_SVXPAGE_INET_PROXY
37cdf0e10cSrcweir{
38cdf0e10cSrcweir	HelpId = HID_OPTIONS_PROXY ;
39cdf0e10cSrcweir	OutputSize = TRUE ;
40cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
41cdf0e10cSrcweir	SVLook = TRUE ;
42cdf0e10cSrcweir	Hide = TRUE ;
43cdf0e10cSrcweir	Text [ en-US ] = "Proxy" ;
44cdf0e10cSrcweir									#define GB_TYPES_TOP 3
45cdf0e10cSrcweir									#define GB_TYPES_LEFT 6
46cdf0e10cSrcweir    FixedLine GB_SETTINGS
47cdf0e10cSrcweir	{
48cdf0e10cSrcweir		Pos = MAP_APPFONT ( GB_TYPES_LEFT , GB_TYPES_TOP ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
50cdf0e10cSrcweir		Text [ en-US ] = "Settings" ;
51cdf0e10cSrcweir	};
52cdf0e10cSrcweir	FixedText FT_PROXYMODE
53cdf0e10cSrcweir	{
54cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 13 ) ;
55cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 8 ) ;
56cdf0e10cSrcweir		Text [ en-US ] = "Proxy s~erver" ;
57cdf0e10cSrcweir	};
58cdf0e10cSrcweir	ListBox LB_PROXYMODE
59cdf0e10cSrcweir	{
60cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_INET_PROXY:LB_PROXYMODE";
61cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 11 ) ;
62cdf0e10cSrcweir		Size = MAP_APPFONT ( 49 , 48 ) ;
63cdf0e10cSrcweir		Border = TRUE ;
64cdf0e10cSrcweir		DropDown = TRUE ;
65cdf0e10cSrcweir		StringList [ en-US ] =
66cdf0e10cSrcweir		{
67cdf0e10cSrcweir			< "None" ; > ;
68cdf0e10cSrcweir			< "System" ; > ;
69cdf0e10cSrcweir			< "Manual" ; > ;
70cdf0e10cSrcweir		};
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir    String ST_PROXY_FROM_BROWSER
73cdf0e10cSrcweir    {
74cdf0e10cSrcweir    	Text [ en-US ] = "Use browser settings";
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir    FixedText FT_HTTP_PROXY
77cdf0e10cSrcweir	{
78cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 29 ) ;
79cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 8 ) ;
80cdf0e10cSrcweir		Text [ en-US ] = "HT~TP proxy" ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	Edit ED_HTTP_PROXY
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTP_PROXY";
85cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 27 ) ;
86cdf0e10cSrcweir		Size = MAP_APPFONT ( 123 , 12 ) ;
87cdf0e10cSrcweir		Border = TRUE ;
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir
90cdf0e10cSrcweir	#define FT_PORT_WIDTH		37
91cdf0e10cSrcweir	#define ED_PORT_WIDTH		20
92cdf0e10cSrcweir	#define ED_PORT_COL			229
93cdf0e10cSrcweir
94cdf0e10cSrcweir	FixedText FT_HTTP_PORT
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 29 ) ;
97cdf0e10cSrcweir        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
98cdf0e10cSrcweir		Right = TRUE;
99cdf0e10cSrcweir		Text [ en-US ] = "~Port" ;
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	Edit ED_HTTP_PORT
102cdf0e10cSrcweir	{
103cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTP_PORT";
104cdf0e10cSrcweir		Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 27 ) ;
105cdf0e10cSrcweir		Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
106cdf0e10cSrcweir		Border = TRUE ;
107cdf0e10cSrcweir	};
108cdf0e10cSrcweir
109cdf0e10cSrcweir	FixedText FT_HTTPS_PROXY
110cdf0e10cSrcweir	{
111cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 45 ) ;
112cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 8 ) ;
113cdf0e10cSrcweir		Text [ en-US ] = "HTTP~S proxy" ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir	Edit ED_HTTPS_PROXY
116cdf0e10cSrcweir	{
117cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTPS_PROXY";
118cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 43 ) ;
119cdf0e10cSrcweir		Size = MAP_APPFONT ( 123 , 12 ) ;
120cdf0e10cSrcweir		Border = TRUE ;
121cdf0e10cSrcweir	};
122cdf0e10cSrcweir	FixedText FT_HTTPS_PORT
123cdf0e10cSrcweir	{
124cdf0e10cSrcweir        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 45 ) ;
125cdf0e10cSrcweir        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
126cdf0e10cSrcweir		Right = TRUE;
127cdf0e10cSrcweir		Text [ en-US ] = "P~ort" ;
128cdf0e10cSrcweir	};
129cdf0e10cSrcweir	Edit ED_HTTPS_PORT
130cdf0e10cSrcweir	{
131cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTPS_PORT";
132cdf0e10cSrcweir		Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 43 ) ;
133cdf0e10cSrcweir		Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
134cdf0e10cSrcweir		Border = TRUE ;
135cdf0e10cSrcweir	};
136cdf0e10cSrcweir
137cdf0e10cSrcweir	FixedText FT_FTP_PROXY
138cdf0e10cSrcweir	{
139cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 61 ) ;
140cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 8 ) ;
141cdf0e10cSrcweir		Text [ en-US ] = "~FTP proxy" ;
142cdf0e10cSrcweir	};
143cdf0e10cSrcweir	Edit ED_FTP_PROXY
144cdf0e10cSrcweir	{
145cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_FTP_PROXY";
146cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 59 ) ;
147cdf0e10cSrcweir		Size = MAP_APPFONT ( 123 , 12 ) ;
148cdf0e10cSrcweir		Border = TRUE ;
149cdf0e10cSrcweir	};
150cdf0e10cSrcweir	FixedText FT_FTP_PORT
151cdf0e10cSrcweir	{
152cdf0e10cSrcweir        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 61 ) ;
153cdf0e10cSrcweir        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
154cdf0e10cSrcweir		Right = TRUE;
155cdf0e10cSrcweir		Text [ en-US ] = "P~ort" ;
156cdf0e10cSrcweir	};
157cdf0e10cSrcweir	Edit ED_FTP_PORT
158cdf0e10cSrcweir	{
159cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_FTP_PORT";
160cdf0e10cSrcweir		Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 59 ) ;
161cdf0e10cSrcweir		Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
162cdf0e10cSrcweir		Border = TRUE ;
163cdf0e10cSrcweir	};
164cdf0e10cSrcweir	FixedText FT_SOCKS_PROXY
165cdf0e10cSrcweir	{
166cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 77 ) ;
167cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 10 ) ;
168cdf0e10cSrcweir		Text [ en-US ] = "~SOCKS proxy" ;
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir	Edit ED_SOCKS_PROXY
171cdf0e10cSrcweir	{
172cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PROXY";
173cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 75 ) ;
174cdf0e10cSrcweir		Size = MAP_APPFONT ( 123 , 12 ) ;
175cdf0e10cSrcweir		Border = TRUE ;
176cdf0e10cSrcweir	};
177cdf0e10cSrcweir	FixedText FT_SOCKS_PORT
178cdf0e10cSrcweir	{
179cdf0e10cSrcweir        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 77 ) ;
180cdf0e10cSrcweir        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
181cdf0e10cSrcweir		Right = TRUE;
182cdf0e10cSrcweir		Text [ en-US ] = "Po~rt" ;
183cdf0e10cSrcweir	};
184cdf0e10cSrcweir	Edit ED_SOCKS_PORT
185cdf0e10cSrcweir	{
186cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT";
187cdf0e10cSrcweir		Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 75 ) ;
188cdf0e10cSrcweir		Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
189cdf0e10cSrcweir		Border = TRUE ;
190cdf0e10cSrcweir	};
191cdf0e10cSrcweir	FixedText FT_NOPROXYFOR
192cdf0e10cSrcweir	{
193cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 93 ) ;
194cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 8 ) ;
195cdf0e10cSrcweir		Text [ en-US ] = "~No proxy for:" ;
196cdf0e10cSrcweir	};
197cdf0e10cSrcweir	Edit ED_NOPROXYFOR
198cdf0e10cSrcweir	{
199cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_NOPROXYFOR";
200cdf0e10cSrcweir		Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 91 ) ;
201cdf0e10cSrcweir		Size = MAP_APPFONT ( 123 , 12 ) ;
202cdf0e10cSrcweir		Border = TRUE ;
203cdf0e10cSrcweir	};
204cdf0e10cSrcweir	FixedText ED_NOPROXYDESC
205cdf0e10cSrcweir	{
206cdf0e10cSrcweir        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 93 ) ;
207cdf0e10cSrcweir        Size = MAP_APPFONT ( 56 , 8 ) ;
208cdf0e10cSrcweir		Text [ en-US ] = "Separator ;" ;
209cdf0e10cSrcweir	};
210cdf0e10cSrcweir    FixedLine GB_DNS
211cdf0e10cSrcweir	{
212cdf0e10cSrcweir        Pos = MAP_APPFONT( 6, 100 );
213cdf0e10cSrcweir        Size = MAP_APPFONT( 248, 8 );
214cdf0e10cSrcweir		Text [ en-US ] = "DNS server" ;
215cdf0e10cSrcweir	};
216cdf0e10cSrcweir	RadioButton RB_DNS_AUTO
217cdf0e10cSrcweir	{
218cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_AUTO";
219cdf0e10cSrcweir        Pos = MAP_APPFONT( 12, 111 );
220cdf0e10cSrcweir		Size = MAP_APPFONT( 236, 10 );
221cdf0e10cSrcweir		Text [ en-US ] = "~Automatic" ;
222cdf0e10cSrcweir	};
223cdf0e10cSrcweir	RadioButton RB_DNS_MANUAL
224cdf0e10cSrcweir	{
225cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_MANUAL";
226cdf0e10cSrcweir        Pos = MAP_APPFONT( 12, 124 );
227cdf0e10cSrcweir		Size = MAP_APPFONT( 75, 10 );
228cdf0e10cSrcweir		Text [ en-US ] = "~Manual" ;
229cdf0e10cSrcweir	};
230cdf0e10cSrcweir	PatternField ED_DNS
231cdf0e10cSrcweir	{
232cdf0e10cSrcweir	    HelpID = "cui:PatternField:RID_SVXPAGE_INET_PROXY:ED_DNS";
233cdf0e10cSrcweir        Pos = MAP_APPFONT( 90, 126 );
234cdf0e10cSrcweir		Size = MAP_APPFONT( 66, 12 );
235cdf0e10cSrcweir		Border = TRUE ;
236cdf0e10cSrcweir		LiteralMask = "   .   .   .   " ;
237cdf0e10cSrcweir		EditMask = "nnnLnnnLnnnLnnn" ;
238cdf0e10cSrcweir		StrictFormat = TRUE ;
239cdf0e10cSrcweir	};
240cdf0e10cSrcweir    String ST_MSG_255_0
241cdf0e10cSrcweir	{
242cdf0e10cSrcweir		Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ;
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir	String ST_MSG_255_1
245cdf0e10cSrcweir	{
246cdf0e10cSrcweir		Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ;
247cdf0e10cSrcweir	};
248cdf0e10cSrcweir};
249cdf0e10cSrcweir/************************************************************************/
250cdf0e10cSrcweir/*                                                                      */
251cdf0e10cSrcweir/* Suche                                                                */
252cdf0e10cSrcweir/*                                                                      */
253cdf0e10cSrcweir/************************************************************************/
254cdf0e10cSrcweirTabPage RID_SVXPAGE_INET_SEARCH
255cdf0e10cSrcweir{
256cdf0e10cSrcweir	HelpId = HID_OPTIONS_SEARCH ;
257cdf0e10cSrcweir	OutputSize = TRUE ;
258*c86973ebSAriel Constenla-Haile	Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
259cdf0e10cSrcweir	SVLook = TRUE ;
260cdf0e10cSrcweir	Hide = TRUE ;
261cdf0e10cSrcweir	Text [ en-US ] = "Search" ;
262cdf0e10cSrcweir
263cdf0e10cSrcweir	#define GB_SEARCH_LEFT 6
264cdf0e10cSrcweir	#define GB_SEARCH_TOP 3
265cdf0e10cSrcweir    FixedLine GB_SEARCH
266cdf0e10cSrcweir	{
267cdf0e10cSrcweir		Pos = MAP_APPFONT ( GB_SEARCH_LEFT , GB_SEARCH_TOP ) ;
268cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
269cdf0e10cSrcweir		Text [ en-US ] = "Search in" ;
270cdf0e10cSrcweir	};
271cdf0e10cSrcweir	ListBox LB_SEARCH
272cdf0e10cSrcweir	{
273cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_INET_SEARCH:LB_SEARCH";
274cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , GB_SEARCH_TOP + 11 ) ;
275cdf0e10cSrcweir        Size = MAP_APPFONT ( 39 , 120 ) ;
276cdf0e10cSrcweir		Border = TRUE ;
277cdf0e10cSrcweir        AutoHScroll = TRUE;
278cdf0e10cSrcweir	};
279cdf0e10cSrcweir    #define LABEL_START_XPOS (GB_SEARCH_LEFT + 6 + 39 + 5 )
280cdf0e10cSrcweir    #define LABEL_LEN 64
281cdf0e10cSrcweir	#define EDIT_START_XPOS (LABEL_START_XPOS + LABEL_LEN + 3)
282cdf0e10cSrcweir	FixedText FT_SEARCH_NAME
283cdf0e10cSrcweir	{
284cdf0e10cSrcweir		Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 13 ) ;
285cdf0e10cSrcweir		Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
286cdf0e10cSrcweir		Text [ en-US ] = "~Name" ;
287cdf0e10cSrcweir	};
288cdf0e10cSrcweir	Edit ED_SEARCH_NAME
289cdf0e10cSrcweir	{
290cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_SEARCH_NAME";
291cdf0e10cSrcweir		Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 11 ) ;
292cdf0e10cSrcweir		Size = MAP_APPFONT ( 125 , 12 ) ;
293cdf0e10cSrcweir		Border = TRUE ;
294cdf0e10cSrcweir	};
295cdf0e10cSrcweir	FixedText FT_SEARCH
296cdf0e10cSrcweir	{
297cdf0e10cSrcweir        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 27 ) ;
298cdf0e10cSrcweir		Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
299cdf0e10cSrcweir		Text [ en-US ] = "Type" ;
300cdf0e10cSrcweir	};
301cdf0e10cSrcweir	RadioButton RB_AND
302cdf0e10cSrcweir	{
303cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_INET_SEARCH:RB_AND";
304cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 26 ) ;
305cdf0e10cSrcweir        Size = MAP_APPFONT ( 125 , 10 ) ;
306cdf0e10cSrcweir		Check = TRUE ;
307*c86973ebSAriel Constenla-Haile		Text [ en-US ] = "~And" ;
308cdf0e10cSrcweir	};
309cdf0e10cSrcweir	RadioButton RB_OR
310cdf0e10cSrcweir	{
311cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_INET_SEARCH:RB_OR";
312cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 39 ) ;
313cdf0e10cSrcweir        Size = MAP_APPFONT ( 125 , 10 ) ;
314cdf0e10cSrcweir		Text [ en-US ] = "~Or" ;
315cdf0e10cSrcweir	};
316cdf0e10cSrcweir	RadioButton RB_EXACT
317cdf0e10cSrcweir	{
318cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_INET_SEARCH:RB_EXACT";
319cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 52 ) ;
320cdf0e10cSrcweir        Size = MAP_APPFONT ( 125 , 10 ) ;
321cdf0e10cSrcweir		Text [ en-US ] = "E~xact" ;
322cdf0e10cSrcweir	};
323cdf0e10cSrcweir	FixedText FT_URL
324cdf0e10cSrcweir	{
325cdf0e10cSrcweir        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 67 ) ;
326cdf0e10cSrcweir		Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
327cdf0e10cSrcweir		Text [ en-US ] = "~Prefix" ;
328cdf0e10cSrcweir	};
329cdf0e10cSrcweir	Edit ED_URL
330cdf0e10cSrcweir	{
331cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_URL";
332cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 65 ) ;
333cdf0e10cSrcweir		Size = MAP_APPFONT ( 125 , 12 ) ;
334cdf0e10cSrcweir		Border = TRUE ;
335cdf0e10cSrcweir	};
336cdf0e10cSrcweir	FixedText FT_POSTFIX
337cdf0e10cSrcweir	{
338cdf0e10cSrcweir        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 82 ) ;
339cdf0e10cSrcweir		Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
340cdf0e10cSrcweir		Text [ en-US ] = "Su~ffix" ;
341cdf0e10cSrcweir	};
342cdf0e10cSrcweir	Edit ED_POSTFIX
343cdf0e10cSrcweir	{
344cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_POSTFIX";
345cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 80 ) ;
346cdf0e10cSrcweir		Size = MAP_APPFONT ( 125 , 12 ) ;
347cdf0e10cSrcweir		Border = TRUE ;
348cdf0e10cSrcweir	};
349cdf0e10cSrcweir	FixedText FT_SEPARATOR
350cdf0e10cSrcweir	{
351cdf0e10cSrcweir        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 97 ) ;
352cdf0e10cSrcweir		Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
353cdf0e10cSrcweir		Text [ en-US ] = "~Separator" ;
354cdf0e10cSrcweir	};
355cdf0e10cSrcweir	Edit ED_SEPARATOR
356cdf0e10cSrcweir	{
357cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_INET_SEARCH:ED_SEPARATOR";
358cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 95 ) ;
359cdf0e10cSrcweir		Size = MAP_APPFONT ( 42 , 12 ) ;
360cdf0e10cSrcweir		Border = TRUE ;
361cdf0e10cSrcweir	};
362cdf0e10cSrcweir	FixedText FT_CASE
363cdf0e10cSrcweir	{
364cdf0e10cSrcweir        Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 112 ) ;
365cdf0e10cSrcweir        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
366cdf0e10cSrcweir		Text [ en-US ] = "~Case match" ;
367cdf0e10cSrcweir	};
368cdf0e10cSrcweir	ListBox ED_CASE
369cdf0e10cSrcweir	{
370cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_INET_SEARCH:ED_CASE";
371cdf0e10cSrcweir        Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 110 ) ;
372cdf0e10cSrcweir		Size = MAP_APPFONT ( 42 , 48 ) ;
373cdf0e10cSrcweir		Border = TRUE ;
374cdf0e10cSrcweir		DropDown = TRUE ;
375cdf0e10cSrcweir		StringList [ en-US ] =
376cdf0e10cSrcweir		{
377cdf0e10cSrcweir			< "None" ; > ;
378cdf0e10cSrcweir			< "Upper" ; > ;
379cdf0e10cSrcweir			< "Lower" ; > ;
380cdf0e10cSrcweir		};
381cdf0e10cSrcweir	};
382*c86973ebSAriel Constenla-Haile
383*c86973ebSAriel Constenla-Haile    #define PB_SEARCH_POS_Y     TP_HEIGHT - RSC_CD_PUSHBUTTON_HEIGHT - RSC_SP_TBPG_INNERBORDER_BOTTOM
384*c86973ebSAriel Constenla-Haile    #define PB_SEARCH_POS_X1    TP_WIDTH - ( RSC_CD_PUSHBUTTON_WIDTH * 4 ) - ( RSC_SP_CTRL_GROUP_X * 3 ) - RSC_SP_TBPG_INNERBORDER_RIGHT
385*c86973ebSAriel Constenla-Haile    #define PB_SEARCH_POS_X2    TP_WIDTH - ( RSC_CD_PUSHBUTTON_WIDTH * 3 ) - ( RSC_SP_CTRL_GROUP_X * 2 ) - RSC_SP_TBPG_INNERBORDER_RIGHT
386*c86973ebSAriel Constenla-Haile    #define PB_SEARCH_POS_X3    TP_WIDTH - ( RSC_CD_PUSHBUTTON_WIDTH * 2 ) - ( RSC_SP_CTRL_GROUP_X * 1 ) - RSC_SP_TBPG_INNERBORDER_RIGHT
387*c86973ebSAriel Constenla-Haile    #define PB_SEARCH_POS_X4    TP_WIDTH - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_TBPG_INNERBORDER_RIGHT
388cdf0e10cSrcweir    PushButton PB_NEW
389cdf0e10cSrcweir	{
390cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_NEW";
391*c86973ebSAriel Constenla-Haile        Pos = MAP_APPFONT ( PB_SEARCH_POS_X1 , PB_SEARCH_POS_Y ) ;
392cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
393cdf0e10cSrcweir		Text [ en-US ] = "N~ew";
394cdf0e10cSrcweir	};
395cdf0e10cSrcweir	PushButton PB_ADD
396cdf0e10cSrcweir	{
397cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_ADD";
398*c86973ebSAriel Constenla-Haile        Pos = MAP_APPFONT (PB_SEARCH_POS_X2 , PB_SEARCH_POS_Y ) ;
399cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
400cdf0e10cSrcweir		Text [ en-US ] = "~Add" ;
401cdf0e10cSrcweir	};
402cdf0e10cSrcweir	PushButton PB_CHANGE
403cdf0e10cSrcweir	{
404cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_CHANGE";
405*c86973ebSAriel Constenla-Haile        Pos = MAP_APPFONT ( PB_SEARCH_POS_X3 , PB_SEARCH_POS_Y ) ;
406cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
407cdf0e10cSrcweir		Text [ en-US ] = "~Modify" ;
408cdf0e10cSrcweir	};
409cdf0e10cSrcweir	PushButton PB_DELETE
410cdf0e10cSrcweir	{
411cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_SVXPAGE_INET_SEARCH:PB_DELETE";
412*c86973ebSAriel Constenla-Haile        Pos = MAP_APPFONT ( PB_SEARCH_POS_X4 , PB_SEARCH_POS_Y ) ;
413cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
414cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
415cdf0e10cSrcweir	};
416cdf0e10cSrcweir    String MSG_MODIFY
417cdf0e10cSrcweir    {
418cdf0e10cSrcweir    	Text [ en-US ] = "Do you want to accept the current modification?";
419cdf0e10cSrcweir	};
420cdf0e10cSrcweir};
421cdf0e10cSrcweir
422cdf0e10cSrcweir
423cdf0e10cSrcweir/************************************************************************/
424cdf0e10cSrcweir/*                                                                      */
425cdf0e10cSrcweir/*  Scripting		                                                    */
426cdf0e10cSrcweir/*                                                                      */
427cdf0e10cSrcweir/************************************************************************/
428cdf0e10cSrcweir
429cdf0e10cSrcweirTabPage RID_SVXPAGE_INET_SECURITY
430cdf0e10cSrcweir{
431cdf0e10cSrcweir    HelpID = "cui:TabPage:RID_SVXPAGE_INET_SECURITY";
432cdf0e10cSrcweir    OutputSize = TRUE ;
433cdf0e10cSrcweir    Size = MAP_APPFONT( TP_WIDTH , TP_HEIGHT );
434cdf0e10cSrcweir    SVLook = TRUE;
435cdf0e10cSrcweir    Hide = TRUE;
436cdf0e10cSrcweir    Text [ en-US ] = "Security";
437cdf0e10cSrcweir    FixedLine FL_SEC_SECURITYOPTIONS
438cdf0e10cSrcweir    {
439cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_0, ROW_0 );
440cdf0e10cSrcweir        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
441cdf0e10cSrcweir        Text [ en-US ] = "Security options and warnings";
442cdf0e10cSrcweir    };
443cdf0e10cSrcweir    FixedText FI_SEC_SECURITYOPTIONS
444cdf0e10cSrcweir    {
445cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_1, ROW_1 );
446cdf0e10cSrcweir        Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
447cdf0e10cSrcweir        Wordbreak = TRUE;
448cdf0e10cSrcweir        Text [ en-US ] = "Adjust security related options and define warnings for hidden information in documents.";
449cdf0e10cSrcweir    };
450cdf0e10cSrcweir    PushButton PB_SEC_SECURITYOPTIONS
451cdf0e10cSrcweir    {
452cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_SECURITYOPTIONS";
453cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_3, ROW_2a );
454cdf0e10cSrcweir        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
455cdf0e10cSrcweir        Text [ en-US ] = "Options...";
456cdf0e10cSrcweir    };
457cdf0e10cSrcweir    FixedLine FL_SEC_PASSWORDS
458cdf0e10cSrcweir    {
459cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_0, ROW_2 - 2 );
460cdf0e10cSrcweir        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
461cdf0e10cSrcweir        Text [ en-US ] = "Passwords for web connections";
462cdf0e10cSrcweir    };
463cdf0e10cSrcweir    CheckBox CB_SEC_SAVEPASSWORDS
464cdf0e10cSrcweir    {
465cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_SAVEPASSWORDS";
466cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_1, ROW_3 - 4 );
467cdf0e10cSrcweir        Size = MAP_APPFONT( COL_2-COL_1, 16 );
468cdf0e10cSrcweir        Wordbreak = TRUE;
469cdf0e10cSrcweir        Text [ en-US ] = "Persistently save passwords for web connections";
470cdf0e10cSrcweir    };
471cdf0e10cSrcweir    PushButton PB_SEC_CONNECTIONS
472cdf0e10cSrcweir    {
473cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_CONNECTIONS";
474cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_3, ROW_3-1 );
475cdf0e10cSrcweir        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
476cdf0e10cSrcweir        Text [ en-US ] = "Connections...";
477cdf0e10cSrcweir    };
478cdf0e10cSrcweir    CheckBox CB_SEC_MASTERPASSWORD
479cdf0e10cSrcweir    {
480cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_MASTERPASSWORD";
481cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_1a, ROW_4 );
482cdf0e10cSrcweir        Size = MAP_APPFONT( COL_2-COL_1a, RSC_CD_CHECKBOX_HEIGHT );
483cdf0e10cSrcweir        Text [ en-US ] = "Protected by a master password (recommended)";
484cdf0e10cSrcweir    };
485cdf0e10cSrcweir    FixedText FI_SEC_MASTERPASSWORD
486cdf0e10cSrcweir    {
487cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_1a, ROW_4a );
488cdf0e10cSrcweir        Size = MAP_APPFONT( COL_2-COL_1a, 4*RSC_CD_FIXEDLINE_HEIGHT );
489cdf0e10cSrcweir        Wordbreak = TRUE;
490cdf0e10cSrcweir        Text [ en-US ] = "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.";
491cdf0e10cSrcweir    };
492cdf0e10cSrcweir    PushButton PB_SEC_MASTERPASSWORD
493cdf0e10cSrcweir    {
494cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MASTERPASSWORD";
495cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_3, ROW_4a );
496cdf0e10cSrcweir        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
497cdf0e10cSrcweir        Text [ en-US ] = "Master Password...";
498cdf0e10cSrcweir    };
499cdf0e10cSrcweir    FixedLine FL_SEC_MACROSEC
500cdf0e10cSrcweir    {
501cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_0, ROW_5 );
502cdf0e10cSrcweir        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
503cdf0e10cSrcweir        Text [ en-US ] = "Macro security";
504cdf0e10cSrcweir    };
505cdf0e10cSrcweir    FixedText FI_SEC_MACROSEC
506cdf0e10cSrcweir    {
507cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_1, ROW_6 );
508cdf0e10cSrcweir        Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
509cdf0e10cSrcweir        Wordbreak = TRUE;
510cdf0e10cSrcweir        Text [ en-US ] = "Adjust the security level for executing macros and specify trusted macro developers.";
511cdf0e10cSrcweir    };
512cdf0e10cSrcweir    PushButton PB_SEC_MACROSEC
513cdf0e10cSrcweir    {
514cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC";
515cdf0e10cSrcweir        Pos = MAP_APPFONT( COL_3, ROW_6-2 );
516cdf0e10cSrcweir        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
517cdf0e10cSrcweir        Text [ en-US ] = "Macro Security...";
518cdf0e10cSrcweir    };
519cdf0e10cSrcweir    String STR_SEC_NOPASSWDSAVE
520cdf0e10cSrcweir    {
521cdf0e10cSrcweir        Text [ en-US ] = "Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n\nDo you want to delete password list and reset master password?";
522cdf0e10cSrcweir    };
523cdf0e10cSrcweir};
524cdf0e10cSrcweir
525cdf0e10cSrcweirErrorBox RID_SVXERR_OPT_PROXYPORTS
526cdf0e10cSrcweir{
527cdf0e10cSrcweir	BUTTONS = WB_OK ;
528cdf0e10cSrcweir	Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
529cdf0e10cSrcweir};
530cdf0e10cSrcweir
531cdf0e10cSrcweir// RID_SVXDLG_OPT_JAVASCRIPT_DISABLE -----------------------------------------
532cdf0e10cSrcweir
533cdf0e10cSrcweirModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
534cdf0e10cSrcweir{
535cdf0e10cSrcweir    HelpID = "cui:ModalDialog:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE";
536cdf0e10cSrcweir	OutputSize = TRUE;
537cdf0e10cSrcweir	Size = MAP_APPFONT( 150, 81 );
538cdf0e10cSrcweir	Moveable = TRUE;
539cdf0e10cSrcweir	Closeable = TRUE;
540cdf0e10cSrcweir	FixedImage IMG_JSCPT_WARNING
541cdf0e10cSrcweir	{
542cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 6 );
543cdf0e10cSrcweir		Size = MAP_APPFONT( 30, 30 );
544cdf0e10cSrcweir	};
545cdf0e10cSrcweir	FixedText FT_JSCPT_WARNING
546cdf0e10cSrcweir	{
547cdf0e10cSrcweir		Pos = MAP_APPFONT( 39, 6 );
548cdf0e10cSrcweir		Size = MAP_APPFONT( 195, 36 );
549cdf0e10cSrcweir		WordBreak = TRUE;
550cdf0e10cSrcweir		Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
551cdf0e10cSrcweir	};
552cdf0e10cSrcweir	CheckBox CB_JSCPT_DISABLE
553cdf0e10cSrcweir	{
554cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE:CB_JSCPT_DISABLE";
555cdf0e10cSrcweir		Pos = MAP_APPFONT( 39, 45 );
556cdf0e10cSrcweir		Size = MAP_APPFONT( 195, 12 );
557cdf0e10cSrcweir		Hide = TRUE;
558cdf0e10cSrcweir		Text [ en-US ] = "~Don't show warning again";
559cdf0e10cSrcweir	};
560cdf0e10cSrcweir	OKButton BTN_JSCPT_YES
561cdf0e10cSrcweir	{
562cdf0e10cSrcweir		Pos = MAP_APPFONT( 41, 61 );
563cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
564cdf0e10cSrcweir	};
565cdf0e10cSrcweir	CancelButton BTN_JSCPT_NO
566cdf0e10cSrcweir	{
567cdf0e10cSrcweir		Pos = MAP_APPFONT( 94, 61 );
568cdf0e10cSrcweir		Size = MAP_APPFONT( 50, 14 );
569cdf0e10cSrcweir		DefButton = TRUE;
570cdf0e10cSrcweir	};
571cdf0e10cSrcweir};
572cdf0e10cSrcweir
573cdf0e10cSrcweir// *******************************************************************
574cdf0e10cSrcweir
575cdf0e10cSrcweirTabPage RID_SVXPAGE_INET_MAIL
576cdf0e10cSrcweir{
577cdf0e10cSrcweir    HelpID = HID_OPTIONS_MAIL ;
578cdf0e10cSrcweir    SVLook = TRUE ;
579cdf0e10cSrcweir    Size = MAP_APPFONT ( 260 , 185 ) ;
580cdf0e10cSrcweir    Hide = TRUE ;
581cdf0e10cSrcweir
582cdf0e10cSrcweir    FixedLine FL_MAIL
583cdf0e10cSrcweir    {
584cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 3 ) ;
585cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
586cdf0e10cSrcweir        Text [ en-US ] = "Sending documents as e-mail attachments";
587cdf0e10cSrcweir    };
588cdf0e10cSrcweir
589cdf0e10cSrcweir    FixedImage FI_MAILERURL
590cdf0e10cSrcweir    {
591cdf0e10cSrcweir        Pos = MAP_APPFONT ( 5 , 21 ) ;
592cdf0e10cSrcweir        Size = MAP_APPFONT ( 6 , 6 ) ;
593cdf0e10cSrcweir        Hide = TRUE;
594cdf0e10cSrcweir    };
595cdf0e10cSrcweir
596cdf0e10cSrcweir    FixedText FT_MAILERURL
597cdf0e10cSrcweir    {
598cdf0e10cSrcweir        Pos = MAP_APPFONT ( 14 , 20 ) ;
599cdf0e10cSrcweir        Size = MAP_APPFONT ( 43 , 8 ) ;
600cdf0e10cSrcweir        Text [ en-US ] = "~E-mail program";
601cdf0e10cSrcweir    };
602cdf0e10cSrcweir
603cdf0e10cSrcweir    Edit ED_MAILERURL
604cdf0e10cSrcweir    {
605cdf0e10cSrcweir        HelpID = "cui:Edit:RID_SVXPAGE_INET_MAIL:ED_MAILERURL";
606cdf0e10cSrcweir        Pos = MAP_APPFONT ( 60 , 18 ) ;
607cdf0e10cSrcweir        Size = MAP_APPFONT ( 171 , 12 ) ;
608cdf0e10cSrcweir        Border = TRUE;
609cdf0e10cSrcweir    };
610cdf0e10cSrcweir
611cdf0e10cSrcweir    PushButton PB_MAILERURL
612cdf0e10cSrcweir    {
613cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_INET_MAIL:PB_MAILERURL";
614cdf0e10cSrcweir        Pos = MAP_APPFONT ( 234 , 17 ) ;
615cdf0e10cSrcweir        Size = MAP_APPFONT ( 14 , 14 ) ;
616cdf0e10cSrcweir        Text = "..." ;
617cdf0e10cSrcweir    };
618cdf0e10cSrcweir
619cdf0e10cSrcweir    String STR_DEFAULT_FILENAME
620cdf0e10cSrcweir    {
621cdf0e10cSrcweir        Text [ en-US ] = "All files (*.*)" ;
622cdf0e10cSrcweir    };
623cdf0e10cSrcweir};
624cdf0e10cSrcweir
625cdf0e10cSrcweir // ******************************************************************* EOF
626cdf0e10cSrcweir
627