lazarus/ide/restrictionbrowser.lfm
mattias de0f8578f0 set some TTreeView.ReadOnly to true
git-svn-id: trunk@18361 -
2009-01-20 20:20:52 +00:00

68 lines
1.5 KiB
Plaintext

object RestrictionBrowserView: TRestrictionBrowserView
Left = 272
Height = 340
Top = 259
Width = 660
ActiveControl = NameFilterEdit
Caption = 'RestrictionBrowserView'
ClientHeight = 340
ClientWidth = 660
OnCreate = FormCreate
LCLVersion = '0.9.27'
object IssueMemo: TMemo
Left = 264
Height = 306
Top = 18
Width = 390
Anchors = [akTop, akLeft, akRight, akBottom]
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 0
end
object IssueFilterGroupBox: TGroupBox
Left = 6
Height = 96
Top = 12
Width = 250
Caption = 'IssueFilterGroupBox'
ClientHeight = 77
ClientWidth = 246
TabOrder = 1
object NameLabel: TLabel
Left = 10
Height = 14
Top = 44
Width = 53
Caption = 'NameLabel'
ParentColor = False
end
object NameFilterEdit: TEdit
Left = 70
Height = 23
Top = 38
Width = 164
OnChange = NameFilterEditChange
TabOrder = 0
end
end
object IssueTreeView: TTreeView
Left = 6
Height = 210
Top = 114
Width = 250
Anchors = [akTop, akLeft, akBottom]
DefaultItemHeight = 19
HideSelection = False
Indent = 2
ReadOnly = True
RightClickSelect = True
RowSelect = True
ScrollBars = ssAutoBoth
ShowButtons = False
ShowLines = False
TabOrder = 2
OnSelectionChanged = IssueTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowRoot, tvoToolTips]
end
end