2000-09-18 11:07:07 -05:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2005-09-08 21:58:55 -05:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05:00
|
|
|
|
* $RCSfile: dlgpage.src,v $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05:00
|
|
|
|
* $Revision: 1.24 $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05:00
|
|
|
|
* last change: $Author: rt $ $Date: 2005-09-09 03:58:55 $
|
2000-09-18 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05: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 11:07:07 -05:00
|
|
|
|
*
|
|
|
|
|
*
|
2005-09-08 21:58:55 -05: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 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05: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 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05: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 11:07:07 -05:00
|
|
|
|
*
|
2005-09-08 21:58:55 -05: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 11:07:07 -05:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include <svx/dialogs.hrc>
|
|
|
|
|
#include "dlgpage.hrc"
|
|
|
|
|
TabDialog TAB_PAGE
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ de ] = "Seite einrichten" ;
|
|
|
|
|
Text [ en-US ] = "Page Setup" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
Closeable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_PAGE ;
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ de ] = "Seite" ;
|
|
|
|
|
Text [ en-US ] = "Page" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_PAGE ;
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = RID_SVXPAGE_AREA;
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ de ] = "Hintergrund";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
PageResID = RID_SVXPAGE_AREA;
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ en-US ] = "Background";
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05: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 */
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ de ] = "Zur<75>ck" ;
|
|
|
|
|
Text [ en-US ] = "Return" ;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
TabStop = TRUE ;
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
2004-06-26 11:59:30 -05:00
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 11:07:07 -05:00
|
|
|
|
};
|
2001-06-08 16:57:29 -05:00
|
|
|
|
|
2001-06-13 17:17:01 -05:00
|
|
|
|
|
2001-07-03 17:10:53 -05:00
|
|
|
|
|
2001-07-13 15:40:22 -05:00
|
|
|
|
|
2001-07-24 14:48:13 -05:00
|
|
|
|
|
2001-08-07 09:41:33 -05:00
|
|
|
|
|
2001-08-21 15:23:58 -05:00
|
|
|
|
|
2001-08-24 04:40:11 -05:00
|
|
|
|
|
2001-09-25 14:38:59 -05:00
|
|
|
|
|
2001-11-16 16:08:33 -06:00
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
2003-04-29 10:58:58 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 07:02:55 -05:00
|
|
|
|
|
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
2003-07-17 06:43:28 -05:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 11:09:52 -05:00
|
|
|
|
|
2003-12-17 12:40:07 -06:00
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
|
|
|