object FormSettings: TFormSettings Left = 255 Height = 477 Top = 75 Width = 578 Caption = 'Settings' ClientHeight = 477 ClientWidth = 578 LCLVersion = '1.1' object Bevel1: TBevel Left = 9 Height = 2 Top = 441 Width = 565 Anchors = [akLeft, akRight, akBottom] end object ButtonCancel: TButton Left = 499 Height = 25 Top = 449 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonOk: TButton Left = 411 Height = 25 Top = 449 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object PanelNavigation: TPanel Left = 8 Height = 427 Top = 8 Width = 568 Anchors = [akTop, akLeft, akRight, akBottom] BevelOuter = bvNone ClientHeight = 427 ClientWidth = 568 TabOrder = 2 object TreeViewMenu: TTreeView Left = 0 Height = 427 Top = 0 Width = 216 Align = alLeft DefaultItemHeight = 16 TabOrder = 0 end object Splitter1: TSplitter Left = 216 Height = 427 Top = 0 Width = 5 end object PanelContent: TPanel Left = 221 Height = 427 Top = 0 Width = 347 Align = alClient BevelOuter = bvNone TabOrder = 2 end end end