diff options
Diffstat (limited to 'basctl/source/basicide/brkdlg.src')
-rw-r--r-- | basctl/source/basicide/brkdlg.src | 134 |
1 files changed, 0 insertions, 134 deletions
diff --git a/basctl/source/basicide/brkdlg.src b/basctl/source/basicide/brkdlg.src deleted file mode 100644 index 3f08bb23f..000000000 --- a/basctl/source/basicide/brkdlg.src +++ /dev/null @@ -1,134 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * 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. - * - * 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). - * - * 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. - * - ************************************************************************/ - -#include "helpid.hrc" -#include <brkdlg.hrc> -ModalDialog RID_BASICIDE_BREAKPOINTDLG -{ - HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ; - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 178 , 116 ) ; - Moveable = TRUE ; - // Closeable = TRUE; - ComboBox RID_CB_BRKPOINTS - { - HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS"; - 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 - { - HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW"; - Pos = MAP_APPFONT ( 122 , 57 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - Text [ en-US ] = "New" ; - }; - PushButton RID_PB_DEL - { - HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL"; - Pos = MAP_APPFONT ( 122 , 74 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - Text [ en-US ] = "Delete" ; - }; - CheckBox RID_CHKB_ACTIVE - { - HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE"; - Pos = MAP_APPFONT ( 6 , 87 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - TabStop = TRUE ; - Text [ en-US ] = "Active" ; - }; - FixedText RID_FT_PASS - { - Pos = MAP_APPFONT ( 6 , 102 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; - Text [ en-US ] = "Pass Count:" ; - }; - FixedText RID_FT_BRKPOINTS - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 110, 10 ) ; - Text [ en-US ] = "Breakpoints" ; - }; - NumericField RID_FLD_PASS - { - HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS"; - Border = TRUE ; - Pos = MAP_APPFONT ( 81 , 100 ) ; - Size = MAP_APPFONT ( 35 , 12 ) ; - TabStop = TRUE ; - }; - Text [ en-US ] = "Manage Breakpoints" ; -}; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |