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 / TFRMRULEWIZ / TFRMRULEWIZ.txt < prev   
Encoding:
Text File  |  1998-01-09  |  12.8 KB  |  530 lines

  1. object frmRuleWiz: TfrmRuleWiz
  2.   Left = 298
  3.   Top = 213
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rule Wizard'
  7.   ClientHeight = 307
  8.   ClientWidth = 495
  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.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EPWizard1: TEPWizard
  19.     Left = 0
  20.     Top = 0
  21.     Width = 495
  22.     Height = 307
  23.     ActivePage = EPWizardPage1
  24.     FirstPage = EPWizardPage1
  25.     TabOrder = 0
  26.     OnCancelClick = EPWizard1CancelClick
  27.     OnFinishClick = EPWizard1FinishClick
  28.     object EPWizardPage1: TEPWizardPage
  29.       Left = 0
  30.       Top = 0
  31.       Width = 495
  32.       Height = 265
  33.       object Label1: TLabel
  34.         Left = 208
  35.         Top = 8
  36.         Width = 243
  37.         Height = 49
  38.         AutoSize = False
  39.         Caption = 
  40.           'This wizard will guide you through the process of creating the c' +
  41.           'riteria by which messages will be considered SPAM.'
  42.         WordWrap = True
  43.       end
  44.       object EPImage1: TEPImage
  45.         Left = 8
  46.         Top = 4
  47.         Width = 139
  48.         Height = 241
  49.         BorderStyle = epbsStatus
  50.         ParentColor = False
  51.         Picture.Data = {<image000.bmp>}
  52.         Style = episStretch
  53.       end
  54.       object Image1: TImage
  55.         Left = 160
  56.         Top = 12
  57.         Width = 33
  58.         Height = 37
  59.         Picture.Data = {<image001.ico>}
  60.       end
  61.       object Label2: TLabel
  62.         Left = 204
  63.         Top = 56
  64.         Width = 195
  65.         Height = 13
  66.         Caption = '&If mail meets the following criteria:'
  67.         FocusControl = optList
  68.         Font.Charset = DEFAULT_CHARSET
  69.         Font.Color = clBlack
  70.         Font.Height = -11
  71.         Font.Name = 'MS Sans Serif'
  72.         Font.Style = [fsBold]
  73.         ParentFont = False
  74.       end
  75.       object Label3: TLabel
  76.         Left = 160
  77.         Top = 56
  78.         Width = 42
  79.         Height = 13
  80.         Caption = 'Step 1:'
  81.         Font.Charset = DEFAULT_CHARSET
  82.         Font.Color = clBlack
  83.         Font.Height = -11
  84.         Font.Name = 'MS Sans Serif'
  85.         Font.Style = [fsBold]
  86.         ParentFont = False
  87.       end
  88.       object EPBorder1: TEPBorder
  89.         Left = 160
  90.         Top = 72
  91.         Width = 269
  92.         Height = 5
  93.         ParentColor = False
  94.         BorderStyle = epbsHorizLine
  95.       end
  96.       object Label13: TLabel
  97.         Left = 160
  98.         Top = 148
  99.         Width = 153
  100.         Height = 13
  101.         Caption = 'Special Spam Detection Options'
  102.       end
  103.       object Label16: TLabel
  104.         Left = 160
  105.         Top = 76
  106.         Width = 144
  107.         Height = 13
  108.         Caption = 'Normal Spam Filtration Options'
  109.       end
  110.       object PanelSpamList: TPanel
  111.         Left = 152
  112.         Top = 200
  113.         Width = 337
  114.         Height = 61
  115.         BevelOuter = bvNone
  116.         TabOrder = 6
  117.         object UrlLabel1: TUrlLabel
  118.           Left = 20
  119.           Top = 16
  120.           Width = 290
  121.           Height = 26
  122.           Cursor = 5
  123.           Caption = 
  124.             'Click here to submit a spammers address for Unisyn to include in' +
  125.             ' future spam lists.'
  126.           Font.Charset = DEFAULT_CHARSET
  127.           Font.Color = clBlue
  128.           Font.Height = -11
  129.           Font.Name = 'MS Sans Serif'
  130.           Font.Style = [fsUnderline]
  131.           ParentFont = False
  132.           Transparent = True
  133.           WordWrap = True
  134.           URL = 'http://www.unisyn.com/spamex/report/'
  135.         end
  136.       end
  137.       object PanelHeader: TPanel
  138.         Left = 172
  139.         Top = 200
  140.         Width = 313
  141.         Height = 57
  142.         BevelOuter = bvNone
  143.         TabOrder = 7
  144.         Visible = False
  145.         object Label11: TLabel
  146.           Left = 9
  147.           Top = 12
  148.           Width = 60
  149.           Height = 13
  150.           Caption = '&Mail Header:'
  151.           FocusControl = edtHeaders
  152.         end
  153.         object edtHeaders: TComboBox
  154.           Left = 8
  155.           Top = 28
  156.           Width = 245
  157.           Height = 21
  158.           ItemHeight = 13
  159.           Items.Strings = (
  160.             'X-Advertisement'
  161.             'X-Authentication-Warning'
  162.             'X-Distribution: Bulk'
  163.             'X-Distribution: Mass'
  164.             'X-Distribution: Moderate'
  165.             'X-Distribution: Bulk'
  166.             'X-Mailer: Extractor'
  167.             'X-Mailer: Floodgate'
  168.             'X-Mailer: Group Mail'
  169.             'X-Mailer: Millennium Mailer'
  170.             'X-Sender: News Breaker')
  171.           TabOrder = 0
  172.         end
  173.       end
  174.       object PanelValue: TPanel
  175.         Left = 172
  176.         Top = 204
  177.         Width = 305
  178.         Height = 49
  179.         BevelOuter = bvNone
  180.         TabOrder = 5
  181.         Visible = False
  182.         object lblValue: TLabel
  183.           Left = 9
  184.           Top = 8
  185.           Width = 83
  186.           Height = 13
  187.           Caption = 'Subject Contains:'
  188.         end
  189.         object edtValue: TComboBox
  190.           Left = 8
  191.           Top = 24
  192.           Width = 245
  193.           Height = 21
  194.           ItemHeight = 13
  195.           Items.Strings = (
  196.             '!!'
  197.             '$$'
  198.             '=='
  199.             'CHANGE YOUR LIFE'
  200.             'INCREDIBLE DEAL'
  201.             'HUGE PROFIT'
  202.             'MAKE MONEY'
  203.             'CALL 800'
  204.             'BULK'
  205.             'LOTTERY'
  206.             'MONEY FAST'
  207.             'XXX')
  208.           TabOrder = 0
  209.         end
  210.       end
  211.       object PanelFrom: TPanel
  212.         Left = 172
  213.         Top = 200
  214.         Width = 313
  215.         Height = 49
  216.         BevelOuter = bvNone
  217.         TabOrder = 8
  218.         object Label12: TLabel
  219.           Left = 9
  220.           Top = 12
  221.           Width = 86
  222.           Height = 13
  223.           Caption = 'A&ddress / domain:'
  224.           FocusControl = edtFrom
  225.         end
  226.         object edtFrom: TEdit
  227.           Left = 8
  228.           Top = 28
  229.           Width = 245
  230.           Height = 21
  231.           TabOrder = 0
  232.         end
  233.       end
  234.       object optAddress: TRadioButton
  235.         Left = 176
  236.         Top = 92
  237.         Width = 269
  238.         Height = 17
  239.         Caption = 'From a certain e-mail address or domain'
  240.         Checked = True
  241.         TabOrder = 0
  242.         TabStop = True
  243.         OnClick = optAddressClick
  244.       end
  245.       object optUserDef: TRadioButton
  246.         Left = 176
  247.         Top = 110
  248.         Width = 277
  249.         Height = 17
  250.         Caption = 'Subject contains'
  251.         TabOrder = 1
  252.         OnClick = optUserDefClick
  253.       end
  254.       object optList: TRadioButton
  255.         Left = 176
  256.         Top = 164
  257.         Width = 285
  258.         Height = 17
  259.         Caption = 'From address matches Unisyn provided "Spammer List"'
  260.         TabOrder = 3
  261.         OnClick = optListClick
  262.       end
  263.       object optHeader: TRadioButton
  264.         Left = 176
  265.         Top = 129
  266.         Width = 277
  267.         Height = 17
  268.         Caption = '&Headers contain'
  269.         TabOrder = 2
  270.         OnClick = optHeaderClick
  271.       end
  272.       object optFromNum: TRadioButton
  273.         Left = 176
  274.         Top = 184
  275.         Width = 285
  276.         Height = 17
  277.         Caption = 'From an e-mail address with numbers for username'
  278.         TabOrder = 4
  279.         OnClick = optFromNumClick
  280.       end
  281.     end
  282.     object EPWizardPage2: TEPWizardPage
  283.       Left = 0
  284.       Top = 0
  285.       Width = 495
  286.       Height = 265
  287.       object EPImage2: TEPImage
  288.         Left = 8
  289.         Top = 4
  290.         Width = 139
  291.         Height = 241
  292.         BorderStyle = epbsStatus
  293.         PictureControl = EPImage1
  294.         ParentColor = False
  295.         Style = episStretch
  296.       end
  297.       object Label14: TLabel
  298.         Left = 200
  299.         Top = 4
  300.         Width = 269
  301.         Height = 33
  302.         AutoSize = False
  303.         Caption = 
  304.           'Please select actions for the mail message when this condition i' +
  305.           's met.'
  306.         WordWrap = True
  307.       end
  308.       object Label15: TLabel
  309.         Left = 160
  310.         Top = 40
  311.         Width = 133
  312.         Height = 13
  313.         Caption = 'Step 2: &Choose actions'
  314.         FocusControl = optDelete
  315.         Font.Charset = DEFAULT_CHARSET
  316.         Font.Color = clWindowText
  317.         Font.Height = -11
  318.         Font.Name = 'MS Sans Serif'
  319.         Font.Style = [fsBold]
  320.         ParentFont = False
  321.       end
  322.       object EPBorder2: TEPBorder
  323.         Left = 160
  324.         Top = 56
  325.         Width = 325
  326.         Height = 5
  327.         ParentColor = False
  328.         BorderStyle = epbsHorizLine
  329.       end
  330.       object Image2: TImage
  331.         Left = 160
  332.         Top = 4
  333.         Width = 33
  334.         Height = 33
  335.         Picture.Data = {<image002.ico>}
  336.       end
  337.       object EPBorder4: TEPBorder
  338.         Left = 160
  339.         Top = 165
  340.         Width = 325
  341.         Height = 8
  342.         ParentColor = False
  343.         BorderStyle = epbsHorizLine
  344.       end
  345.       object chkReply: TCheckBox
  346.         Left = 160
  347.         Top = 64
  348.         Width = 305
  349.         Height = 17
  350.         Caption = 'Repl&y with message informing that you will not tolerate this'
  351.         TabOrder = 0
  352.         OnClick = chkReplyClick
  353.       end
  354.       object chkBeep: TCheckBox
  355.         Left = 160
  356.         Top = 140
  357.         Width = 169
  358.         Height = 17
  359.         Caption = '&Notify me by beeping'
  360.         TabOrder = 4
  361.       end
  362.       object optDelete: TRadioButton
  363.         Left = 160
  364.         Top = 176
  365.         Width = 257
  366.         Height = 17
  367.         Caption = '&Remove the message from the server'
  368.         Checked = True
  369.         TabOrder = 5
  370.         TabStop = True
  371.         OnClick = optDeleteClick
  372.       end
  373.       object chkSave: TRadioButton
  374.         Left = 160
  375.         Top = 208
  376.         Width = 317
  377.         Height = 17
  378.         Caption = '&Leave the message on server'
  379.         TabOrder = 7
  380.         OnClick = chkSaveClick
  381.       end
  382.       object chkAbuse: TCheckBox
  383.         Left = 160
  384.         Top = 100
  385.         Width = 289
  386.         Height = 17
  387.         Caption = 'Repor&t the spammer to abuse@hisdomain.com'
  388.         TabOrder = 2
  389.         OnClick = chkAbuseClick
  390.       end
  391.       object chkConfirm: TCheckBox
  392.         Left = 184
  393.         Top = 192
  394.         Width = 177
  395.         Height = 17
  396.         Caption = 'Confirm &before deleting'
  397.         TabOrder = 6
  398.       end
  399.       object chkSaveaCopy: TCheckBox
  400.         Left = 160
  401.         Top = 232
  402.         Width = 309
  403.         Height = 17
  404.         Caption = '&Send a copy to the Windows Recycle Bin'
  405.         State = cbChecked
  406.         TabOrder = 8
  407.       end
  408.       object cmbReply: TComboBox
  409.         Left = 232
  410.         Top = 80
  411.         Width = 201
  412.         Height = 21
  413.         Style = csDropDownList
  414.         ItemHeight = 13
  415.         TabOrder = 1
  416.         Visible = False
  417.       end
  418.       object cmbReport: TComboBox
  419.         Left = 232
  420.         Top = 116
  421.         Width = 201
  422.         Height = 21
  423.         Style = csDropDownList
  424.         ItemHeight = 13
  425.         TabOrder = 3
  426.         Visible = False
  427.       end
  428.     end
  429.     object EPWizardPage3: TEPWizardPage
  430.       Left = 0
  431.       Top = 0
  432.       Width = 495
  433.       Height = 265
  434.       Include = False
  435.       object EPImage3: TEPImage
  436.         Left = 8
  437.         Top = 4
  438.         Width = 139
  439.         Height = 241
  440.         BorderStyle = epbsStatus
  441.         PictureControl = EPImage1
  442.         ParentColor = False
  443.         Style = episStretch
  444.       end
  445.       object Image3: TImage
  446.         Left = 160
  447.         Top = 12
  448.         Width = 33
  449.         Height = 37
  450.         Picture.Data = {<image003.ico>}
  451.       end
  452.       object Label7: TLabel
  453.         Left = 208
  454.         Top = 4
  455.         Width = 277
  456.         Height = 41
  457.         AutoSize = False
  458.         Caption = 
  459.           'You can optionally retaliate on SPAMMERS, by utilizing a spam re' +
  460.           'venge option.  '
  461.         WordWrap = True
  462.       end
  463.       object Label8: TLabel
  464.         Left = 160
  465.         Top = 56
  466.         Width = 182
  467.         Height = 13
  468.         Caption = 'Step 3: SPAM Revenge Options'
  469.         Font.Charset = DEFAULT_CHARSET
  470.         Font.Color = clWindowText
  471.         Font.Height = -11
  472.         Font.Name = 'MS Sans Serif'
  473.         Font.Style = [fsBold]
  474.         ParentFont = False
  475.       end
  476.       object EPBorder3: TEPBorder
  477.         Left = 160
  478.         Top = 76
  479.         Width = 269
  480.         Height = 5
  481.         ParentColor = False
  482.         BorderStyle = epbsHorizLine
  483.       end
  484.       object Label9: TLabel
  485.         Left = 160
  486.         Top = 204
  487.         Width = 299
  488.         Height = 39
  489.         Caption = 
  490.           'WARNING:  Please be aware that these options can take up extraor' +
  491.           'dinary amounts of bandwidth and should be reserved for only the ' +
  492.           'worst cases or repeat offender spammers.'
  493.         WordWrap = True
  494.       end
  495.       object GroupBox1: TGroupBox
  496.         Left = 160
  497.         Top = 84
  498.         Width = 293
  499.         Height = 109
  500.         TabOrder = 0
  501.         object Label10: TLabel
  502.           Left = 136
  503.           Top = 84
  504.           Width = 71
  505.           Height = 13
  506.           Caption = 'mail messages.'
  507.           Visible = False
  508.         end
  509.         object CheckBox4: TCheckBox
  510.           Left = 12
  511.           Top = 84
  512.           Width = 73
  513.           Height = 17
  514.           Caption = 'Reply with '
  515.           TabOrder = 0
  516.           Visible = False
  517.         end
  518.       end
  519.       object CheckBox3: TCheckBox
  520.         Left = 168
  521.         Top = 84
  522.         Width = 225
  523.         Height = 17
  524.         Caption = 'Enable SPAM-revenge. (use with caution)'
  525.         TabOrder = 1
  526.       end
  527.     end
  528.   end
  529. end
  530.