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

📄 frmhortation.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.dgvHortation.Size = new System.Drawing.Size(559, 340);
            this.dgvHortation.TabIndex = 1;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "ID";
            this.Column8.HeaderText = "ID";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "MonthWage";
            this.Column1.HeaderText = "所属工资月份";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Width = 120;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "EmployeeID";
            this.Column2.HeaderText = "员工编号";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "EmployeeName";
            this.Column3.HeaderText = "员工姓名";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "HortationItem";
            this.Column4.HeaderText = "奖励项目";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "HortationNumber";
            this.Column5.HeaderText = "奖励金额";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "Remark";
            this.Column6.HeaderText = "备注";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "HortationDate";
            this.Column7.HeaderText = "日期";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            // 
            // tlbtnAdd
            // 
            this.tlbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnAdd.Image = global::HRP.Properties.Resources.添加同级;
            this.tlbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnAdd.Name = "tlbtnAdd";
            this.tlbtnAdd.Size = new System.Drawing.Size(23, 22);
            this.tlbtnAdd.Text = "添加";
            this.tlbtnAdd.Click += new System.EventHandler(this.tlbtnAdd_Click);
            // 
            // tlbtnEdit
            // 
            this.tlbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnEdit.Image = global::HRP.Properties.Resources.修改;
            this.tlbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnEdit.Name = "tlbtnEdit";
            this.tlbtnEdit.Size = new System.Drawing.Size(23, 22);
            this.tlbtnEdit.Text = "修改";
            this.tlbtnEdit.Click += new System.EventHandler(this.tlbtnEdit_Click);
            // 
            // tlbtnDelete
            // 
            this.tlbtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnDelete.Image = global::HRP.Properties.Resources.删除;
            this.tlbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnDelete.Name = "tlbtnDelete";
            this.tlbtnDelete.Size = new System.Drawing.Size(23, 22);
            this.tlbtnDelete.Text = "删除";
            this.tlbtnDelete.Click += new System.EventHandler(this.tlbtnDelete_Click);
            // 
            // tlbtnAll
            // 
            this.tlbtnAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnAll.Image = global::HRP.Properties.Resources.全部;
            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);
            // 
            // tlbtnClose
            // 
            this.tlbtnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tlbtnClose.Image = global::HRP.Properties.Resources.退出;
            this.tlbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnClose.Name = "tlbtnClose";
            this.tlbtnClose.Size = new System.Drawing.Size(23, 22);
            this.tlbtnClose.Text = "退出";
            this.tlbtnClose.Click += new System.EventHandler(this.tlbtnClose_Click);
            // 
            // tlbtnSearch
            // 
            this.tlbtnSearch.Image = global::HRP.Properties.Resources.查询;
            this.tlbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnSearch.Name = "tlbtnSearch";
            this.tlbtnSearch.Size = new System.Drawing.Size(49, 22);
            this.tlbtnSearch.Text = "查询";
            this.tlbtnSearch.Click += new System.EventHandler(this.tlbtnSearch_Click);
            // 
            // frmHortation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(559, 368);
            this.Controls.Add(this.dgvHortation);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frmHortation";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "【员工奖励管理】";
            this.Load += new System.EventHandler(this.frmHortation_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvHortation)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton tlbtnAdd;
        private System.Windows.Forms.ToolStripButton tlbtnEdit;
        private System.Windows.Forms.ToolStripButton tlbtnDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton tlbtnAll;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton tlbtnClose;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tlbtnSearch;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripTextBox tltxtKeyWord;
        private System.Windows.Forms.ToolStripComboBox tlcmbData;
        private System.Windows.Forms.ToolStripLabel toolStripLabel2;
        public System.Windows.Forms.DataGridView dgvHortation;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        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;
    }
}

⌨️ 快捷键说明

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