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 28d5370dc8SArmin Le Grand#define FT_COLOR 1 29d5370dc8SArmin Le Grand#define TB_COLOR 2 30d5370dc8SArmin Le Grand#define FT_WIDTH 3 31d5370dc8SArmin Le Grand#define TB_WIDTH 4 32d5370dc8SArmin Le Grand#define FT_STYLE 5 33*97e8a929SArmin Le Grand#define LB_STYLE 6 34d5370dc8SArmin Le Grand#define FT_ARROW 7 35d5370dc8SArmin Le Grand#define FT_TRANSPARENT 8 36d5370dc8SArmin Le Grand#define MF_TRANSPARENT 9 37d5370dc8SArmin Le Grand#define LB_START 10 38d5370dc8SArmin Le Grand#define LB_END 11 39d5370dc8SArmin Le Grand#define TBI_COLOR 12 40d5370dc8SArmin Le Grand#define TBI_WIDTH 13 41d5370dc8SArmin Le Grand#define TBI_STYLE 14 42d5370dc8SArmin Le Grand#define STR_QH_TB_WIDTH 15 43d5370dc8SArmin Le Grand#define STR_QH_TB_COLOR 16 4458e893aeSArmin Le Grand 45d5370dc8SArmin Le Grand#define FT_EDGESTYLE 18 46d5370dc8SArmin Le Grand#define LB_EDGESTYLE 19 47d5370dc8SArmin Le Grand#define FT_CAPSTYLE 20 48d5370dc8SArmin Le Grand#define LB_CAPSTYLE 21 4958e893aeSArmin Le Grand 50d5370dc8SArmin Le Grand#define IMG_COLOR 23 51d5370dc8SArmin Le Grand#define IMG_COLOR_NO 24 52d5370dc8SArmin Le Grand#define IMG_NONE_ICON 36 5358e893aeSArmin Le Grand 54d5370dc8SArmin Le Grand#define IMG_WIDTH1_ICON 41 55d5370dc8SArmin Le Grand#define IMG_WIDTH2_ICON 42 56d5370dc8SArmin Le Grand#define IMG_WIDTH3_ICON 43 57d5370dc8SArmin Le Grand#define IMG_WIDTH4_ICON 44 58d5370dc8SArmin Le Grand#define IMG_WIDTH5_ICON 45 59d5370dc8SArmin Le Grand#define IMG_WIDTH6_ICON 46 60d5370dc8SArmin Le Grand#define IMG_WIDTH7_ICON 47 61d5370dc8SArmin Le Grand#define IMG_WIDTH8_ICON 48 6258e893aeSArmin Le Grand 63d5370dc8SArmin Le Grand#define IMG_WIDTH1_ICON_H 61 64d5370dc8SArmin Le Grand#define IMG_WIDTH2_ICON_H 62 65d5370dc8SArmin Le Grand#define IMG_WIDTH3_ICON_H 63 66d5370dc8SArmin Le Grand#define IMG_WIDTH4_ICON_H 64 67d5370dc8SArmin Le Grand#define IMG_WIDTH5_ICON_H 65 68d5370dc8SArmin Le Grand#define IMG_WIDTH6_ICON_H 66 69d5370dc8SArmin Le Grand#define IMG_WIDTH7_ICON_H 67 70d5370dc8SArmin Le Grand#define IMG_WIDTH8_ICON_H 68 7158e893aeSArmin Le Grand 7258e893aeSArmin Le Grand//color popup page 7358e893aeSArmin Le Grand#define VS_COLOR 1 7458e893aeSArmin Le Grand#define STR_AUTOMATICE 2 7558e893aeSArmin Le Grand 7658e893aeSArmin Le Grand//style popup page 7758e893aeSArmin Le Grand#define VS_STYLE 1 7858e893aeSArmin Le Grand#define PB_OPTIONS 2 7958e893aeSArmin Le Grand 8058e893aeSArmin Le Grand#define IMG_LINE1 5 8158e893aeSArmin Le Grand#define IMG_LINE1_S 6 8258e893aeSArmin Le Grand#define IMG_LINE2 7 8358e893aeSArmin Le Grand#define IMG_LINE2_S 8 8458e893aeSArmin Le Grand#define IMG_LINE3 9 8558e893aeSArmin Le Grand#define IMG_LINE3_S 10 8658e893aeSArmin Le Grand#define IMG_LINE4 11 8758e893aeSArmin Le Grand#define IMG_LINE4_S 12 8858e893aeSArmin Le Grand#define IMG_LINE5 13 8958e893aeSArmin Le Grand#define IMG_LINE5_S 14 9058e893aeSArmin Le Grand#define IMG_LINE6 15 9158e893aeSArmin Le Grand#define IMG_LINE6_S 16 9258e893aeSArmin Le Grand#define IMG_LINE7 17 9358e893aeSArmin Le Grand#define IMG_LINE7_S 18 9458e893aeSArmin Le Grand#define IMG_LINE8 19 9558e893aeSArmin Le Grand#define IMG_LINE8_S 20 9658e893aeSArmin Le Grand#define IMG_LINE9 21 9758e893aeSArmin Le Grand#define IMG_LINE9_S 22 9858e893aeSArmin Le Grand#define IMG_LINE10 23 9958e893aeSArmin Le Grand#define IMG_LINE10_S 24 10058e893aeSArmin Le Grand#define IMG_LINE11 25 10158e893aeSArmin Le Grand#define IMG_LINE11_S 26 10258e893aeSArmin Le Grand 10358e893aeSArmin Le Grand// #define STR_STYLE_NONE_TIP 30 10458e893aeSArmin Le Grand#define STR_STYLE_NONE 31 10558e893aeSArmin Le Grand#define STR_STYLE_LINE1 32 10658e893aeSArmin Le Grand#define STR_STYLE_LINE2 33 10758e893aeSArmin Le Grand#define STR_STYLE_LINE3 34 10858e893aeSArmin Le Grand#define STR_STYLE_LINE4 35 10958e893aeSArmin Le Grand#define STR_STYLE_LINE5 36 11058e893aeSArmin Le Grand#define STR_STYLE_LINE6 37 11158e893aeSArmin Le Grand#define STR_STYLE_LINE7 38 11258e893aeSArmin Le Grand#define STR_STYLE_LINE8 39 11358e893aeSArmin Le Grand#define STR_STYLE_LINE9 40 11458e893aeSArmin Le Grand#define STR_STYLE_LINE10 41 11558e893aeSArmin Le Grand#define STR_STYLE_LINE11 42 11658e893aeSArmin Le Grand 11758e893aeSArmin Le Grand#define IMG_LINE1_H 43 11858e893aeSArmin Le Grand#define IMG_LINE2_H 44 11958e893aeSArmin Le Grand#define IMG_LINE3_H 45 12058e893aeSArmin Le Grand#define IMG_LINE4_H 46 12158e893aeSArmin Le Grand#define IMG_LINE5_H 47 12258e893aeSArmin Le Grand#define IMG_LINE6_H 48 12358e893aeSArmin Le Grand#define IMG_LINE7_H 49 12458e893aeSArmin Le Grand#define IMG_LINE8_H 50 12558e893aeSArmin Le Grand#define IMG_LINE9_H 51 12658e893aeSArmin Le Grand#define IMG_LINE10_H 52 12758e893aeSArmin Le Grand#define IMG_LINE11_H 53 12858e893aeSArmin Le Grand 12958e893aeSArmin Le Grand//width popup page 13058e893aeSArmin Le Grand#define VS_WIDTH 1 13158e893aeSArmin Le Grand#define MF_WIDTH 2 13258e893aeSArmin Le Grand#define FT_CUSTOME 3 13358e893aeSArmin Le Grand#define FT_LINE_WIDTH 4 13458e893aeSArmin Le Grand#define IMG_WIDTH_CUSTOM 5 13558e893aeSArmin Le Grand#define IMG_WIDTH_CUSTOM_GRAY 6 13658e893aeSArmin Le Grand#define CT_BORDER 7 13758e893aeSArmin Le Grand#define STR_WIDTH_LAST_CUSTOM 8 13858e893aeSArmin Le Grand#define STR_PT 9 1394e8031e0SArmin Le Grand 1404e8031e0SArmin Le Grand// eof 141