object Form21: TForm21 Left = 437 Top = 60 Width = 247 Height = 370 ActiveControl = StringGrid1 Caption = 'Tabulka' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 13 Top = 245 Width = 29 Height = 13 Caption = 'V��ka' end object Label2: TLabel Left = 124 Top = 245 Width = 26 Height = 13 Caption = '���ka' end object StringGrid1: TStringGrid Left = 8 Top = 9 Width = 224 Height = 224 ColCount = 20 DefaultColWidth = 10 DefaultRowHeight = 10 FixedCols = 0 RowCount = 20 FixedRows = 0 ScrollBars = ssNone TabOrder = 0 OnMouseMove = StringGrid1MouseMove end object SpinEdit1: TSpinEdit Left = 45 Top = 240 Width = 73 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object SpinEdit2: TSpinEdit Left = 152 Top = 240 Width = 73 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object CheckBox1: TCheckBox Left = 19 Top = 288 Width = 182 Height = 17 Caption = 'Pou��t nastaven� z okna tabulky' TabOrder = 4 end object CheckBox2: TCheckBox Left = 19 Top = 272 Width = 120 Height = 17 Caption = 'Nevytv��et hlavi�ku' TabOrder = 3 end object Button1: TButton Left = 144 Top = 312 Width = 75 Height = 25 Caption = 'Vytvo�it' Default = True ModalResult = 1 TabOrder = 5 end object Button2: TButton Left = 16 Top = 312 Width = 75 Height = 25 Cancel = True Caption = 'Zp�t' ModalResult = 2 TabOrder = 6 end end