📄 frmhortationadd.designer.cs
字号:
namespace HRP.Wage
{
partial class frmHortationAdd
{
/// <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.label1 = new System.Windows.Forms.Label();
this.txtEmployeeID = new System.Windows.Forms.TextBox();
this.cmbHortationItem = new System.Windows.Forms.ComboBox();
this.dtpHortationDate = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.txtEmployeeName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtHortationNumber = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtMonthWage = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtRemark = new System.Windows.Forms.TextBox();
this.btnClose = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnOpen = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "员工编号";
//
// txtEmployeeID
//
this.txtEmployeeID.Location = new System.Drawing.Point(84, 21);
this.txtEmployeeID.Name = "txtEmployeeID";
this.txtEmployeeID.ReadOnly = true;
this.txtEmployeeID.Size = new System.Drawing.Size(146, 21);
this.txtEmployeeID.TabIndex = 1;
//
// cmbHortationItem
//
this.cmbHortationItem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHortationItem.FormattingEnabled = true;
this.cmbHortationItem.Location = new System.Drawing.Point(84, 52);
this.cmbHortationItem.Name = "cmbHortationItem";
this.cmbHortationItem.Size = new System.Drawing.Size(378, 20);
this.cmbHortationItem.TabIndex = 2;
//
// dtpHortationDate
//
this.dtpHortationDate.Location = new System.Drawing.Point(83, 112);
this.dtpHortationDate.Name = "dtpHortationDate";
this.dtpHortationDate.Size = new System.Drawing.Size(379, 21);
this.dtpHortationDate.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(257, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "员工姓名";
//
// txtEmployeeName
//
this.txtEmployeeName.Location = new System.Drawing.Point(316, 21);
this.txtEmployeeName.Name = "txtEmployeeName";
this.txtEmployeeName.ReadOnly = true;
this.txtEmployeeName.Size = new System.Drawing.Size(119, 21);
this.txtEmployeeName.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "奖金项目";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(24, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "奖励金额";
//
// txtHortationNumber
//
this.txtHortationNumber.Location = new System.Drawing.Point(83, 81);
this.txtHortationNumber.Name = "txtHortationNumber";
this.txtHortationNumber.Size = new System.Drawing.Size(146, 21);
this.txtHortationNumber.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(238, 86);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 0;
this.label5.Text = "所属工资月份";
//
// txtMonthWage
//
this.txtMonthWage.Location = new System.Drawing.Point(316, 81);
this.txtMonthWage.MaxLength = 7;
this.txtMonthWage.Name = "txtMonthWage";
this.txtMonthWage.Size = new System.Drawing.Size(146, 21);
this.txtMonthWage.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(25, 116);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "记录日期";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(49, 137);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 0;
this.label7.Text = "备注";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(83, 139);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(379, 71);
this.txtRemark.TabIndex = 1;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(284, 217);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnOpen);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Location = new System.Drawing.Point(12, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(480, 252);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(423, 19);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(26, 23);
this.btnOpen.TabIndex = 4;
this.btnOpen.Text = "...";
this.btnOpen.UseVisualStyleBackColor = true;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(114, 216);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 4;
this.btnAdd.Text = "确定";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// frmHortationAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(504, 259);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.dtpHortationDate);
this.Controls.Add(this.cmbHortationItem);
this.Controls.Add(this.txtEmployeeName);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtMonthWage);
this.Controls.Add(this.txtRemark);
this.Controls.Add(this.txtHortationNumber);
this.Controls.Add(this.txtEmployeeID);
this.Controls.Add(this.label5);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Name = "frmHortationAdd";
this.Text = "【奖励信息添加】";
this.Load += new System.EventHandler(this.frmHortationAdd_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
public System.Windows.Forms.TextBox txtEmployeeID;
private System.Windows.Forms.ComboBox cmbHortationItem;
private System.Windows.Forms.DateTimePicker dtpHortationDate;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox txtEmployeeName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtHortationNumber;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtMonthWage;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnOpen;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -