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