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

📄 dataset1.designer.cs

📁 简单的图书管理系统1、系统功能的基本要求: (1)图书信息的输入
💻 CS
📖 第 1 页 / 共 5 页
字号:
                    this.table图书类型.InitVars();
                }
            }
            this.table读者类型 = ((读者类型DataTable)(base.Tables["读者类型"]));
            if ((initTable == true)) {
                if ((this.table读者类型 != null)) {
                    this.table读者类型.InitVars();
                }
            }
            this.table图书信息 = ((图书信息DataTable)(base.Tables["图书信息"]));
            if ((initTable == true)) {
                if ((this.table图书信息 != null)) {
                    this.table图书信息.InitVars();
                }
            }
            this.table图书征订 = ((图书征订DataTable)(base.Tables["图书征订"]));
            if ((initTable == true)) {
                if ((this.table图书征订 != null)) {
                    this.table图书征订.InitVars();
                }
            }
            this.table图书借阅 = ((图书借阅DataTable)(base.Tables["图书借阅"]));
            if ((initTable == true)) {
                if ((this.table图书借阅 != null)) {
                    this.table图书借阅.InitVars();
                }
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "DataSet1";
            this.Prefix = "";
            this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
            this.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.table读者信息 = new 读者信息DataTable();
            base.Tables.Add(this.table读者信息);
            this.table图书类型 = new 图书类型DataTable();
            base.Tables.Add(this.table图书类型);
            this.table读者类型 = new 读者类型DataTable();
            base.Tables.Add(this.table读者类型);
            this.table图书信息 = new 图书信息DataTable();
            base.Tables.Add(this.table图书信息);
            this.table图书征订 = new 图书征订DataTable();
            base.Tables.Add(this.table图书征订);
            this.table图书借阅 = new 图书借阅DataTable();
            base.Tables.Add(this.table图书借阅);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize读者信息() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize图书类型() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize读者类型() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize图书信息() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize图书征订() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize图书借阅() {
            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) {
            DataSet1 ds = new DataSet1();
            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 读者信息RowChangeEventHandler(object sender, 读者信息RowChangeEvent e);
        
        public delegate void 图书类型RowChangeEventHandler(object sender, 图书类型RowChangeEvent e);
        
        public delegate void 读者类型RowChangeEventHandler(object sender, 读者类型RowChangeEvent e);
        
        public delegate void 图书信息RowChangeEventHandler(object sender, 图书信息RowChangeEvent e);
        
        public delegate void 图书征订RowChangeEventHandler(object sender, 图书征订RowChangeEvent e);
        
        public delegate void 图书借阅RowChangeEventHandler(object sender, 图书借阅RowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class 读者信息DataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn column条形码;
            
            private System.Data.DataColumn column编号;
            
            private System.Data.DataColumn column姓名;
            
            private System.Data.DataColumn column性别;
            
            private System.Data.DataColumn column类型;
            
            private System.Data.DataColumn column出生日期;
            
            private System.Data.DataColumn column有效证件;
            
            private System.Data.DataColumn column证件号码;
            
            private System.Data.DataColumn column联系方式;
            
            private System.Data.DataColumn column登记日期;
            
            private System.Data.DataColumn column有限期至;
            
            private System.Data.DataColumn column操作员;
            
            private System.Data.DataColumn column备注;
            
            private System.Data.DataColumn column图书借阅次数;
            
            private System.Data.DataColumn column期刊借阅次数;
            
            private System.Data.DataColumn column是否挂失;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 读者信息DataTable() {
                this.TableName = "读者信息";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 读者信息DataTable(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 读者信息DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [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备注;
                }

⌨️ 快捷键说明

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