;the "Format | Tabs..." menu command, the "Add..." button

object EditTabStopForm: TEditTabStopForm
  Caption = 'Posición de tabulación'
  ClientHeight = 80
  ClientWidth = 199
  object Lbl: TLabel
    Left = 12
    Top = 17
    Caption = 'Posición:'
  end
  object Edt: TUpDownEdit
    Left = 92
    Top = 14
  end
end