//----------------------------------------------------------------------- // // Copyright © 2012 Nils Hammar. All rights reserved. // //----------------------------------------------------------------------- /* * Software to access vehicle information via the OBD-II connector. * * Copyright © 2012 Nils Hammar * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Alternative licensing is possible, see the licensing document. * * The above text may not be removed or modified. */ namespace ObdSimulator.Data { [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1202:ElementsMustBeOrderedByAccess", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1401:FieldsMustBePrivate", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1101:PrefixLocalCallsWithThis", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1400:AccessModifierMustBeDeclared", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1513:ClosingCurlyBracketMustBeFollowedByBlankLine", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1601:PartialElementsMustBeDocumented", Justification = "Tool Generated.")] partial class FuelSystemStatus { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.d4CB = new System.Windows.Forms.CheckBox(); this.d3CB = new System.Windows.Forms.CheckBox(); this.d2CB = new System.Windows.Forms.CheckBox(); this.d1CB = new System.Windows.Forms.CheckBox(); this.d0CB = new System.Windows.Forms.CheckBox(); this.c4CB = new System.Windows.Forms.CheckBox(); this.c3CB = new System.Windows.Forms.CheckBox(); this.c2CB = new System.Windows.Forms.CheckBox(); this.c1CB = new System.Windows.Forms.CheckBox(); this.c0CB = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.d4CB); this.groupBox1.Controls.Add(this.d3CB); this.groupBox1.Controls.Add(this.d2CB); this.groupBox1.Controls.Add(this.d1CB); this.groupBox1.Controls.Add(this.d0CB); this.groupBox1.Controls.Add(this.c4CB); this.groupBox1.Controls.Add(this.c3CB); this.groupBox1.Controls.Add(this.c2CB); this.groupBox1.Controls.Add(this.c1CB); this.groupBox1.Controls.Add(this.c0CB); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(800, 167); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Fuel System Status"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 133); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(428, 13); this.label7.TabIndex = 16; this.label7.Text = "Closed Loop, using at least one oxygen sensor but there is a fault in the feedbac" + "k system."; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 110); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(162, 13); this.label6.TabIndex = 15; this.label6.Text = "Open Loop due to system failure."; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 87); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(304, 13); this.label5.TabIndex = 14; this.label5.Text = "Open Loop due to engine load OR fuel cut during deceleration."; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 64); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(318, 13); this.label4.TabIndex = 13; this.label4.Text = "Closed Loop, using oxygen sensor feedback to determine fuel mix."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 41); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(243, 13); this.label3.TabIndex = 12; this.label3.Text = "Open Loop due to insufficient engine temperature."; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(496, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(50, 13); this.label2.TabIndex = 11; this.label2.Text = "System 2"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(435, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 13); this.label1.TabIndex = 10; this.label1.Text = "System 1"; // // d4CB // this.d4CB.AutoSize = true; this.d4CB.Location = new System.Drawing.Point(513, 133); this.d4CB.Name = "d4CB"; this.d4CB.Size = new System.Drawing.Size(15, 14); this.d4CB.TabIndex = 9; this.d4CB.UseVisualStyleBackColor = true; // // d3CB // this.d3CB.AutoSize = true; this.d3CB.Location = new System.Drawing.Point(513, 110); this.d3CB.Name = "d3CB"; this.d3CB.Size = new System.Drawing.Size(15, 14); this.d3CB.TabIndex = 8; this.d3CB.UseVisualStyleBackColor = true; // // d2CB // this.d2CB.AutoSize = true; this.d2CB.Location = new System.Drawing.Point(513, 87); this.d2CB.Name = "d2CB"; this.d2CB.Size = new System.Drawing.Size(15, 14); this.d2CB.TabIndex = 7; this.d2CB.UseVisualStyleBackColor = true; // // d1CB // this.d1CB.AutoSize = true; this.d1CB.Location = new System.Drawing.Point(513, 64); this.d1CB.Name = "d1CB"; this.d1CB.Size = new System.Drawing.Size(15, 14); this.d1CB.TabIndex = 6; this.d1CB.UseVisualStyleBackColor = true; // // d0CB // this.d0CB.AutoSize = true; this.d0CB.Location = new System.Drawing.Point(513, 41); this.d0CB.Name = "d0CB"; this.d0CB.Size = new System.Drawing.Size(15, 14); this.d0CB.TabIndex = 5; this.d0CB.UseVisualStyleBackColor = true; // // c4CB // this.c4CB.AutoSize = true; this.c4CB.Location = new System.Drawing.Point(451, 133); this.c4CB.Name = "c4CB"; this.c4CB.Size = new System.Drawing.Size(15, 14); this.c4CB.TabIndex = 4; this.c4CB.UseVisualStyleBackColor = true; // // c3CB // this.c3CB.AutoSize = true; this.c3CB.Location = new System.Drawing.Point(451, 110); this.c3CB.Name = "c3CB"; this.c3CB.Size = new System.Drawing.Size(15, 14); this.c3CB.TabIndex = 3; this.c3CB.UseVisualStyleBackColor = true; // // c2CB // this.c2CB.AutoSize = true; this.c2CB.Location = new System.Drawing.Point(451, 87); this.c2CB.Name = "c2CB"; this.c2CB.Size = new System.Drawing.Size(15, 14); this.c2CB.TabIndex = 2; this.c2CB.UseVisualStyleBackColor = true; // // c1CB // this.c1CB.AutoSize = true; this.c1CB.Location = new System.Drawing.Point(451, 64); this.c1CB.Name = "c1CB"; this.c1CB.Size = new System.Drawing.Size(15, 14); this.c1CB.TabIndex = 1; this.c1CB.UseVisualStyleBackColor = true; // // c0CB // this.c0CB.AutoSize = true; this.c0CB.Location = new System.Drawing.Point(451, 41); this.c0CB.Name = "c0CB"; this.c0CB.Size = new System.Drawing.Size(15, 14); this.c0CB.TabIndex = 0; this.c0CB.UseVisualStyleBackColor = true; // // FuelSystemStatus // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Name = "FuelSystemStatus"; this.Size = new System.Drawing.Size(800, 167); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox c4CB; private System.Windows.Forms.CheckBox c3CB; private System.Windows.Forms.CheckBox c2CB; private System.Windows.Forms.CheckBox c1CB; private System.Windows.Forms.CheckBox c0CB; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox d4CB; private System.Windows.Forms.CheckBox d3CB; private System.Windows.Forms.CheckBox d2CB; private System.Windows.Forms.CheckBox d1CB; private System.Windows.Forms.CheckBox d0CB; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; } }