📄 modify.designer.cs
字号:
this.picBox_pic.TabStop = false;
//
// numericUpDown_level
//
this.numericUpDown_level.Location = new System.Drawing.Point(120, 267);
this.numericUpDown_level.Name = "numericUpDown_level";
this.numericUpDown_level.ReadOnly = true;
this.numericUpDown_level.Size = new System.Drawing.Size(85, 21);
this.numericUpDown_level.TabIndex = 31;
//
// textBox_salary
//
this.textBox_salary.Location = new System.Drawing.Point(120, 228);
this.textBox_salary.Name = "textBox_salary";
this.textBox_salary.Size = new System.Drawing.Size(85, 21);
this.textBox_salary.TabIndex = 29;
//
// textBox_mail
//
this.textBox_mail.Location = new System.Drawing.Point(120, 156);
this.textBox_mail.Name = "textBox_mail";
this.textBox_mail.Size = new System.Drawing.Size(85, 21);
this.textBox_mail.TabIndex = 28;
//
// textBox_onboardtime
//
this.textBox_onboardtime.Location = new System.Drawing.Point(120, 119);
this.textBox_onboardtime.Name = "textBox_onboardtime";
this.textBox_onboardtime.Size = new System.Drawing.Size(85, 21);
this.textBox_onboardtime.TabIndex = 27;
this.textBox_onboardtime.Enter += new System.EventHandler(this.textBox_onboardtime_Enter);
//
// textBox_loginname
//
this.textBox_loginname.Location = new System.Drawing.Point(120, 80);
this.textBox_loginname.Name = "textBox_loginname";
this.textBox_loginname.Size = new System.Drawing.Size(85, 21);
this.textBox_loginname.TabIndex = 25;
//
// textBox_name
//
this.textBox_name.Location = new System.Drawing.Point(120, 42);
this.textBox_name.Name = "textBox_name";
this.textBox_name.Size = new System.Drawing.Size(85, 21);
this.textBox_name.TabIndex = 24;
//
// picBox_name
//
this.picBox_name.Image = ((System.Drawing.Image)(resources.GetObject("picBox_name.Image")));
this.picBox_name.Location = new System.Drawing.Point(14, 38);
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 = 48;
this.picBox_name.TabStop = false;
//
// picBox_salary
//
this.picBox_salary.Image = ((System.Drawing.Image)(resources.GetObject("picBox_salary.Image")));
this.picBox_salary.Location = new System.Drawing.Point(14, 224);
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 = 52;
this.picBox_salary.TabStop = false;
//
// picBox_mail
//
this.picBox_mail.Image = ((System.Drawing.Image)(resources.GetObject("picBox_mail.Image")));
this.picBox_mail.Location = new System.Drawing.Point(14, 152);
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 = 51;
this.picBox_mail.TabStop = false;
//
// picBox_phone
//
this.picBox_phone.Image = ((System.Drawing.Image)(resources.GetObject("picBox_phone.Image")));
this.picBox_phone.Location = new System.Drawing.Point(211, 256);
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 = 49;
this.picBox_phone.TabStop = false;
//
// picBox_department
//
this.picBox_department.Image = ((System.Drawing.Image)(resources.GetObject("picBox_department.Image")));
this.picBox_department.Location = new System.Drawing.Point(14, 187);
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 = 55;
this.picBox_department.TabStop = false;
//
// label_department
//
this.label_department.AutoSize = true;
this.label_department.Location = new System.Drawing.Point(45, 195);
this.label_department.Name = "label_department";
this.label_department.Size = new System.Drawing.Size(53, 12);
this.label_department.TabIndex = 54;
this.label_department.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(120, 192);
this.comboBox_department.Name = "comboBox_department";
this.comboBox_department.Size = new System.Drawing.Size(85, 20);
this.comboBox_department.TabIndex = 53;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Modify
//
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_department);
this.Controls.Add(this.label_department);
this.Controls.Add(this.comboBox_department);
this.Controls.Add(this.picBox_salary);
this.Controls.Add(this.picBox_mail);
this.Controls.Add(this.picBox_phone);
this.Controls.Add(this.picBox_name);
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_mail);
this.Controls.Add(this.label_birth);
this.Controls.Add(this.label_account);
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.textBox_salary);
this.Controls.Add(this.textBox_mail);
this.Controls.Add(this.textBox_onboardtime);
this.Controls.Add(this.textBox_loginname);
this.Controls.Add(this.textBox_name);
this.Name = "Modify";
this.Text = "修改员工信息";
this.groupBox_pic.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picBox_pic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_level)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_name)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_salary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_mail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_phone)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_department)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_phone;
private System.Windows.Forms.Label label_job;
private System.Windows.Forms.Label label_level;
private System.Windows.Forms.Label label_salary;
private System.Windows.Forms.Label label_mail;
private System.Windows.Forms.Label label_birth;
private System.Windows.Forms.Label label_account;
private System.Windows.Forms.Label label_name;
private System.Windows.Forms.Button button_cancle;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.TextBox textBox_phone;
private System.Windows.Forms.TextBox textBox_title;
private System.Windows.Forms.GroupBox groupBox_pic;
private System.Windows.Forms.Button btn_pic;
private System.Windows.Forms.PictureBox picBox_pic;
private System.Windows.Forms.NumericUpDown numericUpDown_level;
private System.Windows.Forms.TextBox textBox_salary;
private System.Windows.Forms.TextBox textBox_mail;
private System.Windows.Forms.TextBox textBox_onboardtime;
private System.Windows.Forms.TextBox textBox_loginname;
private System.Windows.Forms.TextBox textBox_name;
private System.Windows.Forms.PictureBox picBox_name;
private System.Windows.Forms.PictureBox picBox_salary;
private System.Windows.Forms.PictureBox picBox_mail;
private System.Windows.Forms.PictureBox picBox_phone;
private System.Windows.Forms.PictureBox picBox_department;
private System.Windows.Forms.Label label_department;
private System.Windows.Forms.ComboBox comboBox_department;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolTip toolTip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -