📄 frmsettings.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSettings
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSettings))
Me.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.chkAllowPop = New System.Windows.Forms.CheckBox
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.btnPopRemoveAll = New System.Windows.Forms.Button
Me.btnPopRemove = New System.Windows.Forms.Button
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.lbPop = New System.Windows.Forms.ListBox
Me.btnPopAdd = New System.Windows.Forms.Button
Me.txtPop = New System.Windows.Forms.TextBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.chkPopInfo = New System.Windows.Forms.CheckBox
Me.chkPopSound = New System.Windows.Forms.CheckBox
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.chkStart = New System.Windows.Forms.CheckBox
Me.chkShowTags = New System.Windows.Forms.CheckBox
Me.chkSupress = New System.Windows.Forms.CheckBox
Me.chkInternal = New System.Windows.Forms.CheckBox
Me.TabPage3 = New System.Windows.Forms.TabPage
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.btnBlockRemoveAll = New System.Windows.Forms.Button
Me.btnRemoveBlock = New System.Windows.Forms.Button
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.lbBlocked = New System.Windows.Forms.ListBox
Me.btnAddBlock = New System.Windows.Forms.Button
Me.txtBlock = New System.Windows.Forms.TextBox
Me.TabPage4 = New System.Windows.Forms.TabPage
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.RadioButton5 = New System.Windows.Forms.RadioButton
Me.RadioButton4 = New System.Windows.Forms.RadioButton
Me.CheckBox4 = New System.Windows.Forms.CheckBox
Me.chkDLMng = New System.Windows.Forms.GroupBox
Me.chkUseDLManager = New System.Windows.Forms.CheckBox
Me.Button1 = New System.Windows.Forms.Button
Me.txtDLPath = New System.Windows.Forms.TextBox
Me.ListView1 = New System.Windows.Forms.ListView
Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
Me.Button9 = New System.Windows.Forms.Button
Me.Button10 = New System.Windows.Forms.Button
Me.Label2 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Button11 = New System.Windows.Forms.Button
Me.txtExt = New System.Windows.Forms.TextBox
Me.TabPage5 = New System.Windows.Forms.TabPage
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.chkSearchDefault = New System.Windows.Forms.CheckBox
Me.Label8 = New System.Windows.Forms.Label
Me.txtSearchTitle = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.lvSearchProviders = New System.Windows.Forms.ListView
Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
Me.cmSearch = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.cmSearchRemove = New System.Windows.Forms.ToolStripMenuItem
Me.Label1 = New System.Windows.Forms.Label
Me.btnAddProvider = New System.Windows.Forms.Button
Me.txtSearchURL = New System.Windows.Forms.TextBox
Me.TabPage6 = New System.Windows.Forms.TabPage
Me.Label10 = New System.Windows.Forms.Label
Me.Panel1 = New System.Windows.Forms.Panel
Me.btnOK = New System.Windows.Forms.Button
Me.HelpProvider1 = New System.Windows.Forms.HelpProvider
Me.TabPage7 = New System.Windows.Forms.TabPage
Me.GroupBox6 = New System.Windows.Forms.GroupBox
Me.btnRemoveAllPhish = New System.Windows.Forms.Button
Me.btnRemovePhish = New System.Windows.Forms.Button
Me.Label11 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.lbPhishing = New System.Windows.Forms.ListBox
Me.btnAddPhish = New System.Windows.Forms.Button
Me.txtPhishing = New System.Windows.Forms.TextBox
Me.chkPhishing = New System.Windows.Forms.CheckBox
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.TabPage4.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.chkDLMng.SuspendLayout()
Me.TabPage5.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.cmSearch.SuspendLayout()
Me.TabPage6.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.TabPage7.SuspendLayout()
Me.GroupBox6.SuspendLayout()
Me.SuspendLayout()
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Controls.Add(Me.TabPage4)
Me.TabControl1.Controls.Add(Me.TabPage5)
Me.TabControl1.Controls.Add(Me.TabPage6)
Me.TabControl1.Controls.Add(Me.TabPage7)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Multiline = True
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(395, 418)
Me.TabControl1.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight
Me.TabControl1.TabIndex = 0
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.chkAllowPop)
Me.TabPage1.Controls.Add(Me.GroupBox4)
Me.TabPage1.Controls.Add(Me.GroupBox3)
Me.TabPage1.ImageIndex = 0
Me.TabPage1.Location = New System.Drawing.Point(4, 40)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(387, 374)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Popup Blocker"
Me.TabPage1.UseVisualStyleBackColor = True
'
'chkAllowPop
'
Me.chkAllowPop.AutoSize = True
Me.HelpProvider1.SetHelpString(Me.chkAllowPop, "Enables or disables the popup blocker feature.")
Me.chkAllowPop.Location = New System.Drawing.Point(11, 7)
Me.chkAllowPop.Name = "chkAllowPop"
Me.HelpProvider1.SetShowHelp(Me.chkAllowPop, True)
Me.chkAllowPop.Size = New System.Drawing.Size(128, 17)
Me.chkAllowPop.TabIndex = 7
Me.chkAllowPop.Text = "Enable popup blocker"
Me.chkAllowPop.UseVisualStyleBackColor = True
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.btnPopRemoveAll)
Me.GroupBox4.Controls.Add(Me.btnPopRemove)
Me.GroupBox4.Controls.Add(Me.Label5)
Me.GroupBox4.Controls.Add(Me.Label6)
Me.GroupBox4.Controls.Add(Me.lbPop)
Me.GroupBox4.Controls.Add(Me.btnPopAdd)
Me.GroupBox4.Controls.Add(Me.txtPop)
Me.GroupBox4.Location = New System.Drawing.Point(5, 30)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(376, 262)
Me.GroupBox4.TabIndex = 6
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Exceptions"
'
'btnPopRemoveAll
'
Me.btnPopRemoveAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnPopRemoveAll.Location = New System.Drawing.Point(294, 122)
Me.btnPopRemoveAll.Name = "btnPopRemoveAll"
Me.btnPopRemoveAll.Size = New System.Drawing.Size(74, 23)
Me.btnPopRemoveAll.TabIndex = 6
Me.btnPopRemoveAll.Text = "Remove ALL"
Me.btnPopRemoveAll.UseVisualStyleBackColor = True
'
'btnPopRemove
'
Me.btnPopRemove.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnPopRemove.Location = New System.Drawing.Point(294, 93)
Me.btnPopRemove.Name = "btnPopRemove"
Me.btnPopRemove.Size = New System.Drawing.Size(74, 23)
Me.btnPopRemove.TabIndex = 5
Me.btnPopRemove.Text = "Remove"
Me.btnPopRemove.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(6, 55)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(79, 16)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Allowed Sites"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(7, 16)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(363, 13)
Me.Label6.TabIndex = 3
Me.Label6.Text = "Address of website to allow"
'
'lbPop
'
Me.lbPop.FormattingEnabled = True
Me.HelpProvider1.SetHelpString(Me.lbPop, "This is a list of sites where popups are allowed. You can use shift + click to al" & _
"low a popup at anytime.")
Me.lbPop.Location = New System.Drawing.Point(6, 74)
Me.lbPop.Name = "lbPop"
Me.HelpProvider1.SetShowHelp(Me.lbPop, True)
Me.lbPop.Size = New System.Drawing.Size(283, 173)
Me.lbPop.TabIndex = 2
'
'btnPopAdd
'
Me.btnPopAdd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnPopAdd.Location = New System.Drawing.Point(293, 51)
Me.btnPopAdd.Name = "btnPopAdd"
Me.btnPopAdd.Size = New System.Drawing.Size(75, 23)
Me.btnPopAdd.TabIndex = 1
Me.btnPopAdd.Text = "Add"
Me.btnPopAdd.UseVisualStyleBackColor = True
'
'txtPop
'
Me.HelpProvider1.SetHelpString(Me.txtPop, "URL of site you want to add to allowed list (http://www.microsoft.com)")
Me.txtPop.Location = New System.Drawing.Point(6, 31)
Me.txtPop.Name = "txtPop"
Me.HelpProvider1.SetShowHelp(Me.txtPop, True)
Me.txtPop.Size = New System.Drawing.Size(283, 21)
Me.txtPop.TabIndex = 0
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.chkPopInfo)
Me.GroupBox3.Controls.Add(Me.chkPopSound)
Me.GroupBox3.Location = New System.Drawing.Point(5, 298)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(376, 70)
Me.GroupBox3.TabIndex = 5
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Default action"
'
'chkPopInfo
'
Me.chkPopInfo.AutoSize = True
Me.chkPopInfo.Location = New System.Drawing.Point(10, 43)
Me.chkPopInfo.Name = "chkPopInfo"
Me.chkPopInfo.Size = New System.Drawing.Size(218, 17)
Me.chkPopInfo.TabIndex = 4
Me.chkPopInfo.Text = "Show Info bar when a popup is blocked."
Me.chkPopInfo.UseVisualStyleBackColor = True
'
'chkPopSound
'
Me.chkPopSound.AutoSize = True
Me.chkPopSound.Location = New System.Drawing.Point(10, 20)
Me.chkPopSound.Name = "chkPopSound"
Me.chkPopSound.Size = New System.Drawing.Size(203, 17)
Me.chkPopSound.TabIndex = 3
Me.chkPopSound.Text = "Play Sound when a popup is blocked."
Me.chkPopSound.UseVisualStyleBackColor = True
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.chkStart)
Me.TabPage2.Controls.Add(Me.chkShowTags)
Me.TabPage2.Controls.Add(Me.chkSupress)
Me.TabPage2.Controls.Add(Me.chkInternal)
Me.TabPage2.Location = New System.Drawing.Point(4, 40)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(387, 374)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Additional Settings"
Me.TabPage2.UseVisualStyleBackColor = True
'
'chkStart
'
Me.chkStart.AutoSize = True
Me.chkStart.Location = New System.Drawing.Point(30, 94)
Me.chkStart.Name = "chkStart"
Me.chkStart.Size = New System.Drawing.Size(147, 17)
Me.chkStart.TabIndex = 3
Me.chkStart.Text = "Go to Start Page on Load"
Me.chkStart.UseVisualStyleBackColor = True
'
'chkShowTags
'
Me.chkShowTags.AutoSize = True
Me.chkShowTags.Location = New System.Drawing.Point(30, 71)
Me.chkShowTags.Name = "chkShowTags"
Me.chkShowTags.Size = New System.Drawing.Size(183, 17)
Me.chkShowTags.TabIndex = 2
Me.chkShowTags.Text = "Show Element Tags in Status Bar"
Me.chkShowTags.UseVisualStyleBackColor = True
'
'chkSupress
'
Me.chkSupress.AutoSize = True
Me.chkSupress.Location = New System.Drawing.Point(30, 48)
Me.chkSupress.Name = "chkSupress"
Me.chkSupress.Size = New System.Drawing.Size(148, 17)
Me.chkSupress.TabIndex = 1
Me.chkSupress.Text = "Supress Javascript Errors"
Me.chkSupress.UseVisualStyleBackColor = True
'
'chkInternal
'
Me.chkInternal.AutoSize = True
Me.chkInternal.Location = New System.Drawing.Point(30, 25)
Me.chkInternal.Name = "chkInternal"
Me.chkInternal.Size = New System.Drawing.Size(114, 17)
Me.chkInternal.TabIndex = 0
Me.chkInternal.Text = "Use Internal Menu"
Me.chkInternal.UseVisualStyleBackColor = True
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.GroupBox2)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -