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

📄 dataset1.designer.cs

📁 简单的图书管理系统1、系统功能的基本要求: (1)图书信息的输入
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [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()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 读者信息Row this[int index] {
                get {
                    return ((读者信息Row)(this.Rows[index]));
                }
            }
            
            public event 读者信息RowChangeEventHandler 读者信息RowChanging;
            
            public event 读者信息RowChangeEventHandler 读者信息RowChanged;
            
            public event 读者信息RowChangeEventHandler 读者信息RowDeleting;
            
            public event 读者信息RowChangeEventHandler 读者信息RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add读者信息Row(读者信息Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 读者信息Row Add读者信息Row(
                        string 条形码, 
                        string 编号, 
                        string 姓名, 
                        string 性别, 
                        string 类型, 
                        System.DateTime 出生日期, 
                        string 有效证件, 
                        string 证件号码, 
                        string 联系方式, 
                        System.DateTime 登记日期, 
                        System.DateTime 有限期至, 
                        string 操作员, 
                        string 备注, 
                        int 图书借阅次数, 
                        int 期刊借阅次数, 
                        bool 是否挂失) {
                读者信息Row row读者信息Row = ((读者信息Row)(this.NewRow()));
                row读者信息Row.ItemArray = new object[] {
                        条形码,
                        编号,
                        姓名,
                        性别,
                        类型,
                        出生日期,
                        有效证件,
                        证件号码,
                        联系方式,
                        登记日期,
                        有限期至,
                        操作员,
                        备注,
                        图书借阅次数,
                        期刊借阅次数,
                        是否挂失};
                this.Rows.Add(row读者信息Row);
                return row读者信息Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 读者信息Row FindBy编号(string 编号) {
                return ((读者信息Row)(this.Rows.Find(new object[] {
                            编号})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                读者信息DataTable cln = ((读者信息DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new 读者信息DataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.column条形码 = base.Columns["条形码"];
                this.column编号 = base.Columns["编号"];
                this.column姓名 = base.Columns["姓名"];
                this.column性别 = base.Columns["性别"];
                this.column类型 = base.Columns["类型"];
                this.column出生日期 = base.Columns["出生日期"];
                this.column有效证件 = base.Columns["有效证件"];
                this.column证件号码 = base.Columns["证件号码"];
                this.column联系方式 = base.Columns["联系方式"];
                this.column登记日期 = base.Columns["登记日期"];
                this.column有限期至 = base.Columns["有限期至"];
                this.column操作员 = base.Columns["操作员"];
                this.column备注 = base.Columns["备注"];
                this.column图书借阅次数 = base.Columns["图书借阅次数"];
                this.column期刊借阅次数 = base.Columns["期刊借阅次数"];
                this.column是否挂失 = base.Columns["是否挂失"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.column条形码 = new System.Data.DataColumn("条形码", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column条形码);
                this.column编号 = new System.Data.DataColumn("编号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column编号);
                this.column姓名 = new System.Data.DataColumn("姓名", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column姓名);
                this.column性别 = new System.Data.DataColumn("性别", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column性别);
                this.column类型 = new System.Data.DataColumn("类型", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column类型);
                this.column出生日期 = new System.Data.DataColumn("出生日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column出生日期);
                this.column有效证件 = new System.Data.DataColumn("有效证件", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column有效证件);
                this.column证件号码 = new System.Data.DataColumn("证件号码", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column证件号码);
                this.column联系方式 = new System.Data.DataColumn("联系方式", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column联系方式);
                this.column登记日期 = new System.Data.DataColumn("登记日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column登记日期);
                this.column有限期至 = new System.Data.DataColumn("有限期至", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column有限期至);
                this.column操作员 = new System.Data.DataColumn("操作员", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column操作员);
                this.column备注 = new System.Data.DataColumn("备注", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column备注);
                this.column图书借阅次数 = new System.Data.DataColumn("图书借阅次数", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column图书借阅次数);
                this.column期刊借阅次数 = new System.Data.DataColumn("期刊借阅次数", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column期刊借阅次数);
                this.column是否挂失 = new System.Data.DataColumn("是否挂失", typeof(bool), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column是否挂失);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column编号}, true));
                this.column编号.AllowDBNull = false;
                this.column编号.Unique = true;
                this.column类型.AllowDBNull = false;
                this.column是否挂失.AllowDBNull = false;
                this.column是否挂失.DefaultValue = ((bool)(false));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 读者信息Row New读者信息Row() {
                return ((读者信息Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new 读者信息Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(读者信息Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.读者信息RowChanged != null)) {
                    this.读者信息RowChanged(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.读者信息RowChanging != null)) {
                    this.读者信息RowChanging(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.读者信息RowDeleted != null)) {
                    this.读者信息RowDeleted(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.读者信息RowDeleting != null)) {
                    this.读者信息RowDeleting(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove读者信息Row(读者信息Row row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                DataSet1 ds = new DataSet1();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "读者信息DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [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可借天数;

⌨️ 快捷键说明

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