1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dbadmin.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _DBAUI_DBADMIN_HRC_
32 #define _DBAUI_DBADMIN_HRC_
34 //========================================================================
38 #define FT_DATASOURCETYPE_PRE 2
43 #define FT_JDBCDRIVERCLASS 7
44 #define FT_SPECIAL_MESSAGE 8
45 #define FT_FILTER_EXPLANATION 9
46 #define FT_HOSTNAME 10
48 #define FT_PORTNUMBER 12
49 #define FT_LDAPROWCOUNT 13
50 #define FT_DATASOURCETYPE_POST 14
51 #define FT_GENERALHEADERTEXT 15
52 #define FT_GENERALHELPTEXT 16
53 #define FT_DATATYPEAPPENDIX 17
54 #define FT_DATASOURCEHEADER 18
55 #define FT_DOCLISTLABEL 19
59 #define LB_DOCUMENTLIST 3
64 #define ET_JDBCDRIVERCLASS 4
69 #define BTN_PASSWORD_OK 2
70 #define BTN_PASSWORD_CANCEL 3
71 #define BTN_PASSWORD_HELP 4
72 #define PB_TESTDRIVERCLASS 5
73 #define PB_OPENDOCUMENT 6
75 #define CB_PASSWORD_REQUIRED 1
76 #define CB_SHOWDELETEDROWS 2
78 #define CB_USECATALOG 4
80 #define FL_SEPARATOR2 1
82 #define CTL_TABLESUBSCRIPTION 1
86 #define NF_PORTNUMBER 1
87 #define NF_LDAPROWCOUNT 2
89 #define RB_CREATEDBDATABASE 1
90 #define RB_GETEXISTINGDATABASE 2
91 #define RB_OPENEXISTINGDOC 3
93 //========================================================================
94 // string ids (usually relative to other resources, that's why not necessarily unique)
96 #define STR_PAGETITLE_GENERAL 1
97 #define STR_PAGETITLE_CONNECTION 2
98 #define STR_PAGETITLE_ADVANCED 3
99 #define STR_NO_WILDCARDS 4
100 #define STR_MYSQLENTRY 5
101 #define STR_PARENTTITLE 6
102 #define STR_COULDNOTLOAD_ODBCLIB 7
103 #define STR_UNSUPPORTED_DATASOURCE_TYPE 8
104 #define STR_MYSQL_CONFIG_NEXT_PAGE 9
105 #define STR_JDBC_DEFAULT_URL 10
107 //========================================================================
109 #define MID_NEW_DATASOURCE 1
110 #define MID_DELETE_DATASOURCE 2
111 #define MID_RESTORE_DATASOURCE 3
113 #endif // _DBAUI_DBADMIN_HRC_