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 TBX_STYLE 1 24#define TBX_ADJUST 2 25#define TBX_SHADOW 3 26 27#define FB_DISTANCE 1 28#define FB_TEXTSTART 2 29#define FB_SHADOW_X 3 30#define FB_SHADOW_Y 4 31#define MTR_FLD_DISTANCE 1 32#define MTR_FLD_TEXTSTART 2 33#define MTR_FLD_SHADOW_X 3 34#define MTR_FLD_SHADOW_Y 4 35#define CLB_SHADOW_COLOR 1 36 37#define IL_FONTWORK 1200 38#define ILH_FONTWORK 1201 39 40// the following ids are also used to identify the 41// bitmaps for the image list 42#define TBI_STYLE_OFF 1 43#define TBI_STYLE_ROTATE 2 44#define TBI_STYLE_UPRIGHT 3 45#define TBI_STYLE_SLANTX 4 46#define TBI_STYLE_SLANTY 5 47#define TBI_ADJUST_MIRROR 6 48#define TBI_ADJUST_LEFT 7 49#define TBI_ADJUST_CENTER 8 50#define TBI_ADJUST_RIGHT 9 51#define TBI_ADJUST_AUTOSIZE 10 52#define TBI_SHOWFORM 11 53#define TBI_OUTLINE 12 54#define TBI_SHADOW_OFF 13 55#define TBI_SHADOW_NORMAL 14 56#define TBI_SHADOW_SLANT 15 57#define TBI_SHADOW_XDIST 16 58#define TBI_SHADOW_YDIST 17 59#define TBI_SHADOW_ANGLE 18 60#define TBI_SHADOW_SIZE 19 61#define TBI_DISTANCE 20 62#define TBI_TEXTSTART 21 63