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#include "HelpIds.hrc"
28#include "tp_SeriesToAxis.hrc"
29
30TabPage TP_OPTIONS
31{
32    HelpID = "chart2:TabPage:TP_OPTIONS";
33	Hide = TRUE ;
34	SVLook = TRUE ;
35	Size = MAP_APPFONT ( 260 , 185 ) ;
36	FixedLine 1
37	{
38		Pos = MAP_APPFONT ( 6 , 6  ) ;
39        Size = MAP_APPFONT ( 248 , 8 ) ;
40		Text [ en-US ] = "Align data series to";
41	};
42	RadioButton RBT_OPT_AXIS_1
43	{
44	    HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_1";
45		Pos = MAP_APPFONT ( 12 , 20  ) ;
46		Size = MAP_APPFONT ( 80 , 10 ) ;
47		TabStop = TRUE ;
48		Text [ en-US ] = "Primary Y axis";
49	};
50	RadioButton RBT_OPT_AXIS_2
51	{
52	    HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_2";
53		Pos = MAP_APPFONT ( 12 , 34  ) ;
54		Size = MAP_APPFONT ( 80 , 10 ) ;
55		TabStop = TRUE ;
56		Text [ en-US ] = "Secondary Y axis";
57	};
58
59	FixedLine GB_BAR
60	{
61		Pos = MAP_APPFONT ( 6 , 50  ) ;
62		Size = MAP_APPFONT ( 248 , 8 ) ;
63		Text [ en-US ] = "Settings";
64	};
65	FixedText FT_OVERLAP
66	{
67        Pos = MAP_APPFONT ( 12 , 80 ) ;
68		Size = MAP_APPFONT ( 47 , 8 ) ;
69		Text [ en-US ] = "~Overlap";
70	};
71
72	MetricField MT_OVERLAP
73	{
74	    HelpID = "chart2:MetricField:TP_OPTIONS:MT_OVERLAP";
75		Border = TRUE ;
76        Pos = MAP_APPFONT ( 63 , 78 ) ;
77		Size = MAP_APPFONT ( 40 , 12 ) ;
78		TabStop = TRUE ;
79		Repeat = TRUE ;
80		Spin = TRUE ;
81		Minimum = -100 ;
82		Maximum = 100 ;
83		StrictFormat = TRUE ;
84		Unit = FUNIT_CUSTOM ;
85		CustomUnitText  = " %" ;
86		First = 1 ;
87		Last = 100 ;
88		SpinSize = 1 ;
89		DecimalDigits = 0 ;
90	};
91
92	FixedText FT_GAP
93	{
94        Pos = MAP_APPFONT ( 12 , 64 ) ;
95		Size = MAP_APPFONT ( 47 , 8 ) ;
96		Text [ en-US ] = "~Spacing";
97	};
98
99	MetricField MT_GAP
100	{
101	    HelpID = "chart2:MetricField:TP_OPTIONS:MT_GAP";
102		Border = TRUE ;
103        Pos = MAP_APPFONT ( 63 , 62 ) ;
104		Size = MAP_APPFONT ( 40 , 12 ) ;
105		TabStop = TRUE ;
106		Repeat = TRUE ;
107		Spin = TRUE ;
108		Minimum = 0 ;
109		Maximum = 600 ;
110		StrictFormat = TRUE ;
111		Unit = FUNIT_CUSTOM ;
112		CustomUnitText  = " %" ;
113		First = 1 ;
114		Last = 100 ;
115		SpinSize = 1 ;
116		DecimalDigits = 0 ;
117	};
118
119	CheckBox CB_CONNECTOR
120	{
121	    HelpID = "chart2:CheckBox:TP_OPTIONS:CB_CONNECTOR";
122        Pos = MAP_APPFONT ( 12 , 97 ) ;
123		Size = MAP_APPFONT ( 200 , 10 ) ;
124		TabStop = TRUE ;
125        Text [ en-US ] = "Connection lines";
126	};
127
128    CheckBox CB_BARS_SIDE_BY_SIDE
129    {
130        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_BARS_SIDE_BY_SIDE";
131        Pos = MAP_APPFONT ( 12 , 97 ) ;
132        Size = MAP_APPFONT ( 200 , 10 ) ;
133        TabStop = TRUE ;
134        Text [ en-US ] = "Show ~bars side by side";
135    };
136
137    FixedLine FL_PLOT_OPTIONS
138    {
139        Pos = MAP_APPFONT ( 6 , 113  ) ;
140        Size = MAP_APPFONT ( 248 , 8 ) ;
141        Text [ en-US ] = "Plot options";
142    };
143
144    FixedText FT_MISSING_VALUES
145    {
146        Pos = MAP_APPFONT ( 12 , 127  ) ;
147        Size = MAP_APPFONT ( 80 , 8 ) ;
148        Text [ en-US ] = "Plot missing values";
149    };
150
151    RadioButton RB_DONT_PAINT
152    {
153        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_DONT_PAINT";
154        Pos = MAP_APPFONT ( 82 , 127  ) ;
155        Size = MAP_APPFONT ( 80 , 10 ) ;
156        TabStop = TRUE ;
157        Text [ en-US ] = "~Leave gap";
158    };
159
160    RadioButton RB_ASSUME_ZERO
161    {
162        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_ASSUME_ZERO";
163        Pos = MAP_APPFONT ( 82 , 141  ) ;
164        Size = MAP_APPFONT ( 80 , 10 ) ;
165        TabStop = TRUE ;
166        Text [ en-US ] = "~Assume zero";
167    };
168
169    RadioButton RB_CONTINUE_LINE
170    {
171        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_CONTINUE_LINE";
172        Pos = MAP_APPFONT ( 82 , 155  ) ;
173        Size = MAP_APPFONT ( 80 , 10 ) ;
174        TabStop = TRUE ;
175        Text [ en-US ] = "~Continue line";
176    };
177
178    CheckBox CB_INCLUDE_HIDDEN_CELLS
179    {
180        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_INCLUDE_HIDDEN_CELLS";
181        Pos = MAP_APPFONT ( 12 , 172 ) ;
182        Size = MAP_APPFONT ( 200 , 10 ) ;
183        TabStop = TRUE ;
184        Text [ en-US ] = "Include ~values from hidden cells";
185    };
186};
187