Files
libreoffice/chart2/source/controller/dialogs/tp_SeriesToAxis.src
Vladimir Glazounov 89ad93eb15 INTEGRATION: CWS chart14 (1.6.48); FILE MERGED
2007/09/28 12:09:35 bm 1.6.48.4: #i26795# changed string due to spec
2007/09/27 10:00:24 bm 1.6.48.3: #i26795# add mnemonic for CB_BARS_SIDE_BY_SIDE
2007/09/26 09:15:00 bm 1.6.48.2: #i26795# adapt semantics in UI: ! group bars -> side by side
2007/08/31 14:17:34 bm 1.6.48.1: #i26795# implement feature: display bars on different axes side-by-side
2007-10-22 15:49:24 +00:00

139 lines
3.8 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tp_SeriesToAxis.src,v $
*
* $Revision: 1.7 $
*
* last change: $Author: vg $ $Date: 2007-10-22 16:49:24 $
*
* 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_OPTIONS
{
Hide = TRUE ;
// HelpID = HID_LAYOUT ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
FixedLine 1
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ en-US ] = "Align data series to";
};
RadioButton RBT_OPT_AXIS_1
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Primary Y axis";
};
RadioButton RBT_OPT_AXIS_2
{
Pos = MAP_APPFONT ( 12 , 28 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Secondary Y axis";
};
FixedLine GB_BAR
{
Pos = MAP_APPFONT ( 6 , 44 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ en-US ] = "Settings";
};
FixedText FT_OVERLAP
{
Pos = MAP_APPFONT ( 12 , 73 ) ;
Size = MAP_APPFONT ( 47 , 8 ) ;
Text [ en-US ] = "~Overlap";
};
MetricField MT_OVERLAP
{
Border = TRUE ;
Pos = MAP_APPFONT ( 63 , 71 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -100 ;
Maximum = 100 ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = " %" ;
First = 1 ;
Last = 100 ;
SpinSize = 1 ;
DecimalDigits = 0 ;
};
FixedText FT_GAP
{
Pos = MAP_APPFONT ( 12 , 57 ) ;
Size = MAP_APPFONT ( 47 , 8 ) ;
Text [ en-US ] = "~Spacing";
};
MetricField MT_GAP
{
Border = TRUE ;
Pos = MAP_APPFONT ( 63 , 55 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 600 ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = " %" ;
First = 1 ;
Last = 100 ;
SpinSize = 1 ;
DecimalDigits = 0 ;
};
CheckBox CB_CONNECTOR
{
Pos = MAP_APPFONT ( 12 , 90 ) ;
Size = MAP_APPFONT ( 200 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Connection Lines";
};
CheckBox CB_BARS_SIDE_BY_SIDE
{
Pos = MAP_APPFONT ( 12 , 90 ) ;
Size = MAP_APPFONT ( 200 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Show ~bars side by side";
};
};