1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: optinet2.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _SVX_OPTINET_HRC
31 #define _SVX_OPTINET_HRC
33 #ifndef _SVT_CONTROLDIMS_HRC_
34 #include <svtools/controldims.hrc>
37 // Proxy ------------------------------------------------------------------
39 #define FT_PROXYMODE 2
40 #define LB_PROXYMODE 2
41 #define FT_HTTP_PROXY 3
42 #define ED_HTTP_PROXY 3
43 #define FT_HTTP_PORT 4
44 #define ED_HTTP_PORT 4
45 #define FT_FTP_PROXY 5
46 #define ED_FTP_PROXY 5
49 #define FT_SOCKS_PROXY 7
50 #define ED_SOCKS_PROXY 7
51 #define FT_SOCKS_PORT 8
52 #define ED_SOCKS_PORT 8
53 #define FT_NOPROXYFOR 11
54 #define ED_NOPROXYFOR 11
55 #define ED_NOPROXYDESC 12
56 #define ST_PROXY_FROM_BROWSER 13
57 #define FT_HTTPS_PROXY 14
58 #define ED_HTTPS_PROXY 14
59 #define FT_HTTPS_PORT 15
60 #define ED_HTTPS_PORT 15
62 // Search ------------------------------------------------------------------
65 #define FT_SEARCH_NAME 41
66 #define ED_SEARCH_NAME 41
75 #define FT_SEPARATOR 48
76 #define ED_SEPARATOR 48
85 // Protocols --------------------------------------------------------------
87 #define RB_DNS_AUTO 106
88 #define RB_DNS_MANUAL 107
91 #define ST_MSG_255_0 111
92 #define ST_MSG_255_1 112
94 // Site Certificate --------------------------------------------------------
95 #define GB_SITECERT 120
96 #define LB_SITECERT 121
97 #define LB_FILTERCERT 122
98 #define PB_EDIT_CERT 123
99 #define PB_DELETE_CERT 124
101 // personal Certificate ----------------------------------------------------
102 #define GB_PERSCERT 130
103 #define LB_PERSCERT 131
104 #define PB_NEW_PERSCERT 132
105 #define PB_INFO_PERSCERT 133
106 #define PB_DELETE_PERSCERT 134
108 // Security -------------------------------------------------------------
110 #define FL_SEC_SECURITYOPTIONS 10
111 #define FI_SEC_SECURITYOPTIONS 11
112 #define PB_SEC_SECURITYOPTIONS 12
113 #define FL_SEC_PASSWORDS 13
114 #define CB_SEC_SAVEPASSWORDS 14
115 #define PB_SEC_CONNECTIONS 15
116 #define CB_SEC_MASTERPASSWORD 16
117 #define FI_SEC_MASTERPASSWORD 17
118 #define PB_SEC_MASTERPASSWORD 18
119 #define FL_SEC_MACROSEC 19
120 #define FI_SEC_MACROSEC 20
121 #define PB_SEC_MACROSEC 21
122 #define FL_SEC_FILESHARING 22
123 #define CB_SEC_RECOMMREADONLY 23
124 #define CB_SEC_RECORDCHANGES 24
125 #define PB_SEC_PROTRECORDS 25
127 #define STR_SEC_PROTRECORDS 10
128 #define STR_SEC_UNPROTRECORDS 11
129 #define STR_SEC_NOPASSWDSAVE 12
132 #define TP_HEIGHT 185
133 #define OFFS_BUTTON_Y (-6)
134 #define BORDER_OFFSET 8
135 #define COL_0 (RSC_SP_TBPG_INNERBORDER_LEFT)
136 #define COL_1 (COL_0+RSC_SP_FLGR_SPACE_X)
137 #define COL_1a (COL_1+RSC_SP_CHK_TEXTINDENT)
138 #define COL_4 (TP_WIDTH-RSC_SP_TBPG_INNERBORDER_RIGHT)
139 #define COL_3 (COL_4-RSC_CD_PUSHBUTTON_WIDTH)
140 #define COL_2 (COL_3-RSC_SP_CTRL_DESC_X)
142 #define ROW_0 (RSC_SP_FLGR_INNERBORDER_TOP)
143 #define ROW_1 (ROW_0+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
144 #define ROW_2 (ROW_1+3*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
145 #define ROW_2a (ROW_2-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
146 #define ROW_3 (ROW_2+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
147 #define ROW_4 (ROW_3+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_CTRL_DESC_Y-1)
148 #define ROW_4a (ROW_4+RSC_CD_CHECKBOX_HEIGHT+1)
149 #define ROW_5 (ROW_4a+4*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
150 #define ROW_6 (ROW_5+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
151 #define ROW_7 (ROW_6+2*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
152 #define ROW_8 (ROW_7+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
153 #define ROW_9 (ROW_8+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_CTRL_DESC_Y)
155 // Defines - JavaScriptDisableQueryBox_Impl -------------------------------
157 #define IMG_JSCPT_WARNING 220
158 #define FT_JSCPT_WARNING 221
159 #define CB_JSCPT_DISABLE 222
160 #define GB_JSCPT_WARNING 223
161 #define BTN_JSCPT_YES 224
162 #define BTN_JSCPT_NO 225
164 // Defines - SvxEMailTabPage_Impl
166 #define FT_MAILERURL 2
167 #define FI_MAILERURL 3
168 #define ED_MAILERURL 4
169 #define PB_MAILERURL 5
170 #define STR_DEFAULT_FILENAME 6
172 #endif // #ifndef _SVX_OPTINET_HRC
174 // ******************************************************************* EOF