257 lines
6.4 KiB
Plaintext
257 lines
6.4 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: tp_Scale.src,v $
|
|
*
|
|
* $Revision: 1.6 $
|
|
*
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 16:04:14 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
************************************************************************/
|
|
#include "HelpIds.hrc"
|
|
#include "TabPages.hrc"
|
|
|
|
TabPage TP_SCALE_Y
|
|
{
|
|
Hide = TRUE ;
|
|
HelpID = HID_SCH_SCALE_Y ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
FixedLine FL_SCALE_Y
|
|
{
|
|
Pos = MAP_APPFONT ( 5 , 4 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ en-US ] = "Scale axes" ;
|
|
};
|
|
FixedText TXT_MIN
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 16 ) ;
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
Text [ en-US ] = "~Minimum:" ;
|
|
};
|
|
SpinField EDT_MIN
|
|
{
|
|
Border = TRUE ;
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 103 , 14 ) ;
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
CheckBox CBX_AUTO_MIN
|
|
{
|
|
Pos = MAP_APPFONT ( 159 , 15 ) ;
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Automatic" ;
|
|
};
|
|
|
|
FixedText TXT_MAX
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 32 ) ;
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
Text [ en-US ] = "Ma~ximum:" ;
|
|
};
|
|
SpinField EDT_MAX
|
|
{
|
|
Border = TRUE ;
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 103 , 30 ) ;
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
CheckBox CBX_AUTO_MAX
|
|
{
|
|
Pos = MAP_APPFONT ( 159 , 31 ) ;
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Automatic" ;
|
|
};
|
|
|
|
FixedText TXT_STEP_MAIN
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 48 ) ;
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
Text [ en-US ] = "Major ~interval:" ;
|
|
};
|
|
SpinField EDT_STEP_MAIN
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 103 , 46 ) ;
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
CheckBox CBX_AUTO_STEP_MAIN
|
|
{
|
|
Pos = MAP_APPFONT ( 159 , 47 ) ;
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Automatic" ;
|
|
};
|
|
|
|
FixedText TXT_STEP_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 64 ) ;
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
Text [ en-US ] = "Mi~nor interval:" ;
|
|
};
|
|
// SpinField EDT_STEP_HELP
|
|
// {
|
|
// Border = TRUE ;
|
|
// SVLook = TRUE ;
|
|
// Pos = MAP_APPFONT ( 103 , 62 ) ;
|
|
// Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
// TabStop = TRUE ;
|
|
// };
|
|
MetricField MT_STEPHELP
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 103 , 62 ) ;
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 1 ;
|
|
Maximum = 100 ;
|
|
StrictFormat = TRUE ;
|
|
Unit = FUNIT_CUSTOM ;
|
|
First = 1 ;
|
|
Last = 100 ;
|
|
SpinSize = 1 ;
|
|
};
|
|
CheckBox CBX_AUTO_STEP_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 159 , 63 ) ;
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Automatic" ;
|
|
};
|
|
|
|
FixedText TXT_ORIGIN
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 80 ) ;
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
Text [ en-US ] = "~Axis at:" ;
|
|
};
|
|
SpinField EDT_ORIGIN
|
|
{
|
|
Border = TRUE ;
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 103 , 78 ) ;
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
CheckBox CBX_AUTO_ORIGIN
|
|
{
|
|
Pos = MAP_APPFONT ( 159 , 79 ) ;
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Automatic" ;
|
|
};
|
|
|
|
CheckBox CBX_LOGARITHM
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 97 ) ;
|
|
Size = MAP_APPFONT ( 236 , 10 ) ;
|
|
Text [ en-US ] = "Logarithmic ~scale" ;
|
|
TabStop = TRUE ;
|
|
};
|
|
|
|
FixedLine FL_TICKS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 116 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text[ en-US ] = "Major interval marks";
|
|
};
|
|
|
|
CheckBox CBX_TICKS_INNER
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 127 ) ;
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "inn~er";
|
|
};
|
|
CheckBox CBX_TICKS_OUTER
|
|
{
|
|
Pos = MAP_APPFONT ( 93 , 127 ) ;
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "~outer";
|
|
};
|
|
|
|
FixedLine FL_HELPTICKS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 149 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text[ en-US ] = "Minor interval marks";
|
|
};
|
|
|
|
CheckBox CBX_HELPTICKS_INNER
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 160 );
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "i~nner";
|
|
};
|
|
CheckBox CBX_HELPTICKS_OUTER
|
|
{
|
|
Pos = MAP_APPFONT ( 93 , 160 ) ;
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "o~uter";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|