merge the formfield patch from ooo-build
[ooovba.git] / chart2 / source / controller / dialogs / tp_Scale.src
blob20c701214e70fa7eba0852df914459d9f8a35baf
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_Scale.src,v $
10  * $Revision: 1.10 $
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 YLine1 3
34 #define Y1 (YLine1+13)
35 #define Y2 (Y1+16)
36 #define Y3 (Y2+16)
37 #define Y4 (Y3+16)
38 #define Y5 (Y4+16)
39 #define Y6 (Y5+17)
40 #define Y7 (Y6+15)
42 #define LABELWIDTH 88
43 #define AUTOCHECKWIDTH 88
44 #define EDITWIDTH 50
45 #define X1 6
46 #define X2 11
47 #define X3 (X2+LABELWIDTH+4)
48 #define X4 (X3+EDITWIDTH+5)
50 TabPage TP_SCALE
52     Hide = TRUE ;
53     SVLook = TRUE ;
54     Size = MAP_APPFONT ( 260 , 185 ) ;
56     FixedLine FL_SCALE
57     {
58         Pos = MAP_APPFONT ( X1 , YLine1  ) ;
59         Size = MAP_APPFONT ( 248 , 8 ) ;
60         Text [ en-US ] = "Scale" ;
61     };
62     FixedText TXT_MIN
63     {
64         Pos = MAP_APPFONT ( X2 , Y1  ) ;
65         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
66         Text [ en-US ] = "~Minimum:" ;
67     };
68     SpinField EDT_MIN
69     {
70         Border = TRUE ;
71         SVLook = TRUE ;
72         Pos = MAP_APPFONT ( X3 , Y1-2 ) ;
73         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
74         TabStop = TRUE ;
75     };
76     CheckBox CBX_AUTO_MIN
77     {
78         Pos = MAP_APPFONT ( X4 , Y1-1  ) ;
79         Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
80         TabStop = TRUE ;
81         Text [ en-US ] = "~Automatic" ;
82     };
83     
84     FixedText TXT_MAX
85     {
86         Pos = MAP_APPFONT ( X2 , Y2  ) ;
87         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
88         Text [ en-US ] = "Ma~ximum:" ;
89     };
90     SpinField EDT_MAX
91     {
92         Border = TRUE ;
93         SVLook = TRUE ;
94         Pos = MAP_APPFONT ( X3 , Y2-2  ) ;
95         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
96         TabStop = TRUE ;
97     };
98     CheckBox CBX_AUTO_MAX
99     {
100         Pos = MAP_APPFONT ( X4 , Y2-1  ) ;
101         Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
102         TabStop = TRUE ;
103         Text [ en-US ] = "A~utomatic" ;
104     };
105     FixedText TXT_STEP_MAIN
106     {
107         Pos = MAP_APPFONT ( X2 , Y3  ) ;
108         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
109         Text [ en-US ] = "Ma~jor interval:" ;
110     };
111     SpinField EDT_STEP_MAIN
112     {
113         Border = TRUE ;
114         Pos = MAP_APPFONT ( X3 , Y3-2  ) ;
115         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
116         TabStop = TRUE ;
117     };
118     CheckBox CBX_AUTO_STEP_MAIN
119     {
120         Pos = MAP_APPFONT ( X4 , Y3-1  ) ;
121         Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
122         TabStop = TRUE ;
123         Text [ en-US ] = "Au~tomatic" ;
124     };
125     FixedText TXT_STEP_HELP
126     {
127         Pos = MAP_APPFONT ( X2 , Y4  ) ;
128         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
129         Text [ en-US ] = "Minor interval ~count:" ;
130     };
131     MetricField MT_STEPHELP
132     {
133         Border = TRUE ;
134         Pos = MAP_APPFONT ( X3 , Y4-2  ) ;
135         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
136         TabStop = TRUE ;
137         Repeat = TRUE ;
138         Spin = TRUE ;
139         Minimum = 1 ;
140         Maximum = 100 ;
141         StrictFormat = TRUE ;
142         Unit = FUNIT_CUSTOM ;
143         First = 1 ;
144         Last = 100 ;
145         SpinSize = 1 ;
146     };
147     CheckBox CBX_AUTO_STEP_HELP
148     {
149         Pos = MAP_APPFONT ( X4 , Y4-1  ) ;
150         Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
151         TabStop = TRUE ;
152         Text [ en-US ] = "Aut~omatic" ;
153     };
154     
155     FixedText TXT_ORIGIN
156     {
157         Pos = MAP_APPFONT ( X2 , Y5  ) ;
158         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
159         Text [ en-US ] = "Reference ~value:" ;
160     };
161     SpinField EDT_ORIGIN
162     {
163         Border = TRUE ;
164         SVLook = TRUE ;
165         Pos = MAP_APPFONT ( X3 , Y5-2  ) ;
166         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
167         TabStop = TRUE ;
168     };
169     CheckBox CBX_AUTO_ORIGIN
170     {
171         Pos = MAP_APPFONT ( X4 , Y5-1  ) ;
172         Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
173         TabStop = TRUE ;
174         Text [ en-US ] = "Automat~ic" ;
175     };
176     
177     CheckBox CBX_LOGARITHM
178     {
179         Pos = MAP_APPFONT ( X2 , Y6  ) ;
180         Size = MAP_APPFONT ( 244 , 10 ) ;
181         TabStop = TRUE ;
182         Text [ en-US ] = "~Logarithmic scale" ;
183     };
184         
185     CheckBox CBX_REVERSE
186     {
187         Pos = MAP_APPFONT ( X2 , Y7  ) ;
188         Size = MAP_APPFONT ( 244 , 10 ) ;
189         TabStop = TRUE ;
190         Text [ en-US ] = "~Reverse direction" ;
191     };
192