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

📄 dspersonel.designer.cs

📁 基于SQLSERVER C#2.0的企业ERP管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
                    return this.columnBookInTime;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_PersonnelRow this[int index] {
                get {
                    return ((tb_PersonnelRow)(this.Rows[index]));
                }
            }
            
            public event tb_PersonnelRowChangeEventHandler tb_PersonnelRowChanging;
            
            public event tb_PersonnelRowChangeEventHandler tb_PersonnelRowChanged;
            
            public event tb_PersonnelRowChangeEventHandler tb_PersonnelRowDeleting;
            
            public event tb_PersonnelRowChangeEventHandler tb_PersonnelRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addtb_PersonnelRow(tb_PersonnelRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_PersonnelRow Addtb_PersonnelRow(
                        string EmployeeID, 
                        string EmployeeName, 
                        string EmployeeSex, 
                        string EmployeeIDcard, 
                        System.DateTime EmployeeBirth, 
                        int EmployeeAge, 
                        string EmployeeFolk, 
                        string EmployeeMarriage, 
                        string EmployeePoliticsVisage, 
                        System.DateTime EmployeePartyTime, 
                        string EmployeeNativePlace, 
                        string EmployeeTel, 
                        string EmployeeMobileTel, 
                        string EmployeeAddress, 
                        string EmployeeCollege, 
                        string EmployeeSpeciality, 
                        string EmployeeKultuLevel, 
                        string EmployeeLongSuit, 
                        System.DateTime EmployeeJoinWorkTime, 
                        int EmployeeWorkAge, 
                        byte[] EmployeePhoto, 
                        string EmployeeDept, 
                        string EmployeeWorkType, 
                        string EmployeeDutyType, 
                        string EmployeePostTitle, 
                        decimal EmployeeBasePay, 
                        decimal EmployeeOther, 
                        System.DateTime EmployeeFoldTime, 
                        int EmployeeUnitWorkAge, 
                        string EmployeeResume, 
                        string Booker, 
                        System.DateTime BookInTime) {
                tb_PersonnelRow rowtb_PersonnelRow = ((tb_PersonnelRow)(this.NewRow()));
                rowtb_PersonnelRow.ItemArray = new object[] {
                        EmployeeID,
                        EmployeeName,
                        EmployeeSex,
                        EmployeeIDcard,
                        EmployeeBirth,
                        EmployeeAge,
                        EmployeeFolk,
                        EmployeeMarriage,
                        EmployeePoliticsVisage,
                        EmployeePartyTime,
                        EmployeeNativePlace,
                        EmployeeTel,
                        EmployeeMobileTel,
                        EmployeeAddress,
                        EmployeeCollege,
                        EmployeeSpeciality,
                        EmployeeKultuLevel,
                        EmployeeLongSuit,
                        EmployeeJoinWorkTime,
                        EmployeeWorkAge,
                        EmployeePhoto,
                        EmployeeDept,
                        EmployeeWorkType,
                        EmployeeDutyType,
                        EmployeePostTitle,
                        EmployeeBasePay,
                        EmployeeOther,
                        EmployeeFoldTime,
                        EmployeeUnitWorkAge,
                        EmployeeResume,
                        Booker,
                        BookInTime};
                this.Rows.Add(rowtb_PersonnelRow);
                return rowtb_PersonnelRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_PersonnelRow FindByEmployeeID(string EmployeeID) {
                return ((tb_PersonnelRow)(this.Rows.Find(new object[] {
                            EmployeeID})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                tb_PersonnelDataTable cln = ((tb_PersonnelDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new tb_PersonnelDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnEmployeeID = base.Columns["EmployeeID"];
                this.columnEmployeeName = base.Columns["EmployeeName"];
                this.columnEmployeeSex = base.Columns["EmployeeSex"];
                this.columnEmployeeIDcard = base.Columns["EmployeeIDcard"];
                this.columnEmployeeBirth = base.Columns["EmployeeBirth"];
                this.columnEmployeeAge = base.Columns["EmployeeAge"];
                this.columnEmployeeFolk = base.Columns["EmployeeFolk"];
                this.columnEmployeeMarriage = base.Columns["EmployeeMarriage"];
                this.columnEmployeePoliticsVisage = base.Columns["EmployeePoliticsVisage"];
                this.columnEmployeePartyTime = base.Columns["EmployeePartyTime"];
                this.columnEmployeeNativePlace = base.Columns["EmployeeNativePlace"];
                this.columnEmployeeTel = base.Columns["EmployeeTel"];
                this.columnEmployeeMobileTel = base.Columns["EmployeeMobileTel"];
                this.columnEmployeeAddress = base.Columns["EmployeeAddress"];
                this.columnEmployeeCollege = base.Columns["EmployeeCollege"];
                this.columnEmployeeSpeciality = base.Columns["EmployeeSpeciality"];
                this.columnEmployeeKultuLevel = base.Columns["EmployeeKultuLevel"];
                this.columnEmployeeLongSuit = base.Columns["EmployeeLongSuit"];
                this.columnEmployeeJoinWorkTime = base.Columns["EmployeeJoinWorkTime"];
                this.columnEmployeeWorkAge = base.Columns["EmployeeWorkAge"];
                this.columnEmployeePhoto = base.Columns["EmployeePhoto"];
                this.columnEmployeeDept = base.Columns["EmployeeDept"];
                this.columnEmployeeWorkType = base.Columns["EmployeeWorkType"];
                this.columnEmployeeDutyType = base.Columns["EmployeeDutyType"];
                this.columnEmployeePostTitle = base.Columns["EmployeePostTitle"];
                this.columnEmployeeBasePay = base.Columns["EmployeeBasePay"];
                this.columnEmployeeOther = base.Columns["EmployeeOther"];
                this.columnEmployeeFoldTime = base.Columns["EmployeeFoldTime"];
                this.columnEmployeeUnitWorkAge = base.Columns["EmployeeUnitWorkAge"];
                this.columnEmployeeResume = base.Columns["EmployeeResume"];
                this.columnBooker = base.Columns["Booker"];
                this.columnBookInTime = base.Columns["BookInTime"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnEmployeeID = new System.Data.DataColumn("EmployeeID", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeID);
                this.columnEmployeeName = new System.Data.DataColumn("EmployeeName", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeName);
                this.columnEmployeeSex = new System.Data.DataColumn("EmployeeSex", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeSex);
                this.columnEmployeeIDcard = new System.Data.DataColumn("EmployeeIDcard", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeIDcard);
                this.columnEmployeeBirth = new System.Data.DataColumn("EmployeeBirth", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeBirth);
                this.columnEmployeeAge = new System.Data.DataColumn("EmployeeAge", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeAge);
                this.columnEmployeeFolk = new System.Data.DataColumn("EmployeeFolk", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeFolk);
                this.columnEmployeeMarriage = new System.Data.DataColumn("EmployeeMarriage", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeMarriage);
                this.columnEmployeePoliticsVisage = new System.Data.DataColumn("EmployeePoliticsVisage", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeePoliticsVisage);
                this.columnEmployeePartyTime = new System.Data.DataColumn("EmployeePartyTime", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeePartyTime);
                this.columnEmployeeNativePlace = new System.Data.DataColumn("EmployeeNativePlace", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeNativePlace);
                this.columnEmployeeTel = new System.Data.DataColumn("EmployeeTel", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeTel);
                this.columnEmployeeMobileTel = new System.Data.DataColumn("EmployeeMobileTel", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeMobileTel);
                this.columnEmployeeAddress = new System.Data.DataColumn("EmployeeAddress", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeAddress);
                this.columnEmployeeCollege = new System.Data.DataColumn("EmployeeCollege", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeCollege);
                this.columnEmployeeSpeciality = new System.Data.DataColumn("EmployeeSpeciality", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeSpeciality);
                this.columnEmployeeKultuLevel = new System.Data.DataColumn("EmployeeKultuLevel", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeKultuLevel);
                this.columnEmployeeLongSuit = new System.Data.DataColumn("EmployeeLongSuit", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeLongSuit);
                this.columnEmployeeJoinWorkTime = new System.Data.DataColumn("EmployeeJoinWorkTime", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeJoinWorkTime);
                this.columnEmployeeWorkAge = new System.Data.DataColumn("EmployeeWorkAge", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeWorkAge);
                this.columnEmployeePhoto = new System.Data.DataColumn("EmployeePhoto", typeof(byte[]), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeePhoto);
                this.columnEmployeeDept = new System.Data.DataColumn("EmployeeDept", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeDept);
                this.columnEmployeeWorkType = new System.Data.DataColumn("EmployeeWorkType", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeWorkType);
                this.columnEmployeeDutyType = new System.Data.DataColumn("EmployeeDutyType", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeDutyType);
                this.columnEmployeePostTitle = new System.Data.DataColumn("EmployeePostTitle", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeePostTitle);
                this.columnEmployeeBasePay = new System.Data.DataColumn("EmployeeBasePay", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeBasePay);
                this.columnEmployeeOther = new System.Data.DataColumn("EmployeeOther", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeOther);
                this.columnEmployeeFoldTime = new System.Data.DataColumn("EmployeeFoldTime", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeFoldTime);
                this.columnEmployeeUnitWorkAge = new System.Data.DataColumn("EmployeeUnitWorkAge", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeUnitWorkAge);
                this.columnEmployeeResume = new System.Data.DataColumn("EmployeeResume", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployeeResume);
                this.columnBooker = new System.Data.DataColumn("Booker", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBooker);
                this.columnBookInTime = new System.Data.DataColumn("BookInTime", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBookInTime);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.columnEmployeeID}, true));
                this.columnEmployeeID.AllowDBNull = false;
                this.columnEmployeeID.Unique = true;
                this.columnEmployeeID.MaxLength = 5;
                this.columnEmployeeName.AllowDBNull = false;
                this.columnEmployeeName.MaxLength = 10;
                this.columnEmployeeSex.MaxLength = 2;
                this.columnEmployeeIDcard.MaxLength = 20;
                this.columnEmployeeFolk.MaxLength = 20;
                this.columnEmployeeMarriage.MaxLength = 4;
                this.columnEmployeePoliticsVisage.MaxLength = 10;
                this.columnEmployeeNativePlace.MaxLength = 50;
                this.columnEmployeeTel.MaxLength = 20;
                this.columnEmployeeMobileTel.MaxLength = 30;
                this.columnEmployeeAddress.MaxLength = 50;
                this.columnEmployeeCollege.MaxLength = 50;
                this.columnEmployeeSpeciality.MaxLength = 20;
                this.columnEmployeeKultuLevel.MaxLength = 10;
                this.columnEmployeeLongSuit.MaxLength = 50;
                this.columnEmployeeDept.MaxLength = 200;
                this.columnEmployeeWorkType.MaxLength = 20;
                this.columnEmployeeDutyType.MaxLength = 20;
                this.columnEmployeePostTitle.MaxLength = 20;
                this.columnEmployeeResume.MaxLength = 2147483647;
                this.columnBooker.MaxLength = 30;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tb_PersonnelRow Newtb_PersonnelRow() {
                return ((tb_PersonnelRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new tb_PersonnelRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(tb_PersonnelRow);

⌨️ 快捷键说明

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