update dev300-m58
[ooovba.git] / svx / source / cui / eventdlg.src
blobb3fa250c5128b47500582eade8e388055dd6fbea
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: eventdlg.src,v $
10  * $Revision: 1.11 $
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 "helpid.hrc"
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 ;
41     OutputSize = TRUE ;
42     Hide = TRUE ;
43     Size = MAP_APPFONT ( 272 , 258 ) ;
44     String STR_EVENT
45     {
46         Text [ en-US ] = "Event" ;
47     };
48     String STR_ASSMACRO
49     {
50         Text [ en-US ] = "Assigned Action" ;
51     };
52     Control LB_EVENT
53     {
54         Border = TRUE ;
55         Pos = MAP_APPFONT ( 6 , 6 ) ;
56         Size = MAP_APPFONT ( 205 , 229 ) ;
57         TabStop = TRUE ;
58         HelpID = HID_SVX_MACRO_LB_EVENT ;
59     };
60     FixedText TXT_SAVEIN
61     {
62         Pos = MAP_APPFONT ( 6 , 240 ) ;
63         Size = MAP_APPFONT ( 55 , 8 ) ;
64         Group = TRUE ;
65         Text [ en-US ] = "Save In" ;
66     };
67     ListBox LB_SAVEIN
68     {
69         Border = TRUE ;
70         Pos = MAP_APPFONT ( 54 , 238 ) ;
71         Size = MAP_APPFONT ( 132 , 53 ) ;
72         DropDown = TRUE ;
73     };
74     FixedText FT_ASSIGN
75     {
76         Pos = MAP_APPFONT ( 217, ROW0 ) ;
77         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
78         Text [ en-US ] = "Assign:" ;
79     };  
80     PushButton PB_ASSIGN
81     {
82         Pos = MAP_APPFONT ( 217 , ROW0A ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         Disable = TRUE ;
85         Text [ en-US ] = "M~acro..." ;
86     };
87     PushButton PB_DELETE
88     {
89         Pos = MAP_APPFONT ( 217 , ROW0A+RSC_CD_PUSHBUTTON_HEIGHT+12 ) ;
90         Size = MAP_APPFONT ( 50 , 14 ) ;
91         Disable = TRUE ;
92         Text [ en-US ] = "~Remove" ;
93     };
94     Image IMG_MACRO
95     {
96         ImageBitmap = Bitmap { File = "id018.png"; };
97         MASKCOLOR
98     };  
99     Image IMG_COMPONENT
100     {
101         ImageBitmap = Bitmap { File = "component_16.png"; };
102         MASKCOLOR
103     };  
104     Image IMG_MACRO_H
105     {
106         ImageBitmap = Bitmap { File = "idh018.png"; };
107         MASKCOLOR
108     };  
109     Image IMG_COMPONENT_H
110     {
111         ImageBitmap = Bitmap { File = "component_16_h.png"; };
112         MASKCOLOR
113     };