/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tp_Scale.src,v $ * * $Revision: 1.7 $ * * last change: $Author: vg $ $Date: 2007-05-22 17:48:45 $ * * 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 ] = "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 ( 236 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Logarithmic scale" ; }; 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 ] = "I~nner"; }; 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 ] = "Inne~r"; }; CheckBox CBX_HELPTICKS_OUTER { Pos = MAP_APPFONT ( 93 , 160 ) ; Size = MAP_APPFONT ( 78 , 10 ) ; Text [ en-US ] = "Out~er"; }; };