xref: /trunk/main/basctl/source/basicide/brkdlg.src (revision ef4882fc8f0ef2394a48bfabe9ea38cd50d34252)
18e0a7b1bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e0a7b1bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e0a7b1bSAndrew Rist * distributed with this work for additional information
68e0a7b1bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the
88e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance
98e0a7b1bSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118e0a7b1bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing,
148e0a7b1bSAndrew Rist * software distributed under the License is distributed on an
158e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e0a7b1bSAndrew Rist * KIND, either express or implied.  See the License for the
178e0a7b1bSAndrew Rist * specific language governing permissions and limitations
188e0a7b1bSAndrew Rist * under the License.
19cdf0e10cSrcweir *
208e0a7b1bSAndrew Rist *************************************************************/
218e0a7b1bSAndrew Rist
228e0a7b1bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpid.hrc"
25dd913a84Sdamjan#include "brkdlg.hrc"
26cdf0e10cSrcweirModalDialog RID_BASICIDE_BREAKPOINTDLG
27cdf0e10cSrcweir{
28cdf0e10cSrcweir    HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ;
29cdf0e10cSrcweir    OutputSize = TRUE ;
30cdf0e10cSrcweir    SVLook = TRUE ;
31cdf0e10cSrcweir    Size = MAP_APPFONT ( 178, 116 ) ;
32cdf0e10cSrcweir    Moveable = TRUE ;
33cdf0e10cSrcweir    //  Closeable = TRUE ;
34cdf0e10cSrcweir    ComboBox RID_CB_BRKPOINTS
35cdf0e10cSrcweir    {
36cdf0e10cSrcweir        HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS" ;
37cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 14 ) ;
38cdf0e10cSrcweir        Size = MAP_APPFONT ( 110, 70 ) ;
39cdf0e10cSrcweir        TabStop = TRUE ;
40cdf0e10cSrcweir    };
41cdf0e10cSrcweir    OKButton RID_PB_OK
42cdf0e10cSrcweir    {
43cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 6 ) ;
44cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
45cdf0e10cSrcweir        TabStop = TRUE ;
46cdf0e10cSrcweir    };
47cdf0e10cSrcweir    CancelButton RID_PB_CANCEL
48cdf0e10cSrcweir    {
49cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 23 ) ;
50cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
51cdf0e10cSrcweir        TabStop = TRUE ;
52cdf0e10cSrcweir    };
53cdf0e10cSrcweir    PushButton RID_PB_NEW
54cdf0e10cSrcweir    {
55cdf0e10cSrcweir        HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW" ;
56cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 57 ) ;
57cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
58cdf0e10cSrcweir        TabStop = TRUE ;
59cdf0e10cSrcweir        Text [ en-US ] = "New" ;
60cdf0e10cSrcweir    };
61cdf0e10cSrcweir    PushButton RID_PB_DEL
62cdf0e10cSrcweir    {
63cdf0e10cSrcweir        HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL" ;
64cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 74 ) ;
65cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
66cdf0e10cSrcweir        TabStop = TRUE ;
67cdf0e10cSrcweir        Text [ en-US ] = "Delete" ;
68cdf0e10cSrcweir    };
69cdf0e10cSrcweir    CheckBox RID_CHKB_ACTIVE
70cdf0e10cSrcweir    {
71cdf0e10cSrcweir        HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE" ;
72cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 87 ) ;
73cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
74cdf0e10cSrcweir        TabStop = TRUE ;
75cdf0e10cSrcweir        Text [ en-US ] = "Active" ;
76cdf0e10cSrcweir    };
77cdf0e10cSrcweir    FixedText RID_FT_PASS
78cdf0e10cSrcweir    {
79cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 102 ) ;
80cdf0e10cSrcweir        Size = MAP_APPFONT ( 75, 10 ) ;
81cdf0e10cSrcweir        Text [ en-US ] = "Pass Count:" ;
82cdf0e10cSrcweir    };
83cdf0e10cSrcweir    FixedText RID_FT_BRKPOINTS
84cdf0e10cSrcweir    {
85cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
86cdf0e10cSrcweir        Size = MAP_APPFONT ( 110, 10 ) ;
87cdf0e10cSrcweir        Text [ en-US ] = "Breakpoints" ;
88cdf0e10cSrcweir    };
89cdf0e10cSrcweir    NumericField RID_FLD_PASS
90cdf0e10cSrcweir    {
91cdf0e10cSrcweir        HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS" ;
92cdf0e10cSrcweir        Border = TRUE ;
93cdf0e10cSrcweir        Pos = MAP_APPFONT ( 81, 100 ) ;
94cdf0e10cSrcweir        Size = MAP_APPFONT ( 35, 12 ) ;
95cdf0e10cSrcweir        TabStop = TRUE ;
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir    Text [ en-US ] = "Manage Breakpoints" ;
98cdf0e10cSrcweir};
99cdf0e10cSrcweir
100*ef4882fcSmseidel// ********************************************************************** EOF
101