xref: /aoo41x/main/cui/source/options/optinet2.hrc (revision a552f513)
1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_OPTINET_HRC
24cdf0e10cSrcweir#define _SVX_OPTINET_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef _SVT_CONTROLDIMS_HRC_
27cdf0e10cSrcweir#include <svtools/controldims.hrc>
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweir// Proxy ------------------------------------------------------------------
31cdf0e10cSrcweir#define GB_SETTINGS                 1
32cdf0e10cSrcweir#define FT_PROXYMODE 				2
33cdf0e10cSrcweir#define LB_PROXYMODE                2
34cdf0e10cSrcweir#define FT_HTTP_PROXY				3
35cdf0e10cSrcweir#define ED_HTTP_PROXY               3
36cdf0e10cSrcweir#define FT_HTTP_PORT                4
37cdf0e10cSrcweir#define ED_HTTP_PORT                4
38cdf0e10cSrcweir#define FT_FTP_PROXY                5
39cdf0e10cSrcweir#define ED_FTP_PROXY                5
40cdf0e10cSrcweir#define FT_FTP_PORT                 6
41cdf0e10cSrcweir#define ED_FTP_PORT                 6
42cdf0e10cSrcweir#define FT_SOCKS_PROXY              7
43cdf0e10cSrcweir#define ED_SOCKS_PROXY              7
44cdf0e10cSrcweir#define FT_SOCKS_PORT               8
45cdf0e10cSrcweir#define ED_SOCKS_PORT               8
46cdf0e10cSrcweir#define FT_NOPROXYFOR               11
47cdf0e10cSrcweir#define ED_NOPROXYFOR               11
48cdf0e10cSrcweir#define ED_NOPROXYDESC              12
49cdf0e10cSrcweir#define ST_PROXY_FROM_BROWSER       13
50cdf0e10cSrcweir#define FT_HTTPS_PROXY				14
51cdf0e10cSrcweir#define ED_HTTPS_PROXY              14
52cdf0e10cSrcweir#define FT_HTTPS_PORT               15
53cdf0e10cSrcweir#define ED_HTTPS_PORT               15
54cdf0e10cSrcweir
55cdf0e10cSrcweir// Search ------------------------------------------------------------------
56cdf0e10cSrcweir#define GB_SEARCH	                40
57cdf0e10cSrcweir#define LB_SEARCH	                40
58cdf0e10cSrcweir#define FT_SEARCH_NAME	            41
59cdf0e10cSrcweir#define ED_SEARCH_NAME	            41
60cdf0e10cSrcweir#define FT_SEARCH	                42
61cdf0e10cSrcweir#define RB_AND		                43
62cdf0e10cSrcweir#define RB_OR                       44
63cdf0e10cSrcweir#define RB_EXACT                    45
64cdf0e10cSrcweir#define FT_URL                      46
65cdf0e10cSrcweir#define ED_URL                      46
66cdf0e10cSrcweir#define FT_POSTFIX                  47
67cdf0e10cSrcweir#define ED_POSTFIX                  47
68cdf0e10cSrcweir#define FT_SEPARATOR                48
69cdf0e10cSrcweir#define ED_SEPARATOR                48
70cdf0e10cSrcweir#define FT_CASE                     49
71cdf0e10cSrcweir#define ED_CASE                     49
72cdf0e10cSrcweir#define PB_CHANGE	                53
73cdf0e10cSrcweir#define PB_DELETE	                54
74cdf0e10cSrcweir#define PB_ADD		                55
75cdf0e10cSrcweir#define PB_NEW						56
76cdf0e10cSrcweir#define MSG_MODIFY                  57
77cdf0e10cSrcweir
78cdf0e10cSrcweir// Protocols  --------------------------------------------------------------
79cdf0e10cSrcweir#define GB_DNS						105
80cdf0e10cSrcweir#define RB_DNS_AUTO                 106
81cdf0e10cSrcweir#define RB_DNS_MANUAL               107
82cdf0e10cSrcweir#define ED_DNS                      107
83cdf0e10cSrcweir
84cdf0e10cSrcweir#define ST_MSG_255_0				111
85cdf0e10cSrcweir#define ST_MSG_255_1				112
86cdf0e10cSrcweir
87cdf0e10cSrcweir// Site Certificate --------------------------------------------------------
88cdf0e10cSrcweir#define GB_SITECERT					120
89cdf0e10cSrcweir#define LB_SITECERT					121
90cdf0e10cSrcweir#define LB_FILTERCERT				122
91cdf0e10cSrcweir#define PB_EDIT_CERT				123
92cdf0e10cSrcweir#define PB_DELETE_CERT				124
93cdf0e10cSrcweir
94cdf0e10cSrcweir// personal Certificate ----------------------------------------------------
95cdf0e10cSrcweir#define GB_PERSCERT					130
96cdf0e10cSrcweir#define LB_PERSCERT					131
97cdf0e10cSrcweir#define PB_NEW_PERSCERT				132
98cdf0e10cSrcweir#define PB_INFO_PERSCERT	 		133
99cdf0e10cSrcweir#define PB_DELETE_PERSCERT			134
100cdf0e10cSrcweir
101cdf0e10cSrcweir// Security  -------------------------------------------------------------
102cdf0e10cSrcweir
103cdf0e10cSrcweir#define FL_SEC_SECURITYOPTIONS      10
104cdf0e10cSrcweir#define FI_SEC_SECURITYOPTIONS      11
105cdf0e10cSrcweir#define PB_SEC_SECURITYOPTIONS      12
106cdf0e10cSrcweir#define FL_SEC_PASSWORDS            13
107cdf0e10cSrcweir#define CB_SEC_SAVEPASSWORDS        14
108cdf0e10cSrcweir#define PB_SEC_CONNECTIONS          15
109cdf0e10cSrcweir#define CB_SEC_MASTERPASSWORD       16
110cdf0e10cSrcweir#define FI_SEC_MASTERPASSWORD       17
111cdf0e10cSrcweir#define PB_SEC_MASTERPASSWORD       18
112cdf0e10cSrcweir#define FL_SEC_MACROSEC             19
113cdf0e10cSrcweir#define FI_SEC_MACROSEC             20
114cdf0e10cSrcweir#define PB_SEC_MACROSEC             21
115cdf0e10cSrcweir
116cdf0e10cSrcweir#define STR_SEC_NOPASSWDSAVE        12
117cdf0e10cSrcweir
118cdf0e10cSrcweir#define TP_WIDTH                    260
119cdf0e10cSrcweir#define TP_HEIGHT                   185
120cdf0e10cSrcweir#define OFFS_BUTTON_Y               (-6)
121cdf0e10cSrcweir#define BORDER_OFFSET               8
122cdf0e10cSrcweir#define COL_0                       (RSC_SP_TBPG_INNERBORDER_LEFT)
123cdf0e10cSrcweir#define COL_1                       (COL_0+RSC_SP_FLGR_SPACE_X)
124cdf0e10cSrcweir#define COL_1a                      (COL_1+RSC_SP_CHK_TEXTINDENT)
125cdf0e10cSrcweir#define COL_4                       (TP_WIDTH-RSC_SP_TBPG_INNERBORDER_RIGHT)
126cdf0e10cSrcweir#define COL_3                       (COL_4-RSC_CD_PUSHBUTTON_WIDTH)
127cdf0e10cSrcweir#define COL_2                       (COL_3-RSC_SP_CTRL_DESC_X)
128cdf0e10cSrcweir
129cdf0e10cSrcweir#define ROW_0                       (RSC_SP_FLGR_INNERBORDER_TOP)
130cdf0e10cSrcweir#define ROW_1                       (ROW_0+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
131cdf0e10cSrcweir#define ROW_2                       (ROW_1+3*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
132cdf0e10cSrcweir#define ROW_2a                      (ROW_2-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
133cdf0e10cSrcweir#define ROW_3                       (ROW_2+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
134cdf0e10cSrcweir#define ROW_4                       (ROW_3+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_CTRL_DESC_Y-1)
135cdf0e10cSrcweir#define ROW_4a                      (ROW_4+RSC_CD_CHECKBOX_HEIGHT+1)
136cdf0e10cSrcweir#define ROW_5                       (ROW_4a+4*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
137cdf0e10cSrcweir#define ROW_6                       (ROW_5+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
138cdf0e10cSrcweir#define ROW_7                       (ROW_6+2*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
139cdf0e10cSrcweir#define ROW_8                       (ROW_7+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
140cdf0e10cSrcweir#define ROW_9                       (ROW_8+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_CTRL_DESC_Y)
141cdf0e10cSrcweir
142cdf0e10cSrcweir// Defines - JavaScriptDisableQueryBox_Impl -------------------------------
143cdf0e10cSrcweir
144cdf0e10cSrcweir#define IMG_JSCPT_WARNING			220
145cdf0e10cSrcweir#define FT_JSCPT_WARNING			221
146cdf0e10cSrcweir#define CB_JSCPT_DISABLE			222
147cdf0e10cSrcweir#define GB_JSCPT_WARNING			223
148cdf0e10cSrcweir#define BTN_JSCPT_YES				224
149cdf0e10cSrcweir#define BTN_JSCPT_NO				225
150cdf0e10cSrcweir
151cdf0e10cSrcweir// Defines - SvxEMailTabPage_Impl
152cdf0e10cSrcweir#define FL_MAIL                     1
153cdf0e10cSrcweir#define FT_MAILERURL                2
154cdf0e10cSrcweir#define FI_MAILERURL                3
155cdf0e10cSrcweir#define ED_MAILERURL                4
156cdf0e10cSrcweir#define PB_MAILERURL                5
157cdf0e10cSrcweir#define STR_DEFAULT_FILENAME        6
158cdf0e10cSrcweir
159cdf0e10cSrcweir#endif // #ifndef _SVX_OPTINET_HRC
160cdf0e10cSrcweir
161cdf0e10cSrcweir// ******************************************************************* EOF
162cdf0e10cSrcweir
163