mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-13 12:55:05 -05:00
5a28193dce
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@329 3f818213-9676-44b0-a9b4-5e4c4e03d09d
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
object FunctionListFrame: TFunctionListFrame
|
|
Left = 0
|
|
Height = 327
|
|
Top = 0
|
|
Width = 113
|
|
Align = alLeft
|
|
ClientHeight = 327
|
|
ClientWidth = 113
|
|
TabOrder = 0
|
|
DesignLeft = 401
|
|
DesignTop = 219
|
|
object FunctionList: TTreeView
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 113
|
|
Align = alClient
|
|
DefaultItemHeight = 19
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
OnMouseDown = FunctionListMouseDown
|
|
OnMouseUp = FunctionListMouseUp
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
Items.Data = {
|
|
F9FFFFFF020001000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF020000000000
|
|
00000105000000436F6C6F72FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
|
|
00000000000900000046696E64436F6C6F72FFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
|
FFFF00000000000000000008000000476574436F6C6F72
|
|
}
|
|
end
|
|
object editSearchList: TEdit
|
|
Left = 0
|
|
Height = 27
|
|
Top = 300
|
|
Width = 113
|
|
Align = alBottom
|
|
OnChange = editSearchListChange
|
|
OnExit = editSearchListExit
|
|
TabOrder = 1
|
|
end
|
|
end
|