object RegReminderForm: TRegReminderForm
  ClientHeight = 203
  ClientWidth = 390
  object LogoImg: TImage
    Height = 71
    Align = alTop
    Center = True
  end
  object CommentLbl: TLabel
    Left = 10
    Top = 82
    Width = 370
    Height = 82
    Alignment = taCenter
    AutoSize = False
    Caption = 'Está utilizando una copia de prueba de Atlantis Word Processor.'#13'Sólo puede usar esta copia de Atlantis con fines de evaluación.'#13'Cualquier otro uso requiere registro.'#13'La copia registrada no muestra este recordatorio.'
    Font.Style = [fsBold]
  end
  object HowToRegBtn: TButton
    Left = 136
    Top = 171
    Width = 100
    Caption = 'Cómo Registrarse'
    OnClick = HowToRegBtnClick
  end
  object EnterCodeBtn: TButton
    Left = 242
    Top = 171
    Width = 140
    Caption = 'Introducir Código Reg....'
    OnClick = EnterCodeBtnClick
  end
  object ContinueBtn: TButton
    Left = 10
    Top = 171
    Width = 120
    Caption = 'Continuar Evaluación'
    ModalResult = 1
  end
end