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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
object CodyFindOverloadsWindow: TCodyFindOverloadsWindow
Left = 728
Height = 400
Top = 242
Width = 556
Caption = 'CodyFindOverloadsWindow'
ClientHeight = 400
ClientWidth = 556
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.5'
object BtnPanel: TPanel
Left = 0
Height = 39
Top = 361
Width = 556
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ClientHeight = 39
ClientWidth = 556
TabOrder = 0
object JumpToButton: TButton
Left = 456
Height = 27
Top = 6
Width = 94
Align = alRight
AutoSize = True
Caption = 'JumpToButton'
OnClick = JumpToButtonClick
TabOrder = 0
end
object RefreshButton: TButton
Left = 6
Height = 27
Top = 6
Width = 95
Align = alLeft
AutoSize = True
Caption = 'RefreshButton'
OnClick = RefreshButtonClick
TabOrder = 1
end
end
object FilterGroupBox: TGroupBox
Left = 0
Height = 94
Top = 267
Width = 556
Align = alBottom
AutoSize = True
Caption = 'FilterGroupBox'
ChildSizing.LeftRightSpacing = 6
ClientHeight = 77
ClientWidth = 552
TabOrder = 1
object CompatibleParamsCheckBox: TCheckBox
AnchorSideLeft.Control = FilterGroupBox
AnchorSideTop.Control = FilterGroupBox
Left = 6
Height = 24
Top = 0
Width = 181
Caption = 'CompatibleParamsCheckBox'
Checked = True
OnChange = CompatibleParamsCheckBoxChange
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 0
end
object RelationLabel: TLabel
AnchorSideLeft.Control = FilterGroupBox
AnchorSideTop.Control = RelationComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 31
Width = 75
Caption = 'RelationLabel'
ParentColor = False
end
object RelationComboBox: TComboBox
AnchorSideLeft.Control = RelationLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompatibleParamsCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = FilterGroupBox
AnchorSideRight.Side = asrBottom
Left = 87
Height = 29
Top = 24
Width = 459
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
ItemHeight = 0
OnChange = RelationComboBoxChange
Style = csDropDownList
TabOrder = 1
end
object HideAbstractCheckBox: TCheckBox
AnchorSideLeft.Control = FilterGroupBox
AnchorSideTop.Control = RelationComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 53
Width = 152
Caption = 'HideAbstractCheckBox'
OnChange = HideAbstractCheckBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
end
object ResultsGroupBox: TGroupBox
Left = 0
Height = 267
Top = 0
Width = 556
Align = alClient
Caption = 'ResultsGroupBox'
ClientHeight = 250
ClientWidth = 552
TabOrder = 2
object ResultsStringGrid: TStringGrid
Left = 0
Height = 230
Top = 0
Width = 552
Align = alClient
ColCount = 3
ColumnClickSorts = True
Columns = <
item
ReadOnly = True
SizePriority = 10
Title.Caption = 'Name'
Width = 182
end
item
MaxSize = 1000
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = 'Compatibility'
Width = 100
end
item
MaxSize = 1000
ReadOnly = True
Title.Alignment = taCenter
Title.Caption = 'Distance'
Width = 100
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goDblClickAutoSize, goSmoothScroll, goRowHighlight]
TabOrder = 0
OnColRowExchanged = ResultsStringGridColRowExchanged
OnCompareCells = ResultsStringGridCompareCells
OnMouseDown = ResultsStringGridMouseDown
ColWidths = (
182
100
100
)
end
object ProgressBar1: TProgressBar
Left = 0
Height = 20
Top = 230
Width = 552
Align = alBottom
TabOrder = 1
end
end
object Timer1: TTimer
Interval = 300
OnTimer = Timer1Timer
left = 112
top = 144
end
end
|