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 / TFRMRULEPROP / TFRMRULEPROP.txt < prev   
Encoding:
Text File  |  1998-01-09  |  8.1 KB  |  354 lines

  1. object frmRuleProp: TfrmRuleProp
  2.   Left = 377
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rule Properties'
  7.   ClientHeight = 395
  8.   ClientWidth = 356
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 276
  19.     Top = 368
  20.     Width = 71
  21.     Height = 23
  22.     Cancel = True
  23.     Caption = 'Cancel'
  24.     ModalResult = 2
  25.     TabOrder = 1
  26.   end
  27.   object Button2: TButton
  28.     Left = 196
  29.     Top = 368
  30.     Width = 71
  31.     Height = 23
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 8
  39.     Top = 8
  40.     Width = 341
  41.     Height = 353
  42.     ActivePage = TabSheet1
  43.     HotTrack = True
  44.     TabOrder = 2
  45.     object TabSheet1: TTabSheet
  46.       Caption = 'Criteria'
  47.       object Label16: TLabel
  48.         Left = 12
  49.         Top = 64
  50.         Width = 144
  51.         Height = 13
  52.         Caption = 'Normal Spam Filtration Options'
  53.       end
  54.       object Label13: TLabel
  55.         Left = 8
  56.         Top = 152
  57.         Width = 153
  58.         Height = 13
  59.         Caption = 'Special Spam Detection Options'
  60.       end
  61.       object Image1: TImage
  62.         Left = 8
  63.         Top = 8
  64.         Width = 33
  65.         Height = 37
  66.         Picture.Data = {<image000.ico>}
  67.       end
  68.       object Label1: TLabel
  69.         Left = 46
  70.         Top = 12
  71.         Width = 247
  72.         Height = 33
  73.         AutoSize = False
  74.         Caption = 
  75.           'Please specify the criteria by which this rule will be activated' +
  76.           '.'
  77.         WordWrap = True
  78.       end
  79.       object EPBorder1: TEPBorder
  80.         Left = 12
  81.         Top = 52
  82.         Width = 269
  83.         Height = 5
  84.         ParentColor = False
  85.         BorderStyle = epbsHorizLine
  86.       end
  87.       object PanelHeader: TPanel
  88.         Left = 36
  89.         Top = 220
  90.         Width = 313
  91.         Height = 57
  92.         BevelOuter = bvNone
  93.         TabOrder = 6
  94.         Visible = False
  95.         object Label11: TLabel
  96.           Left = 9
  97.           Top = 16
  98.           Width = 60
  99.           Height = 13
  100.           Caption = '&Mail Header:'
  101.           FocusControl = edtHeaders
  102.         end
  103.         object edtHeaders: TComboBox
  104.           Left = 8
  105.           Top = 32
  106.           Width = 245
  107.           Height = 21
  108.           ItemHeight = 13
  109.           Items.Strings = (
  110.             'X-Advertisement'
  111.             'X-Authentication-Warning'
  112.             'X-Distribution: Bulk'
  113.             'X-Distribution: Mass'
  114.             'X-Distribution: Moderate'
  115.             'X-Distribution: Bulk'
  116.             'X-Mailer: Extractor'
  117.             'X-Mailer: Floodgate'
  118.             'X-Mailer: Group Mail'
  119.             'X-Mailer: Millennium Mailer'
  120.             'X-Sender: News Breaker')
  121.           TabOrder = 0
  122.         end
  123.       end
  124.       object PanelValue: TPanel
  125.         Left = 36
  126.         Top = 228
  127.         Width = 305
  128.         Height = 49
  129.         BevelOuter = bvNone
  130.         TabOrder = 5
  131.         Visible = False
  132.         object lblValue: TLabel
  133.           Left = 9
  134.           Top = 8
  135.           Width = 83
  136.           Height = 13
  137.           Caption = 'Subject Contains:'
  138.         end
  139.         object edtValue: TComboBox
  140.           Left = 8
  141.           Top = 24
  142.           Width = 245
  143.           Height = 21
  144.           ItemHeight = 13
  145.           Items.Strings = (
  146.             '!!'
  147.             '$$'
  148.             '=='
  149.             'CHANGE YOUR LIFE'
  150.             'INCREDIBLE DEAL'
  151.             'HUGE PROFIT'
  152.             'MAKE MONEY'
  153.             'CALL 800'
  154.             'BULK'
  155.             'LOTTERY'
  156.             'MONEY FAST'
  157.             'XXX')
  158.           TabOrder = 0
  159.         end
  160.       end
  161.       object PanelFrom: TPanel
  162.         Left = 36
  163.         Top = 224
  164.         Width = 313
  165.         Height = 49
  166.         BevelOuter = bvNone
  167.         TabOrder = 7
  168.         object Label12: TLabel
  169.           Left = 9
  170.           Top = 12
  171.           Width = 86
  172.           Height = 13
  173.           Caption = 'A&ddress / domain:'
  174.           FocusControl = edtFrom
  175.         end
  176.         object edtFrom: TEdit
  177.           Left = 8
  178.           Top = 28
  179.           Width = 245
  180.           Height = 21
  181.           TabOrder = 0
  182.         end
  183.       end
  184.       object optAddress: TRadioButton
  185.         Left = 24
  186.         Top = 80
  187.         Width = 269
  188.         Height = 17
  189.         Caption = 'From a certain e-mail address or domain'
  190.         Checked = True
  191.         TabOrder = 0
  192.         TabStop = True
  193.         OnClick = optAddressClick
  194.       end
  195.       object optUserDef: TRadioButton
  196.         Left = 24
  197.         Top = 98
  198.         Width = 277
  199.         Height = 17
  200.         Caption = 'Subject contains'
  201.         TabOrder = 1
  202.         OnClick = optUserDefClick
  203.       end
  204.       object optHeader: TRadioButton
  205.         Left = 24
  206.         Top = 117
  207.         Width = 277
  208.         Height = 17
  209.         Caption = '&Headers contain'
  210.         TabOrder = 2
  211.         OnClick = optHeaderClick
  212.       end
  213.       object optList: TRadioButton
  214.         Left = 24
  215.         Top = 168
  216.         Width = 285
  217.         Height = 17
  218.         Caption = 'From address matches Unisyn provided "Spammer List"'
  219.         TabOrder = 3
  220.         OnClick = optListClick
  221.       end
  222.       object optFromNum: TRadioButton
  223.         Left = 24
  224.         Top = 188
  225.         Width = 285
  226.         Height = 17
  227.         Caption = 'From an e-mail address with numbers for username'
  228.         TabOrder = 4
  229.         OnClick = optFromNumClick
  230.       end
  231.     end
  232.     object TabSheet2: TTabSheet
  233.       Caption = 'Action'
  234.       object Image2: TImage
  235.         Left = 8
  236.         Top = 8
  237.         Width = 33
  238.         Height = 37
  239.         Picture.Data = {<image001.ico>}
  240.       end
  241.       object Label14: TLabel
  242.         Left = 48
  243.         Top = 12
  244.         Width = 241
  245.         Height = 33
  246.         AutoSize = False
  247.         Caption = 
  248.           'Please select an action for the mail message when this condition' +
  249.           ' is met.'
  250.         WordWrap = True
  251.       end
  252.       object EPBorder2: TEPBorder
  253.         Left = 8
  254.         Top = 52
  255.         Width = 321
  256.         Height = 5
  257.         ParentColor = False
  258.         BorderStyle = epbsHorizLine
  259.       end
  260.       object EPBorder3: TEPBorder
  261.         Left = 8
  262.         Top = 176
  263.         Width = 321
  264.         Height = 5
  265.         ParentColor = False
  266.         BorderStyle = epbsHorizLine
  267.       end
  268.       object optDelete: TRadioButton
  269.         Left = 12
  270.         Top = 192
  271.         Width = 241
  272.         Height = 17
  273.         Caption = '&Remove the message from the server'
  274.         Checked = True
  275.         TabOrder = 5
  276.         TabStop = True
  277.         OnClick = optDeleteClick
  278.       end
  279.       object chkSave: TRadioButton
  280.         Left = 12
  281.         Top = 240
  282.         Width = 321
  283.         Height = 17
  284.         Caption = '&Leave the message on server'
  285.         TabOrder = 7
  286.         OnClick = chkSaveClick
  287.       end
  288.       object chkBeep: TCheckBox
  289.         Left = 12
  290.         Top = 148
  291.         Width = 261
  292.         Height = 17
  293.         Caption = '&Notify me by beeping'
  294.         TabOrder = 4
  295.       end
  296.       object chkReply: TCheckBox
  297.         Left = 12
  298.         Top = 64
  299.         Width = 297
  300.         Height = 17
  301.         Caption = 'Repl&y with message informing that you will not tolerate this'
  302.         TabOrder = 0
  303.         OnClick = chkReplyClick
  304.       end
  305.       object chkAbuse: TCheckBox
  306.         Left = 12
  307.         Top = 108
  308.         Width = 321
  309.         Height = 17
  310.         Caption = 'Repor&t the spammer to abuse@hisdomain.com'
  311.         TabOrder = 2
  312.         OnClick = chkAbuseClick
  313.       end
  314.       object chkConfirm: TCheckBox
  315.         Left = 28
  316.         Top = 212
  317.         Width = 281
  318.         Height = 17
  319.         Caption = 'Confirm &before deleting'
  320.         TabOrder = 6
  321.       end
  322.       object cmbReply: TComboBox
  323.         Left = 84
  324.         Top = 80
  325.         Width = 205
  326.         Height = 21
  327.         Style = csDropDownList
  328.         ItemHeight = 0
  329.         TabOrder = 1
  330.         Visible = False
  331.       end
  332.       object cmbReport: TComboBox
  333.         Left = 84
  334.         Top = 124
  335.         Width = 205
  336.         Height = 21
  337.         Style = csDropDownList
  338.         ItemHeight = 0
  339.         TabOrder = 3
  340.         Visible = False
  341.       end
  342.       object chkSaveaCopy: TCheckBox
  343.         Left = 12
  344.         Top = 296
  345.         Width = 309
  346.         Height = 17
  347.         Caption = '&Send a copy to the Windows Recycle Bin'
  348.         State = cbChecked
  349.         TabOrder = 8
  350.       end
  351.     end
  352.   end
  353. end
  354.