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

📄 form1.designer.vb

📁 SQL Server 业已成为最为流行的几大数据库之一
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    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.btCreate = New System.Windows.Forms.Button
        Me.btDrop = New System.Windows.Forms.Button
        Me.textInput = New System.Windows.Forms.TextBox
        Me.服务器所含数据库 = New System.Windows.Forms.GroupBox
        Me.ListView1 = New System.Windows.Forms.ListView
        Me.label1 = New System.Windows.Forms.Label
        Me.服务器所含数据库.SuspendLayout()
        Me.SuspendLayout()
        '
        'btCreate
        '
        Me.btCreate.Location = New System.Drawing.Point(12, 22)
        Me.btCreate.Name = "btCreate"
        Me.btCreate.Size = New System.Drawing.Size(75, 23)
        Me.btCreate.TabIndex = 1
        Me.btCreate.Text = "创建数据库"
        Me.btCreate.UseVisualStyleBackColor = True
        '
        'btDrop
        '
        Me.btDrop.Location = New System.Drawing.Point(107, 22)
        Me.btDrop.Name = "btDrop"
        Me.btDrop.Size = New System.Drawing.Size(75, 23)
        Me.btDrop.TabIndex = 2
        Me.btDrop.Text = "删除数据库"
        Me.btDrop.UseVisualStyleBackColor = True
        '
        'textInput
        '
        Me.textInput.Location = New System.Drawing.Point(139, 58)
        Me.textInput.Name = "textInput"
        Me.textInput.Size = New System.Drawing.Size(100, 21)
        Me.textInput.TabIndex = 3
        '
        '服务器所含数据库
        '
        Me.服务器所含数据库.Controls.Add(Me.ListView1)
        Me.服务器所含数据库.Location = New System.Drawing.Point(3, 90)
        Me.服务器所含数据库.Name = "服务器所含数据库"
        Me.服务器所含数据库.Size = New System.Drawing.Size(343, 152)
        Me.服务器所含数据库.TabIndex = 4
        Me.服务器所含数据库.TabStop = False
        Me.服务器所含数据库.Text = "SQL SERVER服务器上的数据库"
        '
        'ListView1
        '
        Me.ListView1.Location = New System.Drawing.Point(6, 18)
        Me.ListView1.Name = "ListView1"
        Me.ListView1.Size = New System.Drawing.Size(331, 128)
        Me.ListView1.TabIndex = 1
        Me.ListView1.UseCompatibleStateImageBehavior = False
        '
        'label1
        '
        Me.label1.AutoSize = True
        Me.label1.Location = New System.Drawing.Point(10, 62)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(125, 12)
        Me.label1.TabIndex = 5
        Me.label1.Text = "输入要创建的数据库名"
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(351, 242)
        Me.Controls.Add(Me.label1)
        Me.Controls.Add(Me.服务器所含数据库)
        Me.Controls.Add(Me.textInput)
        Me.Controls.Add(Me.btDrop)
        Me.Controls.Add(Me.btCreate)
        Me.Name = "Form1"
        Me.Text = "使用Ado创建数据库"
        Me.服务器所含数据库.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btCreate As System.Windows.Forms.Button
    Friend WithEvents btDrop As System.Windows.Forms.Button
    Friend WithEvents textInput As System.Windows.Forms.TextBox
    Friend WithEvents 服务器所含数据库 As System.Windows.Forms.GroupBox
    Friend WithEvents ListView1 As System.Windows.Forms.ListView
    Friend WithEvents label1 As System.Windows.Forms.Label

End Class

⌨️ 快捷键说明

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