frmrss.designer.vb

来自「VB.NET的Web浏览器IE7的克隆选项卡式浏览器 描述:这是一个例子写的」· VB 代码 · 共 321 行 · 第 1/2 页

VB
321
字号
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRSS
    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 TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Feeds", 0, 0)
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRSS))
        Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
        Me.btnAddFeed = New System.Windows.Forms.ToolStripButton
        Me.btnAddGroup = New System.Windows.Forms.ToolStripButton
        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
        Me.tvRSS = New System.Windows.Forms.TreeView
        Me.cmRSS = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
        Me.SplitContainer2 = New System.Windows.Forms.SplitContainer
        Me.dgRSS = New System.Windows.Forms.DataGridView
        Me.Title = New System.Windows.Forms.DataGridViewLinkColumn
        Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.PubDate = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.LinkURL = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.wbRSS = New Ie7Clone.exBrowser
        Me.cmWB = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuMainBrowser = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
        Me.mnuRefresh = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStrip1.SuspendLayout()
        Me.SplitContainer1.Panel1.SuspendLayout()
        Me.SplitContainer1.Panel2.SuspendLayout()
        Me.SplitContainer1.SuspendLayout()
        Me.cmRSS.SuspendLayout()
        Me.SplitContainer2.Panel1.SuspendLayout()
        Me.SplitContainer2.Panel2.SuspendLayout()
        Me.SplitContainer2.SuspendLayout()
        CType(Me.dgRSS, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.cmWB.SuspendLayout()
        Me.SuspendLayout()
        '
        'ToolStrip1
        '
        Me.ToolStrip1.BackColor = System.Drawing.SystemColors.Control
        Me.ToolStrip1.BackgroundImage = Global.Ie7Clone.My.Resources.Resources.white_bg1
        Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
        Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnAddFeed, Me.btnAddGroup})
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
        Me.ToolStrip1.Name = "ToolStrip1"
        Me.ToolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
        Me.ToolStrip1.Size = New System.Drawing.Size(769, 25)
        Me.ToolStrip1.TabIndex = 0
        Me.ToolStrip1.Text = "ToolStrip1"
        '
        'btnAddFeed
        '
        Me.btnAddFeed.Image = Global.Ie7Clone.My.Resources.Resources.feed1
        Me.btnAddFeed.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnAddFeed.Name = "btnAddFeed"
        Me.btnAddFeed.Size = New System.Drawing.Size(73, 22)
        Me.btnAddFeed.Text = "Add Feed"
        '
        'btnAddGroup
        '
        Me.btnAddGroup.Image = Global.Ie7Clone.My.Resources.Resources.folder3
        Me.btnAddGroup.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnAddGroup.Name = "btnAddGroup"
        Me.btnAddGroup.Size = New System.Drawing.Size(78, 22)
        Me.btnAddGroup.Text = "Add Group"
        '
        'SplitContainer1
        '
        Me.SplitContainer1.BackColor = System.Drawing.Color.CornflowerBlue
        Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer1.Location = New System.Drawing.Point(0, 25)
        Me.SplitContainer1.Name = "SplitContainer1"
        '
        'SplitContainer1.Panel1
        '
        Me.SplitContainer1.Panel1.Controls.Add(Me.tvRSS)
        '
        'SplitContainer1.Panel2
        '
        Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
        Me.SplitContainer1.Size = New System.Drawing.Size(769, 459)
        Me.SplitContainer1.SplitterDistance = 209
        Me.SplitContainer1.TabIndex = 1
        '
        'tvRSS
        '
        Me.tvRSS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.tvRSS.ContextMenuStrip = Me.cmRSS
        Me.tvRSS.Cursor = System.Windows.Forms.Cursors.Hand
        Me.tvRSS.Dock = System.Windows.Forms.DockStyle.Fill
        Me.tvRSS.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tvRSS.HotTracking = True
        Me.tvRSS.ImageIndex = 1
        Me.tvRSS.ImageList = Me.ImageList1
        Me.tvRSS.Location = New System.Drawing.Point(0, 0)
        Me.tvRSS.Name = "tvRSS"
        TreeNode1.ImageIndex = 0
        TreeNode1.Name = "nRoot"
        TreeNode1.SelectedImageIndex = 0
        TreeNode1.Text = "Feeds"
        Me.tvRSS.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode1})
        Me.tvRSS.SelectedImageIndex = 1
        Me.tvRSS.ShowRootLines = False
        Me.tvRSS.Size = New System.Drawing.Size(209, 459)
        Me.tvRSS.TabIndex = 1
        '
        'cmRSS
        '
        Me.cmRSS.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DeleteToolStripMenuItem, Me.ToolStripMenuItem1, Me.mnuRefresh})
        Me.cmRSS.Name = "cmRSS"
        Me.cmRSS.Size = New System.Drawing.Size(153, 76)
        '
        'DeleteToolStripMenuItem
        '
        Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem"
        Me.DeleteToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
        Me.DeleteToolStripMenuItem.Text = "Delete"
        '
        'ImageList1
        '
        Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
        Me.ImageList1.Images.SetKeyName(0, "feed.ico")
        Me.ImageList1.Images.SetKeyName(1, "folder3.png")
        '
        'SplitContainer2
        '
        Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
        Me.SplitContainer2.Name = "SplitContainer2"
        Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'SplitContainer2.Panel1
        '
        Me.SplitContainer2.Panel1.Controls.Add(Me.dgRSS)
        '
        'SplitContainer2.Panel2
        '
        Me.SplitContainer2.Panel2.Controls.Add(Me.wbRSS)
        Me.SplitContainer2.Size = New System.Drawing.Size(556, 459)

⌨️ 快捷键说明

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