1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include <sfx2/sfx.hrc> 29#include <macrodlg.hrc> 30#include <basidesh.hrc> 31#include <helpid.hrc> 32ModalDialog RID_MACROCHOOSER 33{ 34 HelpId = "basctl:ModalDialog:RID_MACROCHOOSER" ; 35 OutputSize = TRUE ; 36 SVLook = TRUE ; 37 Size = MAP_APPFONT ( 287 , 165 ) ; 38 Text [ en-US ] = "%PRODUCTNAME Basic Macros" ; 39 Moveable = TRUE ; 40 // Closeable = TRUE; 41 42 FixedText RID_TXT_MACROSIN 43 { 44 Pos = MAP_APPFONT ( 122 , 30 ) ; 45 Size = MAP_APPFONT ( 100 , 10 ) ; 46 Text [ en-US ] = "Existing macros ~in:"; 47 }; 48 Control RID_CTRL_MACRO 49 { 50 HelpID = HID_BASICIDE_MACROS ; 51 Border = TRUE ; 52 Pos = MAP_APPFONT ( 122 , 41 ) ; 53 Size = MAP_APPFONT ( 100 , 117 ) ; 54 // Size = MAP_APPFONT ( 100 , 117 ) ; 55 TabStop = TRUE ; 56 }; 57 Control RID_CTRL_LIB 58 { 59 HelpID = HID_BASICIDE_LIBS ; 60 Border = TRUE ; 61 Pos = MAP_APPFONT ( 6 , 41 ) ; 62 Size = MAP_APPFONT ( 110 , 117 ) ; 63 TabStop = TRUE ; 64 }; 65 FixedText RID_TXT_MACRONAME 66 { 67 Pos = MAP_APPFONT ( 6 , 3 ) ; 68 Size = MAP_APPFONT ( 100 , 10 ) ; 69 Text [ en-US ] = "~Macro name" ; 70 }; 71 Edit RID_ED_MACRONAME 72 { 73 HelpID = "basctl:Edit:RID_MACROCHOOSER:RID_ED_MACRONAME"; 74 Border = TRUE ; 75 SVLook = TRUE ; 76 Pos = MAP_APPFONT ( 6 , 14 ) ; 77 Size = MAP_APPFONT ( 110 , 12 ) ; 78 TabStop = TRUE ; 79 }; 80 FixedText RID_TXT_MACROFROM 81 { 82 Pos = MAP_APPFONT ( 6 , 30 ) ; 83 Size = MAP_APPFONT ( 100 , 10 ) ; 84 Text [ en-US ] = "Macro ~from" ; 85 }; 86 FixedText RID_TXT_SAVEMACRO 87 { 88 Pos = MAP_APPFONT ( 6 , 30 ) ; 89 Size = MAP_APPFONT ( 100 , 10 ) ; 90 Text [ en-US ] = "Save m~acro in"; 91 }; 92 93 FixedText RID_TXT_DESCRIPTION 94 { 95 Pos = MAP_APPFONT ( 6 , 117 ) ; 96 Size = MAP_APPFONT ( 100 , 10 ) ; 97 Text [ en-US ] = "De~scription" ; 98 }; 99 PushButton RID_PB_RUN 100 { 101 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_RUN"; 102 Pos = MAP_APPFONT ( 231 , 6 ) ; 103 Size = MAP_APPFONT ( 50 , 14 ) ; 104 DefButton = TRUE; 105 /* ### ACHTUNG: Neuer Text in Resource? Aus~f�hren : Aus~f�hren */ 106 Text [ en-US ] = "R~un" ; 107 TabStop = TRUE ; 108 }; 109 CancelButton RID_PB_CLOSE 110 { 111 Pos = MAP_APPFONT ( 231 , 23 ) ; 112 Size = MAP_APPFONT ( 50 , 14 ) ; 113 TabStop = TRUE ; 114 Text [ en-US ] = "Close"; 115 }; 116 117 PushButton RID_PB_ASSIGN 118 { 119 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_ASSIGN"; 120 Pos = MAP_APPFONT ( 231 , 60 ) ; 121 Size = MAP_APPFONT ( 50 , 14 ) ; 122 Text [ en-US ] = "~Assign..." ; 123 TabStop = TRUE ; 124 }; 125 PushButton RID_PB_EDIT 126 { 127 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_EDIT"; 128 Size = MAP_APPFONT ( 50 , 14 ) ; 129 Pos = MAP_APPFONT ( 231 , 77 ) ; 130 Text [ en-US ] = "~Edit" ; 131 TabStop = TRUE ; 132 }; 133 PushButton RID_PB_NEWLIB 134 { 135 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_NEWLIB"; 136 Pos = MAP_APPFONT ( 231 , 60 ) ; 137 Size = MAP_APPFONT ( 50 , 14 ) ; 138 Text [ en-US ] = "New ~Library"; 139 }; 140 PushButton RID_PB_NEWMOD 141 { 142 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_NEWMOD"; 143 Size = MAP_APPFONT ( 50 , 14 ) ; 144 Pos = MAP_APPFONT ( 231 , 77 ) ; 145 Text [ en-US ] = "New M~odule"; 146 }; 147 PushButton RID_PB_DEL 148 { 149 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_DEL"; 150 Pos = MAP_APPFONT ( 231 , 94 ) ; 151 Size = MAP_APPFONT ( 50 , 14 ) ; 152 /* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */ 153 Text [ en-US ] = "~Delete" ; 154 TabStop = TRUE ; 155 }; 156 PushButton RID_PB_ORG 157 { 158 HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_ORG"; 159 Pos = MAP_APPFONT ( 231 , 114 ) ; 160 Size = MAP_APPFONT ( 50 , 14 ) ; 161 Text [ en-US ] = "~Organizer..." ; 162 }; 163 HelpButton RID_PB_HELP 164 { 165 Pos = MAP_APPFONT ( 231 , 131 ) ; 166 Size = MAP_APPFONT ( 50 , 14 ) ; 167 TabStop = TRUE ; 168 }; 169 MultiLineEdit RID_ML_DESCRIPTION 170 { 171 HelpID = "basctl:MultiLineEdit:RID_MACROCHOOSER:RID_ML_DESCRIPTION"; 172 Border = TRUE ; 173 Pos = MAP_APPFONT ( 6 , 131 ) ; 174 Size = MAP_APPFONT ( 216 , 28 ) ; 175 TabStop = TRUE ; 176 VScroll = TRUE ; 177 IgnoreTab = TRUE ; 178 }; 179}; 180String RID_STR_STDMACRONAME 181{ 182 Text [ en-US ] = "Macro" ; 183}; 184String RID_STR_BTNDEL 185{ 186 /* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */ 187 Text [ en-US ] = "~Delete" ; 188}; 189String RID_STR_BTNNEW 190{ 191 Text [ en-US ] = "~New" ; 192}; 193String RID_STR_CLOSE 194{ 195 /* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */ 196 Text [ en-US ] = "Close" ; 197}; 198String RID_STR_CHOOSE 199{ 200 /* ### ACHTUNG: Neuer Text in Resource? Ausw�hlen : Ausw�hlen */ 201 Text [ en-US ] = "Choose" ; 202}; 203String RID_STR_RUN 204{ 205 /* ### ACHTUNG: Neuer Text in Resource? Ausf�hren : Ausf�hren */ 206 Text [ en-US ] = "Run" ; 207}; 208 209String RID_STR_RECORD 210{ 211 Text [ en-US ] = "~Save" ; 212}; 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241