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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class InfoBar
  3.     Inherits System.Windows.Forms.UserControl
  4.     'UserControl 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.Label1 = New System.Windows.Forms.Label
  20.         Me.pbClose = New System.Windows.Forms.PictureBox
  21.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  22.         CType(Me.pbClose, System.ComponentModel.ISupportInitialize).BeginInit()
  23.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  24.         Me.SuspendLayout()
  25.         '
  26.         'Label1
  27.         '
  28.         Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
  29.         Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill
  30.         Me.Label1.Location = New System.Drawing.Point(21, 0)
  31.         Me.Label1.Name = "Label1"
  32.         Me.Label1.Size = New System.Drawing.Size(581, 19)
  33.         Me.Label1.TabIndex = 1
  34.         Me.Label1.Text = "浏览器阻止了一个弹出窗口 详细请 点击 .李志刚祝您上网愉快"
  35.         Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  36.         '
  37.         'pbClose
  38.         '
  39.         Me.pbClose.Dock = System.Windows.Forms.DockStyle.Right
  40.         Me.pbClose.Image = Global.Ie7Clone.My.Resources.Resources.Delete16
  41.         Me.pbClose.Location = New System.Drawing.Point(584, 0)
  42.         Me.pbClose.Name = "pbClose"
  43.         Me.pbClose.Size = New System.Drawing.Size(18, 19)
  44.         Me.pbClose.TabIndex = 2
  45.         Me.pbClose.TabStop = False
  46.         '
  47.         'PictureBox1
  48.         '
  49.         Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Left
  50.         Me.PictureBox1.Image = Global.Ie7Clone.My.Resources.Resources.popBlocked
  51.         Me.PictureBox1.Location = New System.Drawing.Point(0, 0)
  52.         Me.PictureBox1.Name = "PictureBox1"
  53.         Me.PictureBox1.Size = New System.Drawing.Size(21, 19)
  54.         Me.PictureBox1.TabIndex = 0
  55.         Me.PictureBox1.TabStop = False
  56.         '
  57.         'InfoBar
  58.         '
  59.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  60.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  61.         Me.BackColor = System.Drawing.SystemColors.Info
  62.         Me.Controls.Add(Me.pbClose)
  63.         Me.Controls.Add(Me.Label1)
  64.         Me.Controls.Add(Me.PictureBox1)
  65.         Me.Name = "InfoBar"
  66.         Me.Size = New System.Drawing.Size(602, 19)
  67.         CType(Me.pbClose, System.ComponentModel.ISupportInitialize).EndInit()
  68.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  69.         Me.ResumeLayout(False)
  70.     End Sub
  71.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  72.     Friend WithEvents Label1 As System.Windows.Forms.Label
  73.     Friend WithEvents pbClose As System.Windows.Forms.PictureBox
  74. End Class