object frmAddReceipiantsFromAddressBook: TfrmAddReceipiantsFromAddressBook Left = 201 Top = 95 BorderIcons = [] BorderStyle = bsDialog Caption = 'Add receipiants from address book' ClientHeight = 374 ClientWidth = 353 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lstFrom: TExtListView Left = 8 Top = 8 Width = 337 Height = 153 Columns = < item Caption = 'Name' Width = 120 end item Caption = 'E-Mail' Width = 213 end> HideSelection = False ExtendedStyles = [lvxFullRowSelect] ColumnsFormat = <> ShowSortArrows = True AutoResort = False AutoSortAscending = False ColumnClick = False OnDblClick = lstFromDblClick MultiSelect = True OnChange = lstFromChange TabOrder = 0 ViewStyle = vsReport end object lstTo: TExtListView Left = 8 Top = 200 Width = 337 Height = 137 Columns = < item Caption = 'Name' Width = 120 end item Caption = 'E-Mail' Width = 213 end> HideSelection = False ExtendedStyles = [lvxFullRowSelect] ColumnsFormat = <> ShowSortArrows = True AutoResort = False AutoSortAscending = False ColumnClick = False MultiSelect = True TabOrder = 1 ViewStyle = vsReport OnKeyDown = lstToKeyDown end object btnAdd: TButton Left = 140 Top = 168 Width = 73 Height = 25 Caption = 'Add' Default = True Enabled = False TabOrder = 2 OnClick = btnAddClick end object btnOK: TButton Left = 100 Top = 347 Width = 73 Height = 25 Caption = '&OK' Enabled = False ModalResult = 1 TabOrder = 3 end object btnCancel: TButton Left = 180 Top = 347 Width = 73 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end end