38 lines
1.2 KiB
VB.net
38 lines
1.2 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class UserControl1
|
|||
|
|
Inherits System.Windows.Forms.UserControl
|
|||
|
|
|
|||
|
|
'UserControl 重写释放以清理组件列表。
|
|||
|
|
<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.SuspendLayout
|
|||
|
|
'
|
|||
|
|
'UserControl1
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.Name = "UserControl1"
|
|||
|
|
Me.Size = New System.Drawing.Size(452, 380)
|
|||
|
|
Me.ResumeLayout(false)
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
End Class
|