2009-12-25 01:39:59 -05:00
|
|
|
object FunctionListFrame: TFunctionListFrame
|
|
|
|
Left = 0
|
|
|
|
Height = 327
|
|
|
|
Top = 0
|
|
|
|
Width = 115
|
|
|
|
Align = alLeft
|
|
|
|
ClientHeight = 327
|
|
|
|
ClientWidth = 115
|
|
|
|
TabOrder = 0
|
|
|
|
DesignLeft = 401
|
|
|
|
DesignTop = 219
|
|
|
|
object FunctionList: TTreeView
|
|
|
|
Left = 0
|
|
|
|
Height = 300
|
|
|
|
Top = 0
|
|
|
|
Width = 115
|
|
|
|
Align = alClient
|
|
|
|
DefaultItemHeight = 19
|
|
|
|
ReadOnly = True
|
|
|
|
ScrollBars = ssAutoBoth
|
|
|
|
TabOrder = 0
|
|
|
|
OnMouseDown = FunctionListMouseDown
|
|
|
|
OnMouseUp = FunctionListMouseUp
|
|
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
|
|
end
|
|
|
|
object editSearchList: TEdit
|
|
|
|
Left = 0
|
|
|
|
Height = 27
|
|
|
|
Top = 300
|
|
|
|
Width = 115
|
|
|
|
Align = alBottom
|
|
|
|
OnChange = editSearchListChange
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|