📄 add.designer.cs
字号:
this.label_birth.Text = "出生年月";
//
// label_mail
//
this.label_mail.AutoSize = true;
this.label_mail.Location = new System.Drawing.Point(58, 170);
this.label_mail.Name = "label_mail";
this.label_mail.Size = new System.Drawing.Size(53, 12);
this.label_mail.TabIndex = 18;
this.label_mail.Text = "电子邮件";
//
// label_salary
//
this.label_salary.AutoSize = true;
this.label_salary.Location = new System.Drawing.Point(58, 245);
this.label_salary.Name = "label_salary";
this.label_salary.Size = new System.Drawing.Size(29, 12);
this.label_salary.TabIndex = 20;
this.label_salary.Text = "薪资";
//
// label_level
//
this.label_level.AutoSize = true;
this.label_level.Location = new System.Drawing.Point(58, 282);
this.label_level.Name = "label_level";
this.label_level.Size = new System.Drawing.Size(29, 12);
this.label_level.TabIndex = 21;
this.label_level.Text = "级别";
//
// label_job
//
this.label_job.AutoSize = true;
this.label_job.Location = new System.Drawing.Point(280, 236);
this.label_job.Name = "label_job";
this.label_job.Size = new System.Drawing.Size(29, 12);
this.label_job.TabIndex = 22;
this.label_job.Text = "职位";
//
// label_phone
//
this.label_phone.AutoSize = true;
this.label_phone.Location = new System.Drawing.Point(280, 273);
this.label_phone.Name = "label_phone";
this.label_phone.Size = new System.Drawing.Size(29, 12);
this.label_phone.TabIndex = 23;
this.label_phone.Text = "电话";
//
// comboBox_department
//
this.comboBox_department.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_department.FormattingEnabled = true;
this.comboBox_department.Items.AddRange(new object[] {
"人事部 ",
"财务部 ",
"行政部 ",
"销售部 ",
"研发部 ",
"娱乐部 ",
"信息部 ",
"23432243 "});
this.comboBox_department.Location = new System.Drawing.Point(133, 205);
this.comboBox_department.Name = "comboBox_department";
this.comboBox_department.Size = new System.Drawing.Size(85, 20);
this.comboBox_department.TabIndex = 6;
//
// label_department
//
this.label_department.AutoSize = true;
this.label_department.Location = new System.Drawing.Point(58, 208);
this.label_department.Name = "label_department";
this.label_department.Size = new System.Drawing.Size(53, 12);
this.label_department.TabIndex = 19;
this.label_department.Text = "所属部门";
//
// picBox_phone
//
this.picBox_phone.Image = ((System.Drawing.Image)(resources.GetObject("picBox_phone.Image")));
this.picBox_phone.Location = new System.Drawing.Point(230, 260);
this.picBox_phone.Name = "picBox_phone";
this.picBox_phone.Size = new System.Drawing.Size(52, 35);
this.picBox_phone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picBox_phone.TabIndex = 24;
this.picBox_phone.TabStop = false;
//
// picBox_password
//
this.picBox_password.Image = ((System.Drawing.Image)(resources.GetObject("picBox_password.Image")));
this.picBox_password.Location = new System.Drawing.Point(22, 88);
this.picBox_password.Name = "picBox_password";
this.picBox_password.Size = new System.Drawing.Size(25, 25);
this.picBox_password.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBox_password.TabIndex = 26;
this.picBox_password.TabStop = false;
//
// picBox_mail
//
this.picBox_mail.Image = ((System.Drawing.Image)(resources.GetObject("picBox_mail.Image")));
this.picBox_mail.Location = new System.Drawing.Point(22, 163);
this.picBox_mail.Name = "picBox_mail";
this.picBox_mail.Size = new System.Drawing.Size(25, 25);
this.picBox_mail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBox_mail.TabIndex = 27;
this.picBox_mail.TabStop = false;
//
// picBox_department
//
this.picBox_department.Image = ((System.Drawing.Image)(resources.GetObject("picBox_department.Image")));
this.picBox_department.Location = new System.Drawing.Point(22, 200);
this.picBox_department.Name = "picBox_department";
this.picBox_department.Size = new System.Drawing.Size(25, 25);
this.picBox_department.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBox_department.TabIndex = 29;
this.picBox_department.TabStop = false;
//
// picBox_salary
//
this.picBox_salary.Image = ((System.Drawing.Image)(resources.GetObject("picBox_salary.Image")));
this.picBox_salary.Location = new System.Drawing.Point(22, 238);
this.picBox_salary.Name = "picBox_salary";
this.picBox_salary.Size = new System.Drawing.Size(25, 25);
this.picBox_salary.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBox_salary.TabIndex = 30;
this.picBox_salary.TabStop = false;
//
// picBox_name
//
this.picBox_name.Image = ((System.Drawing.Image)(resources.GetObject("picBox_name.Image")));
this.picBox_name.Location = new System.Drawing.Point(22, 13);
this.picBox_name.Name = "picBox_name";
this.picBox_name.Size = new System.Drawing.Size(25, 25);
this.picBox_name.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBox_name.TabIndex = 31;
this.picBox_name.TabStop = false;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Add
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 366);
this.Controls.Add(this.picBox_name);
this.Controls.Add(this.picBox_salary);
this.Controls.Add(this.picBox_department);
this.Controls.Add(this.picBox_mail);
this.Controls.Add(this.picBox_password);
this.Controls.Add(this.picBox_phone);
this.Controls.Add(this.label_phone);
this.Controls.Add(this.label_job);
this.Controls.Add(this.label_level);
this.Controls.Add(this.label_salary);
this.Controls.Add(this.label_department);
this.Controls.Add(this.label_mail);
this.Controls.Add(this.label_birth);
this.Controls.Add(this.label_password);
this.Controls.Add(this.label_loginname);
this.Controls.Add(this.label_name);
this.Controls.Add(this.button_cancle);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.textBox_phone);
this.Controls.Add(this.textBox_title);
this.Controls.Add(this.groupBox_pic);
this.Controls.Add(this.numericUpDown_level);
this.Controls.Add(this.comboBox_department);
this.Controls.Add(this.textBox_salary);
this.Controls.Add(this.textBox_mail);
this.Controls.Add(this.textBox_onboard);
this.Controls.Add(this.textBox_password);
this.Controls.Add(this.textBox_loginname);
this.Controls.Add(this.textBox_name);
this.Name = "Add";
this.Text = "新建员工";
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_level)).EndInit();
this.groupBox_pic.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picBox_pic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_phone)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_password)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_mail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_department)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_salary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_name)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox_name;
private System.Windows.Forms.TextBox textBox_loginname;
private System.Windows.Forms.TextBox textBox_password;
private System.Windows.Forms.TextBox textBox_onboard;
private System.Windows.Forms.TextBox textBox_mail;
private System.Windows.Forms.TextBox textBox_salary;
private System.Windows.Forms.NumericUpDown numericUpDown_level;
private System.Windows.Forms.GroupBox groupBox_pic;
private System.Windows.Forms.PictureBox picBox_pic;
private System.Windows.Forms.Button btn_pic;
private System.Windows.Forms.TextBox textBox_title;
private System.Windows.Forms.TextBox textBox_phone;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Button button_cancle;
private System.Windows.Forms.Label label_name;
private System.Windows.Forms.Label label_loginname;
private System.Windows.Forms.Label label_password;
private System.Windows.Forms.Label label_birth;
private System.Windows.Forms.Label label_mail;
private System.Windows.Forms.Label label_salary;
private System.Windows.Forms.Label label_level;
private System.Windows.Forms.Label label_job;
private System.Windows.Forms.Label label_phone;
private System.Windows.Forms.ComboBox comboBox_department;
private System.Windows.Forms.Label label_department;
private System.Windows.Forms.PictureBox picBox_phone;
private System.Windows.Forms.PictureBox picBox_password;
private System.Windows.Forms.PictureBox picBox_mail;
private System.Windows.Forms.PictureBox picBox_department;
private System.Windows.Forms.PictureBox picBox_salary;
private System.Windows.Forms.PictureBox picBox_name;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -