;the "Tools | Options..." menu command, the "General" tab, the "Optional Messages..." button

object OptionalMsgForm: TOptionalMsgForm
  Caption = 'Mensajes Opcionales'
  ClientHeight = 232
  ClientWidth = 483
  object Lbl1: TLabel
    Left = 9
    Top = 9
    Width = 465
    Height = 26
    AutoSize = False
    Caption = 'Los siguientes &mensajes son opcionales. Desmarque las casillas para las opciones sobre las que no desea que se le pregunte:'
  end
  object ChkLstBx: TCheckListBox
    Left = 9
    Top = 41
    Width = 465
    Height = 134
    OnClickCheck = ChkLstBxClickCheck
    OnClick = ChkLstBxClick
    OnMouseMove = ChkLstBxMouseMove
  end
  object Lbl2: TLabel
    Left = 9
    Top = 181
    Width = 165
    Height = 43
    AutoSize = False
    Caption = 'El mensaje resaltado no se mostrará. Atlantis asumirá que su respuesta predeterminada es:'
  end
  object AnswerCmbBx: TComboBox
    Left = 180
    Top = 202
    Width = 85
    Style = csDropDownList
    OnChange = AnswerCmbBxChange
  end
end