;the "Help | About..." menu command

object AboutForm: TAboutForm
  Caption = 'Acerca de Atlantis Word Processor'
  ClientHeight = 319
  ClientWidth = 434
  object Lbl: TLabel
    Left = 151
    Top = 10
    Width = 273
    Height = 230
    AutoSize = False
  end
  object OKBtn: TButton
    Left = 350
    Top = 288
    Width = 75
    Cancel = True
    Caption = 'OK'
    Default = True
    ModalResult = 1
  end
end