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#define DLG_DIAGRAM_DATA 744 24 25#define FT_POS 1 26#define TBX_EDIT 1 27#define EDT_FIELD 1 28#define TBX_DATA 2 29#define CTL_DATA 1 30 31// images for toolbox image list 32//the numbers correspond to the icon names: default_images\chart2\res\dataeditor_icon_xy 33#define TBI_DATA_INSERT_ROW 1 34#define TBI_DATA_INSERT_COL 2 35#define TBI_DATA_DELETE_ROW 3 36#define TBI_DATA_DELETE_COL 4 37#define TBI_DATA_SWAP_COL 5 38#define TBI_DATA_SWAP_ROW 6 39#define TBI_DATA_INSERT_TEXT_COL 7 40 41// image lists (normal and high-contrast) for toolbox 42#define IL_DIAGRAM_DATA 1 43#define IL_HC_DIAGRAM_DATA 2 44