office-gobmx/dbaccess/source/ui/dlg/dlgsize.src
Ivo Hinkelmann a10ae6ded6 INTEGRATION: CWS mergede01 (1.30.242); FILE MERGED
2007/03/20 14:45:25 ihi 1.30.242.1: #i72301# Remove German
2007-04-19 14:01:27 +00:00

197 lines
4.5 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dlgsize.src,v $
*
* $Revision: 1.31 $
*
* last change: $Author: ihi $ $Date: 2007-04-19 15:01:27 $
*
* 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
*
************************************************************************/
//---------------------------------------------------------------------------
//
// (c) Copyright 1996 - 2000 by Star Division GmbH, Hamburg, Germany
//
// Ersterstellung:
// JN
//
// Letzte Aenderung:
// $Author: ihi $ $Date: 2007-04-19 15:01:27 $ $Revision: 1.31 $
//
//---------------------------------------------------------------------------
#ifndef DBAUI_DLGSIZE_HRC
#include "dlgsize.hrc"
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
#endif
ModalDialog DLG_ROWHEIGHT
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpId = HID_DLG_ROWHEIGHT ;
Size = MAP_APPFONT ( 159 , 59 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
FixedText FT_VALUE
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 23 , 10 ) ;
Text [ en-US ] = "~Height" ;
};
MetricField MF_VALUE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 36 , 6 ) ;
Size = MAP_APPFONT ( 63 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Minimum = 10 ;
Maximum = 1600 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
Repeat = TRUE ;
};
CheckBox CB_STANDARD
{
Pos = MAP_APPFONT ( 36 , 25 ) ;
Size = MAP_APPFONT ( 62 , 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Automatic";
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 105 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 105 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 105 , 42 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Row Height" ;
};
ModalDialog DLG_COLWIDTH
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpId = HID_DLG_COLWIDTH ;
Size = MAP_APPFONT ( 159 , 59 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
FixedText FT_VALUE
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 23 , 10 ) ;
Text [ en-US ] = "~Width" ;
};
MetricField MF_VALUE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 36 , 6 ) ;
Size = MAP_APPFONT ( 63 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Minimum = 10 ;
Maximum = 20000 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
Repeat = TRUE ;
};
CheckBox CB_STANDARD
{
Pos = MAP_APPFONT ( 36 , 25 ) ;
Size = MAP_APPFONT ( 62 , 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Automatic";
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 105 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 105 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 105 , 42 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Column Width" ;
};