object Form1: TForm1 Left = 195 Top = 120 Width = 266 Height = 142 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 EditPopis: TEdit Left = 8 Top = 8 Width = 177 Height = 21 TabOrder = 0 Text = 'Popis site.txt' end object EditVstup: TEdit Left = 8 Top = 56 Width = 177 Height = 21 TabOrder = 1 Text = 'Vstupy.txt' end object Button1: TButton Left = 184 Top = 8 Width = 25 Height = 25 Caption = '...' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 184 Top = 56 Width = 25 Height = 25 Caption = '...' TabOrder = 3 OnClick = Button2Click end object EditVystup: TEdit Left = 8 Top = 32 Width = 177 Height = 21 TabOrder = 4 Text = 'Vystup.txt' end object Button3: TButton Left = 184 Top = 32 Width = 25 Height = 25 Caption = '...' TabOrder = 5 OnClick = Button3Click end object OpenDialog1: TOpenDialog Left = 144 Top = 8 end object OpenDialog2: TOpenDialog Left = 144 Top = 56 end object SaveDialog1: TSaveDialog Left = 144 Top = 32 end end