1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _ADABASUI_RESOURCE_HRC_
29#define _ADABASUI_RESOURCE_HRC_
30
31#ifndef _SOLAR_HRC
32#include <svl/solar.hrc>
33#endif
34
35#define RID_DIALOG_START				RID_DB_EXTENSIONS_START
36#define RID_PAGE_START					RID_DB_EXTENSIONS_START
37#define RID_ERRORBOX_START				RID_DB_EXTENSIONS_START
38#define RID_QUERYBOX_START				RID_DB_EXTENSIONS_START
39#define RID_TOOLBOX_START				RID_DB_EXTENSIONS_START
40#define RID_BITMAP_START				RID_DB_EXTENSIONS_START
41#define RID_IMAGE_START					RID_DB_EXTENSIONS_START
42#define RID_IMAGELIST_START				RID_DB_EXTENSIONS_START
43#define RID_MENU_START					RID_DB_EXTENSIONS_START
44#define RID_STRING_START				RID_DB_EXTENSIONS_START
45#define RID_UNTYPED_START				RID_DB_EXTENSIONS_START
46#define RID_WARN_START					RID_DB_EXTENSIONS_START
47
48//========================================================================
49// dialog ids
50
51#define DLG_ADABAS_NEWDB				RID_DIALOG_START + 0
52//========================================================================
53// images
54
55#define	CHECK_GREEN						RID_IMAGE_START + 0
56#define	UNCHECK_RED						RID_IMAGE_START + 1
57#define	DEFAULT_BLUE					RID_IMAGE_START + 2
58
59//========================================================================
60// warning boxes
61
62#define INFO_STR_MAX_FILE_LENGTH		RID_WARN_START +  0
63
64//========================================================================
65// strings
66
67#define STR_ADABAS_NO_BACKUP_FILE			RID_STRING_START + 0
68//
69#define STR_NO_SAME_USER					RID_STRING_START + 2
70#define STR_DEVSPACE_NO_FILE				RID_STRING_START + 3
71#define STR_NO_PERMISSION					RID_STRING_START + 4
72#define STR_FILE_OR_DIR_UNKNOWN				RID_STRING_START + 5
73#define STR_STAT_WARNING					RID_STRING_START + 6
74//
75#define STR_ADABAS_NO_PARAM_SET				RID_STRING_START + 8
76//
77//
78#define STR_ADABAS_NO_DB_CREATED			RID_STRING_START + 11
79#define STR_ADABAS_NO_SYSTEM_TABLES			RID_STRING_START + 12
80#define STR_ERROR_IN_ADABAS_INSTALLATION	RID_STRING_START + 13
81#define STR_ADABAS_CREATEFILES				RID_STRING_START + 14
82#define STR_ADABAS_CREATEPARAM_FILE			RID_STRING_START + 15
83#define STR_ADABAS_START_DATABASE			RID_STRING_START + 16
84#define STR_ADABAS_DB_EXISTS				RID_STRING_START + 17
85#define STR_ADABAS_NO_DEFAULTNAME			RID_STRING_START + 18
86#define STR_ADABAS_NO_ACCESSRIGHTS			RID_STRING_START + 19
87#define STR_ADABAS_CANNOT_CONVERT			RID_STRING_START + 20
88#define STR_ADABAS_PASSWORD_ILLEGAL			RID_STRING_START + 21
89
90
91#endif //  _ADABASUI_RESOURCE_HRC_
92
93