lazarus/debugger/breakpropertydlg.lfm
2009-01-04 20:39:47 +00:00

422 lines
11 KiB
Plaintext

inherited BreakPropertyDlg: TBreakPropertyDlg
Left = 973
Height = 379
Top = 224
Width = 370
HorzScrollBar.Page = 386
VertScrollBar.Page = 366
VertScrollBar.Range = 325
AutoScroll = False
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Breakpoint Properties'
ClientHeight = 379
ClientWidth = 370
Position = poScreenCenter
object lblFileName: TLabel[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtFilename
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 11
Width = 47
BorderSpacing.Around = 6
Caption = 'Filename:'
ParentColor = False
end
object lblLine: TLabel[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtLine
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 40
Width = 24
BorderSpacing.Around = 6
Caption = 'Line:'
ParentColor = False
end
object lblCondition: TLabel[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtCondition
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 69
Width = 50
BorderSpacing.Around = 6
Caption = 'Condition:'
ParentColor = False
end
object lblHitCount: TLabel[3]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtCounter
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 98
Width = 55
BorderSpacing.Around = 6
Caption = 'Hitcounter:'
ParentColor = False
end
object lblGroup: TLabel[4]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cmbGroup
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 155
Width = 34
BorderSpacing.Around = 6
Caption = 'Group:'
ParentColor = False
end
object lblAutoContinue: TLabel[5]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtAutocontinueMS
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 127
Width = 92
BorderSpacing.Around = 6
Caption = 'Auto continue (ms)'
ParentColor = False
end
object edtAutocontinueMS: TEdit[6]
AnchorSideLeft.Control = lblAutoContinue
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtCounter
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 114
Height = 23
Top = 123
Width = 250
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Around = 6
TabOrder = 4
Text = 'edtAutocontinueMS'
end
object edtCounter: TEdit[7]
AnchorSideLeft.Control = lblAutoContinue
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtCondition
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 114
Height = 23
Top = 94
Width = 250
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Around = 6
TabOrder = 3
Text = 'edtCounter'
end
object edtCondition: TEdit[8]
AnchorSideLeft.Control = lblAutoContinue
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtLine
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 114
Height = 23
Top = 65
Width = 250
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Around = 6
TabOrder = 2
Text = 'edtCondition'
end
object edtLine: TEdit[9]
AnchorSideLeft.Control = lblAutoContinue
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtFilename
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 114
Height = 23
Top = 36
Width = 250
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Around = 6
Color = clBtnFace
ReadOnly = True
TabOrder = 1
Text = 'edtLine'
end
object edtFilename: TEdit[10]
AnchorSideLeft.Control = lblAutoContinue
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 114
Height = 24
Top = 6
Width = 250
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
BorderSpacing.Around = 6
Color = clBtnFace
ReadOnly = True
TabOrder = 0
Text = 'edtFilename'
end
object cmbGroup: TComboBox[11]
AnchorSideLeft.Control = lblAutoContinue
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtAutocontinueMS
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 114
Height = 21
Top = 152
Width = 250
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Left = 10
BorderSpacing.Around = 6
Ctl3D = False
ItemHeight = 13
ItemWidth = 0
TabOrder = 5
Text = 'cmbGroup'
end
object gbActions: TGroupBox[12]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cmbGroup
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 163
Top = 179
Width = 358
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Actions'
ClientHeight = 145
ClientWidth = 354
Ctl3D = False
TabOrder = 6
object chkActionBreak: TCheckBox
AnchorSideLeft.Control = gbActions
AnchorSideTop.Control = gbActions
Left = 6
Height = 17
Top = 6
Width = 46
BorderSpacing.Around = 6
Caption = 'Break'
TabOrder = 0
end
object chkEnableGroups: TCheckBox
AnchorSideLeft.Control = gbActions
AnchorSideTop.Control = edtEnableGroups
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 32
Width = 83
BorderSpacing.Around = 6
Caption = 'Enable goups'
TabOrder = 1
end
object chkDisableGroups: TCheckBox
AnchorSideLeft.Control = gbActions
AnchorSideTop.Control = edtDisableGroups
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 61
Width = 88
BorderSpacing.Around = 6
Caption = 'Disable groups'
TabOrder = 2
end
object edtEnableGroups: TEditButton
AnchorSideLeft.Control = chkActionBreak
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkActionBreak
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 132
Height = 23
Top = 29
Width = 193
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 80
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
ButtonWidth = 23
Ctl3D = False
Enabled = False
NumGlyphs = 1
OnButtonClick = edtEnableGroupsButtonClick
TabOrder = 5
end
object edtDisableGroups: TEditButton
AnchorSideLeft.Control = chkActionBreak
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtEnableGroups
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 132
Height = 23
Top = 58
Width = 193
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 80
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
ButtonWidth = 23
Ctl3D = False
Enabled = False
NumGlyphs = 1
OnButtonClick = edtDisableGroupsButtonClick
TabOrder = 6
end
object chkEvalExpression: TCheckBox
AnchorSideLeft.Control = gbActions
AnchorSideTop.Control = edtEvalExpression
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 90
Width = 92
BorderSpacing.Around = 6
Caption = 'Eval expression'
Enabled = False
TabOrder = 3
end
object chkLogMessage: TCheckBox
AnchorSideLeft.Control = gbActions
AnchorSideTop.Control = edtLogMessage
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 119
Width = 81
BorderSpacing.Around = 6
Caption = 'Log message'
Enabled = False
TabOrder = 4
end
object edtEvalExpression: TEdit
AnchorSideLeft.Control = chkActionBreak
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtDisableGroups
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbActions
AnchorSideRight.Side = asrBottom
Left = 132
Height = 23
Top = 87
Width = 216
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 80
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Enabled = False
TabOrder = 7
end
object edtLogMessage: TEdit
AnchorSideLeft.Control = chkActionBreak
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtEvalExpression
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbActions
AnchorSideRight.Side = asrBottom
Left = 132
Height = 23
Top = 116
Width = 216
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 80
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Enabled = False
TabOrder = 8
end
end
object btnHelp: TBitBtn[13]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbActions
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 25
Top = 348
Width = 75
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
NumGlyphs = 0
OnClick = btnHelpClick
TabOrder = 7
end
object btnOK: TBitBtn[14]
AnchorSideTop.Control = gbActions
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnCancel
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 208
Height = 25
Top = 348
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'OK'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
ModalResult = 1
NumGlyphs = 0
OnClick = btnOKClick
TabOrder = 8
end
object btnCancel: TBitBtn[15]
AnchorSideTop.Control = gbActions
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 289
Height = 25
Top = 348
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
ModalResult = 2
NumGlyphs = 0
TabOrder = 9
end
end