📄 addworker.designer.cs
字号:
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(79, 221);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(160, 21);
this.textBox8.TabIndex = 19;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(79, 191);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(160, 21);
this.textBox7.TabIndex = 18;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(79, 161);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(160, 21);
this.textBox6.TabIndex = 17;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(79, 131);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(160, 21);
this.textBox5.TabIndex = 16;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(79, 101);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(160, 21);
this.textBox4.TabIndex = 15;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(79, 71);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(160, 21);
this.textBox3.TabIndex = 14;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(79, 41);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(160, 21);
this.textBox2.TabIndex = 13;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(79, 11);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(160, 21);
this.textBox1.TabIndex = 12;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(17, 344);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 11;
this.label12.Text = "级别:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Location = new System.Drawing.Point(291, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 250);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "照片";
//
// button1
//
this.button1.Location = new System.Drawing.Point(60, 219);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "上传照片";
this.button1.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(10, 25);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(180, 180);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(503, 63);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(0, 12);
this.label13.TabIndex = 13;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(301, 268);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(96, 16);
this.checkBox1.TabIndex = 14;
this.checkBox1.Text = "打印到报表:";
this.checkBox1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(301, 315);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 15;
this.button2.Text = "新建";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(392, 315);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 16;
this.button3.Text = "置空";
this.button3.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(482, 315);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 17;
this.button4.Text = "取消";
this.button4.UseVisualStyleBackColor = true;
//
// outbtn
//
this.outbtn.Location = new System.Drawing.Point(427, 316);
this.outbtn.Name = "outbtn";
this.outbtn.Size = new System.Drawing.Size(75, 23);
this.outbtn.TabIndex = 30;
this.outbtn.Text = "取消";
this.outbtn.UseVisualStyleBackColor = true;
this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(312, 316);
this.yesbtn.Name = "yesbtn";
this.yesbtn.Size = new System.Drawing.Size(75, 23);
this.yesbtn.TabIndex = 28;
this.yesbtn.Text = "确定";
this.yesbtn.UseVisualStyleBackColor = true;
this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(514, 64);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(0, 12);
this.label14.TabIndex = 27;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.updownphotobtn);
this.groupBox3.Controls.Add(this.photobox);
this.groupBox3.Location = new System.Drawing.Point(302, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 250);
this.groupBox3.TabIndex = 26;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "照片";
//
// updownphotobtn
//
this.updownphotobtn.Location = new System.Drawing.Point(60, 219);
this.updownphotobtn.Name = "updownphotobtn";
this.updownphotobtn.Size = new System.Drawing.Size(75, 23);
this.updownphotobtn.TabIndex = 1;
this.updownphotobtn.Text = "上传照片";
this.updownphotobtn.UseVisualStyleBackColor = true;
this.updownphotobtn.Click += new System.EventHandler(this.updownphotobtn_Click);
//
// photobox
//
this.photobox.Image = ((System.Drawing.Image)(resources.GetObject("photobox.Image")));
this.photobox.Location = new System.Drawing.Point(10, 25);
this.photobox.Name = "photobox";
this.photobox.Size = new System.Drawing.Size(180, 180);
this.photobox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.photobox.TabIndex = 0;
this.photobox.TabStop = false;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.branchtxt);
this.groupBox4.Controls.Add(this.levelbox);
this.groupBox4.Controls.Add(this.phonetxt);
this.groupBox4.Controls.Add(this.positiontxt);
this.groupBox4.Controls.Add(this.moneytxt);
this.groupBox4.Controls.Add(this.emailtxt);
this.groupBox4.Controls.Add(this.birthdaytxt);
this.groupBox4.Controls.Add(this.repasswordtxt);
this.groupBox4.Controls.Add(this.passwordtxt);
this.groupBox4.Controls.Add(this.loginnametxt);
this.groupBox4.Controls.Add(this.workernametxt);
this.groupBox4.Controls.Add(this.label15);
this.groupBox4.Controls.Add(this.label16);
this.groupBox4.Controls.Add(this.label17);
this.groupBox4.Controls.Add(this.label18);
this.groupBox4.Controls.Add(this.label19);
this.groupBox4.Controls.Add(this.label20);
this.groupBox4.Controls.Add(this.label22);
this.groupBox4.Controls.Add(this.label23);
this.groupBox4.Controls.Add(this.label24);
this.groupBox4.Controls.Add(this.label25);
this.groupBox4.Controls.Add(this.label26);
this.groupBox4.Location = new System.Drawing.Point(24, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(263, 360);
this.groupBox4.TabIndex = 25;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "注册信息";
//
// branchtxt
//
this.branchtxt.FormattingEnabled = true;
this.branchtxt.Location = new System.Drawing.Point(79, 194);
this.branchtxt.Name = "branchtxt";
this.branchtxt.Size = new System.Drawing.Size(160, 20);
this.branchtxt.TabIndex = 24;
//
// levelbox
//
this.levelbox.Items.Add("1");
this.levelbox.Items.Add("2");
this.levelbox.Items.Add("3");
this.levelbox.Items.Add("4");
this.levelbox.Items.Add("5");
this.levelbox.Items.Add("6");
this.levelbox.Items.Add("7");
this.levelbox.Items.Add("8");
this.levelbox.Items.Add("9");
this.levelbox.Items.Add("10");
this.levelbox.Location = new System.Drawing.Point(79, 316);
this.levelbox.Name = "levelbox";
this.levelbox.Size = new System.Drawing.Size(160, 21);
this.levelbox.TabIndex = 23;
//
// phonetxt
//
this.phonetxt.Location = new System.Drawing.Point(79, 282);
this.phonetxt.Name = "phonetxt";
this.phonetxt.Size = new System.Drawing.Size(160, 21);
this.phonetxt.TabIndex = 22;
//
// positiontxt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -