1*2f531595SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*2f531595SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*2f531595SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*2f531595SAndrew Rist * distributed with this work for additional information
6*2f531595SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*2f531595SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*2f531595SAndrew Rist * "License"); you may not use this file except in compliance
9*2f531595SAndrew Rist * with the License.  You may obtain a copy of the License at
10*2f531595SAndrew Rist *
11*2f531595SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2f531595SAndrew Rist *
13*2f531595SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*2f531595SAndrew Rist * software distributed under the License is distributed on an
15*2f531595SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*2f531595SAndrew Rist * KIND, either express or implied.  See the License for the
17*2f531595SAndrew Rist * specific language governing permissions and limitations
18*2f531595SAndrew Rist * under the License.
19*2f531595SAndrew Rist *
20*2f531595SAndrew Rist *************************************************************/
21*2f531595SAndrew Rist
22*2f531595SAndrew Rist
23cdf0e10cSrcweir#include "HelpIds.hrc"
24cdf0e10cSrcweir#include "TabPages.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirTabPage TP_AXIS_LABEL
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	HelpID	= HID_SCH_TP_AXIS_LABEL;
29cdf0e10cSrcweir	Size	= MAP_APPFONT ( 260 , 185 ) ;
30cdf0e10cSrcweir	Hide	= TRUE;
31cdf0e10cSrcweir
32cdf0e10cSrcweir	CheckBox CB_AXIS_LABEL_SCHOW_DESCR
33cdf0e10cSrcweir	{
34cdf0e10cSrcweir	    HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR";
35cdf0e10cSrcweir		Pos	= MAP_APPFONT ( 6 , 6  ) ;
36cdf0e10cSrcweir		Size	= MAP_APPFONT ( 248 , 12 ) ;
37cdf0e10cSrcweir
38cdf0e10cSrcweir		Text [ en-US ] = "Sho~w labels";
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir
41cdf0e10cSrcweir	FixedLine FL_AXIS_LABEL_ORIENTATION
42cdf0e10cSrcweir	{
43cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 91  ) ;
44cdf0e10cSrcweir		Size = MAP_APPFONT ( 248 , 8 ) ;
45cdf0e10cSrcweir
46cdf0e10cSrcweir		Text [ en-US ] = "Text orientation" ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir		Control CT_AXIS_LABEL_DIAL
49cdf0e10cSrcweir		{
50cdf0e10cSrcweir			HelpId	= HID_SCH_ALIGNMENT_CTR_DIAL ;
51cdf0e10cSrcweir            Pos     = MAP_APPFONT ( 12 , 105  ) ;
52cdf0e10cSrcweir            Size    = MAP_APPFONT ( 43 , 43 ) ;
53cdf0e10cSrcweir			Text    = "ABCD" ;
54cdf0e10cSrcweir		};
55cdf0e10cSrcweir        TriStateBox PB_AXIS_LABEL_TEXTSTACKED
56cdf0e10cSrcweir        {
57cdf0e10cSrcweir            HelpId  = HID_SCH_ALIGNMENT_STACKED ;
58cdf0e10cSrcweir            Pos     = MAP_APPFONT ( 139 , 105  ) ;
59cdf0e10cSrcweir            Size    = MAP_APPFONT ( 115 , 10 ) ;
60cdf0e10cSrcweir            TabStop = TRUE ;
61cdf0e10cSrcweir            Text [ en-US ] = "Ve~rtically stacked";
62cdf0e10cSrcweir        };
63cdf0e10cSrcweir		FixedText FT_AXIS_LABEL_DEGREES
64cdf0e10cSrcweir		{
65cdf0e10cSrcweir            Pos = MAP_APPFONT ( 93 , 122  ) ;
66cdf0e10cSrcweir            Size = MAP_APPFONT ( 60 , 8 ) ;
67cdf0e10cSrcweir			Text [ en-US ] = "~Degrees" ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir	NumericField NF_AXIS_LABEL_ORIENT
70cdf0e10cSrcweir	{
71cdf0e10cSrcweir		HelpId = HID_SCH_ALIGNMENT_DEGREES ;
72cdf0e10cSrcweir		Border = TRUE ;
73cdf0e10cSrcweir        Pos = MAP_APPFONT ( 61 , 120  ) ;
74cdf0e10cSrcweir		Size = MAP_APPFONT ( 28 , 12 ) ;
75cdf0e10cSrcweir		TabStop = TRUE ;
76cdf0e10cSrcweir		Repeat = TRUE ;
77cdf0e10cSrcweir		Spin = TRUE ;
78cdf0e10cSrcweir		StrictFormat = TRUE ;
79cdf0e10cSrcweir        SpinSize = 5 ;
80cdf0e10cSrcweir        Minimum = 0 ;
81cdf0e10cSrcweir        Maximum = 359 ;
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir	FixedText FT_UNUSED
84cdf0e10cSrcweir	{
85cdf0e10cSrcweir	    //only necessary for constructor of SvxWinOrientation
86cdf0e10cSrcweir		Hide = TRUE ;
87cdf0e10cSrcweir		Pos = MAP_APPFONT ( 204 , 117  ) ;
88cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 10 ) ;
89cdf0e10cSrcweir    };
90cdf0e10cSrcweir	Control CT_UNUSED
91cdf0e10cSrcweir	{
92cdf0e10cSrcweir	    //only necessary for constructor of SvxWinOrientation
93cdf0e10cSrcweir		Hide	= TRUE ;
94cdf0e10cSrcweir		Pos	= MAP_APPFONT ( 204 , 133  ) ;
95cdf0e10cSrcweir		Size	= MAP_APPFONT ( 50 , 15 ) ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	FixedLine FL_SEPARATOR
98cdf0e10cSrcweir	{
99cdf0e10cSrcweir		Pos = MAP_APPFONT ( 128 , 33  ) ;
100cdf0e10cSrcweir		Size = MAP_APPFONT ( 4 , 52 ) ;
101cdf0e10cSrcweir    };
102cdf0e10cSrcweir
103cdf0e10cSrcweir	FixedLine FL_AXIS_LABEL_TEXTFLOW
104cdf0e10cSrcweir	{
105cdf0e10cSrcweir		Pos	= MAP_APPFONT ( 133 , 22  ) ;
106cdf0e10cSrcweir		Size	= MAP_APPFONT ( 121 , 8 ) ;
107cdf0e10cSrcweir
108cdf0e10cSrcweir		Text [ en-US ] = "Text flow" ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir		CheckBox CB_AXIS_LABEL_TEXTOVERLAP
111cdf0e10cSrcweir		{
112cdf0e10cSrcweir		    HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP";
113cdf0e10cSrcweir			Pos = MAP_APPFONT ( 139 , 33  ) ;
114cdf0e10cSrcweir			Size = MAP_APPFONT ( 115 , 10 ) ;
115cdf0e10cSrcweir			TabStop	= TRUE ;
116cdf0e10cSrcweir
117cdf0e10cSrcweir			Text [ en-US ] = "O~verlap" ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir		CheckBox CB_AXIS_LABEL_TEXTBREAK
120cdf0e10cSrcweir		{
121cdf0e10cSrcweir		    HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK";
122cdf0e10cSrcweir			Pos = MAP_APPFONT ( 139 , 47  ) ;
123cdf0e10cSrcweir			Size = MAP_APPFONT ( 115 , 10 ) ;
124cdf0e10cSrcweir			TabStop	= TRUE ;
125cdf0e10cSrcweir
126cdf0e10cSrcweir			Text [ en-US ] = "~Break" ;
127cdf0e10cSrcweir	};
128cdf0e10cSrcweir
129cdf0e10cSrcweir
130cdf0e10cSrcweir	FixedLine FL_AXIS_LABEL_ORDER
131cdf0e10cSrcweir	{
132cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 22  ) ;
133cdf0e10cSrcweir		Size = MAP_APPFONT ( 121 , 8 ) ;
134cdf0e10cSrcweir
135cdf0e10cSrcweir		Text [ en-US ] = "Order" ;
136cdf0e10cSrcweir	};
137cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_SIDEBYSIDE
138cdf0e10cSrcweir		{
139cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE";
140cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 33  ) ;
141cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
142cdf0e10cSrcweir			TabStop = TRUE ;
143cdf0e10cSrcweir
144cdf0e10cSrcweir			Text [ en-US ] = "~Tile" ;
145cdf0e10cSrcweir	};
146cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_UPDOWN
147cdf0e10cSrcweir		{
148cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN";
149cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 47  ) ;
150cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
151cdf0e10cSrcweir			TabStop = TRUE ;
152cdf0e10cSrcweir
153cdf0e10cSrcweir			Text [ en-US ] = "St~agger odd" ;
154cdf0e10cSrcweir	};
155cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_DOWNUP
156cdf0e10cSrcweir		{
157cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP";
158cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 61  ) ;
159cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
160cdf0e10cSrcweir			TabStop = TRUE ;
161cdf0e10cSrcweir
162cdf0e10cSrcweir			Text [ en-US ] = "Stagger ~even" ;
163cdf0e10cSrcweir	};
164cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_AUTOORDER
165cdf0e10cSrcweir		{
166cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER";
167cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 75  ) ;
168cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
169cdf0e10cSrcweir			TabStop = TRUE ;
170cdf0e10cSrcweir
171cdf0e10cSrcweir			Text [ en-US ] = "A~utomatic" ;
172cdf0e10cSrcweir	};
173cdf0e10cSrcweir
174cdf0e10cSrcweir    FixedText FT_AXIS_TEXTDIR
175cdf0e10cSrcweir    {
176cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 156 ) ;
177cdf0e10cSrcweir        Size = MAP_APPFONT ( 64 , 8 ) ;
178cdf0e10cSrcweir        Text [ en-US ] = "Te~xt direction" ;
179cdf0e10cSrcweir    };
180cdf0e10cSrcweir    ListBox LB_AXIS_TEXTDIR
181cdf0e10cSrcweir    {
182cdf0e10cSrcweir        HelpID = "chart2:ListBox:TP_AXIS_LABEL:LB_AXIS_TEXTDIR";
183cdf0e10cSrcweir        Pos = MAP_APPFONT ( 78 , 154 ) ;
184cdf0e10cSrcweir        Size = MAP_APPFONT ( 170 , 100 ) ;
185cdf0e10cSrcweir        Border = TRUE;
186cdf0e10cSrcweir        TabStop = TRUE;
187cdf0e10cSrcweir        DropDown = TRUE;
188cdf0e10cSrcweir    };
189cdf0e10cSrcweir};
190cdf0e10cSrcweir
191