Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / dbadmin.hrc
blob88ed5aea8d475a6f8be6d07245369e11c3d2416d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #ifndef _DBAUI_DBADMIN_HRC_
29 #define _DBAUI_DBADMIN_HRC_
31 //========================================================================
32 // control ids
34 #define FT_DATATYPE             1
35 #define FT_DATASOURCETYPE_PRE   2
36 #define FT_USERNAME             3
37 #define FT_PASSWORD             4
38 #define FT_OPTIONS              5
39     // FREE
40 #define FT_JDBCDRIVERCLASS      7
41 #define FT_SPECIAL_MESSAGE      8
42 #define FT_FILTER_EXPLANATION   9
43 #define FT_HOSTNAME             10
44 #define FT_BASEDN               11
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
54 #define LB_DATATYPE             1
55     // FREE
56 #define LB_DOCUMENTLIST         3
58 #define ET_USERNAME             1
59 #define ET_PASSWORD             2
60 #define ET_OPTIONS              3
61 #define ET_JDBCDRIVERCLASS      4
62 #define ET_HOSTNAME             5
63 #define ET_BASEDN               6
65 #define PB_INDICIES             1
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
74 #define CB_USESSL               3
75 #define CB_USECATALOG           4
77 #define FL_SEPARATOR2           1
79 #define CTL_TABLESUBSCRIPTION   1
81 #define TLB_ACTIONS             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 //========================================================================
105 // menu item ids
106 #define MID_NEW_DATASOURCE                  1
107 #define MID_DELETE_DATASOURCE               2
108 #define MID_RESTORE_DATASOURCE              3
110 #endif // _DBAUI_DBADMIN_HRC_