home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TADDADRBP
/
TADDADRBP.txt
Wrap
Text File
|
1998-06-16
|
2KB
|
99 lines
object AddAdrBP: TAddAdrBP
Left = 270
Top = 289
HelpContext = 5610
BorderStyle = bsDialog
Caption = 'Add Address Breakpoint'
ClientHeight = 140
ClientWidth = 323
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 20
Width = 41
Height = 13
Caption = '&Address:'
FocusControl = AddressEdit
end
object Label2: TLabel
Left = 16
Top = 42
Width = 47
Height = 13
Caption = '&Condition:'
FocusControl = ConditionEdit
end
object Label3: TLabel
Left = 16
Top = 66
Width = 56
Height = 13
Caption = '&Pass count:'
FocusControl = PassEdit
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 306
Height = 91
Shape = bsFrame
end
object AddressEdit: TEdit
Left = 96
Top = 18
Width = 209
Height = 21
TabOrder = 0
end
object ConditionEdit: TEdit
Left = 96
Top = 42
Width = 209
Height = 21
TabOrder = 1
end
object PassEdit: TEdit
Left = 96
Top = 66
Width = 209
Height = 21
TabOrder = 2
Text = '0'
end
object CancelButton: TButton
Left = 152
Top = 106
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object HelpButton: TButton
Left = 240
Top = 106
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 5
OnClick = HelpButtonClick
end
object OKButton: TButton
Left = 64
Top = 106
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 3
OnClick = OKButtonClick
end
end