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 24// the controls 25 26#define FL_MAIN 10 27#define FT_FORMATTING 11 28#define LB_FORMATTING 12 29#define FT_OPTIONS 13 30#define LB_OPTIONS 14 31#define PB_RESET 15 32#define PB_DEFAULT 16 33 34// the option strings 35 36#define STR_USERENTRY 10 37#define STR_QRYBOX_USEASDEFAULT 11 38 39#define STR_COMP_OPTIONS_START 100 40#define STR_PRINTER_METRICS (STR_COMP_OPTIONS_START + 0) 41#define STR_MERGE_PARA_DIST (STR_COMP_OPTIONS_START + 1) 42#define STR_MERGE_PARA_DIST_PAGESTART (STR_COMP_OPTIONS_START + 2) 43#define STR_TAB_ALIGNMENT (STR_COMP_OPTIONS_START + 3) 44#define STR_EXTERNAL_LEADING (STR_COMP_OPTIONS_START + 4) 45#define STR_LINE_SPACING (STR_COMP_OPTIONS_START + 5) 46#define STR_ADD_TABLESPACING (STR_COMP_OPTIONS_START + 6) 47#define STR_USE_OBJPOSITIONING (STR_COMP_OPTIONS_START + 7) 48#define STR_USE_OURTEXTWRAPPING (STR_COMP_OPTIONS_START + 8) 49#define STR_CONSIDER_WRAPPINGSTYLE (STR_COMP_OPTIONS_START + 9) 50#define STR_EXPAND_WORDSPACE (STR_COMP_OPTIONS_START + 10) 51#define STR_COMP_OPTIONS_END (STR_EXPAND_WORDSPACE + 1) 52 53