xref: /aoo41x/main/cui/source/customize/eventdlg.src (revision 0e2af6af)
1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e2af6afSAndrew Rist *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e2af6afSAndrew Rist *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19*0e2af6afSAndrew Rist *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22*0e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include "eventdlg.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define MASKCOLOR  MaskColor = \
28cdf0e10cSrcweir    Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29cdf0e10cSrcweir
30cdf0e10cSrcweir // TP_CONFIG_EVENT -------------------------------------------------------
31cdf0e10cSrcweirTabPage RID_SVXPAGE_EVENTS
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpId = HID_SVX_CONFIG_EVENT ;
34cdf0e10cSrcweir	OutputSize = TRUE ;
35cdf0e10cSrcweir	Hide = TRUE ;
36cdf0e10cSrcweir	Size = MAP_APPFONT ( 272 , 258 ) ;
37cdf0e10cSrcweir	String STR_EVENT
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir		Text [ en-US ] = "Event" ;
40cdf0e10cSrcweir	};
41cdf0e10cSrcweir	String STR_ASSMACRO
42cdf0e10cSrcweir	{
43cdf0e10cSrcweir		Text [ en-US ] = "Assigned Action" ;
44cdf0e10cSrcweir	};
45cdf0e10cSrcweir	Control LB_EVENT
46cdf0e10cSrcweir	{
47cdf0e10cSrcweir		Border = TRUE ;
48cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 205 , 229 ) ;
50cdf0e10cSrcweir		TabStop = TRUE ;
51cdf0e10cSrcweir		HelpID = HID_SVX_MACRO_LB_EVENT ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir    FixedText TXT_SAVEIN
54cdf0e10cSrcweir	{
55cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 240 ) ;
56cdf0e10cSrcweir		Size = MAP_APPFONT ( 55 , 8 ) ;
57cdf0e10cSrcweir		Group = TRUE ;
58cdf0e10cSrcweir		Text [ en-US ] = "Save In" ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	ListBox LB_SAVEIN
61cdf0e10cSrcweir	{
62cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_EVENTS:LB_SAVEIN";
63cdf0e10cSrcweir		Border = TRUE ;
64cdf0e10cSrcweir		Pos = MAP_APPFONT ( 54 , 238 ) ;
65cdf0e10cSrcweir		Size = MAP_APPFONT ( 132 , 53 ) ;
66cdf0e10cSrcweir		DropDown = TRUE ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	FixedText FT_ASSIGN
69cdf0e10cSrcweir	{
70cdf0e10cSrcweir		Pos = MAP_APPFONT ( 217, ROW0 ) ;
71cdf0e10cSrcweir		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
72cdf0e10cSrcweir		Text [ en-US ] = "Assign:" ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	PushButton PB_ASSIGN
75cdf0e10cSrcweir	{
76cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_ASSIGN";
77cdf0e10cSrcweir		Pos = MAP_APPFONT ( 217 , ROW0A ) ;
78cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
79cdf0e10cSrcweir		Disable = TRUE ;
80cdf0e10cSrcweir		Text [ en-US ] = "M~acro..." ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	PushButton PB_DELETE
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_DELETE";
85cdf0e10cSrcweir		Pos = MAP_APPFONT ( 217 , ROW0A+RSC_CD_PUSHBUTTON_HEIGHT+12 ) ;
86cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
87cdf0e10cSrcweir		Disable = TRUE ;
88cdf0e10cSrcweir		Text [ en-US ] = "~Remove" ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir	Image IMG_MACRO
91cdf0e10cSrcweir	{
92cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "id018.png"; };
93cdf0e10cSrcweir		MASKCOLOR
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	Image IMG_COMPONENT
96cdf0e10cSrcweir	{
97cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "component_16.png"; };
98cdf0e10cSrcweir		MASKCOLOR
99cdf0e10cSrcweir	};
100cdf0e10cSrcweir	Image IMG_MACRO_H
101cdf0e10cSrcweir	{
102cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "idh018.png"; };
103cdf0e10cSrcweir		MASKCOLOR
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir	Image IMG_COMPONENT_H
106cdf0e10cSrcweir	{
107cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "component_16_h.png"; };
108cdf0e10cSrcweir		MASKCOLOR
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir};
111