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