object MainForm: TMainForm Left = 320 Top = 189 Caption = 'P'#345'eklada'#269' pascalu' ClientHeight = 672 ClientWidth = 1017 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poDesigned WindowState = wsMaximized OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 1017 672) PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 257 Height = 313 TabOrder = 0 end object Button1: TButton Left = 271 Top = 8 Width = 75 Height = 25 Caption = 'Parse' TabOrder = 1 OnClick = Button1Click end object TreeView1: TTreeView Left = 360 Top = 8 Width = 649 Height = 657 Anchors = [akLeft, akTop, akRight, akBottom] Indent = 19 TabOrder = 2 end object TreeView2: TTreeView Left = 8 Top = 328 Width = 345 Height = 337 Anchors = [akLeft, akTop, akBottom] Indent = 19 TabOrder = 3 end end