mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 21:18:14 +02:00
ide: improve look of procedure list dialog by Vladimir Zhirov (issue #0013372)
git-svn-id: trunk@19054 -
This commit is contained in:
parent
0beb447983
commit
09a8e8dcdc
@ -1,361 +1,162 @@
|
||||
object ProcedureListForm: TProcedureListForm
|
||||
Left = 341
|
||||
Height = 327
|
||||
Top = 186
|
||||
Width = 638
|
||||
HelpContext = 0
|
||||
Left = 66
|
||||
Height = 507
|
||||
Top = 78
|
||||
Width = 760
|
||||
ActiveControl = cbObjects
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'Procedure List - '
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 327
|
||||
ClientWidth = 638
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
ClientHeight = 507
|
||||
ClientWidth = 760
|
||||
OnCreate = FormCreate
|
||||
OnKeyPress = FormKeyPress
|
||||
OnResize = FormResize
|
||||
OnShow = FormShow
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poDefault
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object StatusBar: TStatusBar
|
||||
Left = 0
|
||||
Height = 21
|
||||
Top = 306
|
||||
Width = 638
|
||||
HelpContext = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Height = 23
|
||||
Top = 484
|
||||
Width = 760
|
||||
Panels = <
|
||||
item
|
||||
Alignment = taLeftJustify
|
||||
Width = 400
|
||||
end
|
||||
item
|
||||
Alignment = taLeftJustify
|
||||
Width = 50
|
||||
end>
|
||||
ParentShowHint = True
|
||||
SimplePanel = False
|
||||
end
|
||||
object TB: TToolBar
|
||||
Left = 0
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 638
|
||||
HelpContext = 0
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderWidth = 0
|
||||
Width = 760
|
||||
Caption = 'TB'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
EdgeInner = esRaised
|
||||
EdgeOuter = esLowered
|
||||
Enabled = True
|
||||
Flat = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object tbAbout: TToolButton
|
||||
Left = 136
|
||||
Hint = 'About'
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'tbAbout'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 9
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Visible = True
|
||||
OnClick = tbAboutClick
|
||||
end
|
||||
object ToolButton2: TToolButton
|
||||
Left = 131
|
||||
Top = 2
|
||||
Width = 5
|
||||
HelpContext = 0
|
||||
Caption = 'ToolButton2'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Style = tbsDivider
|
||||
Visible = True
|
||||
end
|
||||
object tbJumpTo: TToolButton
|
||||
Left = 108
|
||||
Hint = 'Jump To Selection'
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'Goto'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 5
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Visible = True
|
||||
OnClick = LVDblClick
|
||||
end
|
||||
object ToolButton4: TToolButton
|
||||
Left = 103
|
||||
Top = 2
|
||||
Width = 5
|
||||
HelpContext = 0
|
||||
Caption = 'ToolButton4'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Style = tbsDivider
|
||||
Visible = True
|
||||
end
|
||||
object tbFilterAny: TToolButton
|
||||
Left = 80
|
||||
Hint = 'Filter by matching any part of method'
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'tbFilterAny'
|
||||
Down = True
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Grouped = True
|
||||
ImageIndex = 8
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Style = tbsCheck
|
||||
Visible = True
|
||||
end
|
||||
object tbFilterStart: TToolButton
|
||||
Left = 57
|
||||
Hint = 'Filter by matching with start of method'
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'tbFilterStart'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Grouped = True
|
||||
ImageIndex = 7
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Style = tbsCheck
|
||||
Visible = True
|
||||
end
|
||||
object ToolButton7: TToolButton
|
||||
Left = 52
|
||||
Top = 2
|
||||
Width = 5
|
||||
HelpContext = 0
|
||||
Caption = 'ToolButton7'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Style = tbsDivider
|
||||
Visible = True
|
||||
end
|
||||
object tbChangeFont: TToolButton
|
||||
Left = 29
|
||||
Hint = 'Change Font'
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'tbChangeFont'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 4
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Visible = True
|
||||
end
|
||||
object ToolButton9: TToolButton
|
||||
Left = 24
|
||||
Top = 2
|
||||
Width = 5
|
||||
HelpContext = 0
|
||||
Caption = 'ToolButton9'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Style = tbsDivider
|
||||
Visible = True
|
||||
end
|
||||
object tbCopy: TToolButton
|
||||
Left = 1
|
||||
Hint = 'Copy method name to the clipboard'
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'tbCopy'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 6
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
Visible = True
|
||||
OnClick = tbCopyClick
|
||||
end
|
||||
end
|
||||
object pnlHeader: TPanel
|
||||
Left = 0
|
||||
Height = 43
|
||||
Height = 35
|
||||
Top = 26
|
||||
Width = 638
|
||||
HelpContext = 0
|
||||
Width = 760
|
||||
Align = alTop
|
||||
Alignment = taCenter
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BevelInner = bvNone
|
||||
BevelOuter = bvNone
|
||||
BevelWidth = 1
|
||||
BorderWidth = 0
|
||||
BorderStyle = bsNone
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 43
|
||||
ClientWidth = 638
|
||||
Color = clLime
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
FullRepaint = True
|
||||
ClientHeight = 35
|
||||
ClientWidth = 760
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object lblSearch: TLabel
|
||||
AnchorSideTop.Control = pnlHeader
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 57
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 34
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Search'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object lblObjects: TLabel
|
||||
AnchorSideLeft.Control = edMethods
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = pnlHeader
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 267
|
||||
Height = 18
|
||||
Top = 12
|
||||
Width = 60
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
Left = 389
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 38
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Objects'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object edMethods: TEdit
|
||||
AnchorSideLeft.Control = lblSearch
|
||||
@ -364,39 +165,18 @@ object ProcedureListForm: TProcedureListForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = cbObjects
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 69
|
||||
Height = 31
|
||||
Left = 46
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 180
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 325
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
OnChange = edMethodsChange
|
||||
OnKeyDown = edMethodsKeyDown
|
||||
OnKeyPress = edMethodsKeyPress
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
Visible = True
|
||||
end
|
||||
object cbObjects: TComboBox
|
||||
AnchorSideLeft.Control = lblObjects
|
||||
@ -404,105 +184,48 @@ object ProcedureListForm: TProcedureListForm
|
||||
AnchorSideTop.Control = pnlHeader
|
||||
AnchorSideRight.Control = pnlHeader
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 333
|
||||
Height = 31
|
||||
Left = 433
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 299
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Width = 321
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ItemHeight = 13
|
||||
OnChange = cbObjectsChange
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = True
|
||||
Style = csDropDownList
|
||||
TabOrder = 1
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object LV: TListView
|
||||
Left = 0
|
||||
Height = 237
|
||||
Top = 69
|
||||
Width = 638
|
||||
HelpContext = 0
|
||||
Height = 423
|
||||
Top = 61
|
||||
Width = 760
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderWidth = 0
|
||||
Checkboxes = False
|
||||
Columns = <
|
||||
item
|
||||
AutoSize = False
|
||||
end
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Procedure'
|
||||
Width = 300
|
||||
end
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Type'
|
||||
end
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Line'
|
||||
Width = 238
|
||||
end>
|
||||
ColumnClick = True
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
HideSelection = False
|
||||
Items.LazData = {
|
||||
4C0000000100000000000000FFFFFFFFFFFFFFFF03000000000000000E000000
|
||||
54466F726D2E54657374466F75720800000046756E6374696F6E020000003234
|
||||
FFFFFFFFFFFFFFFFFFFFFFFF
|
||||
}
|
||||
MultiSelect = False
|
||||
ParentShowHint = True
|
||||
ReadOnly = True
|
||||
RowSelect = True
|
||||
ScrollBars = ssAutoBoth
|
||||
ShowColumnHeaders = True
|
||||
SortColumn = 0
|
||||
SortType = stNone
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
ToolTips = True
|
||||
Visible = True
|
||||
ViewStyle = vsReport
|
||||
OnDblClick = LVDblClick
|
||||
OnKeyPress = edMethodsKeyPress
|
||||
|
@ -1,155 +1,69 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TProcedureListForm','FORMDATA',[
|
||||
'TPF0'#18'TProcedureListForm'#17'ProcedureListForm'#4'Left'#3'U'#1#6'Height'#3
|
||||
+'G'#1#3'Top'#3#186#0#5'Width'#3'~'#2#11'HelpContext'#2#0#13'ActiveControl'#7
|
||||
+#9'cbObjects'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'A'
|
||||
+'utoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximize'
|
||||
+#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#17'Procedure List - '#28'Ch'
|
||||
+'ildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Chi'
|
||||
+'ldSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Chil'
|
||||
+'dSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'G'#1#11'ClientWidth'#3'~'#2
|
||||
+#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9
|
||||
+#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#8'OnCrea'
|
||||
+'te'#7#10'FormCreate'#10'OnKeyPress'#7#12'FormKeyPress'#8'OnResize'#7#10'For'
|
||||
+'mResize'#6'OnShow'#7#8'FormShow'#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Po'
|
||||
+'sition'#7#9'poDefault'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockManager'#8
|
||||
+#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#10'TStatusBar'#9
|
||||
+'StatusBar'#4'Left'#2#0#6'Height'#2#21#3'Top'#3'2'#1#5'Width'#3'~'#2#11'Help'
|
||||
+'Context'#2#0#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'
|
||||
+#7#8'dmManual'#7'Enabled'#9#6'Panels'#14#1#9'Alignment'#7#13'taLeftJustify'#5
|
||||
+'Width'#3#144#1#0#1#9'Alignment'#7#13'taLeftJustify'#5'Width'#2'2'#0#0#14'Pa'
|
||||
+'rentShowHint'#9#11'SimplePanel'#8#0#0#8'TToolBar'#2'TB'#4'Left'#2#0#6'Heigh'
|
||||
+'t'#2#26#3'Top'#2#0#5'Width'#3'~'#2#11'HelpContext'#2#0#8'AutoSize'#8#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#11'BorderWidth'#2#0#7'Caption'#6#2'TB'#28'ChildSizing.LeftRightSpacin'
|
||||
+'g'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacin'
|
||||
+'g'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2
|
||||
+#0#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'
|
||||
+#7#8'dmManual'#9'EdgeInner'#7#8'esRaised'#9'EdgeOuter'#7#9'esLowered'#7'Enab'
|
||||
+'led'#9#4'Flat'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#8
|
||||
+'TabOrder'#2#1#7'TabStop'#8#7'Visible'#9#0#11'TToolButton'#7'tbAbout'#4'Left'
|
||||
+#3#136#0#4'Hint'#6#5'About'#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#7'tb'
|
||||
+'About'#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'd'
|
||||
+'mManual'#7'Enabled'#9#10'ImageIndex'#2#9#14'ParentShowHint'#8#8'ShowHint'#9
|
||||
+#7'Visible'#9#7'OnClick'#7#12'tbAboutClick'#0#0#11'TToolButton'#11'ToolButto'
|
||||
+'n2'#4'Left'#3#131#0#3'Top'#2#2#5'Width'#2#5#11'HelpContext'#2#0#7'Caption'#6
|
||||
+#11'ToolButton2'#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMo'
|
||||
+'de'#7#8'dmManual'#7'Enabled'#9#14'ParentShowHint'#9#5'Style'#7#10'tbsDivide'
|
||||
+'r'#7'Visible'#9#0#0#11'TToolButton'#8'tbJumpTo'#4'Left'#2'l'#4'Hint'#6#17'J'
|
||||
+'ump To Selection'#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#4'Goto'#10'Dr'
|
||||
+'agCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'E'
|
||||
+'nabled'#9#10'ImageIndex'#2#5#14'ParentShowHint'#8#8'ShowHint'#9#7'Visible'#9
|
||||
+#7'OnClick'#7#10'LVDblClick'#0#0#11'TToolButton'#11'ToolButton4'#4'Left'#2'g'
|
||||
+#3'Top'#2#2#5'Width'#2#5#11'HelpContext'#2#0#7'Caption'#6#11'ToolButton4'#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#14'ParentShowHint'#9#5'Style'#7#10'tbsDivider'#7'Visible'#9#0#0
|
||||
+#11'TToolButton'#11'tbFilterAny'#4'Left'#2'P'#4'Hint'#6'%Filter by matching '
|
||||
+'any part of method'#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#11'tbFilter'
|
||||
+'Any'#4'Down'#9#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMod'
|
||||
+'e'#7#8'dmManual'#7'Enabled'#9#7'Grouped'#9#10'ImageIndex'#2#8#14'ParentShow'
|
||||
+'Hint'#8#8'ShowHint'#9#5'Style'#7#8'tbsCheck'#7'Visible'#9#0#0#11'TToolButto'
|
||||
+'n'#13'tbFilterStart'#4'Left'#2'9'#4'Hint'#6'''Filter by matching with start'
|
||||
+' of method'#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#13'tbFilterStart'#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#7'Grouped'#9#10'ImageIndex'#2#7#14'ParentShowHint'#8#8'ShowHint'
|
||||
+#9#5'Style'#7#8'tbsCheck'#7'Visible'#9#0#0#11'TToolButton'#11'ToolButton7'#4
|
||||
+'Left'#2'4'#3'Top'#2#2#5'Width'#2#5#11'HelpContext'#2#0#7'Caption'#6#11'Tool'
|
||||
+'Button7'#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#14'ParentShowHint'#9#5'Style'#7#10'tbsDivider'#7'Vis'
|
||||
+'ible'#9#0#0#11'TToolButton'#12'tbChangeFont'#4'Left'#2#29#4'Hint'#6#11'Chan'
|
||||
+'ge Font'#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#12'tbChangeFont'#10'Dr'
|
||||
+'agCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'E'
|
||||
+'nabled'#9#10'ImageIndex'#2#4#14'ParentShowHint'#8#8'ShowHint'#9#7'Visible'#9
|
||||
+#0#0#11'TToolButton'#11'ToolButton9'#4'Left'#2#24#3'Top'#2#2#5'Width'#2#5#11
|
||||
+'HelpContext'#2#0#7'Caption'#6#11'ToolButton9'#10'DragCursor'#7#6'crDrag'#8
|
||||
,'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentShowH'
|
||||
+'int'#9#5'Style'#7#10'tbsDivider'#7'Visible'#9#0#0#11'TToolButton'#6'tbCopy'
|
||||
+#4'Left'#2#1#4'Hint'#6'!Copy method name to the clipboard'#3'Top'#2#2#11'Hel'
|
||||
+'pContext'#2#0#7'Caption'#6#6'tbCopy'#10'DragCursor'#7#6'crDrag'#8'DragKind'
|
||||
+#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#10'ImageIndex'#2#6#14'Pa'
|
||||
+'rentShowHint'#8#8'ShowHint'#9#7'Visible'#9#7'OnClick'#7#11'tbCopyClick'#0#0
|
||||
+#0#6'TPanel'#9'pnlHeader'#4'Left'#2#0#6'Height'#2'+'#3'Top'#2#26#5'Width'#3
|
||||
+'~'#2#11'HelpContext'#2#0#5'Align'#7#5'alTop'#9'Alignment'#7#8'taCenter'#8'A'
|
||||
+'utoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSp'
|
||||
+'acing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#10'BevelInner'#7#6'bvNone'#10'BevelOuter'#7#6'bvNone'
|
||||
+#10'BevelWidth'#2#1#11'BorderWidth'#2#0#11'BorderStyle'#7#6'bsNone'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildS'
|
||||
+'izing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSi'
|
||||
+'zing.ControlsPerLine'#2#0#12'ClientHeight'#2'+'#11'ClientWidth'#3'~'#2#5'Co'
|
||||
+'lor'#7#6'clLime'#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'd'
|
||||
+'kDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'FullRepaint'#9#11'ParentCo'
|
||||
+'lor'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7
|
||||
+'Visible'#9#0#6'TLabel'#9'lblSearch'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#2'9'#11'HelpContext'#2#0#5'Ali'
|
||||
+'gn'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpa'
|
||||
+'cing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Bor'
|
||||
+'derSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlig'
|
||||
+'nHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7
|
||||
+'Caption'#6#7'&Search'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'P'
|
||||
+'arentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'V'
|
||||
+'isible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#10'lblObjects'#22'A'
|
||||
+'nchorSideLeft.Control'#7#9'edMethods'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#9'pnlHeader'#18'AnchorSideTop.Side'#7#9'asrCent'
|
||||
+'er'#4'Left'#3#11#1#6'Height'#2#18#3'Top'#2#12#5'Width'#2'<'#11'HelpContext'
|
||||
+#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18
|
||||
+'BorderSpacing.Left'#2#12#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#7'Caption'#6#8'&Objects'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentC'
|
||||
+'olor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transp'
|
||||
+'arent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#5'TEdit'#9'edMeth'
|
||||
+'ods'#22'AnchorSideLeft.Control'#7#9'lblSearch'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#9'pnlHeader'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'cbObjects'#21'AnchorSideBot'
|
||||
+'tom.Side'#7#9'asrBottom'#4'Left'#2'E'#6'Height'#2#31#3'Top'#2#6#5'Width'#3
|
||||
+#180#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#8'akBottom'#0#8'AutoSize'#8#10'AutoSelect'#8#18'BorderSpaci'
|
||||
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'Borde'
|
||||
+'rSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignH'
|
||||
+'orizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8
|
||||
+'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'ParentBidiMode'
|
||||
+#9#8'OnChange'#7#15'edMethodsChange'#9'OnKeyDown'#7#16'edMethodsKeyDown'#10
|
||||
+'OnKeyPress'#7#17'edMethodsKeyPress'#10'ParentFont'#9#14'ParentShowHint'#9#12
|
||||
+'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#0#7'Visible'#9
|
||||
+#0#0#9'TComboBox'#9'cbObjects'#22'AnchorSideLeft.Control'#7#10'lblObjects'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'pnlHeader'
|
||||
+#23'AnchorSideRight.Control'#7#9'pnlHeader'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3'M'#1#6'Height'#2#31#3'Top'#2#6#5'Width'#3'+'#1#11'HelpCon'
|
||||
+'text'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoComplete'
|
||||
+'Text'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoDropD'
|
||||
+'own'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderS'
|
||||
+'pacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
,#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5
|
||||
+'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCo'
|
||||
+'unt'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0
|
||||
+#9'MaxLength'#2#0#8'OnChange'#7#15'cbObjectsChange'#14'ParentBidiMode'#9#11
|
||||
+'ParentColor'#8#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#6'So'
|
||||
+'rted'#9#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#7'Visible'#9#0#0#0#9
|
||||
+'TListView'#2'LV'#4'Left'#2#0#6'Height'#3#237#0#3'Top'#2'E'#5'Width'#3'~'#2
|
||||
+#11'HelpContext'#2#0#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17'Bo'
|
||||
+'rderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'BorderWidth'#2#0#10
|
||||
+'Checkboxes'#8#7'Columns'#14#1#8'AutoSize'#8#0#1#8'AutoSize'#8#7'Caption'#6#9
|
||||
+'Procedure'#5'Width'#3','#1#0#1#8'AutoSize'#8#7'Caption'#6#4'Type'#0#1#8'Aut'
|
||||
+'oSize'#8#7'Caption'#6#4'Line'#5'Width'#3#238#0#0#0#11'ColumnClick'#9#10'Dra'
|
||||
+'gCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#13'HideSelectio'
|
||||
+'n'#8#13'Items.LazData'#10'L'#0#0#0'L'#0#0#0#1#0#0#0#0#0#0#0#255#255#255#255
|
||||
+#255#255#255#255#3#0#0#0#0#0#0#0#14#0#0#0'TForm.TestFour'#8#0#0#0'Function'#2
|
||||
+#0#0#0'24'#255#255#255#255#255#255#255#255#255#255#255#255#11'MultiSelect'#8
|
||||
+#14'ParentShowHint'#9#8'ReadOnly'#9#9'RowSelect'#9#10'ScrollBars'#7#10'ssAut'
|
||||
+'oBoth'#17'ShowColumnHeaders'#9#10'SortColumn'#2#0#8'SortType'#7#6'stNone'#7
|
||||
+'TabStop'#9#8'TabOrder'#2#0#8'ToolTips'#9#7'Visible'#9#9'ViewStyle'#7#8'vsRe'
|
||||
+'port'#10'OnDblClick'#7#10'LVDblClick'#10'OnKeyPress'#7#17'edMethodsKeyPress'
|
||||
+#12'OnSelectItem'#7#12'LVSelectItem'#0#0#0
|
||||
'TPF0'#18'TProcedureListForm'#17'ProcedureListForm'#4'Left'#2'B'#6'Height'#3
|
||||
+#251#1#3'Top'#2'N'#5'Width'#3#248#2#13'ActiveControl'#7#9'cbObjects'#7'Capti'
|
||||
+'on'#6#17'Procedure List - '#12'ClientHeight'#3#251#1#11'ClientWidth'#3#248#2
|
||||
+#8'OnCreate'#7#10'FormCreate'#10'OnKeyPress'#7#12'FormKeyPress'#8'OnResize'#7
|
||||
+#10'FormResize'#6'OnShow'#7#8'FormShow'#8'Position'#7#9'poDefault'#10'LCLVer'
|
||||
+'sion'#6#6'0.9.27'#0#10'TStatusBar'#9'StatusBar'#6'Height'#2#23#3'Top'#3#228
|
||||
+#1#5'Width'#3#248#2#6'Panels'#14#1#5'Width'#3#144#1#0#1#5'Width'#2'2'#0#0#11
|
||||
+'SimplePanel'#8#0#0#8'TToolBar'#2'TB'#6'Height'#2#26#5'Width'#3#248#2#7'Capt'
|
||||
+'ion'#6#2'TB'#8'TabOrder'#2#1#0#11'TToolButton'#7'tbAbout'#4'Left'#3#136#0#4
|
||||
+'Hint'#6#5'About'#3'Top'#2#2#7'Caption'#6#7'tbAbout'#10'ImageIndex'#2#9#14'P'
|
||||
+'arentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#12'tbAboutClick'#0#0#11'TToolBu'
|
||||
+'tton'#11'ToolButton2'#4'Left'#3#131#0#3'Top'#2#2#5'Width'#2#5#7'Caption'#6
|
||||
+#11'ToolButton2'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'#8'tbJumpTo'#4
|
||||
+'Left'#2'l'#4'Hint'#6#17'Jump To Selection'#3'Top'#2#2#7'Caption'#6#4'Goto'
|
||||
+#10'ImageIndex'#2#5#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#10'LVDbl'
|
||||
+'Click'#0#0#11'TToolButton'#11'ToolButton4'#4'Left'#2'g'#3'Top'#2#2#5'Width'
|
||||
+#2#5#7'Caption'#6#11'ToolButton4'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButt'
|
||||
+'on'#11'tbFilterAny'#4'Left'#2'P'#4'Hint'#6'%Filter by matching any part of '
|
||||
+'method'#3'Top'#2#2#7'Caption'#6#11'tbFilterAny'#4'Down'#9#7'Grouped'#9#10'I'
|
||||
+'mageIndex'#2#8#14'ParentShowHint'#8#8'ShowHint'#9#5'Style'#7#8'tbsCheck'#0#0
|
||||
+#11'TToolButton'#13'tbFilterStart'#4'Left'#2'9'#4'Hint'#6'''Filter by matchi'
|
||||
+'ng with start of method'#3'Top'#2#2#7'Caption'#6#13'tbFilterStart'#7'Groupe'
|
||||
+'d'#9#10'ImageIndex'#2#7#14'ParentShowHint'#8#8'ShowHint'#9#5'Style'#7#8'tbs'
|
||||
+'Check'#0#0#11'TToolButton'#11'ToolButton7'#4'Left'#2'4'#3'Top'#2#2#5'Width'
|
||||
+#2#5#7'Caption'#6#11'ToolButton7'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButt'
|
||||
+'on'#12'tbChangeFont'#4'Left'#2#29#4'Hint'#6#11'Change Font'#3'Top'#2#2#7'Ca'
|
||||
+'ption'#6#12'tbChangeFont'#10'ImageIndex'#2#4#14'ParentShowHint'#8#8'ShowHin'
|
||||
+'t'#9#0#0#11'TToolButton'#11'ToolButton9'#4'Left'#2#24#3'Top'#2#2#5'Width'#2
|
||||
+#5#7'Caption'#6#11'ToolButton9'#5'Style'#7#10'tbsDivider'#0#0#11'TToolButton'
|
||||
+#6'tbCopy'#4'Left'#2#1#4'Hint'#6'!Copy method name to the clipboard'#3'Top'#2
|
||||
+#2#7'Caption'#6#6'tbCopy'#10'ImageIndex'#2#6#14'ParentShowHint'#8#8'ShowHint'
|
||||
+#9#7'OnClick'#7#11'tbCopyClick'#0#0#0#6'TPanel'#9'pnlHeader'#6'Height'#2'#'#3
|
||||
+'Top'#2#26#5'Width'#3#248#2#5'Align'#7#5'alTop'#8'AutoSize'#9#10'BevelOuter'
|
||||
+#7#6'bvNone'#12'ClientHeight'#2'#'#11'ClientWidth'#3#248#2#11'ParentColor'#8
|
||||
+#8'TabOrder'#2#2#0#6'TLabel'#9'lblSearch'#21'AnchorSideTop.Control'#7#9'pnlH'
|
||||
+'eader'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'T'
|
||||
+'op'#2#10#5'Width'#2'"'#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'&Search'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#10'lblObjects'#22'AnchorSideLeft.Control'#7
|
||||
+#9'edMethods'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#9'pnlHeader'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#133#1#6'H'
|
||||
+'eight'#2#14#3'Top'#2#10#5'Width'#2'&'#18'BorderSpacing.Left'#2#12#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#8'&Objects'#11'ParentColor'#8#0#0#5'TEdit'
|
||||
+#9'edMethods'#22'AnchorSideLeft.Control'#7#9'lblSearch'#19'AnchorSideLeft.Si'
|
||||
+'de'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'pnlHeader'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'cbObjects'#21'Anc'
|
||||
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#2'.'#6'Height'#2#21#3'Top'#2#6#5
|
||||
+'Width'#3'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||
+#6#8'OnChange'#7#15'edMethodsChange'#9'OnKeyDown'#7#16'edMethodsKeyDown'#10
|
||||
+'OnKeyPress'#7#17'edMethodsKeyPress'#8'TabOrder'#2#0#0#0#9'TComboBox'#9'cbOb'
|
||||
+'jects'#22'AnchorSideLeft.Control'#7#10'lblObjects'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#21'AnchorSideTop.Control'#7#9'pnlHeader'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#9'pnlHeader'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#177
|
||||
+#1#6'Height'#2#21#3'Top'#2#6#5'Width'#3'A'#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#8'OnChange'#7
|
||||
+#15'cbObjectsChange'#6'Sorted'#9#5'Style'#7#14'csDropDownList'#8'TabOrder'#2
|
||||
+#1#0#0#0#9'TListView'#2'LV'#6'Height'#3#167#1#3'Top'#2'='#5'Width'#3#248#2#5
|
||||
+'Align'#7#8'alClient'#7'Columns'#14#1#0#1#7'Caption'#6#9'Procedure'#5'Width'
|
||||
+#3','#1#0#1#7'Caption'#6#4'Type'#0#1#7'Caption'#6#4'Line'#5'Width'#3#238#0#0
|
||||
+#0#13'HideSelection'#8#13'Items.LazData'#10'L'#0#0#0'L'#0#0#0#1#0#0#0#0#0#0#0
|
||||
+#255#255#255#255#255#255#255#255#3#0#0#0#0#0#0#0#14#0#0#0'TForm.TestFour'#8#0
|
||||
+#0#0'Function'#2#0#0#0'24'#255#255#255#255#255#255#255#255#255#255#255#255#8
|
||||
+'ReadOnly'#9#9'RowSelect'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#9
|
||||
+'ViewStyle'#7#8'vsReport'#10'OnDblClick'#7#10'LVDblClick'#10'OnKeyPress'#7#17
|
||||
,'edMethodsKeyPress'#12'OnSelectItem'#7#12'LVSelectItem'#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user