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