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#include "sc.hrc" 29 30#define ED_OBJECTIVECELL 1 31#define ED_TARGET 2 32#define ED_VARIABLECELLS 3 33#define ED_LEFT1 4 34#define ED_LEFT2 5 35#define ED_LEFT3 6 36#define ED_LEFT4 7 37#define ED_RIGHT1 8 38#define ED_RIGHT2 9 39#define ED_RIGHT3 10 40#define ED_RIGHT4 11 41 42#define FT_OBJECTIVECELL 1 43#define FT_DIRECTION 2 44#define FT_VARIABLECELLS 3 45#define FT_CELLREF 4 46#define FT_OPERATOR 5 47#define FT_CONSTRAINT 6 48 49#define FT_PROGRESS 7 50#define FT_TIMELIMIT 8 51#define FT_NOSOLUTION 9 52#define FT_ERRORTEXT 10 53#define FT_SUCCESS 11 54#define FT_RESULT 12 55#define FT_QUESTION 13 56 57#define FL_CONDITIONS 1 58#define FL_BUTTONS 2 59 60#define IB_OBJECTIVECELL 1 61#define IB_TARGET 2 62#define IB_VARIABLECELLS 3 63#define IB_LEFT1 4 64#define IB_LEFT2 5 65#define IB_LEFT3 6 66#define IB_LEFT4 7 67#define IB_RIGHT1 8 68#define IB_RIGHT2 9 69#define IB_RIGHT3 10 70#define IB_RIGHT4 11 71#define IB_DELETE1 12 72#define IB_DELETE2 13 73#define IB_DELETE3 14 74#define IB_DELETE4 15 75 76#define LB_OP1 1 77#define LB_OP2 2 78#define LB_OP3 3 79#define LB_OP4 4 80 81#define RB_MAX 1 82#define RB_MIN 2 83#define RB_VALUE 3 84 85#define SB_SCROLL 1 86 87#define BTN_OPTIONS 1 88#define BTN_HELP 2 89#define BTN_CLOSE 3 90#define BTN_SOLVE 4 91#define BTN_OK 5 92#define BTN_CANCEL 6 93 94#define IMG_DEL_H 1 95 96#define STR_INVALIDINPUT 1 97#define STR_INVALIDCONDITION 2 98 99