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

📄 connectsqlserver.designer.vb

📁 SQL Server 业已成为最为流行的几大数据库之一
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ConnectSqlServer
    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.cbServerList = New System.Windows.Forms.ComboBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Button1 = New System.Windows.Forms.Button
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.lbDbList = New System.Windows.Forms.ListBox
        Me.btTbInfo = New System.Windows.Forms.Button
        Me.btAddJop = New System.Windows.Forms.Button
        Me.btBackup = New System.Windows.Forms.Button
        Me.btRestore = New System.Windows.Forms.Button
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'cbServerList
        '
        Me.cbServerList.FormattingEnabled = True
        Me.cbServerList.Location = New System.Drawing.Point(29, 61)
        Me.cbServerList.Name = "cbServerList"
        Me.cbServerList.Size = New System.Drawing.Size(121, 20)
        Me.cbServerList.TabIndex = 0
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(17, 40)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(173, 12)
        Me.Label1.TabIndex = 1
        Me.Label1.Text = "当前可以访问的数据库服务器:"
        '
        'Button1
        '
        Me.Button1.Location = New System.Drawing.Point(210, 57)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(75, 23)
        Me.Button1.TabIndex = 2
        Me.Button1.Text = "登录"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.lbDbList)
        Me.GroupBox1.Location = New System.Drawing.Point(12, 107)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(268, 124)
        Me.GroupBox1.TabIndex = 3
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "当前数据库服务器中所含数据库:"
        '
        'lbDbList
        '
        Me.lbDbList.FormattingEnabled = True
        Me.lbDbList.ItemHeight = 12
        Me.lbDbList.Location = New System.Drawing.Point(7, 21)
        Me.lbDbList.Name = "lbDbList"
        Me.lbDbList.Size = New System.Drawing.Size(248, 88)
        Me.lbDbList.Sorted = True
        Me.lbDbList.TabIndex = 0
        '
        'btTbInfo
        '
        Me.btTbInfo.Location = New System.Drawing.Point(101, 254)
        Me.btTbInfo.Name = "btTbInfo"
        Me.btTbInfo.Size = New System.Drawing.Size(98, 23)
        Me.btTbInfo.TabIndex = 4
        Me.btTbInfo.Text = "查看表信息..."
        Me.btTbInfo.UseVisualStyleBackColor = True
        '
        'btAddJop
        '
        Me.btAddJop.Location = New System.Drawing.Point(7, 254)
        Me.btAddJop.Name = "btAddJop"
        Me.btAddJop.Size = New System.Drawing.Size(86, 23)
        Me.btAddJop.TabIndex = 5
        Me.btAddJop.Text = "检查数据库"
        Me.btAddJop.UseVisualStyleBackColor = True
        '
        'btBackup
        '
        Me.btBackup.Location = New System.Drawing.Point(212, 254)
        Me.btBackup.Name = "btBackup"
        Me.btBackup.Size = New System.Drawing.Size(75, 23)
        Me.btBackup.TabIndex = 6
        Me.btBackup.Text = "备份"
        Me.btBackup.UseVisualStyleBackColor = True
        '
        'btRestore
        '
        Me.btRestore.Location = New System.Drawing.Point(7, 291)
        Me.btRestore.Name = "btRestore"
        Me.btRestore.Size = New System.Drawing.Size(86, 23)
        Me.btRestore.TabIndex = 7
        Me.btRestore.Text = "恢  复"
        Me.btRestore.UseVisualStyleBackColor = True
        '
        'ConnectSqlServer
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(293, 326)
        Me.Controls.Add(Me.btRestore)
        Me.Controls.Add(Me.btBackup)
        Me.Controls.Add(Me.btAddJop)
        Me.Controls.Add(Me.btTbInfo)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.Button1)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.cbServerList)
        Me.Name = "ConnectSqlServer"
        Me.Text = "连接到sqlserver"
        Me.GroupBox1.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents cbServerList As System.Windows.Forms.ComboBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents lbDbList As System.Windows.Forms.ListBox
    Friend WithEvents btTbInfo As System.Windows.Forms.Button
    Friend WithEvents btAddJop As System.Windows.Forms.Button
    Friend WithEvents btBackup As System.Windows.Forms.Button
    Friend WithEvents btRestore As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

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