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#define TAB_CONTROL 1 24#define BTN_OK 2 25#define BTN_CANCEL 3 26#define BTN_HELP 4 27#define FT_POS_X 5 28#define FT_POS_Y 6 29#define MTR_FLD_POS_X 7 30#define MTR_FLD_POS_Y 8 31#define CBX_COPY 9 32#define TSB_PROTECT 10 33#define TSB_AUTO 11 34#define TSB_AUTOGROW_HEIGHT 12 35#define TSB_AUTOGROW_WIDTH 13 36#define BTN_RESET 14 37#define FT_WIDTH 15 38#define FT_HEIGHT 16 39#define MTR_FLD_WIDTH 17 40#define MTR_FLD_HEIGHT 18 41#define MTR_FLD_ANGLE 19 42#define CTL_RECT 20 43#define CTL_ANGLE 21 44#define CBX_SCALE 22 45#define FL_ADJUST 23 46#define FL_POSITION 24 47#define FL_SIZE 25 48#define FL_SLANT 26 49#define FL_RADIUS 27 50#define FT_RADIUS 28 51#define MTR_FLD_RADIUS 29 52#define FL_ANGLE 30 53#define FT_ANGLE 31 54#define TSB_VERTICAL 32 55#define FL_ANCHOR 33 56#define FT_ANCHOR 34 57#define LB_ANCHOR 35 58#define FT_ORIENT 36 59#define FT_REFERENCE 37 60#define FT_POSPRESETS 38 61#define FT_ANGLEPRESETS 39 62#define LB_ORIENT 40 63#define FT_SIZEREFERENCE 41 64#define CTL_SIZERECT 42 65#define FT_POSREFERENCE 43 66#define CTL_POSRECT 44 67#define TSB_POSPROTECT 45 68#define TSB_SIZEPROTECT 46 69#define FL_PROTECT 47 70#define FL_DIVIDER 48 71 72// 73