object Form1: TForm1 Left = 192 Top = 102 Width = 563 Height = 685 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 56 Width = 58 Height = 13 Caption = 'Popis hradla' end object Label2: TLabel Left = 280 Top = 56 Width = 77 Height = 13 Caption = 'V'#253'sledek v XML' end object Button1: TButton Left = 40 Top = 24 Width = 113 Height = 25 Caption = 'Na'#269#237'st ze souboru' TabOrder = 0 OnClick = Button1Click end object Memo1: TMemo Left = 24 Top = 72 Width = 217 Height = 465 Lines.Strings = ( 'Memo1') TabOrder = 1 end object Button2: TButton Left = 280 Top = 24 Width = 113 Height = 25 Caption = 'Ulo'#382'it s'#237#357' jako' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 408 Top = 608 Width = 115 Height = 25 Caption = 'Ukon'#269'it program' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 24 Top = 544 Width = 489 Height = 25 Caption = 'Vy'#269'istit ob'#283' textov'#233' pole' TabOrder = 4 OnClick = Button4Click end object Memo2: TMemo Left = 272 Top = 72 Width = 241 Height = 465 Lines.Strings = ( 'Memo2') TabOrder = 5 end object OpenDialog1: TOpenDialog Left = 104 Top = 592 end object SaveDialog1: TSaveDialog DefaultExt = '.xml' Left = 56 Top = 592 end end