update dev300-m58
[ooovba.git] / svx / source / cui / scriptdlg.hrc
blobaf327d5705cb44650098111cf771d6c6827f3bd9
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: scriptdlg.hrc,v $
10  * $Revision: 1.9 $
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 _SCRIPTDLG_HRC
31 #define _SCRIPTDLG_HRC
33 #include <svtools/solar.hrc>
35 #define SCRIPTDLG_OFFSET                400
37 // ScriptOrgDialog
38 #define SF_TXT_SCRIPTS                              1
39 #define SF_CTRL_SCRIPTSBOX                      2
40 #define SF_PB_RUN                                               3
41 #define SF_PB_CLOSE                                         4
42 #define SF_PB_CREATE                                    5
43 #define SF_PB_EDIT                                              6
44 #define SF_PB_RENAME                                    7
45 #define SF_PB_DEL                                               8
46 #define SF_PB_HELP                                              9
48 #define IMG_HARDDISK                    1
49 #define IMG_HARDDISK_HC                 2
50 #define IMG_LIB                         3
51 #define IMG_LIB_HC                      4
52 #define IMG_MACRO                       5
53 #define IMG_MACRO_HC                    6
54 #define IMG_DOCUMENT                    7
55 #define IMG_DOCUMENT_HC                 8
57 #define RID_IMGLST_OBJECTS                              ( RID_BASICIDE_START +  7 )
58 #define RID_IMGLST_OBJECTS_HC (RID_BASICIDE_START + 13)
60 // NewObjectDialog
61 #define FT_NEWLIB                       10
62 #define STR_FT_NEWMACRO                 11
63 #define STR_NEWLIB                      12
64 #define STR_NEWMACRO                    13
65 #define ED_LIBNAME                      14
66 #define PB_OK                           15
67 #define PB_CANCEL                       16
68 #define DLG_NEWLIB                      17
69 #define STR_FT_RENAME                   18
70 #define STR_RENAME                      19
72 // Others
73 /* 
74 Please be aware that these strings are global resources, don't use self-defined values!
75 You have to use the RID_SVXSTART macro do avoid ID clashes with other resource files. Sfx2 delivers 
76 some of its own resource files to svx - where they are added to svx resource file!!
79 #define STR_MYMACROS                    32
80 #define STR_PRODMACROS                  33
83 #endif  // _SCRIPTDLG_HRC