object FormLog: TFormLog Left = -1004 Height = 275 Top = -220 Width = 640 Caption = 'Activity Log' ClientHeight = 275 ClientWidth = 640 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '2.1.0.0' object MemoLog: TMemo Left = 8 Height = 256 Top = 8 Width = 624 Anchors = [akTop, akLeft, akRight, akBottom] Lines.Strings = ( 'MemoLog' ) ScrollBars = ssAutoBoth TabOrder = 0 end end