1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: eventdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
32 #include "eventdlg.hrc"
34 #define MASKCOLOR MaskColor = \
35 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
37 // TP_CONFIG_EVENT -------------------------------------------------------
38 TabPage RID_SVXPAGE_EVENTS
40 HelpId = HID_SVX_CONFIG_EVENT ;
43 Size = MAP_APPFONT ( 272 , 258 ) ;
46 Text [ en-US ] = "Event" ;
50 Text [ en-US ] = "Assigned Action" ;
55 Pos = MAP_APPFONT ( 6 , 6 ) ;
56 Size = MAP_APPFONT ( 205 , 229 ) ;
58 HelpID = HID_SVX_MACRO_LB_EVENT ;
62 Pos = MAP_APPFONT ( 6 , 240 ) ;
63 Size = MAP_APPFONT ( 55 , 8 ) ;
65 Text [ en-US ] = "Save In" ;
70 Pos = MAP_APPFONT ( 54 , 238 ) ;
71 Size = MAP_APPFONT ( 132 , 53 ) ;
76 Pos = MAP_APPFONT ( 217, ROW0 ) ;
77 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
78 Text [ en-US ] = "Assign:" ;
82 Pos = MAP_APPFONT ( 217 , ROW0A ) ;
83 Size = MAP_APPFONT ( 50 , 14 ) ;
85 Text [ en-US ] = "M~acro..." ;
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"; };