object tablewizard: Ttablewizard Left = 295 Top = 142 Width = 408 Height = 338 BorderStyle = bsSizeToolWin Caption = 'tablewizard' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 264 Top = 8 Width = 58 Height = 16 Caption = '�������:' end object Label2: TLabel Left = 264 Top = 56 Width = 42 Height = 16 Caption = '�����' end object table: TStringGrid Left = 8 Top = 8 Width = 241 Height = 281 Color = clSilver ColCount = 2 DefaultColWidth = 24 FixedCols = 0 RowCount = 2 FixedRows = 0 GridLineWidth = 3 TabOrder = 0 end object SpinEdit1: TSpinEdit Left = 336 Top = 8 Width = 49 Height = 26 AutoSelect = False MaxValue = 1000 MinValue = 1 TabOrder = 1 Value = 2 OnChange = SpinEdit1Change end object SpinEdit2: TSpinEdit Left = 336 Top = 56 Width = 49 Height = 26 AutoSelect = False MaxValue = 1000 MinValue = 1 TabOrder = 2 Value = 2 OnChange = SpinEdit2Change end object BitBtn1: TBitBtn Left = 320 Top = 216 Width = 73 Height = 25 TabOrder = 3 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 320 Top = 264 Width = 75 Height = 25 TabOrder = 4 OnClick = BitBtn2Click Kind = bkCancel end end