📄 employeeoperform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Employee
{
partial class EmployeeOperForm
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.FileUp = new System.Windows.Forms.Button();
this.photo = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.pbPhoto = new System.Windows.Forms.PictureBox();
this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
this.rbw = new System.Windows.Forms.RadioButton();
this.rbn = new System.Windows.Forms.RadioButton();
this.txtMemo = new System.Windows.Forms.TextBox();
this.txtQQ = new System.Windows.Forms.TextBox();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtMobile = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtPostalCode = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtIDCard = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
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.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = 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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.FileUp);
this.groupBox1.Controls.Add(this.photo);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.btnOK);
this.groupBox1.Controls.Add(this.pbPhoto);
this.groupBox1.Controls.Add(this.dtpBirthday);
this.groupBox1.Controls.Add(this.rbw);
this.groupBox1.Controls.Add(this.rbn);
this.groupBox1.Controls.Add(this.txtMemo);
this.groupBox1.Controls.Add(this.txtQQ);
this.groupBox1.Controls.Add(this.txtEmail);
this.groupBox1.Controls.Add(this.txtMobile);
this.groupBox1.Controls.Add(this.txtPhone);
this.groupBox1.Controls.Add(this.txtPostalCode);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtIDCard);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(5, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(489, 369);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
//
// FileUp
//
this.FileUp.Location = new System.Drawing.Point(387, 230);
this.FileUp.Name = "FileUp";
this.FileUp.Size = new System.Drawing.Size(46, 23);
this.FileUp.TabIndex = 29;
this.FileUp.Text = "上传";
this.FileUp.UseVisualStyleBackColor = true;
this.FileUp.Click += new System.EventHandler(this.FileUp_Click);
//
// photo
//
this.photo.Location = new System.Drawing.Point(346, 193);
this.photo.Name = "photo";
this.photo.Size = new System.Drawing.Size(133, 21);
this.photo.TabIndex = 28;
//
// button1
//
this.button1.Location = new System.Drawing.Point(222, 38);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(61, 23);
this.button1.TabIndex = 27;
this.button1.Text = "清除全部";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(378, 294);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(66, 23);
this.btnOK.TabIndex = 26;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// pbPhoto
//
this.pbPhoto.Location = new System.Drawing.Point(346, 20);
this.pbPhoto.Name = "pbPhoto";
this.pbPhoto.Size = new System.Drawing.Size(133, 168);
this.pbPhoto.TabIndex = 25;
this.pbPhoto.TabStop = false;
//
// dtpBirthday
//
this.dtpBirthday.Location = new System.Drawing.Point(13, 124);
this.dtpBirthday.Name = "dtpBirthday";
this.dtpBirthday.Size = new System.Drawing.Size(129, 21);
this.dtpBirthday.TabIndex = 24;
//
// rbw
//
this.rbw.AutoSize = true;
this.rbw.Location = new System.Drawing.Point(191, 82);
this.rbw.Name = "rbw";
this.rbw.Size = new System.Drawing.Size(35, 16);
this.rbw.TabIndex = 22;
this.rbw.TabStop = true;
this.rbw.Text = "女";
this.rbw.UseVisualStyleBackColor = true;
//
// rbn
//
this.rbn.AutoSize = true;
this.rbn.Checked = true;
this.rbn.Location = new System.Drawing.Point(149, 82);
this.rbn.Name = "rbn";
this.rbn.Size = new System.Drawing.Size(35, 16);
this.rbn.TabIndex = 21;
this.rbn.TabStop = true;
this.rbn.Text = "男";
this.rbn.UseVisualStyleBackColor = true;
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(16, 294);
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(327, 69);
this.txtMemo.TabIndex = 20;
//
// txtQQ
//
this.txtQQ.Location = new System.Drawing.Point(13, 211);
this.txtQQ.Name = "txtQQ";
this.txtQQ.Size = new System.Drawing.Size(157, 21);
this.txtQQ.TabIndex = 19;
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(157, 170);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(183, 21);
this.txtEmail.TabIndex = 18;
//
// txtMobile
//
this.txtMobile.Location = new System.Drawing.Point(13, 172);
this.txtMobile.Name = "txtMobile";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -