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#define TAB_CONTROL 55 24cdf0e10cSrcweir#define INDENT_FRM 1 25cdf0e10cSrcweir#define LEFT_LABEL 2 26cdf0e10cSrcweir#define FLINE_LABEL 3 27cdf0e10cSrcweir#define RIGHT_LABEL 4 28cdf0e10cSrcweir#define LEFT_INDENT 5 29cdf0e10cSrcweir#define FLINE_INDENT 6 30cdf0e10cSrcweir#define RIGHT_INDENT 7 31cdf0e10cSrcweir#define DIST_FRM 8 32cdf0e10cSrcweir#define TOP_LABEL 9 33cdf0e10cSrcweir#define TOP_DIST 10 34cdf0e10cSrcweir#define BOTTOM_LABEL 11 35cdf0e10cSrcweir#define BOTTOM_DIST 12 36cdf0e10cSrcweir#define ALG_LEFT 13 37cdf0e10cSrcweir#define ALG_RIGHT 50 38cdf0e10cSrcweir#define ALG_CENTER 51 39cdf0e10cSrcweir#define ALG_JUSTIFY 52 40cdf0e10cSrcweir#define ALG_FRM 14 41cdf0e10cSrcweir#define LINEDIST_FRM 15 42cdf0e10cSrcweir#define LINEDIST_BOX 16 43cdf0e10cSrcweir#define LINEDIST_AT_LABEL 17 44cdf0e10cSrcweir#define LINEDIST_AT_PERCENTBOX 18 45cdf0e10cSrcweir#define LINEDIST_AT_METRICBOX 19 46cdf0e10cSrcweir#define HYPHEN_FRM 21 47cdf0e10cSrcweir#define HYPHEN_BOX_AFTER 44 48cdf0e10cSrcweir#define HYPHEN_BOX_BEFORE 22 49cdf0e10cSrcweir#define EXTHYPHEN_BOX_AFTER 42 50cdf0e10cSrcweir#define EXTHYPHEN_BOX_BEFORE 23 51cdf0e10cSrcweir#define HYPHEN_LABEL_AFTER 43 52cdf0e10cSrcweir#define HYPHEN_LABEL_BEFORE 24 53cdf0e10cSrcweir#define EXTEND_FRM 25 54cdf0e10cSrcweir#define PAGEBREAK_BOX 26 55cdf0e10cSrcweir#define PAGEBREAK_DAVOR 27 56cdf0e10cSrcweir#define PAGEBREAK_DAHINTER 28 57cdf0e10cSrcweir#define KEEP_TOGETHER_BOX 29 58cdf0e10cSrcweir#define WIDOW_BOX 31 59cdf0e10cSrcweir#define WIDOW_ROW_NO 32 60cdf0e10cSrcweir#define WIDOW_ROW_LABEL 33 61cdf0e10cSrcweir#define ORPHAN_BOX 34 62cdf0e10cSrcweir#define ORPHAN_ROW_NO 35 63cdf0e10cSrcweir#define ORPHAN_ROW_LABEL 36 64cdf0e10cSrcweir#define PAGE_COLL_BTN 40 65cdf0e10cSrcweir#define PAGE_COLL_BOX 41 66cdf0e10cSrcweir#define OK_BTN 50 67cdf0e10cSrcweir#define CANCEL_BTN 51 68