⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dataform1.vb

📁 Mastering VBNet Include Source Code
💻 VB
📖 第 1 页 / 共 5 页
字号:
Public Class DataForm1
    Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "

    Public Sub New()
        MyBase.New()

        'This call is required by the Windows Form Designer.
        InitializeComponent()

        'Add any initialization after the InitializeComponent() call

    End Sub

    'Form overrides dispose to clean up the component list.
    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 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 OleDbSelectCommand2 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbInsertCommand2 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbUpdateCommand2 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbDeleteCommand2 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbSelectCommand3 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbInsertCommand3 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbUpdateCommand3 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbDeleteCommand3 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbSelectCommand4 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbInsertCommand4 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbUpdateCommand4 As System.Data.OleDb.OleDbCommand
    Friend WithEvents OleDbDeleteCommand4 As System.Data.OleDb.OleDbCommand
    Friend WithEvents objDSProducts As EditProcuts.DSProducts
    Friend WithEvents OleDbConnection1 As System.Data.OleDb.OleDbConnection
    Friend WithEvents OleDbDataAdapter1 As System.Data.OleDb.OleDbDataAdapter
    Friend WithEvents OleDbDataAdapter2 As System.Data.OleDb.OleDbDataAdapter
    Friend WithEvents OleDbDataAdapter3 As System.Data.OleDb.OleDbDataAdapter
    Friend WithEvents btnLoad As System.Windows.Forms.Button
    Friend WithEvents btnUpdate As System.Windows.Forms.Button
    Friend WithEvents btnCancelAll As System.Windows.Forms.Button
    Friend WithEvents mfp_lblProductID As System.Windows.Forms.Label
    Friend WithEvents mfp_lblProductName As System.Windows.Forms.Label
    Friend WithEvents mfp_lblSupplierID As System.Windows.Forms.Label
    Friend WithEvents mfp_lblCategoryID As System.Windows.Forms.Label
    Friend WithEvents mfp_lblQuantityPerUnit As System.Windows.Forms.Label
    Friend WithEvents mfp_editProductID As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editProductName As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editSupplierID As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editCategoryID As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editQuantityPerUnit As System.Windows.Forms.TextBox
    Friend WithEvents mfp_lblUnitPrice As System.Windows.Forms.Label
    Friend WithEvents mfp_lblUnitsInStock As System.Windows.Forms.Label
    Friend WithEvents mfp_lblUnitsOnOrder As System.Windows.Forms.Label
    Friend WithEvents mfp_lblReorderLevel As System.Windows.Forms.Label
    Friend WithEvents mfp_lblDiscontinued As System.Windows.Forms.Label
    Friend WithEvents mfp_editUnitPrice As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editUnitsInStock As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editUnitsOnOrder As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editReorderLevel As System.Windows.Forms.TextBox
    Friend WithEvents mfp_editDiscontinued As System.Windows.Forms.CheckBox
    Friend WithEvents mfp_btnNavFirst As System.Windows.Forms.Button
    Friend WithEvents mfp_btnNavPrev As System.Windows.Forms.Button
    Friend WithEvents mfp_lblNavLocation As System.Windows.Forms.Label
    Friend WithEvents mfp_btnNavNext As System.Windows.Forms.Button
    Friend WithEvents mfp_btnNavLast As System.Windows.Forms.Button
    Friend WithEvents mfp_btnAdd As System.Windows.Forms.Button
    Friend WithEvents mfp_btnDelete As System.Windows.Forms.Button
    Friend WithEvents mfp_btnCancel As System.Windows.Forms.Button
    Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
    Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.Container

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.mfp_editProductID = New System.Windows.Forms.TextBox()
        Me.objDSProducts = New EditProcuts.DSProducts()
        Me.mfp_lblSupplierID = New System.Windows.Forms.Label()
        Me.mfp_editUnitsOnOrder = New System.Windows.Forms.TextBox()
        Me.mfp_lblQuantityPerUnit = New System.Windows.Forms.Label()
        Me.OleDbUpdateCommand4 = New System.Data.OleDb.OleDbCommand()
        Me.OleDbConnection1 = New System.Data.OleDb.OleDbConnection()
        Me.mfp_lblCategoryID = New System.Windows.Forms.Label()
        Me.btnUpdate = New System.Windows.Forms.Button()
        Me.btnCancelAll = New System.Windows.Forms.Button()
        Me.mfp_lblDiscontinued = New System.Windows.Forms.Label()
        Me.OleDbDeleteCommand1 = New System.Data.OleDb.OleDbCommand()
        Me.mfp_lblUnitsInStock = New System.Windows.Forms.Label()
        Me.OleDbInsertCommand2 = New System.Data.OleDb.OleDbCommand()
        Me.OleDbInsertCommand3 = New System.Data.OleDb.OleDbCommand()
        Me.OleDbInsertCommand1 = New System.Data.OleDb.OleDbCommand()
        Me.OleDbInsertCommand4 = New System.Data.OleDb.OleDbCommand()
        Me.ComboBox2 = New System.Windows.Forms.ComboBox()
        Me.ComboBox1 = New System.Windows.Forms.ComboBox()
        Me.OleDbDataAdapter1 = New System.Data.OleDb.OleDbDataAdapter()

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -