2003-07-03 12:25:11 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-11 04:41:39 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
2008-04-11 04:41:39 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
2008-04-11 04:41:39 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
2008-04-11 04:41:39 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
2008-04-11 04:41:39 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
2008-04-11 04:41:39 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2003-07-03 12:25:11 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "helpid.hrc"
|
|
|
|
#include <brkdlg.hrc>
|
|
|
|
ModalDialog RID_BASICIDE_BREAKPOINTDLG
|
|
|
|
{
|
2010-10-14 06:11:09 -05:00
|
|
|
HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
OutputSize = TRUE ;
|
|
|
|
SVLook = TRUE ;
|
|
|
|
Size = MAP_APPFONT ( 178 , 116 ) ;
|
|
|
|
Moveable = TRUE ;
|
|
|
|
// Closeable = TRUE;
|
|
|
|
ComboBox RID_CB_BRKPOINTS
|
|
|
|
{
|
2010-10-11 10:56:12 -05:00
|
|
|
HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS";
|
2003-07-03 12:25:11 -05:00
|
|
|
Pos = MAP_APPFONT ( 6 , 14 ) ;
|
|
|
|
Size = MAP_APPFONT ( 110 , 70 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
};
|
|
|
|
OKButton RID_PB_OK
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 122 , 6 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
};
|
|
|
|
CancelButton RID_PB_CANCEL
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 122 , 23 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
TabStop = TRUE ;
|
|
|
|
};
|
|
|
|
PushButton RID_PB_NEW
|
|
|
|
{
|
2010-10-11 10:56:12 -05:00
|
|
|
HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW";
|
2003-07-03 12:25:11 -05:00
|
|
|
Pos = MAP_APPFONT ( 122 , 57 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
TabStop = TRUE ;
|
2004-06-25 06:44:42 -05:00
|
|
|
Text [ en-US ] = "New" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
};
|
|
|
|
PushButton RID_PB_DEL
|
|
|
|
{
|
2010-10-11 10:56:12 -05:00
|
|
|
HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL";
|
2003-07-03 12:25:11 -05:00
|
|
|
Pos = MAP_APPFONT ( 122 , 74 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
TabStop = TRUE ;
|
2004-06-25 06:44:42 -05:00
|
|
|
Text [ en-US ] = "Delete" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
};
|
|
|
|
CheckBox RID_CHKB_ACTIVE
|
|
|
|
{
|
2010-10-11 10:56:12 -05:00
|
|
|
HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE";
|
2003-07-03 12:25:11 -05:00
|
|
|
Pos = MAP_APPFONT ( 6 , 87 ) ;
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
TabStop = TRUE ;
|
2004-06-25 06:44:42 -05:00
|
|
|
Text [ en-US ] = "Active" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
};
|
|
|
|
FixedText RID_FT_PASS
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 6 , 102 ) ;
|
2009-09-17 09:29:05 -05:00
|
|
|
Size = MAP_APPFONT ( 75 , 10 ) ;
|
2004-06-25 06:44:42 -05:00
|
|
|
Text [ en-US ] = "Pass Count:" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
};
|
|
|
|
FixedText RID_FT_BRKPOINTS
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
2009-09-17 09:29:05 -05:00
|
|
|
Size = MAP_APPFONT ( 110, 10 ) ;
|
2004-06-25 06:44:42 -05:00
|
|
|
Text [ en-US ] = "Breakpoints" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
};
|
|
|
|
NumericField RID_FLD_PASS
|
|
|
|
{
|
2010-10-11 10:56:12 -05:00
|
|
|
HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS";
|
2003-07-03 12:25:11 -05:00
|
|
|
Border = TRUE ;
|
2009-09-17 09:29:05 -05:00
|
|
|
Pos = MAP_APPFONT ( 81 , 100 ) ;
|
|
|
|
Size = MAP_APPFONT ( 35 , 12 ) ;
|
2003-07-03 12:25:11 -05:00
|
|
|
TabStop = TRUE ;
|
|
|
|
};
|
2004-06-25 06:44:42 -05:00
|
|
|
Text [ en-US ] = "Manage Breakpoints" ;
|
2003-07-03 12:25:11 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 08:05:28 -05:00
|
|
|
|
|
|
|
|
2003-07-03 12:25:11 -05:00
|
|
|
|
2003-12-17 11:43:23 -06:00
|
|
|
|
2003-07-03 12:25:11 -05:00
|
|
|
|
|
|
|
|