1*fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*fefe2166SAndrew Rist * distributed with this work for additional information 6*fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9*fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10*fefe2166SAndrew Rist * 11*fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*fefe2166SAndrew Rist * 13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*fefe2166SAndrew Rist * software distributed under the License is distributed on an 15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17*fefe2166SAndrew Rist * specific language governing permissions and limitations 18*fefe2166SAndrew Rist * under the License. 19*fefe2166SAndrew Rist * 20*fefe2166SAndrew Rist *************************************************************/ 21*fefe2166SAndrew Rist 22*fefe2166SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir 25cdf0e10cSrcweir#define FL_LEVEL 1 26cdf0e10cSrcweir#define LB_LEVEL 2 27cdf0e10cSrcweir#define FL_POSITION 3 28cdf0e10cSrcweir#define FT_BORDERDIST 4 29cdf0e10cSrcweir#define MF_BORDERDIST 5 30cdf0e10cSrcweir#define CB_RELATIVE 6 31cdf0e10cSrcweir#define FT_INDENT 7 32cdf0e10cSrcweir#define MF_INDENT 8 33cdf0e10cSrcweir#define FT_NUMDIST 9 34cdf0e10cSrcweir#define MF_NUMDIST 10 35cdf0e10cSrcweir#define FT_ALIGN 11 36cdf0e10cSrcweir#define LB_ALIGN 12 37cdf0e10cSrcweir#define PB_STANDARD 13 38cdf0e10cSrcweir#define WIN_PREVIEW 15 39cdf0e10cSrcweir#define ST_RESET 16 40cdf0e10cSrcweir 41cdf0e10cSrcweir#define FT_LABEL_FOLLOWED_BY 17 42cdf0e10cSrcweir#define LB_LABEL_FOLLOWED_BY 18 43cdf0e10cSrcweir#define FT_LISTTAB 19 44cdf0e10cSrcweir#define MF_LISTTAB 20 45cdf0e10cSrcweir#define FT_ALIGN_2 21 46cdf0e10cSrcweir#define LB_ALIGN_2 22 47cdf0e10cSrcweir#define FT_ALIGNED_AT 23 48cdf0e10cSrcweir#define MF_ALIGNED_AT 24 49cdf0e10cSrcweir#define FT_INDENT_AT 25 50cdf0e10cSrcweir#define MF_INDENT_AT 26 51cdf0e10cSrcweir 52