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 25#ifndef _DBAUI_AUTOCONTROLSDEF_HRC_ 26#define _DBAUI_AUTOCONTROLSDEF_HRC_ 27 28#define FT_AUTOJDBCDRIVERCLASS 80 29#define FT_AUTOFIELDSEPARATOR 81 30#define FT_AUTOTEXTSEPARATOR 82 31#define FT_AUTODECIMALSEPARATOR 83 32#define FT_AUTOTHOUSANDSSEPARATOR 84 33#define FT_AUTOPORTNUMBER 85 34#define FT_AUTOPORTNUMBERDEFAULT 86 35#define FT_AUTOBASEDN 87 36#define FT_AUTOHOSTNAME 88 37#define FT_AUTOBROWSEURL 89 38#define FT_AUTODATABASENAME 90 39#define FT_AUTOWIZARDHELPTEXT 91 40#define FT_AUTOWIZARDHEADER 92 41#define FT_AUTOEXTENSIONHEADER 93 42#define FT_AUTOOWNEXTENSIONAPPENDIX 94 43#define FT_CHARSET 95 44#define FT_SOCKET 96 45 46#define FL_AUTOSEPARATOR2 80 47#define FL_DATACONVERT 81 48#define FL_SEPARATOR1 82 49 50#define CB_AUTOHEADER 80 51 52#define PB_AUTOTESTDRIVERCLASS 80 53#define PB_AUTOBROWSEURL 81 54 55#define CM_AUTOFIELDSEPARATOR 80 56#define CM_AUTOTEXTSEPARATOR 81 57#define CM_AUTODECIMALSEPARATOR 82 58#define CM_AUTOTHOUSANDSSEPARATOR 83 59 60#define NF_AUTOPORTNUMBER 80 61 62#define ET_AUTOBASEDN 80 63#define ET_AUTOHOSTNAME 81 64#define ET_AUTODATABASENAME 82 65#define ET_AUTOBROWSEURL 83 66#define ET_AUTOJDBCDRIVERCLASS 84 67#define ET_AUTOOWNEXTENSION 85 68#define ET_SOCKET 86 69 70#define RB_AUTOACCESSCTEXTFILES 80 71#define RB_AUTOACCESSCCSVFILES 81 72#define RB_AUTOACCESSOTHERS 82 73 74#define LB_CHARSET 80 75 76#define STR_AUTOFIELDSEPARATORLIST 100 77#define STR_AUTOTEXTSEPARATORLIST 101 78#define STR_AUTOTEXT_FIELD_SEP_NONE 102 79#define STR_AUTODELIMITER_MISSING 103 80#define STR_AUTODELIMITER_MUST_DIFFER 104 81#define STR_AUTONO_WILDCARDS 105 82#endif // _DBAUI_AUTOCONTROLSDEF_HRC_ 83