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

📄 elysiandbdataset1.designer.cs

📁 主要实现仓库的入库与出库的基本功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
                }
                if ((ds.Tables["库存表"] != null)) {
                    base.Tables.Add(new 库存表DataTable(ds.Tables["库存表"]));
                }
                if ((ds.Tables["商品出库信息"] != null)) {
                    base.Tables.Add(new 商品出库信息DataTable(ds.Tables["商品出库信息"]));
                }
                if ((ds.Tables["商品基本信息"] != null)) {
                    base.Tables.Add(new 商品基本信息DataTable(ds.Tables["商品基本信息"]));
                }
                if ((ds.Tables["商品入库信息"] != null)) {
                    base.Tables.Add(new 商品入库信息DataTable(ds.Tables["商品入库信息"]));
                }
                if ((ds.Tables["用户表"] != null)) {
                    base.Tables.Add(new 用户表DataTable(ds.Tables["用户表"]));
                }
                if ((ds.Tables["供应商基本信息_view"] != null)) {
                    base.Tables.Add(new 供应商基本信息_viewDataTable(ds.Tables["供应商基本信息_view"]));
                }
                if ((ds.Tables["商品基本信息_view"] != null)) {
                    base.Tables.Add(new 商品基本信息_viewDataTable(ds.Tables["商品基本信息_view"]));
                }
                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.ReadXml(reader);
                this.InitVars();
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
            System.IO.MemoryStream stream = new System.IO.MemoryStream();
            this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null));
            stream.Position = 0;
            return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars() {
            this.InitVars(true);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars(bool initTable) {
            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();
                }
            }
            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供应商基本信息_view = ((供应商基本信息_viewDataTable)(base.Tables["供应商基本信息_view"]));
            if ((initTable == true)) {
                if ((this.table供应商基本信息_view != null)) {
                    this.table供应商基本信息_view.InitVars();
                }
            }
            this.table商品基本信息_view = ((商品基本信息_viewDataTable)(base.Tables["商品基本信息_view"]));
            if ((initTable == true)) {
                if ((this.table商品基本信息_view != null)) {
                    this.table商品基本信息_view.InitVars();
                }
            }
            this.relationFK_商品出库信息_商品基本信息 = this.Relations["FK_商品出库信息_商品基本信息"];
            this.relationFK_商品基本信息_供应商基本信息 = this.Relations["FK_商品基本信息_供应商基本信息"];
            this.relationFK_商品基本信息_库存表 = this.Relations["FK_商品基本信息_库存表"];
            this.relationFK_商品入库信息_供应商基本信息1 = this.Relations["FK_商品入库信息_供应商基本信息1"];
            this.relationFK_商品入库信息_商品基本信息 = this.Relations["FK_商品入库信息_商品基本信息"];
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "ElysianDBDataSet1";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/ElysianDBDataSet1.xsd";
            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用户表);
            this.table供应商基本信息_view = new 供应商基本信息_viewDataTable();
            base.Tables.Add(this.table供应商基本信息_view);
            this.table商品基本信息_view = new 商品基本信息_viewDataTable();
            base.Tables.Add(this.table商品基本信息_view);
            this.relationFK_商品出库信息_商品基本信息 = new System.Data.DataRelation("FK_商品出库信息_商品基本信息", new System.Data.DataColumn[] {
                        this.table商品基本信息.商品编号Column}, new System.Data.DataColumn[] {
                        this.table商品出库信息.商品编号Column}, false);
            this.Relations.Add(this.relationFK_商品出库信息_商品基本信息);
            this.relationFK_商品基本信息_供应商基本信息 = new System.Data.DataRelation("FK_商品基本信息_供应商基本信息", new System.Data.DataColumn[] {
                        this.table供应商基本信息.供应商编号Column}, new System.Data.DataColumn[] {
                        this.table商品基本信息.供应商编号Column}, false);
            this.Relations.Add(this.relationFK_商品基本信息_供应商基本信息);
            this.relationFK_商品基本信息_库存表 = new System.Data.DataRelation("FK_商品基本信息_库存表", new System.Data.DataColumn[] {
                        this.table库存表.商品编号Column}, new System.Data.DataColumn[] {
                        this.table商品基本信息.商品编号Column}, false);
            this.Relations.Add(this.relationFK_商品基本信息_库存表);
            this.relationFK_商品入库信息_供应商基本信息1 = new System.Data.DataRelation("FK_商品入库信息_供应商基本信息1", new System.Data.DataColumn[] {
                        this.table供应商基本信息.供应商编号Column}, new System.Data.DataColumn[] {
                        this.table商品入库信息.供应商编号Column}, false);
            this.Relations.Add(this.relationFK_商品入库信息_供应商基本信息1);
            this.relationFK_商品入库信息_商品基本信息 = new System.Data.DataRelation("FK_商品入库信息_商品基本信息", new System.Data.DataColumn[] {
                        this.table商品基本信息.商品编号Column}, new System.Data.DataColumn[] {
                        this.table商品入库信息.商品编号Column}, false);
            this.Relations.Add(this.relationFK_商品入库信息_商品基本信息);
        }
        
        [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 bool ShouldSerialize供应商基本信息_view() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerialize商品基本信息_view() {
            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) {
            ElysianDBDataSet1 ds = new ElysianDBDataSet1();
            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);
        
        public delegate void 供应商基本信息_viewRowChangeEventHandler(object sender, 供应商基本信息_viewRowChangeEvent e);
        
        public delegate void 商品基本信息_viewRowChangeEventHandler(object sender, 商品基本信息_viewRowChangeEvent 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备注;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 供应商基本信息DataTable() {
                this.TableName = "供应商基本信息";

⌨️ 快捷键说明

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