home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMADDRECEIPIANTSFROMADDRESSBOOK / TFRMADDRECEIPIANTSFROMADDRESSBOOK.txt
Text File  |  1999-02-09  |  2KB  |  105 lines

  1. object frmAddReceipiantsFromAddressBook: TfrmAddReceipiantsFromAddressBook
  2.   Left = 201
  3.   Top = 95
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add receipiants from address book'
  7.   ClientHeight = 374
  8.   ClientWidth = 353
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lstFrom: TExtListView
  21.     Left = 8
  22.     Top = 8
  23.     Width = 337
  24.     Height = 153
  25.     Columns = <
  26.       item
  27.         Caption = 'Name'
  28.         Width = 120
  29.       end
  30.       item
  31.         Caption = 'E-Mail'
  32.         Width = 213
  33.       end>
  34.     HideSelection = False
  35.     ExtendedStyles = [lvxFullRowSelect]
  36.     ColumnsFormat = <>
  37.     ShowSortArrows = True
  38.     AutoResort = False
  39.     AutoSortAscending = False
  40.     ColumnClick = False
  41.     OnDblClick = lstFromDblClick
  42.     MultiSelect = True
  43.     OnChange = lstFromChange
  44.     TabOrder = 0
  45.     ViewStyle = vsReport
  46.   end
  47.   object lstTo: TExtListView
  48.     Left = 8
  49.     Top = 200
  50.     Width = 337
  51.     Height = 137
  52.     Columns = <
  53.       item
  54.         Caption = 'Name'
  55.         Width = 120
  56.       end
  57.       item
  58.         Caption = 'E-Mail'
  59.         Width = 213
  60.       end>
  61.     HideSelection = False
  62.     ExtendedStyles = [lvxFullRowSelect]
  63.     ColumnsFormat = <>
  64.     ShowSortArrows = True
  65.     AutoResort = False
  66.     AutoSortAscending = False
  67.     ColumnClick = False
  68.     MultiSelect = True
  69.     TabOrder = 1
  70.     ViewStyle = vsReport
  71.     OnKeyDown = lstToKeyDown
  72.   end
  73.   object btnAdd: TButton
  74.     Left = 140
  75.     Top = 168
  76.     Width = 73
  77.     Height = 25
  78.     Caption = 'Add'
  79.     Default = True
  80.     Enabled = False
  81.     TabOrder = 2
  82.     OnClick = btnAddClick
  83.   end
  84.   object btnOK: TButton
  85.     Left = 100
  86.     Top = 347
  87.     Width = 73
  88.     Height = 25
  89.     Caption = '&OK'
  90.     Enabled = False
  91.     ModalResult = 1
  92.     TabOrder = 3
  93.   end
  94.   object btnCancel: TButton
  95.     Left = 180
  96.     Top = 347
  97.     Width = 73
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = '&Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 4
  103.   end
  104. end
  105.