home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TADDADRBP
/
TADDADRBP.txt
Wrap
Text File
|
1999-08-11
|
5KB
|
255 lines
object AddAdrBP: TAddAdrBP
Left = 254
Top = 206
HelpContext = 5610
BorderStyle = bsDialog
Caption = 'Add Address Breakpoint'
ClientHeight = 425
ClientWidth = 327
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 20
Width = 41
Height = 13
Caption = 'Addre&ss:'
FocusControl = AddressEdit
end
object Label2: TLabel
Left = 16
Top = 42
Width = 47
Height = 13
Caption = '&Condition:'
FocusControl = ConditionEdit
end
object lbPassCount: TLabel
Left = 16
Top = 66
Width = 56
Height = 13
Caption = '&Pass count:'
FocusControl = PassEdit
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 310
Height = 376
Anchors = [akLeft, akTop, akRight, akBottom]
Shape = bsFrame
end
object Label5: TLabel
Left = 16
Top = 92
Width = 32
Height = 13
Caption = '&Group:'
FocusControl = edGroupName
end
object AddressEdit: THistoryPropComboBox
Left = 96
Top = 18
Width = 212
Height = 21
ItemHeight = 13
TabOrder = 0
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPAddress'
end
object ConditionEdit: THistoryPropComboBox
Left = 96
Top = 42
Width = 212
Height = 21
ItemHeight = 13
TabOrder = 1
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPCondition'
end
object PassEdit: THistoryPropComboBox
Left = 96
Top = 66
Width = 212
Height = 21
ItemHeight = 13
TabOrder = 2
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPPassCount'
end
object CancelButton: TButton
Left = 156
Top = 391
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object HelpButton: TButton
Left = 244
Top = 391
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Help'
TabOrder = 8
OnClick = HelpButtonClick
end
object OKButton: TButton
Left = 68
Top = 391
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
TabOrder = 6
OnClick = OKButtonClick
end
object edGroupName: THistoryPropComboBox
Left = 96
Top = 90
Width = 212
Height = 21
ItemHeight = 13
TabOrder = 3
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPGroup'
end
object gbActions: TGroupBox
Left = 16
Top = 152
Width = 294
Height = 201
Caption = ' Actions: '
TabOrder = 5
Visible = False
object lbLogMessage: TLabel
Left = 8
Top = 80
Width = 66
Height = 13
Caption = 'Log &message:'
FocusControl = edLogMessage
end
object lbEnableGroup: TLabel
Left = 8
Top = 152
Width = 66
Height = 13
Caption = 'E&nable group:'
FocusControl = edEnableGroup
end
object lbDisableGroup: TLabel
Left = 8
Top = 176
Width = 68
Height = 13
Caption = '&Disable group:'
FocusControl = edDisableGroup
end
object lbEvalExpression: TLabel
Left = 8
Top = 104
Width = 77
Height = 13
Caption = 'E&val expression:'
FocusControl = edEvalExpression
end
object cbBreak: TCheckBox
Left = 8
Top = 16
Width = 97
Height = 17
Caption = '&Break'
TabOrder = 0
end
object edLogMessage: THistoryPropComboBox
Left = 90
Top = 76
Width = 198
Height = 21
ItemHeight = 13
TabOrder = 3
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPLogMessage'
end
object edEnableGroup: THistoryPropComboBox
Left = 90
Top = 148
Width = 198
Height = 21
ItemHeight = 13
TabOrder = 6
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPGroup'
end
object edDisableGroup: THistoryPropComboBox
Left = 90
Top = 172
Width = 198
Height = 21
ItemHeight = 13
TabOrder = 7
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPGroup'
end
object edEvalExpression: THistoryPropComboBox
Left = 90
Top = 100
Width = 198
Height = 21
ItemHeight = 13
TabOrder = 4
OnChange = edEvalExpressionChange
HistoryManager = EnvironmentOptions.HistoryLists
HistoryList = 'hlBPEvalExpression'
end
object cbLogResult: TCheckBox
Left = 90
Top = 126
Width = 97
Height = 17
Caption = 'Log &result'
TabOrder = 5
end
object cbIgnoreExceptions: TCheckBox
Left = 8
Top = 36
Width = 217
Height = 17
Caption = '&Ignore subsequent exceptions'
TabOrder = 1
OnClick = cbIgnoreExceptionsClick
end
object cbHandleExceptions: TCheckBox
Left = 8
Top = 56
Width = 177
Height = 17
Caption = 'Handle subsequent e&xceptions'
TabOrder = 2
OnClick = cbHandleExceptionsClick
end
end
object AdvancedButton: TButton
Left = 235
Top = 120
Width = 75
Height = 25
Caption = '&Advanced >>'
TabOrder = 4
OnClick = AdvancedButtonClick
end
end