?? frmdelclass.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmDelClass
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.DGVClass = New System.Windows.Forms.DataGridView
Me.Label2 = New System.Windows.Forms.Label
Me.BtnExit = New System.Windows.Forms.Button
Me.BtnDel = New System.Windows.Forms.Button
CType(Me.DGVClass, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DGVClass
'
Me.DGVClass.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVClass.Location = New System.Drawing.Point(145, 37)
Me.DGVClass.MultiSelect = False
Me.DGVClass.Name = "DGVClass"
Me.DGVClass.RowTemplate.Height = 23
Me.DGVClass.Size = New System.Drawing.Size(185, 214)
Me.DGVClass.TabIndex = 9
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(143, 13)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(65, 12)
Me.Label2.TabIndex = 8
Me.Label2.Text = "已有班級:"
'
'BtnExit
'
Me.BtnExit.Location = New System.Drawing.Point(11, 74)
Me.BtnExit.Name = "BtnExit"
Me.BtnExit.Size = New System.Drawing.Size(105, 25)
Me.BtnExit.TabIndex = 7
Me.BtnExit.Text = "退出"
Me.BtnExit.UseVisualStyleBackColor = True
'
'BtnDel
'
Me.BtnDel.Location = New System.Drawing.Point(11, 37)
Me.BtnDel.Name = "BtnDel"
Me.BtnDel.Size = New System.Drawing.Size(105, 24)
Me.BtnDel.TabIndex = 10
Me.BtnDel.Text = "刪除"
Me.BtnDel.UseVisualStyleBackColor = True
'
'FrmDelClass
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(340, 261)
Me.Controls.Add(Me.BtnDel)
Me.Controls.Add(Me.DGVClass)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.BtnExit)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmDelClass"
Me.Text = "刪除班級"
CType(Me.DGVClass, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DGVClass As System.Windows.Forms.DataGridView
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents BtnExit As System.Windows.Forms.Button
Friend WithEvents BtnDel As System.Windows.Forms.Button
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -