InfoBar.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:3k
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class InfoBar
- Inherits System.Windows.Forms.UserControl
- 'UserControl 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.Label1 = New System.Windows.Forms.Label
- Me.pbClose = New System.Windows.Forms.PictureBox
- Me.PictureBox1 = New System.Windows.Forms.PictureBox
- CType(Me.pbClose, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Label1.Location = New System.Drawing.Point(21, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(581, 19)
- Me.Label1.TabIndex = 1
- Me.Label1.Text = "浏览器阻止了一个弹出窗口 详细请 点击 .李志刚祝您上网愉快"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'pbClose
- '
- Me.pbClose.Dock = System.Windows.Forms.DockStyle.Right
- Me.pbClose.Image = Global.Ie7Clone.My.Resources.Resources.Delete16
- Me.pbClose.Location = New System.Drawing.Point(584, 0)
- Me.pbClose.Name = "pbClose"
- Me.pbClose.Size = New System.Drawing.Size(18, 19)
- Me.pbClose.TabIndex = 2
- Me.pbClose.TabStop = False
- '
- 'PictureBox1
- '
- Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Left
- Me.PictureBox1.Image = Global.Ie7Clone.My.Resources.Resources.popBlocked
- Me.PictureBox1.Location = New System.Drawing.Point(0, 0)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(21, 19)
- Me.PictureBox1.TabIndex = 0
- Me.PictureBox1.TabStop = False
- '
- 'InfoBar
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.SystemColors.Info
- Me.Controls.Add(Me.pbClose)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.PictureBox1)
- Me.Name = "InfoBar"
- Me.Size = New System.Drawing.Size(602, 19)
- CType(Me.pbClose, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents pbClose As System.Windows.Forms.PictureBox
- End Class