object FormMain: TFormMain Left = 621 Height = 240 Top = 854 Width = 320 Caption = 'FormMain' ClientHeight = 240 ClientWidth = 320 DesignTimePPI = 144 LCLVersion = '4.4.0.0' OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow object Memo1: TMemo Left = 8 Height = 224 Top = 8 Width = 305 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end end