xref: /AOO41X/main/basctl/source/basicide/macrodlg.hrc (revision dc4626f235ef518614f78e9a35c4a7724f0d9573)
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#ifndef _MACRODLG_HRC
24#define _MACRODLG_HRC
25
26#include <svl/solar.hrc>
27
28#define RID_MACROCHOOSER                ( RID_BASICIDE_START + 50 )
29#define RID_STR_BTNDEL                  ( RID_BASICIDE_START + 51 )
30#define RID_STR_BTNNEW                  ( RID_BASICIDE_START + 52 )
31#define RID_STR_CHOOSE                  ( RID_BASICIDE_START + 53 )
32#define RID_STR_RUN                     ( RID_BASICIDE_START + 54 )
33#define RID_STR_RECORD                  ( RID_BASICIDE_START + 56 )
34
35#define RID_CTRL_MACRO                   1
36#define RID_CTRL_LIB                     2
37#define RID_TXT_MACRONAME                3
38#define RID_TXT_MACROFROM                4
39#define RID_ED_MACRONAME                 5
40#define RID_TXT_DESCRIPTION              6
41#define RID_PB_RUN                       8
42#define RID_PB_CLOSE                     9
43#define RID_PB_EDIT                     10
44#define RID_PB_ORG                      11
45#define RID_PB_DEL                      12
46#define RID_PB_ASSIGN                   13
47#define RID_PB_HELP                     15
48#define RID_ML_DESCRIPTION              16
49#define RID_TXT_MACROSIN                17
50#define RID_TXT_SAVEMACRO               18
51#define RID_PB_NEWLIB                   19
52#define RID_PB_NEWMOD                   20
53
54#endif // _MACRODLG_HRC
55
56