mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 19:12:54 +02:00
134 lines
2.8 KiB
Plaintext
134 lines
2.8 KiB
Plaintext
inherited DebuggerEventLogOptionsFrame: TDebuggerEventLogOptionsFrame
|
|
Height = 329
|
|
Width = 534
|
|
ClientHeight = 329
|
|
ClientWidth = 534
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 536
|
|
DesignTop = 282
|
|
object gbGeneral: TGroupBox[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 104
|
|
Top = 0
|
|
Width = 534
|
|
Align = alTop
|
|
Caption = 'General'
|
|
ClientHeight = 89
|
|
ClientWidth = 530
|
|
TabOrder = 0
|
|
object chkClearLogOnRun: TCheckBox
|
|
Left = 0
|
|
Height = 22
|
|
Top = 0
|
|
Width = 107
|
|
Caption = 'Clear log on run'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object chkLimitLinecount: TCheckBox
|
|
Left = 0
|
|
Height = 22
|
|
Top = 24
|
|
Width = 116
|
|
Caption = 'Limit linecount to'
|
|
TabOrder = 1
|
|
end
|
|
object seLimitLinecount: TSpinEdit
|
|
Left = 42
|
|
Height = 23
|
|
Top = 49
|
|
Width = 82
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object gbMessages: TGroupBox[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = gbGeneral
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 219
|
|
Top = 110
|
|
Width = 534
|
|
Align = alClient
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Messages'
|
|
ClientHeight = 204
|
|
ClientWidth = 530
|
|
TabOrder = 1
|
|
object chkMessagesBreakpoint: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 5
|
|
Width = 81
|
|
Caption = 'Breakpoint'
|
|
TabOrder = 0
|
|
end
|
|
object chkMessagesProcess: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 29
|
|
Width = 65
|
|
Caption = 'Process'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
object chkMessagesThread: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 53
|
|
Width = 61
|
|
Caption = 'Thread'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
end
|
|
object chkMessagesModule: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 77
|
|
Width = 63
|
|
Caption = 'Module'
|
|
TabOrder = 3
|
|
end
|
|
object chkMessagesOutput: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 101
|
|
Width = 61
|
|
Caption = 'Output'
|
|
Enabled = False
|
|
TabOrder = 4
|
|
end
|
|
object chkMessagesDebugger: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 149
|
|
Width = 78
|
|
Caption = 'Debugger'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 5
|
|
end
|
|
object chkMessagesWindow: TCheckBox
|
|
Left = 4
|
|
Height = 22
|
|
Top = 125
|
|
Width = 66
|
|
Caption = 'Window'
|
|
Enabled = False
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
end
|