📄 formnewemployee.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormNewEmployee
{
/// <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.buttonUploadPhoto = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnNewEmployee = new System.Windows.Forms.Button();
this.chkPrint = new System.Windows.Forms.CheckBox();
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.textBox8 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = 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.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.numLevel = new System.Windows.Forms.NumericUpDown();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.cbDepartmenta = new System.Windows.Forms.ComboBox();
this.txtManagerID = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picPhoto)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLevel)).BeginInit();
this.SuspendLayout();
//
// buttonUploadPhoto
//
this.buttonUploadPhoto.Location = new System.Drawing.Point(336, 226);
this.buttonUploadPhoto.Name = "buttonUploadPhoto";
this.buttonUploadPhoto.Size = new System.Drawing.Size(75, 23);
this.buttonUploadPhoto.TabIndex = 45;
this.buttonUploadPhoto.Text = "上传照片";
this.buttonUploadPhoto.UseVisualStyleBackColor = true;
this.buttonUploadPhoto.Click += new System.EventHandler(this.buttonUploadPhoto_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(396, 419);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 46;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnNewEmployee
//
this.btnNewEmployee.Location = new System.Drawing.Point(303, 419);
this.btnNewEmployee.Name = "btnNewEmployee";
this.btnNewEmployee.Size = new System.Drawing.Size(75, 23);
this.btnNewEmployee.TabIndex = 47;
this.btnNewEmployee.Text = "新 建";
this.btnNewEmployee.UseVisualStyleBackColor = true;
this.btnNewEmployee.Click += new System.EventHandler(this.btnNewEmployee_Click);
//
// chkPrint
//
this.chkPrint.AutoSize = true;
this.chkPrint.Location = new System.Drawing.Point(68, 421);
this.chkPrint.Name = "chkPrint";
this.chkPrint.Size = new System.Drawing.Size(84, 16);
this.chkPrint.TabIndex = 44;
this.chkPrint.Text = "打印报表单";
this.chkPrint.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(66, 276);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 43;
this.label10.Text = "所属部门:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(66, 369);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 42;
this.label9.Text = "级别:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(295, 370);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 39;
this.label8.Text = "电话:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(294, 321);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 38;
this.label7.Text = "职位:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(66, 322);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 37;
this.label6.Text = "基本薪资:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(66, 228);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 36;
this.label5.Text = "电子邮件:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(66, 177);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 35;
this.label4.Text = "出生年月:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(66, 134);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 34;
this.label3.Text = "密码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(66, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 33;
this.label2.Text = "登陆名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(66, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 32;
this.label1.Text = "姓名:";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(380, 363);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(100, 21);
this.textBox8.TabIndex = 31;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(380, 316);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 30;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(134, 318);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 21);
this.textBox6.TabIndex = 29;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(134, 225);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 21);
this.textBox5.TabIndex = 28;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(134, 131);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -