📄 frmemployeeinfo.designer.cs
字号:
namespace Daila
{
partial class frmEmployeeInfo
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEmployeeInfo));
this.bntEsce = new System.Windows.Forms.Button();
this.bntOK = new System.Windows.Forms.Button();
this.txtEmpOICQ = new System.Windows.Forms.TextBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.rdfldEmpWorkFlag1 = new System.Windows.Forms.RadioButton();
this.dtEmpDemissionDate = new System.Windows.Forms.DateTimePicker();
this.cmbEmpSex = new System.Windows.Forms.ComboBox();
this.dtEmpWorkDate = new System.Windows.Forms.DateTimePicker();
this.dtfldEmpBirthday = new System.Windows.Forms.DateTimePicker();
this.cmbEmpState = new System.Windows.Forms.ComboBox();
this.cmbEmpNation = new System.Windows.Forms.ComboBox();
this.txtfldEmpRemark = new System.Windows.Forms.TextBox();
this.txtEmpCity = new System.Windows.Forms.TextBox();
this.txtEmpEmail = new System.Windows.Forms.TextBox();
this.txtEmpOfficeTel = new System.Windows.Forms.TextBox();
this.txtEmpIDcard = new System.Windows.Forms.TextBox();
this.txtEmpEngish = new System.Windows.Forms.TextBox();
this.txtPasswod = new System.Windows.Forms.TextBox();
this.txtEmpName = new System.Windows.Forms.TextBox();
this.txtEmployeeID = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.treeView1 = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.bntUpdate = new System.Windows.Forms.Button();
this.bntDelete = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// bntEsce
//
this.bntEsce.Location = new System.Drawing.Point(600, 337);
this.bntEsce.Name = "bntEsce";
this.bntEsce.Size = new System.Drawing.Size(100, 23);
this.bntEsce.TabIndex = 87;
this.bntEsce.Text = "取消(&C)";
this.bntEsce.UseVisualStyleBackColor = true;
this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
//
// bntOK
//
this.bntOK.Location = new System.Drawing.Point(193, 337);
this.bntOK.Name = "bntOK";
this.bntOK.Size = new System.Drawing.Size(104, 23);
this.bntOK.TabIndex = 86;
this.bntOK.Text = "添加(&F)";
this.bntOK.UseVisualStyleBackColor = true;
this.bntOK.Click += new System.EventHandler(this.bntOK_Click);
//
// txtEmpOICQ
//
this.txtEmpOICQ.Location = new System.Drawing.Point(481, 301);
this.txtEmpOICQ.MaxLength = 20;
this.txtEmpOICQ.Name = "txtEmpOICQ";
this.txtEmpOICQ.Size = new System.Drawing.Size(219, 21);
this.txtEmpOICQ.TabIndex = 83;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Checked = true;
this.radioButton2.Location = new System.Drawing.Point(260, 306);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(35, 16);
this.radioButton2.TabIndex = 82;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "是";
this.radioButton2.UseVisualStyleBackColor = true;
//
// rdfldEmpWorkFlag1
//
this.rdfldEmpWorkFlag1.AutoSize = true;
this.rdfldEmpWorkFlag1.Location = new System.Drawing.Point(317, 306);
this.rdfldEmpWorkFlag1.Name = "rdfldEmpWorkFlag1";
this.rdfldEmpWorkFlag1.Size = new System.Drawing.Size(35, 16);
this.rdfldEmpWorkFlag1.TabIndex = 81;
this.rdfldEmpWorkFlag1.Text = "否";
this.rdfldEmpWorkFlag1.UseVisualStyleBackColor = true;
//
// dtEmpDemissionDate
//
this.dtEmpDemissionDate.Location = new System.Drawing.Point(652, 154);
this.dtEmpDemissionDate.Name = "dtEmpDemissionDate";
this.dtEmpDemissionDate.Size = new System.Drawing.Size(112, 21);
this.dtEmpDemissionDate.TabIndex = 80;
//
// cmbEmpSex
//
this.cmbEmpSex.FormattingEnabled = true;
this.cmbEmpSex.Location = new System.Drawing.Point(652, 228);
this.cmbEmpSex.Name = "cmbEmpSex";
this.cmbEmpSex.Size = new System.Drawing.Size(114, 20);
this.cmbEmpSex.TabIndex = 79;
//
// dtEmpWorkDate
//
this.dtEmpWorkDate.Location = new System.Drawing.Point(652, 116);
this.dtEmpWorkDate.Name = "dtEmpWorkDate";
this.dtEmpWorkDate.Size = new System.Drawing.Size(112, 21);
this.dtEmpWorkDate.TabIndex = 78;
//
// dtfldEmpBirthday
//
this.dtfldEmpBirthday.Location = new System.Drawing.Point(481, 270);
this.dtfldEmpBirthday.Name = "dtfldEmpBirthday";
this.dtfldEmpBirthday.Size = new System.Drawing.Size(111, 21);
this.dtfldEmpBirthday.TabIndex = 77;
//
// cmbEmpState
//
this.cmbEmpState.FormattingEnabled = true;
this.cmbEmpState.Location = new System.Drawing.Point(260, 267);
this.cmbEmpState.Name = "cmbEmpState";
this.cmbEmpState.Size = new System.Drawing.Size(92, 20);
this.cmbEmpState.TabIndex = 76;
//
// cmbEmpNation
//
this.cmbEmpNation.FormattingEnabled = true;
this.cmbEmpNation.Location = new System.Drawing.Point(652, 195);
this.cmbEmpNation.Name = "cmbEmpNation";
this.cmbEmpNation.Size = new System.Drawing.Size(114, 20);
this.cmbEmpNation.TabIndex = 75;
//
// txtfldEmpRemark
//
this.txtfldEmpRemark.AllowDrop = true;
this.txtfldEmpRemark.Location = new System.Drawing.Point(262, 160);
this.txtfldEmpRemark.MaxLength = 50;
this.txtfldEmpRemark.Multiline = true;
this.txtfldEmpRemark.Name = "txtfldEmpRemark";
this.txtfldEmpRemark.Size = new System.Drawing.Size(308, 91);
this.txtfldEmpRemark.TabIndex = 73;
//
// txtEmpCity
//
this.txtEmpCity.Location = new System.Drawing.Point(260, 125);
this.txtEmpCity.MaxLength = 50;
this.txtEmpCity.Name = "txtEmpCity";
this.txtEmpCity.Size = new System.Drawing.Size(309, 21);
this.txtEmpCity.TabIndex = 72;
//
// txtEmpEmail
//
this.txtEmpEmail.Location = new System.Drawing.Point(560, 74);
this.txtEmpEmail.MaxLength = 30;
this.txtEmpEmail.Name = "txtEmpEmail";
this.txtEmpEmail.Size = new System.Drawing.Size(204, 21);
this.txtEmpEmail.TabIndex = 71;
//
// txtEmpOfficeTel
//
this.txtEmpOfficeTel.Location = new System.Drawing.Point(262, 98);
this.txtEmpOfficeTel.MaxLength = 20;
this.txtEmpOfficeTel.Name = "txtEmpOfficeTel";
this.txtEmpOfficeTel.Size = new System.Drawing.Size(189, 21);
this.txtEmpOfficeTel.TabIndex = 70;
//
// txtEmpIDcard
//
this.txtEmpIDcard.Location = new System.Drawing.Point(560, 41);
this.txtEmpIDcard.MaxLength = 18;
this.txtEmpIDcard.Name = "txtEmpIDcard";
this.txtEmpIDcard.Size = new System.Drawing.Size(204, 21);
this.txtEmpIDcard.TabIndex = 69;
//
// txtEmpEngish
//
this.txtEmpEngish.Location = new System.Drawing.Point(262, 44);
this.txtEmpEngish.MaxLength = 20;
this.txtEmpEngish.Name = "txtEmpEngish";
this.txtEmpEngish.Size = new System.Drawing.Size(189, 21);
this.txtEmpEngish.TabIndex = 68;
//
// txtPasswod
//
this.txtPasswod.Location = new System.Drawing.Point(262, 71);
this.txtPasswod.MaxLength = 20;
this.txtPasswod.Name = "txtPasswod";
this.txtPasswod.PasswordChar = '*';
this.txtPasswod.Size = new System.Drawing.Size(189, 21);
this.txtPasswod.TabIndex = 67;
//
// txtEmpName
//
this.txtEmpName.Location = new System.Drawing.Point(560, 14);
this.txtEmpName.MaxLength = 30;
this.txtEmpName.Name = "txtEmpName";
this.txtEmpName.Size = new System.Drawing.Size(204, 21);
this.txtEmpName.TabIndex = 66;
//
// txtEmployeeID
//
this.txtEmployeeID.Location = new System.Drawing.Point(261, 17);
this.txtEmployeeID.MaxLength = 30;
this.txtEmployeeID.Name = "txtEmployeeID";
this.txtEmployeeID.Size = new System.Drawing.Size(190, 21);
this.txtEmployeeID.TabIndex = 65;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(190, 306);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(65, 12);
this.label20.TabIndex = 64;
this.label20.Text = "是否在职:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(581, 158);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(65, 12);
this.label18.TabIndex = 62;
this.label18.Text = "离职时间:";
//
// label17
//
this.label17.AutoSize = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -