⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmcheckman.designer.vb

📁 使用说明 1.在使用源程序前
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmCheckMan
#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 BtnAdd As System.Windows.Forms.Button
    Public WithEvents BtnModi As System.Windows.Forms.Button
    Public WithEvents BtnDel As System.Windows.Forms.Button
    Public WithEvents Cmd_Back As System.Windows.Forms.Button
    Public WithEvents ComboDep As System.Windows.Forms.ComboBox
    Public WithEvents ComboM As System.Windows.Forms.ComboBox
    Public WithEvents ComboY As System.Windows.Forms.ComboBox
    Public WithEvents Label2 As System.Windows.Forms.Label
    Public WithEvents Label1 As System.Windows.Forms.Label
    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器来修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.BtnAdd = New System.Windows.Forms.Button
        Me.BtnModi = New System.Windows.Forms.Button
        Me.BtnDel = New System.Windows.Forms.Button
        Me.Cmd_Back = New System.Windows.Forms.Button
        Me.ComboDep = New System.Windows.Forms.ComboBox
        Me.ComboM = New System.Windows.Forms.ComboBox
        Me.ComboY = New System.Windows.Forms.ComboBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.DGVCheck = New System.Windows.Forms.DataGridView
        CType(Me.DGVCheck, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'BtnAdd
        '
        Me.BtnAdd.BackColor = System.Drawing.SystemColors.Menu
        Me.BtnAdd.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnAdd.Location = New System.Drawing.Point(102, 352)
        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
        '
        'BtnModi
        '
        Me.BtnModi.BackColor = System.Drawing.SystemColors.Menu
        Me.BtnModi.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnModi.Location = New System.Drawing.Point(198, 352)
        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
        '
        'BtnDel
        '
        Me.BtnDel.BackColor = System.Drawing.SystemColors.Menu
        Me.BtnDel.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnDel.Location = New System.Drawing.Point(294, 352)
        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
        '
        '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, 352)
        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
        '
        '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(360, 12)
        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"
        '
        '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, 12)
        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"
        '
        '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, 12)
        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"
        '
        '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(296, 16)
        Me.Label2.Name = "Label2"
        Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label2.Size = New System.Drawing.Size(53, 12)
        Me.Label2.TabIndex = 9
        Me.Label2.Text = "选择部门"
        '
        '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, 16)
        Me.Label1.Name = "Label1"
        Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label1.Size = New System.Drawing.Size(53, 12)
        Me.Label1.TabIndex = 8
        Me.Label1.Text = "选择月份"
        '
        'DGVCheck
        '
        Me.DGVCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.DGVCheck.Location = New System.Drawing.Point(16, 64)
        Me.DGVCheck.Name = "DGVCheck"
        Me.DGVCheck.RowTemplate.Height = 23
        Me.DGVCheck.Size = New System.Drawing.Size(549, 270)
        Me.DGVCheck.TabIndex = 10
        '
        'FrmCheckMan
        '
        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, 391)
        Me.Controls.Add(Me.DGVCheck)
        Me.Controls.Add(Me.BtnAdd)
        Me.Controls.Add(Me.BtnModi)
        Me.Controls.Add(Me.BtnDel)
        Me.Controls.Add(Me.Cmd_Back)
        Me.Controls.Add(Me.ComboDep)
        Me.Controls.Add(Me.ComboM)
        Me.Controls.Add(Me.ComboY)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        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 = "FrmCheckMan"
        Me.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "员工考勤管理"
        CType(Me.DGVCheck, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
#End Region
#Region "Upgrade Support"
    
    
    Friend WithEvents DGVCheck As System.Windows.Forms.DataGridView
#End Region
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -