📄 frmwage.designer.cs
字号:
this.Absent,
this.Chastisement,
this.FosterOld,
this.Idleness,
this.MedicalTreatment,
this.Deal,
this.Deduct,
this.FactWage});
this.dgvWage.Location = new System.Drawing.Point(0, 28);
this.dgvWage.Name = "dgvWage";
this.dgvWage.RowTemplate.Height = 23;
this.dgvWage.Size = new System.Drawing.Size(643, 336);
this.dgvWage.TabIndex = 1;
this.dgvWage.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWage_CellEndEdit);
this.dgvWage.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvWage_DataError);
//
// MonthWage
//
this.MonthWage.DataPropertyName = "MonthWage";
this.MonthWage.HeaderText = "所属工资月份";
this.MonthWage.Name = "MonthWage";
this.MonthWage.ReadOnly = true;
this.MonthWage.Width = 120;
//
// EmployeeID
//
this.EmployeeID.DataPropertyName = "EmployeeID";
this.EmployeeID.HeaderText = "员工编号";
this.EmployeeID.Name = "EmployeeID";
this.EmployeeID.ReadOnly = true;
//
// EmployeeName
//
this.EmployeeName.DataPropertyName = "EmployeeName";
this.EmployeeName.HeaderText = "员工姓名";
this.EmployeeName.Name = "EmployeeName";
this.EmployeeName.ReadOnly = true;
//
// BasisWage
//
this.BasisWage.DataPropertyName = "BasisWage";
this.BasisWage.HeaderText = "基本工资";
this.BasisWage.Name = "BasisWage";
//
// Overtime
//
this.Overtime.DataPropertyName = "Overtime";
this.Overtime.HeaderText = "加班费";
this.Overtime.Name = "Overtime";
//
// WageAge
//
this.WageAge.DataPropertyName = "WageAge";
this.WageAge.HeaderText = "工龄工资";
this.WageAge.Name = "WageAge";
//
// AllAppeared
//
this.AllAppeared.DataPropertyName = "AllAppeared";
this.AllAppeared.HeaderText = "全勤奖";
this.AllAppeared.Name = "AllAppeared";
//
// Hortation
//
this.Hortation.DataPropertyName = "Hortation";
this.Hortation.HeaderText = "奖励总额";
this.Hortation.Name = "Hortation";
//
// Duty
//
this.Duty.DataPropertyName = "Duty";
this.Duty.HeaderText = "职务津贴";
this.Duty.Name = "Duty";
//
// Absent
//
this.Absent.DataPropertyName = "Absent";
this.Absent.HeaderText = "旷工费";
this.Absent.Name = "Absent";
//
// Chastisement
//
this.Chastisement.DataPropertyName = "Chastisement";
this.Chastisement.HeaderText = "惩罚总额";
this.Chastisement.Name = "Chastisement";
//
// FosterOld
//
this.FosterOld.DataPropertyName = "FosterOld";
this.FosterOld.HeaderText = "养老保险";
this.FosterOld.Name = "FosterOld";
//
// Idleness
//
this.Idleness.DataPropertyName = "Idleness";
this.Idleness.HeaderText = "失业保险";
this.Idleness.Name = "Idleness";
//
// MedicalTreatment
//
this.MedicalTreatment.DataPropertyName = "MedicalTreatment";
this.MedicalTreatment.HeaderText = "医疗保险";
this.MedicalTreatment.Name = "MedicalTreatment";
//
// Deal
//
this.Deal.DataPropertyName = "Deal";
this.Deal.HeaderText = "应发工资";
this.Deal.Name = "Deal";
this.Deal.ReadOnly = true;
//
// Deduct
//
this.Deduct.DataPropertyName = "Deduct";
this.Deduct.HeaderText = "应扣工资";
this.Deduct.Name = "Deduct";
this.Deduct.ReadOnly = true;
//
// FactWage
//
this.FactWage.DataPropertyName = "FactWage";
this.FactWage.HeaderText = "实发工资";
this.FactWage.Name = "FactWage";
this.FactWage.ReadOnly = true;
//
// frmWage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(643, 365);
this.Controls.Add(this.dgvWage);
this.Controls.Add(this.toolStrip1);
this.Name = "frmWage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "【工资信息管理】";
this.Load += new System.EventHandler(this.frmWage_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvWage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.DataGridView dgvWage;
private System.Windows.Forms.ToolStripButton t1btnAll;
private System.Windows.Forms.ToolStripButton tlbtnEdit;
private System.Windows.Forms.ToolStripButton tlbtnPrint;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.DataGridViewTextBoxColumn MonthWage;
private System.Windows.Forms.DataGridViewTextBoxColumn EmployeeID;
private System.Windows.Forms.DataGridViewTextBoxColumn EmployeeName;
private System.Windows.Forms.DataGridViewTextBoxColumn BasisWage;
private System.Windows.Forms.DataGridViewTextBoxColumn Overtime;
private System.Windows.Forms.DataGridViewTextBoxColumn WageAge;
private System.Windows.Forms.DataGridViewTextBoxColumn AllAppeared;
private System.Windows.Forms.DataGridViewTextBoxColumn Hortation;
private System.Windows.Forms.DataGridViewTextBoxColumn Duty;
private System.Windows.Forms.DataGridViewTextBoxColumn Absent;
private System.Windows.Forms.DataGridViewTextBoxColumn Chastisement;
private System.Windows.Forms.DataGridViewTextBoxColumn FosterOld;
private System.Windows.Forms.DataGridViewTextBoxColumn Idleness;
private System.Windows.Forms.DataGridViewTextBoxColumn MedicalTreatment;
private System.Windows.Forms.DataGridViewTextBoxColumn Deal;
private System.Windows.Forms.DataGridViewTextBoxColumn Deduct;
private System.Windows.Forms.DataGridViewTextBoxColumn FactWage;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton tlClose;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -