object Form1: TForm1 Left = 216 Top = 181 Width = 991 Height = 754 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 Image1: TImage Left = 8 Top = 8 Width = 700 Height = 700 end object Label1: TLabel Left = 712 Top = 32 Width = 55 Height = 13 Caption = 'Pocet tahu:' end object Edit1: TEdit Left = 712 Top = 8 Width = 225 Height = 21 TabOrder = 0 Text = 'soubor.txt' end object Button1: TButton Left = 944 Top = 8 Width = 33 Height = 25 Caption = '...' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 712 Top = 64 Width = 265 Height = 33 Caption = 'Vykreslit' TabOrder = 2 OnClick = Button2Click end object CSTahu: TCSpinEdit Left = 776 Top = 32 Width = 201 Height = 22 TabStop = True ParentColor = False TabOrder = 3 Value = 1000000 end object Button3: TButton Left = 712 Top = 112 Width = 265 Height = 33 Caption = 'Ulozit vysledek' TabOrder = 4 OnClick = Button3Click end object Button4: TButton Left = 712 Top = 152 Width = 265 Height = 33 Caption = 'Clear' TabOrder = 5 OnClick = Button4Click end object OpenDialog1: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 888 Top = 8 end object SavePictureDialog1: TSavePictureDialog Left = 944 Top = 120 end end