📄 frmemployeeinfo.designer.cs
字号:
this.label17.Location = new System.Drawing.Point(190, 163);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(65, 12);
this.label17.TabIndex = 61;
this.label17.Text = "工作简历:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(190, 128);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(65, 12);
this.label16.TabIndex = 60;
this.label16.Text = "家庭住址:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(479, 83);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(47, 12);
this.label15.TabIndex = 59;
this.label15.Text = "EMAIL:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(581, 125);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 58;
this.label12.Text = "入职时间:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(190, 270);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 57;
this.label11.Text = "婚姻状态:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(422, 304);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 56;
this.label10.Text = "QQ:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(479, 53);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 55;
this.label9.Text = "身份证号:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(391, 270);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 54;
this.label8.Text = "出生日期:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(592, 236);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 53;
this.label7.Text = "性别:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(191, 75);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 52;
this.label6.Text = "初始密码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(190, 102);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 51;
this.label5.Text = "联系电话:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(592, 198);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 50;
this.label4.Text = "民族:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(190, 51);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 49;
this.label3.Text = "登录名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(479, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 48;
this.label2.Text = "员工姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(190, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 47;
this.label1.Text = "员工编号:";
//
// treeView1
//
this.treeView1.Location = new System.Drawing.Point(12, 18);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(168, 349);
this.treeView1.TabIndex = 88;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "1.bmp");
this.imageList1.Images.SetKeyName(1, "2.bmp");
//
// bntUpdate
//
this.bntUpdate.Location = new System.Drawing.Point(331, 337);
this.bntUpdate.Name = "bntUpdate";
this.bntUpdate.Size = new System.Drawing.Size(104, 23);
this.bntUpdate.TabIndex = 89;
this.bntUpdate.Text = "修改(&H)";
this.bntUpdate.UseVisualStyleBackColor = true;
this.bntUpdate.Click += new System.EventHandler(this.bntUpdate_Click);
//
// bntDelete
//
this.bntDelete.Location = new System.Drawing.Point(465, 337);
this.bntDelete.Name = "bntDelete";
this.bntDelete.Size = new System.Drawing.Size(104, 23);
this.bntDelete.TabIndex = 90;
this.bntDelete.Text = "删除(&D)";
this.bntDelete.UseVisualStyleBackColor = true;
this.bntDelete.Click += new System.EventHandler(this.bntDelete_Click);
//
// frmEmployeeInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(780, 387);
this.Controls.Add(this.bntDelete);
this.Controls.Add(this.bntUpdate);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.bntEsce);
this.Controls.Add(this.bntOK);
this.Controls.Add(this.txtEmpOICQ);
this.Controls.Add(this.radioButton2);
this.Controls.Add(this.rdfldEmpWorkFlag1);
this.Controls.Add(this.dtEmpDemissionDate);
this.Controls.Add(this.cmbEmpSex);
this.Controls.Add(this.dtEmpWorkDate);
this.Controls.Add(this.dtfldEmpBirthday);
this.Controls.Add(this.cmbEmpState);
this.Controls.Add(this.cmbEmpNation);
this.Controls.Add(this.txtfldEmpRemark);
this.Controls.Add(this.txtEmpCity);
this.Controls.Add(this.txtEmpEmail);
this.Controls.Add(this.txtEmpOfficeTel);
this.Controls.Add(this.txtEmpIDcard);
this.Controls.Add(this.txtEmpEngish);
this.Controls.Add(this.txtPasswod);
this.Controls.Add(this.txtEmpName);
this.Controls.Add(this.txtEmployeeID);
this.Controls.Add(this.label20);
this.Controls.Add(this.label18);
this.Controls.Add(this.label17);
this.Controls.Add(this.label16);
this.Controls.Add(this.label15);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "frmEmployeeInfo";
this.Text = "frmEmployeeInfo";
this.Load += new System.EventHandler(this.frmEmployeeInfo_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bntEsce;
private System.Windows.Forms.Button bntOK;
private System.Windows.Forms.TextBox txtEmpOICQ;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton rdfldEmpWorkFlag1;
private System.Windows.Forms.DateTimePicker dtEmpDemissionDate;
private System.Windows.Forms.ComboBox cmbEmpSex;
private System.Windows.Forms.DateTimePicker dtEmpWorkDate;
private System.Windows.Forms.DateTimePicker dtfldEmpBirthday;
private System.Windows.Forms.ComboBox cmbEmpState;
private System.Windows.Forms.ComboBox cmbEmpNation;
private System.Windows.Forms.TextBox txtfldEmpRemark;
private System.Windows.Forms.TextBox txtEmpCity;
private System.Windows.Forms.TextBox txtEmpEmail;
private System.Windows.Forms.TextBox txtEmpOfficeTel;
private System.Windows.Forms.TextBox txtEmpIDcard;
private System.Windows.Forms.TextBox txtEmpEngish;
private System.Windows.Forms.TextBox txtPasswod;
private System.Windows.Forms.TextBox txtEmpName;
private System.Windows.Forms.TextBox txtEmployeeID;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TreeView treeView1;
public System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Button bntUpdate;
private System.Windows.Forms.Button bntDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -