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

📄 databaseobject.designer.vb

📁 SQL Server 业已成为最为流行的几大数据库之一
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DatabaseObject
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Label1 = New System.Windows.Forms.Label
        Me.cbDatabases = New System.Windows.Forms.ComboBox
        Me.lbRecords = New System.Windows.Forms.ListBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.cbTables = New System.Windows.Forms.ComboBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.btJob = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(55, 23)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(149, 12)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "当前服务器中所含数据库:"
        '
        'cbDatabases
        '
        Me.cbDatabases.FormattingEnabled = True
        Me.cbDatabases.Location = New System.Drawing.Point(74, 44)
        Me.cbDatabases.Name = "cbDatabases"
        Me.cbDatabases.Size = New System.Drawing.Size(121, 20)
        Me.cbDatabases.TabIndex = 1
        '
        'lbRecords
        '
        Me.lbRecords.FormattingEnabled = True
        Me.lbRecords.HorizontalScrollbar = True
        Me.lbRecords.ItemHeight = 12
        Me.lbRecords.Location = New System.Drawing.Point(26, 161)
        Me.lbRecords.Name = "lbRecords"
        Me.lbRecords.Size = New System.Drawing.Size(238, 100)
        Me.lbRecords.TabIndex = 2
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(55, 72)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(149, 12)
        Me.Label2.TabIndex = 3
        Me.Label2.Text = "当前数据库中所含数据表:"
        '
        'cbTables
        '
        Me.cbTables.FormattingEnabled = True
        Me.cbTables.Location = New System.Drawing.Point(74, 88)
        Me.cbTables.Name = "cbTables"
        Me.cbTables.Size = New System.Drawing.Size(121, 20)
        Me.cbTables.TabIndex = 4
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(26, 143)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(101, 12)
        Me.Label3.TabIndex = 5
        Me.Label3.Text = "当前数据表结构:"
        '
        'btJob
        '
        Me.btJob.Location = New System.Drawing.Point(149, 123)
        Me.btJob.Name = "btJob"
        Me.btJob.Size = New System.Drawing.Size(131, 23)
        Me.btJob.TabIndex = 6
        Me.btJob.Text = "添加数据库检查任务"
        Me.btJob.UseVisualStyleBackColor = True
        '
        'DatabaseObject
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(292, 273)
        Me.Controls.Add(Me.btJob)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.cbTables)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.lbRecords)
        Me.Controls.Add(Me.cbDatabases)
        Me.Controls.Add(Me.Label1)
        Me.Name = "DatabaseObject"
        Me.Text = "Form1"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents cbDatabases As System.Windows.Forms.ComboBox
    Friend WithEvents lbRecords As System.Windows.Forms.ListBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents cbTables As System.Windows.Forms.ComboBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents btJob As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

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