📄 employeeform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Employee
{
partial class EmployeeForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmployeeForm));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.AddEmployee = new System.Windows.Forms.ToolStripButton();
this.UpdateEmployee = new System.Windows.Forms.ToolStripButton();
this.DeleteEmployee = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.btnExit = new System.Windows.Forms.ToolStripButton();
this.LVEmployee = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSel = new System.Windows.Forms.Button();
this.txtName = new System.Windows.Forms.TextBox();
this.txtIDCard = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AddEmployee,
this.UpdateEmployee,
this.DeleteEmployee,
this.toolStripSeparator1,
this.toolStripButton5,
this.toolStripSeparator3,
this.toolStripButton6,
this.toolStripSeparator4,
this.btnExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(767, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// AddEmployee
//
this.AddEmployee.Image = ((System.Drawing.Image)(resources.GetObject("AddEmployee.Image")));
this.AddEmployee.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AddEmployee.Name = "AddEmployee";
this.AddEmployee.Size = new System.Drawing.Size(49, 22);
this.AddEmployee.Text = "添加";
this.AddEmployee.Click += new System.EventHandler(this.AddEmployee_Click);
//
// UpdateEmployee
//
this.UpdateEmployee.Image = ((System.Drawing.Image)(resources.GetObject("UpdateEmployee.Image")));
this.UpdateEmployee.ImageTransparentColor = System.Drawing.Color.Magenta;
this.UpdateEmployee.Name = "UpdateEmployee";
this.UpdateEmployee.Size = new System.Drawing.Size(49, 22);
this.UpdateEmployee.Text = "修改";
this.UpdateEmployee.Click += new System.EventHandler(this.UpdateEmployee_Click);
//
// DeleteEmployee
//
this.DeleteEmployee.Image = ((System.Drawing.Image)(resources.GetObject("DeleteEmployee.Image")));
this.DeleteEmployee.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DeleteEmployee.Name = "DeleteEmployee";
this.DeleteEmployee.Size = new System.Drawing.Size(49, 22);
this.DeleteEmployee.Text = "删除";
this.DeleteEmployee.Click += new System.EventHandler(this.DeleteEmployee_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton5
//
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(49, 22);
this.toolStripButton5.Text = "打印";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton6
//
this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(49, 22);
this.toolStripButton6.Text = "帮助";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// btnExit
//
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(49, 22);
this.btnExit.Text = "退出";
//
// LVEmployee
//
this.LVEmployee.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10,
this.columnHeader11,
this.columnHeader12});
this.LVEmployee.FullRowSelect = true;
this.LVEmployee.GridLines = true;
this.LVEmployee.Location = new System.Drawing.Point(7, 86);
this.LVEmployee.Name = "LVEmployee";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -