2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 #ifndef _SVX_OPTINET_HRC
19 #define _SVX_OPTINET_HRC
21 #include <sfx2/tabpage.hrc>
22 #include <svtools/controldims.hrc>
24 // Proxy ------------------------------------------------------------------
26 #define FT_PROXYMODE 2
27 #define LB_PROXYMODE 2
28 #define FT_HTTP_PROXY 3
29 #define ED_HTTP_PROXY 3
30 #define FT_HTTP_PORT 4
31 #define ED_HTTP_PORT 4
32 #define FT_FTP_PROXY 5
33 #define ED_FTP_PROXY 5
36 #define FT_SOCKS_PROXY 7
37 #define ED_SOCKS_PROXY 7
38 #define FT_SOCKS_PORT 8
39 #define ED_SOCKS_PORT 8
40 #define FT_NOPROXYFOR 11
41 #define ED_NOPROXYFOR 11
42 #define ED_NOPROXYDESC 12
43 #define ST_PROXY_FROM_BROWSER 13
44 #define FT_HTTPS_PROXY 14
45 #define ED_HTTPS_PROXY 14
46 #define FT_HTTPS_PORT 15
47 #define ED_HTTPS_PORT 15
49 // Protocols --------------------------------------------------------------
51 #define RB_DNS_AUTO 106
52 #define RB_DNS_MANUAL 107
55 #define ST_MSG_255_0 111
56 #define ST_MSG_255_1 112
58 // Security -------------------------------------------------------------
60 #define FL_SEC_SECURITYOPTIONS 10
61 #define FI_SEC_SECURITYOPTIONS 11
62 #define PB_SEC_SECURITYOPTIONS 12
63 #define FL_SEC_PASSWORDS 13
64 #define CB_SEC_SAVEPASSWORDS 14
65 #define PB_SEC_CONNECTIONS 15
66 #define CB_SEC_MASTERPASSWORD 16
67 #define FI_SEC_MASTERPASSWORD 17
68 #define PB_SEC_MASTERPASSWORD 18
69 #define FL_SEC_MACROSEC 19
70 #define FI_SEC_MACROSEC 20
71 #define PB_SEC_MACROSEC 21
72 #define FL_SEC_CERTPATH 22
73 #define FI_SEC_CERTPATH 23
74 #define PB_SEC_CERTPATH 24
76 #define STR_SEC_NOPASSWDSAVE 12
78 #define BORDER_OFFSET 8
79 #define COL_0 (RSC_SP_TBPG_INNERBORDER_LEFT)
80 #define COL_1 (COL_0+RSC_SP_FLGR_SPACE_X)
81 #define COL_1a (COL_1+RSC_SP_CHK_TEXTINDENT)
82 #define COL_4 (TP_WIDTH-RSC_SP_TBPG_INNERBORDER_RIGHT)
83 #define COL_3 (COL_4-RSC_CD_PUSHBUTTON_WIDTH)
84 #define COL_2 (COL_3-RSC_SP_CTRL_DESC_X)
86 #define ROW_0 (RSC_SP_FLGR_INNERBORDER_TOP)
87 #define ROW_1 (ROW_0+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
88 #define ROW_2 (ROW_1+3*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
89 #define ROW_2a (ROW_2-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
90 #define ROW_3 (ROW_2+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
91 #define ROW_4 (ROW_3+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_CTRL_DESC_Y-1)
92 #define ROW_4a (ROW_4+RSC_CD_CHECKBOX_HEIGHT+1)
93 #define ROW_5 (ROW_4a+4*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y)
94 #define ROW_6 (ROW_5+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
95 #define ROW_7 (ROW_6+3*RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
96 #define ROW_7a (ROW_7-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
97 #define ROW_8 (ROW_7+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
98 #define ROW_9 (ROW_8+3*RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
99 #define ROW_9a (ROW_9-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
101 // Defines - JavaScriptDisableQueryBox_Impl -------------------------------
103 #define IMG_JSCPT_WARNING 220
104 #define FT_JSCPT_WARNING 221
105 #define CB_JSCPT_DISABLE 222
106 #define BTN_JSCPT_YES 224
107 #define BTN_JSCPT_NO 225
109 // Defines - SvxEMailTabPage_Impl
111 #define FT_MAILERURL 2
112 #define FI_MAILERURL 3
113 #define ED_MAILERURL 4
114 #define PB_MAILERURL 5
115 #define STR_DEFAULT_FILENAME 6
118 #define GB_MOZPLUGIN 1
119 #define CB_MOZPLUGIN_CODE 2
122 #endif // #ifndef _SVX_OPTINET_HRC
124 // ******************************************************************* EOF