Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / dbadmin.hrc
blobd1b863c821d69a3e1bd96ddbb9b14cb78330b988
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dbadmin.hrc,v $
10  * $Revision: 1.37 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #ifndef _DBAUI_DBADMIN_HRC_
32 #define _DBAUI_DBADMIN_HRC_
34 //========================================================================
35 // control ids
37 #define FT_DATATYPE             1
38 #define FT_DATASOURCETYPE_PRE   2
39 #define FT_USERNAME             3
40 #define FT_PASSWORD             4
41 #define FT_OPTIONS              5
42     // FREE
43 #define FT_JDBCDRIVERCLASS      7
44 #define FT_SPECIAL_MESSAGE      8
45 #define FT_FILTER_EXPLANATION   9
46 #define FT_HOSTNAME             10
47 #define FT_BASEDN               11
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
57 #define LB_DATATYPE             1
58     // FREE
59 #define LB_DOCUMENTLIST         3
61 #define ET_USERNAME             1
62 #define ET_PASSWORD             2
63 #define ET_OPTIONS              3
64 #define ET_JDBCDRIVERCLASS      4
65 #define ET_HOSTNAME             5
66 #define ET_BASEDN               6
68 #define PB_INDICIES             1
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
77 #define CB_USESSL               3
78 #define CB_USECATALOG                   4
80 #define FL_SEPARATOR2           1
82 #define CTL_TABLESUBSCRIPTION   1
84 #define TLB_ACTIONS             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 //========================================================================
108 // menu item ids
109 #define MID_NEW_DATASOURCE                                      1
110 #define MID_DELETE_DATASOURCE                           2
111 #define MID_RESTORE_DATASOURCE                          3
113 #endif // _DBAUI_DBADMIN_HRC_