xref: /trunk/main/cui/source/customize/macropg.src (revision c91f27c4)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// include ---------------------------------------------------------------
25#include <sfx2/sfx.hrc>
26#include "macropg.hrc"
27#include <cuires.hrc>
28#include "helpid.hrc"
29#include <svx/dialogs.hrc>
30
31TabPage RID_SVXPAGE_MACROASSIGN
32{
33	HelpID = "cui:TabPage:RID_SVXPAGE_MACROASSIGN" ;
34	Hide = TRUE ;
35	OutputSize = TRUE ;
36	SVLook = TRUE ;
37	Size = MAP_APPFONT ( WIDTH_TP, HEIGHT_TP ) ;
38	Text [ en-US ] = "Assign action" ;
39	String STR_EVENT
40	{
41		Text [ en-US ] = "Event" ;
42	};
43	String STR_ASSMACRO
44	{
45		Text [ en-US ] = "Assigned Action" ;
46	};
47	Control LB_EVENT
48	{
49		Border = TRUE ;
50		TabStop = TRUE ;
51		Pos = MAP_APPFONT ( COL0, ROW0 ) ;
52		Size = MAP_APPFONT ( WIDTH1_2, HEIGHT0 ) ;
53		HelpID = HID_SVX_MACRO_LB_EVENT ;
54	};
55	FixedText FT_ASSIGN
56	{
57		Pos = MAP_APPFONT ( COL4, ROW0 ) ;
58		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
59		Text [ en-US ] = "Assign:" ;
60	};
61	PushButton PB_ASSIGN
62	{
63		HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN" ;
64		Pos = MAP_APPFONT ( COL4, ROW0A ) ;
65		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
66		Text [ en-US ] = "M~acro..." ;
67		Disable = TRUE ;
68		TabStop = TRUE ;
69	};
70	PushButton PB_ASSIGN_COMPONENT
71	{
72		HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN_COMPONENT" ;
73		Pos = MAP_APPFONT ( COL4, ROW2 ) ;
74		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
75		Disable = TRUE ;
76		TabStop = TRUE ;
77		Text [ en-US ] = "Com~ponent..." ;
78	};
79	PushButton PB_DELETE
80	{
81		HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_DELETE" ;
82		Pos = MAP_APPFONT ( COL4, ROW5_REMOVE ) ;
83		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
84		Text [ en-US ] = "~Remove" ;
85		Disable = TRUE ;
86		TabStop = TRUE ;
87	};
88	Image IMG_MACRO
89	{
90		ImageBitmap = Bitmap { File = "id018.png" ; };
91	};
92	Image IMG_COMPONENT
93	{
94		ImageBitmap = Bitmap { File = "component_16.png" ; };
95	};
96	Image IMG_MACRO_H
97	{
98		ImageBitmap = Bitmap { File = "idh018.png" ; };
99	};
100	Image IMG_COMPONENT_H
101	{
102		ImageBitmap = Bitmap { File = "component_16_h.png" ; };
103	};
104};
105
106ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
107{
108	HelpID = "cui:ModalDialog:RID_SVXDLG_ASSIGNCOMPONENT" ;
109	OutputSize = TRUE ;
110	SVLook = TRUE ;
111	Size = MAP_APPFONT ( COMP_WIDTH, COMP_HEIGHT ) ;
112	Moveable = TRUE ;
113	Closeable = TRUE ;
114	Text [ en-US ] = "Assign Component" ;
115	OKButton RID_PB_OK
116	{
117		Pos = MAP_APPFONT ( COMP_COL1, COMP_ROW0 ) ;
118		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
119		TabStop = TRUE ;
120		DefButton = TRUE ;
121	};
122	CancelButton RID_PB_CANCEL
123	{
124		Pos = MAP_APPFONT ( COMP_COL1, COMP_ROW1 ) ;
125		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
126		TabStop = TRUE ;
127	};
128	HelpButton RID_PB_HELP
129	{
130		Pos = MAP_APPFONT ( COMP_COL1, COMP_ROW2 ) ;
131		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
132	};
133	FixedText FT_METHOD
134	{
135		Pos = MAP_APPFONT ( COMP_COL0, ROW0 ) ;
136		Size = MAP_APPFONT ( COMP_EDIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
137		Text [ en-US ] = "Component method name" ;
138	};
139	Edit EDIT_METHOD
140	{
141		HelpID = "cui:Edit:RID_SVXDLG_ASSIGNCOMPONENT:EDIT_METHOD" ;
142		Border = TRUE ;
143		Pos = MAP_APPFONT ( COMP_COL0, COMP_ROWEDIT ) ;
144		Size = MAP_APPFONT ( COMP_EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ;
145		TabStop = TRUE ;
146	};
147};
148
149
150// DF
151String RID_SVXSTR_EVENT_STARTAPP
152{
153	Text [ en-US ] = "Start Application" ;
154};
155
156String RID_SVXSTR_EVENT_CLOSEAPP
157{
158	Text [ en-US ] = "Close Application" ;
159};
160
161String RID_SVXSTR_EVENT_NEWDOC
162{
163	Text [ en-US ] = "New Document" ;
164};
165
166String RID_SVXSTR_EVENT_CLOSEDOC
167{
168	Text [ en-US ] = "Document closed" ;
169};
170
171String RID_SVXSTR_EVENT_PREPARECLOSEDOC
172{
173	Text [ en-US ] = "Document is going to be closed" ;
174};
175
176String RID_SVXSTR_EVENT_OPENDOC
177{
178	Text [ en-US ] = "Open Document" ;
179};
180
181String RID_SVXSTR_EVENT_SAVEDOC
182{
183	Text [ en-US ] = "Save Document" ;
184};
185
186String RID_SVXSTR_EVENT_SAVEASDOC
187{
188	Text [ en-US ] = "Save Document As" ;
189};
190
191String RID_SVXSTR_EVENT_SAVEDOCDONE
192{
193	Text [ en-US ] = "Document has been saved" ;
194};
195
196String RID_SVXSTR_EVENT_SAVEASDOCDONE
197{
198	Text [ en-US ] = "Document has been saved as" ;
199};
200
201String RID_SVXSTR_EVENT_ACTIVATEDOC
202{
203	Text [ en-US ] = "Activate Document" ;
204};
205
206String RID_SVXSTR_EVENT_DEACTIVATEDOC
207{
208	Text [ en-US ] = "Deactivate Document" ;
209};
210
211String RID_SVXSTR_EVENT_PRINTDOC
212{
213	Text [ en-US ] = "Print Document" ;
214};
215
216String RID_SVXSTR_EVENT_MODIFYCHANGED
217{
218	Text [ en-US ] = "'Modified' status was changed" ;
219};
220String RID_SVXSTR_EVENT_MAILMERGE
221{
222	Text [ en-US ] = "Printing of form letters started" ;
223};
224String RID_SVXSTR_EVENT_MAILMERGE_END
225{
226	Text [ en-US ] = "Printing of form letters finished" ;
227};
228String RID_SVXSTR_EVENT_FIELDMERGE
229{
230	Text [ en-US ] = "Merging of form fields started" ;
231};
232String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
233{
234	Text [ en-US ] = "Merging of form fields finished" ;
235};
236String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
237{
238	Text [ en-US ] = "Changing the page count" ;
239};
240String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
241{
242	Text [ en-US ] = "Loaded a sub component" ;
243};
244String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
245{
246	Text [ en-US ] = "Closed a sub component" ;
247};
248String RID_SVXSTR_EVENT_APPROVEPARAMETER
249{
250	Text [ en-US ] = "Fill parameters" ;
251};
252String RID_SVXSTR_EVENT_ACTIONPERFORMED
253{
254	Text [ en-US ] = "Execute action" ;
255};
256String RID_SVXSTR_EVENT_AFTERUPDATE
257{
258	Text [ en-US ] = "After updating" ;
259};
260String RID_SVXSTR_EVENT_BEFOREUPDATE
261{
262	Text [ en-US ] = "Before updating" ;
263};
264String RID_SVXSTR_EVENT_APPROVEROWCHANGE
265{
266	Text [ en-US ] = "Before record action" ;
267};
268String RID_SVXSTR_EVENT_ROWCHANGE
269{
270	Text [ en-US ] = "After record action" ;
271};
272String RID_SVXSTR_EVENT_CONFIRMDELETE
273{
274	Text [ en-US ] = "Confirm deletion" ;
275};
276String RID_SVXSTR_EVENT_ERROROCCURED
277{
278	Text [ en-US ] = "Error occurred" ;
279};
280String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
281{
282	Text [ en-US ] = "While adjusting" ;
283};
284String RID_SVXSTR_EVENT_FOCUSGAINED
285{
286	Text [ en-US ] = "When receiving focus" ;
287};
288String RID_SVXSTR_EVENT_FOCUSLOST
289{
290	Text [ en-US ] = "When losing focus" ;
291};
292String RID_SVXSTR_EVENT_ITEMSTATECHANGED
293{
294	Text [ en-US ] = "Item status changed" ;
295};
296String RID_SVXSTR_EVENT_KEYTYPED
297{
298	Text [ en-US ] = "Key pressed" ;
299};
300String RID_SVXSTR_EVENT_KEYUP
301{
302	Text [ en-US ] = "Key released" ;
303};
304String RID_SVXSTR_EVENT_LOADED
305{
306	Text [ en-US ] = "When loading" ;
307};
308String RID_SVXSTR_EVENT_RELOADING
309{
310	Text [ en-US ] = "Before reloading" ;
311};
312String RID_SVXSTR_EVENT_RELOADED
313{
314	Text [ en-US ] = "When reloading" ;
315};
316String RID_SVXSTR_EVENT_MOUSEDRAGGED
317{
318	Text [ en-US ] = "Mouse moved while key pressed" ;
319};
320String RID_SVXSTR_EVENT_MOUSEENTERED
321{
322	Text [ en-US ] = "Mouse inside" ;
323};
324String RID_SVXSTR_EVENT_MOUSEEXITED
325{
326	Text [ en-US ] = "Mouse outside" ;
327};
328String RID_SVXSTR_EVENT_MOUSEMOVED
329{
330	Text [ en-US ] = "Mouse moved" ;
331};
332String RID_SVXSTR_EVENT_MOUSEPRESSED
333{
334	Text [ en-US ] = "Mouse button pressed" ;
335};
336String RID_SVXSTR_EVENT_MOUSERELEASED
337{
338	Text [ en-US ] = "Mouse button released" ;
339};
340String RID_SVXSTR_EVENT_POSITIONING
341{
342	Text [ en-US ] = "Before record change" ;
343};
344String RID_SVXSTR_EVENT_POSITIONED
345{
346	Text [ en-US ] = "After record change" ;
347};
348String RID_SVXSTR_EVENT_RESETTED
349{
350	Text [ en-US ] = "After resetting" ;
351};
352String RID_SVXSTR_EVENT_APPROVERESETTED
353{
354	Text [ en-US ] = "Prior to reset" ;
355};
356String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
357{
358	Text [ en-US ] = "Approve action" ;
359};
360String RID_SVXSTR_EVENT_SUBMITTED
361{
362	Text [ en-US ] = "Before submitting" ;
363};
364String RID_SVXSTR_EVENT_TEXTCHANGED
365{
366	Text [ en-US ] = "Text modified" ;
367};
368String RID_SVXSTR_EVENT_UNLOADING
369{
370	Text [ en-US ] = "Before unloading" ;
371};
372String RID_SVXSTR_EVENT_UNLOADED
373{
374	Text [ en-US ] = "When unloading" ;
375};
376String RID_SVXSTR_EVENT_CHANGED
377{
378	Text [ en-US ] = "Changed" ;
379};
380
381String RID_SVXSTR_EVENT_CREATEDOC
382{
383	Text [ en-US ] = "Document created" ;
384};
385
386String RID_SVXSTR_EVENT_LOADDOCFINISHED
387{
388	Text [ en-US ] = "Document loading finished" ;
389};
390
391String RID_SVXSTR_EVENT_SAVEDOCFAILED
392{
393	Text [ en-US ] = "Saving of document failed" ;
394};
395
396String RID_SVXSTR_EVENT_SAVEASDOCFAILED
397{
398	Text [ en-US ] = "'Save as' has failed" ;
399};
400
401String RID_SVXSTR_EVENT_COPYTODOC
402{
403	Text [ en-US ] = "Storing or exporting copy of document" ;
404};
405
406String RID_SVXSTR_EVENT_COPYTODOCDONE
407{
408	Text [ en-US ] = "Document copy has been created" ;
409};
410
411String RID_SVXSTR_EVENT_COPYTODOCFAILED
412{
413	Text [ en-US ] = "Creating of document copy failed" ;
414};
415
416String RID_SVXSTR_EVENT_VIEWCREATED
417{
418	Text [ en-US ] = "View created" ;
419};
420
421String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
422{
423	Text [ en-US ] = "View is going to be closed" ;
424};
425
426String RID_SVXSTR_EVENT_CLOSEVIEW
427{
428	Text [ en-US ] = "View closed" ;
429};
430
431String RID_SVXSTR_EVENT_TITLECHANGED
432{
433	Text [ en-US ] = "Document title changed" ;
434};
435
436String RID_SVXSTR_EVENT_MODECHANGED
437{
438	Text [ en-US ] = "Document mode changed" ;
439};
440
441String RID_SVXSTR_EVENT_VISAREACHANGED
442{
443	Text [ en-US ] = "Visible area changed" ;
444};
445
446String RID_SVXSTR_EVENT_STORAGECHANGED
447{
448	Text [ en-US ] = "Document has got a new storage" ;
449};
450
451String RID_SVXSTR_EVENT_LAYOUT_FINISHED
452{
453	Text [ en-US ] = "Document layout finished" ;
454};
455
456String RID_SVXSTR_EVENT_SELECTIONCHANGED
457{
458	Text [ en-US ] = "Selection changed" ;
459};
460
461String RID_SVXSTR_EVENT_DOUBLECLICK
462{
463	Text [ en-US ] = "Double click" ;
464};
465
466String RID_SVXSTR_EVENT_RIGHTCLICK
467{
468	Text [ en-US ] = "Right click" ;
469};
470
471String RID_SVXSTR_EVENT_CALCULATE
472{
473	Text [ en-US ] = "Formulas calculated" ;
474};
475
476String RID_SVXSTR_EVENT_CONTENTCHANGED
477{
478	Text [ en-US ] = "Content changed" ;
479};
480
481// ********************************************************************** EOF
482