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

📄 dswage.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            private System.Data.DataColumn columnID;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_WageDataTable() {
                this.TableName = "tb_Wage";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal tb_WageDataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected tb_WageDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn MonthWageColumn {
                get {
                    return this.columnMonthWage;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn EmployeeIDColumn {
                get {
                    return this.columnEmployeeID;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn EmployeeNameColumn {
                get {
                    return this.columnEmployeeName;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn BasisWageColumn {
                get {
                    return this.columnBasisWage;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn OvertimeColumn {
                get {
                    return this.columnOvertime;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn WageAgeColumn {
                get {
                    return this.columnWageAge;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn AllAppearedColumn {
                get {
                    return this.columnAllAppeared;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn HortationColumn {
                get {
                    return this.columnHortation;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn DutyColumn {
                get {
                    return this.columnDuty;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn AbsentColumn {
                get {
                    return this.columnAbsent;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ChastisementColumn {
                get {
                    return this.columnChastisement;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FosterOldColumn {
                get {
                    return this.columnFosterOld;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn IdlenessColumn {
                get {
                    return this.columnIdleness;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn MedicalTreatmentColumn {
                get {
                    return this.columnMedicalTreatment;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn DealColumn {
                get {
                    return this.columnDeal;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn DeductColumn {
                get {
                    return this.columnDeduct;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FactWageColumn {
                get {
                    return this.columnFactWage;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn IDColumn {
                get {
                    return this.columnID;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_WageRow this[int index] {
                get {
                    return ((tb_WageRow)(this.Rows[index]));
                }
            }
            
            public event tb_WageRowChangeEventHandler tb_WageRowChanging;
            
            public event tb_WageRowChangeEventHandler tb_WageRowChanged;
            
            public event tb_WageRowChangeEventHandler tb_WageRowDeleting;
            
            public event tb_WageRowChangeEventHandler tb_WageRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addtb_WageRow(tb_WageRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_WageRow Addtb_WageRow(
                        string MonthWage, 
                        string EmployeeID, 
                        string EmployeeName, 
                        decimal BasisWage, 
                        decimal Overtime, 
                        decimal WageAge, 
                        decimal AllAppeared, 
                        decimal Hortation, 
                        decimal Duty, 
                        decimal Absent, 
                        decimal Chastisement, 
                        decimal FosterOld, 
                        decimal Idleness, 
                        decimal MedicalTreatment, 
                        decimal Deal, 
                        decimal Deduct, 
                        decimal FactWage) {
                tb_WageRow rowtb_WageRow = ((tb_WageRow)(this.NewRow()));
                rowtb_WageRow.ItemArray = new object[] {
                        MonthWage,
                        EmployeeID,
                        EmployeeName,
                        BasisWage,
                        Overtime,
                        WageAge,
                        AllAppeared,
                        Hortation,
                        Duty,
                        Absent,
                        Chastisement,
                        FosterOld,
                        Idleness,
                        MedicalTreatment,
                        Deal,
                        Deduct,
                        FactWage,
                        null};
                this.Rows.Add(rowtb_WageRow);
                return rowtb_WageRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_WageRow FindByID(long ID) {
                return ((tb_WageRow)(this.Rows.Find(new object[] {
                            ID})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                tb_WageDataTable cln = ((tb_WageDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new tb_WageDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnMonthWage = base.Columns["MonthWage"];
                this.columnEmployeeID = base.Columns["EmployeeID"];
                this.columnEmployeeName = base.Columns["EmployeeName"];
                this.columnBasisWage = base.Columns["BasisWage"];
                this.columnOvertime = base.Columns["Overtime"];
                this.columnWageAge = base.Columns["WageAge"];

⌨️ 快捷键说明

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