update dev300-m58
[ooovba.git] / svx / source / cui / macropg.src
blob7361c5c3b121877fb0d42f64a2f8d63e19b2e638
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: macropg.src,v $
10  * $Revision: 1.13 $
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 "macropg.hrc"
33 #include <svx/dialogs.hrc>
34 #include "helpid.hrc"
36 #define MASKCOLOR  MaskColor = \
37     Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
39 TabPage RID_SVXPAGE_MACROASSIGN
41      // HelpID = HID_MACROASSIGN ;
42     Hide = TRUE ;
43     OutputSize = TRUE ;
44     SVLook = TRUE ;
45     Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ;
46     Text [ en-US ] = "Assign action" ;
47     String STR_EVENT
48     {
49         Text [ en-US ] = "Event" ;
50     };
51     String STR_ASSMACRO
52     {
53         Text [ en-US ] = "Assigned Action" ;
54     };
55     Control LB_EVENT
56     {
57         Border = TRUE ;
58         TabStop = TRUE;
59         Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
60         Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
61         HelpID = HID_SVX_MACRO_LB_EVENT ;
62     };
63     FixedText FT_ASSIGN
64     {
65         Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
66         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
67         Text [ en-US ] = "Assign:" ;
68     };  
69     PushButton PB_ASSIGN
70     {
71         Pos = MAP_APPFONT ( COL4 , ROW0A  ) ;
72         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
73         Text [ en-US ] = "M~acro..." ;
74         Disable = TRUE ;
75         TabStop = TRUE ;
76     };
77     PushButton PB_ASSIGN_COMPONENT
78     {
79         Pos = MAP_APPFONT ( COL4 , ROW2  ) ;
80         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
81         Disable = TRUE ;
82         TabStop = TRUE ;
83         Text [ en-US ] = "Com~ponent..." ;
84     };
85     PushButton PB_DELETE
86     {
87         Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE  ) ;
88         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
89         Text [ en-US ] = "~Remove" ;
90         Disable = TRUE ;
91         TabStop = TRUE ;
92     };
93     Image IMG_MACRO
94     {
95         ImageBitmap = Bitmap { File = "id018.png"; };
96         MASKCOLOR
97     };  
98     Image IMG_COMPONENT
99     {
100         ImageBitmap = Bitmap { File = "component_16.png"; };
101         MASKCOLOR
102     };  
103     Image IMG_MACRO_H
104     {
105         ImageBitmap = Bitmap { File = "idh018.png"; };
106         MASKCOLOR
107     };  
108     Image IMG_COMPONENT_H
109     {
110         ImageBitmap = Bitmap { File = "component_16_h.png"; };
111         MASKCOLOR
112     };  
115 ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
117     OutputSize = TRUE ;
118     SVLook = TRUE ;
119     Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ;
120     Moveable = TRUE ;
121     Closeable = TRUE ;
122     Text [ en-US ] = "Assign Component";
123     OKButton RID_PB_OK
124     {
125         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ;
126         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
127         TabStop = TRUE ;
128         DefButton = TRUE ;
129     };
130     CancelButton RID_PB_CANCEL
131     {
132         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ;
133         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
134         TabStop = TRUE ;
135     };
136     HelpButton RID_PB_HELP
137     {
138         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ;
139         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
140     };  
141     FixedText FT_METHOD
142     {
143         Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ;
144         Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
145         Text [ en-US ] = "Component method name" ;
146     };  
147     Edit EDIT_METHOD
148     {
149         Border = TRUE ;
150         Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ;
151         Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
152         TabStop = TRUE ;
153     };
157 //DF
158 String RID_SVXSTR_EVENT_STARTAPP
160     Text [ en-US ] = "Start Application" ;
163 String RID_SVXSTR_EVENT_CLOSEAPP
165     Text [ en-US ] = "Close Application" ;
168 String RID_SVXSTR_EVENT_CREATEDOC
170     Text [ en-US ] = "Create Document" ;
173 String RID_SVXSTR_EVENT_CLOSEDOC
175     Text [ en-US ] = "Document is closing" ;
178 String RID_SVXSTR_EVENT_PREPARECLOSEDOC
180     Text [ en-US ] = "Close Document" ;
183 String RID_SVXSTR_EVENT_OPENDOC
185     Text [ en-US ] = "Open Document" ;
188 String RID_SVXSTR_EVENT_SAVEDOC
190     Text [ en-US ] = "Save Document" ;
193 String RID_SVXSTR_EVENT_SAVEASDOC
195     Text [ en-US ] = "Save Document As" ;
198 String RID_SVXSTR_EVENT_SAVEDOCDONE
200     Text [ en-US ] = "Document has been saved" ;
203 String RID_SVXSTR_EVENT_SAVEASDOCDONE
205     Text [ en-US ] = "Document has been saved as" ;
208 String RID_SVXSTR_EVENT_ACTIVATEDOC
210     Text [ en-US ] = "Activate Document" ;
213 String RID_SVXSTR_EVENT_DEACTIVATEDOC
215     Text [ en-US ] = "Deactivate Document" ;
218 String RID_SVXSTR_EVENT_PRINTDOC
220     Text [ en-US ] = "Print Document" ;
223 String RID_SVXSTR_EVENT_MODIFYCHANGED
225     Text [ en-US ] = "'Modified' status was changed" ;
227 String RID_SVXSTR_EVENT_MAILMERGE
229     Text [ en-US ] = "Print form letters" ;
231 String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
233     Text [ en-US ] = "Changing the page count" ;
235 String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
237     Text [ en-US ] = "Loaded a sub component" ;
239 String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
241     Text [ en-US ] = "Closed a sub component" ;
243 String RID_SVXSTR_EVENT_APPROVEPARAMETER
245     Text [ en-US ] = "Fill parameters" ;
247 String RID_SVXSTR_EVENT_ACTIONPERFORMED
249     Text [ en-US ] = "Execute action" ;
251 String RID_SVXSTR_EVENT_AFTERUPDATE
253     Text [ en-US ] = "After updating" ;
255 String RID_SVXSTR_EVENT_BEFOREUPDATE
257     Text [ en-US ] = "Before updating" ;
259 String RID_SVXSTR_EVENT_APPROVEROWCHANGE
261     Text [ en-US ] = "Before record action" ;
263 String RID_SVXSTR_EVENT_ROWCHANGE
265     Text [ en-US ] = "After record action" ;
267 String RID_SVXSTR_EVENT_CONFIRMDELETE
269     Text [ en-US ] = "Confirm deletion" ;
271 String RID_SVXSTR_EVENT_ERROROCCURED
273     Text [ en-US ] = "Error occurred" ;
275 String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
277     Text [ en-US ] = "While adjusting";
279 String RID_SVXSTR_EVENT_FOCUSGAINED
281     Text [ en-US ] = "When receiving focus" ;
283 String RID_SVXSTR_EVENT_FOCUSLOST
285     Text [ en-US ] = "When losing focus" ;
287 String RID_SVXSTR_EVENT_ITEMSTATECHANGED
289     Text [ en-US ] = "Item status changed" ;
291 String RID_SVXSTR_EVENT_KEYTYPED
293     Text [ en-US ] = "Key pressed" ;
295 String RID_SVXSTR_EVENT_KEYUP
297     Text [ en-US ] = "Key released" ;
299 String RID_SVXSTR_EVENT_LOADED
301     Text [ en-US ] = "When loading" ;
303 String RID_SVXSTR_EVENT_RELOADING
305     Text [ en-US ] = "Before reloading" ;
307 String RID_SVXSTR_EVENT_RELOADED
309     Text [ en-US ] = "When reloading" ;
311 String RID_SVXSTR_EVENT_MOUSEDRAGGED
313     Text [ en-US ] = "Mouse moved while key pressed" ;
315 String RID_SVXSTR_EVENT_MOUSEENTERED
317     Text [ en-US ] = "Mouse inside" ;
319 String RID_SVXSTR_EVENT_MOUSEEXITED
321     Text [ en-US ] = "Mouse outside" ;
323 String RID_SVXSTR_EVENT_MOUSEMOVED
325     Text [ en-US ] = "Mouse moved" ;
327 String RID_SVXSTR_EVENT_MOUSEPRESSED
329     Text [ en-US ] = "Mouse button pressed" ;
331 String RID_SVXSTR_EVENT_MOUSERELEASED
333     Text [ en-US ] = "Mouse button released" ;
335 String RID_SVXSTR_EVENT_POSITIONING
337     Text [ en-US ] = "Before record change" ;
339 String RID_SVXSTR_EVENT_POSITIONED
341     Text [ en-US ] = "After record change" ;
343 String RID_SVXSTR_EVENT_RESETTED
345     Text [ en-US ] = "After resetting" ;
347 String RID_SVXSTR_EVENT_APPROVERESETTED
349     Text [ en-US ] = "Prior to reset" ;
351 String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
353     Text [ en-US ] = "Approve action" ;
355 String RID_SVXSTR_EVENT_SUBMITTED
357     Text [ en-US ] = "Before submitting" ;
359 String RID_SVXSTR_EVENT_TEXTCHANGED
361     Text [ en-US ] = "Text modified" ;
363 String RID_SVXSTR_EVENT_UNLOADING
365     Text [ en-US ] = "Before unloading" ;
367 String RID_SVXSTR_EVENT_UNLOADED
369     Text [ en-US ] = "When unloading" ;
371 String RID_SVXSTR_EVENT_CHANGED
373     Text [ en-US ] = "Changed" ;