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 / TFRMSPAMLIST / TFRMSPAMLIST.txt < prev   
Encoding:
Text File  |  1998-01-09  |  4.4 KB  |  189 lines

  1. object frmSpamList: TfrmSpamList
  2.   Left = 321
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spammer List'
  6.   ClientHeight = 365
  7.   ClientWidth = 632
  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 = 243
  20.     Top = 0
  21.     Width = 389
  22.     Height = 365
  23.     Align = alRight
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 12
  28.       Top = 28
  29.       Width = 296
  30.       Height = 26
  31.       Caption = 
  32.         'All spammers on the list are treated the same way according to t' +
  33.         'he settings you have specified on the extermination list.'
  34.       Transparent = True
  35.       WordWrap = True
  36.     end
  37.     object Label2: TLabel
  38.       Left = 12
  39.       Top = 64
  40.       Width = 303
  41.       Height = 26
  42.       Caption = 
  43.         'If you modify the spam list -- when a new spam list is released ' +
  44.         'by Unisyn, you could loose your changes.'
  45.       Transparent = True
  46.       WordWrap = True
  47.     end
  48.     object Label3: TLabel
  49.       Left = 12
  50.       Top = 96
  51.       Width = 337
  52.       Height = 52
  53.       Caption = 
  54.         'Instead, you should add spammers to the extermination list indiv' +
  55.         'idually by selecting '#39'New Rule'#39' and the '#39'from a certain e-mail a' +
  56.         'ddress'#39' option on the wizard.  This method allows you to set up ' +
  57.         'different actions for each spammer and retains your ability to u' +
  58.         'pgrade the default spam list.'
  59.       Transparent = True
  60.       WordWrap = True
  61.     end
  62.     object Label4: TLabel
  63.       Left = 136
  64.       Top = 204
  65.       Width = 232
  66.       Height = 52
  67.       Caption = 
  68.         'You should check for updates to the list frequently.  To check f' +
  69.         'or updates now, click settings from the main screen, then select' +
  70.         ' the Auto-Update folder tab.'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.       Transparent = True
  78.       WordWrap = True
  79.     end
  80.     object Label6: TLabel
  81.       Left = 12
  82.       Top = 4
  83.       Width = 349
  84.       Height = 13
  85.       Caption = 'Please use caution when modifying this list. Read this notice.'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = [fsBold, fsUnderline]
  91.       ParentFont = False
  92.     end
  93.     object Label7: TLabel
  94.       Left = 12
  95.       Top = 156
  96.       Width = 354
  97.       Height = 26
  98.       Caption = 
  99.         'If you wish to exclude addresses that appear on this list, inste' +
  100.         'ad of deleting them, you should add them to the exclusion list.'
  101.       Transparent = True
  102.       WordWrap = True
  103.     end
  104.     object EPImage7: TEPImage
  105.       Left = 24
  106.       Top = 224
  107.       Width = 75
  108.       Height = 30
  109.       ParentColor = False
  110.       Picture.Data = {<image000.bmp>}
  111.       Transparent = True
  112.     end
  113.     object Label5: TLabel
  114.       Left = 12
  115.       Top = 320
  116.       Width = 47
  117.       Height = 13
  118.       Caption = 'Find Text:'
  119.     end
  120.     object Button1: TButton
  121.       Left = 312
  122.       Top = 332
  123.       Width = 69
  124.       Height = 25
  125.       Cancel = True
  126.       Caption = 'Cancel'
  127.       TabOrder = 0
  128.       OnClick = Button1Click
  129.     end
  130.     object btnOK: TButton
  131.       Left = 240
  132.       Top = 332
  133.       Width = 67
  134.       Height = 25
  135.       Caption = 'OK / Save'
  136.       Default = True
  137.       TabOrder = 1
  138.       OnClick = btnOKClick
  139.     end
  140.     object edtFind: TEdit
  141.       Left = 12
  142.       Top = 336
  143.       Width = 129
  144.       Height = 21
  145.       TabOrder = 2
  146.       OnEnter = edtFindEnter
  147.       OnExit = edtFindExit
  148.     end
  149.     object btnFind: TButton
  150.       Left = 148
  151.       Top = 336
  152.       Width = 41
  153.       Height = 21
  154.       Caption = 'Find'
  155.       TabOrder = 3
  156.       OnClick = btnFindClick
  157.     end
  158.   end
  159.   object Panel2: TPanel
  160.     Left = 0
  161.     Top = 0
  162.     Width = 243
  163.     Height = 365
  164.     Align = alClient
  165.     BevelOuter = bvNone
  166.     TabOrder = 1
  167.     object lblSpamlstDate: TLabel
  168.       Left = 0
  169.       Top = 0
  170.       Width = 243
  171.       Height = 21
  172.       Align = alTop
  173.       AutoSize = False
  174.     end
  175.     object Memo1: TRichEdit
  176.       Left = 0
  177.       Top = 21
  178.       Width = 243
  179.       Height = 344
  180.       Align = alClient
  181.       Color = clInfoBk
  182.       PlainText = True
  183.       ScrollBars = ssBoth
  184.       TabOrder = 0
  185.       WordWrap = False
  186.     end
  187.   end
  188. end
  189.