📄 wmiform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class WMIForm
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.components = New System.ComponentModel.Container
Me.btStart = New System.Windows.Forms.Button
Me.btStop = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.SuspendLayout()
'
'btStart
'
Me.btStart.Location = New System.Drawing.Point(101, 117)
Me.btStart.Name = "btStart"
Me.btStart.Size = New System.Drawing.Size(75, 23)
Me.btStart.TabIndex = 0
Me.btStart.Text = "启动服务器"
Me.btStart.UseVisualStyleBackColor = True
'
'btStop
'
Me.btStop.Location = New System.Drawing.Point(101, 158)
Me.btStop.Name = "btStop"
Me.btStop.Size = New System.Drawing.Size(75, 23)
Me.btStop.TabIndex = 1
Me.btStop.Text = "停止服务器"
Me.btStop.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(40, 40)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 12)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Label1"
'
'Timer1
'
Me.Timer1.Interval = 10000
'
'WMIForm
'
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.Label1)
Me.Controls.Add(Me.btStop)
Me.Controls.Add(Me.btStart)
Me.Name = "WMIForm"
Me.Text = "使用WMI启停SQL Server"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btStart As System.Windows.Forms.Button
Friend WithEvents btStop As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -