update credits
[LibreOffice.git] / cui / source / tabpages / macroass.src
blob1d95bd3bab184d66558b09b7b143eaa316dd2cc3
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 "macroass.hrc"
21 #include "cuires.hrc"
22 #include "helpid.hrc"
23 #include <svx/dialogs.hrc>
25 TabPage RID_SVXPAGE_EVENTASSIGN
27     HelpID = "cui:TabPage:RID_SVXPAGE_EVENTASSIGN";
28     Hide = TRUE ;
29     SVLook = TRUE ;
30     DialogControl = TRUE ;
31     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32     Text [ en-US ] = "Assign Macro" ;
33     String STR_EVENT
34     {
35         Text [ en-US ] = "Event" ;
36     };
37     String STR_ASSMACRO
38     {
39         Text [ en-US ] = "Assigned macro";
40     };
41     Control LB_EVENT
42     {
43         Border = TRUE ;
44         Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
45         Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
46         TabStop = TRUE ;
47         DialogControl = TRUE ;
48         ClipChildren = TRUE ;
49         Disable = TRUE ;
50         Group = TRUE ;
51         HelpID = HID_MACRO_LB_EVENT ;
52     };
53     FixedText FT_MACRO
54     {
55         Pos = MAP_APPFONT ( COL0 , ROW7A  ) ;
56         Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
57         Group = TRUE ;
58     };
59     Control LB_GROUP
60     {
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( COL0 , ROW8  ) ;
63         Size = MAP_APPFONT ( WIDTH1 , HEIGHT8 ) ;
64         TabStop = TRUE ;
65         Group = TRUE ;
66         HelpId = HID_MACRO_GROUP ;
67     };
68     FixedText FT_LABEL4LB_MACROS
69     {
70         Pos = MAP_APPFONT ( COL2 , ROW7  ) ;
71         Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT + HEIGHT_EXTRA7 ) ;
72         WordBreak = TRUE;
73         Text [ en-US ] = "~Existing macros\n" ;
74     };
75     Control LB_MACROS
76     {
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( COL2 , ROW8  ) ;
79         Size = MAP_APPFONT ( WIDTH2 , HEIGHT8 ) ;
80         TabStop = TRUE ;
81         HelpId = HID_MACRO_MACROS ;
82     };
83     PushButton PB_ASSIGN
84     {
85         HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_ASSIGN";
86         Pos = MAP_APPFONT ( COL4 , ROW0  ) ;
87         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
88         Disable = TRUE ;
89         TabStop = TRUE ;
90         Text [ en-US ] = "~Assign" ;
91     };
92     PushButton PB_DELETE
93     {
94         HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_DELETE";
95         Pos = MAP_APPFONT ( COL4 , ROW2  ) ;
96         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
97         Disable = TRUE ;
98         TabStop = TRUE ;
99         Text [ en-US ] = "~Remove" ;
100     };
101     String STR_MACROS
102     {
103         Text [ en-US ] = "Macros" ;
104     };
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */