;the "Tools | Options..." menu command, the "General" tab, the "Address Books..." button, the "Edit..." button, the "Modify..." button

object EditAddrForm: TEditAddrForm
  ClientHeight = 224
  ClientWidth = 401
  object BookPanel: TPanel
    Width = 401
    Height = 42
    BevelOuter = bvNone
    object BookLbl: TLabel
      Left = 8
      Top = 14
      Caption = 'Libreta de direcciones:'
    end
    object BookCmbBx: TComboBox
      Left = 88
      Top = 10
      Width = 303
      Style = csDropDownList
    end
    object Bvl: TBevel
      Left = 10
      Top = 39
      Width = 382
      Height = 2
    end
  end
  object AddrPanel: TPanel
    Top = 42
    Width = 401
    Height = 182
    BevelOuter = bvNone
    object AddrNameLbl1: TLabel
      Left = 8
      Top = 8
      Caption = 'Título de dirección'
      Font.Style = [fsBold]
    end
    object AddrNameEdt: TEdit
      Left = 8
      Top = 26
      Width = 383
    end
    object AddrNameLbl2: TLabel
      Left = 117
      Top = 8
      Caption = '(por ejemplo, "Milky Way Co." o "Mi dirección de casa"):'
    end
    object AddrLbl1: TLabel
      Left = 8
      Top = 64
      Caption = 'Dirección:'
      Font.Style = [fsBold]
    end
    object AddrMemo: TMemo
      Left = 8
      Top = 83
      Width = 220
      Height = 90
    end
    object AddrLbl2: TLabel
      Left = 237
      Top = 64
      Caption = 'Ejemplo:'
    end
    object AddrLbl3: TLabel
      Left = 237
      Top = 83
      Width = 133
      Height = 62
      AutoSize = False
      Caption = 'Tracy T Johnson'#13'202N 1620 W'#13'EAST POINT UTAH 84015'#13'USA'
    end
  end
end