📄 formqueryemployee.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormQueryEmployee
{
/// <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.btnCancel = new System.Windows.Forms.Button();
this.btnQuery = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.cbDepartment = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.grdEmployee = new System.Windows.Forms.DataGrid();
this.DptID = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(339, 96);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 36;
this.btnCancel.Text = "确定";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(339, 42);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 37;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(57, 132);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 35;
this.label10.Text = "所属部门:";
//
// cbDepartment
//
this.cbDepartment.FormattingEnabled = true;
this.cbDepartment.Location = new System.Drawing.Point(157, 128);
this.cbDepartment.Name = "cbDepartment";
this.cbDepartment.Size = new System.Drawing.Size(100, 20);
this.cbDepartment.TabIndex = 34;
this.cbDepartment.SelectedIndexChanged += new System.EventHandler(this.cbDepartment_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(57, 84);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 33;
this.label5.Text = "电子邮件:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(57, 33);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 32;
this.label4.Text = "姓名:";
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(157, 81);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(100, 21);
this.txtEmail.TabIndex = 31;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(157, 33);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 30;
//
// pictureBox2
//
this.pictureBox2.Image = global::HumanResourceManagement.Properties.Resources.man;
this.pictureBox2.Location = new System.Drawing.Point(21, 25);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(30, 29);
this.pictureBox2.TabIndex = 87;
this.pictureBox2.TabStop = false;
//
// pictureBox9
//
this.pictureBox9.Image = global::HumanResourceManagement.Properties.Resources.png_0010;
this.pictureBox9.Location = new System.Drawing.Point(21, 119);
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(30, 29);
this.pictureBox9.TabIndex = 90;
this.pictureBox9.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Image = global::HumanResourceManagement.Properties.Resources._2;
this.pictureBox5.Location = new System.Drawing.Point(21, 73);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(30, 29);
this.pictureBox5.TabIndex = 91;
this.pictureBox5.TabStop = false;
//
// grdEmployee
//
this.grdEmployee.CaptionText = "指定员工信息";
this.grdEmployee.DataMember = "";
this.grdEmployee.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.grdEmployee.Location = new System.Drawing.Point(12, 184);
this.grdEmployee.Name = "grdEmployee";
this.grdEmployee.Size = new System.Drawing.Size(478, 115);
this.grdEmployee.TabIndex = 92;
//
// DptID
//
this.DptID.Location = new System.Drawing.Point(263, 129);
this.DptID.Name = "DptID";
this.DptID.Size = new System.Drawing.Size(100, 21);
this.DptID.TabIndex = 93;
//
// FormQueryEmployee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(512, 339);
this.Controls.Add(this.DptID);
this.Controls.Add(this.grdEmployee);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.pictureBox9);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnQuery);
this.Controls.Add(this.label10);
this.Controls.Add(this.cbDepartment);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtEmail);
this.Controls.Add(this.txtName);
this.MaximizeBox = false;
this.Name = "FormQueryEmployee";
this.Text = "员工查询";
this.Load += new System.EventHandler(this.FormQueryEmployee_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cbDepartment;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox9;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.DataGrid grdEmployee;
private System.Windows.Forms.TextBox DptID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -