📄 formmodifyemployee.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormModifyEmployee
{
/// <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.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.buttonUploadPhoto = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnUpdateEmployee = new System.Windows.Forms.Button();
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.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.picPhoto = new System.Windows.Forms.PictureBox();
this.numLevel = new System.Windows.Forms.NumericUpDown();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.label10 = new System.Windows.Forms.Label();
this.cbDepartment = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picPhoto)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
this.SuspendLayout();
//
// pictureBox7
//
this.pictureBox7.Image = global::HumanResourceManagement.Properties.Resources.png_0592;
this.pictureBox7.Location = new System.Drawing.Point(267, 321);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(28, 25);
this.pictureBox7.TabIndex = 86;
this.pictureBox7.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.Image = global::HumanResourceManagement.Properties.Resources.png_0223;
this.pictureBox6.Location = new System.Drawing.Point(36, 226);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(30, 23);
this.pictureBox6.TabIndex = 85;
this.pictureBox6.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Image = global::HumanResourceManagement.Properties.Resources._2;
this.pictureBox5.Location = new System.Drawing.Point(36, 175);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(30, 29);
this.pictureBox5.TabIndex = 84;
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Image = global::HumanResourceManagement.Properties.Resources.psw;
this.pictureBox4.Location = new System.Drawing.Point(36, 130);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(30, 29);
this.pictureBox4.TabIndex = 83;
this.pictureBox4.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = global::HumanResourceManagement.Properties.Resources.user;
this.pictureBox3.Location = new System.Drawing.Point(36, 86);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(30, 29);
this.pictureBox3.TabIndex = 82;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::HumanResourceManagement.Properties.Resources.man;
this.pictureBox2.Location = new System.Drawing.Point(36, 37);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(30, 29);
this.pictureBox2.TabIndex = 81;
this.pictureBox2.TabStop = false;
//
// buttonUploadPhoto
//
this.buttonUploadPhoto.Location = new System.Drawing.Point(342, 233);
this.buttonUploadPhoto.Name = "buttonUploadPhoto";
this.buttonUploadPhoto.Size = new System.Drawing.Size(75, 23);
this.buttonUploadPhoto.TabIndex = 77;
this.buttonUploadPhoto.Text = "上传照片";
this.buttonUploadPhoto.UseVisualStyleBackColor = true;
this.buttonUploadPhoto.Click += new System.EventHandler(this.buttonUploadPhoto_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(402, 377);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 78;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnUpdateEmployee
//
this.btnUpdateEmployee.Location = new System.Drawing.Point(309, 377);
this.btnUpdateEmployee.Name = "btnUpdateEmployee";
this.btnUpdateEmployee.Size = new System.Drawing.Size(75, 23);
this.btnUpdateEmployee.TabIndex = 79;
this.btnUpdateEmployee.Text = "修 改";
this.btnUpdateEmployee.UseVisualStyleBackColor = true;
this.btnUpdateEmployee.Click += new System.EventHandler(this.BtnUpdateEmployee_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(72, 316);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 74;
this.label9.Text = "级别:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(301, 328);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 71;
this.label8.Text = "电话:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(72, 361);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 70;
this.label7.Text = "职位:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(72, 232);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 69;
this.label6.Text = "基本薪资:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(72, 186);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 68;
this.label5.Text = "电子邮件:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(72, 141);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 66;
this.label3.Text = "密码:";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -