object SelBookForm: TSelBookForm Tag = 271 Left = 451 Top = 394 ActiveControl = Button1 BorderStyle = bsDialog Caption = 'Move Addresses to...' ClientHeight = 128 ClientWidth = 174 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 12 Top = 8 Width = 153 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Tag = 272 Left = 12 Top = 44 Width = 44 Height = 13 Caption = 'To &Book:' FocusControl = ComboBox1 end object ComboBox1: TComboBoxEx Left = 12 Top = 62 Width = 153 Height = 22 ShowImages = True DropDownCount = 10 ItemHeight = 16 TabOrder = 2 end object Button1: TButton Tag = 116 Left = 12 Top = 96 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Tag = 117 Left = 92 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end