;right-click a table, the "Split Cells..." menu command

object SplitCellsForm: TSplitCellsForm
  Caption = 'Dividir Celdas'
  ClientHeight = 123
  ClientWidth = 186
  object ColLbl: TLabel
    Left = 10
    Top = 18
    Caption = 'Número de &columnas:'
  end
  object ColEdt: TUpDownEdit
    Left = 122
    Top = 15
    Width = 36
    Increment = 1
    Min = 1
    SepDigits = 0
  end
  object RowLbl: TLabel
    Left = 10
    Top = 48
    Caption = 'Número de &filas:'
  end
  object RowEdt: TUpDownEdit
    Left = 122
    Top = 45
    Width = 36
    Increment = 1
    Min = 1
    SepDigits = 0
  end
end