merge the formfield patch from ooo-build
[ooovba.git] / dbaccess / source / ui / dlg / dbadminsetup.hrc
blob6f89d88ef8485a8ac7a8eeb3cffac7c8e44e1953
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: dbadminsetup.hrc,v $
10  * $Revision: 1.8 $
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_DBADMINSETUP_HRC_
32 #define _DBAUI_DBADMINSETUP_HRC_
35 #ifndef _DBA_DBACCESS_HELPID_HRC_
36 #include "dbaccess_helpid.hrc"
37 #endif
38 #ifndef _DBU_DLG_HRC_
39 #include "dbu_dlg.hrc"
40 #endif
41 #ifndef DBACCESS_UI_BROWSER_ID_HXX
42 #include "browserids.hxx"
43 #endif
46 #define STR_DBASE_HELPTEXT                                  28
47 #define STR_MSACCESS_HELPTEXT                           29
48 #define STR_TEXT_HELPTEXT                                   30
49     // FREE
50 #define STR_ADO_HELPTEXT                                    32
51 #define STR_JDBC_HELPTEXT                                   33
52 #define STR_ODBC_HELPTEXT                                   34
53 #define STR_MYSQLJDBC_HELPTEXT                          35
54 #define STR_SPREADSHEET_HELPTEXT                        36
55     // FREE
56 #define STR_FINAL_HELPTEXT                                  38
57 #define STR_ADABAS_HELPTEXT                                 39
58 #define STR_ORACLE_HELPTEXT                                 40
59 #define STR_DBASE_HEADERTEXT                            41
60 #define STR_MSACCESS_HEADERTEXT                         42
61 #define STR_TEXT_HEADERTEXT                                 43
62     // FREE
63 #define STR_ADO_HEADERTEXT                                  45
64 #define STR_JDBC_HEADERTEXT                                 46
65 #define STR_ODBC_HEADERTEXT                                 47
66 #define STR_MYSQLJDBC_HEADERTEXT            48
67     // FREE
68 #define STR_SPREADSHEET_HEADERTEXT                      50
69 #define STR_FINAL_HEADERTEXT                            52
70 #define STR_ADABAS_HEADERTEXT                           53
71 #define STR_ORACLE_HEADERTEXT                           54
72 #define STR_GENERAL_HEADERTEXT              55
73 #define STR_DBWIZARDTITLE                   56
75 #define STR_DEFAULTLDAPPORTNUMBER                       60
77 #define STR_ADABASNAME                                  61
78 //#define STR_ADOURL                                    62
79 #define STR_ODBCDATASOURCENAME                  63
80 #define STR_SPREADSHEETPATH                             64
81 #define STR_DBLOCATIONLABEL                             65
82 #define STR_ADMIN_HELPTEXT                              66
84 #define STR_ORACLE_DEFAULT              67
85 #define STR_PAGETITLE_INTROPAGE                 69
86 #define STR_PAGETITLE_DBASE             70
87 #define STR_PAGETITLE_TEXT              71
88 #define STR_PAGETITLE_MSACCESS          72
89 #define STR_PAGETITLE_LDAP              73
90 #define STR_PAGETITLE_ADABAS            74
91 #define STR_PAGETITLE_ADO               75
92 #define STR_PAGETITLE_JDBC              76
93 #define STR_PAGETITLE_ORACLE            77
94 #define STR_PAGETITLE_MYSQL             78
95 #define STR_PAGETITLE_ODBC              79
96 #define STR_PAGETITLE_SPREADSHEET       80
97 #define STR_PAGETITLE_AUTHENTIFICATION  81
98 #define STR_PAGETITLE_FINAL             82
99 #define STR_MYSQL_DEFAULT               83
100 #define STR_ORACLE_DRIVERCLASSTEXT      84
101 #define STR_MYSQL_DRIVERCLASSTEXT       85
102 #define STR_LDAP_DEFAULT                86
103 #define STR_PAGETITLE_MYSQL_NATIVE      87
106 #define FT_PORTNUMBERDEFAULT            1
107 #define FT_LDAP_HELPTEXT                        2
108 #define FT_MYSQL_HELPTEXT                       3
109 #define FT_MYSQL_HEADERTEXT                     4
110 #define FT_MYSQLCONNECTIONMODE          5
111 #define FT_BROWSEURL                        6
112 #define FT_AUTHENTIFICATIONHELPTEXT         7
113 #define FT_AUTHENTIFICATIONHEADERTEXT   8
114 #define FT_LDAP_HEADERTEXT                      9
115 #define FT_GENERALUSERNAME                  10
116 #define FT_FINALHEADER                  11
117 #define FT_FINALTEXT                    12
118 #define FT_FINALHELPTEXT                13
119 #define FT_ADDITIONALSETTINGS           14
120 #define FT_SETUP_WIZARD_HEADER          15
121 #define FT_SETUP_WIZARD_HELP            16
123 #define ET_GENERALUSERNAME              1
125 #define PB_TESTCONNECTION                   1
127 #define RB_CONNECTVIAODBC                   1
128 #define RB_CONNECTVIAJDBC                   2
129 #define RB_REGISTERDATASOURCE       3
130 #define RB_DONTREGISTERDATASOURCE   4
131 #define RB_CONNECTVIANATIVE         5
133 #define CB_WIZ_USESSL                       1
134 #define CB_STARTTABLEWIZARD                     2
135 #define CB_OPENAFTERWARDS                       3
136 #define CB_SPREADSHEETPASSWORDREQUIRED      4
137 #define CB_GENERALPASSWORDREQUIRED          5
139 #endif