summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbadmin.hrc
blob: ddb8981ceb1a1ad6e2a3dd32ec1486d71178464a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
/*************************************************************************
 *
 *  $RCSfile: dbadmin.hrc,v $
 *
 *  $Revision: 1.23 $
 *
 *  last change: $Author: oj $ $Date: 2002-11-15 12:28:32 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc..
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#ifndef _DBAUI_DBADMIN_HRC_
#define _DBAUI_DBADMIN_HRC_

//========================================================================
// control ids

#define FT_DATATYPE             1
#define FT_CONNECTURL           2
#define FT_DATASOURCENAME       3
#define FT_USERNAME             4
#define FT_PASSWORD             5
#define FT_OPTIONS              6
#define FT_CHARSET              7
#define FT_JDBCDRIVERCLASS      8
#define FT_FIELDSEPARATOR       9
#define FT_TEXTSEPARATOR        10
#define FT_DECIMALSEPARATOR     11
#define FT_THOUSANDSSEPARATOR   12
#define FT_EXTENSION            13
#define FT_TABLESUBSCRIPTION    14
#define FT_SPECIAL_MESSAGE      15
#define FT_LOGINTIMEOUT         16
#define FT_FILTER_EXPLANATION   17
#define FT_HOSTNAME             18
#define FT_BASEDN               19
#define FT_PORTNUMBER           20
#define FT_LDAPROWCOUNT         21
#define FT_AUTOINCREMENTVALUE   22
#define FT_RETRIEVE_AUTO        23

#define LB_DATATYPE             1
#define LB_DATASOURCES          2
#define LB_CHARSET              3
#define LB_TIMEOUT_UNIT         4

#define ET_CONNECTURL           1
#define ET_DATASOURCENAME       2
#define ET_USERNAME             3
#define ET_PASSWORD             4
#define ET_OPTIONS              5
#define ET_JDBCDRIVERCLASS      6
#define ET_TIMEOUT_NUMBER       7
#define ET_HOSTNAME             8
#define ET_BASEDN               9
#define ET_AUTOINCREMENTVALUE  10
#define ET_RETRIEVE_AUTO       11

#define PB_BROWSECONNECTION     1
#define PB_INDICIES             2
#define PB_ADDALLTABLES         3
#define PB_NEW_DATASOURCE       4
#define PB_CREATEDATABASE       5

#define GB_CONNECTION           1
#define GB_DBASE_MAIN           2
#define GB_TABLESUBSCRIPTION    3

#define CB_PASSWORD_REQUIRED    1
#define CB_SHOWDELETEDROWS      2
#define CB_HEADER               4
#define CB_SUPPRESVERSIONCL     5
#define CB_USECATALOG           6
#define CB_SQL92CHECK           7
#define CB_RETRIEVE_AUTO        8

#define FL_SEPARATOR1           1
#define FL_SEPARATOR2           2
#define FL_COLLECTION           3
#define FL_SEPARATOR3           4

#define CM_FIELDSEPARATOR       1
#define CM_TEXTSEPARATOR        2
#define CM_DECIMALSEPARATOR     3
#define CM_THOUSANDSSEPARATOR   4
#define CM_EXTENSION            5

#define WND_DATASOURCESELECTOR  1
#define WND_SELECTORBORDER      2

#define CTL_TABLESUBSCRIPTION   1
#define CTL_COLLECTION          2

#define TLB_ACTIONS             1

#define NF_PORTNUMBER           1
#define NF_LDAPROWCOUNT         2


//========================================================================
// string ids (usually relative to other resources, that's why not necessarily unique)

#define STR_PAGETITLE_GENERAL               1
#define STR_PAGETITLE_DBASE                 2
#define STR_PAGETITLE_JDBC                  3
#define STR_PAGETITLE_ODBC                  4
#define STR_PAGETITLE_ADABAS                5
#define STR_PAGETITLE_TEXT                  6
#define STR_PAGETITLE_TABLESUBSCRIPTION     7
#define STR_FIELDSEPARATORLIST              8
#define STR_TEXTSEPARATORLIST               9
#define STR_DELIMITER_MISSING               10
#define STR_DELIMITER_MUST_DIFFER           11
#define STR_NO_WILDCARDS                    12
#define STR_NAMEINVALID                     13
#define STR_DATASOURCEDELETED               14
#define STR_COULDNOTLOAD_ODBCLIB            15
#define STR_NO_ADABASE_DATASOURCES          16
#define STR_PAGETITLE_ADO                   17
#define STR_PAGETITLE_QUERIES               18
#define STR_PAGETITLE_ADABAS_STATISTIC      19
#define STR_PAGETITLE_DOCUMENTS             20
#define STR_PAGETITLE_LDAP                  21
#define STR_UNSUPPORTED_DATASOURCE_TYPE     22
#define STR_PAGETITLE_USERADMIN             23
#define STR_TEXT_FIELD_SEP_NONE             24

//========================================================================
// menu item ids
#define MID_NEW_DATASOURCE                  1
#define MID_DELETE_DATASOURCE               2
#define MID_RESTORE_DATASOURCE              3

#endif // _DBAUI_DBADMIN_HRC_

/*************************************************************************
 * history:
 *  $Log: not supported by cvs2svn $
 *  Revision 1.22  2002/07/25 06:59:03  oj
 *  #95146# new defines for auto fields
 *
 *  Revision 1.21  2002/07/09 12:39:01  oj
 *  #99921# check if datasource allows to check names
 *
 *  Revision 1.20  2001/06/25 08:24:31  oj
 *  #88699# new ids for controls
 *
 *  Revision 1.19  2001/06/20 07:08:34  oj
 *  #88434# new page for user admin
 *
 *  Revision 1.18  2001/05/29 13:33:12  oj
 *  #87149# addressbook ui impl
 *
 *  Revision 1.17  2001/05/29 10:15:33  fs
 *  #86082# STR_UNSUPPORTED_DATASOURCE_TYPE
 *
 *  Revision 1.16  2001/05/23 14:16:42  oj
 *  #87149# new helpids
 *
 *  Revision 1.15  2001/05/10 13:37:24  fs
 *  #86223# some new ids
 *
 *  Revision 1.14  2001/04/26 11:40:21  fs
 *  file is alive, again - added support for data source associated bookmarks
 *
 *  Revision 1.13  2001/04/20 13:38:06  oj
 *  #85736# new checkbox for odbc
 *
 *  Revision 1.12  2001/03/27 08:05:56  oj
 *  impl new page for adabas
 *
 *  Revision 1.11  2001/01/30 08:34:41  fs
 *  redesigned the table subscription page
 *
 *  Revision 1.10  2001/01/26 06:59:12  fs
 *  some basics for the query administration page - not enabled yet
 *
 *  Revision 1.9  2001/01/04 11:22:06  fs
 *  #81485# +STR_PAGETITLE_ADO
 *
 *  Revision 1.8  2000/11/22 15:44:05  oj
 *  #80269# remove property long names
 *
 *  Revision 1.7  2000/11/10 17:42:46  fs
 *  +STR_NO_ADABASE_DATASOURCES
 *
 *  Revision 1.6  2000/10/24 12:11:15  fs
 *  functionality added: browsing for system data sources (ODBC/Adabas/dbase/text)
 *
 *  Revision 1.5  2000/10/20 09:53:17  fs
 *  handling for the SuppresVersionColumns property of a data source
 *
 *  Revision 1.4  2000/10/12 16:20:42  fs
 *  new implementations ... still under construction
 *
 *  Revision 1.3  2000/10/11 11:31:03  fs
 *  new implementations - still under construction
 *
 *  Revision 1.2  2000/10/09 12:39:29  fs
 *  some (a lot of) new imlpementations - still under development
 *
 *  Revision 1.1  2000/10/05 10:04:46  fs
 *  initial checkin
 *
 *
 *  Revision 1.0 20.09.00 11:42:05  fs
 ************************************************************************/