📄 employeeform.designer.cs
字号:
this.LVEmployee.Size = new System.Drawing.Size(754, 348);
this.LVEmployee.TabIndex = 2;
this.LVEmployee.UseCompatibleStateImageBehavior = false;
this.LVEmployee.View = System.Windows.Forms.View.Details;
this.LVEmployee.Click += new System.EventHandler(this.LVEmployee_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "身份证号:";
//
// columnHeader2
//
this.columnHeader2.Text = "姓名";
//
// columnHeader3
//
this.columnHeader3.Text = "性别";
//
// columnHeader4
//
this.columnHeader4.Text = "出生日期";
//
// columnHeader5
//
this.columnHeader5.Text = "照片";
//
// columnHeader6
//
this.columnHeader6.Text = "联系电话";
//
// columnHeader7
//
this.columnHeader7.Text = "手机";
//
// columnHeader8
//
this.columnHeader8.Text = "家庭住址";
//
// columnHeader9
//
this.columnHeader9.Text = "邮政编码";
//
// columnHeader10
//
this.columnHeader10.Text = "信箱";
//
// columnHeader11
//
this.columnHeader11.Text = "QQ";
//
// columnHeader12
//
this.columnHeader12.Text = "备注";
this.columnHeader12.Width = 85;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnSel);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtIDCard);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 29);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(572, 52);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// btnSel
//
this.btnSel.Location = new System.Drawing.Point(478, 16);
this.btnSel.Name = "btnSel";
this.btnSel.Size = new System.Drawing.Size(75, 23);
this.btnSel.TabIndex = 4;
this.btnSel.Text = "查找";
this.btnSel.UseVisualStyleBackColor = true;
this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(324, 18);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(134, 21);
this.txtName.TabIndex = 3;
//
// txtIDCard
//
this.txtIDCard.Location = new System.Drawing.Point(102, 18);
this.txtIDCard.Name = "txtIDCard";
this.txtIDCard.Size = new System.Drawing.Size(168, 21);
this.txtIDCard.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(289, 21);
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(40, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "身份证号:";
//
// EmployeeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(767, 438);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.LVEmployee);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EmployeeForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "员工信息维护";
this.Load += new System.EventHandler(this.EmployeeForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton UpdateEmployee;
private System.Windows.Forms.ToolStripButton DeleteEmployee;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton AddEmployee;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton btnExit;
private System.Windows.Forms.ListView LVEmployee;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnSel;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtIDCard;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -