18dcb2a10SAndre Fischer/************************************************************** 28dcb2a10SAndre Fischer * 38dcb2a10SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 48dcb2a10SAndre Fischer * or more contributor license agreements. See the NOTICE file 58dcb2a10SAndre Fischer * distributed with this work for additional information 68dcb2a10SAndre Fischer * regarding copyright ownership. The ASF licenses this file 78dcb2a10SAndre Fischer * to you under the Apache License, Version 2.0 (the 88dcb2a10SAndre Fischer * "License"); you may not use this file except in compliance 98dcb2a10SAndre Fischer * with the License. You may obtain a copy of the License at 108dcb2a10SAndre Fischer * 118dcb2a10SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 128dcb2a10SAndre Fischer * 138dcb2a10SAndre Fischer * Unless required by applicable law or agreed to in writing, 148dcb2a10SAndre Fischer * software distributed under the License is distributed on an 158dcb2a10SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168dcb2a10SAndre Fischer * KIND, either express or implied. See the License for the 178dcb2a10SAndre Fischer * specific language governing permissions and limitations 188dcb2a10SAndre Fischer * under the License. 198dcb2a10SAndre Fischer * 208dcb2a10SAndre Fischer *************************************************************/ 218dcb2a10SAndre Fischer 22*62762835Smseidel 23*62762835Smseidel 248dcb2a10SAndre Fischer// RID_SIDEBAR_AREA_PANEL-------------------------------------------------------------- 258dcb2a10SAndre Fischer#define FT_COLOR_LIST 1 268dcb2a10SAndre Fischer#define TB_COLOR 2 278dcb2a10SAndre Fischer#define TBI_COLOR 3 288dcb2a10SAndre Fischer#define IMG_COLOR 5 298dcb2a10SAndre Fischer 308dcb2a10SAndre Fischer#define VS_COLOR 1 318dcb2a10SAndre Fischer 328dcb2a10SAndre Fischer#define TBI_LEFT 1 338dcb2a10SAndre Fischer#define TBI_RIGHT 1 348dcb2a10SAndre Fischer#define TBI_BTX_GRADIENT 51 358dcb2a10SAndre Fischer#define FL_TRSP_TEXT 4 368dcb2a10SAndre Fischer 378dcb2a10SAndre Fischer#define LB_TRGR_TYPES 6 388dcb2a10SAndre Fischer#define MTR_TRANSPARENT 7 398dcb2a10SAndre Fischer#define BTN_GRADIENT 8 408dcb2a10SAndre Fischer 418dcb2a10SAndre Fischer#define FT_TRGR_CENTER_X 9 428dcb2a10SAndre Fischer#define MTR_TRGR_CENTER_X 10 438dcb2a10SAndre Fischer#define FT_TRGR_CENTER_Y 11 448dcb2a10SAndre Fischer#define MTR_TRGR_CENTER_Y 12 458dcb2a10SAndre Fischer#define FT_TRGR_ANGLE 13 468dcb2a10SAndre Fischer#define MTR_TRGR_ANGLE 14 478dcb2a10SAndre Fischer#define FT_TRGR_START_VALUE 15 488dcb2a10SAndre Fischer#define MTR_TRGR_START_VALUE 16 498dcb2a10SAndre Fischer#define FT_TRGR_END_VALUE 17 508dcb2a10SAndre Fischer#define MTR_TRGR_END_VALUE 18 518dcb2a10SAndre Fischer#define FT_TRGR_BORDER 19 528dcb2a10SAndre Fischer#define MTR_TRGR_BORDER 20 538dcb2a10SAndre Fischer#define STR_HELP_LEFT 24 548dcb2a10SAndre Fischer#define STR_HELP_RIGHT 25 558dcb2a10SAndre Fischer 568dcb2a10SAndre Fischer#define BTN_LEFT_SECOND 22 578dcb2a10SAndre Fischer#define BTN_RIGHT_FIRST 23 588dcb2a10SAndre Fischer 598dcb2a10SAndre Fischer#define IMG_AXIAL 24 608dcb2a10SAndre Fischer#define IMG_ELLI 25 618dcb2a10SAndre Fischer#define IMG_QUAD 26 628dcb2a10SAndre Fischer#define IMG_RADIAL 27 638dcb2a10SAndre Fischer#define IMG_SQUARE 28 648dcb2a10SAndre Fischer#define IMG_LINEAR 29 658dcb2a10SAndre Fischer#define IMG_ROT_LEFT 30 668dcb2a10SAndre Fischer#define IMG_ROT_RIGHT 31 678dcb2a10SAndre Fischer#define STR_HELP_TYPE 32 688dcb2a10SAndre Fischer#define STR_HELP_ATTR 33 698dcb2a10SAndre Fischer#define STR_HELP_COLOR 41 708dcb2a10SAndre Fischer#define STR_HELP_GRADIENT 42 718dcb2a10SAndre Fischer 728dcb2a10SAndre Fischer// high contrast 738dcb2a10SAndre Fischer#define IMG_AXIAL_H 34 748dcb2a10SAndre Fischer#define IMG_ELLI_H 35 758dcb2a10SAndre Fischer#define IMG_QUAD_H 36 768dcb2a10SAndre Fischer#define IMG_RADIAL_H 37 778dcb2a10SAndre Fischer#define IMG_SQUARE_H 38 788dcb2a10SAndre Fischer#define IMG_LINEAR_H 39 798dcb2a10SAndre Fischer#define IMG_COLOR_H 40 808dcb2a10SAndre Fischer 818dcb2a10SAndre Fischer 828dcb2a10SAndre Fischer#define FIXED_TEXT_HEIGHT 9 838dcb2a10SAndre Fischer#define FIXED_TEXT_WIDTH 40 848dcb2a10SAndre Fischer#define MBOX_WIDTH 50 858dcb2a10SAndre Fischer#define CONTROL_HEIGHT 12 868dcb2a10SAndre Fischer#define CONTROL_WIDTH 45 878dcb2a10SAndre Fischer#define LISTBOX_HEIGHT 80 888dcb2a10SAndre Fischer#define ROTATE_BUTTON_WIDTH 13 898dcb2a10SAndre Fischer#define ROTATE_BUTTON_SPACING 15 908dcb2a10SAndre Fischer#define POP_WIDTH 2*POPUPPANEL_MARGIN_HORIZONTAL+2*CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL 918dcb2a10SAndre Fischer#define POP_HEIGHT 2*POPUPPANEL_MARGIN_VERTICAL + 4*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 3*CONTROL_SPACING_VERTICAL 928dcb2a10SAndre Fischer#define POP_HEIGHT2 2*POPUPPANEL_MARGIN_VERTICAL + 3*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 2*CONTROL_SPACING_VERTICAL 938dcb2a10SAndre Fischer#define LEFT_RIGHT_X1 POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + 1 948dcb2a10SAndre Fischer#define LEFT_RIGHT_Y1 POPUPPANEL_MARGIN_VERTICAL + FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL - 2 958dcb2a10SAndre Fischer#define LEFT_RIGHT_X2 POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + ROTATE_BUTTON_SPACING 968dcb2a10SAndre Fischer#define LEFT_RIGHT_Y2 POPUPPANEL_MARGIN_VERTICAL + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL)+MBOX_HEIGHT+CONTROL_SPACING_VERTICAL - 2 978dcb2a10SAndre Fischer 988dcb2a10SAndre Fischer// eof 99