1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
object CompilerMessagesOptionsFrame: TCompilerMessagesOptionsFrame
Left = 0
Height = 455
Top = 0
Width = 631
ClientHeight = 455
ClientWidth = 631
TabOrder = 0
DesignLeft = 239
DesignTop = 167
object grpCompilerMessages: TGroupBox
Left = 0
Height = 455
Top = 0
Width = 631
Align = alClient
Caption = 'grpCompilerMessages'
ClientHeight = 439
ClientWidth = 627
TabOrder = 0
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 = 383
Top = 50
Width = 615
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
OnItemClick = chklistCompMsgItemClick
Sorted = True
TabOrder = 4
TopIndex = -1
end
object lblFilter: TLabel
AnchorSideTop.Control = editMsgFilter
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 32
Width = 40
Caption = 'lblFilter'
ParentColor = False
end
object editMsgFilter: TListFilterEdit
AnchorSideLeft.Control = lblFilter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MsgFileEdit
AnchorSideTop.Side = asrBottom
Left = 62
Height = 28
Top = 34
Width = 559
OnCheckItem = CheckItem
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
MaxLength = 0
ParentFont = False
TabOrder = 3
FilteredListbox = chklistCompMsg
end
object UseMsgFileCheckBox: TCheckBox
AnchorSideLeft.Control = grpCompilerMessages
AnchorSideTop.Control = MsgFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 21
Top = 1
Width = 129
BorderSpacing.Left = 6
Caption = 'UseMsgFileCheckBox'
OnChange = UseMsgFileCheckBoxChange
TabOrder = 0
end
object MsgFileEdit: TEdit
AnchorSideLeft.Control = UseMsgFileCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompilerMessages
AnchorSideRight.Control = MsgFileBrowseButton
Left = 141
Height = 22
Top = 0
Width = 366
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
TabOrder = 1
Text = 'MsgFileEdit'
end
object MsgFileBrowseButton: TButton
AnchorSideTop.Control = MsgFileEdit
AnchorSideRight.Control = grpCompilerMessages
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = MsgFileEdit
AnchorSideBottom.Side = asrBottom
Left = 507
Height = 22
Top = 0
Width = 120
Anchors = [akTop, akRight, akBottom]
AutoSize = True
Caption = 'MsgFileBrowseButton'
OnClick = MsgFileBrowseButtonClick
TabOrder = 2
end
end
end
|