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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDetectRSS
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDetectRSS))
  20.         Me.ListBox1 = New System.Windows.Forms.ListBox
  21.         Me.btnAdd = New System.Windows.Forms.Button
  22.         Me.btnClose = New System.Windows.Forms.Button
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.SuspendLayout()
  25.         '
  26.         'ListBox1
  27.         '
  28.         Me.ListBox1.FormattingEnabled = True
  29.         Me.ListBox1.Location = New System.Drawing.Point(12, 35)
  30.         Me.ListBox1.Name = "ListBox1"
  31.         Me.ListBox1.Size = New System.Drawing.Size(477, 147)
  32.         Me.ListBox1.TabIndex = 0
  33.         '
  34.         'btnAdd
  35.         '
  36.         Me.btnAdd.Location = New System.Drawing.Point(380, 188)
  37.         Me.btnAdd.Name = "btnAdd"
  38.         Me.btnAdd.Size = New System.Drawing.Size(109, 23)
  39.         Me.btnAdd.TabIndex = 1
  40.         Me.btnAdd.Text = "增加订阅"
  41.         Me.btnAdd.UseVisualStyleBackColor = True
  42.         '
  43.         'btnClose
  44.         '
  45.         Me.btnClose.Location = New System.Drawing.Point(265, 188)
  46.         Me.btnClose.Name = "btnClose"
  47.         Me.btnClose.Size = New System.Drawing.Size(109, 23)
  48.         Me.btnClose.TabIndex = 2
  49.         Me.btnClose.Text = "关闭"
  50.         Me.btnClose.UseVisualStyleBackColor = True
  51.         '
  52.         'Label1
  53.         '
  54.         Me.Label1.AutoSize = True
  55.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  56.         Me.Label1.Name = "Label1"
  57.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  58.         Me.Label1.TabIndex = 3
  59.         Me.Label1.Text = "Label1"
  60.         '
  61.         'frmDetectRSS
  62.         '
  63.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  64.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  65.         Me.ClientSize = New System.Drawing.Size(501, 223)
  66.         Me.Controls.Add(Me.Label1)
  67.         Me.Controls.Add(Me.btnClose)
  68.         Me.Controls.Add(Me.btnAdd)
  69.         Me.Controls.Add(Me.ListBox1)
  70.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  71.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  72.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  73.         Me.MaximizeBox = False
  74.         Me.MinimizeBox = False
  75.         Me.Name = "frmDetectRSS"
  76.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  77.         Me.Text = "Detected Feeds"
  78.         Me.ResumeLayout(False)
  79.         Me.PerformLayout()
  80.     End Sub
  81.     Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  82.     Friend WithEvents btnAdd As System.Windows.Forms.Button
  83.     Friend WithEvents btnClose As System.Windows.Forms.Button
  84.     Friend WithEvents Label1 As System.Windows.Forms.Label
  85. End Class