xref: /AOO41X/main/svx/source/sidebar/line/LinePropertyPanel.hrc (revision 8dcb2a100eb78f12871a9e67d867e1bc0c7bdb07)
1*8dcb2a10SAndre Fischer/**************************************************************
2*8dcb2a10SAndre Fischer *
3*8dcb2a10SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4*8dcb2a10SAndre Fischer * or more contributor license agreements.  See the NOTICE file
5*8dcb2a10SAndre Fischer * distributed with this work for additional information
6*8dcb2a10SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7*8dcb2a10SAndre Fischer * to you under the Apache License, Version 2.0 (the
8*8dcb2a10SAndre Fischer * "License"); you may not use this file except in compliance
9*8dcb2a10SAndre Fischer * with the License.  You may obtain a copy of the License at
10*8dcb2a10SAndre Fischer *
11*8dcb2a10SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12*8dcb2a10SAndre Fischer *
13*8dcb2a10SAndre Fischer * Unless required by applicable law or agreed to in writing,
14*8dcb2a10SAndre Fischer * software distributed under the License is distributed on an
15*8dcb2a10SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8dcb2a10SAndre Fischer * KIND, either express or implied.  See the License for the
17*8dcb2a10SAndre Fischer * specific language governing permissions and limitations
18*8dcb2a10SAndre Fischer * under the License.
19*8dcb2a10SAndre Fischer *
20*8dcb2a10SAndre Fischer *************************************************************/
21*8dcb2a10SAndre Fischer
22*8dcb2a10SAndre Fischer//  RID_SIDEBAR_LINE_PANEL--------------------------------------------------------------
23*8dcb2a10SAndre Fischer#define CUSTOM_X	POPUPPANEL_MARGIN_LARGE + OFFSET_X
24*8dcb2a10SAndre Fischer#define CUSTOM_Y	POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 12 * 9 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT
25*8dcb2a10SAndre Fischer#define CUSTOM_W	74
26*8dcb2a10SAndre Fischer#define CUSTOM_H	POPUPPANEL_MARGIN_LARGE * 2 +  TEXT_HEIGHT + 12 +  TEXT_CONTROL_SPACING_VERTICAL
27*8dcb2a10SAndre Fischer
28*8dcb2a10SAndre Fischer#define FT_COLOR            1
29*8dcb2a10SAndre Fischer#define TB_COLOR            2
30*8dcb2a10SAndre Fischer#define FT_WIDTH            3
31*8dcb2a10SAndre Fischer#define TB_WIDTH            4
32*8dcb2a10SAndre Fischer#define FT_STYLE            5
33*8dcb2a10SAndre Fischer#define TB_STYLE            6
34*8dcb2a10SAndre Fischer#define FT_ARROW            7
35*8dcb2a10SAndre Fischer#define FT_TRANSPARENT      8
36*8dcb2a10SAndre Fischer#define MF_TRANSPARENT      9
37*8dcb2a10SAndre Fischer#define LB_START            10
38*8dcb2a10SAndre Fischer#define LB_END              11
39*8dcb2a10SAndre Fischer#define TBI_COLOR           12
40*8dcb2a10SAndre Fischer#define TBI_WIDTH           13
41*8dcb2a10SAndre Fischer#define TBI_STYLE           14
42*8dcb2a10SAndre Fischer#define STR_QH_TB_WIDTH     15
43*8dcb2a10SAndre Fischer#define STR_QH_TB_COLOR     16
44*8dcb2a10SAndre Fischer#define STR_QH_TB_STYLE     17
45*8dcb2a10SAndre Fischer
46*8dcb2a10SAndre Fischer#define FT_EDGESTYLE        18
47*8dcb2a10SAndre Fischer#define LB_EDGESTYLE        19
48*8dcb2a10SAndre Fischer#define FT_CAPSTYLE         20
49*8dcb2a10SAndre Fischer#define LB_CAPSTYLE         21
50*8dcb2a10SAndre Fischer
51*8dcb2a10SAndre Fischer#define IMG_COLOR           23
52*8dcb2a10SAndre Fischer#define IMG_COLOR_NO        24
53*8dcb2a10SAndre Fischer#define IMG_LINE1_ICON      25
54*8dcb2a10SAndre Fischer#define IMG_LINE2_ICON      26
55*8dcb2a10SAndre Fischer#define IMG_LINE3_ICON      27
56*8dcb2a10SAndre Fischer#define IMG_LINE4_ICON      28
57*8dcb2a10SAndre Fischer#define IMG_LINE5_ICON      29
58*8dcb2a10SAndre Fischer#define IMG_LINE6_ICON      30
59*8dcb2a10SAndre Fischer#define IMG_LINE7_ICON      31
60*8dcb2a10SAndre Fischer#define IMG_LINE8_ICON      32
61*8dcb2a10SAndre Fischer#define IMG_LINE9_ICON      33
62*8dcb2a10SAndre Fischer#define IMG_LINE10_ICON     34
63*8dcb2a10SAndre Fischer#define IMG_LINE11_ICON     35
64*8dcb2a10SAndre Fischer#define IMG_NONE_ICON       36
65*8dcb2a10SAndre Fischer
66*8dcb2a10SAndre Fischer#define IMG_WIDTH1_ICON     41
67*8dcb2a10SAndre Fischer#define IMG_WIDTH2_ICON     42
68*8dcb2a10SAndre Fischer#define IMG_WIDTH3_ICON     43
69*8dcb2a10SAndre Fischer#define IMG_WIDTH4_ICON     44
70*8dcb2a10SAndre Fischer#define IMG_WIDTH5_ICON     45
71*8dcb2a10SAndre Fischer#define IMG_WIDTH6_ICON     46
72*8dcb2a10SAndre Fischer#define IMG_WIDTH7_ICON     47
73*8dcb2a10SAndre Fischer#define IMG_WIDTH8_ICON     48
74*8dcb2a10SAndre Fischer
75*8dcb2a10SAndre Fischer#define IMG_LINE1_ICON_H    51
76*8dcb2a10SAndre Fischer#define IMG_LINE2_ICON_H    52
77*8dcb2a10SAndre Fischer#define IMG_LINE3_ICON_H    53
78*8dcb2a10SAndre Fischer#define IMG_LINE4_ICON_H    54
79*8dcb2a10SAndre Fischer#define IMG_LINE5_ICON_H    55
80*8dcb2a10SAndre Fischer#define IMG_LINE6_ICON_H    56
81*8dcb2a10SAndre Fischer#define IMG_LINE7_ICON_H    57
82*8dcb2a10SAndre Fischer#define IMG_LINE8_ICON_H    58
83*8dcb2a10SAndre Fischer#define IMG_LINE9_ICON_H    59
84*8dcb2a10SAndre Fischer#define IMG_LINE10_ICON_H   60
85*8dcb2a10SAndre Fischer#define IMG_LINE11_ICON_H   50
86*8dcb2a10SAndre Fischer
87*8dcb2a10SAndre Fischer#define IMG_WIDTH1_ICON_H   61
88*8dcb2a10SAndre Fischer#define IMG_WIDTH2_ICON_H   62
89*8dcb2a10SAndre Fischer#define IMG_WIDTH3_ICON_H   63
90*8dcb2a10SAndre Fischer#define IMG_WIDTH4_ICON_H   64
91*8dcb2a10SAndre Fischer#define IMG_WIDTH5_ICON_H   65
92*8dcb2a10SAndre Fischer#define IMG_WIDTH6_ICON_H   66
93*8dcb2a10SAndre Fischer#define IMG_WIDTH7_ICON_H   67
94*8dcb2a10SAndre Fischer#define IMG_WIDTH8_ICON_H   68
95*8dcb2a10SAndre Fischer
96*8dcb2a10SAndre Fischer//color popup page
97*8dcb2a10SAndre Fischer#define VS_COLOR		1
98*8dcb2a10SAndre Fischer#define STR_AUTOMATICE	2
99*8dcb2a10SAndre Fischer
100*8dcb2a10SAndre Fischer//style popup page
101*8dcb2a10SAndre Fischer#define VS_STYLE				1
102*8dcb2a10SAndre Fischer#define PB_OPTIONS				2
103*8dcb2a10SAndre Fischer
104*8dcb2a10SAndre Fischer#define IMG_LINE1			5
105*8dcb2a10SAndre Fischer#define IMG_LINE1_S			6
106*8dcb2a10SAndre Fischer#define IMG_LINE2				7
107*8dcb2a10SAndre Fischer#define IMG_LINE2_S			8
108*8dcb2a10SAndre Fischer#define IMG_LINE3			9
109*8dcb2a10SAndre Fischer#define IMG_LINE3_S			10
110*8dcb2a10SAndre Fischer#define IMG_LINE4			11
111*8dcb2a10SAndre Fischer#define IMG_LINE4_S			12
112*8dcb2a10SAndre Fischer#define IMG_LINE5				13
113*8dcb2a10SAndre Fischer#define IMG_LINE5_S			14
114*8dcb2a10SAndre Fischer#define IMG_LINE6			15
115*8dcb2a10SAndre Fischer#define IMG_LINE6_S		16
116*8dcb2a10SAndre Fischer#define IMG_LINE7			17
117*8dcb2a10SAndre Fischer#define IMG_LINE7_S			18
118*8dcb2a10SAndre Fischer#define IMG_LINE8				19
119*8dcb2a10SAndre Fischer#define IMG_LINE8_S				20
120*8dcb2a10SAndre Fischer#define IMG_LINE9			21
121*8dcb2a10SAndre Fischer#define IMG_LINE9_S			22
122*8dcb2a10SAndre Fischer#define IMG_LINE10				23
123*8dcb2a10SAndre Fischer#define IMG_LINE10_S			24
124*8dcb2a10SAndre Fischer#define IMG_LINE11			25
125*8dcb2a10SAndre Fischer#define IMG_LINE11_S			26
126*8dcb2a10SAndre Fischer
127*8dcb2a10SAndre Fischer// #define STR_STYLE_NONE_TIP		30
128*8dcb2a10SAndre Fischer#define STR_STYLE_NONE			31
129*8dcb2a10SAndre Fischer#define STR_STYLE_LINE1			32
130*8dcb2a10SAndre Fischer#define STR_STYLE_LINE2			33
131*8dcb2a10SAndre Fischer#define STR_STYLE_LINE3			34
132*8dcb2a10SAndre Fischer#define STR_STYLE_LINE4			35
133*8dcb2a10SAndre Fischer#define STR_STYLE_LINE5			36
134*8dcb2a10SAndre Fischer#define STR_STYLE_LINE6			37
135*8dcb2a10SAndre Fischer#define STR_STYLE_LINE7			38
136*8dcb2a10SAndre Fischer#define STR_STYLE_LINE8			39
137*8dcb2a10SAndre Fischer#define STR_STYLE_LINE9			40
138*8dcb2a10SAndre Fischer#define STR_STYLE_LINE10		41
139*8dcb2a10SAndre Fischer#define STR_STYLE_LINE11		42
140*8dcb2a10SAndre Fischer
141*8dcb2a10SAndre Fischer#define IMG_LINE1_H			43
142*8dcb2a10SAndre Fischer#define IMG_LINE2_H			44
143*8dcb2a10SAndre Fischer#define IMG_LINE3_H			45
144*8dcb2a10SAndre Fischer#define IMG_LINE4_H			46
145*8dcb2a10SAndre Fischer#define IMG_LINE5_H			47
146*8dcb2a10SAndre Fischer#define IMG_LINE6_H			48
147*8dcb2a10SAndre Fischer#define IMG_LINE7_H			49
148*8dcb2a10SAndre Fischer#define IMG_LINE8_H			50
149*8dcb2a10SAndre Fischer#define IMG_LINE9_H			51
150*8dcb2a10SAndre Fischer#define IMG_LINE10_H			52
151*8dcb2a10SAndre Fischer#define IMG_LINE11_H		53
152*8dcb2a10SAndre Fischer
153*8dcb2a10SAndre Fischer//width popup page
154*8dcb2a10SAndre Fischer#define VS_WIDTH		1
155*8dcb2a10SAndre Fischer#define MF_WIDTH		2
156*8dcb2a10SAndre Fischer#define FT_CUSTOME		3
157*8dcb2a10SAndre Fischer#define FT_LINE_WIDTH	4
158*8dcb2a10SAndre Fischer#define IMG_WIDTH_CUSTOM			5
159*8dcb2a10SAndre Fischer#define IMG_WIDTH_CUSTOM_GRAY		6
160*8dcb2a10SAndre Fischer#define CT_BORDER		7
161*8dcb2a10SAndre Fischer#define STR_WIDTH_LAST_CUSTOM		8
162*8dcb2a10SAndre Fischer#define STR_PT			9
163