📄 frmemployeeinfo.designer.cs
字号:
namespace Hotel.UI
{
partial class frmEmployeeInfo
{
/// <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.groupBox2 = new System.Windows.Forms.GroupBox();
this.lstShow = new System.Windows.Forms.ListView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnSelect = new System.Windows.Forms.Button();
this.txtContent = new System.Windows.Forms.TextBox();
this.lblContent = new System.Windows.Forms.Label();
this.cboSelect = new System.Windows.Forms.ComboBox();
this.lblSelect = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lstShow);
this.groupBox2.Location = new System.Drawing.Point(19, 231);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(529, 291);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "详细信息";
//
// lstShow
//
this.lstShow.FullRowSelect = true;
this.lstShow.Location = new System.Drawing.Point(6, 20);
this.lstShow.Name = "lstShow";
this.lstShow.Size = new System.Drawing.Size(515, 252);
this.lstShow.TabIndex = 0;
this.lstShow.UseCompatibleStateImageBehavior = false;
this.lstShow.View = System.Windows.Forms.View.Details;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnSelect);
this.groupBox1.Controls.Add(this.txtContent);
this.groupBox1.Controls.Add(this.lblContent);
this.groupBox1.Controls.Add(this.cboSelect);
this.groupBox1.Controls.Add(this.lblSelect);
this.groupBox1.Location = new System.Drawing.Point(19, 66);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(521, 146);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询信息";
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(439, 91);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(76, 26);
this.btnExit.TabIndex = 4;
this.btnExit.Text = "退出(&E)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(331, 91);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(76, 26);
this.btnSelect.TabIndex = 4;
this.btnSelect.Text = "查找(&F)";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// txtContent
//
this.txtContent.Location = new System.Drawing.Point(331, 39);
this.txtContent.Name = "txtContent";
this.txtContent.Size = new System.Drawing.Size(184, 21);
this.txtContent.TabIndex = 3;
this.txtContent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContent_KeyPress);
//
// lblContent
//
this.lblContent.AutoSize = true;
this.lblContent.Location = new System.Drawing.Point(263, 42);
this.lblContent.Name = "lblContent";
this.lblContent.Size = new System.Drawing.Size(47, 12);
this.lblContent.TabIndex = 2;
this.lblContent.Text = "关键字:";
//
// cboSelect
//
this.cboSelect.FormattingEnabled = true;
this.cboSelect.Items.AddRange(new object[] {
"员工姓名",
"员工编号"});
this.cboSelect.Location = new System.Drawing.Point(96, 40);
this.cboSelect.Name = "cboSelect";
this.cboSelect.Size = new System.Drawing.Size(123, 20);
this.cboSelect.TabIndex = 1;
this.cboSelect.Text = "员工姓名";
//
// lblSelect
//
this.lblSelect.AutoSize = true;
this.lblSelect.Location = new System.Drawing.Point(20, 42);
this.lblSelect.Name = "lblSelect";
this.lblSelect.Size = new System.Drawing.Size(59, 12);
this.lblSelect.TabIndex = 0;
this.lblSelect.Text = "查询方式:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(194, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(135, 20);
this.label1.TabIndex = 8;
this.label1.Text = "员工信息查询";
//
// frmEmployeeInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(567, 537);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmEmployeeInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "员工信息查询";
this.Load += new System.EventHandler(this.frmEmployeeInfo_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView lstShow;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.TextBox txtContent;
private System.Windows.Forms.Label lblContent;
private System.Windows.Forms.ComboBox cboSelect;
private System.Windows.Forms.Label lblSelect;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -