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