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 = 96 Width = 265 Height = 33 Caption = 'Vykreslit cele' 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 = 184 Width = 265 Height = 33 Caption = 'Ulozit vysledek' TabOrder = 4 OnClick = Button3Click end object Button4: TButton Left = 712 Top = 224 Width = 265 Height = 33 Caption = 'Clear' TabOrder = 5 OnClick = Button4Click end object Button5: TButton Left = 712 Top = 136 Width = 129 Height = 41 Caption = 'Nakreslit dalsi tah' TabOrder = 6 OnClick = Button5Click end object Button6: TButton Left = 848 Top = 136 Width = 129 Height = 41 Caption = 'Odebrat posledni tah' TabOrder = 7 OnClick = Button6Click end object Button7: TButton Left = 712 Top = 56 Width = 265 Height = 33 Caption = 'Nacist soubor' TabOrder = 8 OnClick = Button7Click end object OpenDialog1: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 888 Top = 8 end object SavePictureDialog1: TSavePictureDialog Left = 944 Top = 184 end end