mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 19:38:24 +02:00
162 lines
3.4 KiB
Plaintext
162 lines
3.4 KiB
Plaintext
object DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
|
|
Left = 0
|
|
Height = 368
|
|
Top = 0
|
|
Width = 534
|
|
HelpContext = 0
|
|
ClientHeight = 368
|
|
ClientWidth = 534
|
|
Ctl3D = False
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 536
|
|
DesignTop = 282
|
|
object gbGeneral: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 132
|
|
Top = 0
|
|
Width = 534
|
|
HelpContext = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'General'
|
|
ClientHeight = 114
|
|
ClientWidth = 530
|
|
Ctl3D = False
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
object chkClearLogOnRun: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 5
|
|
Width = 102
|
|
HelpContext = 0
|
|
Caption = 'Clear log on run'
|
|
TabOrder = 0
|
|
UseOnChange = False
|
|
end
|
|
object chkLimitLinecount: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 29
|
|
Width = 106
|
|
HelpContext = 0
|
|
Caption = 'Limit linecount to'
|
|
TabOrder = 1
|
|
UseOnChange = False
|
|
end
|
|
object seLimitLinecount: TSpinEdit
|
|
Left = 46
|
|
Height = 20
|
|
Top = 54
|
|
Width = 82
|
|
HelpContext = 0
|
|
Enabled = False
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object gbMessages: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = gbGeneral
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 230
|
|
Top = 138
|
|
Width = 534
|
|
HelpContext = 0
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Messages'
|
|
ClientHeight = 212
|
|
ClientWidth = 530
|
|
Ctl3D = False
|
|
Enabled = False
|
|
ParentCtl3D = False
|
|
TabOrder = 1
|
|
object chkMessagesBreakpoint: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 5
|
|
Width = 77
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Breakpoint'
|
|
TabOrder = 0
|
|
UseOnChange = False
|
|
end
|
|
object chkMessagesProcess: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 29
|
|
Width = 63
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Process'
|
|
TabOrder = 1
|
|
UseOnChange = False
|
|
end
|
|
object chkMessagesThread: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 53
|
|
Width = 60
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Thread'
|
|
TabOrder = 2
|
|
UseOnChange = False
|
|
end
|
|
object chkMessagesModule: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 77
|
|
Width = 60
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Module'
|
|
TabOrder = 3
|
|
UseOnChange = False
|
|
end
|
|
object chkMessagesOutput: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 101
|
|
Width = 60
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Output'
|
|
TabOrder = 4
|
|
UseOnChange = False
|
|
end
|
|
object chkMessagesWindow: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 125
|
|
Width = 64
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Window'
|
|
TabOrder = 5
|
|
UseOnChange = False
|
|
end
|
|
object chkMessagesInterface: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 149
|
|
Width = 71
|
|
HelpContext = 0
|
|
AllowGrayed = True
|
|
Caption = 'Interface'
|
|
TabOrder = 6
|
|
UseOnChange = False
|
|
end
|
|
end
|
|
end
|