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

object DelCellsForm: TDelCellsForm
  Caption = 'Eliminar celdas'
  ClientHeight = 107
  ClientWidth = 200
  object LeftRadBtn: TRadioButton
    Left = 20
    Top = 15
    Caption = 'Desplazar celdas a la &izquierda'
  end
  object UpRadBtn: TRadioButton
    Left = 20
    Top = 40
    Caption = 'Desplazar celdas hacia &arriba'
  end
end