209 lines
5.7 KiB
Plaintext
209 lines
5.7 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: tp_Scale.src,v $
|
|
* $Revision: 1.10 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org 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 version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
#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 ] = "Axis scale" ;
|
|
};
|
|
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 ] = "Ma~jor 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 ] = "Minor inter~val:" ;
|
|
};
|
|
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 ] = "Axi~s 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 ( 244 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Logarithmic scale" ;
|
|
};
|
|
CheckBox CBX_REVERSE
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 112 ) ;
|
|
Size = MAP_APPFONT ( 244 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Reverse ~direction" ;
|
|
};
|
|
FixedLine FL_TICKS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 129 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text[ en-US ] = "Major interval marks";
|
|
};
|
|
CheckBox CBX_TICKS_INNER
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 140 ) ;
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "I~nner";
|
|
};
|
|
CheckBox CBX_TICKS_OUTER
|
|
{
|
|
Pos = MAP_APPFONT ( 103 , 140 ) ;
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "~Outer";
|
|
};
|
|
FixedLine FL_HELPTICKS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 155 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text[ en-US ] = "Minor interval marks";
|
|
};
|
|
CheckBox CBX_HELPTICKS_INNER
|
|
{
|
|
Pos = MAP_APPFONT ( 11 , 166 );
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "Inne~r";
|
|
};
|
|
CheckBox CBX_HELPTICKS_OUTER
|
|
{
|
|
Pos = MAP_APPFONT ( 103 , 166 ) ;
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
Text [ en-US ] = "Out~er";
|
|
};
|
|
};
|