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