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 _EXTENSIONS_PRELOAD_PRELOAD_HRC_ 29#define _EXTENSIONS_PRELOAD_PRELOAD_HRC_ 30 31#define RID_DLG_OEMWIZARD 1024 32#define RID_TP_LICENSE 1025 33#define RID_TP_WELCOME 1027 34 35 36#define PB_PREV 1 37#define PB_NEXT 2 38#define PB_CANCEL 3 39 40#define ST_ACCEPT 5 41#define ST_FINISH 6 42#define FT_INFO 7 43#define ML_README 8 44#define FT_INFO1 9 45#define FT_INFO2 10 46#define ML_LICENSE 11 47#define ST_LICENSE_AGREEMENT 12 48#define ST_INSERT_USER_DATA 13 49#define IMG_ARROW 14 50#define FT_INFO2_1 15 51#define FT_INFO3_1 16 52#define FT_INFO3 17 53#define PB_PAGEDOWN 18 54#define CB_ACCEPT 19 55#define LICENCE_ACCEPT 20 56#define LICENCE_NOTACCEPT 21 57 58#endif 59