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

📄 qxpdadataset.designer.cs

📁 windows mobile读取GPS数据
💻 CS
📖 第 1 页 / 共 5 页
字号:
                this.columnvoltage_level = base.Columns["voltage_level"];
                this.columnall_capability = base.Columns["all_capability"];
                this.columnpmt_num = base.Columns["pmt_num"];
                this.columnmain_capability = base.Columns["main_capability"];
                this.columnrun_date = base.Columns["run_date"];
                this.columnremark = base.Columns["remark"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnbdz_code = new System.Data.DataColumn("bdz_code", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnbdz_code);
                this.columnbdz_name = new System.Data.DataColumn("bdz_name", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnbdz_name);
                this.columnx1 = new System.Data.DataColumn("x1", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnx1);
                this.columny1 = new System.Data.DataColumn("y1", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columny1);
                this.columnx2 = new System.Data.DataColumn("x2", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnx2);
                this.columny2 = new System.Data.DataColumn("y2", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columny2);
                this.columnx3 = new System.Data.DataColumn("x3", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnx3);
                this.columny3 = new System.Data.DataColumn("y3", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columny3);
                this.columnx4 = new System.Data.DataColumn("x4", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnx4);
                this.columny4 = new System.Data.DataColumn("y4", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columny4);
                this.columnvoltage_level = new System.Data.DataColumn("voltage_level", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnvoltage_level);
                this.columnall_capability = new System.Data.DataColumn("all_capability", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnall_capability);
                this.columnpmt_num = new System.Data.DataColumn("pmt_num", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnpmt_num);
                this.columnmain_capability = new System.Data.DataColumn("main_capability", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnmain_capability);
                this.columnrun_date = new System.Data.DataColumn("run_date", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnrun_date);
                this.columnremark = new System.Data.DataColumn("remark", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnremark);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.columnbdz_code}, true));
                this.columnbdz_code.AutoIncrement = true;
                this.columnbdz_code.AllowDBNull = false;
                this.columnbdz_code.ReadOnly = true;
                this.columnbdz_code.Unique = true;
                this.columnbdz_name.MaxLength = 100;
                this.columnvoltage_level.MaxLength = 20;
                this.columnall_capability.MaxLength = 20;
                this.columnmain_capability.MaxLength = 20;
                this.columnremark.MaxLength = 200;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bdz_baseRow Newbdz_baseRow() {
                return ((bdz_baseRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new bdz_baseRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(bdz_baseRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.bdz_baseRowChanged != null)) {
                    this.bdz_baseRowChanged(this, new bdz_baseRowChangeEvent(((bdz_baseRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.bdz_baseRowChanging != null)) {
                    this.bdz_baseRowChanging(this, new bdz_baseRowChangeEvent(((bdz_baseRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.bdz_baseRowDeleted != null)) {
                    this.bdz_baseRowDeleted(this, new bdz_baseRowChangeEvent(((bdz_baseRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.bdz_baseRowDeleting != null)) {
                    this.bdz_baseRowDeleting(this, new bdz_baseRowChangeEvent(((bdz_baseRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Removebdz_baseRow(bdz_baseRow 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();
                qxpdaDataSet ds = new qxpdaDataSet();
                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;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "bdz_baseDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class c_codeDataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn columncode;
            
            private System.Data.DataColumn columnname;
            
            private System.Data.DataColumn columncode_lb;
            
            private System.Data.DataColumn columnid;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public c_codeDataTable() {
                this.TableName = "c_code";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal c_codeDataTable(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()]
            public System.Data.DataColumn codeColumn {
                get {
                    return this.columncode;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn nameColumn {
                get {
                    return this.columnname;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn code_lbColumn {
                get {
                    return this.columncode_lb;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn idColumn {
                get {
                    return this.columnid;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public c_codeRow this[int index] {
                get {
                    return ((c_codeRow)(this.Rows[index]));
                }
            }
            
            public event c_codeRowChangeEventHandler c_codeRowChanging;
            
            public event c_codeRowChangeEventHandler c_codeRowChanged;
            
            public event c_codeRowChangeEventHandler c_codeRowDeleting;
            
            public event c_codeRowChangeEventHandler c_codeRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addc_codeRow(c_codeRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public c_codeRow Addc_codeRow(string code, string name, string code_lb) {
                c_codeRow rowc_codeRow = ((c_codeRow)(this.NewRow()));
                rowc_codeRow.ItemArray = new object[] {
                        code,
                        name,
                        code_lb,
                        null};
                this.Rows.Add(rowc_codeRow);
                return rowc_codeRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public c_codeRow FindByid(int id) {
                return ((c_codeRow)(this.Rows.Find(new object[] {
                            id})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                c_codeDataTable cln = ((c_codeDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new c_codeDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columncode = base.Columns["code"];
                this.columnname = base.Columns["name"];
                this.columncode_lb = base.Columns["code_lb"];
                this.columnid = base.Columns["id"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columncode = new System.Data.DataColumn("code", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columncode);
                this.columnname = new System.Data.DataColumn("name", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnname);
                this.columncode_lb = new System.Data.DataColumn("code_lb", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columncode_lb);
                this.columnid = new System.Data.DataColumn("id", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnid);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.columnid}, true));
                this.columncode.MaxLength = 40;
                this.columnname.MaxLength = 40;
                this.columncode_lb.MaxLength = 40;

⌨️ 快捷键说明

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