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

📄 dataset2.designer.cs

📁 进销存管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [global::System.Serializable()]
        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class 进货单DataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
            
            private global::System.Data.DataColumn column供货商号;
            
            private global::System.Data.DataColumn column货号;
            
            private global::System.Data.DataColumn column进货日期;
            
            private global::System.Data.DataColumn column业务员;
            
            private global::System.Data.DataColumn column制单人;
            
            private global::System.Data.DataColumn column进货数量;
            
            private global::System.Data.DataColumn column进价;
            
            private global::System.Data.DataColumn column税价合计;
            
            private global::System.Data.DataColumn column税率;
            
            private global::System.Data.DataColumn column不含税价;
            
            private global::System.Data.DataColumn column税额;
            
            private global::System.Data.DataColumn column名称;
            
            private global::System.Data.DataColumn column品名;
            
            private global::System.Data.DataColumn column仓库;
            
            private global::System.Data.DataColumn column单位;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 进货单DataTable() {
                this.TableName = "进货单";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 进货单DataTable(global::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;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected 进货单DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 供货商号Column {
                get {
                    return this.column供货商号;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 货号Column {
                get {
                    return this.column货号;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 进货日期Column {
                get {
                    return this.column进货日期;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 业务员Column {
                get {
                    return this.column业务员;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 制单人Column {
                get {
                    return this.column制单人;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 进货数量Column {
                get {
                    return this.column进货数量;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 进价Column {
                get {
                    return this.column进价;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 税价合计Column {
                get {
                    return this.column税价合计;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 税率Column {
                get {
                    return this.column税率;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 不含税价Column {
                get {
                    return this.column不含税价;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 税额Column {
                get {
                    return this.column税额;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 名称Column {
                get {
                    return this.column名称;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 品名Column {
                get {
                    return this.column品名;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 仓库Column {
                get {
                    return this.column仓库;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataColumn 单位Column {
                get {
                    return this.column单位;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::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;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add进货单Row(进货单Row row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 进货单Row Add进货单Row(string 供货商号, string 货号, System.DateTime 进货日期, string 业务员, string 制单人, decimal 进货数量, decimal 进价, decimal 税价合计, decimal 税率, decimal 不含税价, decimal 税额, string 名称, string 品名, string 仓库, string 单位) {
                进货单Row row进货单Row = ((进货单Row)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        供货商号,
                        货号,
                        进货日期,
                        业务员,
                        制单人,
                        进货数量,
                        进价,
                        税价合计,
                        税率,
                        不含税价,
                        税额,
                        名称,
                        品名,
                        仓库,
                        单位};
                row进货单Row.ItemArray = columnValuesArray;
                this.Rows.Add(row进货单Row);
                return row进货单Row;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override global::System.Data.DataTable Clone() {
                进货单DataTable cln = ((进货单DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override global::System.Data.DataTable CreateInstance() {
                return new 进货单DataTable();
            }
            
            [global::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["单位"];
            }
            

⌨️ 快捷键说明

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