1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
29 #include "eventdlg.hrc"
31 #define MASKCOLOR MaskColor = \
32 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
34 // TP_CONFIG_EVENT -------------------------------------------------------
35 TabPage RID_SVXPAGE_EVENTS
37 HelpId = HID_SVX_CONFIG_EVENT ;
40 Size = MAP_APPFONT ( 272 , 258 ) ;
43 Text [ en-US ] = "Event" ;
47 Text [ en-US ] = "Assigned Action" ;
52 Pos = MAP_APPFONT ( 6 , 6 ) ;
53 Size = MAP_APPFONT ( 205 , 229 ) ;
55 HelpID = HID_SVX_MACRO_LB_EVENT ;
59 Pos = MAP_APPFONT ( 6 , 240 ) ;
60 Size = MAP_APPFONT ( 55 , 8 ) ;
62 Text [ en-US ] = "Save In" ;
66 HelpID = "cui:ListBox:RID_SVXPAGE_EVENTS:LB_SAVEIN";
68 Pos = MAP_APPFONT ( 54 , 238 ) ;
69 Size = MAP_APPFONT ( 132 , 53 ) ;
74 Pos = MAP_APPFONT ( 217, ROW0 ) ;
75 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
76 Text [ en-US ] = "Assign:" ;
80 HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_ASSIGN";
81 Pos = MAP_APPFONT ( 217 , ROW0A ) ;
82 Size = MAP_APPFONT ( 50 , 14 ) ;
84 Text [ en-US ] = "M~acro..." ;
88 HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_DELETE";
89 Pos = MAP_APPFONT ( 217 , ROW0A+RSC_CD_PUSHBUTTON_HEIGHT+12 ) ;
90 Size = MAP_APPFONT ( 50 , 14 ) ;
92 Text [ en-US ] = "~Remove" ;
96 ImageBitmap = Bitmap { File = "id018.png"; };
101 ImageBitmap = Bitmap { File = "component_16.png"; };
106 ImageBitmap = Bitmap { File = "idh018.png"; };
109 Image IMG_COMPONENT_H
111 ImageBitmap = Bitmap { File = "component_16_h.png"; };