bump product version to 4.1.6.2
[LibreOffice.git] / basctl / source / basicide / brkdlg.src
bloba14085e94462d9f346d65c3c77bdc9efc377d7f9
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "helpid.hrc"
21 #include <brkdlg.hrc>
22 ModalDialog RID_BASICIDE_BREAKPOINTDLG
24     HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ;
25     OutputSize = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 178 , 116 ) ;
28     Moveable = TRUE ;
29      // Closeable = TRUE;
30     ComboBox RID_CB_BRKPOINTS
31     {
32         HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS";
33         Pos = MAP_APPFONT ( 6 , 14 ) ;
34         Size = MAP_APPFONT ( 110 , 70 ) ;
35         TabStop = TRUE ;
36     };
37     OKButton RID_PB_OK
38     {
39         Pos = MAP_APPFONT ( 122 , 6 ) ;
40         Size = MAP_APPFONT ( 50 , 14 ) ;
41         TabStop = TRUE ;
42     };
43     CancelButton RID_PB_CANCEL
44     {
45         Pos = MAP_APPFONT ( 122 , 23 ) ;
46         Size = MAP_APPFONT ( 50 , 14 ) ;
47         TabStop = TRUE ;
48     };
49     PushButton RID_PB_NEW
50     {
51         HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW";
52         Pos = MAP_APPFONT ( 122 , 57 ) ;
53         Size = MAP_APPFONT ( 50 , 14 ) ;
54         TabStop = TRUE ;
55         Text [ en-US ] = "New" ;
56     };
57     PushButton RID_PB_DEL
58     {
59         HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL";
60         Pos = MAP_APPFONT ( 122 , 74 ) ;
61         Size = MAP_APPFONT ( 50 , 14 ) ;
62         TabStop = TRUE ;
63         Text [ en-US ] = "Delete" ;
64     };
65     CheckBox RID_CHKB_ACTIVE
66     {
67         HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE";
68         Pos = MAP_APPFONT ( 6 , 87 ) ;
69         Size = MAP_APPFONT ( 40 , 12 ) ;
70         TabStop = TRUE ;
71         Text [ en-US ] = "Active" ;
72     };
73     FixedText RID_FT_PASS
74     {
75         Pos = MAP_APPFONT ( 6 , 102 ) ;
76         Size = MAP_APPFONT ( 75 , 10 ) ;
77         Text [ en-US ] = "Pass Count:" ;
78     };
79     FixedText RID_FT_BRKPOINTS
80     {
81         Pos = MAP_APPFONT ( 6 , 3 ) ;
82         Size = MAP_APPFONT ( 110, 10 ) ;
83         Text [ en-US ] = "Breakpoints" ;
84     };
85     NumericField RID_FLD_PASS
86     {
87         HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS";
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 81 , 100 ) ;
90         Size = MAP_APPFONT ( 35 , 12 ) ;
91         TabStop = TRUE ;
92     };
93     Text [ en-US ] = "Manage Breakpoints" ;
96 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */