object FormMain: TFormMain Left = 573 Height = 700 Top = 442 Width = 993 Caption = 'TextOS' ClientHeight = 700 ClientWidth = 993 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.10.0' object Memo1: TMemo Left = 16 Height = 671 Top = 17 Width = 961 Anchors = [akTop, akLeft, akRight, akBottom] OnKeyPress = Memo1KeyPress OnKeyUp = Memo1KeyUp ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object Timer1: TTimer Interval = 10 OnTimer = Timer1Timer Left = 303 Top = 211 end end