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 ADABASUI_ADABASNEWDB_HRC
25#define ADABASUI_ADABASNEWDB_HRC
26
27
28#define PB_SYSDEVSPACE			1
29#define PB_TRANSACTIONLOG		2
30#define PB_DATADEVSPACE			3
31#define PB_DOMAINPWD			4
32#define PB_CONPWD				5
33#define PB_SYSPWD				6
34#define PB_OK					7
35#define PB_CANCEL				8
36#define PB_RESTORE				9
37
38#define NF_TRANSACTIONLOG_SIZE	1
39#define NF_DATADEVSPACE_SIZE	2
40#define NF_CACHE_SIZE			3
41
42#define ET_SYSUSR				1
43#define ET_DOMAIN_USR			2
44#define ET_CONUSR				3
45#define ET_SYSDEVSPACE			4
46#define ET_TRANSACTIONLOG		5
47#define ET_DATADEVSPACE			6
48#define ET_RESTORE				7
49#define ET_DATABASENAME			8
50
51#define FT_SYSUSR				1
52#define FT_DOMAIN_USR			2
53#define FT_TRANSACTIONLOG_SIZE	3
54#define FT_DATADEVSPACE_SIZE	4
55#define FT_CONUSR				6
56#define FT_SYSDEVSPACE			7
57#define FT_TRANSACTIONLOG		8
58#define FT_DATADEVSPACE			9
59#define FT_CACHE_SIZE		   10
60#define FT_RESTORE			   11
61#define FT_DATABASENAME		   12
62
63#define FL_USER                 1
64#define FL_DBSETTINGS           2
65#define FL_END                  3
66
67#define BMP_CON					1
68#define BMP_SYS					2
69#define BMP_DOMAIN				3
70
71#define STR_BACKUPFILE_LOAD		1
72
73#endif // ADABASUI_ADABASNEWDB_HRC
74
75