xref: /trunk/main/basctl/source/basicide/brkdlg.src (revision a3cbd3e50c1a12e759959b66e76b58b3aeb2b2af)
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#include "helpid.hrc"
23#include "brkdlg.hrc"
24ModalDialog RID_BASICIDE_BREAKPOINTDLG
25{
26    HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ;
27    OutputSize = TRUE ;
28    SVLook = TRUE ;
29    Size = MAP_APPFONT ( 178, 116 ) ;
30    Moveable = TRUE ;
31    //  Closeable = TRUE ;
32    ComboBox RID_CB_BRKPOINTS
33    {
34        HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS" ;
35        Pos = MAP_APPFONT ( 6, 14 ) ;
36        Size = MAP_APPFONT ( 110, 70 ) ;
37        TabStop = TRUE ;
38    };
39    OKButton RID_PB_OK
40    {
41        Pos = MAP_APPFONT ( 122, 6 ) ;
42        Size = MAP_APPFONT ( 50, 14 ) ;
43        TabStop = TRUE ;
44    };
45    CancelButton RID_PB_CANCEL
46    {
47        Pos = MAP_APPFONT ( 122, 23 ) ;
48        Size = MAP_APPFONT ( 50, 14 ) ;
49        TabStop = TRUE ;
50    };
51    PushButton RID_PB_NEW
52    {
53        HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW" ;
54        Pos = MAP_APPFONT ( 122, 57 ) ;
55        Size = MAP_APPFONT ( 50, 14 ) ;
56        TabStop = TRUE ;
57        Text [ en-US ] = "New" ;
58    };
59    PushButton RID_PB_DEL
60    {
61        HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL" ;
62        Pos = MAP_APPFONT ( 122, 74 ) ;
63        Size = MAP_APPFONT ( 50, 14 ) ;
64        TabStop = TRUE ;
65        Text [ en-US ] = "Delete" ;
66    };
67    CheckBox RID_CHKB_ACTIVE
68    {
69        HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE" ;
70        Pos = MAP_APPFONT ( 6, 87 ) ;
71        Size = MAP_APPFONT ( 40, 12 ) ;
72        TabStop = TRUE ;
73        Text [ en-US ] = "Active" ;
74    };
75    FixedText RID_FT_PASS
76    {
77        Pos = MAP_APPFONT ( 6, 102 ) ;
78        Size = MAP_APPFONT ( 75, 10 ) ;
79        Text [ en-US ] = "Pass Count:" ;
80    };
81    FixedText RID_FT_BRKPOINTS
82    {
83        Pos = MAP_APPFONT ( 6, 3 ) ;
84        Size = MAP_APPFONT ( 110, 10 ) ;
85        Text [ en-US ] = "Breakpoints" ;
86    };
87    NumericField RID_FLD_PASS
88    {
89        HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS" ;
90        Border = TRUE ;
91        Pos = MAP_APPFONT ( 81, 100 ) ;
92        Size = MAP_APPFONT ( 35, 12 ) ;
93        TabStop = TRUE ;
94    };
95    Text [ en-US ] = "Manage Breakpoints" ;
96};
97
98// ********************************************************************** EOF
99