最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Visual Basic 6.0 控件和 .NET 控件的区别后记
时间:2022-07-02 11:58:35 编辑:袖梨 来源:一聚教程网
Public Class frmTest
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'Windows 窗体设计器必需此调用。
InitializeComponent()
'调用 InitializeComponent() 后添加初始化。
End Sub
'窗体覆盖配置以清除组件列表。Protected Overloads Overrides Sub Dispose
(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
'Windows 窗体设计器所必需。
Private components As System.ComponentModel.Container
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'Windows 窗体设计器必需此调用。
InitializeComponent()
'调用 InitializeComponent() 后添加初始化。
End Sub
'窗体覆盖配置以清除组件列表。Protected Overloads Overrides Sub Dispose
(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
'Windows 窗体设计器所必需。
Private components As System.ComponentModel.Container
相关文章
- 96345如何助你快速找到钟点工 03-29
- 我的常德app如何交学费 03-29
- 如何登录网易163免费邮箱 03-29
- 腾讯会议直达入口地址在哪 03-29
- 小宇宙app如何标记喜欢的单集 03-29
- 如何查看12306已完成订单详情 03-29