📄 frmpactadd.designer.cs
字号:
namespace HRP.Personnel
{
partial class frmPactAdd
{
/// <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.cbbPactType = new System.Windows.Forms.ComboBox();
this.txtPactID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtEmployeeID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtEmployeeName = new System.Windows.Forms.TextBox();
this.btnOpen = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.dtpPactStartTime = new System.Windows.Forms.DateTimePicker();
this.label6 = new System.Windows.Forms.Label();
this.dtpPactEndTime = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.txtProbation = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtRemark = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "合同编号";
//
// cbbPactType
//
this.cbbPactType.FormattingEnabled = true;
this.cbbPactType.Location = new System.Drawing.Point(69, 54);
this.cbbPactType.Name = "cbbPactType";
this.cbbPactType.Size = new System.Drawing.Size(129, 20);
this.cbbPactType.TabIndex = 1;
//
// txtPactID
//
this.txtPactID.Location = new System.Drawing.Point(69, 27);
this.txtPactID.Name = "txtPactID";
this.txtPactID.ReadOnly = true;
this.txtPactID.Size = new System.Drawing.Size(129, 21);
this.txtPactID.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(199, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "员工编号";
//
// txtEmployeeID
//
this.txtEmployeeID.Location = new System.Drawing.Point(252, 27);
this.txtEmployeeID.Name = "txtEmployeeID";
this.txtEmployeeID.ReadOnly = true;
this.txtEmployeeID.Size = new System.Drawing.Size(129, 21);
this.txtEmployeeID.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 57);
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(199, 57);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "员工姓名";
//
// txtEmployeeName
//
this.txtEmployeeName.Location = new System.Drawing.Point(252, 54);
this.txtEmployeeName.Name = "txtEmployeeName";
this.txtEmployeeName.ReadOnly = true;
this.txtEmployeeName.Size = new System.Drawing.Size(95, 21);
this.txtEmployeeName.TabIndex = 2;
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(353, 53);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(27, 23);
this.btnOpen.TabIndex = 3;
this.btnOpen.Text = "...";
this.btnOpen.UseVisualStyleBackColor = true;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 85);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "开始日期";
//
// dtpPactStartTime
//
this.dtpPactStartTime.Location = new System.Drawing.Point(69, 82);
this.dtpPactStartTime.Name = "dtpPactStartTime";
this.dtpPactStartTime.Size = new System.Drawing.Size(129, 21);
this.dtpPactStartTime.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(199, 86);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "结束日期";
//
// dtpPactEndTime
//
this.dtpPactEndTime.Location = new System.Drawing.Point(252, 83);
this.dtpPactEndTime.Name = "dtpPactEndTime";
this.dtpPactEndTime.Size = new System.Drawing.Size(129, 21);
this.dtpPactEndTime.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 113);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 0;
this.label7.Text = "试用期";
//
// txtProbation
//
this.txtProbation.Location = new System.Drawing.Point(68, 110);
this.txtProbation.Name = "txtProbation";
this.txtProbation.Size = new System.Drawing.Size(313, 21);
this.txtProbation.TabIndex = 2;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 140);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 0;
this.label8.Text = "备注";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(67, 137);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(313, 82);
this.txtRemark.TabIndex = 2;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(113, 244);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(85, 23);
this.btnAdd.TabIndex = 3;
this.btnAdd.Text = "确定.";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(214, 244);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 23);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(5, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(387, 226);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
//
// frmPactAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(397, 272);
this.Controls.Add(this.dtpPactEndTime);
this.Controls.Add(this.dtpPactStartTime);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnOpen);
this.Controls.Add(this.txtEmployeeName);
this.Controls.Add(this.txtRemark);
this.Controls.Add(this.txtProbation);
this.Controls.Add(this.txtEmployeeID);
this.Controls.Add(this.txtPactID);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.cbbPactType);
this.Controls.Add(this.label3);
this.Controls.Add(this.label8);
this.Controls.Add(this.label6);
this.Controls.Add(this.label7);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Name = "frmPactAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "【添加合同】";
this.Load += new System.EventHandler(this.frmPactAdd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbbPactType;
public System.Windows.Forms.TextBox txtPactID;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox txtEmployeeID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox txtEmployeeName;
private System.Windows.Forms.Button btnOpen;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker dtpPactStartTime;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker dtpPactEndTime;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtProbation;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.GroupBox groupBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -