home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMSelBook.dfm / FMSelBook.txt next >
Text File  |  1998-12-12  |  1KB  |  69 lines

  1. object SelBookForm: TSelBookForm
  2.   Tag = 271
  3.   Left = 451
  4.   Top = 394
  5.   ActiveControl = Button1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Move Addresses to...'
  8.   ClientHeight = 128
  9.   ClientWidth = 174
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 12
  21.     Top = 8
  22.     Width = 153
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Tag = 272
  29.     Left = 12
  30.     Top = 44
  31.     Width = 44
  32.     Height = 13
  33.     Caption = 'To &Book:'
  34.     FocusControl = ComboBox1
  35.   end
  36.   object ComboBox1: TComboBoxEx
  37.     Left = 12
  38.     Top = 62
  39.     Width = 153
  40.     Height = 22
  41.     ShowImages = True
  42.     DropDownCount = 10
  43.     ItemHeight = 16
  44.     TabOrder = 2
  45.   end
  46.   object Button1: TButton
  47.     Tag = 116
  48.     Left = 12
  49.     Top = 96
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 0
  56.   end
  57.   object Button2: TButton
  58.     Tag = 117
  59.     Left = 92
  60.     Top = 96
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.   end
  68. end
  69.