1*8414840eSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8414840eSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8414840eSAndrew Rist * distributed with this work for additional information 6*8414840eSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance 9*8414840eSAndrew Rist * with the License. You may obtain a copy of the License at 10*8414840eSAndrew Rist * 11*8414840eSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8414840eSAndrew Rist * 13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8414840eSAndrew Rist * software distributed under the License is distributed on an 15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8414840eSAndrew Rist * KIND, either express or implied. See the License for the 17*8414840eSAndrew Rist * specific language governing permissions and limitations 18*8414840eSAndrew Rist * under the License. 19*8414840eSAndrew Rist * 20*8414840eSAndrew Rist *************************************************************/ 21*8414840eSAndrew Rist 22*8414840eSAndrew Rist 23cdf0e10cSrcweir#define TAB_CONTROL 1 24cdf0e10cSrcweir#define BTN_OK 2 25cdf0e10cSrcweir#define BTN_CANCEL 3 26cdf0e10cSrcweir#define BTN_HELP 4 27cdf0e10cSrcweir#define FT_POS_X 5 28cdf0e10cSrcweir#define FT_POS_Y 6 29cdf0e10cSrcweir#define MTR_FLD_POS_X 7 30cdf0e10cSrcweir#define MTR_FLD_POS_Y 8 31cdf0e10cSrcweir#define CBX_COPY 9 32cdf0e10cSrcweir#define TSB_PROTECT 10 33cdf0e10cSrcweir#define TSB_AUTO 11 34cdf0e10cSrcweir#define TSB_AUTOGROW_HEIGHT 12 35cdf0e10cSrcweir#define TSB_AUTOGROW_WIDTH 13 36cdf0e10cSrcweir#define BTN_RESET 14 37cdf0e10cSrcweir#define FT_WIDTH 15 38cdf0e10cSrcweir#define FT_HEIGHT 16 39cdf0e10cSrcweir#define MTR_FLD_WIDTH 17 40cdf0e10cSrcweir#define MTR_FLD_HEIGHT 18 41cdf0e10cSrcweir#define MTR_FLD_ANGLE 19 42cdf0e10cSrcweir#define CTL_RECT 20 43cdf0e10cSrcweir#define CTL_ANGLE 21 44cdf0e10cSrcweir#define CBX_SCALE 22 45cdf0e10cSrcweir#define FL_ADJUST 23 46cdf0e10cSrcweir#define FL_POSITION 24 47cdf0e10cSrcweir#define FL_SIZE 25 48cdf0e10cSrcweir#define FL_SLANT 26 49cdf0e10cSrcweir#define FL_RADIUS 27 50cdf0e10cSrcweir#define FT_RADIUS 28 51cdf0e10cSrcweir#define MTR_FLD_RADIUS 29 52cdf0e10cSrcweir#define FL_ANGLE 30 53cdf0e10cSrcweir#define FT_ANGLE 31 54cdf0e10cSrcweir#define TSB_VERTICAL 32 55cdf0e10cSrcweir#define FL_ANCHOR 33 56cdf0e10cSrcweir#define FT_ANCHOR 34 57cdf0e10cSrcweir#define LB_ANCHOR 35 58cdf0e10cSrcweir#define FT_ORIENT 36 59cdf0e10cSrcweir#define FT_REFERENCE 37 60cdf0e10cSrcweir#define FT_POSPRESETS 38 61cdf0e10cSrcweir#define FT_ANGLEPRESETS 39 62cdf0e10cSrcweir#define LB_ORIENT 40 63cdf0e10cSrcweir#define FT_SIZEREFERENCE 41 64cdf0e10cSrcweir#define CTL_SIZERECT 42 65cdf0e10cSrcweir#define FT_POSREFERENCE 43 66cdf0e10cSrcweir#define CTL_POSRECT 44 67cdf0e10cSrcweir#define TSB_POSPROTECT 45 68cdf0e10cSrcweir#define TSB_SIZEPROTECT 46 69cdf0e10cSrcweir#define FL_PROTECT 47 70cdf0e10cSrcweir#define FL_DIVIDER 48 71cdf0e10cSrcweir 72cdf0e10cSrcweir// 73