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