update dev300-m58
[ooovba.git] / chart2 / source / controller / dialogs / tp_AxisPositions.src
blob56dd7ddb5dc54819feaa7b2d64897edeaac21a14
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_AxisPositions.src,v $
10  * $Revision: 1.1.4.2 $
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 #define Y0 3
34 #define Y1 (Y0+13)
35 #define Y2 (Y1)
36 #define Y3 (Y2+16)
37 #define Y4 (Y3+13)
38 #define Y5 (Y4)
39 #define Y6 (Y5+16)
40 #define Y7 (Y6+13)
41 #define Y8 (Y7+16)
42 #define Y9 (Y8+16)
43 #define Y10 (Y9+16)
44 #define Y11 (Y10+13)
45 #define Y12 (Y11+16)
47 #define EDITWIDTH 50
48 #define LABELWIDTH 88
49 #define MAXLABELWIDTH 138
51 #define X1 6
52 #define X2 11
53 #define X3 (X2+LABELWIDTH+4)
54 #define X4 (X2+MAXLABELWIDTH+4)
55 #define X5 (X4+EDITWIDTH+5)
57 #define XTICK_1 X2
58 #define XTICK_2 (XTICK_1+60)
59 #define XTICK_3 (XTICK_2+60)
60 #define XTICK_4 (XTICK_3+60)
61 #define XTICK_5 (XTICK_4+6)
62 #define TICKWIDTH 59
64 TabPage TP_AXIS_POSITIONS
66     Hide = TRUE ;
67     SVLook = TRUE ;
68     Size = MAP_APPFONT ( 260 , 185 ) ;
70     FixedLine FL_AXIS_LINE
71     {
72         Pos = MAP_APPFONT ( X1 , Y0  ) ;
73         Size = MAP_APPFONT ( 248 , 8 ) ;
74         Text [ en-US ] = "Axis line" ;
75     };
76     
77     FixedText FT_CROSSES_OTHER_AXIS_AT
78     {
79         Pos = MAP_APPFONT ( X2 , Y1  ) ;
80         Size = MAP_APPFONT ( MAXLABELWIDTH , 8 ) ;
81         Text [ en-US ] = "~Cross other axis at" ;
82     };
83     ListBox LB_CROSSES_OTHER_AXIS_AT
84     {
85         Border = TRUE ;
86         AutoHScroll = TRUE ;
87         Pos = MAP_APPFONT ( X4 , Y1-2 ) ;
88         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
89         TabStop = TRUE ;
90         Group = TRUE ;
91         DropDown=TRUE;
92         DDExtraWidth = TRUE ;
93         
94         StringList [ en-US ] =
95         {
96             "Start" ;
97             "End" ;
98             "Value" ;
99             "Category" ;
100         };
101     };
102     SpinField EDT_CROSSES_OTHER_AXIS_AT
103     {
104         Border = TRUE ;
105         SVLook = TRUE ;
106         Pos = MAP_APPFONT ( X5 , Y1-2  ) ;
107         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
108         TabStop = TRUE ;
109     };
110     ComboBox EDT_CROSSES_OTHER_AXIS_AT_CATEGORY
111     {
112         Border = TRUE ;
113         SVLook = TRUE ;
114         Pos = MAP_APPFONT ( X5 , Y1-2  ) ;
115         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
116         DropDown = TRUE ;
117         TabStop = TRUE ;
118     };
119     
120     CheckBox CB_AXIS_BETWEEN_CATEGORIES
121     {
122         Hide = TRUE;
123         Pos = MAP_APPFONT ( X2 , Y2  ) ;
124         Size = MAP_APPFONT ( 150 , 10 ) ;
125         TabStop = TRUE ;
126         Text [ en-US ] = "Axis ~between categories" ;
127     };
128     
129     FixedLine FL_LABELS
130     {
131         Pos = MAP_APPFONT ( X1 , Y3  ) ;
132         Size = MAP_APPFONT ( 248 , 8 ) ;
133         Text [ en-US ] = "Labels" ;
134     };
135     FixedText FT_PLACE_LABELS
136     {
137         Pos = MAP_APPFONT ( X2 , Y4  ) ;
138         Size = MAP_APPFONT ( MAXLABELWIDTH , 8 ) ;
139         Text [ en-US ] = "~Place labels" ;
140     };
141     ListBox LB_PLACE_LABELS
142     {
143         Border = TRUE ;
144         AutoHScroll = TRUE ;
145         Pos = MAP_APPFONT ( X4 , Y4-2 ) ;
146         Size = MAP_APPFONT ( 89 , 12 ) ;
147         TabStop = TRUE ;
148         Group = TRUE ;
149         DropDown=TRUE;
150         DDExtraWidth = TRUE ;
151         
152         StringList [ en-US ] =
153         {
154             "Near axis" ;
155             "Near axis (other side)" ;
156             "Outside start" ;
157             "Outside end" ;
158         };
159     };
160     
161     FixedText FT_AXIS_LABEL_DISTANCE
162     {
163         Hide = TRUE;
164         Pos = MAP_APPFONT ( X2 , Y5  ) ;
165         Size = MAP_APPFONT ( MAXLABELWIDTH , 8 ) ;
166         Text [ en-US ] = "~Distance" ;
167     };
168     SpinField EDT_AXIS_LABEL_DISTANCE
169     {
170         Hide = TRUE;
171         Border = TRUE ;
172         SVLook = TRUE ;
173         Pos = MAP_APPFONT ( X4 , Y5-2 ) ;
174         Size = MAP_APPFONT ( 89 , 12 ) ;
175         TabStop = TRUE ;
176     };
177     
178     FixedLine FL_TICKS
179     {
180         Pos = MAP_APPFONT ( X1 , Y6  ) ;
181         Size = MAP_APPFONT ( 248 , 8 ) ;
182         Text[ en-US ] = "Interval marks";
183     };
184     FixedText FT_MAJOR
185     {
186         Pos = MAP_APPFONT ( XTICK_1 , Y7  ) ;
187         Size = MAP_APPFONT ( TICKWIDTH , 8 ) ;
188         Text [ en-US ] = "Major:" ;
189     };
190     CheckBox CB_TICKS_INNER
191     {
192         Pos = MAP_APPFONT ( XTICK_2 , Y7  ) ;
193         Size = MAP_APPFONT ( TICKWIDTH , 10 ) ;
194         Text [ en-US ] = "~Inner";
195     };
196     CheckBox CB_TICKS_OUTER
197     {
198         Pos = MAP_APPFONT ( XTICK_3 , Y7  ) ;
199         Size = MAP_APPFONT ( TICKWIDTH , 10 ) ;
200         Text [ en-US ] = "~Outer";
201     };
202     
203     FixedText FT_MINOR
204     {
205         Pos = MAP_APPFONT ( XTICK_1 , Y8  ) ;
206         Size = MAP_APPFONT ( TICKWIDTH , 8 ) ;
207         Text [ en-US ] = "Minor:" ;
208     };
209     CheckBox CB_MINOR_INNER
210     {
211         Pos = MAP_APPFONT ( XTICK_2 , Y8  );
212         Size = MAP_APPFONT ( TICKWIDTH , 10 ) ;
213         Text [ en-US ] = "I~nner";
214     };
215     CheckBox CB_MINOR_OUTER
216     {
217         Pos = MAP_APPFONT ( XTICK_3 , Y8  ) ;
218         Size = MAP_APPFONT ( TICKWIDTH , 10 ) ;
219         Text [ en-US ] = "O~uter";
220     };
221     
222     FixedLine FL_VERTICAL
223     {
224         Hide = TRUE ;
225         Pos = MAP_APPFONT ( XTICK_4 , Y7  ) ;
226         Size = MAP_APPFONT ( 6 , 25 ) ;
227         Vert = TRUE ;
228     };
229     
230     FixedText FT_PLACE_TICKS
231     {
232         Pos = MAP_APPFONT ( X2 , Y9  );
233         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
234         Text [ en-US ] = "Place ~marks";
235     };
236     ListBox LB_PLACE_TICKS
237     {
238         Border = TRUE ;
239         AutoHScroll = TRUE ;
240         Pos = MAP_APPFONT ( X3 , Y9-2  ) ;
241         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
242         TabStop = TRUE ;
243         Group = TRUE ;
244         DropDown=TRUE;
245         DDExtraWidth = TRUE ;
246         
247         StringList [ en-US ] =
248         {
249             "At labels" ;
250             "At axis" ;
251             "At axis and labels" ;
252         };
253     };
254     
255     
256     FixedLine FL_GRIDS
257     {
258         Hide = TRUE ;
259         Pos = MAP_APPFONT ( X1 , Y10  ) ;
260         Size = MAP_APPFONT ( 248 , 8 ) ;
261         Text[ en-US ] = "Grids";
262     };
263     CheckBox CB_MAJOR_GRID
264     {
265         Hide = TRUE ;
266         Pos = MAP_APPFONT ( X2 , Y11  ) ;
267         Size = MAP_APPFONT ( 150 , 10 ) ;
268         TabStop = TRUE ;
269         Text [ en-US ] = "Show major ~grid" ;
270     };
271     PushButton PB_MAJOR_GRID
272     {
273         Hide = TRUE ;
274         TabStop = TRUE;
275         Pos  = MAP_APPFONT ( X3 , Y11-2  );
276         Size = MAP_APPFONT ( 54 , 14 );
277         Text [ en-US ] = "Mo~re...";
278     };
279     CheckBox CB_MINOR_GRID
280     {
281         Hide = TRUE ;
282         Pos = MAP_APPFONT ( X2 , Y12  ) ;
283         Size = MAP_APPFONT ( 150 , 10 ) ;
284         TabStop = TRUE ;
285         Text [ en-US ] = "~Show minor grid" ;
286     };
287     PushButton PB_MINOR_GRID
288     {
289         Hide = TRUE ;
290         TabStop = TRUE;
291         Pos  = MAP_APPFONT ( X3 , Y12-2  );
292         Size = MAP_APPFONT ( 54 , 14 );
293         Text [ en-US ] = "Mor~e...";
294     };