1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#include "HelpIds.hrc"
28*cdf0e10cSrcweir#include "TabPages.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirTabPage TP_AXIS_LABEL
31*cdf0e10cSrcweir{
32*cdf0e10cSrcweir	HelpID	= HID_SCH_TP_AXIS_LABEL;
33*cdf0e10cSrcweir	Size	= MAP_APPFONT ( 260 , 185 ) ;
34*cdf0e10cSrcweir	Hide	= TRUE;
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir	CheckBox CB_AXIS_LABEL_SCHOW_DESCR
37*cdf0e10cSrcweir	{
38*cdf0e10cSrcweir	    HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR";
39*cdf0e10cSrcweir		Pos	= MAP_APPFONT ( 6 , 6  ) ;
40*cdf0e10cSrcweir		Size	= MAP_APPFONT ( 248 , 12 ) ;
41*cdf0e10cSrcweir
42*cdf0e10cSrcweir		Text [ en-US ] = "Sho~w labels";
43*cdf0e10cSrcweir	};
44*cdf0e10cSrcweir
45*cdf0e10cSrcweir	FixedLine FL_AXIS_LABEL_ORIENTATION
46*cdf0e10cSrcweir	{
47*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 91  ) ;
48*cdf0e10cSrcweir		Size = MAP_APPFONT ( 248 , 8 ) ;
49*cdf0e10cSrcweir
50*cdf0e10cSrcweir		Text [ en-US ] = "Text orientation" ;
51*cdf0e10cSrcweir	};
52*cdf0e10cSrcweir		Control CT_AXIS_LABEL_DIAL
53*cdf0e10cSrcweir		{
54*cdf0e10cSrcweir			HelpId	= HID_SCH_ALIGNMENT_CTR_DIAL ;
55*cdf0e10cSrcweir            Pos     = MAP_APPFONT ( 12 , 105  ) ;
56*cdf0e10cSrcweir            Size    = MAP_APPFONT ( 43 , 43 ) ;
57*cdf0e10cSrcweir			Text    = "ABCD" ;
58*cdf0e10cSrcweir		};
59*cdf0e10cSrcweir        TriStateBox PB_AXIS_LABEL_TEXTSTACKED
60*cdf0e10cSrcweir        {
61*cdf0e10cSrcweir            HelpId  = HID_SCH_ALIGNMENT_STACKED ;
62*cdf0e10cSrcweir            Pos     = MAP_APPFONT ( 139 , 105  ) ;
63*cdf0e10cSrcweir            Size    = MAP_APPFONT ( 115 , 10 ) ;
64*cdf0e10cSrcweir            TabStop = TRUE ;
65*cdf0e10cSrcweir            Text [ en-US ] = "Ve~rtically stacked";
66*cdf0e10cSrcweir        };
67*cdf0e10cSrcweir		FixedText FT_AXIS_LABEL_DEGREES
68*cdf0e10cSrcweir		{
69*cdf0e10cSrcweir            Pos = MAP_APPFONT ( 93 , 122  ) ;
70*cdf0e10cSrcweir            Size = MAP_APPFONT ( 60 , 8 ) ;
71*cdf0e10cSrcweir			Text [ en-US ] = "~Degrees" ;
72*cdf0e10cSrcweir	};
73*cdf0e10cSrcweir	NumericField NF_AXIS_LABEL_ORIENT
74*cdf0e10cSrcweir	{
75*cdf0e10cSrcweir		HelpId = HID_SCH_ALIGNMENT_DEGREES ;
76*cdf0e10cSrcweir		Border = TRUE ;
77*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 61 , 120  ) ;
78*cdf0e10cSrcweir		Size = MAP_APPFONT ( 28 , 12 ) ;
79*cdf0e10cSrcweir		TabStop = TRUE ;
80*cdf0e10cSrcweir		Repeat = TRUE ;
81*cdf0e10cSrcweir		Spin = TRUE ;
82*cdf0e10cSrcweir		StrictFormat = TRUE ;
83*cdf0e10cSrcweir        SpinSize = 5 ;
84*cdf0e10cSrcweir        Minimum = 0 ;
85*cdf0e10cSrcweir        Maximum = 359 ;
86*cdf0e10cSrcweir	};
87*cdf0e10cSrcweir	FixedText FT_UNUSED
88*cdf0e10cSrcweir	{
89*cdf0e10cSrcweir	    //only necessary for constructor of SvxWinOrientation
90*cdf0e10cSrcweir		Hide = TRUE ;
91*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 204 , 117  ) ;
92*cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 10 ) ;
93*cdf0e10cSrcweir    };
94*cdf0e10cSrcweir	Control CT_UNUSED
95*cdf0e10cSrcweir	{
96*cdf0e10cSrcweir	    //only necessary for constructor of SvxWinOrientation
97*cdf0e10cSrcweir		Hide	= TRUE ;
98*cdf0e10cSrcweir		Pos	= MAP_APPFONT ( 204 , 133  ) ;
99*cdf0e10cSrcweir		Size	= MAP_APPFONT ( 50 , 15 ) ;
100*cdf0e10cSrcweir	};
101*cdf0e10cSrcweir	FixedLine FL_SEPARATOR
102*cdf0e10cSrcweir	{
103*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 128 , 33  ) ;
104*cdf0e10cSrcweir		Size = MAP_APPFONT ( 4 , 52 ) ;
105*cdf0e10cSrcweir    };
106*cdf0e10cSrcweir
107*cdf0e10cSrcweir	FixedLine FL_AXIS_LABEL_TEXTFLOW
108*cdf0e10cSrcweir	{
109*cdf0e10cSrcweir		Pos	= MAP_APPFONT ( 133 , 22  ) ;
110*cdf0e10cSrcweir		Size	= MAP_APPFONT ( 121 , 8 ) ;
111*cdf0e10cSrcweir
112*cdf0e10cSrcweir		Text [ en-US ] = "Text flow" ;
113*cdf0e10cSrcweir	};
114*cdf0e10cSrcweir		CheckBox CB_AXIS_LABEL_TEXTOVERLAP
115*cdf0e10cSrcweir		{
116*cdf0e10cSrcweir		    HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP";
117*cdf0e10cSrcweir			Pos = MAP_APPFONT ( 139 , 33  ) ;
118*cdf0e10cSrcweir			Size = MAP_APPFONT ( 115 , 10 ) ;
119*cdf0e10cSrcweir			TabStop	= TRUE ;
120*cdf0e10cSrcweir
121*cdf0e10cSrcweir			Text [ en-US ] = "O~verlap" ;
122*cdf0e10cSrcweir	};
123*cdf0e10cSrcweir		CheckBox CB_AXIS_LABEL_TEXTBREAK
124*cdf0e10cSrcweir		{
125*cdf0e10cSrcweir		    HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK";
126*cdf0e10cSrcweir			Pos = MAP_APPFONT ( 139 , 47  ) ;
127*cdf0e10cSrcweir			Size = MAP_APPFONT ( 115 , 10 ) ;
128*cdf0e10cSrcweir			TabStop	= TRUE ;
129*cdf0e10cSrcweir
130*cdf0e10cSrcweir			Text [ en-US ] = "~Break" ;
131*cdf0e10cSrcweir	};
132*cdf0e10cSrcweir
133*cdf0e10cSrcweir
134*cdf0e10cSrcweir	FixedLine FL_AXIS_LABEL_ORDER
135*cdf0e10cSrcweir	{
136*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 22  ) ;
137*cdf0e10cSrcweir		Size = MAP_APPFONT ( 121 , 8 ) ;
138*cdf0e10cSrcweir
139*cdf0e10cSrcweir		Text [ en-US ] = "Order" ;
140*cdf0e10cSrcweir	};
141*cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_SIDEBYSIDE
142*cdf0e10cSrcweir		{
143*cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE";
144*cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 33  ) ;
145*cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
146*cdf0e10cSrcweir			TabStop = TRUE ;
147*cdf0e10cSrcweir
148*cdf0e10cSrcweir			Text [ en-US ] = "~Tile" ;
149*cdf0e10cSrcweir	};
150*cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_UPDOWN
151*cdf0e10cSrcweir		{
152*cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN";
153*cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 47  ) ;
154*cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
155*cdf0e10cSrcweir			TabStop = TRUE ;
156*cdf0e10cSrcweir
157*cdf0e10cSrcweir			Text [ en-US ] = "St~agger odd" ;
158*cdf0e10cSrcweir	};
159*cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_DOWNUP
160*cdf0e10cSrcweir		{
161*cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP";
162*cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 61  ) ;
163*cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
164*cdf0e10cSrcweir			TabStop = TRUE ;
165*cdf0e10cSrcweir
166*cdf0e10cSrcweir			Text [ en-US ] = "Stagger ~even" ;
167*cdf0e10cSrcweir	};
168*cdf0e10cSrcweir		RadioButton RB_AXIS_LABEL_AUTOORDER
169*cdf0e10cSrcweir		{
170*cdf0e10cSrcweir		    HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER";
171*cdf0e10cSrcweir			Pos = MAP_APPFONT ( 12 , 75  ) ;
172*cdf0e10cSrcweir			Size = MAP_APPFONT ( 112 , 10 ) ;
173*cdf0e10cSrcweir			TabStop = TRUE ;
174*cdf0e10cSrcweir
175*cdf0e10cSrcweir			Text [ en-US ] = "A~utomatic" ;
176*cdf0e10cSrcweir	};
177*cdf0e10cSrcweir
178*cdf0e10cSrcweir    FixedText FT_AXIS_TEXTDIR
179*cdf0e10cSrcweir    {
180*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 156 ) ;
181*cdf0e10cSrcweir        Size = MAP_APPFONT ( 64 , 8 ) ;
182*cdf0e10cSrcweir        Text [ en-US ] = "Te~xt direction" ;
183*cdf0e10cSrcweir    };
184*cdf0e10cSrcweir    ListBox LB_AXIS_TEXTDIR
185*cdf0e10cSrcweir    {
186*cdf0e10cSrcweir        HelpID = "chart2:ListBox:TP_AXIS_LABEL:LB_AXIS_TEXTDIR";
187*cdf0e10cSrcweir        Pos = MAP_APPFONT ( 78 , 154 ) ;
188*cdf0e10cSrcweir        Size = MAP_APPFONT ( 170 , 100 ) ;
189*cdf0e10cSrcweir        Border = TRUE;
190*cdf0e10cSrcweir        TabStop = TRUE;
191*cdf0e10cSrcweir        DropDown = TRUE;
192*cdf0e10cSrcweir    };
193*cdf0e10cSrcweir};
194*cdf0e10cSrcweir
195