1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _SVX_WEBCONNINFO_HRC
25#define _SVX_WEBCONNINFO_HRC
26
27#define FI_NEVERSHOWN       10
28#define LB_PASSWORDS        11
29#define PB_REMOVE           12
30#define PB_REMOVEALL        13
31#define PB_CHANGE           14
32#define FL_BUTTONS          15
33// #define PB_OK               16
34#define PB_CLOSE            17
35#define PB_HELP             18
36
37#define STR_WEBSITE         10
38#define STR_USERNAME        11
39
40#define DLG_WIDTH           260
41#define DLG_HEIGHT          150
42
43#define COL_0               (RSC_SP_DLG_INNERBORDER_LEFT)
44#define COL_1               (COL_0+RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_CTRL_GROUP_X)
45#define COL_2               (DLG_WIDTH-RSC_SP_DLG_INNERBORDER_LEFT)
46#define COL_C               (COL_2-RSC_CD_PUSHBUTTON_WIDTH)
47#define COL_B               (COL_C-RSC_SP_CTRL_X-RSC_CD_PUSHBUTTON_WIDTH)
48#define COL_A               (COL_B-RSC_SP_CTRL_GROUP_X-RSC_CD_PUSHBUTTON_WIDTH)
49
50#define ROW_0               (RSC_SP_DLG_INNERBORDER_TOP)
51#define ROW_1               (ROW_0+RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_FLGR_SPACE_Y)
52#define ROW_5               (DLG_HEIGHT-RSC_SP_DLG_INNERBORDER_BOTTOM-RSC_CD_PUSHBUTTON_HEIGHT)
53#define ROW_4               (ROW_5-RSC_SP_FLGR_SPACE_Y-RSC_CD_FIXEDLINE_HEIGHT)
54#define ROW_3               (ROW_4-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT)
55#define ROW_2               (ROW_3-RSC_SP_GRP_SPACE_Y)
56
57#endif // #ifndef _SVX_WEBCONNINFO_HRC
58
59