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

📄 departmentdetails.designer.cs

📁 实现企业的人事管理
💻 CS
字号:
namespace renshiguanli
{
    partial class DepartmentDetails
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.DepartmentName = new System.Windows.Forms.Label();
            this.Employee = new System.Windows.Forms.Label();
            this.EmployeePhoto = new System.Windows.Forms.PictureBox();
            this.Names = new System.Windows.Forms.Label();
            this.Land = new System.Windows.Forms.Label();
            this.Email = new System.Windows.Forms.Label();
            this.EmployeeName = new System.Windows.Forms.TextBox();
            this.EmployeeLand = new System.Windows.Forms.TextBox();
            this.EmployeeEmail = new System.Windows.Forms.TextBox();
            this.Sure = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Employee_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Employee_Login = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Employee_Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DeptID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.number = new System.Windows.Forms.TextBox();
            this.name_dept = new System.Windows.Forms.TextBox();
            this.apply_button = new System.Windows.Forms.Button();
            this.Dept_comboBox1 = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.EmployeePhoto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "部门";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(128, 35);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "员工统计";
            // 
            // DepartmentName
            // 
            this.DepartmentName.AutoSize = true;
            this.DepartmentName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.DepartmentName.Location = new System.Drawing.Point(67, 36);
            this.DepartmentName.Name = "DepartmentName";
            this.DepartmentName.Size = new System.Drawing.Size(0, 12);
            this.DepartmentName.TabIndex = 3;
            // 
            // Employee
            // 
            this.Employee.AutoSize = true;
            this.Employee.Location = new System.Drawing.Point(12, 81);
            this.Employee.Name = "Employee";
            this.Employee.Size = new System.Drawing.Size(29, 12);
            this.Employee.TabIndex = 5;
            this.Employee.Text = "员工";
            // 
            // EmployeePhoto
            // 
            this.EmployeePhoto.Location = new System.Drawing.Point(22, 96);
            this.EmployeePhoto.Name = "EmployeePhoto";
            this.EmployeePhoto.Size = new System.Drawing.Size(68, 93);
            this.EmployeePhoto.TabIndex = 6;
            this.EmployeePhoto.TabStop = false;
            // 
            // Names
            // 
            this.Names.AutoSize = true;
            this.Names.Location = new System.Drawing.Point(132, 97);
            this.Names.Name = "Names";
            this.Names.Size = new System.Drawing.Size(29, 12);
            this.Names.TabIndex = 7;
            this.Names.Text = "姓名";
            // 
            // Land
            // 
            this.Land.AutoSize = true;
            this.Land.Location = new System.Drawing.Point(131, 136);
            this.Land.Name = "Land";
            this.Land.Size = new System.Drawing.Size(41, 12);
            this.Land.TabIndex = 8;
            this.Land.Text = "登陆名";
            // 
            // Email
            // 
            this.Email.AutoSize = true;
            this.Email.Location = new System.Drawing.Point(131, 177);
            this.Email.Name = "Email";
            this.Email.Size = new System.Drawing.Size(53, 12);
            this.Email.TabIndex = 9;
            this.Email.Text = "电子邮件";
            // 
            // EmployeeName
            // 
            this.EmployeeName.Location = new System.Drawing.Point(199, 94);
            this.EmployeeName.Name = "EmployeeName";
            this.EmployeeName.ReadOnly = true;
            this.EmployeeName.Size = new System.Drawing.Size(81, 21);
            this.EmployeeName.TabIndex = 10;
            // 
            // EmployeeLand
            // 
            this.EmployeeLand.Location = new System.Drawing.Point(199, 133);
            this.EmployeeLand.Name = "EmployeeLand";
            this.EmployeeLand.ReadOnly = true;
            this.EmployeeLand.Size = new System.Drawing.Size(81, 21);
            this.EmployeeLand.TabIndex = 11;
            // 
            // EmployeeEmail
            // 
            this.EmployeeEmail.Location = new System.Drawing.Point(199, 174);
            this.EmployeeEmail.Name = "EmployeeEmail";
            this.EmployeeEmail.ReadOnly = true;
            this.EmployeeEmail.Size = new System.Drawing.Size(81, 21);
            this.EmployeeEmail.TabIndex = 12;
            // 
            // Sure
            // 
            this.Sure.Location = new System.Drawing.Point(213, 376);
            this.Sure.Name = "Sure";
            this.Sure.Size = new System.Drawing.Size(66, 26);
            this.Sure.TabIndex = 13;
            this.Sure.Text = "确定";
            this.Sure.UseVisualStyleBackColor = true;
            this.Sure.Click += new System.EventHandler(this.Sure_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Employee_Name,
            this.Employee_Login,
            this.Employee_Email,
            this.DeptID});
            this.dataGridView1.Location = new System.Drawing.Point(21, 206);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(443, 164);
            this.dataGridView1.TabIndex = 14;
            this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
            // 
            // Employee_Name
            // 
            this.Employee_Name.HeaderText = "Employee_Name";
            this.Employee_Name.Name = "Employee_Name";
            this.Employee_Name.ReadOnly = true;
            // 
            // Employee_Login
            // 
            this.Employee_Login.HeaderText = "Employee_Login";
            this.Employee_Login.Name = "Employee_Login";
            this.Employee_Login.ReadOnly = true;
            // 
            // Employee_Email
            // 
            this.Employee_Email.HeaderText = "Employee_Email";
            this.Employee_Email.Name = "Employee_Email";
            this.Employee_Email.ReadOnly = true;
            // 
            // DeptID
            // 
            this.DeptID.HeaderText = "DeptID";
            this.DeptID.Name = "DeptID";
            this.DeptID.ReadOnly = true;
            // 
            // number
            // 
            this.number.Location = new System.Drawing.Point(199, 32);
            this.number.Name = "number";
            this.number.ReadOnly = true;
            this.number.Size = new System.Drawing.Size(80, 21);
            this.number.TabIndex = 15;
            // 
            // name_dept
            // 
            this.name_dept.Location = new System.Drawing.Point(21, 32);
            this.name_dept.Name = "name_dept";
            this.name_dept.ReadOnly = true;
            this.name_dept.Size = new System.Drawing.Size(69, 21);
            this.name_dept.TabIndex = 16;
            this.name_dept.TextChanged += new System.EventHandler(this.name_dept_TextChanged);
            // 
            // apply_button
            // 
            this.apply_button.Location = new System.Drawing.Point(336, 169);
            this.apply_button.Name = "apply_button";
            this.apply_button.Size = new System.Drawing.Size(94, 26);
            this.apply_button.TabIndex = 17;
            this.apply_button.Text = "接受";
            this.apply_button.UseVisualStyleBackColor = true;
            this.apply_button.Click += new System.EventHandler(this.apply_button_Click);
            // 
            // Dept_comboBox1
            // 
            this.Dept_comboBox1.FormattingEnabled = true;
            this.Dept_comboBox1.Location = new System.Drawing.Point(336, 93);
            this.Dept_comboBox1.Name = "Dept_comboBox1";
            this.Dept_comboBox1.Size = new System.Drawing.Size(94, 20);
            this.Dept_comboBox1.TabIndex = 18;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(334, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(113, 12);
            this.label2.TabIndex = 19;
            this.label2.Text = "员工转移至其他部门";
            // 
            // DepartmentDetails
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(473, 414);
            this.ControlBox = false;
            this.Controls.Add(this.label2);
            this.Controls.Add(this.Dept_comboBox1);
            this.Controls.Add(this.apply_button);
            this.Controls.Add(this.name_dept);
            this.Controls.Add(this.number);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.Sure);
            this.Controls.Add(this.EmployeeEmail);
            this.Controls.Add(this.EmployeeLand);
            this.Controls.Add(this.EmployeeName);
            this.Controls.Add(this.Email);
            this.Controls.Add(this.Land);
            this.Controls.Add(this.Names);
            this.Controls.Add(this.EmployeePhoto);
            this.Controls.Add(this.Employee);
            this.Controls.Add(this.DepartmentName);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label1);
            this.Name = "DepartmentDetails";
            this.Text = "部门明细";
            this.Load += new System.EventHandler(this.DepartmentDetails_Load);
            ((System.ComponentModel.ISupportInitialize)(this.EmployeePhoto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label DepartmentName;
        private System.Windows.Forms.Label Employee;
        private System.Windows.Forms.PictureBox EmployeePhoto;
        private System.Windows.Forms.Label Names;
        private System.Windows.Forms.Label Land;
        private System.Windows.Forms.Label Email;
        private System.Windows.Forms.TextBox EmployeeName;
        private System.Windows.Forms.TextBox EmployeeLand;
        private System.Windows.Forms.TextBox EmployeeEmail;
        private System.Windows.Forms.Button Sure;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox number;
        private System.Windows.Forms.TextBox name_dept;
        private System.Windows.Forms.Button apply_button;
        private System.Windows.Forms.ComboBox Dept_comboBox1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Employee_Name;
        private System.Windows.Forms.DataGridViewTextBoxColumn Employee_Login;
        private System.Windows.Forms.DataGridViewTextBoxColumn Employee_Email;
        private System.Windows.Forms.DataGridViewTextBoxColumn DeptID;
        private System.Windows.Forms.Label label2;
    }
}

⌨️ 快捷键说明

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