object MainForm: TMainForm Left = 0 Top = 0 Caption = 'MainForm' ClientHeight = 620 ClientWidth = 724 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 249 Height = 561 TabOrder = 0 end object Button1: TButton Left = 263 Top = 8 Width = 75 Height = 25 Caption = 'Zpracuj' TabOrder = 1 OnClick = Button1Click end object Memo2: TMemo Left = 264 Top = 40 Width = 209 Height = 529 TabOrder = 2 end end