📄 insertsalaryinformation.designer.cs
字号:
namespace rsgl
{
partial class insertSalaryInformation
{
/// <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.employeeIDTxt = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.baseSalaryTxt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.jiangjiTxt = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.sumSalaryTxt = new System.Windows.Forms.TextBox();
this.saveButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(29, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 14);
this.label1.TabIndex = 0;
this.label1.Text = "员工编号:";
//
// employeeIDTxt
//
this.employeeIDTxt.Location = new System.Drawing.Point(115, 26);
this.employeeIDTxt.Name = "employeeIDTxt";
this.employeeIDTxt.Size = new System.Drawing.Size(110, 21);
this.employeeIDTxt.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(29, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 14);
this.label2.TabIndex = 0;
this.label2.Text = "基本工资:";
//
// baseSalaryTxt
//
this.baseSalaryTxt.Location = new System.Drawing.Point(115, 53);
this.baseSalaryTxt.Name = "baseSalaryTxt";
this.baseSalaryTxt.Size = new System.Drawing.Size(110, 21);
this.baseSalaryTxt.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(29, 83);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 14);
this.label3.TabIndex = 0;
this.label3.Text = "总工资:";
//
// jiangjiTxt
//
this.jiangjiTxt.Location = new System.Drawing.Point(115, 80);
this.jiangjiTxt.Name = "jiangjiTxt";
this.jiangjiTxt.Size = new System.Drawing.Size(110, 21);
this.jiangjiTxt.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(29, 110);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 14);
this.label4.TabIndex = 0;
this.label4.Text = "员工编号:";
//
// sumSalaryTxt
//
this.sumSalaryTxt.Location = new System.Drawing.Point(115, 107);
this.sumSalaryTxt.Name = "sumSalaryTxt";
this.sumSalaryTxt.Size = new System.Drawing.Size(110, 21);
this.sumSalaryTxt.TabIndex = 1;
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(241, 29);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(62, 32);
this.saveButton.TabIndex = 2;
this.saveButton.Text = "保存";
this.saveButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(241, 73);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(62, 32);
this.cancelButton.TabIndex = 2;
this.cancelButton.Text = "取消";
this.cancelButton.UseVisualStyleBackColor = true;
//
// insertSalaryInformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(315, 146);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.sumSalaryTxt);
this.Controls.Add(this.label4);
this.Controls.Add(this.jiangjiTxt);
this.Controls.Add(this.label3);
this.Controls.Add(this.baseSalaryTxt);
this.Controls.Add(this.label2);
this.Controls.Add(this.employeeIDTxt);
this.Controls.Add(this.label1);
this.Name = "insertSalaryInformation";
this.Text = "insertSalaryInformation";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox employeeIDTxt;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox baseSalaryTxt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox jiangjiTxt;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox sumSalaryTxt;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.Button cancelButton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -