Files
libreoffice/sd/source/ui/dlg/dlg_char.src

147 lines
3.4 KiB
Plaintext
Raw Normal View History

2000-09-18 16:07:07 +00:00
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
2000-09-18 16:07:07 +00:00
*
* $RCSfile: dlg_char.src,v $
2000-09-18 16:07:07 +00:00
*
* $Revision: 1.26 $
2000-09-18 16:07:07 +00:00
*
* last change: $Author: rt $ $Date: 2005-09-09 03:53:37 $
2000-09-18 16:07:07 +00:00
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2000-09-18 16:07:07 +00:00
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
2000-09-18 16:07:07 +00:00
*
* 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.
2000-09-18 16:07:07 +00:00
*
* 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.
2000-09-18 16:07:07 +00:00
*
* 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
2000-09-18 16:07:07 +00:00
*
************************************************************************/
#include <svx/dialogs.hrc>
#include "dlg_char.hrc"
TabDialog TAB_CHAR
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 289 , 176 ) ;
Text [ de ] = "Zeichen" ;
Text [ en-US ] = "Character" ;
2000-09-18 16:07:07 +00:00
Moveable = TRUE ;
// Closeable = TRUE; // Dieser Dialog enthaelt OK und/oder Cancel Button (KH)
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 260 , 135 ) ;
PageList =
{
PageItem
{
2000-11-27 07:15:56 +00:00
Identifier = RID_SVXPAGE_CHAR_NAME ;
Text [ de ] = "Schrift" ;
Text [ en-US ] = "Font" ;
2000-11-27 07:15:56 +00:00
PageResID = RID_SVXPAGE_CHAR_NAME ;
Text [ x-comment ] = " ";
2000-09-18 16:07:07 +00:00
};
PageItem
{
2000-11-27 07:15:56 +00:00
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
Text [ de ] = "Schrifteffekt" ;
Text [ en-US ] = "Font Effects" ;
2000-11-27 07:15:56 +00:00
PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
Text [ x-comment ] = " ";
2000-09-18 16:07:07 +00:00
};
2000-11-27 07:32:57 +00:00
PageItem
{
Identifier = RID_SVXPAGE_CHAR_POSITION ;
PageResID = RID_SVXPAGE_CHAR_POSITION ;
Text [ de ] = "Position" ;
Text [ en-US ] = "Position";
2000-11-27 07:32:57 +00:00
};
2000-09-18 16:07:07 +00:00
};
};
OKButton 1
{
Pos = MAP_APPFONT ( 6 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 60 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
Pos = MAP_APPFONT ( 114 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
PushButton 1
{
Pos = MAP_APPFONT ( 169 , 151 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Zur<75>ck : Zur<75>ck */
Text [ de ] = "Zur<75>ck" ;
Text [ en-US ] = "Return" ;
2000-09-18 16:07:07 +00:00
TabStop = TRUE ;
Text [ x-comment ] = " ";
2000-09-18 16:07:07 +00:00
};
Text [ x-comment ] = " ";
2000-09-18 16:07:07 +00:00
};
2001-06-08 21:50:03 +00:00
2001-07-13 20:29:52 +00:00
2001-08-07 14:32:00 +00:00
2001-08-21 20:03:17 +00:00
2001-08-24 09:26:53 +00:00
2001-09-25 19:30:46 +00:00
2001-10-11 19:20:52 +00:00
2001-11-16 22:17:55 +00:00