1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "ResourceIds.hrc"
29
30#define FL_SCALE			1
31
32#define TXT_MIN				1
33#define TXT_MAX				2
34#define TXT_STEP_MAIN		3
35#define TXT_STEP_HELP_COUNT	4
36#define TXT_ORIGIN			5
37#define TXT_TIME_RESOLUTION 6
38#define TXT_AXIS_TYPE       7
39#define TXT_STEP_HELP       8
40
41#define CBX_AUTO_MIN		1
42#define CBX_AUTO_MAX		2
43#define CBX_AUTO_STEP_MAIN	3
44#define CBX_AUTO_STEP_HELP	4
45#define CBX_AUTO_ORIGIN		5
46#define CBX_LOGARITHM		6
47#define CBX_REVERSE         7
48#define CBX_AUTO_TIME_RESOLUTION 8
49
50#define EDT_STEP_MAIN		1
51#define EDT_MAX				2
52#define EDT_MIN				3
53#define EDT_ORIGIN          4
54
55#define MT_STEPHELP		    10
56#define MT_MAIN_DATE_STEP   11
57
58#define LB_AXIS_TYPE        1
59#define LB_MAIN_TIME_UNIT   2
60#define LB_HELP_TIME_UNIT   3
61#define LB_TIME_RESOLUTION  4
62
63#define STR_LIST_TIME_UNIT  1
64