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