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#define CB_TAB 1 23#define CB_SEMI 3 24#define CB_PARA 4 25#define FL_DELIM 5 26#define RB_OTHER 6 27#define ED_OTHER 7 28#define CB_KEEPCOLUMN 8 29#define STR_CONVERT_TEXT_TABLE 9 30#define CB_HEADER 13 31#define CB_REPEAT_HEADER 14 32#define CB_DONT_SPLIT 15 33#define CB_BORDER 16 34#define FL_OPTIONS 17 35#define FT_REPEAT_HEADER 18 36#define NF_REPEAT_HEADER 19 37// Table Row Header for ACC Supporting 2010.02.22 38#define FT_EXPLAIN_REPEAT_HEADER 20 39#define CB_LABEL 21 40#define NF_REPEAT_LABEL 22 41#define FT_REPEAT_LABEL 23 42// End table_row_header 43 44#define BT_OK 100 45#define BT_CANCEL 101 46#define BT_AUTOFORMAT 102 47#define BT_HELP 103 48#define WIN_REPEAT_HEADER 104 49#define STR_SYMBOL 105 50