1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include "eventdlg.hrc"
23 #define MASKCOLOR MaskColor = \
24 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
26 // TP_CONFIG_EVENT -------------------------------------------------------
27 TabPage RID_SVXPAGE_EVENTS
29 HelpId = HID_SVX_CONFIG_EVENT ;
32 Size = MAP_APPFONT ( 272 , 258 ) ;
35 Text [ en-US ] = "Event" ;
39 Text [ en-US ] = "Assigned Action" ;
44 Pos = MAP_APPFONT ( 6 , 6 ) ;
45 Size = MAP_APPFONT ( 205 , 229 ) ;
47 HelpID = HID_SVX_MACRO_LB_EVENT ;
51 Pos = MAP_APPFONT ( 6 , 240 ) ;
52 Size = MAP_APPFONT ( 55 , 8 ) ;
54 Text [ en-US ] = "Save In" ;
58 HelpID = "cui:ListBox:RID_SVXPAGE_EVENTS:LB_SAVEIN";
60 Pos = MAP_APPFONT ( 62 , 238 ) ;
61 Size = MAP_APPFONT ( 132 , 53 ) ;
66 Pos = MAP_APPFONT ( 217, ROW0 ) ;
67 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
68 Text [ en-US ] = "Assign:" ;
72 HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_ASSIGN";
73 Pos = MAP_APPFONT ( 217 , ROW0A ) ;
74 Size = MAP_APPFONT ( 50 , 14 ) ;
76 Text [ en-US ] = "M~acro..." ;
80 HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_DELETE";
81 Pos = MAP_APPFONT ( 217 , ROW0A+RSC_CD_PUSHBUTTON_HEIGHT+12 ) ;
82 Size = MAP_APPFONT ( 50 , 14 ) ;
84 Text [ en-US ] = "~Remove" ;
88 ImageBitmap = Bitmap { File = "id018.png"; };
93 ImageBitmap = Bitmap { File = "component_16.png"; };
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */