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