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

📄 frmemplpyeeremove.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.btnOpen.Text = "...";
            this.btnOpen.UseVisualStyleBackColor = true;
            this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.toolStripSeparator2,
            this.tlbtnRemove,
            this.tlbtnAll,
            this.tlClose,
            this.toolStripSeparator3,
            this.toolStripSeparator7,
            this.toolStripLabel2,
            this.tlcbbData,
            this.toolStripLabel1,
            this.tltxtKeyWord,
            this.toolStripSeparator4,
            this.tlSearch,
            this.toolStripSeparator5,
            this.toolStripSeparator6});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(668, 25);
            this.toolStrip1.TabIndex = 6;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tlbtnRemove
            // 
            this.tlbtnRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnRemove.Image = global::HRP.Properties.Resources.添加同级;
            this.tlbtnRemove.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnRemove.Name = "tlbtnRemove";
            this.tlbtnRemove.Size = new System.Drawing.Size(23, 22);
            this.tlbtnRemove.Text = "调动";
            this.tlbtnRemove.Click += new System.EventHandler(this.tlbtnRemove_Click);
            // 
            // tlbtnAll
            // 
            this.tlbtnAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnAll.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnAll.Image")));
            this.tlbtnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnAll.Name = "tlbtnAll";
            this.tlbtnAll.Size = new System.Drawing.Size(23, 22);
            this.tlbtnAll.Text = "全部";
            this.tlbtnAll.Click += new System.EventHandler(this.tlbtnAll_Click);
            // 
            // tlClose
            // 
            this.tlClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlClose.Image = global::HRP.Properties.Resources.退出;
            this.tlClose.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlClose.Name = "tlClose";
            this.tlClose.Size = new System.Drawing.Size(23, 22);
            this.tlClose.Text = "退出";
            this.tlClose.Click += new System.EventHandler(this.tlClose_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(65, 22);
            this.toolStripLabel2.Text = "查询的字段";
            // 
            // tlcbbData
            // 
            this.tlcbbData.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.tlcbbData.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.tlcbbData.Items.AddRange(new object[] {
            "编号",
            "姓名"});
            this.tlcbbData.Name = "tlcbbData";
            this.tlcbbData.Size = new System.Drawing.Size(121, 25);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel1.Text = "关键字";
            // 
            // tltxtKeyWord
            // 
            this.tltxtKeyWord.Name = "tltxtKeyWord";
            this.tltxtKeyWord.Size = new System.Drawing.Size(100, 25);
            // 
            // tlSearch
            // 
            this.tlSearch.Image = global::HRP.Properties.Resources.查询;
            this.tlSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlSearch.Name = "tlSearch";
            this.tlSearch.Size = new System.Drawing.Size(49, 22);
            this.tlSearch.Text = "查询";
            this.tlSearch.Click += new System.EventHandler(this.tlSearch_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // cbbEmployeeWorkType
            // 
            this.cbbEmployeeWorkType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeWorkType.FormattingEnabled = true;
            this.cbbEmployeeWorkType.Location = new System.Drawing.Point(95, 52);
            this.cbbEmployeeWorkType.Name = "cbbEmployeeWorkType";
            this.cbbEmployeeWorkType.Size = new System.Drawing.Size(102, 20);
            this.cbbEmployeeWorkType.TabIndex = 113;
            // 
            // cbbEmployeeDutyType
            // 
            this.cbbEmployeeDutyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeDutyType.FormattingEnabled = true;
            this.cbbEmployeeDutyType.Location = new System.Drawing.Point(274, 54);
            this.cbbEmployeeDutyType.Name = "cbbEmployeeDutyType";
            this.cbbEmployeeDutyType.Size = new System.Drawing.Size(119, 20);
            this.cbbEmployeeDutyType.TabIndex = 113;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnOpen);
            this.groupBox1.Controls.Add(this.txtEmployeeName);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cbbEmployeeDutyType);
            this.groupBox1.Controls.Add(this.cbbEmployeeWorkType);
            this.groupBox1.Controls.Add(this.cbbEmployeePostTitle);
            this.groupBox1.Controls.Add(this.cbbEmployeeDept);
            this.groupBox1.Location = new System.Drawing.Point(4, 29);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(660, 88);
            this.groupBox1.TabIndex = 15;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "相关人事信息";
            // 
            // cbbEmployeePostTitle
            // 
            this.cbbEmployeePostTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeePostTitle.FormattingEnabled = true;
            this.cbbEmployeePostTitle.Location = new System.Drawing.Point(473, 55);
            this.cbbEmployeePostTitle.Name = "cbbEmployeePostTitle";
            this.cbbEmployeePostTitle.Size = new System.Drawing.Size(176, 20);
            this.cbbEmployeePostTitle.TabIndex = 113;
            // 
            // cbbEmployeeDept
            // 
            this.cbbEmployeeDept.Cursor = System.Windows.Forms.Cursors.Default;
            this.cbbEmployeeDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbEmployeeDept.FormattingEnabled = true;
            this.cbbEmployeeDept.Location = new System.Drawing.Point(473, 17);
            this.cbbEmployeeDept.Name = "cbbEmployeeDept";
            this.cbbEmployeeDept.Size = new System.Drawing.Size(176, 20);
            this.cbbEmployeeDept.TabIndex = 113;
            // 
            // frmEmplpyeeRemove
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(668, 429);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtEmployeeID);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dgvEmpleeRemove);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.groupBox1);
            this.Name = "frmEmplpyeeRemove";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "【员工调动】";
            this.Load += new System.EventHandler(this.frmEmplpyeeRemove_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvEmpleeRemove)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label3;
        public System.Windows.Forms.TextBox txtEmployeeName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label4;
        public System.Windows.Forms.TextBox txtEmployeeID;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView dgvEmpleeRemove;
        private System.Windows.Forms.ToolStripButton tlbtnAll;
        private System.Windows.Forms.ToolStripButton tlSearch;
        private System.Windows.Forms.ToolStripButton tlClose;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button btnOpen;
        private System.Windows.Forms.ToolStripButton tlbtnRemove;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripTextBox tltxtKeyWord;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ComboBox cbbEmployeeWorkType;
        private System.Windows.Forms.ComboBox cbbEmployeeDutyType;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cbbEmployeePostTitle;
        private System.Windows.Forms.ComboBox cbbEmployeeDept;
        private System.Windows.Forms.ToolStripLabel toolStripLabel2;
        private System.Windows.Forms.ToolStripComboBox tlcbbData;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
    }
}

⌨️ 快捷键说明

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