xref: /AOO41X/main/basctl/source/basicide/moduldlg.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 _MODULDLG_HRC
24#define _MODULDLG_HRC
25
26#include <svl/solar.hrc>
27
28#define RID_STR_LIB             1
29#define RID_TRLBOX              2
30// free
31#define RID_PB_EDIT             4
32#define RID_PB_CLOSE            5
33#define RID_PB_NEWMOD           6
34#define RID_PB_NEWDLG           7
35#define RID_PB_DELETE           8
36#define RID_PB_NEWLIB           9
37#define RID_PB_APPEND           10
38#define RID_PB_PASSWORD         11
39#define RID_LB_BASICS           12
40#define RID_STR_BASICS          13
41
42#define RID_PB_EXPORT           14
43#define RID_PB_EXPORT_PACKAGE   15
44
45#define RID_TP_MOD              20
46#define RID_TP_LIB              21
47#define RID_TP_DLG              22
48
49#define RID_TC_ORGANIZE         30
50
51#define RID_PB_OK               31
52#define RID_PB_CANCEL           32
53#define RID_CTRL_LIBS           33
54#define RID_FL_OPTIONS          34
55#define RID_CB_REF              35
56#define RID_CB_REPL             36
57#define RID_FT_STORAGENAME      38
58
59#define RID_FT_NEWLIB           40
60#define RID_ED_LIBNAME          41
61#define RB_EXPORTASPACKAGE      42
62#define RB_EXPORTASBASIC        43
63
64#endif  // _MODULDLG_HRC
65