欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

dataset1.designer.cs

The human resources management system management system operatingprocedure, welcome everybody to eva
CS
第 1 页 / 共 5 页
字号:
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 临时补Column {
                get {
                    return this.column临时补;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 职务工资Column {
                get {
                    return this.column职务工资;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 工龄工资Column {
                get {
                    return this.column工龄工资;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 考核工资Column {
                get {
                    return this.column考核工资;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 奖金Column {
                get {
                    return this.column奖金;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 应发金额合计Column {
                get {
                    return this.column应发金额合计;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 房租Column {
                get {
                    return this.column房租;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 水电费Column {
                get {
                    return this.column水电费;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 请假扣除Column {
                get {
                    return this.column请假扣除;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 考勤扣除Column {
                get {
                    return this.column考勤扣除;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 罚款Column {
                get {
                    return this.column罚款;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 住房公积金Column {
                get {
                    return this.column住房公积金;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 医疗保险Column {
                get {
                    return this.column医疗保险;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 养老保险Column {
                get {
                    return this.column养老保险;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 失业保险Column {
                get {
                    return this.column失业保险;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 生育保险Column {
                get {
                    return this.column生育保险;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 工伤保险Column {
                get {
                    return this.column工伤保险;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 应扣金额合计Column {
                get {
                    return this.column应扣金额合计;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 工资合计Column {
                get {
                    return this.column工资合计;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 个人所得税Column {
                get {
                    return this.column个人所得税;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 实发金额Column {
                get {
                    return this.column实发金额;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 发放否Column {
                get {
                    return this.column发放否;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 月份Column {
                get {
                    return this.column月份;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 工资发放历史表Row this[int index] {
                get {
                    return ((工资发放历史表Row)(this.Rows[index]));
                }
            }
            
            public event 工资发放历史表RowChangeEventHandler 工资发放历史表RowChanging;
            
            public event 工资发放历史表RowChangeEventHandler 工资发放历史表RowChanged;
            
            public event 工资发放历史表RowChangeEventHandler 工资发放历史表RowDeleting;
            
            public event 工资发放历史表RowChangeEventHandler 工资发放历史表RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add工资发放历史表Row(工资发放历史表Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 工资发放历史表Row Add工资发放历史表Row(
                        int 日期, 
                        string 职员编号, 
                        double 基本工资, 
                        decimal 浮动工资, 
                        decimal 合同补, 
                        decimal 粮副补, 
                        decimal 房补, 
                        decimal 临时补, 
                        decimal 职务工资, 
                        decimal 工龄工资, 
                        decimal 考核工资, 
                        decimal 奖金, 
                        decimal 应发金额合计, 
                        decimal 房租, 
                        decimal 水电费, 
                        decimal 请假扣除, 
                        decimal 考勤扣除, 
                        decimal 罚款, 
                        decimal 住房公积金, 
                        decimal 医疗保险, 
                        decimal 养老保险, 
                        decimal 失业保险, 
                        decimal 生育保险, 
                        decimal 工伤保险, 
                        decimal 应扣金额合计, 
                        decimal 工资合计, 
                        decimal 个人所得税, 
                        decimal 实发金额, 
                        string 发放否, 
                        int 月份) {
                工资发放历史表Row row工资发放历史表Row = ((工资发放历史表Row)(this.NewRow()));
                row工资发放历史表Row.ItemArray = new object[] {
                        日期,
                        职员编号,
                        基本工资,
                        浮动工资,
                        合同补,
                        粮副补,
                        房补,
                        临时补,
                        职务工资,
                        工龄工资,
                        考核工资,
                        奖金,
                        应发金额合计,
                        房租,
                        水电费,
                        请假扣除,
                        考勤扣除,
                        罚款,
                        住房公积金,
                        医疗保险,
                        养老保险,
                        失业保险,
                        生育保险,
                        工伤保险,
                        应扣金额合计,
                        工资合计,
                        个人所得税,
                        实发金额,
                        发放否,
                        月份};
                this.Rows.Add(row工资发放历史表Row);
                return row工资发放历史表Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();

⌨️ 快捷键说明

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