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