frmSettings.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:45k
源码类别:

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSettings
  3.     Inherits System.Windows.Forms.Form
  4.     'Form overrides dispose to clean up the component list.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Me.components = New System.ComponentModel.Container
  20.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSettings))
  21.         Me.TabControl1 = New System.Windows.Forms.TabControl
  22.         Me.TabPage1 = New System.Windows.Forms.TabPage
  23.         Me.chkAllowPop = New System.Windows.Forms.CheckBox
  24.         Me.GroupBox4 = New System.Windows.Forms.GroupBox
  25.         Me.btnPopRemoveAll = New System.Windows.Forms.Button
  26.         Me.btnPopRemove = New System.Windows.Forms.Button
  27.         Me.Label5 = New System.Windows.Forms.Label
  28.         Me.Label6 = New System.Windows.Forms.Label
  29.         Me.lbPop = New System.Windows.Forms.ListBox
  30.         Me.btnPopAdd = New System.Windows.Forms.Button
  31.         Me.txtPop = New System.Windows.Forms.TextBox
  32.         Me.GroupBox3 = New System.Windows.Forms.GroupBox
  33.         Me.chkPopInfo = New System.Windows.Forms.CheckBox
  34.         Me.chkPopSound = New System.Windows.Forms.CheckBox
  35.         Me.TabPage2 = New System.Windows.Forms.TabPage
  36.         Me.chkStart = New System.Windows.Forms.CheckBox
  37.         Me.chkShowTags = New System.Windows.Forms.CheckBox
  38.         Me.chkSupress = New System.Windows.Forms.CheckBox
  39.         Me.chkInternal = New System.Windows.Forms.CheckBox
  40.         Me.TabPage3 = New System.Windows.Forms.TabPage
  41.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  42.         Me.btnBlockRemoveAll = New System.Windows.Forms.Button
  43.         Me.btnRemoveBlock = New System.Windows.Forms.Button
  44.         Me.Label3 = New System.Windows.Forms.Label
  45.         Me.Label4 = New System.Windows.Forms.Label
  46.         Me.lbBlocked = New System.Windows.Forms.ListBox
  47.         Me.btnAddBlock = New System.Windows.Forms.Button
  48.         Me.txtBlock = New System.Windows.Forms.TextBox
  49.         Me.TabPage4 = New System.Windows.Forms.TabPage
  50.         Me.GroupBox5 = New System.Windows.Forms.GroupBox
  51.         Me.RadioButton5 = New System.Windows.Forms.RadioButton
  52.         Me.RadioButton4 = New System.Windows.Forms.RadioButton
  53.         Me.CheckBox4 = New System.Windows.Forms.CheckBox
  54.         Me.chkDLMng = New System.Windows.Forms.GroupBox
  55.         Me.chkUseDLManager = New System.Windows.Forms.CheckBox
  56.         Me.Button1 = New System.Windows.Forms.Button
  57.         Me.txtDLPath = New System.Windows.Forms.TextBox
  58.         Me.ListView1 = New System.Windows.Forms.ListView
  59.         Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
  60.         Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
  61.         Me.Button9 = New System.Windows.Forms.Button
  62.         Me.Button10 = New System.Windows.Forms.Button
  63.         Me.Label2 = New System.Windows.Forms.Label
  64.         Me.Label9 = New System.Windows.Forms.Label
  65.         Me.Button11 = New System.Windows.Forms.Button
  66.         Me.txtExt = New System.Windows.Forms.TextBox
  67.         Me.TabPage5 = New System.Windows.Forms.TabPage
  68.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  69.         Me.chkSearchDefault = New System.Windows.Forms.CheckBox
  70.         Me.Label8 = New System.Windows.Forms.Label
  71.         Me.txtSearchTitle = New System.Windows.Forms.TextBox
  72.         Me.Label7 = New System.Windows.Forms.Label
  73.         Me.lvSearchProviders = New System.Windows.Forms.ListView
  74.         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
  75.         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
  76.         Me.cmSearch = New System.Windows.Forms.ContextMenuStrip(Me.components)
  77.         Me.cmSearchRemove = New System.Windows.Forms.ToolStripMenuItem
  78.         Me.Label1 = New System.Windows.Forms.Label
  79.         Me.btnAddProvider = New System.Windows.Forms.Button
  80.         Me.txtSearchURL = New System.Windows.Forms.TextBox
  81.         Me.TabPage6 = New System.Windows.Forms.TabPage
  82.         Me.Label10 = New System.Windows.Forms.Label
  83.         Me.Panel1 = New System.Windows.Forms.Panel
  84.         Me.btnOK = New System.Windows.Forms.Button
  85.         Me.HelpProvider1 = New System.Windows.Forms.HelpProvider
  86.         Me.TabPage7 = New System.Windows.Forms.TabPage
  87.         Me.GroupBox6 = New System.Windows.Forms.GroupBox
  88.         Me.btnRemoveAllPhish = New System.Windows.Forms.Button
  89.         Me.btnRemovePhish = New System.Windows.Forms.Button
  90.         Me.Label11 = New System.Windows.Forms.Label
  91.         Me.Label12 = New System.Windows.Forms.Label
  92.         Me.lbPhishing = New System.Windows.Forms.ListBox
  93.         Me.btnAddPhish = New System.Windows.Forms.Button
  94.         Me.txtPhishing = New System.Windows.Forms.TextBox
  95.         Me.chkPhishing = New System.Windows.Forms.CheckBox
  96.         Me.TabControl1.SuspendLayout()
  97.         Me.TabPage1.SuspendLayout()
  98.         Me.GroupBox4.SuspendLayout()
  99.         Me.GroupBox3.SuspendLayout()
  100.         Me.TabPage2.SuspendLayout()
  101.         Me.TabPage3.SuspendLayout()
  102.         Me.GroupBox2.SuspendLayout()
  103.         Me.TabPage4.SuspendLayout()
  104.         Me.GroupBox5.SuspendLayout()
  105.         Me.chkDLMng.SuspendLayout()
  106.         Me.TabPage5.SuspendLayout()
  107.         Me.GroupBox1.SuspendLayout()
  108.         Me.cmSearch.SuspendLayout()
  109.         Me.TabPage6.SuspendLayout()
  110.         Me.Panel1.SuspendLayout()
  111.         Me.TabPage7.SuspendLayout()
  112.         Me.GroupBox6.SuspendLayout()
  113.         Me.SuspendLayout()
  114.         '
  115.         'TabControl1
  116.         '
  117.         Me.TabControl1.Controls.Add(Me.TabPage1)
  118.         Me.TabControl1.Controls.Add(Me.TabPage2)
  119.         Me.TabControl1.Controls.Add(Me.TabPage3)
  120.         Me.TabControl1.Controls.Add(Me.TabPage4)
  121.         Me.TabControl1.Controls.Add(Me.TabPage5)
  122.         Me.TabControl1.Controls.Add(Me.TabPage6)
  123.         Me.TabControl1.Controls.Add(Me.TabPage7)
  124.         Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  125.         Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  126.         Me.TabControl1.Multiline = True
  127.         Me.TabControl1.Name = "TabControl1"
  128.         Me.TabControl1.SelectedIndex = 0
  129.         Me.TabControl1.Size = New System.Drawing.Size(395, 418)
  130.         Me.TabControl1.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight
  131.         Me.TabControl1.TabIndex = 0
  132.         '
  133.         'TabPage1
  134.         '
  135.         Me.TabPage1.Controls.Add(Me.chkAllowPop)
  136.         Me.TabPage1.Controls.Add(Me.GroupBox4)
  137.         Me.TabPage1.Controls.Add(Me.GroupBox3)
  138.         Me.TabPage1.ImageIndex = 0
  139.         Me.TabPage1.Location = New System.Drawing.Point(4, 40)
  140.         Me.TabPage1.Name = "TabPage1"
  141.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  142.         Me.TabPage1.Size = New System.Drawing.Size(387, 374)
  143.         Me.TabPage1.TabIndex = 0
  144.         Me.TabPage1.Text = "Popup Blocker"
  145.         Me.TabPage1.UseVisualStyleBackColor = True
  146.         '
  147.         'chkAllowPop
  148.         '
  149.         Me.chkAllowPop.AutoSize = True
  150.         Me.HelpProvider1.SetHelpString(Me.chkAllowPop, "Enables or disables the popup blocker feature.")
  151.         Me.chkAllowPop.Location = New System.Drawing.Point(11, 7)
  152.         Me.chkAllowPop.Name = "chkAllowPop"
  153.         Me.HelpProvider1.SetShowHelp(Me.chkAllowPop, True)
  154.         Me.chkAllowPop.Size = New System.Drawing.Size(128, 17)
  155.         Me.chkAllowPop.TabIndex = 7
  156.         Me.chkAllowPop.Text = "Enable popup blocker"
  157.         Me.chkAllowPop.UseVisualStyleBackColor = True
  158.         '
  159.         'GroupBox4
  160.         '
  161.         Me.GroupBox4.Controls.Add(Me.btnPopRemoveAll)
  162.         Me.GroupBox4.Controls.Add(Me.btnPopRemove)
  163.         Me.GroupBox4.Controls.Add(Me.Label5)
  164.         Me.GroupBox4.Controls.Add(Me.Label6)
  165.         Me.GroupBox4.Controls.Add(Me.lbPop)
  166.         Me.GroupBox4.Controls.Add(Me.btnPopAdd)
  167.         Me.GroupBox4.Controls.Add(Me.txtPop)
  168.         Me.GroupBox4.Location = New System.Drawing.Point(5, 30)
  169.         Me.GroupBox4.Name = "GroupBox4"
  170.         Me.GroupBox4.Size = New System.Drawing.Size(376, 262)
  171.         Me.GroupBox4.TabIndex = 6
  172.         Me.GroupBox4.TabStop = False
  173.         Me.GroupBox4.Text = "Exceptions"
  174.         '
  175.         'btnPopRemoveAll
  176.         '
  177.         Me.btnPopRemoveAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  178.         Me.btnPopRemoveAll.Location = New System.Drawing.Point(294, 122)
  179.         Me.btnPopRemoveAll.Name = "btnPopRemoveAll"
  180.         Me.btnPopRemoveAll.Size = New System.Drawing.Size(74, 23)
  181.         Me.btnPopRemoveAll.TabIndex = 6
  182.         Me.btnPopRemoveAll.Text = "Remove ALL"
  183.         Me.btnPopRemoveAll.UseVisualStyleBackColor = True
  184.         '
  185.         'btnPopRemove
  186.         '
  187.         Me.btnPopRemove.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  188.         Me.btnPopRemove.Location = New System.Drawing.Point(294, 93)
  189.         Me.btnPopRemove.Name = "btnPopRemove"
  190.         Me.btnPopRemove.Size = New System.Drawing.Size(74, 23)
  191.         Me.btnPopRemove.TabIndex = 5
  192.         Me.btnPopRemove.Text = "Remove"
  193.         Me.btnPopRemove.UseVisualStyleBackColor = True
  194.         '
  195.         'Label5
  196.         '
  197.         Me.Label5.Location = New System.Drawing.Point(6, 55)
  198.         Me.Label5.Name = "Label5"
  199.         Me.Label5.Size = New System.Drawing.Size(79, 16)
  200.         Me.Label5.TabIndex = 4
  201.         Me.Label5.Text = "Allowed Sites"
  202.         '
  203.         'Label6
  204.         '
  205.         Me.Label6.Location = New System.Drawing.Point(7, 16)
  206.         Me.Label6.Name = "Label6"
  207.         Me.Label6.Size = New System.Drawing.Size(363, 13)
  208.         Me.Label6.TabIndex = 3
  209.         Me.Label6.Text = "Address of website to allow"
  210.         '
  211.         'lbPop
  212.         '
  213.         Me.lbPop.FormattingEnabled = True
  214.         Me.HelpProvider1.SetHelpString(Me.lbPop, "This is a list of sites where popups are allowed. You can use shift + click to al" & _
  215.                 "low a popup at anytime.")
  216.         Me.lbPop.Location = New System.Drawing.Point(6, 74)
  217.         Me.lbPop.Name = "lbPop"
  218.         Me.HelpProvider1.SetShowHelp(Me.lbPop, True)
  219.         Me.lbPop.Size = New System.Drawing.Size(283, 173)
  220.         Me.lbPop.TabIndex = 2
  221.         '
  222.         'btnPopAdd
  223.         '
  224.         Me.btnPopAdd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  225.         Me.btnPopAdd.Location = New System.Drawing.Point(293, 51)
  226.         Me.btnPopAdd.Name = "btnPopAdd"
  227.         Me.btnPopAdd.Size = New System.Drawing.Size(75, 23)
  228.         Me.btnPopAdd.TabIndex = 1
  229.         Me.btnPopAdd.Text = "Add"
  230.         Me.btnPopAdd.UseVisualStyleBackColor = True
  231.         '
  232.         'txtPop
  233.         '
  234.         Me.HelpProvider1.SetHelpString(Me.txtPop, "URL of site you want to add to allowed list (http://www.microsoft.com)")
  235.         Me.txtPop.Location = New System.Drawing.Point(6, 31)
  236.         Me.txtPop.Name = "txtPop"
  237.         Me.HelpProvider1.SetShowHelp(Me.txtPop, True)
  238.         Me.txtPop.Size = New System.Drawing.Size(283, 21)
  239.         Me.txtPop.TabIndex = 0
  240.         '
  241.         'GroupBox3
  242.         '
  243.         Me.GroupBox3.Controls.Add(Me.chkPopInfo)
  244.         Me.GroupBox3.Controls.Add(Me.chkPopSound)
  245.         Me.GroupBox3.Location = New System.Drawing.Point(5, 298)
  246.         Me.GroupBox3.Name = "GroupBox3"
  247.         Me.GroupBox3.Size = New System.Drawing.Size(376, 70)
  248.         Me.GroupBox3.TabIndex = 5
  249.         Me.GroupBox3.TabStop = False
  250.         Me.GroupBox3.Text = "Default action"
  251.         '
  252.         'chkPopInfo
  253.         '
  254.         Me.chkPopInfo.AutoSize = True
  255.         Me.chkPopInfo.Location = New System.Drawing.Point(10, 43)
  256.         Me.chkPopInfo.Name = "chkPopInfo"
  257.         Me.chkPopInfo.Size = New System.Drawing.Size(218, 17)
  258.         Me.chkPopInfo.TabIndex = 4
  259.         Me.chkPopInfo.Text = "Show Info bar when a popup is blocked."
  260.         Me.chkPopInfo.UseVisualStyleBackColor = True
  261.         '
  262.         'chkPopSound
  263.         '
  264.         Me.chkPopSound.AutoSize = True
  265.         Me.chkPopSound.Location = New System.Drawing.Point(10, 20)
  266.         Me.chkPopSound.Name = "chkPopSound"
  267.         Me.chkPopSound.Size = New System.Drawing.Size(203, 17)
  268.         Me.chkPopSound.TabIndex = 3
  269.         Me.chkPopSound.Text = "Play Sound when a popup is blocked."
  270.         Me.chkPopSound.UseVisualStyleBackColor = True
  271.         '
  272.         'TabPage2
  273.         '
  274.         Me.TabPage2.Controls.Add(Me.chkStart)
  275.         Me.TabPage2.Controls.Add(Me.chkShowTags)
  276.         Me.TabPage2.Controls.Add(Me.chkSupress)
  277.         Me.TabPage2.Controls.Add(Me.chkInternal)
  278.         Me.TabPage2.Location = New System.Drawing.Point(4, 40)
  279.         Me.TabPage2.Name = "TabPage2"
  280.         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  281.         Me.TabPage2.Size = New System.Drawing.Size(387, 374)
  282.         Me.TabPage2.TabIndex = 1
  283.         Me.TabPage2.Text = "Additional Settings"
  284.         Me.TabPage2.UseVisualStyleBackColor = True
  285.         '
  286.         'chkStart
  287.         '
  288.         Me.chkStart.AutoSize = True
  289.         Me.chkStart.Location = New System.Drawing.Point(30, 94)
  290.         Me.chkStart.Name = "chkStart"
  291.         Me.chkStart.Size = New System.Drawing.Size(147, 17)
  292.         Me.chkStart.TabIndex = 3
  293.         Me.chkStart.Text = "Go to Start Page on Load"
  294.         Me.chkStart.UseVisualStyleBackColor = True
  295.         '
  296.         'chkShowTags
  297.         '
  298.         Me.chkShowTags.AutoSize = True
  299.         Me.chkShowTags.Location = New System.Drawing.Point(30, 71)
  300.         Me.chkShowTags.Name = "chkShowTags"
  301.         Me.chkShowTags.Size = New System.Drawing.Size(183, 17)
  302.         Me.chkShowTags.TabIndex = 2
  303.         Me.chkShowTags.Text = "Show Element Tags in Status Bar"
  304.         Me.chkShowTags.UseVisualStyleBackColor = True
  305.         '
  306.         'chkSupress
  307.         '
  308.         Me.chkSupress.AutoSize = True
  309.         Me.chkSupress.Location = New System.Drawing.Point(30, 48)
  310.         Me.chkSupress.Name = "chkSupress"
  311.         Me.chkSupress.Size = New System.Drawing.Size(148, 17)
  312.         Me.chkSupress.TabIndex = 1
  313.         Me.chkSupress.Text = "Supress Javascript Errors"
  314.         Me.chkSupress.UseVisualStyleBackColor = True
  315.         '
  316.         'chkInternal
  317.         '
  318.         Me.chkInternal.AutoSize = True
  319.         Me.chkInternal.Location = New System.Drawing.Point(30, 25)
  320.         Me.chkInternal.Name = "chkInternal"
  321.         Me.chkInternal.Size = New System.Drawing.Size(114, 17)
  322.         Me.chkInternal.TabIndex = 0
  323.         Me.chkInternal.Text = "Use Internal Menu"
  324.         Me.chkInternal.UseVisualStyleBackColor = True
  325.         '
  326.         'TabPage3
  327.         '
  328.         Me.TabPage3.Controls.Add(Me.GroupBox2)
  329.         Me.TabPage3.Location = New System.Drawing.Point(4, 40)
  330.         Me.TabPage3.Name = "TabPage3"
  331.         Me.TabPage3.Size = New System.Drawing.Size(387, 374)
  332.         Me.TabPage3.TabIndex = 2
  333.         Me.TabPage3.Text = "Blocked Sites"
  334.         Me.TabPage3.UseVisualStyleBackColor = True
  335.         '
  336.         'GroupBox2
  337.         '
  338.         Me.GroupBox2.Controls.Add(Me.btnBlockRemoveAll)
  339.         Me.GroupBox2.Controls.Add(Me.btnRemoveBlock)
  340.         Me.GroupBox2.Controls.Add(Me.Label3)
  341.         Me.GroupBox2.Controls.Add(Me.Label4)
  342.         Me.GroupBox2.Controls.Add(Me.lbBlocked)
  343.         Me.GroupBox2.Controls.Add(Me.btnAddBlock)
  344.         Me.GroupBox2.Controls.Add(Me.txtBlock)
  345.         Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
  346.         Me.GroupBox2.Location = New System.Drawing.Point(0, 0)
  347.         Me.GroupBox2.Name = "GroupBox2"
  348.         Me.GroupBox2.Size = New System.Drawing.Size(387, 374)
  349.         Me.GroupBox2.TabIndex = 3
  350.         Me.GroupBox2.TabStop = False
  351.         Me.GroupBox2.Text = "Blocked Sites Manager"
  352.         '
  353.         'btnBlockRemoveAll
  354.         '
  355.         Me.btnBlockRemoveAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  356.         Me.btnBlockRemoveAll.Location = New System.Drawing.Point(305, 110)
  357.         Me.btnBlockRemoveAll.Name = "btnBlockRemoveAll"
  358.         Me.btnBlockRemoveAll.Size = New System.Drawing.Size(74, 23)
  359.         Me.btnBlockRemoveAll.TabIndex = 6
  360.         Me.btnBlockRemoveAll.Text = "Remove ALL"
  361.         Me.btnBlockRemoveAll.UseVisualStyleBackColor = True
  362.         '
  363.         'btnRemoveBlock
  364.         '
  365.         Me.btnRemoveBlock.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  366.         Me.btnRemoveBlock.Location = New System.Drawing.Point(305, 81)
  367.         Me.btnRemoveBlock.Name = "btnRemoveBlock"
  368.         Me.btnRemoveBlock.Size = New System.Drawing.Size(74, 23)
  369.         Me.btnRemoveBlock.TabIndex = 5
  370.         Me.btnRemoveBlock.Text = "Remove"
  371.         Me.btnRemoveBlock.UseVisualStyleBackColor = True
  372.         '
  373.         'Label3
  374.         '
  375.         Me.Label3.Location = New System.Drawing.Point(6, 55)
  376.         Me.Label3.Name = "Label3"
  377.         Me.Label3.Size = New System.Drawing.Size(294, 16)
  378.         Me.Label3.TabIndex = 4
  379.         Me.Label3.Text = "Blocked Sites"
  380.         '
  381.         'Label4
  382.         '
  383.         Me.Label4.Location = New System.Drawing.Point(7, 16)
  384.         Me.Label4.Name = "Label4"
  385.         Me.Label4.Size = New System.Drawing.Size(363, 13)
  386.         Me.Label4.TabIndex = 3
  387.         Me.Label4.Text = "Address of website to block"
  388.         '
  389.         'lbBlocked
  390.         '
  391.         Me.lbBlocked.FormattingEnabled = True
  392.         Me.lbBlocked.Location = New System.Drawing.Point(6, 74)
  393.         Me.lbBlocked.Name = "lbBlocked"
  394.         Me.lbBlocked.Size = New System.Drawing.Size(292, 290)
  395.         Me.lbBlocked.TabIndex = 2
  396.         '
  397.         'btnAddBlock
  398.         '
  399.         Me.btnAddBlock.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  400.         Me.btnAddBlock.Location = New System.Drawing.Point(305, 30)
  401.         Me.btnAddBlock.Name = "btnAddBlock"
  402.         Me.btnAddBlock.Size = New System.Drawing.Size(75, 23)
  403.         Me.btnAddBlock.TabIndex = 1
  404.         Me.btnAddBlock.Text = "Add"
  405.         Me.btnAddBlock.UseVisualStyleBackColor = True
  406.         '
  407.         'txtBlock
  408.         '
  409.         Me.txtBlock.Location = New System.Drawing.Point(6, 31)
  410.         Me.txtBlock.Name = "txtBlock"
  411.         Me.txtBlock.Size = New System.Drawing.Size(292, 21)
  412.         Me.txtBlock.TabIndex = 0
  413.         '
  414.         'TabPage4
  415.         '
  416.         Me.TabPage4.Controls.Add(Me.GroupBox5)
  417.         Me.TabPage4.Controls.Add(Me.chkDLMng)
  418.         Me.TabPage4.Location = New System.Drawing.Point(4, 40)
  419.         Me.TabPage4.Name = "TabPage4"
  420.         Me.TabPage4.Padding = New System.Windows.Forms.Padding(5)
  421.         Me.TabPage4.Size = New System.Drawing.Size(387, 374)
  422.         Me.TabPage4.TabIndex = 3
  423.         Me.TabPage4.Text = "Downloading"
  424.         Me.TabPage4.UseVisualStyleBackColor = True
  425.         '
  426.         'GroupBox5
  427.         '
  428.         Me.GroupBox5.Controls.Add(Me.RadioButton5)
  429.         Me.GroupBox5.Controls.Add(Me.RadioButton4)
  430.         Me.GroupBox5.Controls.Add(Me.CheckBox4)
  431.         Me.GroupBox5.Location = New System.Drawing.Point(0, 272)
  432.         Me.GroupBox5.Name = "GroupBox5"
  433.         Me.GroupBox5.Size = New System.Drawing.Size(386, 97)
  434.         Me.GroupBox5.TabIndex = 6
  435.         Me.GroupBox5.TabStop = False
  436.         Me.GroupBox5.Text = "Options"
  437.         '
  438.         'RadioButton5
  439.         '
  440.         Me.RadioButton5.AutoSize = True
  441.         Me.RadioButton5.Checked = True
  442.         Me.RadioButton5.Location = New System.Drawing.Point(6, 66)
  443.         Me.RadioButton5.Name = "RadioButton5"
  444.         Me.RadioButton5.Size = New System.Drawing.Size(186, 17)
  445.         Me.RadioButton5.TabIndex = 2
  446.         Me.RadioButton5.TabStop = True
  447.         Me.RadioButton5.Text = "Prompt me before each download"
  448.         Me.RadioButton5.UseVisualStyleBackColor = True
  449.         '
  450.         'RadioButton4
  451.         '
  452.         Me.RadioButton4.AutoSize = True
  453.         Me.RadioButton4.Location = New System.Drawing.Point(5, 43)
  454.         Me.RadioButton4.Name = "RadioButton4"
  455.         Me.RadioButton4.Size = New System.Drawing.Size(227, 17)
  456.         Me.RadioButton4.TabIndex = 1
  457.         Me.RadioButton4.Text = "Automatically download in the background"
  458.         Me.RadioButton4.UseVisualStyleBackColor = True
  459.         '
  460.         'CheckBox4
  461.         '
  462.         Me.CheckBox4.AutoSize = True
  463.         Me.CheckBox4.Checked = True
  464.         Me.CheckBox4.CheckState = System.Windows.Forms.CheckState.Checked
  465.         Me.CheckBox4.Location = New System.Drawing.Point(6, 20)
  466.         Me.CheckBox4.Name = "CheckBox4"
  467.         Me.CheckBox4.Size = New System.Drawing.Size(105, 17)
  468.         Me.CheckBox4.TabIndex = 0
  469.         Me.CheckBox4.Text = "Allow downloads"
  470.         Me.CheckBox4.UseVisualStyleBackColor = True
  471.         '
  472.         'chkDLMng
  473.         '
  474.         Me.chkDLMng.Controls.Add(Me.chkUseDLManager)
  475.         Me.chkDLMng.Controls.Add(Me.Button1)
  476.         Me.chkDLMng.Controls.Add(Me.txtDLPath)
  477.         Me.chkDLMng.Controls.Add(Me.ListView1)
  478.         Me.chkDLMng.Controls.Add(Me.Button9)
  479.         Me.chkDLMng.Controls.Add(Me.Button10)
  480.         Me.chkDLMng.Controls.Add(Me.Label2)
  481.         Me.chkDLMng.Controls.Add(Me.Label9)
  482.         Me.chkDLMng.Controls.Add(Me.Button11)
  483.         Me.chkDLMng.Controls.Add(Me.txtExt)
  484.         Me.chkDLMng.Location = New System.Drawing.Point(0, 5)
  485.         Me.chkDLMng.Name = "chkDLMng"
  486.         Me.chkDLMng.Size = New System.Drawing.Size(386, 261)
  487.         Me.chkDLMng.TabIndex = 5
  488.         Me.chkDLMng.TabStop = False
  489.         Me.chkDLMng.Text = "Files"
  490.         '
  491.         'chkUseDLManager
  492.         '
  493.         Me.chkUseDLManager.AutoSize = True
  494.         Me.chkUseDLManager.Checked = True
  495.         Me.chkUseDLManager.CheckState = System.Windows.Forms.CheckState.Checked
  496.         Me.chkUseDLManager.Location = New System.Drawing.Point(10, 20)
  497.         Me.chkUseDLManager.Name = "chkUseDLManager"
  498.         Me.chkUseDLManager.Size = New System.Drawing.Size(139, 17)
  499.         Me.chkUseDLManager.TabIndex = 3
  500.         Me.chkUseDLManager.Text = "Use Download Manager"
  501.         Me.chkUseDLManager.UseVisualStyleBackColor = True
  502.         '
  503.         'Button1
  504.         '
  505.         Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  506.         Me.Button1.Location = New System.Drawing.Point(262, 55)
  507.         Me.Button1.Name = "Button1"
  508.         Me.Button1.Size = New System.Drawing.Size(35, 23)
  509.         Me.Button1.TabIndex = 9
  510.         Me.Button1.Text = "..."
  511.         Me.Button1.UseVisualStyleBackColor = True
  512.         '
  513.         'txtDLPath
  514.         '
  515.         Me.txtDLPath.Location = New System.Drawing.Point(85, 55)
  516.         Me.txtDLPath.Name = "txtDLPath"
  517.         Me.txtDLPath.Size = New System.Drawing.Size(171, 21)
  518.         Me.txtDLPath.TabIndex = 8
  519.         '
  520.         'ListView1
  521.         '
  522.         Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader3, Me.ColumnHeader4})
  523.         Me.ListView1.GridLines = True
  524.         Me.ListView1.Location = New System.Drawing.Point(6, 95)
  525.         Me.ListView1.Name = "ListView1"
  526.         Me.ListView1.Size = New System.Drawing.Size(373, 131)
  527.         Me.ListView1.TabIndex = 7
  528.         Me.ListView1.UseCompatibleStateImageBehavior = False
  529.         Me.ListView1.View = System.Windows.Forms.View.Details
  530.         '
  531.         'ColumnHeader3
  532.         '
  533.         Me.ColumnHeader3.Text = "Extension"
  534.         Me.ColumnHeader3.Width = 68
  535.         '
  536.         'ColumnHeader4
  537.         '
  538.         Me.ColumnHeader4.Text = "Download Directory"
  539.         Me.ColumnHeader4.Width = 301
  540.         '
  541.         'Button9
  542.         '
  543.         Me.Button9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  544.         Me.Button9.Location = New System.Drawing.Point(305, 232)
  545.         Me.Button9.Name = "Button9"
  546.         Me.Button9.Size = New System.Drawing.Size(74, 23)
  547.         Me.Button9.TabIndex = 6
  548.         Me.Button9.Text = "Remove ALL"
  549.         Me.Button9.UseVisualStyleBackColor = True
  550.         '
  551.         'Button10
  552.         '
  553.         Me.Button10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  554.         Me.Button10.Location = New System.Drawing.Point(223, 232)
  555.         Me.Button10.Name = "Button10"
  556.         Me.Button10.Size = New System.Drawing.Size(74, 23)
  557.         Me.Button10.TabIndex = 5
  558.         Me.Button10.Text = "Remove"
  559.         Me.Button10.UseVisualStyleBackColor = True
  560.         '
  561.         'Label2
  562.         '
  563.         Me.Label2.Location = New System.Drawing.Point(7, 79)
  564.         Me.Label2.Name = "Label2"
  565.         Me.Label2.Size = New System.Drawing.Size(363, 13)
  566.         Me.Label2.TabIndex = 4
  567.         Me.Label2.Text = "Registered Extensions"
  568.         '
  569.         'Label9
  570.         '
  571.         Me.Label9.Location = New System.Drawing.Point(7, 40)
  572.         Me.Label9.Name = "Label9"
  573.         Me.Label9.Size = New System.Drawing.Size(363, 13)
  574.         Me.Label9.TabIndex = 3
  575.         Me.Label9.Text = "Extension of file to add ie: .zip, .exe"
  576.         '
  577.         'Button11
  578.         '
  579.         Me.Button11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  580.         Me.Button11.Location = New System.Drawing.Point(303, 55)
  581.         Me.Button11.Name = "Button11"
  582.         Me.Button11.Size = New System.Drawing.Size(76, 23)
  583.         Me.Button11.TabIndex = 1
  584.         Me.Button11.Text = "Add"
  585.         Me.Button11.UseVisualStyleBackColor = True
  586.         '
  587.         'txtExt
  588.         '
  589.         Me.txtExt.Location = New System.Drawing.Point(6, 55)
  590.         Me.txtExt.Name = "txtExt"
  591.         Me.txtExt.Size = New System.Drawing.Size(73, 21)
  592.         Me.txtExt.TabIndex = 0
  593.         '
  594.         'TabPage5
  595.         '
  596.         Me.TabPage5.Controls.Add(Me.GroupBox1)
  597.         Me.TabPage5.Location = New System.Drawing.Point(4, 40)
  598.         Me.TabPage5.Name = "TabPage5"
  599.         Me.TabPage5.Size = New System.Drawing.Size(387, 374)
  600.         Me.TabPage5.TabIndex = 4
  601.         Me.TabPage5.Text = "Search Providers"
  602.         Me.TabPage5.UseVisualStyleBackColor = True
  603.         '
  604.         'GroupBox1
  605.         '
  606.         Me.GroupBox1.Controls.Add(Me.chkSearchDefault)
  607.         Me.GroupBox1.Controls.Add(Me.Label8)
  608.         Me.GroupBox1.Controls.Add(Me.txtSearchTitle)
  609.         Me.GroupBox1.Controls.Add(Me.Label7)
  610.         Me.GroupBox1.Controls.Add(Me.lvSearchProviders)
  611.         Me.GroupBox1.Controls.Add(Me.Label1)
  612.         Me.GroupBox1.Controls.Add(Me.btnAddProvider)
  613.         Me.GroupBox1.Controls.Add(Me.txtSearchURL)
  614.         Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
  615.         Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
  616.         Me.GroupBox1.Name = "GroupBox1"
  617.         Me.GroupBox1.Size = New System.Drawing.Size(387, 374)
  618.         Me.GroupBox1.TabIndex = 4
  619.         Me.GroupBox1.TabStop = False
  620.         Me.GroupBox1.Text = "Search Providers"
  621.         '
  622.         'chkSearchDefault
  623.         '
  624.         Me.chkSearchDefault.AutoSize = True
  625.         Me.chkSearchDefault.Location = New System.Drawing.Point(57, 74)
  626.         Me.chkSearchDefault.Name = "chkSearchDefault"
  627.         Me.chkSearchDefault.Size = New System.Drawing.Size(89, 17)
  628.         Me.chkSearchDefault.TabIndex = 11
  629.         Me.chkSearchDefault.Text = "Make Default"
  630.         Me.chkSearchDefault.UseVisualStyleBackColor = True
  631.         '
  632.         'Label8
  633.         '
  634.         Me.Label8.Location = New System.Drawing.Point(2, 23)
  635.         Me.Label8.Name = "Label8"
  636.         Me.Label8.Size = New System.Drawing.Size(38, 18)
  637.         Me.Label8.TabIndex = 10
  638.         Me.Label8.Text = "Title:"
  639.         '
  640.         'txtSearchTitle
  641.         '
  642.         Me.HelpProvider1.SetHelpString(Me.txtSearchTitle, "Display Name of search provider")
  643.         Me.txtSearchTitle.Location = New System.Drawing.Point(57, 20)
  644.         Me.txtSearchTitle.Name = "txtSearchTitle"
  645.         Me.HelpProvider1.SetShowHelp(Me.txtSearchTitle, True)
  646.         Me.txtSearchTitle.Size = New System.Drawing.Size(257, 21)
  647.         Me.txtSearchTitle.TabIndex = 9
  648.         '
  649.         'Label7
  650.         '
  651.         Me.Label7.Location = New System.Drawing.Point(2, 50)
  652.         Me.Label7.Name = "Label7"
  653.         Me.Label7.Size = New System.Drawing.Size(38, 18)
  654.         Me.Label7.TabIndex = 8
  655.         Me.Label7.Text = "URL:"
  656.         '
  657.         'lvSearchProviders
  658.         '
  659.         Me.lvSearchProviders.CheckBoxes = True
  660.         Me.lvSearchProviders.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
  661.         Me.lvSearchProviders.ContextMenuStrip = Me.cmSearch
  662.         Me.lvSearchProviders.Dock = System.Windows.Forms.DockStyle.Bottom
  663.         Me.lvSearchProviders.FullRowSelect = True
  664.         Me.lvSearchProviders.GridLines = True
  665.         Me.lvSearchProviders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
  666.         Me.HelpProvider1.SetHelpString(Me.lvSearchProviders, "List of current search providers.")
  667.         Me.lvSearchProviders.HideSelection = False
  668.         Me.lvSearchProviders.Location = New System.Drawing.Point(3, 114)
  669.         Me.lvSearchProviders.MultiSelect = False
  670.         Me.lvSearchProviders.Name = "lvSearchProviders"
  671.         Me.HelpProvider1.SetShowHelp(Me.lvSearchProviders, True)
  672.         Me.lvSearchProviders.Size = New System.Drawing.Size(381, 257)
  673.         Me.lvSearchProviders.TabIndex = 7
  674.         Me.lvSearchProviders.UseCompatibleStateImageBehavior = False
  675.         Me.lvSearchProviders.View = System.Windows.Forms.View.Details
  676.         '
  677.         'ColumnHeader1
  678.         '
  679.         Me.ColumnHeader1.Text = "Provider"
  680.         Me.ColumnHeader1.Width = 115
  681.         '
  682.         'ColumnHeader2
  683.         '
  684.         Me.ColumnHeader2.Text = "URL"
  685.         Me.ColumnHeader2.Width = 261
  686.         '
  687.         'cmSearch
  688.         '
  689.         Me.cmSearch.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmSearchRemove})
  690.         Me.cmSearch.Name = "cmSearch"
  691.         Me.cmSearch.Size = New System.Drawing.Size(125, 26)
  692.         '
  693.         'cmSearchRemove
  694.         '
  695.         Me.cmSearchRemove.Name = "cmSearchRemove"
  696.         Me.cmSearchRemove.Size = New System.Drawing.Size(124, 22)
  697.         Me.cmSearchRemove.Text = "Remove"
  698.         '
  699.         'Label1
  700.         '
  701.         Me.Label1.Location = New System.Drawing.Point(3, 96)
  702.         Me.Label1.Name = "Label1"
  703.         Me.Label1.Size = New System.Drawing.Size(72, 16)
  704.         Me.Label1.TabIndex = 4
  705.         Me.Label1.Text = "Providers"
  706.         '
  707.         'btnAddProvider
  708.         '
  709.         Me.btnAddProvider.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  710.         Me.btnAddProvider.Location = New System.Drawing.Point(320, 44)
  711.         Me.btnAddProvider.Name = "btnAddProvider"
  712.         Me.btnAddProvider.Size = New System.Drawing.Size(60, 23)
  713.         Me.btnAddProvider.TabIndex = 1
  714.         Me.btnAddProvider.Text = "Add"
  715.         Me.btnAddProvider.UseVisualStyleBackColor = True
  716.         '
  717.         'txtSearchURL
  718.         '
  719.         Me.HelpProvider1.SetHelpString(Me.txtSearchURL, "URL of search provider.")
  720.         Me.txtSearchURL.Location = New System.Drawing.Point(57, 47)
  721.         Me.txtSearchURL.Name = "txtSearchURL"
  722.         Me.HelpProvider1.SetShowHelp(Me.txtSearchURL, True)
  723.         Me.txtSearchURL.Size = New System.Drawing.Size(257, 21)
  724.         Me.txtSearchURL.TabIndex = 0
  725.         '
  726.         'TabPage6
  727.         '
  728.         Me.TabPage6.Controls.Add(Me.Label10)
  729.         Me.TabPage6.Location = New System.Drawing.Point(4, 40)
  730.         Me.TabPage6.Name = "TabPage6"
  731.         Me.TabPage6.Size = New System.Drawing.Size(387, 374)
  732.         Me.TabPage6.TabIndex = 5
  733.         Me.TabPage6.Text = "RSS"
  734.         Me.TabPage6.UseVisualStyleBackColor = True
  735.         '
  736.         'Label10
  737.         '
  738.         Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  739.         Me.Label10.Location = New System.Drawing.Point(8, 12)
  740.         Me.Label10.Name = "Label10"
  741.         Me.Label10.Size = New System.Drawing.Size(371, 352)
  742.         Me.Label10.TabIndex = 0
  743.         Me.Label10.Text = "This tab is just a place holder." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Only a rough RSS viewer is used" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "in this exampl" & _
  744.             "e application. " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Fill in the blanks, create whatever " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "settings you need!"
  745.         '
  746.         'Panel1
  747.         '
  748.         Me.Panel1.Controls.Add(Me.btnOK)
  749.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
  750.         Me.Panel1.Location = New System.Drawing.Point(0, 418)
  751.         Me.Panel1.Name = "Panel1"
  752.         Me.Panel1.Size = New System.Drawing.Size(395, 32)
  753.         Me.Panel1.TabIndex = 1
  754.         '
  755.         'btnOK
  756.         '
  757.         Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  758.         Me.btnOK.Location = New System.Drawing.Point(302, 2)
  759.         Me.btnOK.Name = "btnOK"
  760.         Me.btnOK.Size = New System.Drawing.Size(88, 27)
  761.         Me.btnOK.TabIndex = 0
  762.         Me.btnOK.Text = "OK"
  763.         Me.btnOK.UseVisualStyleBackColor = True
  764.         '
  765.         'TabPage7
  766.         '
  767.         Me.TabPage7.Controls.Add(Me.GroupBox6)
  768.         Me.TabPage7.Location = New System.Drawing.Point(4, 40)
  769.         Me.TabPage7.Name = "TabPage7"
  770.         Me.TabPage7.Padding = New System.Windows.Forms.Padding(3)
  771.         Me.TabPage7.Size = New System.Drawing.Size(387, 374)
  772.         Me.TabPage7.TabIndex = 6
  773.         Me.TabPage7.Text = "Phishing"
  774.         Me.TabPage7.UseVisualStyleBackColor = True
  775.         '
  776.         'GroupBox6
  777.         '
  778.         Me.GroupBox6.Controls.Add(Me.chkPhishing)
  779.         Me.GroupBox6.Controls.Add(Me.btnRemoveAllPhish)
  780.         Me.GroupBox6.Controls.Add(Me.btnRemovePhish)
  781.         Me.GroupBox6.Controls.Add(Me.Label11)
  782.         Me.GroupBox6.Controls.Add(Me.Label12)
  783.         Me.GroupBox6.Controls.Add(Me.lbPhishing)
  784.         Me.GroupBox6.Controls.Add(Me.btnAddPhish)
  785.         Me.GroupBox6.Controls.Add(Me.txtPhishing)
  786.         Me.GroupBox6.Dock = System.Windows.Forms.DockStyle.Fill
  787.         Me.GroupBox6.Location = New System.Drawing.Point(3, 3)
  788.         Me.GroupBox6.Name = "GroupBox6"
  789.         Me.GroupBox6.Size = New System.Drawing.Size(381, 368)
  790.         Me.GroupBox6.TabIndex = 4
  791.         Me.GroupBox6.TabStop = False
  792.         Me.GroupBox6.Text = "Phishing Manager"
  793.         '
  794.         'btnRemoveAllPhish
  795.         '
  796.         Me.btnRemoveAllPhish.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  797.         Me.btnRemoveAllPhish.Location = New System.Drawing.Point(299, 129)
  798.         Me.btnRemoveAllPhish.Name = "btnRemoveAllPhish"
  799.         Me.btnRemoveAllPhish.Size = New System.Drawing.Size(74, 23)
  800.         Me.btnRemoveAllPhish.TabIndex = 6
  801.         Me.btnRemoveAllPhish.Text = "Remove ALL"
  802.         Me.btnRemoveAllPhish.UseVisualStyleBackColor = True
  803.         '
  804.         'btnRemovePhish
  805.         '
  806.         Me.btnRemovePhish.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  807.         Me.btnRemovePhish.Location = New System.Drawing.Point(299, 100)
  808.         Me.btnRemovePhish.Name = "btnRemovePhish"
  809.         Me.btnRemovePhish.Size = New System.Drawing.Size(74, 23)
  810.         Me.btnRemovePhish.TabIndex = 5
  811.         Me.btnRemovePhish.Text = "Remove"
  812.         Me.btnRemovePhish.UseVisualStyleBackColor = True
  813.         '
  814.         'Label11
  815.         '
  816.         Me.Label11.Location = New System.Drawing.Point(5, 78)
  817.         Me.Label11.Name = "Label11"
  818.         Me.Label11.Size = New System.Drawing.Size(294, 16)
  819.         Me.Label11.TabIndex = 4
  820.         Me.Label11.Text = "Phishing Sites"
  821.         '
  822.         'Label12
  823.         '
  824.         Me.Label12.Location = New System.Drawing.Point(6, 39)
  825.         Me.Label12.Name = "Label12"
  826.         Me.Label12.Size = New System.Drawing.Size(363, 13)
  827.         Me.Label12.TabIndex = 3
  828.         Me.Label12.Text = "Address of phishing website"
  829.         '
  830.         'lbPhishing
  831.         '
  832.         Me.lbPhishing.FormattingEnabled = True
  833.         Me.lbPhishing.Location = New System.Drawing.Point(6, 100)
  834.         Me.lbPhishing.Name = "lbPhishing"
  835.         Me.lbPhishing.Size = New System.Drawing.Size(292, 264)
  836.         Me.lbPhishing.TabIndex = 2
  837.         '
  838.         'btnAddPhish
  839.         '
  840.         Me.btnAddPhish.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  841.         Me.btnAddPhish.Location = New System.Drawing.Point(298, 52)
  842.         Me.btnAddPhish.Name = "btnAddPhish"
  843.         Me.btnAddPhish.Size = New System.Drawing.Size(75, 23)
  844.         Me.btnAddPhish.TabIndex = 1
  845.         Me.btnAddPhish.Text = "Add"
  846.         Me.btnAddPhish.UseVisualStyleBackColor = True
  847.         '
  848.         'txtPhishing
  849.         '
  850.         Me.txtPhishing.Location = New System.Drawing.Point(5, 54)
  851.         Me.txtPhishing.Name = "txtPhishing"
  852.         Me.txtPhishing.Size = New System.Drawing.Size(292, 21)
  853.         Me.txtPhishing.TabIndex = 0
  854.         '
  855.         'chkPhishing
  856.         '
  857.         Me.chkPhishing.AutoSize = True
  858.         Me.chkPhishing.Location = New System.Drawing.Point(9, 20)
  859.         Me.chkPhishing.Name = "chkPhishing"
  860.         Me.chkPhishing.Size = New System.Drawing.Size(127, 17)
  861.         Me.chkPhishing.TabIndex = 7
  862.         Me.chkPhishing.Text = "Enable Phishing Filter"
  863.         Me.chkPhishing.UseVisualStyleBackColor = True
  864.         '
  865.         'frmSettings
  866.         '
  867.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  868.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  869.         Me.ClientSize = New System.Drawing.Size(395, 450)
  870.         Me.Controls.Add(Me.TabControl1)
  871.         Me.Controls.Add(Me.Panel1)
  872.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  873.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  874.         Me.HelpButton = True
  875.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  876.         Me.MaximizeBox = False
  877.         Me.MinimizeBox = False
  878.         Me.Name = "frmSettings"
  879.         Me.HelpProvider1.SetShowHelp(Me, True)
  880.         Me.ShowInTaskbar = False
  881.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  882.         Me.Text = "Settings"
  883.         Me.TabControl1.ResumeLayout(False)
  884.         Me.TabPage1.ResumeLayout(False)
  885.         Me.TabPage1.PerformLayout()
  886.         Me.GroupBox4.ResumeLayout(False)
  887.         Me.GroupBox4.PerformLayout()
  888.         Me.GroupBox3.ResumeLayout(False)
  889.         Me.GroupBox3.PerformLayout()
  890.         Me.TabPage2.ResumeLayout(False)
  891.         Me.TabPage2.PerformLayout()
  892.         Me.TabPage3.ResumeLayout(False)
  893.         Me.GroupBox2.ResumeLayout(False)
  894.         Me.GroupBox2.PerformLayout()
  895.         Me.TabPage4.ResumeLayout(False)
  896.         Me.GroupBox5.ResumeLayout(False)
  897.         Me.GroupBox5.PerformLayout()
  898.         Me.chkDLMng.ResumeLayout(False)
  899.         Me.chkDLMng.PerformLayout()
  900.         Me.TabPage5.ResumeLayout(False)
  901.         Me.GroupBox1.ResumeLayout(False)
  902.         Me.GroupBox1.PerformLayout()
  903.         Me.cmSearch.ResumeLayout(False)
  904.         Me.TabPage6.ResumeLayout(False)
  905.         Me.Panel1.ResumeLayout(False)
  906.         Me.TabPage7.ResumeLayout(False)
  907.         Me.GroupBox6.ResumeLayout(False)
  908.         Me.GroupBox6.PerformLayout()
  909.         Me.ResumeLayout(False)
  910.     End Sub
  911.     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  912.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  913.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  914.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  915.     Friend WithEvents btnOK As System.Windows.Forms.Button
  916.     Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
  917.     Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
  918.     Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
  919.     Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
  920.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  921.     Friend WithEvents btnBlockRemoveAll As System.Windows.Forms.Button
  922.     Friend WithEvents btnRemoveBlock As System.Windows.Forms.Button
  923.     Friend WithEvents Label3 As System.Windows.Forms.Label
  924.     Friend WithEvents Label4 As System.Windows.Forms.Label
  925.     Friend WithEvents lbBlocked As System.Windows.Forms.ListBox
  926.     Friend WithEvents btnAddBlock As System.Windows.Forms.Button
  927.     Friend WithEvents txtBlock As System.Windows.Forms.TextBox
  928.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  929.     Friend WithEvents lvSearchProviders As System.Windows.Forms.ListView
  930.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  931.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  932.     Friend WithEvents Label1 As System.Windows.Forms.Label
  933.     Friend WithEvents btnAddProvider As System.Windows.Forms.Button
  934.     Friend WithEvents txtSearchURL As System.Windows.Forms.TextBox
  935.     Friend WithEvents chkAllowPop As System.Windows.Forms.CheckBox
  936.     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
  937.     Friend WithEvents btnPopRemoveAll As System.Windows.Forms.Button
  938.     Friend WithEvents btnPopRemove As System.Windows.Forms.Button
  939.     Friend WithEvents Label5 As System.Windows.Forms.Label
  940.     Friend WithEvents Label6 As System.Windows.Forms.Label
  941.     Friend WithEvents lbPop As System.Windows.Forms.ListBox
  942.     Friend WithEvents btnPopAdd As System.Windows.Forms.Button
  943.     Friend WithEvents txtPop As System.Windows.Forms.TextBox
  944.     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
  945.     Friend WithEvents chkPopInfo As System.Windows.Forms.CheckBox
  946.     Friend WithEvents chkPopSound As System.Windows.Forms.CheckBox
  947.     Friend WithEvents cmSearch As System.Windows.Forms.ContextMenuStrip
  948.     Friend WithEvents cmSearchRemove As System.Windows.Forms.ToolStripMenuItem
  949.     Friend WithEvents Label8 As System.Windows.Forms.Label
  950.     Friend WithEvents txtSearchTitle As System.Windows.Forms.TextBox
  951.     Friend WithEvents Label7 As System.Windows.Forms.Label
  952.     Friend WithEvents HelpProvider1 As System.Windows.Forms.HelpProvider
  953.     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
  954.     Friend WithEvents RadioButton5 As System.Windows.Forms.RadioButton
  955.     Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
  956.     Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox
  957.     Friend WithEvents chkDLMng As System.Windows.Forms.GroupBox
  958.     Friend WithEvents Button1 As System.Windows.Forms.Button
  959.     Friend WithEvents txtDLPath As System.Windows.Forms.TextBox
  960.     Friend WithEvents ListView1 As System.Windows.Forms.ListView
  961.     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
  962.     Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
  963.     Friend WithEvents Button9 As System.Windows.Forms.Button
  964.     Friend WithEvents Button10 As System.Windows.Forms.Button
  965.     Friend WithEvents Label2 As System.Windows.Forms.Label
  966.     Friend WithEvents Label9 As System.Windows.Forms.Label
  967.     Friend WithEvents Button11 As System.Windows.Forms.Button
  968.     Friend WithEvents txtExt As System.Windows.Forms.TextBox
  969.     Friend WithEvents chkInternal As System.Windows.Forms.CheckBox
  970.     Friend WithEvents chkSupress As System.Windows.Forms.CheckBox
  971.     Friend WithEvents chkShowTags As System.Windows.Forms.CheckBox
  972.     Friend WithEvents chkUseDLManager As System.Windows.Forms.CheckBox
  973.     Friend WithEvents chkSearchDefault As System.Windows.Forms.CheckBox
  974.     Friend WithEvents Label10 As System.Windows.Forms.Label
  975.     Friend WithEvents chkStart As System.Windows.Forms.CheckBox
  976.     Friend WithEvents TabPage7 As System.Windows.Forms.TabPage
  977.     Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
  978.     Friend WithEvents btnRemoveAllPhish As System.Windows.Forms.Button
  979.     Friend WithEvents btnRemovePhish As System.Windows.Forms.Button
  980.     Friend WithEvents Label11 As System.Windows.Forms.Label
  981.     Friend WithEvents Label12 As System.Windows.Forms.Label
  982.     Friend WithEvents lbPhishing As System.Windows.Forms.ListBox
  983.     Friend WithEvents btnAddPhish As System.Windows.Forms.Button
  984.     Friend WithEvents txtPhishing As System.Windows.Forms.TextBox
  985.     Friend WithEvents chkPhishing As System.Windows.Forms.CheckBox
  986. End Class