;the "Tools | Options..." menu command, the "General" tab, the "Address Books..." menu command, the "Edit..." button, the "Import Addresses" button, the "From a CSV file..." menu command

object ImportCSVForm: TImportCSVForm
  Caption = 'Importar Direcciones desde Archivo CSV'
  ClientHeight = 355
  ClientWidth = 549
  object ValNameLbl: TLabel
    Left = 10
    Top = 10
    Caption = '&Seleccionar elementos a importar:'
  end
  object ValNameLstBx: TCheckListBox
    Left = 10
    Top = 30
    Width = 219
    Height = 316
    OnClickCheck = ValNameLstBxClickCheck
  end
  object TemplateLbl: TLabel
    Left = 242
    Top = 10
    Caption = 'Especificar orden de importación:'
  end
  object PaintBx: TPaintBox
    Left = 242
    Top = 30
    Width = 295
    Height = 134
    OnDragDrop = PaintBxDragDrop
    OnDragOver = PaintBxDragOver
    OnEndDrag = PaintBxEndDrag
    OnMouseDown = PaintBxMouseDown
    OnPaint = PaintBxPaint
  end
  object TipLbl: TLabel
    Left = 242
    Top = 180
    Caption = 'Use Arrastrar y Soltar para reordenar los elementos arriba.'
  end
  object SampleLbl: TLabel
    Left = 242
    Top = 211
    Caption = 'Eje&mplo de dirección importada:'
  end
  object SampleMemo: TMemo
    Left = 242
    Top = 228
    Width = 295
    Height = 84
    Color = -2147483633
    ReadOnly = True
  end
end