lazarus/ide/frames/compiler_messages_options.lfm
2010-05-10 18:29:33 +00:00

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 = 437
ClientWidth = 622
TabOrder = 0
object editMsgFilter: TEdit
AnchorSideLeft.Control = lblFilter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompilerMessages
Left = 47
Height = 21
Top = 6
Width = 567
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 = 398
Top = 33
Width = 610
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnClick = chklistCompMsgClick
Sorted = True
TabOrder = 1
end
object lblFilter: TLabel
Left = 6
Height = 14
Top = 8
Width = 35
Caption = 'lblFilter'
ParentColor = False
end
end
end