xref: /AOO41X/main/dbaccess/source/ui/dlg/dbadminsetup.hrc (revision 08d9396c09fcb79005630f0058453be7e76f9647)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _DBAUI_DBADMINSETUP_HRC_
25#define _DBAUI_DBADMINSETUP_HRC_
26
27
28#ifndef _DBA_DBACCESS_HELPID_HRC_
29#include "dbaccess_helpid.hrc"
30#endif
31#ifndef _DBU_DLG_HRC_
32#include "dbu_dlg.hrc"
33#endif
34#ifndef DBACCESS_UI_BROWSER_ID_HXX
35#include "browserids.hxx"
36#endif
37
38
39#define STR_DBASE_HELPTEXT                  28
40#define STR_MSACCESS_HELPTEXT               29
41#define STR_TEXT_HELPTEXT                   30
42    // FREE
43#define STR_ADO_HELPTEXT                    32
44#define STR_JDBC_HELPTEXT                   33
45#define STR_ODBC_HELPTEXT                   34
46#define STR_MYSQLJDBC_HELPTEXT              35
47#define STR_SPREADSHEET_HELPTEXT            36
48    // FREE
49#define STR_FINAL_HELPTEXT                  38
50#define STR_ADABAS_HELPTEXT                 39
51#define STR_ORACLE_HELPTEXT                 40
52#define STR_DBASE_HEADERTEXT                41
53#define STR_MSACCESS_HEADERTEXT             42
54#define STR_TEXT_HEADERTEXT                 43
55    // FREE
56#define STR_ADO_HEADERTEXT                  45
57#define STR_JDBC_HEADERTEXT                 46
58#define STR_ODBC_HEADERTEXT                 47
59#define STR_MYSQLJDBC_HEADERTEXT            48
60    // FREE
61#define STR_SPREADSHEET_HEADERTEXT          50
62#define STR_FINAL_HEADERTEXT                52
63#define STR_ADABAS_HEADERTEXT               53
64#define STR_ORACLE_HEADERTEXT               54
65#define STR_GENERAL_HEADERTEXT              55
66#define STR_DBWIZARDTITLE                   56
67
68#define STR_DEFAULTLDAPPORTNUMBER           60
69
70#define STR_ADABASNAME                  61
71//#define STR_ADOURL                    62
72#define STR_ODBCDATASOURCENAME          63
73#define STR_SPREADSHEETPATH             64
74#define STR_DBLOCATIONLABEL             65
75#define STR_ADMIN_HELPTEXT              66
76
77#define STR_ORACLE_DEFAULT              67
78#define STR_PAGETITLE_INTROPAGE         69
79#define STR_PAGETITLE_DBASE             70
80#define STR_PAGETITLE_TEXT              71
81#define STR_PAGETITLE_MSACCESS          72
82#define STR_PAGETITLE_LDAP              73
83#define STR_PAGETITLE_ADABAS            74
84#define STR_PAGETITLE_ADO               75
85#define STR_PAGETITLE_JDBC              76
86#define STR_PAGETITLE_ORACLE            77
87#define STR_PAGETITLE_MYSQL             78
88#define STR_PAGETITLE_ODBC              79
89#define STR_PAGETITLE_SPREADSHEET       80
90#define STR_PAGETITLE_AUTHENTIFICATION  81
91#define STR_PAGETITLE_FINAL             82
92#define STR_MYSQL_DEFAULT               83
93#define STR_ORACLE_DRIVERCLASSTEXT      84
94#define STR_MYSQL_DRIVERCLASSTEXT       85
95#define STR_LDAP_DEFAULT                86
96#define STR_PAGETITLE_MYSQL_NATIVE      87
97
98
99#define FT_PORTNUMBERDEFAULT            1
100#define FT_LDAP_HELPTEXT                2
101#define FT_MYSQL_HELPTEXT               3
102#define FT_MYSQL_HEADERTEXT             4
103#define FT_MYSQLCONNECTIONMODE          5
104#define FT_BROWSEURL                    6
105#define FT_AUTHENTIFICATIONHELPTEXT     7
106#define FT_AUTHENTIFICATIONHEADERTEXT   8
107#define FT_LDAP_HEADERTEXT              9
108#define FT_GENERALUSERNAME              10
109#define FT_FINALHEADER                  11
110#define FT_FINALTEXT                    12
111#define FT_FINALHELPTEXT                13
112#define FT_ADDITIONALSETTINGS           14
113#define FT_SETUP_WIZARD_HEADER          15
114#define FT_SETUP_WIZARD_HELP            16
115
116#define ET_GENERALUSERNAME          1
117
118#define PB_TESTCONNECTION           1
119
120#define RB_CONNECTVIAODBC           1
121#define RB_CONNECTVIAJDBC           2
122#define RB_REGISTERDATASOURCE       3
123#define RB_DONTREGISTERDATASOURCE   4
124#define RB_CONNECTVIANATIVE         5
125
126#define CB_WIZ_USESSL                       1
127#define CB_STARTTABLEWIZARD                 2
128#define CB_OPENAFTERWARDS                   3
129#define CB_SPREADSHEETPASSWORDREQUIRED      4
130#define CB_GENERALPASSWORDREQUIRED          5
131
132#endif
133