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

📄 frmuserkqmanage.designer.cs

📁 随着我国市场经济的快速发展
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(183, 134);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 12);
            this.label11.TabIndex = 17;
            this.label11.Text = "加班工资:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(13, 134);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 16;
            this.label10.Text = "全勤奖金:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(372, 97);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 15;
            this.label9.Text = "所得罚款:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(183, 97);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 14;
            this.label8.Text = "所得奖励:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(13, 97);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 13;
            this.label7.Text = "职务津贴:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(372, 60);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "基本工资:";
            // 
            // txtYsex
            // 
            this.txtYsex.Enabled = false;
            this.txtYsex.Location = new System.Drawing.Point(438, 16);
            this.txtYsex.Name = "txtYsex";
            this.txtYsex.Size = new System.Drawing.Size(100, 21);
            this.txtYsex.TabIndex = 11;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(372, 19);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 10;
            this.label5.Text = "员工性别:";
            // 
            // txtYzhiwu
            // 
            this.txtYzhiwu.Enabled = false;
            this.txtYzhiwu.Location = new System.Drawing.Point(253, 57);
            this.txtYzhiwu.Name = "txtYzhiwu";
            this.txtYzhiwu.Size = new System.Drawing.Size(100, 21);
            this.txtYzhiwu.TabIndex = 9;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(183, 60);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "员工职务:";
            // 
            // txtYdep
            // 
            this.txtYdep.Enabled = false;
            this.txtYdep.Location = new System.Drawing.Point(81, 57);
            this.txtYdep.Name = "txtYdep";
            this.txtYdep.Size = new System.Drawing.Size(84, 21);
            this.txtYdep.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 60);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "所属部门:";
            // 
            // txtYname
            // 
            this.txtYname.Enabled = false;
            this.txtYname.Location = new System.Drawing.Point(253, 15);
            this.txtYname.Name = "txtYname";
            this.txtYname.Size = new System.Drawing.Size(100, 21);
            this.txtYname.TabIndex = 5;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(183, 21);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "员工姓名:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "员工编号:";
            // 
            // cbbYnum
            // 
            this.cbbYnum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbYnum.Enabled = false;
            this.cbbYnum.FormattingEnabled = true;
            this.cbbYnum.Location = new System.Drawing.Point(81, 17);
            this.cbbYnum.Name = "cbbYnum";
            this.cbbYnum.Size = new System.Drawing.Size(84, 20);
            this.cbbYnum.TabIndex = 3;
            this.cbbYnum.SelectedIndexChanged += new System.EventHandler(this.cbbYnum_SelectedIndexChanged);
            // 
            // frmUserKqManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(560, 190);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmUserKqManage";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "员工考勤津贴管理";
            this.Load += new System.EventHandler(this.frmUserKqManage_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtYname;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cbbYnum;
        private System.Windows.Forms.TextBox txtYsex;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtYzhiwu;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtYdep;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtYquanqin;
        private System.Windows.Forms.TextBox txtYfakuan;
        private System.Windows.Forms.TextBox txtYjiangli;
        private System.Windows.Forms.TextBox txtYjintie;
        private System.Windows.Forms.TextBox txtYbasepay;
        private System.Windows.Forms.TextBox txtYjiaban;
        private System.Windows.Forms.ToolStripLabel toolStripLabel4;
        private System.Windows.Forms.ToolStripLabel toolStripLabel3;
        private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
        private System.Windows.Forms.ToolStripLabel toolStripLabel5;
        private System.Windows.Forms.ToolStripButton toolStripLabel1;
        private System.Windows.Forms.ToolStripButton toolStripLabel2;
    }
}

⌨️ 快捷键说明

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