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

📄 elysiandbdataset.designer.cs

📁 主要实现仓库的入库与出库的基本功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
        [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.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 = "ElysianDBDataSet";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/ElysianDBDataSet.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.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 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) {
            ElysianDBDataSet ds = new ElysianDBDataSet();
            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备注;
            
            [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()]

⌨️ 快捷键说明

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