1*e38fe63cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*e38fe63cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*e38fe63cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*e38fe63cSAndrew Rist * distributed with this work for additional information
6*e38fe63cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*e38fe63cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*e38fe63cSAndrew Rist * "License"); you may not use this file except in compliance
9*e38fe63cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*e38fe63cSAndrew Rist *
11*e38fe63cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*e38fe63cSAndrew Rist *
13*e38fe63cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*e38fe63cSAndrew Rist * software distributed under the License is distributed on an
15*e38fe63cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*e38fe63cSAndrew Rist * KIND, either express or implied.  See the License for the
17*e38fe63cSAndrew Rist * specific language governing permissions and limitations
18*e38fe63cSAndrew Rist * under the License.
19*e38fe63cSAndrew Rist *
20*e38fe63cSAndrew Rist *************************************************************/
21*e38fe63cSAndrew Rist
22*e38fe63cSAndrew Rist
23cdf0e10cSrcweir#define DLG_DIAGRAM_DATA 744
24cdf0e10cSrcweir
25cdf0e10cSrcweir#define FT_POS 1
26cdf0e10cSrcweir#define TBX_EDIT 1
27cdf0e10cSrcweir#define EDT_FIELD 1
28cdf0e10cSrcweir#define TBX_DATA 2
29cdf0e10cSrcweir#define CTL_DATA 1
30cdf0e10cSrcweir
31cdf0e10cSrcweir// images for toolbox image list
32cdf0e10cSrcweir//the numbers correspond to the icon names: default_images\chart2\res\dataeditor_icon_xy
33cdf0e10cSrcweir#define TBI_DATA_INSERT_ROW 1
34cdf0e10cSrcweir#define TBI_DATA_INSERT_COL 2
35cdf0e10cSrcweir#define TBI_DATA_DELETE_ROW 3
36cdf0e10cSrcweir#define TBI_DATA_DELETE_COL 4
37cdf0e10cSrcweir#define TBI_DATA_SWAP_COL 5
38cdf0e10cSrcweir#define TBI_DATA_SWAP_ROW 6
39cdf0e10cSrcweir#define TBI_DATA_INSERT_TEXT_COL 7
40cdf0e10cSrcweir
41cdf0e10cSrcweir// image lists (normal and high-contrast) for toolbox
42cdf0e10cSrcweir#define IL_DIAGRAM_DATA     1
43cdf0e10cSrcweir#define IL_HC_DIAGRAM_DATA  2
44