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 .
19 #ifndef _SVX_WEBCONNINFO_HRC
20 #define _SVX_WEBCONNINFO_HRC
22 #define FI_NEVERSHOWN 10
23 #define LB_PASSWORDS 11
25 #define PB_REMOVEALL 13
31 #define STR_WEBSITE 10
32 #define STR_USERNAME 11
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