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#include "sc.hrc" 28//#define RID_SCDLG_NEWSCENARIO 256 29#define BTN_OK 1 30#define BTN_CANCEL 2 31#define BTN_HELP 3 32 33#define FL_NAME 10 34#define ED_NAME 11 35#define FL_COMMENT 12 36#define ED_COMMENT 13 37 38#define FL_OPTIONS 20 39#define CB_SHOWFRAME 21 40#define LB_COLOR 22 41#define CB_PRINTFRAME 23 42#define CB_TWOWAY 24 43#define CB_ATTRIB 25 44#define CB_VALUE 26 45#define CB_COPYALL 27 46#define CB_PROTECT 28 47 48#ifdef STR_ON 49#undef STR_ON 50#endif 51#ifdef STR_EDIT 52#undef STR_EDIT 53#endif 54 55#define STR_CREATEDBY 31 56#define STR_ON 32 57#define STR_EDIT 33 58//IAccessibility2 Implementation 2009----- 59#define STR_COLOR 34 60//-----IAccessibility2 Implementation 2009 61