📄 employeeoperform.designer.cs
字号:
this.txtMobile.Size = new System.Drawing.Size(138, 21);
this.txtMobile.TabIndex = 17;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(151, 125);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(148, 21);
this.txtPhone.TabIndex = 16;
//
// txtPostalCode
//
this.txtPostalCode.Location = new System.Drawing.Point(180, 211);
this.txtPostalCode.Name = "txtPostalCode";
this.txtPostalCode.Size = new System.Drawing.Size(160, 21);
this.txtPostalCode.TabIndex = 15;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(13, 255);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(330, 21);
this.txtAddress.TabIndex = 14;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(13, 77);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(121, 21);
this.txtName.TabIndex = 13;
//
// txtIDCard
//
this.txtIDCard.Location = new System.Drawing.Point(12, 38);
this.txtIDCard.Name = "txtIDCard";
this.txtIDCard.Size = new System.Drawing.Size(188, 21);
this.txtIDCard.TabIndex = 12;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(11, 196);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 11;
this.label12.Text = "QQ:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(14, 279);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 10;
this.label11.Text = "备注:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(157, 155);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 12);
this.label10.TabIndex = 9;
this.label10.Text = "Email:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(179, 194);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 8;
this.label9.Text = "邮政编码:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 235);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 7;
this.label8.Text = "家庭住址:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(11, 153);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 6;
this.label7.Text = "手机:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(149, 104);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 5;
this.label6.Text = "联系电话:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(302, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 4;
this.label5.Text = "照片:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 104);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "出生日期:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(147, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "性别:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "身份证号:";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// EmployeeOperForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(498, 379);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EmployeeOperForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新员工登记";
this.Load += new System.EventHandler(this.EmployeeOperForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.PictureBox pbPhoto;
private System.Windows.Forms.DateTimePicker dtpBirthday;
private System.Windows.Forms.RadioButton rbw;
private System.Windows.Forms.RadioButton rbn;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.TextBox txtQQ;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtMobile;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtPostalCode;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtIDCard;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox photo;
private System.Windows.Forms.Button FileUp;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -