Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / webconninfo.hrc
blob663d004de6a8c6bfb978ed068eff76032452779c
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
19 #ifndef _SVX_WEBCONNINFO_HRC
20 #define _SVX_WEBCONNINFO_HRC
22 #define FI_NEVERSHOWN       10
23 #define LB_PASSWORDS        11
24 #define PB_REMOVE           12
25 #define PB_REMOVEALL        13
26 #define PB_CHANGE           14
27 #define FL_BUTTONS          15
28 #define PB_CLOSE            17
29 #define PB_HELP             18
31 #define STR_WEBSITE         10
32 #define STR_USERNAME        11
34 #define DLG_WIDTH           260
35 #define DLG_HEIGHT          150
37 #define COL_0               (RSC_SP_DLG_INNERBORDER_LEFT)
38 #define COL_1               (COL_0+RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_CTRL_GROUP_X)
39 #define COL_2               (DLG_WIDTH-RSC_SP_DLG_INNERBORDER_LEFT)
40 #define COL_C               (COL_2-RSC_CD_PUSHBUTTON_WIDTH)
41 #define COL_B               (COL_C-RSC_SP_CTRL_X-RSC_CD_PUSHBUTTON_WIDTH)
42 #define COL_A               (COL_B-RSC_SP_CTRL_GROUP_X-RSC_CD_PUSHBUTTON_WIDTH)
44 #define ROW_0               (RSC_SP_DLG_INNERBORDER_TOP)
45 #define ROW_1               (ROW_0+RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_FLGR_SPACE_Y)
46 #define ROW_5               (DLG_HEIGHT-RSC_SP_DLG_INNERBORDER_BOTTOM-RSC_CD_PUSHBUTTON_HEIGHT)
47 #define ROW_4               (ROW_5-RSC_SP_FLGR_SPACE_Y-RSC_CD_FIXEDLINE_HEIGHT)
48 #define ROW_3               (ROW_4-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
49 #define ROW_2               (ROW_3-RSC_SP_GRP_SPACE_Y)
51 #endif // #ifndef _SVX_WEBCONNINFO_HRC