;the "Help | Enter Registration Code..." menu command

object EnterRegCodeForm: TEnterRegCodeForm
  Caption = 'Registro de Atlantis'
  ClientHeight = 246
  ClientWidth = 342
  object MainLbl: TLabel
    Left = 10
    Top = 12
    Width = 317
    Height = 91
    AutoSize = False
    Caption = 'Aquí puede ingresar sus detalles de registro.'#13#13'Si aún no ha registrado su copia de Atlantis, por favor elija "Cómo registrar Atlantis" en el menú "Ayuda" para obtener información detallada sobre el registro de Atlantis.'
  end
  object EmailLbl: TLabel
    Left = 10
    Top = 115
    Caption = 'Dirección de correo electrónico asociada con su licencia:'
    Font.Style = [fsBold]
  end
  object EmailEdt: TEdit
    Left = 10
    Top = 132
    Width = 317
  end
  object CodeLbl: TLabel
    Left = 10
    Top = 161
    Caption = 'Código de registro:'
    Font.Style = [fsBold]
  end
  object CodeEdt: TEdit
    Left = 10
    Top = 178
    Width = 317
  end
end