xref: /aoo42x/main/basctl/source/basicide/baside2.hrc (revision dc4626f2)
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
10*dc4626f2SAndrew Rist *
11*dc4626f2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*dc4626f2SAndrew Rist *
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.
19*dc4626f2SAndrew Rist *
20*dc4626f2SAndrew Rist *************************************************************/
21*dc4626f2SAndrew Rist
22*dc4626f2SAndrew Rist
23cdf0e10cSrcweir#ifndef _BASIDE2_HRC
24cdf0e10cSrcweir#define _BASIDE2_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <basidesh.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir// Diese Dateien enthaelt nur die lokalen ID's.
29cdf0e10cSrcweir
30cdf0e10cSrcweir// RID_POPUP_BRKPROPS
31cdf0e10cSrcweir#define RID_BRKPROPS			1
32cdf0e10cSrcweir#define RID_ACTIV				2
33cdf0e10cSrcweir
34cdf0e10cSrcweir// RID_POPUP_BRKDLG
35cdf0e10cSrcweir#define RID_BRKDLG				1
36cdf0e10cSrcweir
37cdf0e10cSrcweir// RID_POPUP_TABBAR
38cdf0e10cSrcweir#define RID_INSERT				1
39cdf0e10cSrcweir
40cdf0e10cSrcweir// ModulWindowLayout
41cdf0e10cSrcweir#define IMGID_BRKENABLED		( SID_BASICIDE_IMAGESTART + 20 )
42cdf0e10cSrcweir#define IMGID_BRKDISABLED		( SID_BASICIDE_IMAGESTART + 21 )
43cdf0e10cSrcweir#define IMGID_STEPMARKER		( SID_BASICIDE_IMAGESTART + 22 )
44cdf0e10cSrcweir#define IMGID_ERRORMARKER		( SID_BASICIDE_IMAGESTART + 23 )
45cdf0e10cSrcweir
46cdf0e10cSrcweir#endif	// _BASIDE2_HRC
47