📄 editemployee.designer.cs
字号:
namespace BlueHill_Win_
{
partial class EditEmployee
{
/// <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.btnCancel = new System.Windows.Forms.Button();
this.BtnUpdateEmployee = new System.Windows.Forms.Button();
this.numLevel = new System.Windows.Forms.NumericUpDown();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.buttonUploadPhoto = new System.Windows.Forms.Button();
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.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.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.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numLevel)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(485, 377);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 47;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// BtnUpdateEmployee
//
this.BtnUpdateEmployee.Location = new System.Drawing.Point(360, 377);
this.BtnUpdateEmployee.Name = "BtnUpdateEmployee";
this.BtnUpdateEmployee.Size = new System.Drawing.Size(75, 23);
this.BtnUpdateEmployee.TabIndex = 48;
this.BtnUpdateEmployee.Text = "修改";
this.BtnUpdateEmployee.UseVisualStyleBackColor = true;
this.BtnUpdateEmployee.Click += new System.EventHandler(this.BtnUpdateEmployee_Click);
//
// numLevel
//
this.numLevel.Location = new System.Drawing.Point(162, 265);
this.numLevel.Name = "numLevel";
this.numLevel.ReadOnly = true;
this.numLevel.Size = new System.Drawing.Size(100, 21);
this.numLevel.TabIndex = 46;
this.numLevel.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.buttonUploadPhoto);
this.groupBox1.Location = new System.Drawing.Point(360, 31);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 220);
this.groupBox1.TabIndex = 45;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "照片";
//
// pictureBox1
//
this.pictureBox1.ErrorImage = global::BlueHill_Win_.Properties.Resources._158x158_1;
this.pictureBox1.Location = new System.Drawing.Point(45, 27);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 125);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
this.pictureBox1.Move += new System.EventHandler(this.pictureBox1_Move);
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
this.pictureBox1.ParentChanged += new System.EventHandler(this.pictureBox1_ParentChanged);
//
// buttonUploadPhoto
//
this.buttonUploadPhoto.Location = new System.Drawing.Point(57, 178);
this.buttonUploadPhoto.Name = "buttonUploadPhoto";
this.buttonUploadPhoto.Size = new System.Drawing.Size(75, 23);
this.buttonUploadPhoto.TabIndex = 4;
this.buttonUploadPhoto.Text = "上传照片";
this.buttonUploadPhoto.UseVisualStyleBackColor = true;
this.buttonUploadPhoto.Click += new System.EventHandler(this.buttonUploadPhoto_Click);
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(162, 355);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(100, 21);
this.textBox8.TabIndex = 41;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(162, 308);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 40;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(162, 219);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 21);
this.textBox6.TabIndex = 39;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(162, 173);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 21);
this.textBox5.TabIndex = 42;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(162, 126);
this.textBox3.Name = "textBox3";
this.textBox3.PasswordChar = '*';
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 44;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(162, 80);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 43;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(162, 34);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 38;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(100, 355);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 32;
this.label10.Text = "电话:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(100, 311);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 33;
this.label9.Text = "职位:";
//
// label8
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -