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