;the "Help | More Features..." command (the Lite version)

object FullVerForm: TFullVerForm
  Caption = 'Más Funciones'
  ClientHeight = 400
  ClientWidth = 690
  object Img: TImage
    Width = 175
    Height = 400
    Align = alLeft
  end
  object OKBtn: TButton
    Left = 459
    Top = 371
    Width = 140
    Caption = 'Probar Versión Completa'
    Default = True
    ModalResult = 1
  end
  object CancelBtn: TButton
    Left = 608
    Top = 371
    Width = 75
    Cancel = True
    Caption = 'Cancelar'
    ModalResult = 2
  end
end