/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macrodlg.src,v $ * * $Revision: 1.57 $ * * last change: $Author: hr $ $Date: 2005-09-23 13:20:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ #include #include #include #include ModalDialog RID_MACROCHOOSER { // HelpId = SID_BASICCHOOSER ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 287 , 165 ) ; Text[ de ] = "%PRODUCTNAME Basic Makros" ; Text [ en-US ] = "%PRODUCTNAME Basic Macros" ; Moveable = TRUE ; // Closeable = TRUE; FixedText RID_TXT_MACROSIN { Pos = MAP_APPFONT ( 122 , 30 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Vorhandene Makros ~in:" ; Text [ en-US ] = "Existing macros ~in:"; }; Control RID_CTRL_MACRO { HelpID = HID_BASICIDE_MACROS ; Border = TRUE ; Pos = MAP_APPFONT ( 122 , 41 ) ; Size = MAP_APPFONT ( 100 , 117 ) ; // Size = MAP_APPFONT ( 100 , 117 ) ; TabStop = TRUE ; }; Control RID_CTRL_LIB { HelpID = HID_BASICIDE_LIBS ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 41 ) ; Size = MAP_APPFONT ( 110 , 117 ) ; TabStop = TRUE ; }; FixedText RID_TXT_MACRONAME { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "~Makroname" ; Text [ en-US ] = "~Macro name" ; }; Edit RID_ED_MACRONAME { Border = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 6 , 14 ) ; Size = MAP_APPFONT ( 110 , 12 ) ; TabStop = TRUE ; }; FixedText RID_TXT_MACROFROM { Pos = MAP_APPFONT ( 6 , 30 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Makro a~us" ; Text [ en-US ] = "Macro ~from" ; }; FixedText RID_TXT_SAVEMACRO { Pos = MAP_APPFONT ( 6 , 30 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "M~akro speichern in" ; Text [ en-US ] = "Save m~acro in"; }; FixedText RID_TXT_DESCRIPTION { Pos = MAP_APPFONT ( 6 , 117 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Be~schreibung" ; Text [ en-US ] = "De~scription" ; }; PushButton RID_PB_RUN { Pos = MAP_APPFONT ( 231 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; DefButton = TRUE; /* ### ACHTUNG: Neuer Text in Resource? Aus~führen : Aus~f³hren */ Text [ de ] = "Aus~führen" ; Text [ en-US ] = "R~un" ; TabStop = TRUE ; }; CancelButton RID_PB_CLOSE { Pos = MAP_APPFONT ( 231 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ de ] = "Schließen" ; Text [ en-US ] = "Close"; }; PushButton RID_PB_ASSIGN { Pos = MAP_APPFONT ( 231 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Zuordnen..." ; Text [ en-US ] = "~Assign..." ; TabStop = TRUE ; }; PushButton RID_PB_EDIT { Size = MAP_APPFONT ( 50 , 14 ) ; Pos = MAP_APPFONT ( 231 , 77 ) ; Text [ de ] = "~Bearbeiten" ; Text [ en-US ] = "~Edit" ; TabStop = TRUE ; }; PushButton RID_PB_NEWLIB { Pos = MAP_APPFONT ( 231 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "Neue ~Bibliothek" ; Text [ en-US ] = "New ~Library"; }; PushButton RID_PB_NEWMOD { Size = MAP_APPFONT ( 50 , 14 ) ; Pos = MAP_APPFONT ( 231 , 77 ) ; Text [ de ] = "Neues M~odul" ; Text [ en-US ] = "New M~odule"; }; PushButton RID_PB_DEL { Pos = MAP_APPFONT ( 231 , 94 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; /* ### ACHTUNG: Neuer Text in Resource? ~Löschen... : ~L÷schen... */ Text [ de ] = "~Löschen" ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; PushButton RID_PB_ORG { Pos = MAP_APPFONT ( 231 , 114 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Verwalten..." ; Text [ en-US ] = "~Organizer..." ; }; HelpButton RID_PB_HELP { Pos = MAP_APPFONT ( 231 , 131 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; MultiLineEdit RID_ML_DESCRIPTION { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 131 ) ; Size = MAP_APPFONT ( 216 , 28 ) ; TabStop = TRUE ; VScroll = TRUE ; IgnoreTab = TRUE ; }; }; String RID_STR_STDMACRONAME { Text [ de ] = "Makro" ; Text [ en-US ] = "Macro" ; }; String RID_STR_BTNDEL { /* ### ACHTUNG: Neuer Text in Resource? ~Löschen... : ~L÷schen... */ Text [ de ] = "~Löschen" ; Text [ en-US ] = "~Delete" ; }; String RID_STR_BTNNEW { Text [ de ] = "~Neu" ; Text [ en-US ] = "~New" ; }; String RID_STR_CLOSE { /* ### ACHTUNG: Neuer Text in Resource? Schließen : Schlie˜en */ Text [ de ] = "Schließen" ; Text [ en-US ] = "Close" ; }; String RID_STR_CHOOSE { /* ### ACHTUNG: Neuer Text in Resource? Auswählen : Auswõhlen */ Text [ de ] = "Auswählen" ; Text [ en-US ] = "Choose" ; }; String RID_STR_RUN { /* ### ACHTUNG: Neuer Text in Resource? Ausführen : Ausf³hren */ Text [ de ] = "Ausführen" ; Text [ en-US ] = "Run" ; }; String RID_STR_RECORD { Text [ de ] = "~Speichern" ; Text [ en-US ] = "~Save" ; };