?? frmaddrecruit.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmAddRecruit
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.DGVRecruit = New System.Windows.Forms.DataGridView
Me.Label2 = New System.Windows.Forms.Label
Me.BtnAdd = New System.Windows.Forms.Button
Me.TxtRecruitName = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
CType(Me.DGVRecruit, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DGVRecruit
'
Me.DGVRecruit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVRecruit.Location = New System.Drawing.Point(153, 39)
Me.DGVRecruit.Name = "DGVRecruit"
Me.DGVRecruit.RowTemplate.Height = 23
Me.DGVRecruit.Size = New System.Drawing.Size(233, 214)
Me.DGVRecruit.TabIndex = 9
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(151, 15)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(89, 12)
Me.Label2.TabIndex = 8
Me.Label2.Text = "已有招生人員:"
'
'BtnAdd
'
Me.BtnAdd.Location = New System.Drawing.Point(19, 76)
Me.BtnAdd.Name = "BtnAdd"
Me.BtnAdd.Size = New System.Drawing.Size(105, 25)
Me.BtnAdd.TabIndex = 7
Me.BtnAdd.Text = "增加"
Me.BtnAdd.UseVisualStyleBackColor = True
'
'TxtRecruitName
'
Me.TxtRecruitName.Location = New System.Drawing.Point(15, 39)
Me.TxtRecruitName.Name = "TxtRecruitName"
Me.TxtRecruitName.Size = New System.Drawing.Size(110, 21)
Me.TxtRecruitName.TabIndex = 6
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(11, 15)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(113, 12)
Me.Label1.TabIndex = 5
Me.Label1.Text = "新增招生人員姓名:"
'
'FrmAddRecruit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(388, 265)
Me.Controls.Add(Me.DGVRecruit)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.BtnAdd)
Me.Controls.Add(Me.TxtRecruitName)
Me.Controls.Add(Me.Label1)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmAddRecruit"
Me.Text = "新增招生人員"
CType(Me.DGVRecruit, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DGVRecruit As System.Windows.Forms.DataGridView
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents BtnAdd As System.Windows.Forms.Button
Friend WithEvents TxtRecruitName As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -