📄 frmevaman.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmEvaMan
#Region "Windows 窗体设计器生成的代码 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此调用是 Windows 窗体设计器所必需的。
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 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Public WithEvents Check1 As System.Windows.Forms.CheckBox
Public WithEvents ComboY As System.Windows.Forms.ComboBox
Public WithEvents ComboM As System.Windows.Forms.ComboBox
Public WithEvents ComboDep As System.Windows.Forms.ComboBox
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
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Check1 = New System.Windows.Forms.CheckBox
Me.ComboY = New System.Windows.Forms.ComboBox
Me.ComboM = New System.Windows.Forms.ComboBox
Me.ComboDep = New System.Windows.Forms.ComboBox
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.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.DGVEva = New System.Windows.Forms.DataGridView
CType(Me.DGVEva, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Check1
'
Me.Check1.BackColor = System.Drawing.SystemColors.Control
Me.Check1.Cursor = System.Windows.Forms.Cursors.Default
Me.Check1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Check1.Location = New System.Drawing.Point(488, 17)
Me.Check1.Name = "Check1"
Me.Check1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Check1.Size = New System.Drawing.Size(77, 23)
Me.Check1.TabIndex = 10
Me.Check1.Text = "下属员工"
Me.Check1.UseVisualStyleBackColor = False
'
'ComboY
'
Me.ComboY.BackColor = System.Drawing.SystemColors.Window
Me.ComboY.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboY.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboY.Location = New System.Drawing.Point(88, 16)
Me.ComboY.Name = "ComboY"
Me.ComboY.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboY.Size = New System.Drawing.Size(73, 20)
Me.ComboY.TabIndex = 0
Me.ComboY.Text = "Combo1"
'
'ComboM
'
Me.ComboM.BackColor = System.Drawing.SystemColors.Window
Me.ComboM.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboM.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboM.Location = New System.Drawing.Point(168, 16)
Me.ComboM.Name = "ComboM"
Me.ComboM.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboM.Size = New System.Drawing.Size(49, 20)
Me.ComboM.TabIndex = 1
Me.ComboM.Text = "Combo1"
'
'ComboDep
'
Me.ComboDep.BackColor = System.Drawing.SystemColors.Window
Me.ComboDep.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboDep.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboDep.Location = New System.Drawing.Point(328, 16)
Me.ComboDep.Name = "ComboDep"
Me.ComboDep.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboDep.Size = New System.Drawing.Size(121, 20)
Me.ComboDep.TabIndex = 2
Me.ComboDep.Text = "Combo1"
'
'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(390, 356)
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 = 7
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(294, 356)
Me.BtnDel.Name = "BtnDel"
Me.BtnDel.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnDel.Size = New System.Drawing.Size(87, 27)
Me.BtnDel.TabIndex = 6
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(198, 356)
Me.BtnModi.Name = "BtnModi"
Me.BtnModi.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnModi.Size = New System.Drawing.Size(87, 27)
Me.BtnModi.TabIndex = 5
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(102, 356)
Me.BtnAdd.Name = "BtnAdd"
Me.BtnAdd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnAdd.Size = New System.Drawing.Size(87, 27)
Me.BtnAdd.TabIndex = 4
Me.BtnAdd.Text = "添 加"
Me.BtnAdd.UseVisualStyleBackColor = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(24, 20)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 9
Me.Label1.Text = "选择月份"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(264, 20)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(53, 12)
Me.Label2.TabIndex = 8
Me.Label2.Text = "选择部门"
'
'DGVEva
'
Me.DGVEva.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVEva.Location = New System.Drawing.Point(15, 68)
Me.DGVEva.Name = "DGVEva"
Me.DGVEva.RowTemplate.Height = 23
Me.DGVEva.Size = New System.Drawing.Size(557, 267)
Me.DGVEva.TabIndex = 11
'
'FrmEvaMan
'
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(577, 401)
Me.Controls.Add(Me.DGVEva)
Me.Controls.Add(Me.Check1)
Me.Controls.Add(Me.ComboY)
Me.Controls.Add(Me.ComboM)
Me.Controls.Add(Me.ComboDep)
Me.Controls.Add(Me.Cmd_Back)
Me.Controls.Add(Me.BtnDel)
Me.Controls.Add(Me.BtnModi)
Me.Controls.Add(Me.BtnAdd)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
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 = "FrmEvaMan"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "员工考评信息管理"
CType(Me.DGVEva, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
#Region "Upgrade Support"
Friend WithEvents DGVEva As System.Windows.Forms.DataGridView
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -