/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: abstract.src,v $ * $Revision: 1.30 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include "dialog.hrc" #include "helpid.h" #include "abstract.hrc" ModalDialog DLG_INSERT_ABSTRACT { HelpID = HID_INSERT_ABSTRACT ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 239 , 68 ) ; /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ Moveable = TRUE ; FixedLine FL_1 { OutputSize = TRUE ; Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 174 , 8 ) ; Text [ en-US ] = "Properties" ; }; FixedText FT_LEVEL { Pos = MAP_APPFONT ( 12 , 12 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; Text [ en-US ] = "Included outline levels" ; }; NumericField NF_LEVEL { Border = TRUE ; Pos = MAP_APPFONT ( 153 , 12 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 5 ; Value = 3 ; First = 1 ; Last = 5 ; }; FixedText FT_PARA { Pos = MAP_APPFONT ( 12 , 27 ) ; Size = MAP_APPFONT ( 120 , 8 ) ; /* ### ACHTUNG: Neuer Text in Resource? Absätze je Kapitel : Absõtze je Kapitel */ Text [ en-US ] = "Subpoints per level" ; }; NumericField NF_PARA { Border = TRUE ; Pos = MAP_APPFONT ( 153 , 27 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 5 ; Value = 1 ; First = 1 ; Last = 5 ; }; FixedText FT_DESC { Pos = MAP_APPFONT ( 12 , 43 ) ; Size = MAP_APPFONT ( 165 , 16 ) ; /* ### ACHTUNG: Neuer Text in Resource? Im Abstrakt erscheint die ausgewählte Anzahl von Absätzen aus den einbezogenen Kapitelebenen. : Im Abstrakt erscheint die ausgewõhlte Anzahl von Absõtzen aus den einbezogenen Kapitelebenen. */ WordBreak = TRUE ; Text [ en-US ] = "The abstract contains the selected number of paragraphs from the included outline levels." ; }; OKButton PB_OK { Pos = MAP_APPFONT ( 186 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 186 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 186 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Create AutoAbstract" ; };