📄 formemplist.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormEmpList
{
/// <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.lbEmp = new System.Windows.Forms.ListBox();
this.BtnOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lbEmp
//
this.lbEmp.FormattingEnabled = true;
this.lbEmp.ItemHeight = 12;
this.lbEmp.Location = new System.Drawing.Point(12, 12);
this.lbEmp.Name = "lbEmp";
this.lbEmp.Size = new System.Drawing.Size(190, 268);
this.lbEmp.TabIndex = 9;
//
// BtnOK
//
this.BtnOK.Location = new System.Drawing.Point(238, 257);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 23);
this.BtnOK.TabIndex = 8;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(236, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 7;
this.label1.Text = "员工列表";
//
// FormEmpList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(325, 306);
this.Controls.Add(this.lbEmp);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "FormEmpList";
this.Text = "员工列表";
this.Load += new System.EventHandler(this.FormEmpList_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox lbEmp;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -