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

object InsCellsForm: TInsCellsForm
  Caption = 'Insertar Celdas'
  ClientHeight = 107
  ClientWidth = 172
  object RightRadBtn: TRadioButton
    Left = 20
    Top = 15
    Caption = 'Mover celdas a la &derecha'
  end
  object DnRadBtn: TRadioButton
    Left = 20
    Top = 40
    Caption = 'Mover celdas hacia &abajo'
  end
end