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