158e893aeSArmin Le Grand/**************************************************************
258e893aeSArmin Le Grand *
358e893aeSArmin Le Grand * Licensed to the Apache Software Foundation (ASF) under one
458e893aeSArmin Le Grand * or more contributor license agreements.  See the NOTICE file
558e893aeSArmin Le Grand * distributed with this work for additional information
658e893aeSArmin Le Grand * regarding copyright ownership.  The ASF licenses this file
758e893aeSArmin Le Grand * to you under the Apache License, Version 2.0 (the
858e893aeSArmin Le Grand * "License"); you may not use this file except in compliance
958e893aeSArmin Le Grand * with the License.  You may obtain a copy of the License at
1058e893aeSArmin Le Grand *
1158e893aeSArmin Le Grand *   http://www.apache.org/licenses/LICENSE-2.0
1258e893aeSArmin Le Grand *
1358e893aeSArmin Le Grand * Unless required by applicable law or agreed to in writing,
1458e893aeSArmin Le Grand * software distributed under the License is distributed on an
1558e893aeSArmin Le Grand * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1658e893aeSArmin Le Grand * KIND, either express or implied.  See the License for the
1758e893aeSArmin Le Grand * specific language governing permissions and limitations
1858e893aeSArmin Le Grand * under the License.
1958e893aeSArmin Le Grand *
2058e893aeSArmin Le Grand *************************************************************/
2158e893aeSArmin Le Grand
2258e893aeSArmin Le Grand//  RID_SIDEBAR_LINE_PANEL--------------------------------------------------------------
2358e893aeSArmin Le Grand#define CUSTOM_X	POPUPPANEL_MARGIN_LARGE + OFFSET_X
2458e893aeSArmin Le Grand#define CUSTOM_Y	POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 12 * 9 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT
2558e893aeSArmin Le Grand#define CUSTOM_W	74
2658e893aeSArmin Le Grand#define CUSTOM_H	POPUPPANEL_MARGIN_LARGE * 2 +  TEXT_HEIGHT + 12 +  TEXT_CONTROL_SPACING_VERTICAL
2758e893aeSArmin Le Grand
28*6a606da0SAndre Fischer#define TOOLBOX_WIDTH		50
29*6a606da0SAndre Fischer#define TOOLBOX_HEIGHT		14
30*6a606da0SAndre Fischer#define LISTBOX_HEIGHT      99
31*6a606da0SAndre Fischer
32d5370dc8SArmin Le Grand#define FT_COLOR            1
33d5370dc8SArmin Le Grand#define TB_COLOR            2
34d5370dc8SArmin Le Grand#define FT_WIDTH            3
35d5370dc8SArmin Le Grand#define TB_WIDTH            4
36d5370dc8SArmin Le Grand#define FT_STYLE            5
3797e8a929SArmin Le Grand#define LB_STYLE            6
38d5370dc8SArmin Le Grand#define FT_ARROW            7
39d5370dc8SArmin Le Grand#define FT_TRANSPARENT      8
40d5370dc8SArmin Le Grand#define MF_TRANSPARENT      9
41d5370dc8SArmin Le Grand#define LB_START            10
42d5370dc8SArmin Le Grand#define LB_END              11
43d5370dc8SArmin Le Grand#define TBI_COLOR           12
44d5370dc8SArmin Le Grand#define TBI_WIDTH           13
45d5370dc8SArmin Le Grand#define TBI_STYLE           14
46d5370dc8SArmin Le Grand#define STR_QH_TB_WIDTH     15
47d5370dc8SArmin Le Grand#define STR_QH_TB_COLOR     16
4858e893aeSArmin Le Grand
49d5370dc8SArmin Le Grand#define FT_EDGESTYLE        18
50d5370dc8SArmin Le Grand#define LB_EDGESTYLE        19
51d5370dc8SArmin Le Grand#define FT_CAPSTYLE         20
52d5370dc8SArmin Le Grand#define LB_CAPSTYLE         21
5358e893aeSArmin Le Grand
54d5370dc8SArmin Le Grand#define IMG_COLOR           23
55d5370dc8SArmin Le Grand#define IMG_COLOR_NO        24
56d5370dc8SArmin Le Grand#define IMG_NONE_ICON       36
5758e893aeSArmin Le Grand
58d5370dc8SArmin Le Grand#define IMG_WIDTH1_ICON     41
59d5370dc8SArmin Le Grand#define IMG_WIDTH2_ICON     42
60d5370dc8SArmin Le Grand#define IMG_WIDTH3_ICON     43
61d5370dc8SArmin Le Grand#define IMG_WIDTH4_ICON     44
62d5370dc8SArmin Le Grand#define IMG_WIDTH5_ICON     45
63d5370dc8SArmin Le Grand#define IMG_WIDTH6_ICON     46
64d5370dc8SArmin Le Grand#define IMG_WIDTH7_ICON     47
65d5370dc8SArmin Le Grand#define IMG_WIDTH8_ICON     48
6658e893aeSArmin Le Grand
67d5370dc8SArmin Le Grand#define IMG_WIDTH1_ICON_H   61
68d5370dc8SArmin Le Grand#define IMG_WIDTH2_ICON_H   62
69d5370dc8SArmin Le Grand#define IMG_WIDTH3_ICON_H   63
70d5370dc8SArmin Le Grand#define IMG_WIDTH4_ICON_H   64
71d5370dc8SArmin Le Grand#define IMG_WIDTH5_ICON_H   65
72d5370dc8SArmin Le Grand#define IMG_WIDTH6_ICON_H   66
73d5370dc8SArmin Le Grand#define IMG_WIDTH7_ICON_H   67
74d5370dc8SArmin Le Grand#define IMG_WIDTH8_ICON_H   68
7558e893aeSArmin Le Grand
7658e893aeSArmin Le Grand//color popup page
7758e893aeSArmin Le Grand#define VS_COLOR		1
7858e893aeSArmin Le Grand
7958e893aeSArmin Le Grand//style popup page
8058e893aeSArmin Le Grand#define VS_STYLE				1
8158e893aeSArmin Le Grand#define PB_OPTIONS				2
8258e893aeSArmin Le Grand
8358e893aeSArmin Le Grand//width popup page
8458e893aeSArmin Le Grand#define VS_WIDTH		1
8558e893aeSArmin Le Grand#define MF_WIDTH		2
8658e893aeSArmin Le Grand#define FT_CUSTOME		3
8758e893aeSArmin Le Grand#define FT_LINE_WIDTH	4
8858e893aeSArmin Le Grand#define IMG_WIDTH_CUSTOM			5
8958e893aeSArmin Le Grand#define IMG_WIDTH_CUSTOM_GRAY		6
9058e893aeSArmin Le Grand#define CT_BORDER		7
9158e893aeSArmin Le Grand#define STR_WIDTH_LAST_CUSTOM		8
9258e893aeSArmin Le Grand#define STR_PT			9
934e8031e0SArmin Le Grand
944e8031e0SArmin Le Grand// eof
95