mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 06:43:44 +02:00
242 lines
5.4 KiB
Plaintext
242 lines
5.4 KiB
Plaintext
object ProcedureListForm: TProcedureListForm
|
|
Left = 289
|
|
Height = 688
|
|
Top = 140
|
|
Width = 952
|
|
ActiveControl = cbObjects
|
|
Caption = 'Procedure List - '
|
|
ClientHeight = 688
|
|
ClientWidth = 952
|
|
OnCreate = FormCreate
|
|
OnKeyPress = FormKeyPress
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object StatusBar: TStatusBar
|
|
Left = 0
|
|
Height = 23
|
|
Top = 665
|
|
Width = 952
|
|
Panels = <
|
|
item
|
|
Width = 400
|
|
end
|
|
item
|
|
Width = 50
|
|
end>
|
|
SimplePanel = False
|
|
end
|
|
object TB: TToolBar
|
|
Left = 0
|
|
Height = 26
|
|
Top = 0
|
|
Width = 952
|
|
Caption = 'TB'
|
|
TabOrder = 1
|
|
object tbAbout: TToolButton
|
|
Left = 136
|
|
Hint = 'About'
|
|
Top = 2
|
|
Caption = 'tbAbout'
|
|
ImageIndex = 9
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = tbAboutClick
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 131
|
|
Top = 2
|
|
Width = 5
|
|
Caption = 'ToolButton2'
|
|
Style = tbsDivider
|
|
end
|
|
object tbJumpTo: TToolButton
|
|
Left = 108
|
|
Hint = 'Jump To Selection'
|
|
Top = 2
|
|
Caption = 'Goto'
|
|
ImageIndex = 5
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = LVDblClick
|
|
end
|
|
object ToolButton4: TToolButton
|
|
Left = 103
|
|
Top = 2
|
|
Width = 5
|
|
Caption = 'ToolButton4'
|
|
Style = tbsDivider
|
|
end
|
|
object tbFilterAny: TToolButton
|
|
Left = 80
|
|
Hint = 'Filter by matching any part of method'
|
|
Top = 2
|
|
Caption = 'tbFilterAny'
|
|
Down = True
|
|
Grouped = True
|
|
ImageIndex = 8
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Style = tbsCheck
|
|
end
|
|
object tbFilterStart: TToolButton
|
|
Left = 57
|
|
Hint = 'Filter by matching with start of method'
|
|
Top = 2
|
|
Caption = 'tbFilterStart'
|
|
Grouped = True
|
|
ImageIndex = 7
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Style = tbsCheck
|
|
end
|
|
object ToolButton7: TToolButton
|
|
Left = 52
|
|
Top = 2
|
|
Width = 5
|
|
Caption = 'ToolButton7'
|
|
Style = tbsDivider
|
|
end
|
|
object tbChangeFont: TToolButton
|
|
Left = 29
|
|
Hint = 'Change Font'
|
|
Top = 2
|
|
Caption = 'tbChangeFont'
|
|
ImageIndex = 4
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
object ToolButton9: TToolButton
|
|
Left = 24
|
|
Top = 2
|
|
Width = 5
|
|
Caption = 'ToolButton9'
|
|
Style = tbsDivider
|
|
end
|
|
object tbCopy: TToolButton
|
|
Left = 1
|
|
Hint = 'Copy method name to the clipboard'
|
|
Top = 2
|
|
Caption = 'tbCopy'
|
|
ImageIndex = 6
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnClick = tbCopyClick
|
|
end
|
|
end
|
|
object pnlHeader: TPanel
|
|
Left = 0
|
|
Height = 35
|
|
Top = 26
|
|
Width = 952
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 35
|
|
ClientWidth = 952
|
|
ParentColor = False
|
|
TabOrder = 2
|
|
object lblSearch: TLabel
|
|
AnchorSideTop.Control = pnlHeader
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 10
|
|
Width = 34
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Search'
|
|
ParentColor = False
|
|
end
|
|
object lblObjects: TLabel
|
|
AnchorSideLeft.Control = edMethods
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlHeader
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 581
|
|
Height = 14
|
|
Top = 10
|
|
Width = 38
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Objects'
|
|
ParentColor = False
|
|
end
|
|
object edMethods: TEdit
|
|
AnchorSideLeft.Control = lblSearch
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlHeader
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = cbObjects
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 46
|
|
Height = 21
|
|
Top = 6
|
|
Width = 517
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
OnChange = edMethodsChange
|
|
OnKeyDown = edMethodsKeyDown
|
|
OnKeyPress = edMethodsKeyPress
|
|
TabOrder = 0
|
|
end
|
|
object cbObjects: TComboBox
|
|
AnchorSideLeft.Control = lblObjects
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlHeader
|
|
AnchorSideRight.Control = pnlHeader
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 625
|
|
Height = 21
|
|
Top = 6
|
|
Width = 321
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = False
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 13
|
|
ItemWidth = 0
|
|
OnChange = cbObjectsChange
|
|
Sorted = True
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object LV: TListView
|
|
Left = 0
|
|
Height = 604
|
|
Top = 61
|
|
Width = 952
|
|
Align = alClient
|
|
Columns = <
|
|
item
|
|
end
|
|
item
|
|
Caption = 'Procedure'
|
|
Width = 300
|
|
end
|
|
item
|
|
Caption = 'Type'
|
|
end
|
|
item
|
|
Caption = 'Line'
|
|
Width = 238
|
|
end>
|
|
HideSelection = False
|
|
Items.LazData = {
|
|
4C0000000100000000000000FFFFFFFFFFFFFFFF03000000000000000E000000
|
|
54466F726D2E54657374466F75720800000046756E6374696F6E020000003234
|
|
FFFFFFFFFFFFFFFFFFFFFFFF
|
|
}
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnDblClick = LVDblClick
|
|
OnKeyPress = edMethodsKeyPress
|
|
OnSelectItem = LVSelectItem
|
|
end
|
|
end
|