xref: /aoo42x/main/basctl/source/basicide/brkdlg.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 _BRKDLG_HRC
24cdf0e10cSrcweir#define _BRKDLG_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <svl/solar.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define RID_BASICIDE_BREAKPOINTDLG		( RID_BASICIDE_START + 80 )
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define RID_CB_BRKPOINTS    2
31cdf0e10cSrcweir#define RID_PB_OK           3
32cdf0e10cSrcweir#define RID_PB_CANCEL       4
33cdf0e10cSrcweir#define RID_PB_NEW          5
34cdf0e10cSrcweir#define RID_PB_DEL          6
35cdf0e10cSrcweir#define RID_CHKB_ACTIVE     7
36cdf0e10cSrcweir#define RID_FT_PASS         8
37cdf0e10cSrcweir#define RID_FT_BRKPOINTS    9
38cdf0e10cSrcweir#define RID_FLD_PASS       10
39cdf0e10cSrcweir
40cdf0e10cSrcweir#endif	// _BRKDLG_HRC
41cdf0e10cSrcweir
42