;open an encrypted document

object EncPswdForOpeningForm: TEncPswdForOpeningForm
  Caption = 'Especificar contraseña'
  ClientHeight = 210
  ClientWidth = 296
  object PasswordLbl: TLabel
    Left = 10
    Top = 10
    Width = 274
    Height = 30
    AutoSize = false
    Caption = 'Este documento está protegido con contraseña.'#13'Especificar &contraseña:'
  end
  object Edt: TEdit
    Left = 10
    Top = 45
    Width = 274
  end
  object MemChkBx: TCheckBox
    Left = 12
    Top = 80
    Caption = 'Intentar abrir todos los documentos cifrados'#13'con esta contraseña.'
    Font.Style = [fsBold]
  end
  object MemLbl: TLabel
    Left = 30
    Top = 113
    Width = 255
    Height = 52
    AutoSize = False
    Caption = 'Para máxima seguridad, esta contraseña se cifrará y almacenará en la RAM solo durante la sesión de trabajo actual de Atlantis. Nunca se guardará ninguna contraseña en su disco duro.'
  end
end