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

📄 datatables.designer.vb

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

    <System.Diagnostics.DebuggerNonUserCode()> _
    Public Sub New()
        MyBase.New()

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

    End Sub

    '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.btnShowSchema = New System.Windows.Forms.Button
        Me.dgvSchema = New System.Windows.Forms.DataGridView
        Me.btnShowDiffGram = New System.Windows.Forms.Button
        Me.btnShowDataSet = New System.Windows.Forms.Button
        Me.btnShowData = New System.Windows.Forms.Button
        Me.btnReadXML = New System.Windows.Forms.Button
        Me.chkAddNS = New System.Windows.Forms.CheckBox
        Me.btnReloadNS = New System.Windows.Forms.Button
        Me.dgvCusts = New System.Windows.Forms.DataGridView
        CType(Me.dgvSchema, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.dgvCusts, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'btnShowSchema
        '
        Me.btnShowSchema.Enabled = False
        Me.btnShowSchema.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnShowSchema.Location = New System.Drawing.Point(136, 275)
        Me.btnShowSchema.Name = "btnShowSchema"
        Me.btnShowSchema.Size = New System.Drawing.Size(89, 26)
        Me.btnShowSchema.TabIndex = 20
        Me.btnShowSchema.Text = "Show Schema"
        '
        'dgvSchema
        '
        Me.dgvSchema.Location = New System.Drawing.Point(13, 310)
        Me.dgvSchema.Name = "dgvSchema"
        Me.dgvSchema.Size = New System.Drawing.Size(491, 121)
        Me.dgvSchema.TabIndex = 19
        '
        'btnShowDiffGram
        '
        Me.btnShowDiffGram.Enabled = False
        Me.btnShowDiffGram.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnShowDiffGram.Location = New System.Drawing.Point(408, 274)
        Me.btnShowDiffGram.Name = "btnShowDiffGram"
        Me.btnShowDiffGram.Size = New System.Drawing.Size(95, 26)
        Me.btnShowDiffGram.TabIndex = 17
        Me.btnShowDiffGram.Text = "Show DiffGram"
        Me.btnShowDiffGram.Visible = False
        '
        'btnShowDataSet
        '
        Me.btnShowDataSet.Enabled = False
        Me.btnShowDataSet.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnShowDataSet.Location = New System.Drawing.Point(272, 275)
        Me.btnShowDataSet.Name = "btnShowDataSet"
        Me.btnShowDataSet.Size = New System.Drawing.Size(89, 26)
        Me.btnShowDataSet.TabIndex = 16
        Me.btnShowDataSet.Text = "Show DataSet"
        Me.btnShowDataSet.Visible = False
        '
        'btnShowData
        '
        Me.btnShowData.Enabled = False
        Me.btnShowData.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnShowData.Location = New System.Drawing.Point(12, 274)
        Me.btnShowData.Name = "btnShowData"
        Me.btnShowData.Size = New System.Drawing.Size(77, 26)
        Me.btnShowData.TabIndex = 15
        Me.btnShowData.Text = "Show Data"
        Me.btnShowData.Visible = False
        '
        'btnReadXML
        '
        Me.btnReadXML.Enabled = False
        Me.btnReadXML.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnReadXML.Location = New System.Drawing.Point(372, 242)
        Me.btnReadXML.Margin = New System.Windows.Forms.Padding(1, 3, 3, 3)
        Me.btnReadXML.Name = "btnReadXML"
        Me.btnReadXML.Size = New System.Drawing.Size(132, 26)
        Me.btnReadXML.TabIndex = 14
        Me.btnReadXML.Text = "Reload from XML Files"
        '
        'chkAddNS
        '
        Me.chkAddNS.AutoSize = True
        Me.chkAddNS.Location = New System.Drawing.Point(211, 242)
        Me.chkAddNS.Margin = New System.Windows.Forms.Padding(3, 3, 2, 3)
        Me.chkAddNS.Name = "chkAddNS"
        Me.chkAddNS.Size = New System.Drawing.Size(101, 17)
        Me.chkAddNS.TabIndex = 13
        Me.chkAddNS.Text = "Add Namespace"
        '
        'btnReloadNS
        '
        Me.btnReloadNS.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.btnReloadNS.Location = New System.Drawing.Point(12, 239)
        Me.btnReloadNS.Name = "btnReloadNS"
        Me.btnReloadNS.Size = New System.Drawing.Size(132, 26)
        Me.btnReloadNS.TabIndex = 12
        Me.btnReloadNS.Text = "Reload from Database"
        '
        'dgvCusts
        '
        Me.dgvCusts.Location = New System.Drawing.Point(12, 12)
        Me.dgvCusts.Name = "dgvCusts"
        Me.dgvCusts.Size = New System.Drawing.Size(492, 216)
        Me.dgvCusts.TabIndex = 11
        '
        'frmDataTables
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(519, 443)
        Me.Controls.Add(Me.btnShowSchema)
        Me.Controls.Add(Me.dgvSchema)
        Me.Controls.Add(Me.btnShowDiffGram)
        Me.Controls.Add(Me.btnShowDataSet)
        Me.Controls.Add(Me.btnShowData)
        Me.Controls.Add(Me.btnReadXML)
        Me.Controls.Add(Me.chkAddNS)
        Me.Controls.Add(Me.btnReloadNS)
        Me.Controls.Add(Me.dgvCusts)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.Name = "frmDataTables"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Standalone DataTables"
        CType(Me.dgvSchema, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.dgvCusts, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btnShowSchema As System.Windows.Forms.Button
    Friend WithEvents dgvSchema As System.Windows.Forms.DataGridView
    Friend WithEvents btnShowDiffGram As System.Windows.Forms.Button
    Friend WithEvents btnShowDataSet As System.Windows.Forms.Button
    Friend WithEvents btnShowData As System.Windows.Forms.Button
    Friend WithEvents btnReadXML As System.Windows.Forms.Button
    Friend WithEvents chkAddNS As System.Windows.Forms.CheckBox
    Friend WithEvents btnReloadNS As System.Windows.Forms.Button
    Friend WithEvents dgvCusts As System.Windows.Forms.DataGridView

End Class

⌨️ 快捷键说明

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