📄 updataworker.designer.cs
字号:
//
this.emailtxt.Location = new System.Drawing.Point(79, 161);
this.emailtxt.Name = "emailtxt";
this.emailtxt.Size = new System.Drawing.Size(160, 21);
this.emailtxt.TabIndex = 17;
//
// birthdaytxt
//
this.birthdaytxt.Location = new System.Drawing.Point(79, 131);
this.birthdaytxt.Name = "birthdaytxt";
this.birthdaytxt.Size = new System.Drawing.Size(160, 21);
this.birthdaytxt.TabIndex = 16;
//
// repasswordtxt
//
this.repasswordtxt.Location = new System.Drawing.Point(79, 101);
this.repasswordtxt.Name = "repasswordtxt";
this.repasswordtxt.Size = new System.Drawing.Size(160, 21);
this.repasswordtxt.TabIndex = 15;
this.repasswordtxt.UseSystemPasswordChar = true;
//
// passwordtxt
//
this.passwordtxt.Location = new System.Drawing.Point(79, 71);
this.passwordtxt.Name = "passwordtxt";
this.passwordtxt.Size = new System.Drawing.Size(160, 21);
this.passwordtxt.TabIndex = 14;
this.passwordtxt.UseSystemPasswordChar = true;
//
// loginnametxt
//
this.loginnametxt.Location = new System.Drawing.Point(79, 41);
this.loginnametxt.Name = "loginnametxt";
this.loginnametxt.Size = new System.Drawing.Size(160, 21);
this.loginnametxt.TabIndex = 13;
//
// workernametxt
//
this.workernametxt.Location = new System.Drawing.Point(79, 11);
this.workernametxt.Name = "workernametxt";
this.workernametxt.Size = new System.Drawing.Size(160, 21);
this.workernametxt.TabIndex = 12;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(17, 314);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 11;
this.label12.Text = "级别:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "姓名:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 284);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 10;
this.label11.Text = "电话:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "登陆名:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(17, 254);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 9;
this.label10.Text = "职位:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "密码:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 104);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "确认密码:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(17, 224);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 7;
this.label8.Text = "基本薪资:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(17, 134);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 4;
this.label5.Text = "出生年月:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(17, 194);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 6;
this.label7.Text = "所属部门:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(17, 164);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 5;
this.label6.Text = "电子邮件:";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// updataworker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 366);
this.Controls.Add(this.outbtn);
this.Controls.Add(this.updatabtn);
this.Controls.Add(this.label13);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "updataworker";
this.Text = "修改用户";
this.Load += new System.EventHandler(this.updataworker_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.photobox)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button outbtn;
private System.Windows.Forms.Button updatabtn;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button updownphotobtn;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
public System.Windows.Forms.PictureBox photobox;
public System.Windows.Forms.TextBox phonetxt;
public System.Windows.Forms.TextBox positiontxt;
public System.Windows.Forms.TextBox moneytxt;
public System.Windows.Forms.TextBox emailtxt;
public System.Windows.Forms.TextBox birthdaytxt;
public System.Windows.Forms.TextBox repasswordtxt;
public System.Windows.Forms.TextBox passwordtxt;
public System.Windows.Forms.TextBox loginnametxt;
public System.Windows.Forms.TextBox workernametxt;
public System.Windows.Forms.DomainUpDown levelbox;
public System.Windows.Forms.ComboBox branchtxt;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -