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

📄 frmwage.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace HRP.Wage
{
    partial class frmWage
    {
        /// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.t1btnAll = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnEdit = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnPrint = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.tlClose = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.dgvWage = new System.Windows.Forms.DataGridView();
            this.MonthWage = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EmployeeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BasisWage = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Overtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.WageAge = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.AllAppeared = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Hortation = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Duty = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Absent = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Chastisement = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FosterOld = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Idleness = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MedicalTreatment = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Deal = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Deduct = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FactWage = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvWage)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator1,
            this.toolStripSeparator2,
            this.t1btnAll,
            this.toolStripSeparator3,
            this.tlbtnEdit,
            this.toolStripSeparator4,
            this.tlbtnPrint,
            this.toolStripSeparator7,
            this.tlClose,
            this.toolStripSeparator5,
            this.toolStripSeparator6,
            this.toolStripLabel1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(643, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // t1btnAll
            // 
            this.t1btnAll.Image = global::HRP.Properties.Resources.全部;
            this.t1btnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.t1btnAll.Name = "t1btnAll";
            this.t1btnAll.Size = new System.Drawing.Size(73, 22);
            this.t1btnAll.Text = "当前月份";
            this.t1btnAll.Click += new System.EventHandler(this.t1btnAll_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnEdit
            // 
            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(49, 22);
            this.tlbtnEdit.Text = "修改";
            this.tlbtnEdit.Click += new System.EventHandler(this.tlbtnEdit_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnPrint
            // 
            this.tlbtnPrint.Image = global::HRP.Properties.Resources.打印;
            this.tlbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnPrint.Name = "tlbtnPrint";
            this.tlbtnPrint.Size = new System.Drawing.Size(49, 22);
            this.tlbtnPrint.Text = "打印";
            this.tlbtnPrint.Click += new System.EventHandler(this.tlbtnPrint_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // tlClose
            // 
            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(49, 22);
            this.tlClose.Text = "退出";
            this.tlClose.Click += new System.EventHandler(this.tlClose_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);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(161, 22);
            this.toolStripLabel1.Text = "(双击列表可直接对其编辑)";
            // 
            // dgvWage
            // 
            this.dgvWage.AllowUserToAddRows = false;
            this.dgvWage.AllowUserToDeleteRows = false;
            this.dgvWage.AllowUserToOrderColumns = true;
            this.dgvWage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvWage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.MonthWage,
            this.EmployeeID,
            this.EmployeeName,
            this.BasisWage,
            this.Overtime,
            this.WageAge,
            this.AllAppeared,
            this.Hortation,
            this.Duty,

⌨️ 快捷键说明

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