欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

dataset3.designer.cs

最新的信息管理系统
CS
第 1 页 / 共 5 页
字号:
                    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()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public mrp物料需求计算Row this[int index] {
                get {
                    return ((mrp物料需求计算Row)(this.Rows[index]));
                }
            }
            
            public event mrp物料需求计算RowChangeEventHandler mrp物料需求计算RowChanging;
            
            public event mrp物料需求计算RowChangeEventHandler mrp物料需求计算RowChanged;
            
            public event mrp物料需求计算RowChangeEventHandler mrp物料需求计算RowDeleting;
            
            public event mrp物料需求计算RowChangeEventHandler mrp物料需求计算RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addmrp物料需求计算Row(mrp物料需求计算Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public mrp物料需求计算Row Addmrp物料需求计算Row(string 物料名称, string 物料编号, int 年份, int 计划期, decimal 期初库存, decimal 毛需求, decimal 预计入库, decimal 预计出库, decimal 预计库存, decimal 净需求, decimal 计划产出, decimal 计划投入) {
                mrp物料需求计算Row rowmrp物料需求计算Row = ((mrp物料需求计算Row)(this.NewRow()));
                rowmrp物料需求计算Row.ItemArray = new object[] {
                        物料名称,
                        物料编号,
                        年份,
                        计划期,
                        期初库存,
                        毛需求,
                        预计入库,
                        预计出库,
                        预计库存,
                        净需求,
                        计划产出,
                        计划投入};
                this.Rows.Add(rowmrp物料需求计算Row);
                return rowmrp物料需求计算Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                mrp物料需求计算DataTable cln = ((mrp物料需求计算DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new mrp物料需求计算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["计划投入"];
            }
            
            [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(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(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column期初库存);
                this.column毛需求 = new System.Data.DataColumn("毛需求", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column毛需求);
                this.column预计入库 = new System.Data.DataColumn("预计入库", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column预计入库);
                this.column预计出库 = new System.Data.DataColumn("预计出库", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column预计出库);
                this.column预计库存 = new System.Data.DataColumn("预计库存", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column预计库存);
                this.column净需求 = new System.Data.DataColumn("净需求", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column净需求);
                this.column计划产出 = new System.Data.DataColumn("计划产出", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column计划产出);
                this.column计划投入 = new System.Data.DataColumn("计划投入", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column计划投入);
                this.column物料名称.AllowDBNull = false;
                this.column物料编号.AllowDBNull = false;
                this.column年份.AllowDBNull = false;
                this.column计划期.AllowDBNull = false;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public mrp物料需求计算Row Newmrp物料需求计算Row() {
                return ((mrp物料需求计算Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new mrp物料需求计算Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(mrp物料需求计算Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.mrp物料需求计算RowChanged != null)) {
                    this.mrp物料需求计算RowChanged(this, new mrp物料需求计算RowChangeEvent(((mrp物料需求计算Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.mrp物料需求计算RowChanging != null)) {
                    this.mrp物料需求计算RowChanging(this, new mrp物料需求计算RowChangeEvent(((mrp物料需求计算Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.mrp物料需求计算RowDeleted != null)) {
                    this.mrp物料需求计算RowDeleted(this, new mrp物料需求计算RowChangeEvent(((mrp物料需求计算Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.mrp物料需求计算RowDeleting != null)) {
                    this.mrp物料需求计算RowDeleting(this, new mrp物料需求计算RowChangeEvent(((mrp物料需求计算Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Removemrp物料需求计算Row(mrp物料需求计算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();
                DataSet3 ds = new DataSet3();
                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 = "mrp物料需求计算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 mrp物料需求历史DataTable : System.Data.DataTable, System.Collections.IEnumerable {

⌨️ 快捷键说明

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