home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMULTIFORWARDER / TMULTIFORWARDER.txt
Text File  |  2001-09-09  |  2KB  |  90 lines

  1. object MultiForwarder: TMultiForwarder
  2.   Left = 200
  3.   Top = 117
  4.   HelpContext = 14062
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Forward/Redirect of multiple messages'
  8.   ClientHeight = 141
  9.   ClientWidth = 395
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bBrowse: TButton
  20.     Left = 304
  21.     Top = 62
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Browse...'
  25.     Enabled = False
  26.     TabOrder = 3
  27.     OnClick = bBrowseClick
  28.   end
  29.   object cbSeparate: TRadioButton
  30.     Left = 16
  31.     Top = 16
  32.     Width = 361
  33.     Height = 17
  34.     Caption = 'Open &separate editor windows'
  35.     Checked = True
  36.     TabOrder = 0
  37.     TabStop = True
  38.     OnClick = cbSeparateClick
  39.   end
  40.   object cbSingle: TRadioButton
  41.     Left = 16
  42.     Top = 40
  43.     Width = 361
  44.     Height = 17
  45.     Caption = '&Address all messages to the address(es) below:'
  46.     TabOrder = 1
  47.     TabStop = True
  48.     OnClick = cbSeparateClick
  49.   end
  50.   object bOK: TButton
  51.     Left = 128
  52.     Top = 108
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 4
  59.   end
  60.   object bCancel: TButton
  61.     Left = 216
  62.     Top = 108
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 5
  69.   end
  70.   object eAddr: TComboBox
  71.     Left = 40
  72.     Top = 64
  73.     Width = 257
  74.     Height = 21
  75.     Enabled = False
  76.     ItemHeight = 13
  77.     TabOrder = 2
  78.     OnKeyDown = eAddrKeyDown
  79.   end
  80.   object bHelp: TButton
  81.     Left = 304
  82.     Top = 108
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Help'
  86.     TabOrder = 6
  87.     OnClick = bHelpClick
  88.   end
  89. end
  90.