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

📄 qxpdadataset.designer.cs

📁 windows mobile读取GPS数据
💻 CS
📖 第 1 页 / 共 5 页
字号:
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行库版本:2.0.50727.42
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

// 
// 此源代码是由 Microsoft.CompactFramework.Design.Data 2.0.50727.42 版自动生成。
// 
namespace QXPDA {
    using System;
    using System.Data;
    
    
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
    [System.Xml.Serialization.XmlRootAttribute("qxpdaDataSet")]
    public partial class qxpdaDataSet : System.Data.DataSet {
        
        private bdz_baseDataTable tablebdz_base;
        
        private c_codeDataTable tablec_code;
        
        private line_baseDataTable tableline_base;
        
        private line_crossDataTable tableline_cross;
        
        private pole_towerDataTable tablepole_tower;
        
        private subline_baseDataTable tablesubline_base;
        
        private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public qxpdaDataSet() {
            this.BeginInit();
            this.InitClass();
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public bdz_baseDataTable bdz_base {
            get {
                return this.tablebdz_base;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public c_codeDataTable c_code {
            get {
                return this.tablec_code;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public line_baseDataTable line_base {
            get {
                return this.tableline_base;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public line_crossDataTable line_cross {
            get {
                return this.tableline_cross;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public pole_towerDataTable pole_tower {
            get {
                return this.tablepole_tower;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public subline_baseDataTable subline_base {
            get {
                return this.tablesubline_base;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public override System.Data.SchemaSerializationMode SchemaSerializationMode {
            get {
                return this._schemaSerializationMode;
            }
            set {
                this._schemaSerializationMode = value;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public new System.Data.DataTableCollection Tables {
            get {
                return base.Tables;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public new System.Data.DataRelationCollection Relations {
            get {
                return base.Relations;
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void InitializeDerivedDataSet() {
            this.BeginInit();
            this.InitClass();
            this.EndInit();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public override System.Data.DataSet Clone() {
            qxpdaDataSet cln = ((qxpdaDataSet)(base.Clone()));
            cln.InitVars();
            cln.SchemaSerializationMode = this.SchemaSerializationMode;
            return cln;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override bool ShouldSerializeTables() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override bool ShouldSerializeRelations() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void ReadXmlSerializable(System.Xml.XmlReader reader) {
            if ((this.DetermineSchemaSerializationMode(reader) == System.Data.SchemaSerializationMode.IncludeSchema)) {
                this.Reset();
                System.Data.DataSet ds = new System.Data.DataSet();
                ds.ReadXml(reader);
                if ((ds.Tables["bdz_base"] != null)) {
                    base.Tables.Add(new bdz_baseDataTable(ds.Tables["bdz_base"]));
                }
                if ((ds.Tables["c_code"] != null)) {
                    base.Tables.Add(new c_codeDataTable(ds.Tables["c_code"]));
                }
                if ((ds.Tables["line_base"] != null)) {
                    base.Tables.Add(new line_baseDataTable(ds.Tables["line_base"]));
                }
                if ((ds.Tables["line_cross"] != null)) {
                    base.Tables.Add(new line_crossDataTable(ds.Tables["line_cross"]));
                }
                if ((ds.Tables["pole_tower"] != null)) {
                    base.Tables.Add(new pole_towerDataTable(ds.Tables["pole_tower"]));
                }
                if ((ds.Tables["subline_base"] != null)) {
                    base.Tables.Add(new subline_baseDataTable(ds.Tables["subline_base"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.ReadXml(reader);
                this.InitVars();
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
            System.IO.MemoryStream stream = new System.IO.MemoryStream();
            this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null));
            stream.Position = 0;
            return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars() {
            this.InitVars(true);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        internal void InitVars(bool initTable) {
            this.tablebdz_base = ((bdz_baseDataTable)(base.Tables["bdz_base"]));
            if ((initTable == true)) {
                if ((this.tablebdz_base != null)) {
                    this.tablebdz_base.InitVars();
                }
            }
            this.tablec_code = ((c_codeDataTable)(base.Tables["c_code"]));
            if ((initTable == true)) {
                if ((this.tablec_code != null)) {
                    this.tablec_code.InitVars();
                }
            }
            this.tableline_base = ((line_baseDataTable)(base.Tables["line_base"]));
            if ((initTable == true)) {
                if ((this.tableline_base != null)) {
                    this.tableline_base.InitVars();
                }
            }
            this.tableline_cross = ((line_crossDataTable)(base.Tables["line_cross"]));
            if ((initTable == true)) {
                if ((this.tableline_cross != null)) {
                    this.tableline_cross.InitVars();
                }
            }
            this.tablepole_tower = ((pole_towerDataTable)(base.Tables["pole_tower"]));
            if ((initTable == true)) {
                if ((this.tablepole_tower != null)) {
                    this.tablepole_tower.InitVars();
                }
            }
            this.tablesubline_base = ((subline_baseDataTable)(base.Tables["subline_base"]));
            if ((initTable == true)) {
                if ((this.tablesubline_base != null)) {
                    this.tablesubline_base.InitVars();
                }
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void InitClass() {
            this.DataSetName = "qxpdaDataSet";
            this.Prefix = "";
            this.Namespace = "http://tempuri.org/qxpdaDataSet.xsd";
            this.EnforceConstraints = true;
            this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            this.tablebdz_base = new bdz_baseDataTable();
            base.Tables.Add(this.tablebdz_base);
            this.tablec_code = new c_codeDataTable();
            base.Tables.Add(this.tablec_code);
            this.tableline_base = new line_baseDataTable();
            base.Tables.Add(this.tableline_base);
            this.tableline_cross = new line_crossDataTable();
            base.Tables.Add(this.tableline_cross);
            this.tablepole_tower = new pole_towerDataTable();
            base.Tables.Add(this.tablepole_tower);
            this.tablesubline_base = new subline_baseDataTable();
            base.Tables.Add(this.tablesubline_base);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializebdz_base() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializec_code() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeline_base() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializeline_cross() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializepole_tower() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private bool ShouldSerializesubline_base() {
            return false;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
            if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
                this.InitVars();

⌨️ 快捷键说明

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