summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/managelang.hrc
blob: d7605ffbce3624d02d12edb0928d2f85ef9ba870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef BASCTL_MANAGELANG_HRC
#define BASCTL_MANAGELANG_HRC

// Include -----------------------------------------------------------------------

#include <svtools/controldims.hrc>

// Dialog Control Id's -----------------------------------------------------------

#define FT_LANGUAGE         1
#define LB_LANGUAGE         2
#define PB_ADD_LANG         3
#define PB_DEL_LANG         4
#define PB_MAKE_DEFAULT     5
#define FT_INFO             6
#define FL_BUTTONS          7
#define PB_HELP             8
#define PB_CLOSE            9
#define STR_DEF_LANG        10
#define STR_DELETE          11
#define STR_CREATE_LANG     12

#define FT_DEF_LANGUAGE     1
#define LB_DEF_LANGUAGE     2
#define LB_ADD_LANGUAGE     3
#define FT_DEF_INFO         4
#define FL_DEF_BUTTONS      5
#define PB_DEF_OK           6
#define PB_DEF_CANCEL       7
#define PB_DEF_HELP         8
#define STR_ADDLANG_TITLE   9
#define STR_ADDLANG_LABEL   10
#define STR_ADDLANG_INFO    11

// Metrics -----------------------------------------------------------------------

#define MANAGE_DLG_WIDTH    240
#define MANAGE_DLG_HEIGHT   180
#define INFO_LINES_COUNT    3

#define MANAGE_COL1         RSC_SP_DLG_INNERBORDER_LEFT
#define MANAGE_COL2         (MANAGE_DLG_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT - 2*RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_X)
#define MANAGE_COL3         (MANAGE_COL2 + RSC_CD_PUSHBUTTON_WIDTH + RSC_SP_CTRL_X)

#define MANAGE_ROW1         RSC_SP_DLG_INNERBORDER_TOP
#define MANAGE_ROW2         (MANAGE_ROW1 + RSC_CD_FIXEDTEXT_HEIGHT + RSC_SP_CTRL_DESC_Y)
#define MANAGE_ROW3         (MANAGE_ROW2 + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_GROUP_Y)

#define MANAGE_ROW7         (MANAGE_DLG_HEIGHT - RSC_SP_DLG_INNERBORDER_BOTTOM - RSC_CD_PUSHBUTTON_HEIGHT)
#define MANAGE_ROW6         (MANAGE_ROW7 - RSC_SP_FLGR_SPACE_Y - RSC_CD_FIXEDLINE_HEIGHT)
#define MANAGE_ROW5         (MANAGE_ROW6 - RSC_SP_FLGR_SPACE_Y - INFO_LINES_COUNT*RSC_CD_FIXEDTEXT_HEIGHT)
#define MANAGE_ROW4         (MANAGE_ROW5 - RSC_SP_CTRL_GROUP_Y - RSC_CD_PUSHBUTTON_HEIGHT)
#define MANAGE_ROW4A        (MANAGE_ROW4 + RSC_CD_PUSHBUTTON_HEIGHT)

#define MANAGE_LB_WIDTH     (MANAGE_COL3 - RSC_SP_CTRL_X - RSC_SP_DLG_INNERBORDER_LEFT)
#define MANAGE_LB_HEIGHT    (MANAGE_ROW4A - MANAGE_ROW2)

#define SETDEF_DLG_WIDTH    180
#define SETDEF_DLG_HEIGHT   165

#define SETDEF_COL1         RSC_SP_DLG_INNERBORDER_LEFT
#define SETDEF_COL2         (SETDEF_DLG_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT - 3*RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X - RSC_SP_CTRL_X)
#define SETDEF_COL3         (SETDEF_COL2 + RSC_CD_PUSHBUTTON_WIDTH + RSC_SP_CTRL_GROUP_X)
#define SETDEF_COL4         (SETDEF_COL3 + RSC_CD_PUSHBUTTON_WIDTH + RSC_SP_CTRL_X)
#define SETDEF_COL4A        (SETDEF_COL4 + RSC_CD_PUSHBUTTON_WIDTH)

#define SETDEF_ROW1         RSC_SP_DLG_INNERBORDER_TOP
#define SETDEF_ROW2         (SETDEF_ROW1 + RSC_CD_FIXEDTEXT_HEIGHT + RSC_SP_CTRL_DESC_Y)

#define SETDEF_ROW5         (SETDEF_DLG_HEIGHT - RSC_SP_DLG_INNERBORDER_BOTTOM - RSC_CD_PUSHBUTTON_HEIGHT)
#define SETDEF_ROW4         (SETDEF_ROW5 - RSC_SP_FLGR_SPACE_Y - RSC_CD_FIXEDLINE_HEIGHT)
#define SETDEF_ROW3         (SETDEF_ROW4 - RSC_SP_FLGR_SPACE_Y - INFO_LINES_COUNT*RSC_CD_FIXEDTEXT_HEIGHT)
#define SETDEF_ROW3A        (SETDEF_ROW3 - RSC_SP_CTRL_GROUP_Y)

#define SETDEF_LB_WIDTH     (SETDEF_COL4A - SETDEF_COL1)
#define SETDEF_LB_HEIGHT    (SETDEF_ROW3A - SETDEF_ROW2)

#endif // BASCTL_MANAGELANG_HRC