69 lines
2.8 KiB
VB.net
69 lines
2.8 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class Downoading
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|||
|
|
Try
|
|||
|
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
|
components.Dispose()
|
|||
|
|
End If
|
|||
|
|
Finally
|
|||
|
|
MyBase.Dispose(disposing)
|
|||
|
|
End Try
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
'Windows 窗体设计器所必需的
|
|||
|
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|
|||
|
|
'注意: 以下过程是 Windows 窗体设计器所必需的
|
|||
|
|
'可以使用 Windows 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Me.components = New System.ComponentModel.Container()
|
|||
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Downoading))
|
|||
|
|
Me.ImageList11 = New System.Windows.Forms.ImageList(Me.components)
|
|||
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'ImageList11
|
|||
|
|
'
|
|||
|
|
Me.ImageList11.ImageStream = CType(resources.GetObject("ImageList11.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|||
|
|
Me.ImageList11.TransparentColor = System.Drawing.Color.Transparent
|
|||
|
|
Me.ImageList11.Images.SetKeyName(0, "0188.gif")
|
|||
|
|
'
|
|||
|
|
'Label2
|
|||
|
|
'
|
|||
|
|
Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.Label2.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.Label2.Name = "Label2"
|
|||
|
|
Me.Label2.Size = New System.Drawing.Size(236, 46)
|
|||
|
|
Me.Label2.TabIndex = 1
|
|||
|
|
Me.Label2.Text = "正在下载请稍后...."
|
|||
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
|
'
|
|||
|
|
'Form1
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.BackgroundImage = Global.BLV_Studio.My.Resources.Resources._01881
|
|||
|
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(236, 46)
|
|||
|
|
Me.Controls.Add(Me.Label2)
|
|||
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|||
|
|
Me.MaximizeBox = False
|
|||
|
|
Me.MinimizeBox = False
|
|||
|
|
Me.Name = "Form1"
|
|||
|
|
Me.ShowIcon = False
|
|||
|
|
Me.ShowInTaskbar = False
|
|||
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
|
Me.TopMost = True
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents ImageList11 As ImageList
|
|||
|
|
Friend WithEvents Label2 As Label
|
|||
|
|
End Class
|