xref: /aoo4110/main/dbaccess/source/ui/dlg/dbadmin.hrc (revision b1cdbd2c)
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_DBADMIN_HRC_
25#define _DBAUI_DBADMIN_HRC_
26
27//========================================================================
28// control ids
29
30#define FT_DATATYPE             1
31#define FT_DATASOURCETYPE_PRE   2
32#define FT_USERNAME             3
33#define FT_PASSWORD             4
34#define FT_OPTIONS              5
35    // FREE
36#define FT_JDBCDRIVERCLASS      7
37#define FT_SPECIAL_MESSAGE      8
38#define FT_FILTER_EXPLANATION   9
39#define FT_HOSTNAME             10
40#define FT_BASEDN               11
41#define FT_PORTNUMBER           12
42#define FT_LDAPROWCOUNT         13
43#define FT_DATASOURCETYPE_POST  14
44#define FT_GENERALHEADERTEXT    15
45#define FT_GENERALHELPTEXT      16
46#define FT_DATATYPEAPPENDIX     17
47#define FT_DATASOURCEHEADER     18
48#define FT_DOCLISTLABEL         19
49
50#define LB_DATATYPE             1
51    // FREE
52#define LB_DOCUMENTLIST         3
53
54#define ET_USERNAME             1
55#define ET_PASSWORD             2
56#define ET_OPTIONS              3
57#define ET_JDBCDRIVERCLASS      4
58#define ET_HOSTNAME             5
59#define ET_BASEDN               6
60
61#define PB_INDICIES             1
62#define BTN_PASSWORD_OK         2
63#define BTN_PASSWORD_CANCEL     3
64#define BTN_PASSWORD_HELP       4
65#define PB_TESTDRIVERCLASS      5
66#define PB_OPENDOCUMENT         6
67
68#define CB_PASSWORD_REQUIRED    1
69#define CB_SHOWDELETEDROWS      2
70#define CB_USESSL               3
71#define CB_USECATALOG			4
72
73#define FL_SEPARATOR2           1
74
75#define CTL_TABLESUBSCRIPTION   1
76
77#define TLB_ACTIONS             1
78
79#define NF_PORTNUMBER           1
80#define NF_LDAPROWCOUNT         2
81
82#define RB_CREATEDBDATABASE     1
83#define RB_GETEXISTINGDATABASE  2
84#define RB_OPENEXISTINGDOC      3
85
86//========================================================================
87// string ids (usually relative to other resources, that's why not necessarily unique)
88
89#define STR_PAGETITLE_GENERAL               1
90#define STR_PAGETITLE_CONNECTION            2
91#define STR_PAGETITLE_ADVANCED              3
92#define STR_NO_WILDCARDS                    4
93#define STR_MYSQLENTRY                      5
94#define STR_PARENTTITLE                     6
95#define STR_COULDNOTLOAD_ODBCLIB            7
96#define STR_UNSUPPORTED_DATASOURCE_TYPE     8
97#define STR_MYSQL_CONFIG_NEXT_PAGE          9
98#define STR_JDBC_DEFAULT_URL                10
99
100//========================================================================
101// menu item ids
102#define	MID_NEW_DATASOURCE					1
103#define	MID_DELETE_DATASOURCE				2
104#define	MID_RESTORE_DATASOURCE				3
105
106#endif // _DBAUI_DBADMIN_HRC_
107
108