Update ooo320-m1
[ooovba.git] / basctl / source / basicide / brkdlg.src
blob443c05e2dffdf55e22a4d5e552c5e4939d59457b
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: brkdlg.src,v $
10  * $Revision: 1.27 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "helpid.hrc"
32 #include <brkdlg.hrc>
33 ModalDialog RID_BASICIDE_BREAKPOINTDLG
35      // HelpId = HID_BASICIDE_BRKPNTS ;
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 178 , 116 ) ;
39     Moveable = TRUE ;
40      // Closeable = TRUE;
41     ComboBox RID_CB_BRKPOINTS
42     {
43         Pos = MAP_APPFONT ( 6 , 14 ) ;
44         Size = MAP_APPFONT ( 110 , 70 ) ;
45         TabStop = TRUE ;
46     };
47     OKButton RID_PB_OK
48     {
49         Pos = MAP_APPFONT ( 122 , 6 ) ;
50         Size = MAP_APPFONT ( 50 , 14 ) ;
51         TabStop = TRUE ;
52     };
53     CancelButton RID_PB_CANCEL
54     {
55         Pos = MAP_APPFONT ( 122 , 23 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58     };
59     PushButton RID_PB_NEW
60     {
61         Pos = MAP_APPFONT ( 122 , 57 ) ;
62         Size = MAP_APPFONT ( 50 , 14 ) ;
63         TabStop = TRUE ;
64         Text [ en-US ] = "New" ;
65     };
66     PushButton RID_PB_DEL
67     {
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         Pos = MAP_APPFONT ( 6 , 87 ) ;
77         Size = MAP_APPFONT ( 40 , 12 ) ;
78         TabStop = TRUE ;
79         Text [ en-US ] = "Active" ;
80     };
81     FixedText RID_FT_PASS
82     {
83         Pos = MAP_APPFONT ( 6 , 102 ) ;
84         Size = MAP_APPFONT ( 75 , 10 ) ;
85         Text [ en-US ] = "Pass Count:" ;
86     };
87     FixedText RID_FT_BRKPOINTS
88     {
89         Pos = MAP_APPFONT ( 6 , 3 ) ;
90         Size = MAP_APPFONT ( 110, 10 ) ;
91         Text [ en-US ] = "Breakpoints" ;
92     };
93     NumericField RID_FLD_PASS
94     {
95         Border = TRUE ;
96         Pos = MAP_APPFONT ( 81 , 100 ) ;
97         Size = MAP_APPFONT ( 35 , 12 ) ;
98         TabStop = TRUE ;
99     };
100     Text [ en-US ] = "Manage Breakpoints" ;