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

📄 jobdetails.designer.cs

📁 有关客户管理的功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnCarNo = base.Columns["CarNo"];
                this.columnJobDate = base.Columns["JobDate"];
                this.columnWorkerId = base.Columns["WorkerId"];
                this.columnKMs = base.Columns["KMs"];
                this.columnTuning = base.Columns["Tuning"];
                this.columnAlignment = base.Columns["Alignment"];
                this.columnBalancing = base.Columns["Balancing"];
                this.columnTires = base.Columns["Tires"];
                this.columnWeights = base.Columns["Weights"];
                this.columnOilChanged = base.Columns["OilChanged"];
                this.columnOilQty = base.Columns["OilQty"];
                this.columnOilFilter = base.Columns["OilFilter"];
                this.columnGearOil = base.Columns["GearOil"];
                this.columnGearOilQty = base.Columns["GearOilQty"];
                this.columnPoint = base.Columns["Point"];
                this.columnCondenser = base.Columns["Condenser"];
                this.columnPlug = base.Columns["Plug"];
                this.columnPlugQty = base.Columns["PlugQty"];
                this.columnFuelFilter = base.Columns["FuelFilter"];
                this.columnAirFilter = base.Columns["AirFilter"];
                this.columnRemarks = base.Columns["Remarks"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnCarNo = new System.Data.DataColumn("CarNo", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCarNo);
                this.columnJobDate = new System.Data.DataColumn("JobDate", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnJobDate);
                this.columnWorkerId = new System.Data.DataColumn("WorkerId", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnWorkerId);
                this.columnKMs = new System.Data.DataColumn("KMs", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnKMs);
                this.columnTuning = new System.Data.DataColumn("Tuning", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnTuning);
                this.columnAlignment = new System.Data.DataColumn("Alignment", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnAlignment);
                this.columnBalancing = new System.Data.DataColumn("Balancing", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBalancing);
                this.columnTires = new System.Data.DataColumn("Tires", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnTires);
                this.columnWeights = new System.Data.DataColumn("Weights", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnWeights);
                this.columnOilChanged = new System.Data.DataColumn("OilChanged", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnOilChanged);
                this.columnOilQty = new System.Data.DataColumn("OilQty", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnOilQty);
                this.columnOilFilter = new System.Data.DataColumn("OilFilter", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnOilFilter);
                this.columnGearOil = new System.Data.DataColumn("GearOil", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnGearOil);
                this.columnGearOilQty = new System.Data.DataColumn("GearOilQty", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnGearOilQty);
                this.columnPoint = new System.Data.DataColumn("Point", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnPoint);
                this.columnCondenser = new System.Data.DataColumn("Condenser", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCondenser);
                this.columnPlug = new System.Data.DataColumn("Plug", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnPlug);
                this.columnPlugQty = new System.Data.DataColumn("PlugQty", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnPlugQty);
                this.columnFuelFilter = new System.Data.DataColumn("FuelFilter", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnFuelFilter);
                this.columnAirFilter = new System.Data.DataColumn("AirFilter", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnAirFilter);
                this.columnRemarks = new System.Data.DataColumn("Remarks", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnRemarks);
                this.columnCarNo.AllowDBNull = false;
                this.columnCarNo.MaxLength = 15;
                this.columnJobDate.AllowDBNull = false;
                this.columnWorkerId.AllowDBNull = false;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tblJobDetailsRow NewtblJobDetailsRow() {
                return ((tblJobDetailsRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new tblJobDetailsRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(tblJobDetailsRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.tblJobDetailsRowChanged != null)) {
                    this.tblJobDetailsRowChanged(this, new tblJobDetailsRowChangeEvent(((tblJobDetailsRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.tblJobDetailsRowChanging != null)) {
                    this.tblJobDetailsRowChanging(this, new tblJobDetailsRowChangeEvent(((tblJobDetailsRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.tblJobDetailsRowDeleted != null)) {
                    this.tblJobDetailsRowDeleted(this, new tblJobDetailsRowChangeEvent(((tblJobDetailsRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.tblJobDetailsRowDeleting != null)) {
                    this.tblJobDetailsRowDeleting(this, new tblJobDetailsRowChangeEvent(((tblJobDetailsRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemovetblJobDetailsRow(tblJobDetailsRow 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();
                JobDetails ds = new JobDetails();
                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 = "tblJobDetailsDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class DataTable1DataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public DataTable1DataTable() {
                this.TableName = "DataTable1";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal DataTable1DataTable(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 DataTable1DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public DataTable1Row this[int index] {
                get {
                    return ((DataTable1Row)(this.Rows[index]));
                }
            }
            
            public event DataTable1RowChangeEventHandler DataTable1RowChanging;
            
            public event DataTable1RowChangeEventHandler DataTable1RowChanged;
            
            public event DataTable1RowChangeEventHandler DataTable1RowDeleting;
            
            public event DataTable1RowChangeEventHandler DataTable1RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void AddDataTable1Row(DataTable1Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public DataTable1Row AddDataTable1Row() {
                DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
                rowDataTable1Row.ItemArray = new object[0];
                this.Rows.Add(rowDataTable1Row);
                return rowDataTable1Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new DataTable1DataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public DataTable1Row NewDataTable1Row() {
                return ((DataTable1Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new DataTable1Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(DataTable1Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.DataTable1RowChanged != null)) {
                    this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.DataTable1RowChanging != null)) {
                    this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
                }
            }

⌨️ 快捷键说明

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