lazarus/ide/restrictionbrowser.lfm
2012-05-19 18:32:55 +00:00

92 lines
2.1 KiB
Plaintext

object RestrictionBrowserView: TRestrictionBrowserView
Left = 272
Height = 405
Top = 259
Width = 674
Caption = 'RestrictionBrowserView'
ClientHeight = 405
ClientWidth = 674
OnCreate = FormCreate
LCLVersion = '1.1'
object IssueMemo: TMemo
Left = 311
Height = 405
Top = 0
Width = 363
Align = alClient
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Height = 405
Top = 0
Width = 306
Align = alLeft
ClientHeight = 405
ClientWidth = 306
TabOrder = 1
object IssueFilterGroupBox: TGroupBox
Left = 1
Height = 96
Top = 1
Width = 304
Align = alTop
Caption = 'IssueFilterGroupBox'
ClientHeight = 77
ClientWidth = 298
TabOrder = 0
object NameLabel: TLabel
Left = 10
Height = 15
Top = 44
Width = 64
Caption = 'NameLabel'
ParentColor = False
end
object FilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = NameLabel
AnchorSideLeft.Side = asrBottom
Left = 80
Height = 22
Top = 41
Width = 156
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 0
BorderSpacing.Left = 6
MaxLength = 0
TabOrder = 0
FilteredTreeview = IssueTreeView
end
end
object IssueTreeView: TTreeView
Left = 1
Height = 307
Top = 97
Width = 304
Align = alClient
Anchors = [akTop, akLeft, akBottom]
DefaultItemHeight = 16
HideSelection = False
Indent = 2
ReadOnly = True
RightClickSelect = True
RowSelect = True
ScrollBars = ssAutoBoth
ShowButtons = False
ShowLines = False
TabOrder = 1
OnSelectionChanged = IssueTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
object Splitter1: TSplitter
Left = 306
Height = 405
Top = 0
Width = 5
end
end