1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 ModalDialog RID_BASICIDE_BREAKPOINTDLG
24 HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ;
27 Size = MAP_APPFONT ( 178 , 116 ) ;
30 ComboBox RID_CB_BRKPOINTS
32 HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS";
33 Pos = MAP_APPFONT ( 6 , 14 ) ;
34 Size = MAP_APPFONT ( 110 , 70 ) ;
39 Pos = MAP_APPFONT ( 122 , 6 ) ;
40 Size = MAP_APPFONT ( 50 , 14 ) ;
43 CancelButton RID_PB_CANCEL
45 Pos = MAP_APPFONT ( 122 , 23 ) ;
46 Size = MAP_APPFONT ( 50 , 14 ) ;
51 HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW";
52 Pos = MAP_APPFONT ( 122 , 57 ) ;
53 Size = MAP_APPFONT ( 50 , 14 ) ;
55 Text [ en-US ] = "New" ;
59 HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL";
60 Pos = MAP_APPFONT ( 122 , 74 ) ;
61 Size = MAP_APPFONT ( 50 , 14 ) ;
63 Text [ en-US ] = "Delete" ;
65 CheckBox RID_CHKB_ACTIVE
67 HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE";
68 Pos = MAP_APPFONT ( 6 , 87 ) ;
69 Size = MAP_APPFONT ( 40 , 12 ) ;
71 Text [ en-US ] = "Active" ;
75 Pos = MAP_APPFONT ( 6 , 102 ) ;
76 Size = MAP_APPFONT ( 75 , 10 ) ;
77 Text [ en-US ] = "Pass Count:" ;
79 FixedText RID_FT_BRKPOINTS
81 Pos = MAP_APPFONT ( 6 , 3 ) ;
82 Size = MAP_APPFONT ( 110, 10 ) ;
83 Text [ en-US ] = "Breakpoints" ;
85 NumericField RID_FLD_PASS
87 HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS";
89 Pos = MAP_APPFONT ( 81 , 100 ) ;
90 Size = MAP_APPFONT ( 35 , 12 ) ;
93 Text [ en-US ] = "Manage Breakpoints" ;
96 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */