home *** CD-ROM | disk | FTP | other *** search
- object frmFriends: TfrmFriends
- Left = 8
- Top = 130
- BorderStyle = bsDialog
- Caption = 'My Friends'
- ClientHeight = 366
- ClientWidth = 628
- 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 = 239
- Top = 0
- Width = 389
- Height = 366
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 12
- Top = 20
- Width = 339
- Height = 39
- Caption =
- 'The exclusion (or "My Friends") list is an important part of Spa' +
- 'm Exterminator. Enter all the e-mail addresses of people who yo' +
- 'u regularly receive mail from. '
- Transparent = True
- WordWrap = True
- end
- object Label7: TLabel
- Left = 12
- Top = 124
- Width = 332
- Height = 39
- Caption =
- 'If you wish to exclude addresses that appear on this built in sp' +
- 'am extermination list, instead of deleting them from the list, y' +
- 'ou should add them here.'
- Transparent = True
- WordWrap = True
- end
- object Label2: TLabel
- Left = 12
- Top = 172
- Width = 289
- Height = 13
- Caption = 'You may add full e-mail addresses or just domain names.'
- Transparent = True
- WordWrap = True
- end
- object Label3: TLabel
- Left = 12
- Top = 64
- Width = 344
- Height = 52
- Caption =
- 'Using this list, if an Extermination Rule is activated and the m' +
- 'essage is to be deleted, the message will also be checked to see' +
- ' whether it is from an address or domain on this list. If so, t' +
- 'hen the message will not be exterminated as though it was spam.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 312
- Top = 332
- Width = 69
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 240
- Top = 332
- Width = 67
- Height = 25
- Caption = 'OK / Save'
- Default = True
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 239
- Height = 366
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel2'
- TabOrder = 1
- object lblSpamlstDate: TLabel
- Left = 0
- Top = 0
- Width = 239
- Height = 21
- Align = alTop
- AutoSize = False
- end
- object Memo1: TRichEdit
- Left = 0
- Top = 21
- Width = 239
- Height = 345
- Align = alClient
- Color = clInfoBk
- PlainText = True
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- end
- end
-