object MainForm: TMainForm
  Left = 257
  Height = 653
  Top = 0
  Width = 734
  Caption = 'Překladač pascalu'
  ClientHeight = 653
  ClientWidth = 734
  Font.Height = -11
  Font.Name = 'Tahoma'
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  LCLVersion = '0.9.29'
  WindowState = wsMaximized
  object Memo1: TMemo
    Left = 8
    Height = 186
    Top = 8
    Width = 346
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Button1: TButton
    Left = 304
    Height = 25
    Top = 401
    Width = 50
    Caption = 'Parse'
    OnClick = Button1Click
    TabOrder = 1
  end
  object TreeView1: TTreeView
    Left = 360
    Height = 638
    Top = 8
    Width = 366
    Anchors = [akTop, akLeft, akRight, akBottom]
    DefaultItemHeight = 15
    Indent = 19
    TabOrder = 2
  end
  object TreeView2: TTreeView
    Left = 8
    Height = 214
    Top = 432
    Width = 345
    Anchors = [akTop, akLeft, akBottom]
    DefaultItemHeight = 15
    Indent = 19
    TabOrder = 3
  end
  object Button2: TButton
    Left = 176
    Height = 25
    Top = 401
    Width = 66
    Caption = 'Analyze'
    OnClick = Button2Click
    TabOrder = 4
  end
  object Memo2: TMemo
    Left = 8
    Height = 195
    Top = 200
    Width = 346
    ScrollBars = ssBoth
    TabOrder = 5
  end
  object Button3: TButton
    Left = 96
    Height = 25
    Top = 401
    Width = 74
    Caption = 'Parse pascal'
    OnClick = Button3Click
    TabOrder = 6
  end
  object StatusBar1: TStatusBar
    Left = 0
    Height = 20
    Top = 633
    Width = 734
    Panels = <>
  end
  object Button4: TButton
    Left = 248
    Height = 25
    Top = 400
    Width = 50
    Caption = 'Reduce'
    OnClick = Button4Click
    TabOrder = 8
  end
end