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

📄 datasets.designer.vb

📁 wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重推荐,电子书,电子书下载
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class DataSets
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

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

    '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.btnShowNwAttribsXsd = New System.Windows.Forms.Button
        Me.btnShowCustDs = New System.Windows.Forms.Button
        Me.btnShowNwXsd = New System.Windows.Forms.Button
        Me.btnLoadCustsDs = New System.Windows.Forms.Button
        Me.btnLoadNwDs = New System.Windows.Forms.Button
        Me.btnNWAttribs = New System.Windows.Forms.Button
        Me.NorthwindDS = New DataSetsFromNestedSchema.Northwind
        Me.CustomersDS = New DataSetsFromNestedSchema.Customers
        CType(Me.NorthwindDS, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.CustomersDS, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'btnShowNwAttribsXsd
        '
        Me.btnShowNwAttribsXsd.Location = New System.Drawing.Point(132, 193)
        Me.btnShowNwAttribsXsd.Name = "btnShowNwAttribsXsd"
        Me.btnShowNwAttribsXsd.Size = New System.Drawing.Size(137, 25)
        Me.btnShowNwAttribsXsd.TabIndex = 14
        Me.btnShowNwAttribsXsd.Text = "Display NWAttribs.xsd"
        '
        'btnShowCustDs
        '
        Me.btnShowCustDs.Location = New System.Drawing.Point(216, 63)
        Me.btnShowCustDs.Name = "btnShowCustDs"
        Me.btnShowCustDs.Size = New System.Drawing.Size(172, 24)
        Me.btnShowCustDs.TabIndex = 13
        Me.btnShowCustDs.Text = "Display CustomersDS.xsd"
        '
        'btnShowNwXsd
        '
        Me.btnShowNwXsd.Location = New System.Drawing.Point(23, 63)
        Me.btnShowNwXsd.Name = "btnShowNwXsd"
        Me.btnShowNwXsd.Size = New System.Drawing.Size(172, 24)
        Me.btnShowNwXsd.TabIndex = 12
        Me.btnShowNwXsd.Text = "Display NorthwindDS.xsd"
        '
        'btnLoadCustsDs
        '
        Me.btnLoadCustsDs.Location = New System.Drawing.Point(216, 23)
        Me.btnLoadCustsDs.Name = "btnLoadCustsDs"
        Me.btnLoadCustsDs.Size = New System.Drawing.Size(179, 23)
        Me.btnLoadCustsDs.TabIndex = 11
        Me.btnLoadCustsDs.Text = "Load and Display CustomersDS"
        '
        'btnLoadNwDs
        '
        Me.btnLoadNwDs.Location = New System.Drawing.Point(23, 23)
        Me.btnLoadNwDs.Name = "btnLoadNwDs"
        Me.btnLoadNwDs.Size = New System.Drawing.Size(172, 23)
        Me.btnLoadNwDs.TabIndex = 10
        Me.btnLoadNwDs.Text = "Load and Display NorthwindDS"
        '
        'btnNWAttribs
        '
        Me.btnNWAttribs.Location = New System.Drawing.Point(23, 152)
        Me.btnNWAttribs.Name = "btnNWAttribs"
        Me.btnNWAttribs.Size = New System.Drawing.Size(365, 23)
        Me.btnNWAttribs.TabIndex = 9
        Me.btnNWAttribs.Text = "Create and Display NWAttribs DataSet with Inferred Schema"
        '
        'NorthwindDS
        '
        Me.NorthwindDS.DataSetName = "Northwind"
        '
        'CustomersDS
        '
        Me.CustomersDS.DataSetName = "Customers"
        '
        'DataSets
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(423, 244)
        Me.Controls.Add(Me.btnShowNwAttribsXsd)
        Me.Controls.Add(Me.btnShowCustDs)
        Me.Controls.Add(Me.btnShowNwXsd)
        Me.Controls.Add(Me.btnLoadCustsDs)
        Me.Controls.Add(Me.btnLoadNwDs)
        Me.Controls.Add(Me.btnNWAttribs)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.Name = "DataSets"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "DataSets from Nested XML Infoset Documents"
        CType(Me.NorthwindDS, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.CustomersDS, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents btnShowNwAttribsXsd As System.Windows.Forms.Button
    Friend WithEvents btnShowCustDs As System.Windows.Forms.Button
    Friend WithEvents btnShowNwXsd As System.Windows.Forms.Button
    Friend WithEvents btnLoadCustsDs As System.Windows.Forms.Button
    Friend WithEvents btnLoadNwDs As System.Windows.Forms.Button
    Friend WithEvents btnNWAttribs As System.Windows.Forms.Button
    Friend WithEvents NorthwindDS As DataSetsFromNestedSchema.Northwind
    Friend WithEvents CustomersDS As DataSetsFromNestedSchema.Customers

End Class

⌨️ 快捷键说明

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