object Form1: TForm1 Left = 294 Top = 277 Width = 524 Height = 151 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 116 Height = 13 Caption = 'Soubor s popisem hradel' end object Label2: TLabel Left = 40 Top = 24 Width = 82 Height = 13 Caption = 'Soubor se vstupy' end object Edit1: TEdit Left = 128 Top = 0 Width = 121 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 128 Top = 24 Width = 121 Height = 21 TabOrder = 1 end object Button1: TButton Left = 256 Top = 0 Width = 75 Height = 25 Caption = 'Hledej' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 256 Top = 24 Width = 75 Height = 25 Caption = 'Hledej' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 128 Top = 56 Width = 121 Height = 33 Caption = 'Spust program' TabOrder = 4 OnClick = Button3Click end object XMLDocument1: TXMLDocument Left = 384 Top = 16 DOMVendorDesc = 'MSXML' end object MainMenu1: TMainMenu Left = 424 Top = 16 object sOU1: TMenuItem Caption = 'Soubor' object Ot1: TMenuItem Caption = 'Otevrit soubor s hradly' end end end object OpenDialog1: TOpenDialog Left = 456 Top = 16 end end