xref: /trunk/main/basctl/source/basicide/moduldlg.hrc (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
1*dc4626f2SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*dc4626f2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*dc4626f2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*dc4626f2SAndrew Rist * distributed with this work for additional information
6*dc4626f2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*dc4626f2SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*dc4626f2SAndrew Rist * "License"); you may not use this file except in compliance
9*dc4626f2SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*dc4626f2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*dc4626f2SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*dc4626f2SAndrew Rist * software distributed under the License is distributed on an
15*dc4626f2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*dc4626f2SAndrew Rist * KIND, either express or implied.  See the License for the
17*dc4626f2SAndrew Rist * specific language governing permissions and limitations
18*dc4626f2SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*dc4626f2SAndrew Rist *************************************************************/
21*dc4626f2SAndrew Rist
22*dc4626f2SAndrew Rist
23cdf0e10cSrcweir#ifndef _MODULDLG_HRC
24cdf0e10cSrcweir#define _MODULDLG_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <svl/solar.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define RID_STR_LIB             1
29cdf0e10cSrcweir#define RID_TRLBOX              2
30cdf0e10cSrcweir// free
31cdf0e10cSrcweir#define RID_PB_EDIT             4
32cdf0e10cSrcweir#define RID_PB_CLOSE            5
33cdf0e10cSrcweir#define RID_PB_NEWMOD           6
34cdf0e10cSrcweir#define RID_PB_NEWDLG           7
35cdf0e10cSrcweir#define RID_PB_DELETE           8
36cdf0e10cSrcweir#define RID_PB_NEWLIB           9
37cdf0e10cSrcweir#define RID_PB_APPEND           10
38cdf0e10cSrcweir#define RID_PB_PASSWORD         11
39cdf0e10cSrcweir#define RID_LB_BASICS           12
40cdf0e10cSrcweir#define RID_STR_BASICS          13
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define RID_PB_EXPORT           14
43cdf0e10cSrcweir#define RID_PB_EXPORT_PACKAGE   15
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define RID_TP_MOD              20
46cdf0e10cSrcweir#define RID_TP_LIB              21
47cdf0e10cSrcweir#define RID_TP_DLG              22
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define RID_TC_ORGANIZE         30
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define RID_PB_OK               31
52cdf0e10cSrcweir#define RID_PB_CANCEL           32
53cdf0e10cSrcweir#define RID_CTRL_LIBS           33
54cdf0e10cSrcweir#define RID_FL_OPTIONS          34
55cdf0e10cSrcweir#define RID_CB_REF              35
56cdf0e10cSrcweir#define RID_CB_REPL             36
57cdf0e10cSrcweir#define RID_FT_STORAGENAME      38
58cdf0e10cSrcweir
59cdf0e10cSrcweir#define RID_FT_NEWLIB           40
60cdf0e10cSrcweir#define RID_ED_LIBNAME          41
61cdf0e10cSrcweir#define RB_EXPORTASPACKAGE      42
62cdf0e10cSrcweir#define RB_EXPORTASBASIC        43
63cdf0e10cSrcweir
64cdf0e10cSrcweir#endif  // _MODULDLG_HRC
65