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

📄 dataset_views.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 5 页
字号:
            if ((initTable == true)) {
                if ((this.tablev_repairstatus != null)) {
                    this.tablev_repairstatus.InitVars();
                }
            }
            this.tablev_repairworker = ((v_repairworkerDataTable)(base.Tables["v_repairworker"]));
            if ((initTable == true)) {
                if ((this.tablev_repairworker != null)) {
                    this.tablev_repairworker.InitVars();
                }
            }
            this.tablev_saledpcarinfo = ((v_saledpcarinfoDataTable)(base.Tables["v_saledpcarinfo"]));
            if ((initTable == true)) {
                if ((this.tablev_saledpcarinfo != null)) {
                    this.tablev_saledpcarinfo.InitVars();
                }
            }
            this.tablev_topdefend = ((v_topdefendDataTable)(base.Tables["v_topdefend"]));
            if ((initTable == true)) {
                if ((this.tablev_topdefend != null)) {
                    this.tablev_topdefend.InitVars();
                }
            }
            this.tablev_toprepairmain = ((v_toprepairmainDataTable)(base.Tables["v_toprepairmain"]));
            if ((initTable == true)) {
                if ((this.tablev_toprepairmain != null)) {
                    this.tablev_toprepairmain.InitVars();
                }
            }
            this.tablev_vipdiscount = ((v_vipdiscountDataTable)(base.Tables["v_vipdiscount"]));
            if ((initTable == true)) {
                if ((this.tablev_vipdiscount != null)) {
                    this.tablev_vipdiscount.InitVars();
                }
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "DataSet_Views";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/DataSet_Views.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.tablev_customerdeail = new v_customerdeailDataTable();
            base.Tables.Add(this.tablev_customerdeail);
            this.tablev_customrepairconst = new v_customrepairconstDataTable();
            base.Tables.Add(this.tablev_customrepairconst);
            this.tablev_defend = new v_defendDataTable();
            base.Tables.Add(this.tablev_defend);
            this.tablev_employeerepair = new v_employeerepairDataTable();
            base.Tables.Add(this.tablev_employeerepair);
            this.tablev_keepalert = new v_keepalertDataTable();
            base.Tables.Add(this.tablev_keepalert);
            this.tablev_prerepair = new v_prerepairDataTable();
            base.Tables.Add(this.tablev_prerepair);
            this.tablev_reapirmain = new v_reapirmainDataTable();
            base.Tables.Add(this.tablev_reapirmain);
            this.tablev_repair_vist = new v_repair_vistDataTable();
            base.Tables.Add(this.tablev_repair_vist);
            this.tablev_repairbtype = new v_repairbtypeDataTable();
            base.Tables.Add(this.tablev_repairbtype);
            this.tablev_repairconst = new v_repairconstDataTable();
            base.Tables.Add(this.tablev_repairconst);
            this.tablev_repairitemsum = new v_repairitemsumDataTable();
            base.Tables.Add(this.tablev_repairitemsum);
            this.tablev_repairmain = new v_repairmainDataTable();
            base.Tables.Add(this.tablev_repairmain);
            this.tablev_repairmaintotal = new v_repairmaintotalDataTable();
            base.Tables.Add(this.tablev_repairmaintotal);
            this.tablev_repairMaterials = new v_repairMaterialsDataTable();
            base.Tables.Add(this.tablev_repairMaterials);
            this.tablev_repairptypesum = new v_repairptypesumDataTable();
            base.Tables.Add(this.tablev_repairptypesum);
            this.tablev_repairstatus = new v_repairstatusDataTable();
            base.Tables.Add(this.tablev_repairstatus);
            this.tablev_repairworker = new v_repairworkerDataTable();
            base.Tables.Add(this.tablev_repairworker);
            this.tablev_saledpcarinfo = new v_saledpcarinfoDataTable();
            base.Tables.Add(this.tablev_saledpcarinfo);
            this.tablev_topdefend = new v_topdefendDataTable();
            base.Tables.Add(this.tablev_topdefend);
            this.tablev_toprepairmain = new v_toprepairmainDataTable();
            base.Tables.Add(this.tablev_toprepairmain);
            this.tablev_vipdiscount = new v_vipdiscountDataTable();
            base.Tables.Add(this.tablev_vipdiscount);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_customerdeail() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_customrepairconst() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_defend() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_employeerepair() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_keepalert() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_prerepair() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_reapirmain() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repair_vist() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairbtype() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairconst() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairitemsum() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairmain() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairmaintotal() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairMaterials() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairptypesum() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairstatus() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_repairworker() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_saledpcarinfo() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_topdefend() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_toprepairmain() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializev_vipdiscount() {
            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) {
            DataSet_Views ds = new DataSet_Views();
            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 v_customerdeailRowChangeEventHandler(object sender, v_customerdeailRowChangeEvent e);
        
        public delegate void v_customrepairconstRowChangeEventHandler(object sender, v_customrepairconstRowChangeEvent e);
        
        public delegate void v_defendRowChangeEventHandler(object sender, v_defendRowChangeEvent e);
        
        public delegate void v_employeerepairRowChangeEventHandler(object sender, v_employeerepairRowChangeEvent e);
        
        public delegate void v_keepalertRowChangeEventHandler(object sender, v_keepalertRowChangeEvent e);
        
        public delegate void v_prerepairRowChangeEventHandler(object sender, v_prerepairRowChangeEvent e);
        
        public delegate void v_reapirmainRowChangeEventHandler(object sender, v_reapirmainRowChangeEvent e);
        
        public delegate void v_repair_vistRowChangeEventHandler(object sender, v_repair_vistRowChangeEvent e);
        
        public delegate void v_repairbtypeRowChangeEventHandler(object sender, v_repairbtypeRowChangeEvent e);
        
        public delegate void v_repairconstRowChangeEventHandler(object sender, v_repairconstRowChangeEvent e);
        
        public delegate void v_repairitemsumRowChangeEventHandler(object sender, v_repairitemsumRowChangeEvent e);
        
        public delegate void v_repairmainRowChangeEventHandler(object sender, v_repairmainRowChangeEvent e);
        
        public delegate void v_repairmaintotalRowChangeEventHandler(object sender, v_repairmaintotalRowChangeEvent e);
        
        public delegate void v_repairMaterialsRowChangeEventHandler(object sender, v_repairMaterialsRowChangeEvent e);
        
        public delegate void v_repairptypesumRowChangeEventHandler(object sender, v_repairptypesumRowChangeEvent e);
        
        public delegate void v_repairstatusRowChangeEventHandler(object sender, v_repairstatusRowChangeEvent e);
        
        public delegate void v_repairworkerRowChangeEventHandler(object sender, v_repairworkerRowChangeEvent e);
        
        public delegate void v_saledpcarinfoRowChangeEventHandler(object sender, v_saledpcarinfoRowChangeEvent e);
        
        public delegate void v_topdefendRowChangeEventHandler(object sender, v_topdefendRowChangeEvent e);
        
        public delegate void v_toprepairmainRowChangeEventHandler(object sender, v_toprepairmainRowChangeEvent e);
        
        public delegate void v_vipdiscountRowChangeEventHandler(object sender, v_vipdiscountRowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class v_customerdeailDataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn columnCtypename;
            
            private System.Data.DataColumn columnCaren;
            
            private System.Data.DataColumn columnFacdate;
            
            private System.Data.DataColumn columnKeyno;
            
            private System.Data.DataColumn columnPassno;
            
            private System.Data.DataColumn columnCarno;
            
            private System.Data.DataColumn columnCarnofrom;
            
            private System.Data.DataColumn columnCarnodate;
            
            private System.Data.DataColumn columnBuywhere;
            
            private System.Data.DataColumn columnBuyuse;
            
            private System.Data.DataColumn columnSecuritypassword;
            
            private System.Data.DataColumn columnKeypassword;
            
            private System.Data.DataColumn columnBuyprice;
            
            private System.Data.DataColumn columnIcNo;
            
            private System.Data.DataColumn columnDaymileage;
            
            private System.Data.DataColumn columnPrekeep;
            
            private System.Data.DataColumn columnIntroducertel;
            
            private System.Data.DataColumn columnIntroducer;
            
            private System.Data.DataColumn columnPaytype;
            
            private System.Data.DataColumn columnBuyfor;
            
            private System.Data.DataColumn columnBuytype;
            
            private System.Data.DataColumn columnSpecialdate;

⌨️ 快捷键说明

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