home *** CD-ROM | disk | FTP | other *** search
- object frmSpamList: TfrmSpamList
- Left = 321
- Top = 211
- BorderStyle = bsDialog
- Caption = 'Spammer List'
- ClientHeight = 365
- ClientWidth = 632
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 243
- Top = 0
- Width = 389
- Height = 365
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 12
- Top = 28
- Width = 296
- Height = 26
- Caption =
- 'All spammers on the list are treated the same way according to t' +
- 'he settings you have specified on the extermination list.'
- Transparent = True
- WordWrap = True
- end
- object Label2: TLabel
- Left = 12
- Top = 64
- Width = 303
- Height = 26
- Caption =
- 'If you modify the spam list -- when a new spam list is released ' +
- 'by Unisyn, you could loose your changes.'
- Transparent = True
- WordWrap = True
- end
- object Label3: TLabel
- Left = 12
- Top = 96
- Width = 337
- Height = 52
- Caption =
- 'Instead, you should add spammers to the extermination list indiv' +
- 'idually by selecting '#39'New Rule'#39' and the '#39'from a certain e-mail a' +
- 'ddress'#39' option on the wizard. This method allows you to set up ' +
- 'different actions for each spammer and retains your ability to u' +
- 'pgrade the default spam list.'
- Transparent = True
- WordWrap = True
- end
- object Label4: TLabel
- Left = 136
- Top = 204
- Width = 232
- Height = 52
- Caption =
- 'You should check for updates to the list frequently. To check f' +
- 'or updates now, click settings from the main screen, then select' +
- ' the Auto-Update folder tab.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Label6: TLabel
- Left = 12
- Top = 4
- Width = 349
- Height = 13
- Caption = 'Please use caution when modifying this list. Read this notice.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 12
- Top = 156
- Width = 354
- Height = 26
- Caption =
- 'If you wish to exclude addresses that appear on this list, inste' +
- 'ad of deleting them, you should add them to the exclusion list.'
- Transparent = True
- WordWrap = True
- end
- object EPImage7: TEPImage
- Left = 24
- Top = 224
- Width = 75
- Height = 30
- ParentColor = False
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Label5: TLabel
- Left = 12
- Top = 320
- Width = 47
- Height = 13
- Caption = 'Find Text:'
- end
- object Button1: TButton
- Left = 312
- Top = 332
- Width = 69
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = Button1Click
- end
- object btnOK: TButton
- Left = 240
- Top = 332
- Width = 67
- Height = 25
- Caption = 'OK / Save'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object edtFind: TEdit
- Left = 12
- Top = 336
- Width = 129
- Height = 21
- TabOrder = 2
- OnEnter = edtFindEnter
- OnExit = edtFindExit
- end
- object btnFind: TButton
- Left = 148
- Top = 336
- Width = 41
- Height = 21
- Caption = 'Find'
- TabOrder = 3
- OnClick = btnFindClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 243
- Height = 365
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object lblSpamlstDate: TLabel
- Left = 0
- Top = 0
- Width = 243
- Height = 21
- Align = alTop
- AutoSize = False
- end
- object Memo1: TRichEdit
- Left = 0
- Top = 21
- Width = 243
- Height = 344
- Align = alClient
- Color = clInfoBk
- PlainText = True
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- end
- end
-