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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmRSS
  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 TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Feeds", 0, 0)
  21.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRSS))
  22.         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
  23.         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
  24.         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
  25.         Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
  26.         Me.btnAddFeed = New System.Windows.Forms.ToolStripButton
  27.         Me.btnAddGroup = New System.Windows.Forms.ToolStripButton
  28.         Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
  29.         Me.tvRSS = New System.Windows.Forms.TreeView
  30.         Me.cmRSS = New System.Windows.Forms.ContextMenuStrip(Me.components)
  31.         Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  33.         Me.mnuRefresh = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
  35.         Me.SplitContainer2 = New System.Windows.Forms.SplitContainer
  36.         Me.dgRSS = New System.Windows.Forms.DataGridView
  37.         Me.Title = New System.Windows.Forms.DataGridViewLinkColumn
  38.         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn
  39.         Me.PubDate = New System.Windows.Forms.DataGridViewTextBoxColumn
  40.         Me.LinkURL = New System.Windows.Forms.DataGridViewTextBoxColumn
  41.         Me.cmWB = New System.Windows.Forms.ContextMenuStrip(Me.components)
  42.         Me.mnuMainBrowser = New System.Windows.Forms.ToolStripMenuItem
  43.         Me.wbRSS = New Ie7Clone.exBrowser
  44.         Me.ToolStrip1.SuspendLayout()
  45.         Me.SplitContainer1.Panel1.SuspendLayout()
  46.         Me.SplitContainer1.Panel2.SuspendLayout()
  47.         Me.SplitContainer1.SuspendLayout()
  48.         Me.cmRSS.SuspendLayout()
  49.         Me.SplitContainer2.Panel1.SuspendLayout()
  50.         Me.SplitContainer2.Panel2.SuspendLayout()
  51.         Me.SplitContainer2.SuspendLayout()
  52.         CType(Me.dgRSS, System.ComponentModel.ISupportInitialize).BeginInit()
  53.         Me.cmWB.SuspendLayout()
  54.         Me.SuspendLayout()
  55.         '
  56.         'ToolStrip1
  57.         '
  58.         Me.ToolStrip1.BackColor = System.Drawing.SystemColors.Control
  59.         Me.ToolStrip1.BackgroundImage = Global.Ie7Clone.My.Resources.Resources.white_bg1
  60.         Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
  61.         Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnAddFeed, Me.btnAddGroup})
  62.         Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
  63.         Me.ToolStrip1.Name = "ToolStrip1"
  64.         Me.ToolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  65.         Me.ToolStrip1.Size = New System.Drawing.Size(769, 25)
  66.         Me.ToolStrip1.TabIndex = 0
  67.         Me.ToolStrip1.Text = "ToolStrip1"
  68.         '
  69.         'btnAddFeed
  70.         '
  71.         Me.btnAddFeed.Image = Global.Ie7Clone.My.Resources.Resources.feed1
  72.         Me.btnAddFeed.ImageTransparentColor = System.Drawing.Color.Magenta
  73.         Me.btnAddFeed.Name = "btnAddFeed"
  74.         Me.btnAddFeed.Size = New System.Drawing.Size(49, 22)
  75.         Me.btnAddFeed.Text = "添加"
  76.         '
  77.         'btnAddGroup
  78.         '
  79.         Me.btnAddGroup.Image = Global.Ie7Clone.My.Resources.Resources.folder3
  80.         Me.btnAddGroup.ImageTransparentColor = System.Drawing.Color.Magenta
  81.         Me.btnAddGroup.Name = "btnAddGroup"
  82.         Me.btnAddGroup.Size = New System.Drawing.Size(61, 22)
  83.         Me.btnAddGroup.Text = "添加组"
  84.         '
  85.         'SplitContainer1
  86.         '
  87.         Me.SplitContainer1.BackColor = System.Drawing.Color.CornflowerBlue
  88.         Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
  89.         Me.SplitContainer1.Location = New System.Drawing.Point(0, 25)
  90.         Me.SplitContainer1.Name = "SplitContainer1"
  91.         '
  92.         'SplitContainer1.Panel1
  93.         '
  94.         Me.SplitContainer1.Panel1.Controls.Add(Me.tvRSS)
  95.         '
  96.         'SplitContainer1.Panel2
  97.         '
  98.         Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
  99.         Me.SplitContainer1.Size = New System.Drawing.Size(769, 422)
  100.         Me.SplitContainer1.SplitterDistance = 209
  101.         Me.SplitContainer1.TabIndex = 1
  102.         '
  103.         'tvRSS
  104.         '
  105.         Me.tvRSS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  106.         Me.tvRSS.ContextMenuStrip = Me.cmRSS
  107.         Me.tvRSS.Cursor = System.Windows.Forms.Cursors.Hand
  108.         Me.tvRSS.Dock = System.Windows.Forms.DockStyle.Fill
  109.         Me.tvRSS.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  110.         Me.tvRSS.HotTracking = True
  111.         Me.tvRSS.ImageIndex = 1
  112.         Me.tvRSS.ImageList = Me.ImageList1
  113.         Me.tvRSS.Location = New System.Drawing.Point(0, 0)
  114.         Me.tvRSS.Name = "tvRSS"
  115.         TreeNode1.ImageIndex = 0
  116.         TreeNode1.Name = "nRoot"
  117.         TreeNode1.SelectedImageIndex = 0
  118.         TreeNode1.Text = "Feeds"
  119.         Me.tvRSS.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode1})
  120.         Me.tvRSS.SelectedImageIndex = 1
  121.         Me.tvRSS.ShowRootLines = False
  122.         Me.tvRSS.Size = New System.Drawing.Size(209, 422)
  123.         Me.tvRSS.TabIndex = 1
  124.         '
  125.         'cmRSS
  126.         '
  127.         Me.cmRSS.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DeleteToolStripMenuItem, Me.ToolStripMenuItem1, Me.mnuRefresh})
  128.         Me.cmRSS.Name = "cmRSS"
  129.         Me.cmRSS.Size = New System.Drawing.Size(113, 54)
  130.         '
  131.         'DeleteToolStripMenuItem
  132.         '
  133.         Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem"
  134.         Me.DeleteToolStripMenuItem.Size = New System.Drawing.Size(112, 22)
  135.         Me.DeleteToolStripMenuItem.Text = "Delete"
  136.         '
  137.         'ToolStripMenuItem1
  138.         '
  139.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  140.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(109, 6)
  141.         '
  142.         'mnuRefresh
  143.         '
  144.         Me.mnuRefresh.Name = "mnuRefresh"
  145.         Me.mnuRefresh.Size = New System.Drawing.Size(112, 22)
  146.         Me.mnuRefresh.Text = "Refresh"
  147.         '
  148.         'ImageList1
  149.         '
  150.         Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
  151.         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
  152.         Me.ImageList1.Images.SetKeyName(0, "feed.ico")
  153.         Me.ImageList1.Images.SetKeyName(1, "folder3.png")
  154.         '
  155.         'SplitContainer2
  156.         '
  157.         Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
  158.         Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
  159.         Me.SplitContainer2.Name = "SplitContainer2"
  160.         Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
  161.         '
  162.         'SplitContainer2.Panel1
  163.         '
  164.         Me.SplitContainer2.Panel1.Controls.Add(Me.dgRSS)
  165.         '
  166.         'SplitContainer2.Panel2
  167.         '
  168.         Me.SplitContainer2.Panel2.Controls.Add(Me.wbRSS)
  169.         Me.SplitContainer2.Size = New System.Drawing.Size(556, 422)
  170.         Me.SplitContainer2.SplitterDistance = 208
  171.         Me.SplitContainer2.TabIndex = 0
  172.         '
  173.         'dgRSS
  174.         '
  175.         Me.dgRSS.AllowUserToAddRows = False
  176.         Me.dgRSS.AllowUserToDeleteRows = False
  177.         Me.dgRSS.AllowUserToOrderColumns = True
  178.         Me.dgRSS.AllowUserToResizeRows = False
  179.         DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Info
  180.         DataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black
  181.         DataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gainsboro
  182.         DataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black
  183.         Me.dgRSS.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  184.         Me.dgRSS.BackgroundColor = System.Drawing.Color.White
  185.         Me.dgRSS.BorderStyle = System.Windows.Forms.BorderStyle.None
  186.         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  187.         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CornflowerBlue
  188.         DataGridViewCellStyle2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  189.         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.White
  190.         DataGridViewCellStyle2.NullValue = Nothing
  191.         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Tomato
  192.         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  193.         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  194.         Me.dgRSS.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  195.         Me.dgRSS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  196.         Me.dgRSS.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Title, Me.Description, Me.PubDate, Me.LinkURL})
  197.         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  198.         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  199.         DataGridViewCellStyle3.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  200.         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  201.         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.RoyalBlue
  202.         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White
  203.         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  204.         Me.dgRSS.DefaultCellStyle = DataGridViewCellStyle3
  205.         Me.dgRSS.Dock = System.Windows.Forms.DockStyle.Fill
  206.         Me.dgRSS.EnableHeadersVisualStyles = False
  207.         Me.dgRSS.Location = New System.Drawing.Point(0, 0)
  208.         Me.dgRSS.MultiSelect = False
  209.         Me.dgRSS.Name = "dgRSS"
  210.         Me.dgRSS.ReadOnly = True
  211.         Me.dgRSS.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None
  212.         Me.dgRSS.RowHeadersVisible = False
  213.         Me.dgRSS.RowTemplate.Height = 23
  214.         Me.dgRSS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  215.         Me.dgRSS.ShowCellErrors = False
  216.         Me.dgRSS.ShowEditingIcon = False
  217.         Me.dgRSS.Size = New System.Drawing.Size(556, 208)
  218.         Me.dgRSS.TabIndex = 1
  219.         '
  220.         'Title
  221.         '
  222.         Me.Title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
  223.         Me.Title.DataPropertyName = "Title"
  224.         Me.Title.HeaderText = "Title"
  225.         Me.Title.Name = "Title"
  226.         Me.Title.ReadOnly = True
  227.         '
  228.         'Description
  229.         '
  230.         Me.Description.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
  231.         Me.Description.DataPropertyName = "Description"
  232.         Me.Description.HeaderText = "Description"
  233.         Me.Description.Name = "Description"
  234.         Me.Description.ReadOnly = True
  235.         '
  236.         'PubDate
  237.         '
  238.         Me.PubDate.DataPropertyName = "PubDate"
  239.         Me.PubDate.HeaderText = "Published"
  240.         Me.PubDate.Name = "PubDate"
  241.         Me.PubDate.ReadOnly = True
  242.         '
  243.         'LinkURL
  244.         '
  245.         Me.LinkURL.DataPropertyName = "Link"
  246.         Me.LinkURL.HeaderText = "LinkURL"
  247.         Me.LinkURL.Name = "LinkURL"
  248.         Me.LinkURL.ReadOnly = True
  249.         Me.LinkURL.Visible = False
  250.         '
  251.         'cmWB
  252.         '
  253.         Me.cmWB.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuMainBrowser})
  254.         Me.cmWB.Name = "ContextMenuStrip1"
  255.         Me.cmWB.Size = New System.Drawing.Size(185, 26)
  256.         '
  257.         'mnuMainBrowser
  258.         '
  259.         Me.mnuMainBrowser.Name = "mnuMainBrowser"
  260.         Me.mnuMainBrowser.Size = New System.Drawing.Size(184, 22)
  261.         Me.mnuMainBrowser.Text = "View in New Browser"
  262.         '
  263.         'wbRSS
  264.         '
  265.         Me.wbRSS.ContextMenuStrip = Me.cmWB
  266.         Me.wbRSS.Dock = System.Windows.Forms.DockStyle.Fill
  267.         Me.wbRSS.IsWebBrowserContextMenuEnabled = False
  268.         Me.wbRSS.Location = New System.Drawing.Point(0, 0)
  269.         Me.wbRSS.MinimumSize = New System.Drawing.Size(20, 18)
  270.         Me.wbRSS.Name = "wbRSS"
  271.         Me.wbRSS.Size = New System.Drawing.Size(556, 210)
  272.         Me.wbRSS.TabIndex = 0
  273.         '
  274.         'frmRSS
  275.         '
  276.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  277.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  278.         Me.ClientSize = New System.Drawing.Size(769, 447)
  279.         Me.Controls.Add(Me.SplitContainer1)
  280.         Me.Controls.Add(Me.ToolStrip1)
  281.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  282.         Me.Name = "frmRSS"
  283.         Me.Text = "新闻频道"
  284.         Me.ToolStrip1.ResumeLayout(False)
  285.         Me.ToolStrip1.PerformLayout()
  286.         Me.SplitContainer1.Panel1.ResumeLayout(False)
  287.         Me.SplitContainer1.Panel2.ResumeLayout(False)
  288.         Me.SplitContainer1.ResumeLayout(False)
  289.         Me.cmRSS.ResumeLayout(False)
  290.         Me.SplitContainer2.Panel1.ResumeLayout(False)
  291.         Me.SplitContainer2.Panel2.ResumeLayout(False)
  292.         Me.SplitContainer2.ResumeLayout(False)
  293.         CType(Me.dgRSS, System.ComponentModel.ISupportInitialize).EndInit()
  294.         Me.cmWB.ResumeLayout(False)
  295.         Me.ResumeLayout(False)
  296.         Me.PerformLayout()
  297.     End Sub
  298.     Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
  299.     Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
  300.     Friend WithEvents tvRSS As System.Windows.Forms.TreeView
  301.     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
  302.     Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer
  303.     Friend WithEvents dgRSS As System.Windows.Forms.DataGridView
  304.     Friend WithEvents wbRSS As Ie7Clone.exBrowser
  305.     Friend WithEvents btnAddFeed As System.Windows.Forms.ToolStripButton
  306.     Friend WithEvents btnAddGroup As System.Windows.Forms.ToolStripButton
  307.     Friend WithEvents cmRSS As System.Windows.Forms.ContextMenuStrip
  308.     Friend WithEvents DeleteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  309.     Friend WithEvents Title As System.Windows.Forms.DataGridViewLinkColumn
  310.     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
  311.     Friend WithEvents PubDate As System.Windows.Forms.DataGridViewTextBoxColumn
  312.     Friend WithEvents LinkURL As System.Windows.Forms.DataGridViewTextBoxColumn
  313.     Friend WithEvents cmWB As System.Windows.Forms.ContextMenuStrip
  314.     Friend WithEvents mnuMainBrowser As System.Windows.Forms.ToolStripMenuItem
  315.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  316.     Friend WithEvents mnuRefresh As System.Windows.Forms.ToolStripMenuItem
  317. End Class