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

📄 dataset_stores.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 5 页
字号:
            private System.Data.DataColumn columnemployeename;
            
            private System.Data.DataColumn columncheckname;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public gp_getoldinstockmainDataTable() {
                this.TableName = "gp_getoldinstockmain";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal gp_getoldinstockmainDataTable(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 gp_getoldinstockmainDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn BillNumberIDColumn {
                get {
                    return this.columnBillNumberID;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn BillDateColumn {
                get {
                    return this.columnBillDate;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn BillCodeColumn {
                get {
                    return this.columnBillCode;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ifcheckColumn {
                get {
                    return this.columnifcheck;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn CommentColumn {
                get {
                    return this.columnComment;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn bnameColumn {
                get {
                    return this.columnbname;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn stocknameColumn {
                get {
                    return this.columnstockname;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn employeenameColumn {
                get {
                    return this.columnemployeename;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn checknameColumn {
                get {
                    return this.columncheckname;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public gp_getoldinstockmainRow this[int index] {
                get {
                    return ((gp_getoldinstockmainRow)(this.Rows[index]));
                }
            }
            
            public event gp_getoldinstockmainRowChangeEventHandler gp_getoldinstockmainRowChanging;
            
            public event gp_getoldinstockmainRowChangeEventHandler gp_getoldinstockmainRowChanged;
            
            public event gp_getoldinstockmainRowChangeEventHandler gp_getoldinstockmainRowDeleting;
            
            public event gp_getoldinstockmainRowChangeEventHandler gp_getoldinstockmainRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addgp_getoldinstockmainRow(gp_getoldinstockmainRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public gp_getoldinstockmainRow Addgp_getoldinstockmainRow(System.DateTime BillDate, string BillCode, string ifcheck, string Comment, string bname, string stockname, string employeename, string checkname) {
                gp_getoldinstockmainRow rowgp_getoldinstockmainRow = ((gp_getoldinstockmainRow)(this.NewRow()));
                rowgp_getoldinstockmainRow.ItemArray = new object[] {
                        null,
                        BillDate,
                        BillCode,
                        ifcheck,
                        Comment,
                        bname,
                        stockname,
                        employeename,
                        checkname};
                this.Rows.Add(rowgp_getoldinstockmainRow);
                return rowgp_getoldinstockmainRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                gp_getoldinstockmainDataTable cln = ((gp_getoldinstockmainDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new gp_getoldinstockmainDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnBillNumberID = base.Columns["BillNumberID"];
                this.columnBillDate = base.Columns["BillDate"];
                this.columnBillCode = base.Columns["BillCode"];
                this.columnifcheck = base.Columns["ifcheck"];
                this.columnComment = base.Columns["Comment"];
                this.columnbname = base.Columns["bname"];
                this.columnstockname = base.Columns["stockname"];
                this.columnemployeename = base.Columns["employeename"];
                this.columncheckname = base.Columns["checkname"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnBillNumberID = new System.Data.DataColumn("BillNumberID", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBillNumberID);
                this.columnBillDate = new System.Data.DataColumn("BillDate", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBillDate);
                this.columnBillCode = new System.Data.DataColumn("BillCode", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBillCode);
                this.columnifcheck = new System.Data.DataColumn("ifcheck", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnifcheck);
                this.columnComment = new System.Data.DataColumn("Comment", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnComment);
                this.columnbname = new System.Data.DataColumn("bname", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnbname);
                this.columnstockname = new System.Data.DataColumn("stockname", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnstockname);
                this.columnemployeename = new System.Data.DataColumn("employeename", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnemployeename);
                this.columncheckname = new System.Data.DataColumn("checkname", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columncheckname);
                this.columnBillNumberID.AutoIncrement = true;
                this.columnBillNumberID.AllowDBNull = false;
                this.columnBillNumberID.ReadOnly = true;
                this.columnBillDate.AllowDBNull = false;
                this.columnBillCode.AllowDBNull = false;
                this.columnBillCode.MaxLength = 25;
                this.columnifcheck.MaxLength = 1;
                this.columnComment.MaxLength = 256;
                this.columnbname.AllowDBNull = false;
                this.columnbname.MaxLength = 66;
                this.columnstockname.AllowDBNull = false;
                this.columnstockname.MaxLength = 66;
                this.columnemployeename.AllowDBNull = false;
                this.columnemployeename.MaxLength = 66;
                this.columncheckname.AllowDBNull = false;
                this.columncheckname.MaxLength = 66;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public gp_getoldinstockmainRow Newgp_getoldinstockmainRow() {
                return ((gp_getoldinstockmainRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new gp_getoldinstockmainRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(gp_getoldinstockmainRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.gp_getoldinstockmainRowChanged != null)) {
                    this.gp_getoldinstockmainRowChanged(this, new gp_getoldinstockmainRowChangeEvent(((gp_getoldinstockmainRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.gp_getoldinstockmainRowChanging != null)) {
                    this.gp_getoldinstockmainRowChanging(this, new gp_getoldinstockmainRowChangeEvent(((gp_getoldinstockmainRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.gp_getoldinstockmainRowDeleted != null)) {
                    this.gp_getoldinstockmainRowDeleted(this, new gp_getoldinstockmainRowChangeEvent(((gp_getoldinstockmainRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.gp_getoldinstockmainRowDeleting != null)) {
                    this.gp_getoldinstockmainRowDeleting(this, new gp_getoldinstockmainRowChangeEvent(((gp_getoldinstockmainRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Removegp_getoldinstockmainRow(gp_getoldinstockmainRow 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();
                DataSet_Stores ds = new DataSet_Stores();
                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;

⌨️ 快捷键说明

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