xref: /AOO41X/main/svx/source/sidebar/area/AreaPropertyPanel.hrc (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
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//  RID_SIDEBAR_AREA_PANEL--------------------------------------------------------------
23#define FT_COLOR_LIST                        1
24#define TB_COLOR            2
25#define TBI_COLOR           3
26#define IMG_COLOR           5
27
28#define VS_COLOR            1
29
30#define TBI_LEFT                            1
31#define TBI_RIGHT                           1
32#define TBI_BTX_GRADIENT                    51
33#define FL_TRSP_TEXT                         4
34
35#define LB_TRGR_TYPES   6
36#define MTR_TRANSPARENT 7
37#define BTN_GRADIENT    8
38
39#define FT_TRGR_CENTER_X    9
40#define MTR_TRGR_CENTER_X   10
41#define FT_TRGR_CENTER_Y    11
42#define MTR_TRGR_CENTER_Y   12
43#define FT_TRGR_ANGLE       13
44#define MTR_TRGR_ANGLE      14
45#define FT_TRGR_START_VALUE 15
46#define MTR_TRGR_START_VALUE 16
47#define FT_TRGR_END_VALUE   17
48#define MTR_TRGR_END_VALUE  18
49#define FT_TRGR_BORDER      19
50#define MTR_TRGR_BORDER     20
51#define STR_HELP_LEFT       24
52#define STR_HELP_RIGHT      25
53
54#define BTN_LEFT_SECOND         22
55#define BTN_RIGHT_FIRST         23
56
57#define IMG_AXIAL              24
58#define IMG_ELLI               25
59#define IMG_QUAD               26
60#define IMG_RADIAL              27
61#define IMG_SQUARE              28
62#define IMG_LINEAR              29
63#define IMG_ROT_LEFT            30
64#define IMG_ROT_RIGHT           31
65#define STR_HELP_TYPE           32
66#define STR_HELP_ATTR           33
67#define STR_HELP_COLOR          41
68#define STR_HELP_GRADIENT       42
69
70//high contrast
71#define IMG_AXIAL_H              34
72#define IMG_ELLI_H               35
73#define IMG_QUAD_H               36
74#define IMG_RADIAL_H              37
75#define IMG_SQUARE_H              38
76#define IMG_LINEAR_H              39
77#define IMG_COLOR_H               40
78
79
80#define FIXED_TEXT_HEIGHT   9
81#define FIXED_TEXT_WIDTH   40
82#define MBOX_WIDTH         50
83#define CONTROL_HEIGHT      12
84#define CONTROL_WIDTH           45
85#define LISTBOX_HEIGHT     80
86#define ROTATE_BUTTON_WIDTH        13
87#define ROTATE_BUTTON_SPACING      15
88#define POP_WIDTH   2*POPUPPANEL_MARGIN_HORIZONTAL+2*CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL
89#define POP_HEIGHT  2*POPUPPANEL_MARGIN_VERTICAL + 4*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 3*CONTROL_SPACING_VERTICAL
90#define POP_HEIGHT2  2*POPUPPANEL_MARGIN_VERTICAL + 3*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 2*CONTROL_SPACING_VERTICAL
91#define LEFT_RIGHT_X1    POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + 1
92#define LEFT_RIGHT_Y1    POPUPPANEL_MARGIN_VERTICAL + FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL - 2
93#define LEFT_RIGHT_X2    POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + ROTATE_BUTTON_SPACING
94#define LEFT_RIGHT_Y2    POPUPPANEL_MARGIN_VERTICAL + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL)+MBOX_HEIGHT+CONTROL_SPACING_VERTICAL - 2
95
96// eof
97