📄 formmodifyemployee.designer.cs
字号:
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(72, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 65;
this.label2.Text = "登陆名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(72, 54);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 64;
this.label1.Text = "姓名:";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(364, 321);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(100, 21);
this.textBox8.TabIndex = 63;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(140, 356);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 62;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(140, 228);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 21);
this.textBox5.TabIndex = 61;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(140, 183);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 60;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(140, 138);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 58;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(140, 94);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 57;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(140, 51);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 56;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.picPhoto);
this.groupBox1.Location = new System.Drawing.Point(293, 74);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(171, 193);
this.groupBox1.TabIndex = 80;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "照片";
//
// picPhoto
//
this.picPhoto.Location = new System.Drawing.Point(30, 22);
this.picPhoto.Name = "picPhoto";
this.picPhoto.Size = new System.Drawing.Size(112, 126);
this.picPhoto.TabIndex = 22;
this.picPhoto.TabStop = false;
//
// numLevel
//
this.numLevel.Location = new System.Drawing.Point(140, 314);
this.numLevel.Name = "numLevel";
this.numLevel.Size = new System.Drawing.Size(100, 21);
this.numLevel.TabIndex = 87;
this.numLevel.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// pictureBox9
//
this.pictureBox9.Image = global::HumanResourceManagement.Properties.Resources.png_0010;
this.pictureBox9.Location = new System.Drawing.Point(36, 261);
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(30, 29);
this.pictureBox9.TabIndex = 90;
this.pictureBox9.TabStop = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(72, 274);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 89;
this.label10.Text = "所属部门:";
//
// cbDepartment
//
this.cbDepartment.FormattingEnabled = true;
this.cbDepartment.Location = new System.Drawing.Point(140, 270);
this.cbDepartment.Name = "cbDepartment";
this.cbDepartment.Size = new System.Drawing.Size(100, 20);
this.cbDepartment.TabIndex = 88;
//
// FormModifyEmployee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(507, 443);
this.Controls.Add(this.pictureBox9);
this.Controls.Add(this.label10);
this.Controls.Add(this.cbDepartment);
this.Controls.Add(this.numLevel);
this.Controls.Add(this.pictureBox7);
this.Controls.Add(this.pictureBox6);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.buttonUploadPhoto);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnUpdateEmployee);
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.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "FormModifyEmployee";
this.Text = "修改员工信息";
this.Load += new System.EventHandler(this.FormModifyEmployee_Load_1);
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picPhoto)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button buttonUploadPhoto;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnUpdateEmployee;
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 label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.PictureBox picPhoto;
private System.Windows.Forms.NumericUpDown numLevel;
private System.Windows.Forms.PictureBox pictureBox9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cbDepartment;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -