mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 13:52:42 +02:00
64 lines
1.6 KiB
Plaintext
64 lines
1.6 KiB
Plaintext
inherited CompilerMessagesOptionsFrame: TCompilerMessagesOptionsFrame
|
|
Height = 455
|
|
Width = 626
|
|
ClientHeight = 455
|
|
ClientWidth = 626
|
|
TabOrder = 0
|
|
DesignLeft = 287
|
|
DesignTop = 181
|
|
object grpCompilerMessages: TGroupBox[0]
|
|
Left = 0
|
|
Height = 455
|
|
Top = 0
|
|
Width = 626
|
|
Align = alClient
|
|
Caption = 'grpCompilerMessages'
|
|
ClientHeight = 436
|
|
ClientWidth = 622
|
|
TabOrder = 0
|
|
object editMsgFilter: TEdit
|
|
AnchorSideLeft.Control = lblFilter
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = grpCompilerMessages
|
|
Left = 56
|
|
Height = 21
|
|
Top = 6
|
|
Width = 558
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
OnChange = editMsgFilterChange
|
|
TabOrder = 0
|
|
Text = 'editMsgFilter'
|
|
end
|
|
object chklistCompMsg: TCheckListBox
|
|
AnchorSideLeft.Control = grpCompilerMessages
|
|
AnchorSideTop.Control = editMsgFilter
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpCompilerMessages
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = grpCompilerMessages
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 397
|
|
Top = 33
|
|
Width = 610
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnItemClick = chklistCompMsgItemClick
|
|
Sorted = True
|
|
TabOrder = 1
|
|
end
|
|
object lblFilter: TLabel
|
|
Left = 6
|
|
Height = 16
|
|
Top = 8
|
|
Width = 44
|
|
Caption = 'lblFilter'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|