?? dataform3.vb
字號:
Public Class DataForm3
Inherits System.Windows.Forms.Form
#Region " Windows 窗體設(shè)計(jì)器生成的代碼 "
Public Sub New()
MyBase.New()
'該調(diào)用是 Windows 窗體設(shè)計(jì)器所必需的。
InitializeComponent()
'在 InitializeComponent() 調(diào)用之后添加任何初始化
End Sub
'窗體重寫 dispose 以清理組件列表。
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
'Windows 窗體設(shè)計(jì)器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計(jì)器所必需的
'可以使用 Windows 窗體設(shè)計(jì)器修改此過程。
'不要使用代碼編輯器修改它。
Friend WithEvents btnLoad As System.Windows.Forms.Button
Friend WithEvents lbladdress As System.Windows.Forms.Label
Friend WithEvents lblbirth As System.Windows.Forms.Label
Friend WithEvents lblbp As System.Windows.Forms.Label
Friend WithEvents lbldemo As System.Windows.Forms.Label
Friend WithEvents lblemail As System.Windows.Forms.Label
Friend WithEvents editaddress As System.Windows.Forms.TextBox
Friend WithEvents editbirth As System.Windows.Forms.TextBox
Friend WithEvents editbp As System.Windows.Forms.TextBox
Friend WithEvents editdemo As System.Windows.Forms.TextBox
Friend WithEvents editemail As System.Windows.Forms.TextBox
Friend WithEvents lblid As System.Windows.Forms.Label
Friend WithEvents lblmobile As System.Windows.Forms.Label
Friend WithEvents lblname As System.Windows.Forms.Label
Friend WithEvents lblpc As System.Windows.Forms.Label
Friend WithEvents lblphone As System.Windows.Forms.Label
Friend WithEvents editid As System.Windows.Forms.TextBox
Friend WithEvents editmobile As System.Windows.Forms.TextBox
Friend WithEvents editname As System.Windows.Forms.TextBox
Friend WithEvents editpc As System.Windows.Forms.TextBox
Friend WithEvents editphone As System.Windows.Forms.TextBox
Friend WithEvents btnNavFirst As System.Windows.Forms.Button
Friend WithEvents btnNavPrev As System.Windows.Forms.Button
Friend WithEvents lblNavLocation As System.Windows.Forms.Label
Friend WithEvents btnNavNext As System.Windows.Forms.Button
Friend WithEvents btnLast As System.Windows.Forms.Button
Friend WithEvents btnAdd As System.Windows.Forms.Button
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents OleDbDataAdapter1 As System.Data.OleDb.OleDbDataAdapter
Friend WithEvents OleDbSelectCommand1 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbInsertCommand1 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbUpdateCommand1 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbDeleteCommand1 As System.Data.OleDb.OleDbCommand
Friend WithEvents OleDbConnection1 As System.Data.OleDb.OleDbConnection
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.btnLoad = New System.Windows.Forms.Button
Me.lbladdress = New System.Windows.Forms.Label
Me.lblbirth = New System.Windows.Forms.Label
Me.lblbp = New System.Windows.Forms.Label
Me.lbldemo = New System.Windows.Forms.Label
Me.lblemail = New System.Windows.Forms.Label
Me.editaddress = New System.Windows.Forms.TextBox
Me.editbirth = New System.Windows.Forms.TextBox
Me.editbp = New System.Windows.Forms.TextBox
Me.editdemo = New System.Windows.Forms.TextBox
Me.editemail = New System.Windows.Forms.TextBox
Me.lblid = New System.Windows.Forms.Label
Me.lblmobile = New System.Windows.Forms.Label
Me.lblname = New System.Windows.Forms.Label
Me.lblpc = New System.Windows.Forms.Label
Me.lblphone = New System.Windows.Forms.Label
Me.editid = New System.Windows.Forms.TextBox
Me.editmobile = New System.Windows.Forms.TextBox
Me.editname = New System.Windows.Forms.TextBox
Me.editpc = New System.Windows.Forms.TextBox
Me.editphone = New System.Windows.Forms.TextBox
Me.btnNavFirst = New System.Windows.Forms.Button
Me.btnNavPrev = New System.Windows.Forms.Button
Me.lblNavLocation = New System.Windows.Forms.Label
Me.btnNavNext = New System.Windows.Forms.Button
Me.btnLast = New System.Windows.Forms.Button
Me.btnAdd = New System.Windows.Forms.Button
Me.btnDelete = New System.Windows.Forms.Button
Me.btnCancel = New System.Windows.Forms.Button
Me.OleDbDataAdapter1 = New System.Data.OleDb.OleDbDataAdapter
Me.OleDbDeleteCommand1 = New System.Data.OleDb.OleDbCommand
Me.OleDbConnection1 = New System.Data.OleDb.OleDbConnection
Me.OleDbInsertCommand1 = New System.Data.OleDb.OleDbCommand
Me.OleDbSelectCommand1 = New System.Data.OleDb.OleDbCommand
Me.OleDbUpdateCommand1 = New System.Data.OleDb.OleDbCommand
Me.SuspendLayout()
'
'btnLoad
'
Me.btnLoad.Location = New System.Drawing.Point(10, 10)
Me.btnLoad.Name = "btnLoad"
Me.btnLoad.Size = New System.Drawing.Size(88, 23)
Me.btnLoad.TabIndex = 0
Me.btnLoad.Text = "加載(&L)"
'
'lbladdress
'
Me.lbladdress.Location = New System.Drawing.Point(10, 43)
Me.lbladdress.Name = "lbladdress"
Me.lbladdress.TabIndex = 1
Me.lbladdress.Text = "address"
'
'lblbirth
'
Me.lblbirth.Location = New System.Drawing.Point(10, 76)
Me.lblbirth.Name = "lblbirth"
Me.lblbirth.TabIndex = 2
Me.lblbirth.Text = "birth"
'
'lblbp
'
Me.lblbp.Location = New System.Drawing.Point(10, 109)
Me.lblbp.Name = "lblbp"
Me.lblbp.TabIndex = 3
Me.lblbp.Text = "bp"
'
'lbldemo
'
Me.lbldemo.Location = New System.Drawing.Point(10, 142)
Me.lbldemo.Name = "lbldemo"
Me.lbldemo.TabIndex = 4
Me.lbldemo.Text = "demo"
'
'lblemail
'
Me.lblemail.Location = New System.Drawing.Point(10, 175)
Me.lblemail.Name = "lblemail"
Me.lblemail.TabIndex = 5
Me.lblemail.Text = "email"
'
'editaddress
'
Me.editaddress.Location = New System.Drawing.Point(120, 43)
Me.editaddress.Name = "editaddress"
Me.editaddress.TabIndex = 6
Me.editaddress.Text = ""
'
'editbirth
'
Me.editbirth.Location = New System.Drawing.Point(120, 76)
Me.editbirth.Name = "editbirth"
Me.editbirth.TabIndex = 7
Me.editbirth.Text = ""
'
'editbp
'
Me.editbp.Location = New System.Drawing.Point(120, 109)
Me.editbp.Name = "editbp"
Me.editbp.TabIndex = 8
Me.editbp.Text = ""
'
'editdemo
'
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -