object MainForm: TMainForm Left = 0 Top = 0 Caption = 'Pascal Compiler AVR' ClientHeight = 645 ClientWidth = 750 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 = 401 Height = 529 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Lucida Console' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 end object Button1: TButton Left = 8 Top = 615 Width = 75 Height = 22 Caption = 'Kompilovat' TabOrder = 1 OnClick = Button1Click end object Memo2: TMemo Left = 415 Top = 8 Width = 321 Height = 529 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Lucida Console' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 2 end object Memo3: TMemo Left = 8 Top = 543 Width = 728 Height = 66 ScrollBars = ssBoth TabOrder = 3 end end