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 FL_SCALE			1
27
28#define TXT_MIN				1
29#define TXT_MAX				2
30#define TXT_STEP_MAIN		3
31#define TXT_STEP_HELP_COUNT	4
32#define TXT_ORIGIN			5
33#define TXT_TIME_RESOLUTION 6
34#define TXT_AXIS_TYPE       7
35#define TXT_STEP_HELP       8
36
37#define CBX_AUTO_MIN		1
38#define CBX_AUTO_MAX		2
39#define CBX_AUTO_STEP_MAIN	3
40#define CBX_AUTO_STEP_HELP	4
41#define CBX_AUTO_ORIGIN		5
42#define CBX_LOGARITHM		6
43#define CBX_REVERSE         7
44#define CBX_AUTO_TIME_RESOLUTION 8
45
46#define EDT_STEP_MAIN		1
47#define EDT_MAX				2
48#define EDT_MIN				3
49#define EDT_ORIGIN          4
50
51#define MT_STEPHELP		    10
52#define MT_MAIN_DATE_STEP   11
53
54#define LB_AXIS_TYPE        1
55#define LB_MAIN_TIME_UNIT   2
56#define LB_HELP_TIME_UNIT   3
57#define LB_TIME_RESOLUTION  4
58
59#define STR_LIST_TIME_UNIT  1
60