Files
loongoffice/sfx2/source/dialog/mgetempl.src
Hans-Joachim Lankenau b165954621 INTEGRATION: CWS mergebuild (1.27.54); FILE MERGED
2004/04/20 20:51:22 hjs 1.27.54.2: RESYNC: (1.27-1.28); FILE MERGED
2003/11/10 17:55:00 ihi 1.27.54.1: #111234# Merge during build
2004-06-26 16:45:22 +00:00

199 lines
5.5 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: mgetempl.src,v $
*
* $Revision: 1.29 $
*
* last change: $Author: hjs $ $Date: 2004-06-26 17:45:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 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
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
// include ---------------------------------------------------------------
#include "sfx.hrc"
#include "helpid.hrc"
#include "mgetempl.hrc"
// pragma ----------------------------------------------------------------
// TP_MANAGE_STYLES ------------------------------------------------------
TabPage TP_MANAGE_STYLES
{
HelpId = HID_MANAGE_STYLES ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
FixedText FT_NAME
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
Text [ de ] = "~Name" ;
Text [ en-US ] = "~Name" ;
Text [ x-comment ] = " ";
};
Edit ED_NAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 6 ) ;
Size = MAP_APPFONT ( 184 , 12 ) ;
};
CheckBox CB_AUTO
{
Pos = MAP_APPFONT ( 164 , 8 ) ;
Size = MAP_APPFONT ( 90 , 10 ) ;
Hide = TRUE ;
Text [ de ] = "~Autom. aktualisieren" ;
Text [ en-US ] = "~AutoUpdate" ;
Text [ x-comment ] = " ";
};
FixedText FT_NEXT
{
Pos = MAP_APPFONT ( 6 , 26 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
Text [ de ] = "~Folgevorlage" ;
Text [ en-US ] = "Ne~xt Style" ;
Text [ x-comment ] = "; \"Vorlagen\" Styles are always capitalized no matter where they show up. EM15.5.00";
};
ListBox LB_NEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 24 ) ;
Size = MAP_APPFONT ( 184 , 65 ) ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_BASE
{
Pos = MAP_APPFONT ( 6 , 44 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
/* ### ACHTUNG: Neuer Text in Resource? ~Verkn�pft mit : ~Verkn�pft mit */
/* ### ACHTUNG: Neuer Text in Resource? ~Verkn�pft mit : ~Verkn�pft mit */
Text [ de ] = "~Verkn�pft mit" ;
Text [ en-US ] = "Linked with" ;
Text [ x-comment ] = " ";
};
ListBox LB_BASE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 42 ) ;
Size = MAP_APPFONT ( 184 , 65 ) ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_REGION
{
Pos = MAP_APPFONT ( 6 , 62 ) ;
Size = MAP_APPFONT ( 61 , 10 ) ;
Text [ de ] = "~Bereich" ;
Text [ en-US ] = "~Category" ;
Text [ x-comment ] = " ";
};
ListBox LB_REGION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 70 , 60 ) ;
Size = MAP_APPFONT ( 184 , 64 ) ;
DropDown = TRUE ;
};
FixedText FT_DESC
{
Pos = MAP_APPFONT ( 12 , 88 ) ;
Size = MAP_APPFONT ( 236 , 85 ) ;
WordBreak = TRUE ;
Hide = TRUE ;
};
MultiLineEdit ED_DESC
{
Pos = MAP_APPFONT ( 12 , 88 ) ;
Size = MAP_APPFONT ( 236 , 85 ) ;
ReadOnly = TRUE ;
IgnoreTab = TRUE;
};
FixedLine GB_DESC
{
Pos = MAP_APPFONT ( 6 , 77 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Enth�lt" ;
Text [ en-US ] = "Contains" ;
Text [ x-comment ] = " ";
};
};
// ********************************************************************** EOF