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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmAddRSS
  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(frmAddRSS))
  20.         Me.btnAdd = New System.Windows.Forms.Button
  21.         Me.btnCancel = New System.Windows.Forms.Button
  22.         Me.cboGroups = New System.Windows.Forms.ComboBox
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.txtTitle = New System.Windows.Forms.TextBox
  26.         Me.txtURL = New System.Windows.Forms.TextBox
  27.         Me.Label3 = New System.Windows.Forms.Label
  28.         Me.SuspendLayout()
  29.         '
  30.         'btnAdd
  31.         '
  32.         Me.btnAdd.Location = New System.Drawing.Point(265, 88)
  33.         Me.btnAdd.Name = "btnAdd"
  34.         Me.btnAdd.Size = New System.Drawing.Size(75, 23)
  35.         Me.btnAdd.TabIndex = 0
  36.         Me.btnAdd.Text = "Add"
  37.         Me.btnAdd.UseVisualStyleBackColor = True
  38.         '
  39.         'btnCancel
  40.         '
  41.         Me.btnCancel.Location = New System.Drawing.Point(179, 88)
  42.         Me.btnCancel.Name = "btnCancel"
  43.         Me.btnCancel.Size = New System.Drawing.Size(75, 23)
  44.         Me.btnCancel.TabIndex = 1
  45.         Me.btnCancel.Text = "Cancel"
  46.         Me.btnCancel.UseVisualStyleBackColor = True
  47.         '
  48.         'cboGroups
  49.         '
  50.         Me.cboGroups.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  51.         Me.cboGroups.FormattingEnabled = True
  52.         Me.cboGroups.Location = New System.Drawing.Point(59, 58)
  53.         Me.cboGroups.Name = "cboGroups"
  54.         Me.cboGroups.Size = New System.Drawing.Size(281, 21)
  55.         Me.cboGroups.TabIndex = 2
  56.         '
  57.         'Label1
  58.         '
  59.         Me.Label1.AutoSize = True
  60.         Me.Label1.Location = New System.Drawing.Point(12, 61)
  61.         Me.Label1.Name = "Label1"
  62.         Me.Label1.Size = New System.Drawing.Size(41, 13)
  63.         Me.Label1.TabIndex = 3
  64.         Me.Label1.Text = "Add to:"
  65.         '
  66.         'Label2
  67.         '
  68.         Me.Label2.AutoSize = True
  69.         Me.Label2.Location = New System.Drawing.Point(12, 9)
  70.         Me.Label2.Name = "Label2"
  71.         Me.Label2.Size = New System.Drawing.Size(30, 13)
  72.         Me.Label2.TabIndex = 4
  73.         Me.Label2.Text = "Title:"
  74.         '
  75.         'txtTitle
  76.         '
  77.         Me.txtTitle.Location = New System.Drawing.Point(59, 6)
  78.         Me.txtTitle.Name = "txtTitle"
  79.         Me.txtTitle.Size = New System.Drawing.Size(281, 20)
  80.         Me.txtTitle.TabIndex = 5
  81.         '
  82.         'txtURL
  83.         '
  84.         Me.txtURL.Location = New System.Drawing.Point(60, 32)
  85.         Me.txtURL.Name = "txtURL"
  86.         Me.txtURL.Size = New System.Drawing.Size(281, 20)
  87.         Me.txtURL.TabIndex = 7
  88.         '
  89.         'Label3
  90.         '
  91.         Me.Label3.AutoSize = True
  92.         Me.Label3.Location = New System.Drawing.Point(13, 35)
  93.         Me.Label3.Name = "Label3"
  94.         Me.Label3.Size = New System.Drawing.Size(32, 13)
  95.         Me.Label3.TabIndex = 6
  96.         Me.Label3.Text = "URL:"
  97.         '
  98.         'frmAddRSS
  99.         '
  100.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  101.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  102.         Me.ClientSize = New System.Drawing.Size(353, 118)
  103.         Me.Controls.Add(Me.txtURL)
  104.         Me.Controls.Add(Me.Label3)
  105.         Me.Controls.Add(Me.txtTitle)
  106.         Me.Controls.Add(Me.Label2)
  107.         Me.Controls.Add(Me.Label1)
  108.         Me.Controls.Add(Me.cboGroups)
  109.         Me.Controls.Add(Me.btnCancel)
  110.         Me.Controls.Add(Me.btnAdd)
  111.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  112.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  113.         Me.MaximizeBox = False
  114.         Me.MinimizeBox = False
  115.         Me.Name = "frmAddRSS"
  116.         Me.ShowInTaskbar = False
  117.         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
  118.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  119.         Me.Text = "RSS"
  120.         Me.ResumeLayout(False)
  121.         Me.PerformLayout()
  122.     End Sub
  123.     Friend WithEvents btnAdd As System.Windows.Forms.Button
  124.     Friend WithEvents btnCancel As System.Windows.Forms.Button
  125.     Friend WithEvents cboGroups As System.Windows.Forms.ComboBox
  126.     Friend WithEvents Label1 As System.Windows.Forms.Label
  127.     Friend WithEvents Label2 As System.Windows.Forms.Label
  128.     Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  129.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  130.     Friend WithEvents Label3 As System.Windows.Forms.Label
  131. End Class