1*08d9396cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*08d9396cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*08d9396cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*08d9396cSAndrew Rist * distributed with this work for additional information
6*08d9396cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*08d9396cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*08d9396cSAndrew Rist * "License"); you may not use this file except in compliance
9*08d9396cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*08d9396cSAndrew Rist *
11*08d9396cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*08d9396cSAndrew Rist *
13*08d9396cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*08d9396cSAndrew Rist * software distributed under the License is distributed on an
15*08d9396cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*08d9396cSAndrew Rist * KIND, either express or implied.  See the License for the
17*08d9396cSAndrew Rist * specific language governing permissions and limitations
18*08d9396cSAndrew Rist * under the License.
19*08d9396cSAndrew Rist *
20*08d9396cSAndrew Rist *************************************************************/
21*08d9396cSAndrew Rist
22*08d9396cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DBU_MISCRES_HRC_
25cdf0e10cSrcweir#define _DBU_MISCRES_HRC_
26cdf0e10cSrcweir
27cdf0e10cSrcweir//========================================================================
28cdf0e10cSrcweir// string ids (relative to other resources, that's why not unique)
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define STR_MYSQL_ODBC			1
31cdf0e10cSrcweir#define STR_MYSQL_JDBC			2
32cdf0e10cSrcweir#define STR_ADABAS				3
33cdf0e10cSrcweir#define STR_ORACLE_JDBC			4
34cdf0e10cSrcweir#define STR_JDBC				5
35cdf0e10cSrcweir#define STR_ODBC				6
36cdf0e10cSrcweir#define STR_DBASE				7
37cdf0e10cSrcweir#define STR_MSACCESS			8
38cdf0e10cSrcweir#define STR_MSACCESS2007        9
39cdf0e10cSrcweir#define STR_ADO					10
40cdf0e10cSrcweir#define STR_FLAT				11
41cdf0e10cSrcweir#define STR_CALC				12
42cdf0e10cSrcweir#define STR_MOZILLA				13
43cdf0e10cSrcweir#define STR_LDAP				14
44cdf0e10cSrcweir#define STR_OUTLOOK				15
45cdf0e10cSrcweir#define STR_OUTLOOKEXP			16
46cdf0e10cSrcweir#define STR_EVOLUTION			17
47cdf0e10cSrcweir#define STR_EVOLUTION_GROUPWISE	18
48cdf0e10cSrcweir#define STR_EVOLUTION_LDAP		19
49cdf0e10cSrcweir#define STR_KAB					20
50cdf0e10cSrcweir#define STR_MACAB				21
51cdf0e10cSrcweir#define STR_EMBEDDED_HSQLDB     22
52cdf0e10cSrcweir#define STR_THUNDERBIRD			23
53cdf0e10cSrcweir#define STR_MYSQL_NATIVE		24
54cdf0e10cSrcweir
55cdf0e10cSrcweir#define STR_END					STR_MYSQL_NATIVE + 1
56cdf0e10cSrcweir
57cdf0e10cSrcweir#endif // _DBU_MISCRES_HRC_
58cdf0e10cSrcweir
59