⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.designer.cs

📁 实现企业的人事管理
💻 CS
字号:
namespace renshiguanli
{
    partial class Search
    {
        /// <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(Search));
            this.label_department = new System.Windows.Forms.Label();
            this.label_mail = new System.Windows.Forms.Label();
            this.label_name = new System.Windows.Forms.Label();
            this.comboBox_department = new System.Windows.Forms.ComboBox();
            this.textBox_mail = new System.Windows.Forms.TextBox();
            this.textBox_name = new System.Windows.Forms.TextBox();
            this.btn_0k = new System.Windows.Forms.Button();
            this.btn_cancle = new System.Windows.Forms.Button();
            this.picBox_name = new System.Windows.Forms.PictureBox();
            this.picBox_department = new System.Windows.Forms.PictureBox();
            this.picBox_mail = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.picBox_name)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBox_department)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBox_mail)).BeginInit();
            this.SuspendLayout();
            // 
            // label_department
            // 
            this.label_department.AutoSize = true;
            this.label_department.Font = new System.Drawing.Font("宋体", 9F);
            this.label_department.Location = new System.Drawing.Point(67, 112);
            this.label_department.Name = "label_department";
            this.label_department.Size = new System.Drawing.Size(53, 12);
            this.label_department.TabIndex = 25;
            this.label_department.Text = "所属部门";
            // 
            // label_mail
            // 
            this.label_mail.AutoSize = true;
            this.label_mail.Font = new System.Drawing.Font("宋体", 9F);
            this.label_mail.Location = new System.Drawing.Point(67, 70);
            this.label_mail.Name = "label_mail";
            this.label_mail.Size = new System.Drawing.Size(53, 12);
            this.label_mail.TabIndex = 24;
            this.label_mail.Text = "电子邮件";
            // 
            // label_name
            // 
            this.label_name.AutoSize = true;
            this.label_name.Font = new System.Drawing.Font("宋体", 9F);
            this.label_name.Location = new System.Drawing.Point(67, 28);
            this.label_name.Name = "label_name";
            this.label_name.Size = new System.Drawing.Size(29, 12);
            this.label_name.TabIndex = 23;
            this.label_name.Text = "姓名";
            // 
            // comboBox_department
            // 
            this.comboBox_department.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_department.FormattingEnabled = true;
            this.comboBox_department.Location = new System.Drawing.Point(147, 109);
            this.comboBox_department.Name = "comboBox_department";
            this.comboBox_department.Size = new System.Drawing.Size(111, 20);
            this.comboBox_department.TabIndex = 22;
            // 
            // textBox_mail
            // 
            this.textBox_mail.Location = new System.Drawing.Point(147, 67);
            this.textBox_mail.Name = "textBox_mail";
            this.textBox_mail.Size = new System.Drawing.Size(111, 21);
            this.textBox_mail.TabIndex = 21;
            // 
            // textBox_name
            // 
            this.textBox_name.Location = new System.Drawing.Point(147, 25);
            this.textBox_name.Name = "textBox_name";
            this.textBox_name.Size = new System.Drawing.Size(111, 21);
            this.textBox_name.TabIndex = 20;
            // 
            // btn_0k
            // 
            this.btn_0k.Location = new System.Drawing.Point(45, 165);
            this.btn_0k.Name = "btn_0k";
            this.btn_0k.Size = new System.Drawing.Size(75, 32);
            this.btn_0k.TabIndex = 26;
            this.btn_0k.Text = "查询";
            this.btn_0k.UseVisualStyleBackColor = true;
            this.btn_0k.Click += new System.EventHandler(this.btn_0k_Click);
            // 
            // btn_cancle
            // 
            this.btn_cancle.Location = new System.Drawing.Point(154, 165);
            this.btn_cancle.Name = "btn_cancle";
            this.btn_cancle.Size = new System.Drawing.Size(81, 32);
            this.btn_cancle.TabIndex = 27;
            this.btn_cancle.Text = "取消";
            this.btn_cancle.UseVisualStyleBackColor = true;
            this.btn_cancle.Click += new System.EventHandler(this.btn_cancle_Click);
            // 
            // picBox_name
            // 
            this.picBox_name.Image = ((System.Drawing.Image)(resources.GetObject("picBox_name.Image")));
            this.picBox_name.Location = new System.Drawing.Point(36, 21);
            this.picBox_name.Name = "picBox_name";
            this.picBox_name.Size = new System.Drawing.Size(25, 25);
            this.picBox_name.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picBox_name.TabIndex = 34;
            this.picBox_name.TabStop = false;
            // 
            // picBox_department
            // 
            this.picBox_department.Image = ((System.Drawing.Image)(resources.GetObject("picBox_department.Image")));
            this.picBox_department.Location = new System.Drawing.Point(36, 104);
            this.picBox_department.Name = "picBox_department";
            this.picBox_department.Size = new System.Drawing.Size(25, 25);
            this.picBox_department.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picBox_department.TabIndex = 33;
            this.picBox_department.TabStop = false;
            // 
            // picBox_mail
            // 
            this.picBox_mail.Image = ((System.Drawing.Image)(resources.GetObject("picBox_mail.Image")));
            this.picBox_mail.Location = new System.Drawing.Point(36, 63);
            this.picBox_mail.Name = "picBox_mail";
            this.picBox_mail.Size = new System.Drawing.Size(25, 25);
            this.picBox_mail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picBox_mail.TabIndex = 32;
            this.picBox_mail.TabStop = false;
            // 
            // Search
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 216);
            this.Controls.Add(this.picBox_name);
            this.Controls.Add(this.picBox_department);
            this.Controls.Add(this.picBox_mail);
            this.Controls.Add(this.btn_cancle);
            this.Controls.Add(this.btn_0k);
            this.Controls.Add(this.label_department);
            this.Controls.Add(this.label_mail);
            this.Controls.Add(this.label_name);
            this.Controls.Add(this.comboBox_department);
            this.Controls.Add(this.textBox_mail);
            this.Controls.Add(this.textBox_name);
            this.Name = "Search";
            this.Text = "员工查询";
            ((System.ComponentModel.ISupportInitialize)(this.picBox_name)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBox_department)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picBox_mail)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label_department;
        private System.Windows.Forms.Label label_mail;
        private System.Windows.Forms.Label label_name;
        private System.Windows.Forms.ComboBox comboBox_department;
        private System.Windows.Forms.TextBox textBox_mail;
        private System.Windows.Forms.TextBox textBox_name;
        private System.Windows.Forms.Button btn_0k;
        private System.Windows.Forms.Button btn_cancle;
        private System.Windows.Forms.PictureBox picBox_name;
        private System.Windows.Forms.PictureBox picBox_department;
        private System.Windows.Forms.PictureBox picBox_mail;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -