1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: tp_Scale.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #include "HelpIds.hrc"
31 #include "TabPages.hrc"
34 #define Y1 (YLine1+13)
43 #define AUTOCHECKWIDTH 88
47 #define X3 (X2+LABELWIDTH+4)
48 #define X4 (X3+EDITWIDTH+5)
54 Size = MAP_APPFONT ( 260 , 185 ) ;
58 Pos = MAP_APPFONT ( X1 , YLine1 ) ;
59 Size = MAP_APPFONT ( 248 , 8 ) ;
60 Text [ en-US ] = "Scale" ;
64 Pos = MAP_APPFONT ( X2 , Y1 ) ;
65 Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
66 Text [ en-US ] = "~Minimum:" ;
72 Pos = MAP_APPFONT ( X3 , Y1-2 ) ;
73 Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
78 Pos = MAP_APPFONT ( X4 , Y1-1 ) ;
79 Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
81 Text [ en-US ] = "~Automatic" ;
86 Pos = MAP_APPFONT ( X2 , Y2 ) ;
87 Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
88 Text [ en-US ] = "Ma~ximum:" ;
94 Pos = MAP_APPFONT ( X3 , Y2-2 ) ;
95 Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
100 Pos = MAP_APPFONT ( X4 , Y2-1 ) ;
101 Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
103 Text [ en-US ] = "A~utomatic" ;
105 FixedText TXT_STEP_MAIN
107 Pos = MAP_APPFONT ( X2 , Y3 ) ;
108 Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
109 Text [ en-US ] = "Ma~jor interval:" ;
111 SpinField EDT_STEP_MAIN
114 Pos = MAP_APPFONT ( X3 , Y3-2 ) ;
115 Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
118 CheckBox CBX_AUTO_STEP_MAIN
120 Pos = MAP_APPFONT ( X4 , Y3-1 ) ;
121 Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
123 Text [ en-US ] = "Au~tomatic" ;
125 FixedText TXT_STEP_HELP
127 Pos = MAP_APPFONT ( X2 , Y4 ) ;
128 Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
129 Text [ en-US ] = "Minor interval ~count:" ;
131 MetricField MT_STEPHELP
134 Pos = MAP_APPFONT ( X3 , Y4-2 ) ;
135 Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
141 StrictFormat = TRUE ;
142 Unit = FUNIT_CUSTOM ;
147 CheckBox CBX_AUTO_STEP_HELP
149 Pos = MAP_APPFONT ( X4 , Y4-1 ) ;
150 Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
152 Text [ en-US ] = "Aut~omatic" ;
157 Pos = MAP_APPFONT ( X2 , Y5 ) ;
158 Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
159 Text [ en-US ] = "Reference ~value:" ;
165 Pos = MAP_APPFONT ( X3 , Y5-2 ) ;
166 Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
169 CheckBox CBX_AUTO_ORIGIN
171 Pos = MAP_APPFONT ( X4 , Y5-1 ) ;
172 Size = MAP_APPFONT ( AUTOCHECKWIDTH , 10 ) ;
174 Text [ en-US ] = "Automat~ic" ;
177 CheckBox CBX_LOGARITHM
179 Pos = MAP_APPFONT ( X2 , Y6 ) ;
180 Size = MAP_APPFONT ( 244 , 10 ) ;
182 Text [ en-US ] = "~Logarithmic scale" ;
187 Pos = MAP_APPFONT ( X2 , Y7 ) ;
188 Size = MAP_APPFONT ( 244 , 10 ) ;
190 Text [ en-US ] = "~Reverse direction" ;