;the "Tools | Install as Portable/Non-portable..." menu command

object InstallToForm: TInstallToForm2
  ClientHeight = 341
  ClientWidth = 505
  object Panel: TPanel
    Width = 120
    Height = 341
    Align = alLeft
    BevelInner = bvRaised
    BevelOuter = bvLowered
    object Img: TImage
      Align = alClient
      Width = 116
      Height = 337
    end
  end
  object IntroLbl: TLabel
    Left = 140
    Top = 18
    Width = 350
    Height = 232
    AutoSize = False
  end
  object DestLbl: TLabel
    Left = 140
    Top = 18
    Width = 350
    Height = 50
    Caption = 'Por favor, elija una ubicación donde desea instalar Atlantis:'
    AutoSize = False
    Visible = False
  end
  object DestDirEdt: TEdit
    Left = 140
    Top = 54
    Width = 256
    Visible = False
  end
  object BrowseBtn: TButton
    Left = 400
    Top = 54
    Width = 90
    Caption = 'Explorar...'
    OnClick = BrowseBtnClick
    Visible = False
  end
  object PSLbl: TLabel
    Left = 140
    Top = 100
    Width = 350
    Height = 95
    AutoSize = False
    Visible = False
  end
  object ProgressLbl: TLabel
    Left = 140
    Top = 200
    Caption = 'Instalando...'
    Visible = False
  end
  object ProgressBar: TProgressBar
    Left = 140
    Top = 224
    Width = 350
    Height = 23
    Visible = False
  end
end