mainform.designer.vb

来自「SQL Server 业已成为最为流行的几大数据库之一」· VB 代码 · 共 96 行

VB
96
字号
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainForm
    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.BtBroker = New System.Windows.Forms.Button
        Me.BtMail = New System.Windows.Forms.Button
        Me.BtWmi = New System.Windows.Forms.Button
        Me.BtTrace = New System.Windows.Forms.Button
        Me.Button1 = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'BtBroker
        '
        Me.BtBroker.Location = New System.Drawing.Point(78, 43)
        Me.BtBroker.Name = "BtBroker"
        Me.BtBroker.Size = New System.Drawing.Size(136, 23)
        Me.BtBroker.TabIndex = 0
        Me.BtBroker.Text = "管理Service Broker"
        Me.BtBroker.UseVisualStyleBackColor = True
        '
        'BtMail
        '
        Me.BtMail.Location = New System.Drawing.Point(78, 73)
        Me.BtMail.Name = "BtMail"
        Me.BtMail.Size = New System.Drawing.Size(136, 23)
        Me.BtMail.TabIndex = 1
        Me.BtMail.Text = "查看SQLMail帐户信息"
        Me.BtMail.UseVisualStyleBackColor = True
        '
        'BtWmi
        '
        Me.BtWmi.Location = New System.Drawing.Point(78, 103)
        Me.BtWmi.Name = "BtWmi"
        Me.BtWmi.Size = New System.Drawing.Size(136, 23)
        Me.BtWmi.TabIndex = 2
        Me.BtWmi.Text = "使   用   WMI"
        Me.BtWmi.UseVisualStyleBackColor = True
        '
        'BtTrace
        '
        Me.BtTrace.Location = New System.Drawing.Point(78, 132)
        Me.BtTrace.Name = "BtTrace"
        Me.BtTrace.Size = New System.Drawing.Size(136, 23)
        Me.BtTrace.TabIndex = 3
        Me.BtTrace.Text = "使  用  Trace"
        Me.BtTrace.UseVisualStyleBackColor = True
        '
        'Button1
        '
        Me.Button1.Location = New System.Drawing.Point(78, 162)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(136, 23)
        Me.Button1.TabIndex = 4
        Me.Button1.Text = "管理注册服务器"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'MainForm
        '
        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.Button1)
        Me.Controls.Add(Me.BtTrace)
        Me.Controls.Add(Me.BtWmi)
        Me.Controls.Add(Me.BtMail)
        Me.Controls.Add(Me.BtBroker)
        Me.Name = "MainForm"
        Me.Text = "使用SMO的工具类"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents BtBroker As System.Windows.Forms.Button
    Friend WithEvents BtMail As System.Windows.Forms.Button
    Friend WithEvents BtWmi As System.Windows.Forms.Button
    Friend WithEvents BtTrace As System.Windows.Forms.Button
    Friend WithEvents Button1 As System.Windows.Forms.Button

End Class

⌨️ 快捷键说明

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