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 "ResourceIds.hrc"
25
26#define BTN_OK      1
27#define BTN_CANCEL  1
28#define BTN_HELP    1
29
30#define LB_3D_SCHEME        1
31#define LB_CHARTTYPE		2
32#define CT_CHARTVARIANT     3
33
34#define FL_SPLINE_SEPARATOR 2
35#define FL_SPLINE_DIALOGBUTTONS 3
36
37#define FT_CHARTTYPE		    1
38#define FT_SPLINE_ORDER         3
39#define FT_SPLINE_RESOLUTION    4
40
41#define CB_X_AXIS_CATEGORIES 1
42#define CB_3D_LOOK           2
43#define CB_STACKED           3
44#define CB_SPLINES           4
45#define CB_XVALUE_SORTING    5
46
47#define PB_SPLINE_DIALOG    1
48
49#define RB_STACK_Y          2
50#define RB_STACK_Y_PERCENT  3
51#define RB_STACK_Z          4
52
53#define RB_SPLINES_CUBIC    5
54#define RB_SPLINES_B        6
55
56#define MF_SPLINE_ORDER         1
57#define MF_SPLINE_RESOLUTION    2
58
59