1fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5fefe2166SAndrew Rist * distributed with this work for additional information 6fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10fefe2166SAndrew Rist * 11fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12fefe2166SAndrew Rist * 13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14fefe2166SAndrew Rist * software distributed under the License is distributed on an 15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17fefe2166SAndrew Rist * specific language governing permissions and limitations 18fefe2166SAndrew Rist * under the License. 19fefe2166SAndrew Rist * 20fefe2166SAndrew Rist *************************************************************/ 21fefe2166SAndrew Rist 22fefe2166SAndrew Rist 23cdf0e10cSrcweir#define CB_TAB 1 24cdf0e10cSrcweir#define CB_SEMI 3 25cdf0e10cSrcweir#define CB_PARA 4 26cdf0e10cSrcweir#define FL_DELIM 5 27cdf0e10cSrcweir#define RB_OTHER 6 28cdf0e10cSrcweir#define ED_OTHER 7 29cdf0e10cSrcweir#define CB_KEEPCOLUMN 8 30cdf0e10cSrcweir#define STR_CONVERT_TEXT_TABLE 9 31cdf0e10cSrcweir#define CB_HEADER 13 32cdf0e10cSrcweir#define CB_REPEAT_HEADER 14 33cdf0e10cSrcweir#define CB_DONT_SPLIT 15 34cdf0e10cSrcweir#define CB_BORDER 16 35cdf0e10cSrcweir#define FL_OPTIONS 17 36cdf0e10cSrcweir#define FT_REPEAT_HEADER 18 37cdf0e10cSrcweir#define NF_REPEAT_HEADER 19 38*ca62e2c2SSteve Yin//Table Row Header for ACC Supporting 2010.02.22 39*ca62e2c2SSteve Yin#define FT_EXPLAIN_REPEAT_HEADER 20 40*ca62e2c2SSteve Yin#define CB_LABEL 21 41*ca62e2c2SSteve Yin#define NF_REPEAT_LABEL 22 42*ca62e2c2SSteve Yin#define FT_REPEAT_LABEL 23 43*ca62e2c2SSteve Yin//End table_row_header 44cdf0e10cSrcweir 45cdf0e10cSrcweir#define BT_OK 100 46cdf0e10cSrcweir#define BT_CANCEL 101 47cdf0e10cSrcweir#define BT_AUTOFORMAT 102 48cdf0e10cSrcweir#define BT_HELP 103 49cdf0e10cSrcweir#define WIN_REPEAT_HEADER 104 50cdf0e10cSrcweir//IAccessibility2 Implementation 2009----- 51cdf0e10cSrcweir#define STR_SYMBOL 105 52cdf0e10cSrcweir//-----IAccessibility2 Implementation 2009 53