Files
libreoffice/chart2/source/controller/dialogs/tp_DataSource.src

180 lines
4.6 KiB
Plaintext
Raw Normal View History

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tp_DataSource.src,v $
*
* $Revision: 1.2 $
*
* last change: $Author: vg $ $Date: 2007-05-22 17:45:21 $
*
* 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 "tp_DataSource.hrc"
#include "HelpIds.hrc"
TabPage TP_DATA_SOURCE
{
Hide = TRUE;
Size = MAP_APPFONT ( 248, 140 );
SVLook = TRUE ;
// ----------------------------------------
FixedText FT_CAPTION_FOR_WIZARD
{
Pos = MAP_APPFONT ( 5 , 8 ) ;
Size = MAP_APPFONT ( 238 , 10 ) ;
Text [ en-US ] = "Customize data ranges for individual data series" ;
};
FixedText FT_SERIES
{
Pos = MAP_APPFONT ( 6 , 22 );
Size = MAP_APPFONT ( 72 , 8 );
Text [ en-US ] = "Data ~series";
};
Control LB_SERIES
{
HelpID = HID_SCH_SERIES_LIST ;
Border = TRUE;
TabStop = TRUE;
// DropDown = FALSE;
Pos = MAP_APPFONT ( 6 , 32 );
Size = MAP_APPFONT ( 72 , 69 );
};
FixedText FT_ROLE
{
Pos = MAP_APPFONT ( 82 , 22 );
Size = MAP_APPFONT ( 160 , 8 );
Text [ en-US ] = "~Data ranges";
};
Control LB_ROLE
{
HelpID = HID_SCH_DATA_RANGES_LIST ;
Border = TRUE;
TabStop = TRUE;
Pos = MAP_APPFONT ( 82 , 32 );
Size = MAP_APPFONT ( 160 , 43 );
};
// ----------------------------------------
FixedText FT_RANGE
{
Pos = MAP_APPFONT ( 82 , 79 );
Size = MAP_APPFONT ( 160 , 8 );
Text [ en-US ] = "Ran~ge for %VALUETYPE";
};
Edit EDT_RANGE
{
Border = TRUE;
TabStop = TRUE;
Pos = MAP_APPFONT ( 82 , 89 );
Size = MAP_APPFONT ( 144 , 12 );
};
ImageButton IMB_RANGE_MAIN
{
TabStop = TRUE;
Pos = MAP_APPFONT ( 228 , 88 );
Size = MAP_APPFONT ( 14 , 14 );
};
// ----------------------------------------
FixedText FT_CATEGORIES
{
Pos = MAP_APPFONT ( 82 , 107 );
Size = MAP_APPFONT ( 160 , 8 );
Text [ en-US ] = "~Categories";
};
FixedText FT_DATALABELS
{
Pos = MAP_APPFONT ( 82 , 107 );
Size = MAP_APPFONT ( 160 , 8 );
Text [ en-US ] = "Data ~labels" ;
};
Edit EDT_CATEGORIES
{
Border = TRUE;
TabStop = TRUE;
Pos = MAP_APPFONT ( 82 , 117 );
Size = MAP_APPFONT ( 144 , 12 );
};
ImageButton IMB_RANGE_CAT
{
TabStop = TRUE;
Pos = MAP_APPFONT ( 228 , 116 );
Size = MAP_APPFONT ( 14 , 14 );
};
// ----------------------------------------
PushButton BTN_ADD
{
TabStop = TRUE;
Disable = FALSE;
Pos = MAP_APPFONT ( 6 , 105 );
Size = MAP_APPFONT ( 54 , 14 );
Text [ en-US ] = "~Add";
};
PushButton BTN_REMOVE
{
TabStop = TRUE;
Disable = TRUE;
Pos = MAP_APPFONT ( 6 , 121 );
Size = MAP_APPFONT ( 54 , 14 );
Text [ en-US ] = "~Remove";
};
// Note: Text is only a black triangle symbol
PushButton BTN_UP
{
TabStop = TRUE;
Disable = TRUE;
Pos = MAP_APPFONT ( 64 , 105 );
Size = MAP_APPFONT ( 14 , 14 );
};
// Note: Text is only a black triangle symbol
PushButton BTN_DOWN
{
TabStop = TRUE;
Disable = TRUE;
Pos = MAP_APPFONT ( 64 , 121 );
Size = MAP_APPFONT ( 14 , 14 );
};
};