12f531595SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
32f531595SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
42f531595SAndrew Rist * or more contributor license agreements.  See the NOTICE file
52f531595SAndrew Rist * distributed with this work for additional information
62f531595SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
72f531595SAndrew Rist * to you under the Apache License, Version 2.0 (the
82f531595SAndrew Rist * "License"); you may not use this file except in compliance
92f531595SAndrew Rist * with the License.  You may obtain a copy of the License at
102f531595SAndrew Rist *
112f531595SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
122f531595SAndrew Rist *
132f531595SAndrew Rist * Unless required by applicable law or agreed to in writing,
142f531595SAndrew Rist * software distributed under the License is distributed on an
152f531595SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162f531595SAndrew Rist * KIND, either express or implied.  See the License for the
172f531595SAndrew Rist * specific language governing permissions and limitations
182f531595SAndrew Rist * under the License.
192f531595SAndrew Rist *
202f531595SAndrew Rist *************************************************************/
212f531595SAndrew Rist
222f531595SAndrew Rist
23cdf0e10cSrcweir#include "HelpIds.hrc"
24cdf0e10cSrcweir#include "tp_SeriesToAxis.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirTabPage TP_OPTIONS
27cdf0e10cSrcweir{
28cdf0e10cSrcweir    HelpID = "chart2:TabPage:TP_OPTIONS";
29cdf0e10cSrcweir	Hide = TRUE ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
32cdf0e10cSrcweir	FixedLine 1
33cdf0e10cSrcweir	{
34cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6  ) ;
35cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
36cdf0e10cSrcweir		Text [ en-US ] = "Align data series to";
37cdf0e10cSrcweir	};
38cdf0e10cSrcweir	RadioButton RBT_OPT_AXIS_1
39cdf0e10cSrcweir	{
40cdf0e10cSrcweir	    HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_1";
41cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 20  ) ;
42cdf0e10cSrcweir		Size = MAP_APPFONT ( 80 , 10 ) ;
43cdf0e10cSrcweir		TabStop = TRUE ;
44cdf0e10cSrcweir		Text [ en-US ] = "Primary Y axis";
45cdf0e10cSrcweir	};
46cdf0e10cSrcweir	RadioButton RBT_OPT_AXIS_2
47cdf0e10cSrcweir	{
48cdf0e10cSrcweir	    HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_2";
49cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 34  ) ;
50cdf0e10cSrcweir		Size = MAP_APPFONT ( 80 , 10 ) ;
51cdf0e10cSrcweir		TabStop = TRUE ;
52cdf0e10cSrcweir		Text [ en-US ] = "Secondary Y axis";
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir
55cdf0e10cSrcweir	FixedLine GB_BAR
56cdf0e10cSrcweir	{
57cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 50  ) ;
58cdf0e10cSrcweir		Size = MAP_APPFONT ( 248 , 8 ) ;
59cdf0e10cSrcweir		Text [ en-US ] = "Settings";
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	FixedText FT_OVERLAP
62cdf0e10cSrcweir	{
63cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 80 ) ;
64cdf0e10cSrcweir		Size = MAP_APPFONT ( 47 , 8 ) ;
65cdf0e10cSrcweir		Text [ en-US ] = "~Overlap";
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir
68cdf0e10cSrcweir	MetricField MT_OVERLAP
69cdf0e10cSrcweir	{
70cdf0e10cSrcweir	    HelpID = "chart2:MetricField:TP_OPTIONS:MT_OVERLAP";
71cdf0e10cSrcweir		Border = TRUE ;
72cdf0e10cSrcweir        Pos = MAP_APPFONT ( 63 , 78 ) ;
73cdf0e10cSrcweir		Size = MAP_APPFONT ( 40 , 12 ) ;
74cdf0e10cSrcweir		TabStop = TRUE ;
75cdf0e10cSrcweir		Repeat = TRUE ;
76cdf0e10cSrcweir		Spin = TRUE ;
77cdf0e10cSrcweir		Minimum = -100 ;
78cdf0e10cSrcweir		Maximum = 100 ;
79cdf0e10cSrcweir		StrictFormat = TRUE ;
80*7ea7a1ccSTsutomu Uchino		Unit = FUNIT_PERCENT ;
81cdf0e10cSrcweir		First = 1 ;
82cdf0e10cSrcweir		Last = 100 ;
83cdf0e10cSrcweir		SpinSize = 1 ;
84cdf0e10cSrcweir		DecimalDigits = 0 ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir
87cdf0e10cSrcweir	FixedText FT_GAP
88cdf0e10cSrcweir	{
89cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 64 ) ;
90cdf0e10cSrcweir		Size = MAP_APPFONT ( 47 , 8 ) ;
91cdf0e10cSrcweir		Text [ en-US ] = "~Spacing";
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir
94cdf0e10cSrcweir	MetricField MT_GAP
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir	    HelpID = "chart2:MetricField:TP_OPTIONS:MT_GAP";
97cdf0e10cSrcweir		Border = TRUE ;
98cdf0e10cSrcweir        Pos = MAP_APPFONT ( 63 , 62 ) ;
99cdf0e10cSrcweir		Size = MAP_APPFONT ( 40 , 12 ) ;
100cdf0e10cSrcweir		TabStop = TRUE ;
101cdf0e10cSrcweir		Repeat = TRUE ;
102cdf0e10cSrcweir		Spin = TRUE ;
103cdf0e10cSrcweir		Minimum = 0 ;
104cdf0e10cSrcweir		Maximum = 600 ;
105cdf0e10cSrcweir		StrictFormat = TRUE ;
106*7ea7a1ccSTsutomu Uchino		Unit = FUNIT_PERCENT ;
107cdf0e10cSrcweir		First = 1 ;
108cdf0e10cSrcweir		Last = 100 ;
109cdf0e10cSrcweir		SpinSize = 1 ;
110cdf0e10cSrcweir		DecimalDigits = 0 ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir
113cdf0e10cSrcweir	CheckBox CB_CONNECTOR
114cdf0e10cSrcweir	{
115cdf0e10cSrcweir	    HelpID = "chart2:CheckBox:TP_OPTIONS:CB_CONNECTOR";
116cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 97 ) ;
117cdf0e10cSrcweir		Size = MAP_APPFONT ( 200 , 10 ) ;
118cdf0e10cSrcweir		TabStop = TRUE ;
119cdf0e10cSrcweir        Text [ en-US ] = "Connection lines";
120cdf0e10cSrcweir	};
121cdf0e10cSrcweir
122cdf0e10cSrcweir    CheckBox CB_BARS_SIDE_BY_SIDE
123cdf0e10cSrcweir    {
124cdf0e10cSrcweir        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_BARS_SIDE_BY_SIDE";
125cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 97 ) ;
126cdf0e10cSrcweir        Size = MAP_APPFONT ( 200 , 10 ) ;
127cdf0e10cSrcweir        TabStop = TRUE ;
128cdf0e10cSrcweir        Text [ en-US ] = "Show ~bars side by side";
129cdf0e10cSrcweir    };
130cdf0e10cSrcweir
131cdf0e10cSrcweir    FixedLine FL_PLOT_OPTIONS
132cdf0e10cSrcweir    {
133cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 113  ) ;
134cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
135cdf0e10cSrcweir        Text [ en-US ] = "Plot options";
136cdf0e10cSrcweir    };
137cdf0e10cSrcweir
138cdf0e10cSrcweir    FixedText FT_MISSING_VALUES
139cdf0e10cSrcweir    {
140cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 127  ) ;
141cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 8 ) ;
142cdf0e10cSrcweir        Text [ en-US ] = "Plot missing values";
143cdf0e10cSrcweir    };
144cdf0e10cSrcweir
145cdf0e10cSrcweir    RadioButton RB_DONT_PAINT
146cdf0e10cSrcweir    {
147cdf0e10cSrcweir        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_DONT_PAINT";
148cdf0e10cSrcweir        Pos = MAP_APPFONT ( 82 , 127  ) ;
149cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 10 ) ;
150cdf0e10cSrcweir        TabStop = TRUE ;
151cdf0e10cSrcweir        Text [ en-US ] = "~Leave gap";
152cdf0e10cSrcweir    };
153cdf0e10cSrcweir
154cdf0e10cSrcweir    RadioButton RB_ASSUME_ZERO
155cdf0e10cSrcweir    {
156cdf0e10cSrcweir        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_ASSUME_ZERO";
157cdf0e10cSrcweir        Pos = MAP_APPFONT ( 82 , 141  ) ;
158cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 10 ) ;
159cdf0e10cSrcweir        TabStop = TRUE ;
160cdf0e10cSrcweir        Text [ en-US ] = "~Assume zero";
161cdf0e10cSrcweir    };
162cdf0e10cSrcweir
163cdf0e10cSrcweir    RadioButton RB_CONTINUE_LINE
164cdf0e10cSrcweir    {
165cdf0e10cSrcweir        HelpID = "chart2:RadioButton:TP_OPTIONS:RB_CONTINUE_LINE";
166cdf0e10cSrcweir        Pos = MAP_APPFONT ( 82 , 155  ) ;
167cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 10 ) ;
168cdf0e10cSrcweir        TabStop = TRUE ;
169cdf0e10cSrcweir        Text [ en-US ] = "~Continue line";
170cdf0e10cSrcweir    };
171cdf0e10cSrcweir
172cdf0e10cSrcweir    CheckBox CB_INCLUDE_HIDDEN_CELLS
173cdf0e10cSrcweir    {
174cdf0e10cSrcweir        HelpID = "chart2:CheckBox:TP_OPTIONS:CB_INCLUDE_HIDDEN_CELLS";
175cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 172 ) ;
176cdf0e10cSrcweir        Size = MAP_APPFONT ( 200 , 10 ) ;
177cdf0e10cSrcweir        TabStop = TRUE ;
178cdf0e10cSrcweir        Text [ en-US ] = "Include ~values from hidden cells";
179cdf0e10cSrcweir    };
180cdf0e10cSrcweir};
181