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 ************************************************************************/
28 #ifndef _DBAUI_DBADMIN_HRC_
29 #define _DBAUI_DBADMIN_HRC_
31 //========================================================================
35 #define FT_DATASOURCETYPE_PRE 2
40 #define FT_JDBCDRIVERCLASS 7
41 #define FT_SPECIAL_MESSAGE 8
42 #define FT_FILTER_EXPLANATION 9
43 #define FT_HOSTNAME 10
45 #define FT_PORTNUMBER 12
46 #define FT_LDAPROWCOUNT 13
47 #define FT_DATASOURCETYPE_POST 14
48 #define FT_GENERALHEADERTEXT 15
49 #define FT_GENERALHELPTEXT 16
50 #define FT_DATATYPEAPPENDIX 17
51 #define FT_DATASOURCEHEADER 18
52 #define FT_DOCLISTLABEL 19
56 #define LB_DOCUMENTLIST 3
61 #define ET_JDBCDRIVERCLASS 4
66 #define BTN_PASSWORD_OK 2
67 #define BTN_PASSWORD_CANCEL 3
68 #define BTN_PASSWORD_HELP 4
69 #define PB_TESTDRIVERCLASS 5
70 #define PB_OPENDOCUMENT 6
72 #define CB_PASSWORD_REQUIRED 1
73 #define CB_SHOWDELETEDROWS 2
75 #define CB_USECATALOG 4
77 #define FL_SEPARATOR2 1
79 #define CTL_TABLESUBSCRIPTION 1
83 #define NF_PORTNUMBER 1
84 #define NF_LDAPROWCOUNT 2
86 #define RB_CREATEDBDATABASE 1
87 #define RB_GETEXISTINGDATABASE 2
88 #define RB_OPENEXISTINGDOC 3
90 //========================================================================
91 // string ids (usually relative to other resources, that's why not necessarily unique)
93 #define STR_PAGETITLE_GENERAL 1
94 #define STR_PAGETITLE_CONNECTION 2
95 #define STR_PAGETITLE_ADVANCED 3
96 #define STR_NO_WILDCARDS 4
97 #define STR_MYSQLENTRY 5
98 #define STR_PARENTTITLE 6
99 #define STR_COULDNOTLOAD_ODBCLIB 7
100 #define STR_UNSUPPORTED_DATASOURCE_TYPE 8
101 #define STR_MYSQL_CONFIG_NEXT_PAGE 9
102 #define STR_JDBC_DEFAULT_URL 10
104 //========================================================================
106 #define MID_NEW_DATASOURCE 1
107 #define MID_DELETE_DATASOURCE 2
108 #define MID_RESTORE_DATASOURCE 3
110 #endif // _DBAUI_DBADMIN_HRC_