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

📄 book_libarydataset1.designer.cs

📁 图书管管理,输入学生的编号可显示学生的借书情况
💻 CS
📖 第 1 页 / 共 5 页
字号:
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "book_libaryDataSet1";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/book_libaryDataSet1.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.tablebook = new bookDataTable();
            base.Tables.Add(this.tablebook);
            this.tableborrowbook = new borrowbookDataTable();
            base.Tables.Add(this.tableborrowbook);
            this.tablepublishcompany = new publishcompanyDataTable();
            base.Tables.Add(this.tablepublishcompany);
            this.tablereader = new readerDataTable();
            base.Tables.Add(this.tablereader);
            this.tableuser = new userDataTable();
            base.Tables.Add(this.tableuser);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializebook() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeborrowbook() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializepublishcompany() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializereader() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeuser() {
            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) {
            book_libaryDataSet1 ds = new book_libaryDataSet1();
            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 bookRowChangeEventHandler(object sender, bookRowChangeEvent e);
        
        public delegate void borrowbookRowChangeEventHandler(object sender, borrowbookRowChangeEvent e);
        
        public delegate void publishcompanyRowChangeEventHandler(object sender, publishcompanyRowChangeEvent e);
        
        public delegate void readerRowChangeEventHandler(object sender, readerRowChangeEvent e);
        
        public delegate void userRowChangeEventHandler(object sender, userRowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class bookDataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn columnbookID;
            
            private System.Data.DataColumn columnbookname;
            
            private System.Data.DataColumn columnbookwriter;
            
            private System.Data.DataColumn columnbookpublish;
            
            private System.Data.DataColumn columnbookpublishdate;
            
            private System.Data.DataColumn columnbookprice;
            
            private System.Data.DataColumn columnbooksort;
            
            private System.Data.DataColumn columnbookamount;
            
            private System.Data.DataColumn columnbokkremain;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bookDataTable() {
                this.TableName = "book";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal bookDataTable(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 bookDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bookIDColumn {
                get {
                    return this.columnbookID;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn booknameColumn {
                get {
                    return this.columnbookname;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bookwriterColumn {
                get {
                    return this.columnbookwriter;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bookpublishColumn {
                get {
                    return this.columnbookpublish;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bookpublishdateColumn {
                get {
                    return this.columnbookpublishdate;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bookpriceColumn {
                get {
                    return this.columnbookprice;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn booksortColumn {
                get {
                    return this.columnbooksort;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bookamountColumn {
                get {
                    return this.columnbookamount;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bokkremainColumn {
                get {
                    return this.columnbokkremain;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bookRow this[int index] {
                get {
                    return ((bookRow)(this.Rows[index]));
                }
            }
            
            public event bookRowChangeEventHandler bookRowChanging;
            
            public event bookRowChangeEventHandler bookRowChanged;
            
            public event bookRowChangeEventHandler bookRowDeleting;
            
            public event bookRowChangeEventHandler bookRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddbookRow(bookRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bookRow AddbookRow(string bookID, string bookname, string bookwriter, string bookpublish, System.DateTime bookpublishdate, double bookprice, string booksort, int bookamount, int bokkremain) {
                bookRow rowbookRow = ((bookRow)(this.NewRow()));
                rowbookRow.ItemArray = new object[] {
                        bookID,
                        bookname,
                        bookwriter,
                        bookpublish,
                        bookpublishdate,
                        bookprice,
                        booksort,
                        bookamount,
                        bokkremain};
                this.Rows.Add(rowbookRow);
                return rowbookRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bookRow FindBybookID(string bookID) {
                return ((bookRow)(this.Rows.Find(new object[] {
                            bookID})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                bookDataTable cln = ((bookDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new bookDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnbookID = base.Columns["bookID"];
                this.columnbookname = base.Columns["bookname"];
                this.columnbookwriter = base.Columns["bookwriter"];
                this.columnbookpublish = base.Columns["bookpublish"];
                this.columnbookpublishdate = base.Columns["bookpublishdate"];
                this.columnbookprice = base.Columns["bookprice"];
                this.columnbooksort = base.Columns["booksort"];
                this.columnbookamount = base.Columns["bookamount"];
                this.columnbokkremain = base.Columns["bokkremain"];
            }
            

⌨️ 快捷键说明

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