;the "File | New | Encrypted Document (COD)" menu command

object EncPswdForSavingForm: TEncPswdForSavingForm
  Caption = 'Especificar contraseña'
  ClientHeight = 214
  ClientWidth = 422
  object IntroLbl: TLabel
    Left = 10
    Top = 10
    Width = 400
    Height = 45
    AutoSize = False
    Caption = 'Por favor, especifique la contraseña que le gustaría usar para abrir este documento en el futuro (las contraseñas de Atlantis distinguen entre mayúsculas y minúsculas).'
  end
  object PasswordLbl: TLabel
    Left = 10
    Top = 60
    Caption = 'Ingresar &contraseña:'
  end
  object Edt: TEdit
    Left = 10
    Top = 79
    Width = 210
  end
  object RetypePasswordLbl: TLabel
    Left = 234
    Top = 60
    Caption = '&Reingresar contraseña:'
  end
  object Edt2: TEdit
    Left = 234
    Top = 79
    Width = 178
  end
  object MemChkBx: TCheckBox
    Left = 10
    Top = 109
    Caption = '&Sugerir esta contraseña al crear otros documentos cifrados.'
    Font.Style = [fsBold]
  end
  object MemLbl: TLabel
    Left = 30
    Top = 130
    Width = 371
    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.'
  end
end