summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/macrodlg.src
blob: 7e6860cdb9dbbb5fcdfe35506e2a320de9e122cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <sfx2/sfx.hrc>
#include <macrodlg.hrc>
#include <basidesh.hrc>
#include <helpid.hrc>
ModalDialog RID_MACROCHOOSER
{
    HelpId = "basctl:ModalDialog:RID_MACROCHOOSER" ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 287 , 165 ) ;
    Text [ en-US ] = "%PRODUCTNAME Basic Macros" ;
    Moveable = TRUE ;
     // Closeable = TRUE;

    FixedText RID_TXT_MACROSIN
    {
        Pos = MAP_APPFONT ( 122 , 30 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "Existing macros ~in:";
    };
    Control RID_CTRL_MACRO
    {
        HelpID = HID_BASICIDE_MACROS ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 122 , 41 ) ;
        Size = MAP_APPFONT ( 100 , 117 ) ;
        // Size = MAP_APPFONT ( 100 , 117 ) ;
        TabStop = TRUE ;
    };
    Control RID_CTRL_LIB
    {
        HelpID = HID_BASICIDE_LIBS ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 41 ) ;
        Size = MAP_APPFONT ( 110 , 117 ) ;
        TabStop = TRUE ;
    };
    FixedText RID_TXT_MACRONAME
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "~Macro name" ;
    };
    Edit RID_ED_MACRONAME
    {
        HelpID = "basctl:Edit:RID_MACROCHOOSER:RID_ED_MACRONAME";
        Border = TRUE ;
        SVLook = TRUE ;
        Pos = MAP_APPFONT ( 6 , 14 ) ;
        Size = MAP_APPFONT ( 110 , 12 ) ;
        TabStop = TRUE ;
    };
    FixedText RID_TXT_MACROFROM
    {
        Pos = MAP_APPFONT ( 6 , 30 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "Macro ~from" ;
    };
    FixedText RID_TXT_SAVEMACRO
    {
        Pos = MAP_APPFONT ( 6 , 30 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "Save m~acro in";
    };

    FixedText RID_TXT_DESCRIPTION
    {
        Pos = MAP_APPFONT ( 6 , 117 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "De~scription" ;
    };
    PushButton RID_PB_RUN
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_RUN";
        Pos = MAP_APPFONT ( 231 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE;
        Text [ en-US ] = "R~un" ;
        TabStop = TRUE ;
    };
    CancelButton RID_PB_CLOSE
    {
        Pos = MAP_APPFONT ( 231 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Close";
    };

    PushButton RID_PB_ASSIGN
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_ASSIGN";
        Pos = MAP_APPFONT ( 231 , 60 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Assign..." ;
        TabStop = TRUE ;
    };
    PushButton RID_PB_EDIT
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_EDIT";
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Pos = MAP_APPFONT ( 231 , 77 ) ;
        Text [ en-US ] = "~Edit" ;
        TabStop = TRUE ;
    };
    PushButton RID_PB_NEWLIB
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_NEWLIB";
        Pos = MAP_APPFONT ( 231 , 60 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "New ~Library";
    };
    PushButton RID_PB_NEWMOD
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_NEWMOD";
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Pos = MAP_APPFONT ( 231 , 77 ) ;
        Text [ en-US ] = "New M~odule";
    };
    PushButton RID_PB_DEL
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_DEL";
        Pos = MAP_APPFONT ( 231 , 94 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Delete" ;
        TabStop = TRUE ;
    };
    PushButton RID_PB_ORG
    {
        HelpID = "basctl:PushButton:RID_MACROCHOOSER:RID_PB_ORG";
        Pos = MAP_APPFONT ( 231 , 114 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Organizer..." ;
    };
    HelpButton RID_PB_HELP
    {
        Pos = MAP_APPFONT ( 231 , 131 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    MultiLineEdit RID_ML_DESCRIPTION
    {
        HelpID = "basctl:MultiLineEdit:RID_MACROCHOOSER:RID_ML_DESCRIPTION";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 131 ) ;
        Size = MAP_APPFONT ( 216 , 28 ) ;
        TabStop = TRUE ;
        VScroll = TRUE ;
        IgnoreTab = TRUE ;
    };
};
String RID_STR_STDMACRONAME
{
    Text [ en-US ] = "Macro" ;
};
String RID_STR_BTNDEL
{
    Text [ en-US ] = "~Delete" ;
};
String RID_STR_BTNNEW
{
    Text [ en-US ] = "~New" ;
};
String RID_STR_CLOSE
{
    Text [ en-US ] = "Close" ;
};
String RID_STR_CHOOSE
{
    Text [ en-US ] = "Choose" ;
};
String RID_STR_RUN
{
    Text [ en-US ] = "Run" ;
};

String RID_STR_RECORD
{
    Text [ en-US ] = "~Save" ;
};