Files
libreoffice/chart2/source/controller/dialogs/tp_DataSource.src
Vladimir Glazounov d87e78eec9 INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2007/04/23 12:32:34 ihi 1.1.2.16: #i72301# German removed
2007/02/22 15:03:59 bm 1.1.2.15: some case-mismatch fixes to correspond to spec
2007/02/09 12:31:18 bm 1.1.2.14: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection
2006/12/05 23:44:51 iha 1.1.2.13: #i71675# enable set data label range for xy charts
2006/11/01 15:36:56 iha 1.1.2.12: cleanup resources + changed variable names according to style guide
2006/06/28 09:51:56 dr 1.1.2.11: german umlauts in UTF-8
2005/12/06 18:54:55 iha 1.1.2.10: #i58020# added HelpIds HID_SCH_SERIES_LIST and HID_SCH_DATA_RANGES_LIST
2005/10/11 09:20:16 bm 1.1.2.9: license header change
2005/04/15 14:48:09 bm 1.1.2.8: data source and range choose dialog rework
2004/08/10 12:16:17 bm 1.1.2.7: resource changes (removal of translations and change to de, en-US and x-comment
2004/06/29 15:43:54 bm 1.1.2.6: internal strings converted to ressource strings
2004/06/17 10:03:25 bm 1.1.2.5: data source dialog is a tab dialog now using
the same tabpages as the wizard
2004/06/09 18:43:47 iha 1.1.2.4: minor resource changes
2004/06/08 22:16:44 iha 1.1.2.3: changed positions
2004/05/26 13:18:40 bm 1.1.2.2: dialog behaviour improvements
2004/05/24 17:37:39 bm 1.1.2.1: Flexible Source Range Dialog became a tab page now
2007-05-22 16:45:21 +00:00

180 lines
4.6 KiB
Plaintext

/*************************************************************************
*
* 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 );
};
};