forked from amazingfate/loongoffice
2004/04/20 20:55:54 hjs 1.25.54.2: RESYNC: (1.25-1.26); FILE MERGED 2003/11/10 17:55:09 ihi 1.25.54.1: #111234# Merge during build
321 lines
8.3 KiB
Plaintext
321 lines
8.3 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: new.src,v $
|
|
*
|
|
* $Revision: 1.27 $
|
|
*
|
|
* last change: $Author: hjs $ $Date: 2004-06-26 17:48:03 $
|
|
*
|
|
* 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 "doc.hrc"
|
|
#include "new.hrc"
|
|
// pragma ----------------------------------------------------------------
|
|
|
|
// DLG_NEW_FILE ----------------------------------------------------------
|
|
ModalDialog DLG_NEW_FILE
|
|
{
|
|
HelpId = SID_NEWDOC ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 336 , 96 ) ;
|
|
Text [ de ] = "Neu" ;
|
|
Text [ en-US ] = "New" ;
|
|
Moveable = TRUE ;
|
|
OKButton BT_OK
|
|
{
|
|
Pos = MAP_APPFONT ( 274 , 6 ) ;
|
|
Size = MAP_APPFONT ( 56 , 14 ) ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton BT_CANCEL
|
|
{
|
|
Pos = MAP_APPFONT ( 274 , 23 ) ;
|
|
Size = MAP_APPFONT ( 56 , 14 ) ;
|
|
};
|
|
HelpButton BT_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 274 , 43 ) ;
|
|
Size = MAP_APPFONT ( 56 , 14 ) ;
|
|
};
|
|
ListBox LB_REGION
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 18 ) ;
|
|
Size = MAP_APPFONT ( 127 , 72 ) ;
|
|
CurPos = 0 ;
|
|
};
|
|
FixedText FT_REGION
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 97 , 10 ) ;
|
|
Text [ de ] = "~Bereiche" ;
|
|
Text [ en-US ] = "~Categories" ;
|
|
Left = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
FixedText FT_TEMPLATE
|
|
{
|
|
Pos = MAP_APPFONT ( 139 , 6 ) ;
|
|
Size = MAP_APPFONT ( 97 , 10 ) ;
|
|
Text [ de ] = "~Vorlagen" ;
|
|
Text [ en-US ] = "T~emplates" ;
|
|
Left = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
ListBox LB_TEMPLATE
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 139 , 18 ) ;
|
|
Size = MAP_APPFONT ( 127 , 72 ) ;
|
|
CurPos = 0 ;
|
|
};
|
|
MoreButton BT_MORE
|
|
{
|
|
Pos = MAP_APPFONT ( 274 , 70 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Zus�tze" ;
|
|
Text [ en-US ] = "~More" ;
|
|
Delta = 148 ;
|
|
MapUnit = MAP_APPFONT ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
Window WIN_PREVIEW
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 110 ) ;
|
|
Size = MAP_APPFONT ( 127 , 129 ) ;
|
|
Hide = TRUE ;
|
|
SVLook = FALSE ;
|
|
};
|
|
CheckBox BTN_PREVIEW
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 96 ) ;
|
|
Size = MAP_APPFONT ( 97 , 10 ) ;
|
|
Text [ de ] = "Vor~schau" ;
|
|
Text [ en-US ] = "Pre~view" ;
|
|
Hide = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
FixedLine GB_DOCINFO
|
|
{
|
|
Pos = MAP_APPFONT ( 139 , 97 ) ;
|
|
Size = MAP_APPFONT ( 186 , 8 ) ;
|
|
Text [ de ] = "Beschreibung" ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Description" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
CheckBox CB_TEXT_STYLE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 94 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
Hide = TRUE;
|
|
Text [ de ] = "Te~xt" ;
|
|
Text [ en-US ] = "Te~xt" ;
|
|
};
|
|
CheckBox CB_FRAME_STYLE
|
|
{
|
|
Pos = MAP_APPFONT ( 60 , 94 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
Hide = TRUE;
|
|
Text [ de ] = "~Rahmen" ;
|
|
Text [ en-US ] = "~Frame" ;
|
|
};
|
|
CheckBox CB_PAGE_STYLE
|
|
{
|
|
Pos = MAP_APPFONT ( 114 , 94 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
Hide = TRUE;
|
|
Text [ de ] = "~Seiten" ;
|
|
Text [ en-US ] = "~Pages" ;
|
|
};
|
|
CheckBox CB_NUM_STYLE
|
|
{
|
|
Pos = MAP_APPFONT ( 168 , 94 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
Hide = TRUE;
|
|
Text [ de ] = "N~ummerierung" ;
|
|
Text [ en-US ] = "N~umbering" ;
|
|
};
|
|
CheckBox CB_MERGE_STYLE
|
|
{
|
|
Pos = MAP_APPFONT ( 222 , 94 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
Hide = TRUE;
|
|
Text [ de ] = "�b~erschreiben" ;
|
|
Text [ en-US ] = "~Overwrite" ;
|
|
};
|
|
PushButton PB_LOAD_FILE
|
|
{
|
|
Pos = MAP_APPFONT ( 274 , 92 ) ;
|
|
Size = MAP_APPFONT ( 56 , 14 ) ;
|
|
Hide = TRUE;
|
|
Text [ de ] = "Aus Datei..." ;
|
|
Text [ en-US ] = "From File...";
|
|
};
|
|
String STR_LOAD_TEMPLATE
|
|
{
|
|
Text [ de ] = "Vorlagen laden" ;
|
|
Text [ en-US ] = "Load Styles" ;
|
|
};
|
|
FixedText FT_TITLE
|
|
{
|
|
Pos = MAP_APPFONT ( 145 , 108 ) ;
|
|
Size = MAP_APPFONT ( 175 , 10 ) ;
|
|
Text [ de ] = "~Titel" ;
|
|
Text [ en-US ] = "~Title" ;
|
|
Hide = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
Edit ED_TITLE
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 145 , 121 ) ;
|
|
Size = MAP_APPFONT ( 175 , 12 ) ;
|
|
ReadOnly = TRUE ;
|
|
Hide = TRUE ;
|
|
};
|
|
FixedText FT_THEMA
|
|
{
|
|
Pos = MAP_APPFONT ( 145 , 135 ) ;
|
|
Size = MAP_APPFONT ( 175 , 10 ) ;
|
|
Text [ de ] = "The~ma" ;
|
|
Text [ en-US ] = "Subject" ;
|
|
Hide = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
Edit ED_THEMA
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 145 , 148 ) ;
|
|
Size = MAP_APPFONT ( 175 , 12 ) ;
|
|
ReadOnly = TRUE ;
|
|
Hide = TRUE ;
|
|
};
|
|
FixedText FT_KEYWORDS
|
|
{
|
|
Pos = MAP_APPFONT ( 145 , 162 ) ;
|
|
Size = MAP_APPFONT ( 175 , 10 ) ;
|
|
Text [ de ] = "S~chl�sselworte" ;
|
|
Text [ en-US ] = "~Key words" ;
|
|
Hide = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
Edit ED_KEYWORDS
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 145 , 175 ) ;
|
|
Size = MAP_APPFONT ( 175 , 12 ) ;
|
|
ReadOnly = TRUE ;
|
|
Hide = TRUE ;
|
|
};
|
|
FixedText FT_DESC
|
|
{
|
|
Pos = MAP_APPFONT ( 145 , 189 ) ;
|
|
Size = MAP_APPFONT ( 175 , 10 ) ;
|
|
Text [ de ] = "B~eschreibung" ;
|
|
Text [ en-US ] = "~Description" ;
|
|
Hide = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MultiLineEdit ED_DESC
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 144 , 202 ) ;
|
|
Size = MAP_APPFONT ( 175 , 32 ) ;
|
|
IgnoreTab = TRUE ;
|
|
ReadOnly = TRUE ;
|
|
Hide = TRUE ;
|
|
};
|
|
ExtraData =
|
|
{
|
|
103;
|
|
44;
|
|
};
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|