1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "helpid.hrc" 29#include <brkdlg.hrc> 30ModalDialog RID_BASICIDE_BREAKPOINTDLG 31{ 32 HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ; 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Size = MAP_APPFONT ( 178 , 116 ) ; 36 Moveable = TRUE ; 37 // Closeable = TRUE; 38 ComboBox RID_CB_BRKPOINTS 39 { 40 HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS"; 41 Pos = MAP_APPFONT ( 6 , 14 ) ; 42 Size = MAP_APPFONT ( 110 , 70 ) ; 43 TabStop = TRUE ; 44 }; 45 OKButton RID_PB_OK 46 { 47 Pos = MAP_APPFONT ( 122 , 6 ) ; 48 Size = MAP_APPFONT ( 50 , 14 ) ; 49 TabStop = TRUE ; 50 }; 51 CancelButton RID_PB_CANCEL 52 { 53 Pos = MAP_APPFONT ( 122 , 23 ) ; 54 Size = MAP_APPFONT ( 50 , 14 ) ; 55 TabStop = TRUE ; 56 }; 57 PushButton RID_PB_NEW 58 { 59 HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW"; 60 Pos = MAP_APPFONT ( 122 , 57 ) ; 61 Size = MAP_APPFONT ( 50 , 14 ) ; 62 TabStop = TRUE ; 63 Text [ en-US ] = "New" ; 64 }; 65 PushButton RID_PB_DEL 66 { 67 HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL"; 68 Pos = MAP_APPFONT ( 122 , 74 ) ; 69 Size = MAP_APPFONT ( 50 , 14 ) ; 70 /* ### ACHTUNG: Neuer Text in Resource? L�schen : L�schen */ 71 TabStop = TRUE ; 72 Text [ en-US ] = "Delete" ; 73 }; 74 CheckBox RID_CHKB_ACTIVE 75 { 76 HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE"; 77 Pos = MAP_APPFONT ( 6 , 87 ) ; 78 Size = MAP_APPFONT ( 40 , 12 ) ; 79 TabStop = TRUE ; 80 Text [ en-US ] = "Active" ; 81 }; 82 FixedText RID_FT_PASS 83 { 84 Pos = MAP_APPFONT ( 6 , 102 ) ; 85 Size = MAP_APPFONT ( 75 , 10 ) ; 86 Text [ en-US ] = "Pass Count:" ; 87 }; 88 FixedText RID_FT_BRKPOINTS 89 { 90 Pos = MAP_APPFONT ( 6 , 3 ) ; 91 Size = MAP_APPFONT ( 110, 10 ) ; 92 Text [ en-US ] = "Breakpoints" ; 93 }; 94 NumericField RID_FLD_PASS 95 { 96 HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS"; 97 Border = TRUE ; 98 Pos = MAP_APPFONT ( 81 , 100 ) ; 99 Size = MAP_APPFONT ( 35 , 12 ) ; 100 TabStop = TRUE ; 101 }; 102 Text [ en-US ] = "Manage Breakpoints" ; 103}; 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136