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