1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: brkdlg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 ModalDialog RID_BASICIDE_BREAKPOINTDLG
35 // HelpId = HID_BASICIDE_BRKPNTS ;
38 Size = MAP_APPFONT ( 178 , 116 ) ;
41 ComboBox RID_CB_BRKPOINTS
43 Pos = MAP_APPFONT ( 6 , 14 ) ;
44 Size = MAP_APPFONT ( 110 , 70 ) ;
49 Pos = MAP_APPFONT ( 122 , 6 ) ;
50 Size = MAP_APPFONT ( 50 , 14 ) ;
53 CancelButton RID_PB_CANCEL
55 Pos = MAP_APPFONT ( 122 , 23 ) ;
56 Size = MAP_APPFONT ( 50 , 14 ) ;
61 Pos = MAP_APPFONT ( 122 , 57 ) ;
62 Size = MAP_APPFONT ( 50 , 14 ) ;
64 Text [ en-US ] = "New" ;
68 Pos = MAP_APPFONT ( 122 , 74 ) ;
69 Size = MAP_APPFONT ( 50 , 14 ) ;
70 /* ### ACHTUNG: Neuer Text in Resource? Löschen : L÷schen */
72 Text [ en-US ] = "Delete" ;
74 CheckBox RID_CHKB_ACTIVE
76 Pos = MAP_APPFONT ( 6 , 87 ) ;
77 Size = MAP_APPFONT ( 40 , 12 ) ;
79 Text [ en-US ] = "Active" ;
83 Pos = MAP_APPFONT ( 6 , 102 ) ;
84 Size = MAP_APPFONT ( 75 , 10 ) ;
85 Text [ en-US ] = "Pass Count:" ;
87 FixedText RID_FT_BRKPOINTS
89 Pos = MAP_APPFONT ( 6 , 3 ) ;
90 Size = MAP_APPFONT ( 110, 10 ) ;
91 Text [ en-US ] = "Breakpoints" ;
93 NumericField RID_FLD_PASS
96 Pos = MAP_APPFONT ( 81 , 100 ) ;
97 Size = MAP_APPFONT ( 35 , 12 ) ;
100 Text [ en-US ] = "Manage Breakpoints" ;