object IDEOptionsDialog: TIDEOptionsDialog Left = 317 Height = 500 Top = 304 Width = 700 ActiveControl = CategoryTree BorderIcons = [biSystemMenu] Caption = 'IDEOptionsDialog' ClientHeight = 500 ClientWidth = 700 Constraints.MinHeight = 500 Constraints.MinWidth = 700 OnShow = FormShow Position = poScreenCenter LCLVersion = '0.9.27' object ButtonPanel: TButtonPanel AnchorSideLeft.Control = Owner AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner Left = 6 Height = 34 Top = 460 Width = 688 BorderSpacing.Left = 6 BorderSpacing.Right = 6 BorderSpacing.Bottom = 6 BorderSpacing.Around = 0 TabOrder = 1 ShowButtons = [pbOK, pbCancel, pbHelp] end object CategoryTree: TTreeView AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner AnchorSideBottom.Control = ButtonPanel Left = 6 Height = 454 Top = 6 Width = 206 Anchors = [akTop, akLeft, akBottom] BorderSpacing.Left = 6 BorderSpacing.Top = 6 Constraints.MinWidth = 206 DefaultItemHeight = 17 ReadOnly = True TabOrder = 0 OnChange = CategoryTreeChange OnKeyDown = CategoryTreeKeyDown Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end end