merge the formfield patch from ooo-build
[ooovba.git] / basctl / source / basicide / macrodlg.hrc
blob6f8d4abbfac47ca769b8f497ca4b723a6690bf46
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: macrodlg.hrc,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _MACRODLG_HRC
31 #define _MACRODLG_HRC
33 #include <svtools/solar.hrc>
35 #define RID_MACROCHOOSER                                ( RID_BASICIDE_START + 50 )
36 #define RID_STR_BTNDEL                                  ( RID_BASICIDE_START + 51 )
37 #define RID_STR_BTNNEW                                  ( RID_BASICIDE_START + 52 )
38 #define RID_STR_CHOOSE                                  ( RID_BASICIDE_START + 53 )
39 #define RID_STR_RUN                                             ( RID_BASICIDE_START + 54 )
40 #define RID_STR_RECORD                  ( RID_BASICIDE_START + 56 )
42 #define RID_CTRL_MACRO                                   1
43 #define RID_CTRL_LIB                                     2
44 #define RID_TXT_MACRONAME                                3
45 #define RID_TXT_MACROFROM                                4
46 #define RID_ED_MACRONAME                                 5
47 #define RID_TXT_DESCRIPTION                              6
48 #define RID_PB_RUN                                               8
49 #define RID_PB_CLOSE                                     9
50 #define RID_PB_EDIT                                             10
51 #define RID_PB_ORG                                              11
52 #define RID_PB_DEL                                              12
53 #define RID_PB_ASSIGN                                   13
54 #define RID_PB_HELP                                             15
55 #define RID_ML_DESCRIPTION                              16
56 #define RID_TXT_MACROSIN                                17
57 #define RID_TXT_SAVEMACRO                               18
58 #define RID_PB_NEWLIB                                   19
59 #define RID_PB_NEWMOD                                   20
61 #endif // _MACRODLG_HRC