object BookSelector: TBookSelector Left = 232 Top = 124 ActiveControl = lItems BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select the Address Books you want to work with' ClientHeight = 227 ClientWidth = 446 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lbABooks: TLabel Left = 8 Top = 16 Width = 73 Height = 13 Caption = '&Address books:' end object lItems: TCheckListbox Left = 8 Top = 32 Width = 321 Height = 185 ItemHeight = 13 Style = lbOwnerDrawFixed TabOrder = 0 end object bOK: TButton Left = 336 Top = 32 Width = 97 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 336 Top = 72 Width = 97 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end