?? datasets.designer.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.btnSaveTables = New System.Windows.Forms.Button
Me.btnShowNwXsd = New System.Windows.Forms.Button
Me.btnLoadDetails = New System.Windows.Forms.Button
Me.btnLoadOrders = New System.Windows.Forms.Button
Me.btnLoadCustomers = New System.Windows.Forms.Button
Me.btnLoadNwDs = New System.Windows.Forms.Button
Me.Northwind = New DataSetsFromFlatSchema.Northwind
CType(Me.Northwind, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnSaveTables
'
Me.btnSaveTables.Enabled = False
Me.btnSaveTables.Location = New System.Drawing.Point(64, 228)
Me.btnSaveTables.Name = "btnSaveTables"
Me.btnSaveTables.Size = New System.Drawing.Size(125, 25)
Me.btnSaveTables.TabIndex = 13
Me.btnSaveTables.Text = "Save Tables"
'
'btnShowNwXsd
'
Me.btnShowNwXsd.Location = New System.Drawing.Point(43, 54)
Me.btnShowNwXsd.Name = "btnShowNwXsd"
Me.btnShowNwXsd.Size = New System.Drawing.Size(172, 25)
Me.btnShowNwXsd.TabIndex = 12
Me.btnShowNwXsd.Text = "Display Northwind.xsd"
'
'btnLoadDetails
'
Me.btnLoadDetails.Enabled = False
Me.btnLoadDetails.Location = New System.Drawing.Point(64, 196)
Me.btnLoadDetails.Name = "btnLoadDetails"
Me.btnLoadDetails.Size = New System.Drawing.Size(125, 25)
Me.btnLoadDetails.TabIndex = 11
Me.btnLoadDetails.Text = "Load Details Table"
'
'btnLoadOrders
'
Me.btnLoadOrders.Enabled = False
Me.btnLoadOrders.Location = New System.Drawing.Point(64, 164)
Me.btnLoadOrders.Name = "btnLoadOrders"
Me.btnLoadOrders.Size = New System.Drawing.Size(125, 25)
Me.btnLoadOrders.TabIndex = 10
Me.btnLoadOrders.Text = "Load Orders Table"
'
'btnLoadCustomers
'
Me.btnLoadCustomers.Location = New System.Drawing.Point(64, 132)
Me.btnLoadCustomers.Name = "btnLoadCustomers"
Me.btnLoadCustomers.Size = New System.Drawing.Size(125, 25)
Me.btnLoadCustomers.TabIndex = 9
Me.btnLoadCustomers.Text = "Load Customers Table"
'
'btnLoadNwDs
'
Me.btnLoadNwDs.Location = New System.Drawing.Point(43, 22)
Me.btnLoadNwDs.Name = "btnLoadNwDs"
Me.btnLoadNwDs.Size = New System.Drawing.Size(172, 25)
Me.btnLoadNwDs.TabIndex = 8
Me.btnLoadNwDs.Text = "Load and Display Northwind.xml"
'
'Northwind
'
Me.Northwind.DataSetName = "Northwind"
'
'DataSets
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(256, 280)
Me.Controls.Add(Me.btnSaveTables)
Me.Controls.Add(Me.btnShowNwXsd)
Me.Controls.Add(Me.btnLoadDetails)
Me.Controls.Add(Me.btnLoadOrders)
Me.Controls.Add(Me.btnLoadCustomers)
Me.Controls.Add(Me.btnLoadNwDs)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.Name = "DataSets"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "DataSets from Flat Schema"
CType(Me.Northwind, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents btnSaveTables As System.Windows.Forms.Button
Friend WithEvents btnShowNwXsd As System.Windows.Forms.Button
Friend WithEvents btnLoadDetails As System.Windows.Forms.Button
Friend WithEvents btnLoadOrders As System.Windows.Forms.Button
Friend WithEvents btnLoadCustomers As System.Windows.Forms.Button
Friend WithEvents btnLoadNwDs As System.Windows.Forms.Button
Friend WithEvents Northwind As DataSetsFromFlatSchema.Northwind
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -