📄 frmdelrecruit.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmDelRecruit
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.BtnDel = New System.Windows.Forms.Button
Me.DGVRecruit = New System.Windows.Forms.DataGridView
Me.Label2 = New System.Windows.Forms.Label
Me.BtnExit = New System.Windows.Forms.Button
CType(Me.DGVRecruit, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'BtnDel
'
Me.BtnDel.Location = New System.Drawing.Point(8, 37)
Me.BtnDel.Name = "BtnDel"
Me.BtnDel.Size = New System.Drawing.Size(105, 24)
Me.BtnDel.TabIndex = 14
Me.BtnDel.Text = "删除"
Me.BtnDel.UseVisualStyleBackColor = True
'
'DGVRecruit
'
Me.DGVRecruit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVRecruit.Location = New System.Drawing.Point(142, 37)
Me.DGVRecruit.Name = "DGVRecruit"
Me.DGVRecruit.RowTemplate.Height = 23
Me.DGVRecruit.Size = New System.Drawing.Size(185, 214)
Me.DGVRecruit.TabIndex = 13
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(140, 13)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(89, 12)
Me.Label2.TabIndex = 12
Me.Label2.Text = "已有招生人员:"
'
'BtnExit
'
Me.BtnExit.Location = New System.Drawing.Point(8, 74)
Me.BtnExit.Name = "BtnExit"
Me.BtnExit.Size = New System.Drawing.Size(105, 25)
Me.BtnExit.TabIndex = 11
Me.BtnExit.Text = "退出"
Me.BtnExit.UseVisualStyleBackColor = True
'
'FrmDelRecruit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(333, 257)
Me.Controls.Add(Me.BtnDel)
Me.Controls.Add(Me.DGVRecruit)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.BtnExit)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmDelRecruit"
Me.Text = "删除招生人员"
CType(Me.DGVRecruit, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents BtnDel As System.Windows.Forms.Button
Friend WithEvents DGVRecruit As System.Windows.Forms.DataGridView
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents BtnExit As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -