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#ifndef _INPUTWIN_HRC 24#define _INPUTWIN_HRC 25 26 27//PopupMenu Id's 28#define MN_CALC_PHD 1 29#define MN_CALC_SQRT 2 30#define MN_CALC_OR 3 31#define MN_CALC_XOR 4 32#define MN_CALC_AND 5 33#define MN_CALC_NOT 6 34#define MN_CALC_EQ 7 35#define MN_CALC_NEQ 8 36#define MN_CALC_LEQ 9 37#define MN_CALC_GEQ 10 38#define MN_CALC_LES 11 39#define MN_CALC_GRE 12 40#define MN_CALC_SUM 13 41#define MN_CALC_MEAN 14 42#define MN_CALC_MIN 15 43#define MN_CALC_MAX 16 44#define MN_CALC_SIN 17 45#define MN_CALC_COS 18 46#define MN_CALC_TAN 19 47#define MN_CALC_ASIN 20 48#define MN_CALC_ACOS 21 49#define MN_CALC_ATAN 22 50#define MN_CALC_POW 23 51#define MN_CALC_LISTSEP 24 52#define MN_CALC_ROUND 25 53 54#define MN_POP_OPS 29 55#define MN_POP_STATISTICS 30 56#define MN_POP_FUNC 31 57#define MN_RSC_END 32 58 59#define TBX_FORMULA 1 60#define ED_POS 2 61#define ED_FORMULA 3 62 63#endif 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81