masterfix DEV300: #i10000# build fix
[LibreOffice.git] / cui / source / customize / eventdlg.src
blob8b19a1e79794ad97b033b8fe598cf47f55a1f9e9
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #include "helpid.hrc"
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 ;
38     OutputSize = TRUE ;
39     Hide = TRUE ;
40     Size = MAP_APPFONT ( 272 , 258 ) ;
41     String STR_EVENT
42     {
43         Text [ en-US ] = "Event" ;
44     };
45     String STR_ASSMACRO
46     {
47         Text [ en-US ] = "Assigned Action" ;
48     };
49     Control LB_EVENT
50     {
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( 6 , 6 ) ;
53         Size = MAP_APPFONT ( 205 , 229 ) ;
54         TabStop = TRUE ;
55         HelpID = HID_SVX_MACRO_LB_EVENT ;
56     };
57     FixedText TXT_SAVEIN
58     {
59         Pos = MAP_APPFONT ( 6 , 240 ) ;
60         Size = MAP_APPFONT ( 55 , 8 ) ;
61         Group = TRUE ;
62         Text [ en-US ] = "Save In" ;
63     };
64     ListBox LB_SAVEIN
65     {
66         HelpID = "cui:ListBox:RID_SVXPAGE_EVENTS:LB_SAVEIN";
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 54 , 238 ) ;
69         Size = MAP_APPFONT ( 132 , 53 ) ;
70         DropDown = TRUE ;
71     };
72     FixedText FT_ASSIGN
73     {
74         Pos = MAP_APPFONT ( 217, ROW0 ) ;
75         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
76         Text [ en-US ] = "Assign:" ;
77     };
78     PushButton PB_ASSIGN
79     {
80         HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_ASSIGN";
81         Pos = MAP_APPFONT ( 217 , ROW0A ) ;
82         Size = MAP_APPFONT ( 50 , 14 ) ;
83         Disable = TRUE ;
84         Text [ en-US ] = "M~acro..." ;
85     };
86     PushButton PB_DELETE
87     {
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 ) ;
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     };