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

  1. object MassMailer: TMassMailer
  2.   Left = 276
  3.   Top = 205
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create Mass Mailing'
  7.   ClientHeight = 259
  8.   ClientWidth = 341
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 100
  21.     Height = 13
  22.     Caption = 'Use &Quick Template:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 72
  27.     Width = 75
  28.     Height = 13
  29.     Caption = '&Active account:'
  30.   end
  31.   object rAction: TRadioGroup
  32.     Left = 16
  33.     Top = 120
  34.     Width = 305
  35.     Height = 89
  36.     Caption = 'Action'
  37.     ItemIndex = 0
  38.     Items.Strings = (
  39.       '&Put in Outbox'
  40.       'Open in &Editor'
  41.       'Save as &Draft')
  42.     TabOrder = 2
  43.   end
  44.   object bOK: TButton
  45.     Left = 60
  46.     Top = 224
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '&OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 3
  53.   end
  54.   object bCancel: TButton
  55.     Left = 188
  56.     Top = 224
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 4
  63.   end
  64.   object bEdit: TButton
  65.     Left = 224
  66.     Top = 38
  67.     Width = 91
  68.     Height = 25
  69.     Caption = '&Edit...'
  70.     TabOrder = 1
  71.     OnClick = bEditClick
  72.   end
  73.   object eTemplate: TComboBox
  74.     Left = 16
  75.     Top = 40
  76.     Width = 193
  77.     Height = 21
  78.     Style = csDropDownList
  79.     ItemHeight = 13
  80.     TabOrder = 0
  81.   end
  82.   object eUser: TComboBox
  83.     Left = 16
  84.     Top = 88
  85.     Width = 193
  86.     Height = 21
  87.     Style = csDropDownList
  88.     ItemHeight = 13
  89.     TabOrder = 5
  90.     OnChange = eUserChange
  91.   end
  92. end
  93.