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_RESOURCE_HRC_ 25#define _ADABASUI_RESOURCE_HRC_ 26 27#ifndef _SOLAR_HRC 28#include <svl/solar.hrc> 29#endif 30 31#define RID_DIALOG_START RID_DB_EXTENSIONS_START 32#define RID_PAGE_START RID_DB_EXTENSIONS_START 33#define RID_ERRORBOX_START RID_DB_EXTENSIONS_START 34#define RID_QUERYBOX_START RID_DB_EXTENSIONS_START 35#define RID_TOOLBOX_START RID_DB_EXTENSIONS_START 36#define RID_BITMAP_START RID_DB_EXTENSIONS_START 37#define RID_IMAGE_START RID_DB_EXTENSIONS_START 38#define RID_IMAGELIST_START RID_DB_EXTENSIONS_START 39#define RID_MENU_START RID_DB_EXTENSIONS_START 40#define RID_STRING_START RID_DB_EXTENSIONS_START 41#define RID_UNTYPED_START RID_DB_EXTENSIONS_START 42#define RID_WARN_START RID_DB_EXTENSIONS_START 43 44//======================================================================== 45// dialog ids 46 47#define DLG_ADABAS_NEWDB RID_DIALOG_START + 0 48//======================================================================== 49// images 50 51#define CHECK_GREEN RID_IMAGE_START + 0 52#define UNCHECK_RED RID_IMAGE_START + 1 53#define DEFAULT_BLUE RID_IMAGE_START + 2 54 55//======================================================================== 56// warning boxes 57 58#define INFO_STR_MAX_FILE_LENGTH RID_WARN_START + 0 59 60//======================================================================== 61// strings 62 63#define STR_ADABAS_NO_BACKUP_FILE RID_STRING_START + 0 64// 65#define STR_NO_SAME_USER RID_STRING_START + 2 66#define STR_DEVSPACE_NO_FILE RID_STRING_START + 3 67#define STR_NO_PERMISSION RID_STRING_START + 4 68#define STR_FILE_OR_DIR_UNKNOWN RID_STRING_START + 5 69#define STR_STAT_WARNING RID_STRING_START + 6 70// 71#define STR_ADABAS_NO_PARAM_SET RID_STRING_START + 8 72// 73// 74#define STR_ADABAS_NO_DB_CREATED RID_STRING_START + 11 75#define STR_ADABAS_NO_SYSTEM_TABLES RID_STRING_START + 12 76#define STR_ERROR_IN_ADABAS_INSTALLATION RID_STRING_START + 13 77#define STR_ADABAS_CREATEFILES RID_STRING_START + 14 78#define STR_ADABAS_CREATEPARAM_FILE RID_STRING_START + 15 79#define STR_ADABAS_START_DATABASE RID_STRING_START + 16 80#define STR_ADABAS_DB_EXISTS RID_STRING_START + 17 81#define STR_ADABAS_NO_DEFAULTNAME RID_STRING_START + 18 82#define STR_ADABAS_NO_ACCESSRIGHTS RID_STRING_START + 19 83#define STR_ADABAS_CANNOT_CONVERT RID_STRING_START + 20 84#define STR_ADABAS_PASSWORD_ILLEGAL RID_STRING_START + 21 85 86 87#endif // _ADABASUI_RESOURCE_HRC_ 88 89