?? frmexpman.designer.vb
字號(hào):
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmExpMan
#Region "Windows 窗體設(shè)計(jì)器生成的代碼 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此調(diào)用是 Windows 窗體設(shè)計(jì)器所必需的。
InitializeComponent()
End Sub
'窗體重寫釋放,以清理組件列表。
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗體設(shè)計(jì)器所必需的
Private components As System.ComponentModel.IContainer
Public WithEvents Cmd_Back As System.Windows.Forms.Button
Public WithEvents BtnDel As System.Windows.Forms.Button
Public WithEvents BtnModi As System.Windows.Forms.Button
Public WithEvents BtnAdd As System.Windows.Forms.Button
'注意: 以下過程是 Windows 窗體設(shè)計(jì)器所必需的
'可以使用 Windows 窗體設(shè)計(jì)器來修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Cmd_Back = New System.Windows.Forms.Button
Me.BtnDel = New System.Windows.Forms.Button
Me.BtnModi = New System.Windows.Forms.Button
Me.BtnAdd = New System.Windows.Forms.Button
Me.DGVExp = New System.Windows.Forms.DataGridView
CType(Me.DGVExp, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Cmd_Back
'
Me.Cmd_Back.BackColor = System.Drawing.SystemColors.Menu
Me.Cmd_Back.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cmd_Back.ForeColor = System.Drawing.SystemColors.ControlText
Me.Cmd_Back.Location = New System.Drawing.Point(398, 336)
Me.Cmd_Back.Name = "Cmd_Back"
Me.Cmd_Back.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Cmd_Back.Size = New System.Drawing.Size(87, 27)
Me.Cmd_Back.TabIndex = 3
Me.Cmd_Back.Text = "返 回"
Me.Cmd_Back.UseVisualStyleBackColor = False
'
'BtnDel
'
Me.BtnDel.BackColor = System.Drawing.SystemColors.Menu
Me.BtnDel.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnDel.Location = New System.Drawing.Point(302, 336)
Me.BtnDel.Name = "BtnDel"
Me.BtnDel.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnDel.Size = New System.Drawing.Size(87, 27)
Me.BtnDel.TabIndex = 2
Me.BtnDel.Text = "刪 除"
Me.BtnDel.UseVisualStyleBackColor = False
'
'BtnModi
'
Me.BtnModi.BackColor = System.Drawing.SystemColors.Menu
Me.BtnModi.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnModi.Location = New System.Drawing.Point(206, 336)
Me.BtnModi.Name = "BtnModi"
Me.BtnModi.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnModi.Size = New System.Drawing.Size(87, 27)
Me.BtnModi.TabIndex = 1
Me.BtnModi.Text = "修 改"
Me.BtnModi.UseVisualStyleBackColor = False
'
'BtnAdd
'
Me.BtnAdd.BackColor = System.Drawing.SystemColors.Menu
Me.BtnAdd.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnAdd.Location = New System.Drawing.Point(110, 336)
Me.BtnAdd.Name = "BtnAdd"
Me.BtnAdd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnAdd.Size = New System.Drawing.Size(87, 27)
Me.BtnAdd.TabIndex = 0
Me.BtnAdd.Text = "添 加"
Me.BtnAdd.UseVisualStyleBackColor = False
'
'DGVExp
'
Me.DGVExp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVExp.Location = New System.Drawing.Point(19, 48)
Me.DGVExp.Name = "DGVExp"
Me.DGVExp.RowTemplate.Height = 23
Me.DGVExp.Size = New System.Drawing.Size(554, 280)
Me.DGVExp.TabIndex = 6
'
'FrmExpMan
'
Me.AcceptButton = Me.BtnAdd
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.CancelButton = Me.Cmd_Back
Me.ClientSize = New System.Drawing.Size(593, 376)
Me.Controls.Add(Me.DGVExp)
Me.Controls.Add(Me.Cmd_Back)
Me.Controls.Add(Me.BtnDel)
Me.Controls.Add(Me.BtnModi)
Me.Controls.Add(Me.BtnAdd)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Location = New System.Drawing.Point(3, 22)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmExpMan"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "員工學(xué)習(xí)及工作經(jīng)歷管理"
CType(Me.DGVExp, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
#End Region
#Region "Upgrade Support"
Friend WithEvents DGVExp As System.Windows.Forms.DataGridView
#End Region
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -