1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
29 #ifndef _DBAUI_AUTOCONTROLSDEF_HRC_
30 #define _DBAUI_AUTOCONTROLSDEF_HRC_
32 #define FT_AUTOJDBCDRIVERCLASS 80
33 #define FT_AUTOFIELDSEPARATOR 81
34 #define FT_AUTOTEXTSEPARATOR 82
35 #define FT_AUTODECIMALSEPARATOR 83
36 #define FT_AUTOTHOUSANDSSEPARATOR 84
37 #define FT_AUTOPORTNUMBER 85
38 #define FT_AUTOPORTNUMBERDEFAULT 86
39 #define FT_AUTOBASEDN 87
40 #define FT_AUTOHOSTNAME 88
41 #define FT_AUTOBROWSEURL 89
42 #define FT_AUTODATABASENAME 90
43 #define FT_AUTOWIZARDHELPTEXT 91
44 #define FT_AUTOWIZARDHEADER 92
45 #define FT_AUTOEXTENSIONHEADER 93
46 #define FT_AUTOOWNEXTENSIONAPPENDIX 94
50 #define FL_AUTOSEPARATOR2 80
51 #define FL_DATACONVERT 81
52 #define FL_SEPARATOR1 82
54 #define CB_AUTOHEADER 80
56 #define PB_AUTOTESTDRIVERCLASS 80
57 #define PB_AUTOBROWSEURL 81
59 #define CM_AUTOFIELDSEPARATOR 80
60 #define CM_AUTOTEXTSEPARATOR 81
61 #define CM_AUTODECIMALSEPARATOR 82
62 #define CM_AUTOTHOUSANDSSEPARATOR 83
64 #define NF_AUTOPORTNUMBER 80
66 #define ET_AUTOBASEDN 80
67 #define ET_AUTOHOSTNAME 81
68 #define ET_AUTODATABASENAME 82
69 #define ET_AUTOBROWSEURL 83
70 #define ET_AUTOJDBCDRIVERCLASS 84
71 #define ET_AUTOOWNEXTENSION 85
74 #define RB_AUTOACCESSCTEXTFILES 80
75 #define RB_AUTOACCESSCCSVFILES 81
76 #define RB_AUTOACCESSOTHERS 82
80 #define STR_AUTOFIELDSEPARATORLIST 100
81 #define STR_AUTOTEXTSEPARATORLIST 101
82 #define STR_AUTOTEXT_FIELD_SEP_NONE 102
83 #define STR_AUTODELIMITER_MISSING 103
84 #define STR_AUTODELIMITER_MUST_DIFFER 104
85 #define STR_AUTONO_WILDCARDS 105
86 #endif // _DBAUI_AUTOCONTROLSDEF_HRC_