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
24cdf0e10cSrcweir#ifndef _CHART2_RESOURCE_IDS_HRC
25cdf0e10cSrcweir#define _CHART2_RESOURCE_IDS_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir//-----------------------------------------------------------------------------
28cdf0e10cSrcweir//for strings see Strings.hrc
29cdf0e10cSrcweir
30cdf0e10cSrcweir//-----------------------------------------------------------------------------
31cdf0e10cSrcweir//for Bimaps see Bimaps.hrc and Bimaps_HC.hrc
32cdf0e10cSrcweir
33cdf0e10cSrcweir//-----------------------------------------------------------------------------
34cdf0e10cSrcweir//Dialog Ids:
35cdf0e10cSrcweir#define DLG_DIAGRAM_TYPE    743
36cdf0e10cSrcweir#define DLG_CHART_WIZARD    902
37cdf0e10cSrcweir#define DLG_DATA_SOURCE     901
38cdf0e10cSrcweir#define DLG_AXIS_OR_GRID    839
39cdf0e10cSrcweir#define DLG_DATA_DESCR      836
40cdf0e10cSrcweir#define DLG_LEGEND          835
41cdf0e10cSrcweir#define DLG_TITLE           834
42cdf0e10cSrcweir#define DLG_3D_VIEW         752
43cdf0e10cSrcweir#define DLG_OBJECT_PROPERTIES 903
44cdf0e10cSrcweir#define DLG_SPLINE_PROPERTIES 904
45cdf0e10cSrcweir#define DLG_DATA_TRENDLINE  841
46cdf0e10cSrcweir#define DLG_DATA_YERRORBAR  842
47cdf0e10cSrcweir#define DLG_SHAPE_FONT      921
48cdf0e10cSrcweir#define DLG_SHAPE_PARAGRAPH 922
49cdf0e10cSrcweir
50cdf0e10cSrcweir//-----------------------------------------------------------------------------
51cdf0e10cSrcweir//TabPage Ids:
52cdf0e10cSrcweir#define TP_LEGEND_POS   900
53cdf0e10cSrcweir#define TP_DATA_DESCR   901
54cdf0e10cSrcweir#define TP_ALIGNMENT    902
55cdf0e10cSrcweir//#define TP_SYMBOL     906
56cdf0e10cSrcweir#define TP_LAYOUT       907
57cdf0e10cSrcweir#define TP_OPTIONS      908
58cdf0e10cSrcweir#define TP_POLAROPTIONS 909
59cdf0e10cSrcweir#define TP_AXIS_LABEL	920
60cdf0e10cSrcweir#define TP_SCALE		903
61cdf0e10cSrcweir#define TP_AXIS_POSITIONS   904
62cdf0e10cSrcweir#define TP_CHARTTYPE    910
63cdf0e10cSrcweir#define TP_RANGECHOOSER 911
64cdf0e10cSrcweir#define TP_WIZARD_TITLEANDOBJECTS 912
65cdf0e10cSrcweir#define TP_LOCATION     913
66cdf0e10cSrcweir#define TP_DATA_SOURCE  914
67cdf0e10cSrcweir
68cdf0e10cSrcweir#define TP_3D_SCENEGEOMETRY     915
69cdf0e10cSrcweir#define TP_3D_SCENEAPPEARANCE   916
70cdf0e10cSrcweir#define TP_3D_SCENEILLUMINATION 917
71cdf0e10cSrcweir
72cdf0e10cSrcweir#define TP_TRENDLINE    918
73cdf0e10cSrcweir#define TP_YERRORBAR    919
74cdf0e10cSrcweir
75cdf0e10cSrcweir//-----------------------------------------------------------------------------
76cdf0e10cSrcweir//listbox Ids:
77cdf0e10cSrcweir#define LB_BAR_GEOMETRY 1000
78cdf0e10cSrcweir#define LB_TEXT_SEPARATOR 1001
79cdf0e10cSrcweir
80cdf0e10cSrcweir//-----------------------------------------------------------------------------
81cdf0e10cSrcweir
82cdf0e10cSrcweir#endif
83