⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmsettings.designer.vb

📁 VB.NET的Web浏览器IE7的克隆选项卡式浏览器 描述:这是一个例子写的vb.net浏览器使用的。 NET Framework 2.0 ( Visual Studio 2005中) 。这是一个
💻 VB
📖 第 1 页 / 共 3 页
字号:
        Me.lvSearchProviders.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
        Me.lvSearchProviders.ContextMenuStrip = Me.cmSearch
        Me.lvSearchProviders.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.lvSearchProviders.FullRowSelect = True
        Me.lvSearchProviders.GridLines = True
        Me.lvSearchProviders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.HelpProvider1.SetHelpString(Me.lvSearchProviders, "List of current search providers.")
        Me.lvSearchProviders.HideSelection = False
        Me.lvSearchProviders.Location = New System.Drawing.Point(3, 114)
        Me.lvSearchProviders.MultiSelect = False
        Me.lvSearchProviders.Name = "lvSearchProviders"
        Me.HelpProvider1.SetShowHelp(Me.lvSearchProviders, True)
        Me.lvSearchProviders.Size = New System.Drawing.Size(381, 257)
        Me.lvSearchProviders.TabIndex = 7
        Me.lvSearchProviders.UseCompatibleStateImageBehavior = False
        Me.lvSearchProviders.View = System.Windows.Forms.View.Details
        '
        'ColumnHeader1
        '
        Me.ColumnHeader1.Text = "Provider"
        Me.ColumnHeader1.Width = 115
        '
        'ColumnHeader2
        '
        Me.ColumnHeader2.Text = "URL"
        Me.ColumnHeader2.Width = 261
        '
        'cmSearch
        '
        Me.cmSearch.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmSearchRemove})
        Me.cmSearch.Name = "cmSearch"
        Me.cmSearch.Size = New System.Drawing.Size(125, 26)
        '
        'cmSearchRemove
        '
        Me.cmSearchRemove.Name = "cmSearchRemove"
        Me.cmSearchRemove.Size = New System.Drawing.Size(124, 22)
        Me.cmSearchRemove.Text = "Remove"
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(3, 96)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(72, 16)
        Me.Label1.TabIndex = 4
        Me.Label1.Text = "Providers"
        '
        'btnAddProvider
        '
        Me.btnAddProvider.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnAddProvider.Location = New System.Drawing.Point(320, 44)
        Me.btnAddProvider.Name = "btnAddProvider"
        Me.btnAddProvider.Size = New System.Drawing.Size(60, 23)
        Me.btnAddProvider.TabIndex = 1
        Me.btnAddProvider.Text = "Add"
        Me.btnAddProvider.UseVisualStyleBackColor = True
        '
        'txtSearchURL
        '
        Me.HelpProvider1.SetHelpString(Me.txtSearchURL, "URL of search provider.")
        Me.txtSearchURL.Location = New System.Drawing.Point(57, 47)
        Me.txtSearchURL.Name = "txtSearchURL"
        Me.HelpProvider1.SetShowHelp(Me.txtSearchURL, True)
        Me.txtSearchURL.Size = New System.Drawing.Size(257, 21)
        Me.txtSearchURL.TabIndex = 0
        '
        'TabPage6
        '
        Me.TabPage6.Controls.Add(Me.Label10)
        Me.TabPage6.Location = New System.Drawing.Point(4, 40)
        Me.TabPage6.Name = "TabPage6"
        Me.TabPage6.Size = New System.Drawing.Size(387, 374)
        Me.TabPage6.TabIndex = 5
        Me.TabPage6.Text = "RSS"
        Me.TabPage6.UseVisualStyleBackColor = True
        '
        'Label10
        '
        Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Label10.Location = New System.Drawing.Point(8, 12)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(371, 352)
        Me.Label10.TabIndex = 0
        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" & _
            "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!"
        '
        'Panel1
        '
        Me.Panel1.Controls.Add(Me.btnOK)
        Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.Panel1.Location = New System.Drawing.Point(0, 418)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(395, 32)
        Me.Panel1.TabIndex = 1
        '
        'btnOK
        '
        Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnOK.Location = New System.Drawing.Point(302, 2)
        Me.btnOK.Name = "btnOK"
        Me.btnOK.Size = New System.Drawing.Size(88, 27)
        Me.btnOK.TabIndex = 0
        Me.btnOK.Text = "OK"
        Me.btnOK.UseVisualStyleBackColor = True
        '
        'TabPage7
        '
        Me.TabPage7.Controls.Add(Me.GroupBox6)
        Me.TabPage7.Location = New System.Drawing.Point(4, 40)
        Me.TabPage7.Name = "TabPage7"
        Me.TabPage7.Padding = New System.Windows.Forms.Padding(3)
        Me.TabPage7.Size = New System.Drawing.Size(387, 374)
        Me.TabPage7.TabIndex = 6
        Me.TabPage7.Text = "Phishing"
        Me.TabPage7.UseVisualStyleBackColor = True
        '
        'GroupBox6
        '
        Me.GroupBox6.Controls.Add(Me.chkPhishing)
        Me.GroupBox6.Controls.Add(Me.btnRemoveAllPhish)
        Me.GroupBox6.Controls.Add(Me.btnRemovePhish)
        Me.GroupBox6.Controls.Add(Me.Label11)
        Me.GroupBox6.Controls.Add(Me.Label12)
        Me.GroupBox6.Controls.Add(Me.lbPhishing)
        Me.GroupBox6.Controls.Add(Me.btnAddPhish)
        Me.GroupBox6.Controls.Add(Me.txtPhishing)
        Me.GroupBox6.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupBox6.Location = New System.Drawing.Point(3, 3)
        Me.GroupBox6.Name = "GroupBox6"
        Me.GroupBox6.Size = New System.Drawing.Size(381, 368)
        Me.GroupBox6.TabIndex = 4
        Me.GroupBox6.TabStop = False
        Me.GroupBox6.Text = "Phishing Manager"
        '
        'btnRemoveAllPhish
        '
        Me.btnRemoveAllPhish.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnRemoveAllPhish.Location = New System.Drawing.Point(299, 129)
        Me.btnRemoveAllPhish.Name = "btnRemoveAllPhish"
        Me.btnRemoveAllPhish.Size = New System.Drawing.Size(74, 23)
        Me.btnRemoveAllPhish.TabIndex = 6
        Me.btnRemoveAllPhish.Text = "Remove ALL"
        Me.btnRemoveAllPhish.UseVisualStyleBackColor = True
        '
        'btnRemovePhish
        '
        Me.btnRemovePhish.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnRemovePhish.Location = New System.Drawing.Point(299, 100)
        Me.btnRemovePhish.Name = "btnRemovePhish"
        Me.btnRemovePhish.Size = New System.Drawing.Size(74, 23)
        Me.btnRemovePhish.TabIndex = 5
        Me.btnRemovePhish.Text = "Remove"
        Me.btnRemovePhish.UseVisualStyleBackColor = True
        '
        'Label11
        '
        Me.Label11.Location = New System.Drawing.Point(5, 78)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(294, 16)
        Me.Label11.TabIndex = 4
        Me.Label11.Text = "Phishing Sites"
        '
        'Label12
        '
        Me.Label12.Location = New System.Drawing.Point(6, 39)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(363, 13)
        Me.Label12.TabIndex = 3
        Me.Label12.Text = "Address of phishing website"
        '
        'lbPhishing
        '
        Me.lbPhishing.FormattingEnabled = True
        Me.lbPhishing.Location = New System.Drawing.Point(6, 100)
        Me.lbPhishing.Name = "lbPhishing"
        Me.lbPhishing.Size = New System.Drawing.Size(292, 264)
        Me.lbPhishing.TabIndex = 2
        '
        'btnAddPhish
        '
        Me.btnAddPhish.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnAddPhish.Location = New System.Drawing.Point(298, 52)
        Me.btnAddPhish.Name = "btnAddPhish"
        Me.btnAddPhish.Size = New System.Drawing.Size(75, 23)
        Me.btnAddPhish.TabIndex = 1
        Me.btnAddPhish.Text = "Add"
        Me.btnAddPhish.UseVisualStyleBackColor = True
        '
        'txtPhishing
        '
        Me.txtPhishing.Location = New System.Drawing.Point(5, 54)
        Me.txtPhishing.Name = "txtPhishing"
        Me.txtPhishing.Size = New System.Drawing.Size(292, 21)
        Me.txtPhishing.TabIndex = 0
        '
        'chkPhishing
        '
        Me.chkPhishing.AutoSize = True
        Me.chkPhishing.Location = New System.Drawing.Point(9, 20)
        Me.chkPhishing.Name = "chkPhishing"
        Me.chkPhishing.Size = New System.Drawing.Size(127, 17)
        Me.chkPhishing.TabIndex = 7
        Me.chkPhishing.Text = "Enable Phishing Filter"
        Me.chkPhishing.UseVisualStyleBackColor = True
        '
        'frmSettings
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(395, 450)
        Me.Controls.Add(Me.TabControl1)
        Me.Controls.Add(Me.Panel1)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.HelpButton = True
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmSettings"
        Me.HelpProvider1.SetShowHelp(Me, True)
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Settings"
        Me.TabControl1.ResumeLayout(False)
        Me.TabPage1.ResumeLayout(False)
        Me.TabPage1.PerformLayout()
        Me.GroupBox4.ResumeLayout(False)
        Me.GroupBox4.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.TabPage2.ResumeLayout(False)
        Me.TabPage2.PerformLayout()
        Me.TabPage3.ResumeLayout(False)
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.TabPage4.ResumeLayout(False)
        Me.GroupBox5.ResumeLayout(False)
        Me.GroupBox5.PerformLayout()
        Me.chkDLMng.ResumeLayout(False)
        Me.chkDLMng.PerformLayout()
        Me.TabPage5.ResumeLayout(False)
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.cmSearch.ResumeLayout(False)
        Me.TabPage6.ResumeLayout(False)
        Me.Panel1.ResumeLayout(False)
        Me.TabPage7.ResumeLayout(False)
        Me.GroupBox6.ResumeLayout(False)
        Me.GroupBox6.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents btnOK As System.Windows.Forms.Button
    Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
    Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents btnBlockRemoveAll As System.Windows.Forms.Button
    Friend WithEvents btnRemoveBlock As System.Windows.Forms.Button
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents lbBlocked As System.Windows.Forms.ListBox
    Friend WithEvents btnAddBlock As System.Windows.Forms.Button
    Friend WithEvents txtBlock As System.Windows.Forms.TextBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents lvSearchProviders As System.Windows.Forms.ListView
    Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents btnAddProvider As System.Windows.Forms.Button
    Friend WithEvents txtSearchURL As System.Windows.Forms.TextBox
    Friend WithEvents chkAllowPop As System.Windows.Forms.CheckBox
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
    Friend WithEvents btnPopRemoveAll As System.Windows.Forms.Button
    Friend WithEvents btnPopRemove As System.Windows.Forms.Button
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents lbPop As System.Windows.Forms.ListBox
    Friend WithEvents btnPopAdd As System.Windows.Forms.Button
    Friend WithEvents txtPop As System.Windows.Forms.TextBox
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents chkPopInfo As System.Windows.Forms.CheckBox
    Friend WithEvents chkPopSound As System.Windows.Forms.CheckBox
    Friend WithEvents cmSearch As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents cmSearchRemove As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents txtSearchTitle As System.Windows.Forms.TextBox
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents HelpProvider1 As System.Windows.Forms.HelpProvider
    Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
    Friend WithEvents RadioButton5 As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
    Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox
    Friend WithEvents chkDLMng As System.Windows.Forms.GroupBox
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents txtDLPath As System.Windows.Forms.TextBox
    Friend WithEvents ListView1 As System.Windows.Forms.ListView
    Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
    Friend WithEvents Button9 As System.Windows.Forms.Button
    Friend WithEvents Button10 As System.Windows.Forms.Button
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Button11 As System.Windows.Forms.Button
    Friend WithEvents txtExt As System.Windows.Forms.TextBox
    Friend WithEvents chkInternal As System.Windows.Forms.CheckBox
    Friend WithEvents chkSupress As System.Windows.Forms.CheckBox
    Friend WithEvents chkShowTags As System.Windows.Forms.CheckBox
    Friend WithEvents chkUseDLManager As System.Windows.Forms.CheckBox
    Friend WithEvents chkSearchDefault As System.Windows.Forms.CheckBox
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents chkStart As System.Windows.Forms.CheckBox
    Friend WithEvents TabPage7 As System.Windows.Forms.TabPage
    Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
    Friend WithEvents btnRemoveAllPhish As System.Windows.Forms.Button
    Friend WithEvents btnRemovePhish As System.Windows.Forms.Button
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents lbPhishing As System.Windows.Forms.ListBox
    Friend WithEvents btnAddPhish As System.Windows.Forms.Button
    Friend WithEvents txtPhishing As System.Windows.Forms.TextBox
    Friend WithEvents chkPhishing As System.Windows.Forms.CheckBox
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -