home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / SpamDeputy / Spamdpty.exe / SpamDeputy.exe / 0 / RCDATA / TDLGCONFIG / TDLGCONFIG.txt < prev   
Text File  |  2001-04-27  |  12KB  |  509 lines

  1. object dlgConfig: TdlgConfig
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spam Deputy - Options'
  6.   ClientHeight = 242
  7.   ClientWidth = 544
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 381
  22.     Top = 210
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 461
  33.     Top = 210
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object pgcOptions: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 528
  45.     Height = 193
  46.     ActivePage = tabSpamCop
  47.     TabOrder = 2
  48.     object tabSpamCop: TTabSheet
  49.       Caption = 'SpamCop'
  50.       object chkSpamCop: TCheckBox
  51.         Left = 5
  52.         Top = 5
  53.         Width = 211
  54.         Height = 17
  55.         Caption = 'Report spam via the SpamCop website'
  56.         Checked = True
  57.         State = cbChecked
  58.         TabOrder = 0
  59.         OnClick = chkSpamCopClick
  60.       end
  61.       object grpSpamCop: TGroupBox
  62.         Left = 5
  63.         Top = 25
  64.         Width = 511
  65.         Height = 136
  66.         Caption = 'SpamCop'
  67.         TabOrder = 1
  68.         object Label1: TLabel
  69.           Left = 10
  70.           Top = 45
  71.           Width = 222
  72.           Height = 13
  73.           Caption = 'Please enter your SpamCop authorization URL:'
  74.         end
  75.         object Label3: TLabel
  76.           Left = 10
  77.           Top = 85
  78.           Width = 4
  79.           Height = 13
  80.           Caption = '*'
  81.         end
  82.         object Label4: TLabel
  83.           Left = 10
  84.           Top = 115
  85.           Width = 8
  86.           Height = 13
  87.           Caption = '**'
  88.         end
  89.         object Label5: TLabel
  90.           Left = 20
  91.           Top = 115
  92.           Width = 283
  93.           Height = 13
  94.           Caption = 'For more information or to subscribe to SpamCop, click here:'
  95.         end
  96.         object Label2: TLabel
  97.           Left = 20
  98.           Top = 85
  99.           Width = 481
  100.           Height = 26
  101.           AutoSize = False
  102.           Caption = 
  103.             'If you have not registered with SpamCop, leave this box empty. R' +
  104.             'eports will be sent via e-mail and returned to you pre-authorize' +
  105.             'd for reporting.'
  106.           WordWrap = True
  107.         end
  108.         object lblSpamCopLink: TLabel
  109.           Left = 307
  110.           Top = 115
  111.           Width = 179
  112.           Height = 13
  113.           Cursor = crHandPoint
  114.           Caption = 'http://spamcop.net/anonsignup.shtml'
  115.           Font.Charset = DEFAULT_CHARSET
  116.           Font.Color = clBlue
  117.           Font.Height = -11
  118.           Font.Name = 'MS Sans Serif'
  119.           Font.Style = [fsUnderline]
  120.           ParentFont = False
  121.           OnClick = lblHyperLinkClick
  122.         end
  123.         object edtSpamCopUrl: TEdit
  124.           Left = 10
  125.           Top = 60
  126.           Width = 491
  127.           Height = 21
  128.           TabOrder = 3
  129.         end
  130.         object rdoPayingMember: TRadioButton
  131.           Left = 10
  132.           Top = 20
  133.           Width = 96
  134.           Height = 17
  135.           Caption = 'Paying member'
  136.           TabOrder = 0
  137.           OnClick = rdoPayingMemberClick
  138.         end
  139.         object rdoFreeMember: TRadioButton
  140.           Left = 135
  141.           Top = 20
  142.           Width = 96
  143.           Height = 17
  144.           Caption = 'Free member'
  145.           TabOrder = 1
  146.           OnClick = rdoFreeMemberClick
  147.         end
  148.         object rdoNotAMember: TRadioButton
  149.           Left = 250
  150.           Top = 20
  151.           Width = 96
  152.           Height = 17
  153.           Caption = 'Not a member'
  154.           Checked = True
  155.           TabOrder = 2
  156.           TabStop = True
  157.           OnClick = rdoNotAMemberClick
  158.         end
  159.       end
  160.     end
  161.     object tabSRC: TTabSheet
  162.       Caption = 'Spam Recycling Center'
  163.       ImageIndex = 1
  164.       object chkSRC: TCheckBox
  165.         Left = 5
  166.         Top = 5
  167.         Width = 211
  168.         Height = 17
  169.         Caption = 'Send spam to Spam Recycling Center'
  170.         Checked = True
  171.         State = cbChecked
  172.         TabOrder = 0
  173.         OnClick = chkSRCClick
  174.       end
  175.       object grpSRC: TGroupBox
  176.         Left = 5
  177.         Top = 25
  178.         Width = 511
  179.         Height = 136
  180.         Caption = 'Spam Recycling Center'
  181.         TabOrder = 1
  182.         object Label6: TLabel
  183.           Left = 10
  184.           Top = 47
  185.           Width = 28
  186.           Height = 13
  187.           Caption = 'State:'
  188.         end
  189.         object Label7: TLabel
  190.           Left = 105
  191.           Top = 47
  192.           Width = 287
  193.           Height = 13
  194.           Caption = '(US residents only, SRC will notify your State Representative)'
  195.         end
  196.         object lblSRCLink: TLabel
  197.           Left = 322
  198.           Top = 115
  199.           Width = 140
  200.           Height = 13
  201.           Cursor = crHandPoint
  202.           Caption = 'http://www.spamrecycle.com'
  203.           Font.Charset = DEFAULT_CHARSET
  204.           Font.Color = clBlue
  205.           Font.Height = -11
  206.           Font.Name = 'MS Sans Serif'
  207.           Font.Style = [fsUnderline]
  208.           ParentFont = False
  209.           OnClick = lblHyperLinkClick
  210.         end
  211.         object Label10: TLabel
  212.           Left = 10
  213.           Top = 115
  214.           Width = 8
  215.           Height = 13
  216.           Caption = '**'
  217.         end
  218.         object Label9: TLabel
  219.           Left = 20
  220.           Top = 115
  221.           Width = 297
  222.           Height = 13
  223.           Caption = 'For more information on the Spam Recycling Center, click here:'
  224.         end
  225.         object rdoSRCDisplay: TRadioButton
  226.           Left = 250
  227.           Top = 20
  228.           Width = 216
  229.           Height = 17
  230.           Caption = 'Display Only (review and send manually)'
  231.           Checked = True
  232.           TabOrder = 1
  233.           TabStop = True
  234.         end
  235.         object rdoSRCSend: TRadioButton
  236.           Left = 10
  237.           Top = 20
  238.           Width = 206
  239.           Height = 17
  240.           Caption = 'Send (automatic, uses default account)'
  241.           TabOrder = 0
  242.         end
  243.         object cmbState: TComboBox
  244.           Left = 45
  245.           Top = 45
  246.           Width = 51
  247.           Height = 21
  248.           Style = csDropDownList
  249.           ItemHeight = 13
  250.           TabOrder = 2
  251.           Items.Strings = (
  252.             ''
  253.             'AL'
  254.             'AK'
  255.             'AS'
  256.             'AZ'
  257.             'AR'
  258.             'CA'
  259.             'CO'
  260.             'CT'
  261.             'DE'
  262.             'DC'
  263.             'FL'
  264.             'GA'
  265.             'GU'
  266.             'HI'
  267.             'ID'
  268.             'IL'
  269.             'IN'
  270.             'IA'
  271.             'KS'
  272.             'KY'
  273.             'LA'
  274.             'ME'
  275.             'MD'
  276.             'MA'
  277.             'MI'
  278.             'MN'
  279.             'MS'
  280.             'MO'
  281.             'MT'
  282.             'NE'
  283.             'NV'
  284.             'NH'
  285.             'NJ'
  286.             'NM'
  287.             'NY'
  288.             'NC'
  289.             'ND'
  290.             'OH'
  291.             'OK'
  292.             'OR'
  293.             'PA'
  294.             'PR'
  295.             'RI'
  296.             'SC'
  297.             'SD'
  298.             'TN'
  299.             'TX'
  300.             'UT'
  301.             'VT'
  302.             'VI'
  303.             'VA'
  304.             'WA'
  305.             'WV'
  306.             'WI'
  307.             'WY')
  308.         end
  309.       end
  310.     end
  311.     object tabForward: TTabSheet
  312.       Caption = 'Forward'
  313.       ImageIndex = -1
  314.       object Label17: TLabel
  315.         Left = 139
  316.         Top = 6
  317.         Width = 353
  318.         Height = 13
  319.         Caption = 
  320.           '(some ISPs, filtering companies and/or government agencies accep' +
  321.           't spam)'
  322.       end
  323.       object chkForwardSpam: TCheckBox
  324.         Left = 5
  325.         Top = 5
  326.         Width = 131
  327.         Height = 17
  328.         Caption = 'Forward spam to others'
  329.         TabOrder = 0
  330.         OnClick = chkForwardSpamClick
  331.       end
  332.       object GroupBox1: TGroupBox
  333.         Left = 5
  334.         Top = 25
  335.         Width = 511
  336.         Height = 136
  337.         Caption = 'Forwarding'
  338.         TabOrder = 1
  339.         object Label12: TLabel
  340.           Left = 10
  341.           Top = 45
  342.           Width = 203
  343.           Height = 13
  344.           Caption = 'Please enter destination e-mail address(es):'
  345.         end
  346.         object Label13: TLabel
  347.           Left = 10
  348.           Top = 85
  349.           Width = 4
  350.           Height = 13
  351.           Caption = '*'
  352.         end
  353.         object Label14: TLabel
  354.           Left = 20
  355.           Top = 85
  356.           Width = 414
  357.           Height = 13
  358.           Caption = 
  359.             'Seperate each e-mail address with a semi-colon (e.g. spam@youris' +
  360.             'p.com; uce@ftc.gov)'
  361.         end
  362.         object Label15: TLabel
  363.           Left = 10
  364.           Top = 115
  365.           Width = 8
  366.           Height = 13
  367.           Caption = '**'
  368.         end
  369.         object Label16: TLabel
  370.           Left = 20
  371.           Top = 115
  372.           Width = 411
  373.           Height = 13
  374.           Caption = 
  375.             'DO NOT forward spam to those who do not want it, as that would m' +
  376.             'ake you a spammer'
  377.         end
  378.         object rdoForwardDisplay: TRadioButton
  379.           Left = 250
  380.           Top = 20
  381.           Width = 216
  382.           Height = 17
  383.           Caption = 'Display Only (review and send manually)'
  384.           Checked = True
  385.           TabOrder = 1
  386.           TabStop = True
  387.         end
  388.         object rdoForwardSend: TRadioButton
  389.           Left = 10
  390.           Top = 20
  391.           Width = 206
  392.           Height = 17
  393.           Caption = 'Send (automatic, uses default account)'
  394.           TabOrder = 0
  395.         end
  396.         object edtForwardTo: TEdit
  397.           Left = 10
  398.           Top = 60
  399.           Width = 491
  400.           Height = 21
  401.           TabOrder = 2
  402.         end
  403.       end
  404.     end
  405.     object tabVerify: TTabSheet
  406.       Caption = 'Verify'
  407.       ImageIndex = 4
  408.       object Label8: TLabel
  409.         Left = 10
  410.         Top = 12
  411.         Width = 60
  412.         Height = 13
  413.         Caption = 'DNS Server:'
  414.       end
  415.       object Label11: TLabel
  416.         Left = 10
  417.         Top = 62
  418.         Width = 54
  419.         Height = 13
  420.         Caption = 'IP Address:'
  421.       end
  422.       object Bevel1: TBevel
  423.         Left = 10
  424.         Top = 50
  425.         Width = 500
  426.         Height = 2
  427.         Anchors = [akLeft, akTop, akRight]
  428.         Shape = bsBottomLine
  429.       end
  430.       object Label19: TLabel
  431.         Left = 200
  432.         Top = 62
  433.         Width = 311
  434.         Height = 39
  435.         AutoSize = False
  436.         Caption = 
  437.           '(Your IP address is required to verify the existence of a spamme' +
  438.           'rs email address. If you are using a gateway or router, you shou' +
  439.           'ld enter the IP which is visible to the Internet.)'
  440.         WordWrap = True
  441.       end
  442.       object Label21: TLabel
  443.         Left = 200
  444.         Top = 12
  445.         Width = 311
  446.         Height = 29
  447.         AutoSize = False
  448.         Caption = 
  449.           '(Used to lookup IP Addresses, Domain Names, Abuse Addresses and ' +
  450.           'to verify the true identity of mail and web servers.)'
  451.         WordWrap = True
  452.       end
  453.       object Label18: TLabel
  454.         Left = 10
  455.         Top = 112
  456.         Width = 54
  457.         Height = 13
  458.         Caption = 'Valid Email:'
  459.       end
  460.       object Label20: TLabel
  461.         Left = 200
  462.         Top = 112
  463.         Width = 311
  464.         Height = 39
  465.         AutoSize = False
  466.         Caption = 
  467.           '(A valid email address is sometimes required to verify the exist' +
  468.           'ence of a spammers email address. It will not be revealed to the' +
  469.           ' spammer, nor will it be used to send any email.)'
  470.         WordWrap = True
  471.       end
  472.       object edtDNSServer: TEdit
  473.         Left = 75
  474.         Top = 10
  475.         Width = 121
  476.         Height = 21
  477.         TabOrder = 0
  478.       end
  479.       object edtIPAddress: TEdit
  480.         Left = 75
  481.         Top = 60
  482.         Width = 121
  483.         Height = 21
  484.         TabOrder = 1
  485.       end
  486.       object edtValidEmail: TEdit
  487.         Left = 75
  488.         Top = 110
  489.         Width = 121
  490.         Height = 21
  491.         TabOrder = 2
  492.       end
  493.     end
  494.     object tabOther: TTabSheet
  495.       Caption = 'Other'
  496.       ImageIndex = 2
  497.       object chkCopyToClipboard: TCheckBox
  498.         Left = 5
  499.         Top = 5
  500.         Width = 103
  501.         Height = 17
  502.         Caption = 'Copy to clipboard'
  503.         TabOrder = 0
  504.         OnClick = chkSRCClick
  505.       end
  506.     end
  507.   end
  508. end
  509.