home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMFRIENDS / TFRMFRIENDS.txt
Encoding:
Text File  |  1998-01-09  |  2.8 KB  |  123 lines

  1. object frmFriends: TfrmFriends
  2.   Left = 8
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'My Friends'
  6.   ClientHeight = 366
  7.   ClientWidth = 628
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 239
  20.     Top = 0
  21.     Width = 389
  22.     Height = 366
  23.     Align = alRight
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 12
  28.       Top = 20
  29.       Width = 339
  30.       Height = 39
  31.       Caption = 
  32.         'The exclusion (or "My Friends") list is an important part of Spa' +
  33.         'm Exterminator.  Enter all the e-mail addresses of people who yo' +
  34.         'u regularly receive mail from.  '
  35.       Transparent = True
  36.       WordWrap = True
  37.     end
  38.     object Label7: TLabel
  39.       Left = 12
  40.       Top = 124
  41.       Width = 332
  42.       Height = 39
  43.       Caption = 
  44.         'If you wish to exclude addresses that appear on this built in sp' +
  45.         'am extermination list, instead of deleting them from the list, y' +
  46.         'ou should add them here.'
  47.       Transparent = True
  48.       WordWrap = True
  49.     end
  50.     object Label2: TLabel
  51.       Left = 12
  52.       Top = 172
  53.       Width = 289
  54.       Height = 13
  55.       Caption = 'You may add full e-mail addresses or just domain names.'
  56.       Transparent = True
  57.       WordWrap = True
  58.     end
  59.     object Label3: TLabel
  60.       Left = 12
  61.       Top = 64
  62.       Width = 344
  63.       Height = 52
  64.       Caption = 
  65.         'Using this list, if an Extermination Rule is activated and the m' +
  66.         'essage is to be deleted, the message will also be checked to see' +
  67.         ' whether it is from an address or domain on this list.  If so, t' +
  68.         'hen the message will not be exterminated as though it was spam.'
  69.       WordWrap = True
  70.     end
  71.     object Button1: TButton
  72.       Left = 312
  73.       Top = 332
  74.       Width = 69
  75.       Height = 25
  76.       Cancel = True
  77.       Caption = 'Cancel'
  78.       TabOrder = 0
  79.       OnClick = Button1Click
  80.     end
  81.     object Button2: TButton
  82.       Left = 240
  83.       Top = 332
  84.       Width = 67
  85.       Height = 25
  86.       Caption = 'OK / Save'
  87.       Default = True
  88.       TabOrder = 1
  89.       OnClick = Button2Click
  90.     end
  91.   end
  92.   object Panel2: TPanel
  93.     Left = 0
  94.     Top = 0
  95.     Width = 239
  96.     Height = 366
  97.     Align = alClient
  98.     BevelOuter = bvNone
  99.     Caption = 'Panel2'
  100.     TabOrder = 1
  101.     object lblSpamlstDate: TLabel
  102.       Left = 0
  103.       Top = 0
  104.       Width = 239
  105.       Height = 21
  106.       Align = alTop
  107.       AutoSize = False
  108.     end
  109.     object Memo1: TRichEdit
  110.       Left = 0
  111.       Top = 21
  112.       Width = 239
  113.       Height = 345
  114.       Align = alClient
  115.       Color = clInfoBk
  116.       PlainText = True
  117.       ScrollBars = ssBoth
  118.       TabOrder = 0
  119.       WordWrap = False
  120.     end
  121.   end
  122. end
  123.