object Form1: TForm1 Left = 449 Top = 103 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Krunimir' ClientHeight = 825 ClientWidth = 713 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object I_Obrazek: TImage Left = 8 Top = 8 Width = 700 Height = 700 end object GB_Data: TGroupBox Left = 8 Top = 712 Width = 697 Height = 105 Caption = ' Ovl'#225'd'#225'n'#237' ' TabOrder = 0 object Label1: TLabel Left = 8 Top = 16 Width = 65 Height = 13 Caption = 'Na'#269'ten'#237' dat :' end object Label2: TLabel Left = 8 Top = 56 Width = 185 Height = 13 Caption = 'Ulo'#382'en'#237' obr'#225'zku (zadejte bez p'#345#237'pony) :' end object Label3: TLabel Left = 272 Top = 72 Width = 58 Height = 13 Caption = 'Po'#269'et tah'#367' :' end object E_Load: TEdit Left = 8 Top = 32 Width = 241 Height = 21 TabStop = False ReadOnly = True TabOrder = 0 end object E_Save: TEdit Left = 8 Top = 72 Width = 241 Height = 21 TabStop = False TabOrder = 1 end object B_Prochazet: TButton Left = 256 Top = 32 Width = 75 Height = 25 Caption = 'Proch'#225'zet' TabOrder = 2 TabStop = False OnClick = B_ProchazetClick end object B_Load: TButton Left = 336 Top = 32 Width = 75 Height = 25 Caption = 'Na'#269#237'st' TabOrder = 3 TabStop = False OnClick = B_LoadClick end object B_Print: TButton Left = 416 Top = 32 Width = 75 Height = 25 Caption = 'Vykreslit' Enabled = False TabOrder = 4 OnClick = B_PrintClick end object SE_Pocet: TSpinEdit Left = 360 Top = 72 Width = 121 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 5 Value = 0 end object B_Clear: TButton Left = 592 Top = 16 Width = 91 Height = 25 Caption = 'Smazat plochu' TabOrder = 6 OnClick = B_ClearClick end end object OD_Open: TOpenDialog Filter = 'Textovy soubor|*.txt' InitialDir = 'C:\' Title = 'Najit soubor...' Left = 8 Top = 792 end end