xref: /trunk/main/chart2/source/controller/dialogs/tp_AxisLabel.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 "TabPages.hrc"
29
30TabPage TP_AXIS_LABEL
31{
32    HelpID  = HID_SCH_TP_AXIS_LABEL;
33    Size    = MAP_APPFONT ( 260 , 185 ) ;
34    Hide    = TRUE;
35
36    CheckBox CB_AXIS_LABEL_SCHOW_DESCR
37    {
38        HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR";
39        Pos = MAP_APPFONT ( 6 , 6  ) ;
40        Size    = MAP_APPFONT ( 248 , 12 ) ;
41
42        Text [ en-US ] = "Sho~w labels";
43    };
44
45    FixedLine FL_AXIS_LABEL_ORIENTATION
46    {
47        Pos = MAP_APPFONT ( 6 , 91  ) ;
48        Size = MAP_APPFONT ( 248 , 8 ) ;
49
50        Text [ en-US ] = "Text orientation" ;
51    };
52        Control CT_AXIS_LABEL_DIAL
53        {
54            HelpId  = HID_SCH_ALIGNMENT_CTR_DIAL ;
55            Pos     = MAP_APPFONT ( 12 , 105  ) ;
56            Size    = MAP_APPFONT ( 43 , 43 ) ;
57            Text    = "ABCD" ;
58        };
59        TriStateBox PB_AXIS_LABEL_TEXTSTACKED
60        {
61            HelpId  = HID_SCH_ALIGNMENT_STACKED ;
62            Pos     = MAP_APPFONT ( 139 , 105  ) ;
63            Size    = MAP_APPFONT ( 115 , 10 ) ;
64            TabStop = TRUE ;
65            Text [ en-US ] = "Ve~rtically stacked";
66        };
67        FixedText FT_AXIS_LABEL_DEGREES
68        {
69            Pos = MAP_APPFONT ( 93 , 122  ) ;
70            Size = MAP_APPFONT ( 60 , 8 ) ;
71            Text [ en-US ] = "~Degrees" ;
72    };
73    NumericField NF_AXIS_LABEL_ORIENT
74    {
75        HelpId = HID_SCH_ALIGNMENT_DEGREES ;
76        Border = TRUE ;
77        Pos = MAP_APPFONT ( 61 , 120  ) ;
78        Size = MAP_APPFONT ( 28 , 12 ) ;
79        TabStop = TRUE ;
80        Repeat = TRUE ;
81        Spin = TRUE ;
82        StrictFormat = TRUE ;
83        SpinSize = 5 ;
84        Minimum = 0 ;
85        Maximum = 359 ;
86    };
87    FixedText FT_UNUSED
88    {
89        //only necessary for constructor of SvxWinOrientation
90        Hide = TRUE ;
91        Pos = MAP_APPFONT ( 204 , 117  ) ;
92        Size = MAP_APPFONT ( 50 , 10 ) ;
93    };
94    Control CT_UNUSED
95    {
96        //only necessary for constructor of SvxWinOrientation
97        Hide    = TRUE ;
98        Pos = MAP_APPFONT ( 204 , 133  ) ;
99        Size    = MAP_APPFONT ( 50 , 15 ) ;
100    };
101    FixedLine FL_SEPARATOR
102    {
103        Pos = MAP_APPFONT ( 128 , 33  ) ;
104        Size = MAP_APPFONT ( 4 , 52 ) ;
105    };
106
107    FixedLine FL_AXIS_LABEL_TEXTFLOW
108    {
109        Pos = MAP_APPFONT ( 133 , 22  ) ;
110        Size    = MAP_APPFONT ( 121 , 8 ) ;
111
112        Text [ en-US ] = "Text flow" ;
113    };
114        CheckBox CB_AXIS_LABEL_TEXTOVERLAP
115        {
116            HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP";
117            Pos = MAP_APPFONT ( 139 , 33  ) ;
118            Size = MAP_APPFONT ( 115 , 10 ) ;
119            TabStop = TRUE ;
120
121            Text [ en-US ] = "O~verlap" ;
122    };
123        CheckBox CB_AXIS_LABEL_TEXTBREAK
124        {
125            HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK";
126            Pos = MAP_APPFONT ( 139 , 47  ) ;
127            Size = MAP_APPFONT ( 115 , 10 ) ;
128            TabStop = TRUE ;
129
130            Text [ en-US ] = "~Break" ;
131    };
132
133
134    FixedLine FL_AXIS_LABEL_ORDER
135    {
136        Pos = MAP_APPFONT ( 6 , 22  ) ;
137        Size = MAP_APPFONT ( 121 , 8 ) ;
138
139        Text [ en-US ] = "Order" ;
140    };
141        RadioButton RB_AXIS_LABEL_SIDEBYSIDE
142        {
143            HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE";
144            Pos = MAP_APPFONT ( 12 , 33  ) ;
145            Size = MAP_APPFONT ( 112 , 10 ) ;
146            TabStop = TRUE ;
147
148            Text [ en-US ] = "~Tile" ;
149    };
150        RadioButton RB_AXIS_LABEL_UPDOWN
151        {
152            HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN";
153            Pos = MAP_APPFONT ( 12 , 47  ) ;
154            Size = MAP_APPFONT ( 112 , 10 ) ;
155            TabStop = TRUE ;
156
157            Text [ en-US ] = "St~agger odd" ;
158    };
159        RadioButton RB_AXIS_LABEL_DOWNUP
160        {
161            HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP";
162            Pos = MAP_APPFONT ( 12 , 61  ) ;
163            Size = MAP_APPFONT ( 112 , 10 ) ;
164            TabStop = TRUE ;
165
166            Text [ en-US ] = "Stagger ~even" ;
167    };
168        RadioButton RB_AXIS_LABEL_AUTOORDER
169        {
170            HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER";
171            Pos = MAP_APPFONT ( 12 , 75  ) ;
172            Size = MAP_APPFONT ( 112 , 10 ) ;
173            TabStop = TRUE ;
174
175            Text [ en-US ] = "A~utomatic" ;
176    };
177
178    FixedText FT_AXIS_TEXTDIR
179    {
180        Pos = MAP_APPFONT ( 12 , 156 ) ;
181        Size = MAP_APPFONT ( 64 , 8 ) ;
182        Text [ en-US ] = "Te~xt direction" ;
183    };
184    ListBox LB_AXIS_TEXTDIR
185    {
186        HelpID = "chart2:ListBox:TP_AXIS_LABEL:LB_AXIS_TEXTDIR";
187        Pos = MAP_APPFONT ( 78 , 154 ) ;
188        Size = MAP_APPFONT ( 170 , 100 ) ;
189        Border = TRUE;
190        TabStop = TRUE;
191        DropDown = TRUE;
192    };
193};
194
195