lazarus/ide/ideoptionsdlg.lfm

44 lines
1.1 KiB
Plaintext

object IDEOptionsDialog: TIDEOptionsDialog
Left = 317
Height = 500
Top = 304
Width = 700
ActiveControl = CategoryTree
BorderIcons = [biSystemMenu]
Caption = 'IDEOptionsDialog'
ClientHeight = 500
ClientWidth = 700
Constraints.MinHeight = 300
Constraints.MinWidth = 300
Position = poScreenCenter
LCLVersion = '0.9.27'
object ButtonPanel: TButtonPanel
Left = 6
Height = 30
Top = 464
Width = 688
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
object CategoryTree: TTreeView
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 = 15
ReadOnly = True
TabOrder = 0
OnChange = CategoryTreeChange
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end