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

📄 dataset2.designer.cs

📁 c#进销存源码,一个简单的进销存软件,供大家学习使用
💻 CS
📖 第 1 页 / 共 3 页
字号:
                    }
                }
                set {
                    this[this.table进货单.进货日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 业务员 {
                get {
                    try {
                        return ((string)(this[this.table进货单.业务员Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“业务员”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.业务员Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 制单人 {
                get {
                    try {
                        return ((string)(this[this.table进货单.制单人Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“制单人”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.制单人Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 进货数量 {
                get {
                    return ((decimal)(this[this.table进货单.进货数量Column]));
                }
                set {
                    this[this.table进货单.进货数量Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 进价 {
                get {
                    try {
                        return ((decimal)(this[this.table进货单.进价Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“进价”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.进价Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 税价合计 {
                get {
                    try {
                        return ((decimal)(this[this.table进货单.税价合计Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“税价合计”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.税价合计Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 税率 {
                get {
                    try {
                        return ((decimal)(this[this.table进货单.税率Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“税率”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.税率Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 不含税价 {
                get {
                    try {
                        return ((decimal)(this[this.table进货单.不含税价Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“不含税价”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.不含税价Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 税额 {
                get {
                    try {
                        return ((decimal)(this[this.table进货单.税额Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“税额”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.税额Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 名称 {
                get {
                    try {
                        return ((string)(this[this.table进货单.名称Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“名称”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.名称Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 品名 {
                get {
                    try {
                        return ((string)(this[this.table进货单.品名Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“品名”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.品名Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 仓库 {
                get {
                    try {
                        return ((string)(this[this.table进货单.仓库Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“进货单”中列“仓库”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table进货单.仓库Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 单位 {
                get {
                    return ((string)(this[this.table进货单.单位Column]));
                }
                set {
                    this[this.table进货单.单位Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is进货日期Null() {
                return this.IsNull(this.table进货单.进货日期Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set进货日期Null() {
                this[this.table进货单.进货日期Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is业务员Null() {
                return this.IsNull(this.table进货单.业务员Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set业务员Null() {
                this[this.table进货单.业务员Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is制单人Null() {
                return this.IsNull(this.table进货单.制单人Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set制单人Null() {
                this[this.table进货单.制单人Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is进价Null() {
                return this.IsNull(this.table进货单.进价Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set进价Null() {
                this[this.table进货单.进价Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is税价合计Null() {
                return this.IsNull(this.table进货单.税价合计Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set税价合计Null() {
                this[this.table进货单.税价合计Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is税率Null() {
                return this.IsNull(this.table进货单.税率Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set税率Null() {
                this[this.table进货单.税率Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is不含税价Null() {
                return this.IsNull(this.table进货单.不含税价Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set不含税价Null() {
                this[this.table进货单.不含税价Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is税额Null() {
                return this.IsNull(this.table进货单.税额Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set税额Null() {
                this[this.table进货单.税额Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is名称Null() {
                return this.IsNull(this.table进货单.名称Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set名称Null() {
                this[this.table进货单.名称Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is品名Null() {
                return this.IsNull(this.table进货单.品名Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set品名Null() {
                this[this.table进货单.品名Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is仓库Null() {
                return this.IsNull(this.table进货单.仓库Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set仓库Null() {
                this[this.table进货单.仓库Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class 进货单RowChangeEvent : System.EventArgs {
            
            private 进货单Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 进货单RowChangeEvent(进货单Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 进货单Row Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}

#pragma warning restore 1591

⌨️ 快捷键说明

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