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

43 lines
1.1 KiB
Plaintext

inherited IDEOptionsDialog: TIDEOptionsDialog
Left = 317
Height = 500
Top = 304
Width = 700
ActiveControl = CategoryTree
Caption = 'IDEOptionsDialog'
ClientHeight = 500
ClientWidth = 700
Constraints.MinHeight = 300
Constraints.MinWidth = 300
Position = poScreenCenter
object ButtonPanel: TButtonPanel[0]
Left = 6
Height = 30
Top = 464
Width = 688
TabOrder = 1
Spacing = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
object CategoryTree: TTreeView[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideBottom.Control = ButtonPanel
Left = 6
Height = 452
Top = 6
Width = 206
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Constraints.MinWidth = 206
DefaultItemHeight = 19
ReadOnly = True
TabOrder = 0
OnChange = CategoryTreeChange
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end