📄 formlistemployee.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormListEmployee
{
/// <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.grdEmployee = new System.Windows.Forms.DataGrid();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.btnEditEmployee = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).BeginInit();
this.SuspendLayout();
//
// grdEmployee
//
this.grdEmployee.CaptionText = "员工列表";
this.grdEmployee.DataMember = "";
this.grdEmployee.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.grdEmployee.Location = new System.Drawing.Point(12, 88);
this.grdEmployee.Name = "grdEmployee";
this.grdEmployee.Size = new System.Drawing.Size(507, 279);
this.grdEmployee.TabIndex = 11;
//
// button5
//
this.button5.Location = new System.Drawing.Point(430, 41);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 10;
this.button5.Text = "取 消";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.btnCancel_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(303, 41);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 9;
this.button4.Text = "查询员工";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(206, 41);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 8;
this.button3.Text = "删除员工";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// btnEditEmployee
//
this.btnEditEmployee.Location = new System.Drawing.Point(109, 41);
this.btnEditEmployee.Name = "btnEditEmployee";
this.btnEditEmployee.Size = new System.Drawing.Size(75, 23);
this.btnEditEmployee.TabIndex = 7;
this.btnEditEmployee.Text = "修改员工";
this.btnEditEmployee.UseVisualStyleBackColor = true;
this.btnEditEmployee.Click += new System.EventHandler(this.btnEditEmployee_Click_1);
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 41);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 6;
this.button1.Text = "添加员工";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnNewEmployee_Click);
//
// FormListEmployee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(546, 407);
this.Controls.Add(this.grdEmployee);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.btnEditEmployee);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.Name = "FormListEmployee";
this.Text = "员工列表";
this.Load += new System.EventHandler(this.FormListEmployee_Load);
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid grdEmployee;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button btnEditEmployee;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -