1object RestrictionBrowserView: TRestrictionBrowserView
2  Left = 272
3  Height = 405
4  Top = 259
5  Width = 674
6  Caption = 'RestrictionBrowserView'
7  ClientHeight = 405
8  ClientWidth = 674
9  OnCreate = FormCreate
10  LCLVersion = '2.1.0.0'
11  object IssueMemo: TMemo
12    Left = 323
13    Height = 393
14    Top = 6
15    Width = 345
16    Align = alClient
17    BorderSpacing.Top = 6
18    BorderSpacing.Right = 6
19    BorderSpacing.Bottom = 6
20    ReadOnly = True
21    ScrollBars = ssAutoVertical
22    TabOrder = 2
23  end
24  object Panel1: TPanel
25    Left = 6
26    Height = 393
27    Top = 6
28    Width = 306
29    Align = alLeft
30    BorderSpacing.Around = 6
31    BevelOuter = bvNone
32    ClientHeight = 393
33    ClientWidth = 306
34    TabOrder = 0
35    object IssueFilterGroupBox: TGroupBox
36      Left = 0
37      Height = 96
38      Top = 0
39      Width = 306
40      Align = alTop
41      BorderSpacing.Bottom = 6
42      Caption = 'IssueFilterGroupBox'
43      ClientHeight = 77
44      ClientWidth = 302
45      TabOrder = 0
46      object NameLabel: TLabel
47        Left = 10
48        Height = 17
49        Top = 44
50        Width = 77
51        Caption = 'NameLabel'
52        ParentColor = False
53      end
54      object FilterEdit: TTreeFilterEdit
55        AnchorSideLeft.Control = NameLabel
56        AnchorSideLeft.Side = asrBottom
57        Left = 93
58        Height = 27
59        Top = 41
60        Width = 156
61        ButtonWidth = 23
62        BorderSpacing.Left = 6
63        NumGlyphs = 1
64        MaxLength = 0
65        TabOrder = 0
66        FilteredTreeview = IssueTreeView
67      end
68    end
69    object IssueTreeView: TTreeView
70      Left = 0
71      Height = 291
72      Top = 102
73      Width = 306
74      Align = alClient
75      Anchors = [akTop, akLeft, akBottom]
76      HideSelection = False
77      Indent = 2
78      ReadOnly = True
79      RightClickSelect = True
80      RowSelect = True
81      ScrollBars = ssAutoBoth
82      ShowButtons = False
83      ShowLines = False
84      TabOrder = 1
85      OnSelectionChanged = IssueTreeViewSelectionChanged
86      Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowRoot, tvoToolTips, tvoThemedDraw]
87    end
88  end
89  object Splitter1: TSplitter
90    Left = 318
91    Height = 405
92    Top = 0
93    Width = 5
94  end
95end
96