home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TEDITADBP
/
TEDITADBP.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
109 lines
object EditAdBP: TEditAdBP
Left = 232
Top = 314
HelpContext = 5610
BorderStyle = bsDialog
Caption = 'Address breakpoint properties'
ClientHeight = 167
ClientWidth = 327
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 24
Width = 41
Height = 13
Caption = '&Address:'
end
object Label2: TLabel
Left = 16
Top = 48
Width = 47
Height = 13
Caption = '&Condition:'
end
object Label3: TLabel
Left = 16
Top = 72
Width = 56
Height = 13
Caption = '&Pass count:'
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 305
Height = 121
Shape = bsFrame
end
object AddressEdit: TEdit
Left = 88
Top = 16
Width = 209
Height = 21
HelpContext = 5611
TabOrder = 0
end
object ConditionEdit: TEdit
Left = 88
Top = 40
Width = 209
Height = 21
HelpContext = 5612
TabOrder = 1
end
object PassEdit: TEdit
Left = 88
Top = 64
Width = 209
Height = 21
HelpContext = 5613
TabOrder = 2
Text = '0'
end
object ModifyButton: TButton
Left = 88
Top = 96
Width = 75
Height = 25
HelpContext = 5614
Caption = '&Modify'
TabOrder = 3
OnClick = ModifyButtonClick
end
object NewButton: TButton
Left = 176
Top = 96
Width = 75
Height = 25
HelpContext = 5615
Caption = '&New'
TabOrder = 4
OnClick = NewButtonClick
end
object CancelButton: TButton
Left = 152
Top = 136
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object HelpButton: TButton
Left = 240
Top = 136
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 6
OnClick = HelpButtonClick
end
end