__net_51671dataset.designer.cs

来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CS 代码 · 共 1,316 行 · 第 1/5 页

CS
1,316
字号
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars(bool initTable) {
            this.tablegraduation_51671 = ((graduation_51671DataTable)(base.Tables["graduation_51671"]));
            if ((initTable == true)) {
                if ((this.tablegraduation_51671 != null)) {
                    this.tablegraduation_51671.InitVars();
                }
            }
            this.tableinternship_51671 = ((internship_51671DataTable)(base.Tables["internship_51671"]));
            if ((initTable == true)) {
                if ((this.tableinternship_51671 != null)) {
                    this.tableinternship_51671.InitVars();
                }
            }
            this.tablelogin_51671 = ((login_51671DataTable)(base.Tables["login_51671"]));
            if ((initTable == true)) {
                if ((this.tablelogin_51671 != null)) {
                    this.tablelogin_51671.InitVars();
                }
            }
            this.tablepapers_51671 = ((papers_51671DataTable)(base.Tables["papers_51671"]));
            if ((initTable == true)) {
                if ((this.tablepapers_51671 != null)) {
                    this.tablepapers_51671.InitVars();
                }
            }
            this.tableskilltrain_51671 = ((skilltrain_51671DataTable)(base.Tables["skilltrain_51671"]));
            if ((initTable == true)) {
                if ((this.tableskilltrain_51671 != null)) {
                    this.tableskilltrain_51671.InitVars();
                }
            }
            this.tablestudent_51671 = ((student_51671DataTable)(base.Tables["student_51671"]));
            if ((initTable == true)) {
                if ((this.tablestudent_51671 != null)) {
                    this.tablestudent_51671.InitVars();
                }
            }
            this.relationFK_graduation_51671_student_51671 = this.Relations["FK_graduation_51671_student_51671"];
            this.relationFK_intership_51671_student_51671 = this.Relations["FK_intership_51671_student_51671"];
            this.relationFK_papers_51671_student_51671 = this.Relations["FK_papers_51671_student_51671"];
            this.relationFK_skilltrain_51671_student_51671 = this.Relations["FK_skilltrain_51671_student_51671"];
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "__NET_51671DataSet";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/__NET_51671DataSet.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.tablegraduation_51671 = new graduation_51671DataTable();
            base.Tables.Add(this.tablegraduation_51671);
            this.tableinternship_51671 = new internship_51671DataTable();
            base.Tables.Add(this.tableinternship_51671);
            this.tablelogin_51671 = new login_51671DataTable();
            base.Tables.Add(this.tablelogin_51671);
            this.tablepapers_51671 = new papers_51671DataTable();
            base.Tables.Add(this.tablepapers_51671);
            this.tableskilltrain_51671 = new skilltrain_51671DataTable();
            base.Tables.Add(this.tableskilltrain_51671);
            this.tablestudent_51671 = new student_51671DataTable();
            base.Tables.Add(this.tablestudent_51671);
            this.relationFK_graduation_51671_student_51671 = new System.Data.DataRelation("FK_graduation_51671_student_51671", new System.Data.DataColumn[] {
                        this.tablestudent_51671.snoColumn}, new System.Data.DataColumn[] {
                        this.tablegraduation_51671.snoColumn}, false);
            this.Relations.Add(this.relationFK_graduation_51671_student_51671);
            this.relationFK_intership_51671_student_51671 = new System.Data.DataRelation("FK_intership_51671_student_51671", new System.Data.DataColumn[] {
                        this.tablestudent_51671.snoColumn}, new System.Data.DataColumn[] {
                        this.tableinternship_51671.snoColumn}, false);
            this.Relations.Add(this.relationFK_intership_51671_student_51671);
            this.relationFK_papers_51671_student_51671 = new System.Data.DataRelation("FK_papers_51671_student_51671", new System.Data.DataColumn[] {
                        this.tablestudent_51671.snoColumn}, new System.Data.DataColumn[] {
                        this.tablepapers_51671.snoColumn}, false);
            this.Relations.Add(this.relationFK_papers_51671_student_51671);
            this.relationFK_skilltrain_51671_student_51671 = new System.Data.DataRelation("FK_skilltrain_51671_student_51671", new System.Data.DataColumn[] {
                        this.tablestudent_51671.snoColumn}, new System.Data.DataColumn[] {
                        this.tableskilltrain_51671.snoColumn}, false);
            this.Relations.Add(this.relationFK_skilltrain_51671_student_51671);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializegraduation_51671() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeinternship_51671() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializelogin_51671() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializepapers_51671() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeskilltrain_51671() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializestudent_51671() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
            if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
                this.InitVars();
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
            @__NET_51671DataSet ds = new @__NET_51671DataSet();
            System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
            System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
            xs.Add(ds.GetSchemaSerializable());
            System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
            any.Namespace = ds.Namespace;
            sequence.Items.Add(any);
            type.Particle = sequence;
            return type;
        }
        
        public delegate void graduation_51671RowChangeEventHandler(object sender, graduation_51671RowChangeEvent e);
        
        public delegate void internship_51671RowChangeEventHandler(object sender, internship_51671RowChangeEvent e);
        
        public delegate void login_51671RowChangeEventHandler(object sender, login_51671RowChangeEvent e);
        
        public delegate void papers_51671RowChangeEventHandler(object sender, papers_51671RowChangeEvent e);
        
        public delegate void skilltrain_51671RowChangeEventHandler(object sender, skilltrain_51671RowChangeEvent e);
        
        public delegate void student_51671RowChangeEventHandler(object sender, student_51671RowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class graduation_51671DataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn columnsno;
            
            private System.Data.DataColumn columnsname;
            
            private System.Data.DataColumn columngradata;
            
            private System.Data.DataColumn columnsituwork;
            
            private System.Data.DataColumn columninterpart;
            
            private System.Data.DataColumn columnskills;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public graduation_51671DataTable() {
                this.TableName = "graduation_51671";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal graduation_51671DataTable(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 graduation_51671DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn snoColumn {
                get {
                    return this.columnsno;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn snameColumn {
                get {
                    return this.columnsname;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn gradataColumn {
                get {
                    return this.columngradata;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn situworkColumn {
                get {
                    return this.columnsituwork;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn interpartColumn {
                get {
                    return this.columninterpart;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn skillsColumn {
                get {
                    return this.columnskills;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public graduation_51671Row this[int index] {
                get {
                    return ((graduation_51671Row)(this.Rows[index]));
                }
            }
            
            public event graduation_51671RowChangeEventHandler graduation_51671RowChanging;
            
            public event graduation_51671RowChangeEventHandler graduation_51671RowChanged;
            
            public event graduation_51671RowChangeEventHandler graduation_51671RowDeleting;
            
            public event graduation_51671RowChangeEventHandler graduation_51671RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addgraduation_51671Row(graduation_51671Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public graduation_51671Row Addgraduation_51671Row(student_51671Row parentstudent_51671RowByFK_graduation_51671_student_51671, string sname, System.DateTime gradata, string situwork, string interpart, string skills) {

⌨️ 快捷键说明

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