object FormHelp: TFormHelp Left = 514 Height = 445 Top = 267 Width = 607 Caption = 'Help' ClientHeight = 445 ClientWidth = 607 Constraints.MinHeight = 120 Constraints.MinWidth = 120 DesignTimePPI = 144 OnCreate = FormCreate Position = poMainFormCenter LCLVersion = '3.6.0.0' object Memo1: TMemo Left = 10 Height = 379 Top = 10 Width = 587 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 10 ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object ButtonClose: TButton Left = 484 Height = 37 Top = 397 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 11 TabOrder = 1 end end