Form1.Designer.vb 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3. Inherits System.Windows.Forms.Form
  4. 'Form 重写 Dispose,以清理组件列表。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Windows 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.SuspendLayout()
  23. '
  24. 'Form1
  25. '
  26. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  27. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  28. Me.ClientSize = New System.Drawing.Size(284, 262)
  29. Me.Name = "Form1"
  30. Me.Text = "Form1"
  31. Me.ResumeLayout(False)
  32. End Sub
  33. End Class