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

📄 _110901dbdataset.designer.cs

📁 超市进销存管理系统 Visual Studio 2005+SQL Sever2005
💻 CS
📖 第 1 页 / 共 5 页
字号:
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行库版本:2.0.50727.42
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace _10901BS {
    using System;
    
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
    [Serializable()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.ComponentModel.ToolboxItem(true)]
    [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
    [System.Xml.Serialization.XmlRootAttribute("_110901dbDataSet")]
    [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
    public partial class _110901dbDataSet : System.Data.DataSet {
        
        private djczBiaoDataTable tabledjczBiao;
        
        private gysBiaoDataTable tablegysBiao;
        
        private jhxqBiaoDataTable tablejhxqBiao;
        
        private jhzBiaoDataTable tablejhzBiao;
        
        private khBiaoDataTable tablekhBiao;
        
        private lbmcBiaoDataTable tablelbmcBiao;
        
        private rkxqBiaoDataTable tablerkxqBiao;
        
        private spxqBiaoDataTable tablespxqBiao;
        
        private xsxqBiaoDataTable tablexsxqBiao;
        
        private xszBiaoDataTable tablexszBiao;
        
        private ygBiaoDataTable tableygBiao;
        
        private yhglBiaoDataTable tableyhglBiao;
        
        private rkxqBiao1DataTable tablerkxqBiao1;
        
        private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public _110901dbDataSet() {
            this.BeginInit();
            this.InitClass();
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected _110901dbDataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                base(info, context, false) {
            if ((this.IsBinarySerialized(info, context) == true)) {
                this.InitVars(false);
                System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
                this.Tables.CollectionChanged += schemaChangedHandler1;
                this.Relations.CollectionChanged += schemaChangedHandler1;
                return;
            }
            string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
            if ((this.DetermineSchemaSerializationMode(info, context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
                System.Data.DataSet ds = new System.Data.DataSet();
                ds.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
                if ((ds.Tables["djczBiao"] != null)) {
                    base.Tables.Add(new djczBiaoDataTable(ds.Tables["djczBiao"]));
                }
                if ((ds.Tables["gysBiao"] != null)) {
                    base.Tables.Add(new gysBiaoDataTable(ds.Tables["gysBiao"]));
                }
                if ((ds.Tables["jhxqBiao"] != null)) {
                    base.Tables.Add(new jhxqBiaoDataTable(ds.Tables["jhxqBiao"]));
                }
                if ((ds.Tables["jhzBiao"] != null)) {
                    base.Tables.Add(new jhzBiaoDataTable(ds.Tables["jhzBiao"]));
                }
                if ((ds.Tables["khBiao"] != null)) {
                    base.Tables.Add(new khBiaoDataTable(ds.Tables["khBiao"]));
                }
                if ((ds.Tables["lbmcBiao"] != null)) {
                    base.Tables.Add(new lbmcBiaoDataTable(ds.Tables["lbmcBiao"]));
                }
                if ((ds.Tables["rkxqBiao"] != null)) {
                    base.Tables.Add(new rkxqBiaoDataTable(ds.Tables["rkxqBiao"]));
                }
                if ((ds.Tables["spxqBiao"] != null)) {
                    base.Tables.Add(new spxqBiaoDataTable(ds.Tables["spxqBiao"]));
                }
                if ((ds.Tables["xsxqBiao"] != null)) {
                    base.Tables.Add(new xsxqBiaoDataTable(ds.Tables["xsxqBiao"]));
                }
                if ((ds.Tables["xszBiao"] != null)) {
                    base.Tables.Add(new xszBiaoDataTable(ds.Tables["xszBiao"]));
                }
                if ((ds.Tables["ygBiao"] != null)) {
                    base.Tables.Add(new ygBiaoDataTable(ds.Tables["ygBiao"]));
                }
                if ((ds.Tables["yhglBiao"] != null)) {
                    base.Tables.Add(new yhglBiaoDataTable(ds.Tables["yhglBiao"]));
                }
                if ((ds.Tables["rkxqBiao1"] != null)) {
                    base.Tables.Add(new rkxqBiao1DataTable(ds.Tables["rkxqBiao1"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema)));
            }
            this.GetSerializationData(info, context);
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            this.Relations.CollectionChanged += schemaChangedHandler;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public djczBiaoDataTable djczBiao {
            get {
                return this.tabledjczBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public gysBiaoDataTable gysBiao {
            get {
                return this.tablegysBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public jhxqBiaoDataTable jhxqBiao {
            get {
                return this.tablejhxqBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public jhzBiaoDataTable jhzBiao {
            get {
                return this.tablejhzBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public khBiaoDataTable khBiao {
            get {
                return this.tablekhBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public lbmcBiaoDataTable lbmcBiao {
            get {
                return this.tablelbmcBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public rkxqBiaoDataTable rkxqBiao {
            get {
                return this.tablerkxqBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public spxqBiaoDataTable spxqBiao {
            get {
                return this.tablespxqBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public xsxqBiaoDataTable xsxqBiao {
            get {
                return this.tablexsxqBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public xszBiaoDataTable xszBiao {
            get {
                return this.tablexszBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public ygBiaoDataTable ygBiao {
            get {
                return this.tableygBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public yhglBiaoDataTable yhglBiao {
            get {
                return this.tableyhglBiao;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public rkxqBiao1DataTable rkxqBiao1 {
            get {
                return this.tablerkxqBiao1;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.BrowsableAttribute(true)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
        public override System.Data.SchemaSerializationMode SchemaSerializationMode {
            get {
                return this._schemaSerializationMode;
            }
            set {
                this._schemaSerializationMode = value;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
        public new System.Data.DataTableCollection Tables {
            get {
                return base.Tables;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
        public new System.Data.DataRelationCollection Relations {
            get {
                return base.Relations;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void InitializeDerivedDataSet() {
            this.BeginInit();
            this.InitClass();
            this.EndInit();
        }

⌨️ 快捷键说明

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