📄 frmsetpay.designer.cs
字号:
namespace HumanManage.PayManage
{
partial class FrmSetPay
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.lblId = new DevComponents.DotNetBar.LabelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.lblName = new DevComponents.DotNetBar.LabelX();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.lblMarks = new DevComponents.DotNetBar.LabelX();
this.txtPrize = new DevComponents.DotNetBar.Controls.TextBoxX();
this.dateTimeSet = new System.Windows.Forms.DateTimePicker();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.SuspendLayout();
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(12, 12);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(55, 23);
this.labelX1.TabIndex = 0;
this.labelX1.Text = "员工编号";
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(179, 12);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(56, 23);
this.labelX2.TabIndex = 1;
this.labelX2.Text = "员工姓名";
//
// labelX4
//
this.labelX4.Location = new System.Drawing.Point(12, 117);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(56, 23);
this.labelX4.TabIndex = 3;
this.labelX4.Text = "奖 金";
//
// btnSave
//
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSave.Location = new System.Drawing.Point(160, 179);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// lblId
//
this.lblId.Location = new System.Drawing.Point(73, 12);
this.lblId.Name = "lblId";
this.lblId.Size = new System.Drawing.Size(100, 23);
this.lblId.TabIndex = 6;
//
// labelX6
//
this.labelX6.Location = new System.Drawing.Point(175, 60);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(60, 23);
this.labelX6.TabIndex = 7;
this.labelX6.Text = "设置日期";
//
// lblName
//
this.lblName.Location = new System.Drawing.Point(241, 12);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(108, 23);
this.lblName.TabIndex = 8;
//
// labelX8
//
this.labelX8.Location = new System.Drawing.Point(12, 60);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(55, 23);
this.labelX8.TabIndex = 9;
this.labelX8.Text = "奖惩分数";
//
// lblMarks
//
this.lblMarks.Location = new System.Drawing.Point(73, 60);
this.lblMarks.Name = "lblMarks";
this.lblMarks.Size = new System.Drawing.Size(100, 23);
this.lblMarks.TabIndex = 10;
//
// txtPrize
//
//
//
//
this.txtPrize.Border.Class = "TextBoxBorder";
this.txtPrize.ForeColor = System.Drawing.Color.Red;
this.txtPrize.Location = new System.Drawing.Point(74, 117);
this.txtPrize.Name = "txtPrize";
this.txtPrize.Size = new System.Drawing.Size(108, 20);
this.txtPrize.TabIndex = 11;
//
// dateTimeSet
//
this.dateTimeSet.Location = new System.Drawing.Point(241, 63);
this.dateTimeSet.Name = "dateTimeSet";
this.dateTimeSet.Size = new System.Drawing.Size(108, 20);
this.dateTimeSet.TabIndex = 12;
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Location = new System.Drawing.Point(274, 179);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 13;
this.btnExit.Text = "取消";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// FrmSetPay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(382, 238);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.dateTimeSet);
this.Controls.Add(this.txtPrize);
this.Controls.Add(this.lblMarks);
this.Controls.Add(this.labelX8);
this.Controls.Add(this.lblName);
this.Controls.Add(this.labelX6);
this.Controls.Add(this.lblId);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.labelX4);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.labelX1);
this.Name = "FrmSetPay";
this.Text = "员工工资设置";
this.Load += new System.EventHandler(this.FrmSetPay_Load);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.ButtonX btnSave;
private DevComponents.DotNetBar.LabelX lblId;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX lblName;
private DevComponents.DotNetBar.LabelX labelX8;
private DevComponents.DotNetBar.LabelX lblMarks;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrize;
private System.Windows.Forms.DateTimePicker dateTimeSet;
private DevComponents.DotNetBar.ButtonX btnExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -