object Form1: TForm1
  Left = 192
  Top = 114
  Width = 561
  Height = 430
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 537
    Height = 281
    TabOrder = 0
  end
  object Button1: TButton
    Left = 8
    Top = 296
    Width = 105
    Height = 25
    Caption = 'Na'#269'ti XML'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 296
    Width = 137
    Height = 25
    Caption = 'Na'#269'ti vstupn'#237' Data'
    TabOrder = 2
    OnClick = Button2Click
  end
  object MyXML: TXMLDocument
    Active = True
    FileName = 'C:\M18\mladez\nevnorene_data\nevnorene1'
    Left = 24
    Top = 16
    DOMVendorDesc = 'MSXML'
  end
  object OpenDialog1: TOpenDialog
    Left = 72
    Top = 272
  end
  object OpenDialog2: TOpenDialog
    Left = 184
    Top = 272
  end
end