1*8e0a7b1bSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8e0a7b1bSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8e0a7b1bSAndrew Rist * distributed with this work for additional information 6*8e0a7b1bSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance 9*8e0a7b1bSAndrew Rist * with the License. You may obtain a copy of the License at 10*8e0a7b1bSAndrew Rist * 11*8e0a7b1bSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8e0a7b1bSAndrew Rist * 13*8e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8e0a7b1bSAndrew Rist * software distributed under the License is distributed on an 15*8e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8e0a7b1bSAndrew Rist * KIND, either express or implied. See the License for the 17*8e0a7b1bSAndrew Rist * specific language governing permissions and limitations 18*8e0a7b1bSAndrew Rist * under the License. 19*8e0a7b1bSAndrew Rist * 20*8e0a7b1bSAndrew Rist *************************************************************/ 21*8e0a7b1bSAndrew Rist 22*8e0a7b1bSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "helpid.hrc" 25cdf0e10cSrcweir#include <brkdlg.hrc> 26cdf0e10cSrcweirModalDialog RID_BASICIDE_BREAKPOINTDLG 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ; 29cdf0e10cSrcweir OutputSize = TRUE ; 30cdf0e10cSrcweir SVLook = TRUE ; 31cdf0e10cSrcweir Size = MAP_APPFONT ( 178 , 116 ) ; 32cdf0e10cSrcweir Moveable = TRUE ; 33cdf0e10cSrcweir // Closeable = TRUE; 34cdf0e10cSrcweir ComboBox RID_CB_BRKPOINTS 35cdf0e10cSrcweir { 36cdf0e10cSrcweir HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS"; 37cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 14 ) ; 38cdf0e10cSrcweir Size = MAP_APPFONT ( 110 , 70 ) ; 39cdf0e10cSrcweir TabStop = TRUE ; 40cdf0e10cSrcweir }; 41cdf0e10cSrcweir OKButton RID_PB_OK 42cdf0e10cSrcweir { 43cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 6 ) ; 44cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 45cdf0e10cSrcweir TabStop = TRUE ; 46cdf0e10cSrcweir }; 47cdf0e10cSrcweir CancelButton RID_PB_CANCEL 48cdf0e10cSrcweir { 49cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 23 ) ; 50cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 51cdf0e10cSrcweir TabStop = TRUE ; 52cdf0e10cSrcweir }; 53cdf0e10cSrcweir PushButton RID_PB_NEW 54cdf0e10cSrcweir { 55cdf0e10cSrcweir HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW"; 56cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 57 ) ; 57cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 58cdf0e10cSrcweir TabStop = TRUE ; 59cdf0e10cSrcweir Text [ en-US ] = "New" ; 60cdf0e10cSrcweir }; 61cdf0e10cSrcweir PushButton RID_PB_DEL 62cdf0e10cSrcweir { 63cdf0e10cSrcweir HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL"; 64cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 74 ) ; 65cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 66cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? L�schen : L�schen */ 67cdf0e10cSrcweir TabStop = TRUE ; 68cdf0e10cSrcweir Text [ en-US ] = "Delete" ; 69cdf0e10cSrcweir }; 70cdf0e10cSrcweir CheckBox RID_CHKB_ACTIVE 71cdf0e10cSrcweir { 72cdf0e10cSrcweir HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE"; 73cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 87 ) ; 74cdf0e10cSrcweir Size = MAP_APPFONT ( 40 , 12 ) ; 75cdf0e10cSrcweir TabStop = TRUE ; 76cdf0e10cSrcweir Text [ en-US ] = "Active" ; 77cdf0e10cSrcweir }; 78cdf0e10cSrcweir FixedText RID_FT_PASS 79cdf0e10cSrcweir { 80cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 102 ) ; 81cdf0e10cSrcweir Size = MAP_APPFONT ( 75 , 10 ) ; 82cdf0e10cSrcweir Text [ en-US ] = "Pass Count:" ; 83cdf0e10cSrcweir }; 84cdf0e10cSrcweir FixedText RID_FT_BRKPOINTS 85cdf0e10cSrcweir { 86cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 87cdf0e10cSrcweir Size = MAP_APPFONT ( 110, 10 ) ; 88cdf0e10cSrcweir Text [ en-US ] = "Breakpoints" ; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir NumericField RID_FLD_PASS 91cdf0e10cSrcweir { 92cdf0e10cSrcweir HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS"; 93cdf0e10cSrcweir Border = TRUE ; 94cdf0e10cSrcweir Pos = MAP_APPFONT ( 81 , 100 ) ; 95cdf0e10cSrcweir Size = MAP_APPFONT ( 35 , 12 ) ; 96cdf0e10cSrcweir TabStop = TRUE ; 97cdf0e10cSrcweir }; 98cdf0e10cSrcweir Text [ en-US ] = "Manage Breakpoints" ; 99cdf0e10cSrcweir}; 100cdf0e10cSrcweir 101cdf0e10cSrcweir 102cdf0e10cSrcweir 103cdf0e10cSrcweir 104cdf0e10cSrcweir 105cdf0e10cSrcweir 106cdf0e10cSrcweir 107cdf0e10cSrcweir 108cdf0e10cSrcweir 109cdf0e10cSrcweir 110cdf0e10cSrcweir 111cdf0e10cSrcweir 112cdf0e10cSrcweir 113cdf0e10cSrcweir 114cdf0e10cSrcweir 115cdf0e10cSrcweir 116cdf0e10cSrcweir 117cdf0e10cSrcweir 118cdf0e10cSrcweir 119cdf0e10cSrcweir 120cdf0e10cSrcweir 121cdf0e10cSrcweir 122cdf0e10cSrcweir 123cdf0e10cSrcweir 124cdf0e10cSrcweir 125cdf0e10cSrcweir 126cdf0e10cSrcweir 127cdf0e10cSrcweir 128cdf0e10cSrcweir 129cdf0e10cSrcweir 130cdf0e10cSrcweir 131cdf0e10cSrcweir 132