📄 frmemppay.designer.cs
字号:
// btnAddMove
//
this.btnAddMove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAddMove.Image = ((System.Drawing.Image)(resources.GetObject("btnAddMove.Image")));
this.btnAddMove.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnAddMove.Location = new System.Drawing.Point(421, 10);
this.btnAddMove.Name = "btnAddMove";
this.btnAddMove.Size = new System.Drawing.Size(50, 54);
this.btnAddMove.TabIndex = 9;
this.btnAddMove.Text = "结算";
this.btnAddMove.Click += new System.EventHandler(this.btnAddMove_Click);
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(126, 26);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(54, 23);
this.labelX1.TabIndex = 10;
this.labelX1.Text = "每分金额";
//
// txtMoney
//
//
//
//
this.txtMoney.Border.Class = "TextBoxBorder";
this.txtMoney.ForeColor = System.Drawing.Color.Red;
this.txtMoney.Location = new System.Drawing.Point(186, 26);
this.txtMoney.Name = "txtMoney";
this.txtMoney.Size = new System.Drawing.Size(37, 20);
this.txtMoney.TabIndex = 11;
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(229, 26);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(22, 23);
this.labelX2.TabIndex = 12;
this.labelX2.Text = "元";
//
// columnHeader1
//
this.columnHeader1.Text = "日期";
this.columnHeader1.Width = 100;
//
// columnHeader2
//
this.columnHeader2.Text = "编号";
this.columnHeader2.Width = 80;
//
// columnHeader3
//
this.columnHeader3.Text = "姓名";
this.columnHeader3.Width = 80;
//
// columnHeader4
//
this.columnHeader4.Text = "部门";
this.columnHeader4.Width = 80;
//
// columnHeader5
//
this.columnHeader5.Text = "职位";
this.columnHeader5.Width = 80;
//
// columnHeader6
//
this.columnHeader6.Text = "职称";
this.columnHeader6.Width = 80;
//
// columnHeader7
//
this.columnHeader7.Text = "基本工资";
this.columnHeader7.Width = 80;
//
// columnHeader8
//
this.columnHeader8.Text = "奖惩金额";
this.columnHeader8.Width = 80;
//
// columnHeader9
//
this.columnHeader9.Text = "奖金";
this.columnHeader9.Width = 80;
//
// columnHeader10
//
this.columnHeader10.Text = "应发工资";
this.columnHeader10.Width = 80;
//
// ltvEmpPay
//
//
//
//
this.ltvEmpPay.Border.Class = "ListViewBorder";
this.ltvEmpPay.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10});
this.ltvEmpPay.ContextMenuStrip = this.contextMenuStrip1;
this.ltvEmpPay.FullRowSelect = true;
this.ltvEmpPay.GridLines = true;
this.ltvEmpPay.Location = new System.Drawing.Point(0, 74);
this.ltvEmpPay.Name = "ltvEmpPay";
this.ltvEmpPay.Size = new System.Drawing.Size(824, 406);
this.ltvEmpPay.TabIndex = 0;
this.ltvEmpPay.UseCompatibleStateImageBehavior = false;
this.ltvEmpPay.View = System.Windows.Forms.View.Details;
//
// FrmEmpPay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(824, 504);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.txtMoney);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.btnAddMove);
this.Controls.Add(this.dateTimeGive);
this.Controls.Add(this.btnMoveEdit);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.ltvEmpPay);
this.Name = "FrmEmpPay";
this.Text = "员工工资设定";
this.Load += new System.EventHandler(this.FrmEmpPay_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEmpPay_FormClosing);
this.contextMenuStrip1.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toollblAll;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel toollblMoney;
private System.Windows.Forms.ToolStripStatusLabel toollblPunMoney;
private System.Windows.Forms.ToolStripStatusLabel toolblPrize;
private System.Windows.Forms.ToolStripStatusLabel toollblGiveMoney;
private DevComponents.DotNetBar.ButtonX btnMoveEdit;
private DevComponents.DotNetBar.ButtonX btnExit;
private System.Windows.Forms.DateTimePicker dateTimeGive;
private DevComponents.DotNetBar.ButtonX btnAddMove;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.TextBoxX txtMoney;
private DevComponents.DotNetBar.LabelX labelX2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private DevComponents.DotNetBar.Controls.ListViewEx ltvEmpPay;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -