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