update credits
[LibreOffice.git] / cui / source / customize / eventdlg.src
blob75f65bffc9d179e0cb465777bbbd1585f75d1884
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "helpid.hrc"
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 ;
30     OutputSize = TRUE ;
31     Hide = TRUE ;
32     Size = MAP_APPFONT ( 272 , 258 ) ;
33     String STR_EVENT
34     {
35         Text [ en-US ] = "Event" ;
36     };
37     String STR_ASSMACRO
38     {
39         Text [ en-US ] = "Assigned Action" ;
40     };
41     Control LB_EVENT
42     {
43         Border = TRUE ;
44         Pos = MAP_APPFONT ( 6 , 6 ) ;
45         Size = MAP_APPFONT ( 205 , 229 ) ;
46         TabStop = TRUE ;
47         HelpID = HID_SVX_MACRO_LB_EVENT ;
48     };
49     FixedText TXT_SAVEIN
50     {
51         Pos = MAP_APPFONT ( 6 , 240 ) ;
52         Size = MAP_APPFONT ( 55 , 8 ) ;
53         Group = TRUE ;
54         Text [ en-US ] = "Save In" ;
55     };
56     ListBox LB_SAVEIN
57     {
58         HelpID = "cui:ListBox:RID_SVXPAGE_EVENTS:LB_SAVEIN";
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 62 , 238 ) ;
61         Size = MAP_APPFONT ( 132 , 53 ) ;
62         DropDown = TRUE ;
63     };
64     FixedText FT_ASSIGN
65     {
66         Pos = MAP_APPFONT ( 217, ROW0 ) ;
67         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
68         Text [ en-US ] = "Assign:" ;
69     };
70     PushButton PB_ASSIGN
71     {
72         HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_ASSIGN";
73         Pos = MAP_APPFONT ( 217 , ROW0A ) ;
74         Size = MAP_APPFONT ( 50 , 14 ) ;
75         Disable = TRUE ;
76         Text [ en-US ] = "M~acro..." ;
77     };
78     PushButton PB_DELETE
79     {
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 ) ;
83         Disable = TRUE ;
84         Text [ en-US ] = "~Remove" ;
85     };
86     Image IMG_MACRO
87     {
88         ImageBitmap = Bitmap { File = "id018.png"; };
89         MASKCOLOR
90     };
91     Image IMG_COMPONENT
92     {
93         ImageBitmap = Bitmap { File = "component_16.png"; };
94         MASKCOLOR
95     };
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */