Files
libreoffice/sw/source/ui/table/rowht.src
Jens-Heiner Rechtien e9e55efc2f INTEGRATION: CWS encup (1.22.530); FILE MERGED
2005/04/29 15:56:52 ihi 1.22.530.1: #i40603# German strings now UTF8 encoded
2005-09-23 12:13:11 +00:00

133 lines
3.1 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: rowht.src,v $
*
* $Revision: 1.24 $
*
* last change: $Author: hr $ $Date: 2005-09-23 13:13:11 $
*
* 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 "table.hrc"
#include "rowht.hrc"
#include "cmdid.h"
#include "helpid.h"
ModalDialog DLG_ROW_HEIGHT
{
HelpID = FN_TABLE_SET_ROW_HEIGHT ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 157 , 60 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Zeilenhöhe : Zellenhöhe */
Text [ de ] = "Zeilenhöhe" ;
Text [ en-US ] = "Row Height" ;
Moveable = TRUE ;
OKButton BT_OK
{
Pos = MAP_APPFONT ( 101 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
Pos = MAP_APPFONT ( 101 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
Pos = MAP_APPFONT ( 101 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
MetricField ED_HEIGHT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 38 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 5 ;
Maximum = 990 ;
DecimalDigits = 1 ;
Value = 10 ;
Unit = FUNIT_CM ;
First = 100 ;
Last = 9999 ;
};
CheckBox CB_AUTOHEIGHT
{
Pos = MAP_APPFONT ( 12 , 34 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
/* ### ACHTUNG: Neuer Text in Resource? ~dynamisch anpassen : auto. H~öhe */
Text [ de ] = "~dynamisch anpassen" ;
TabStop = TRUE ;
Text [ en-US ] = "~Fit to size" ;
};
FixedLine FL_HEIGHT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 89 , 8 ) ;
Text [ de ] = "Höhe" ;
Text [ en-US ] = "Height" ;
};
};