//-----------------------------------------------------------------------
//
// 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 OxygenSensorsPresent2
{
///
/// 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.a7CB = new System.Windows.Forms.CheckBox();
this.a6CB = new System.Windows.Forms.CheckBox();
this.a5CB = new System.Windows.Forms.CheckBox();
this.a4CB = new System.Windows.Forms.CheckBox();
this.a3CB = new System.Windows.Forms.CheckBox();
this.a2CB = new System.Windows.Forms.CheckBox();
this.a1CB = new System.Windows.Forms.CheckBox();
this.a0CB = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.a7CB);
this.groupBox1.Controls.Add(this.a6CB);
this.groupBox1.Controls.Add(this.a5CB);
this.groupBox1.Controls.Add(this.a4CB);
this.groupBox1.Controls.Add(this.a3CB);
this.groupBox1.Controls.Add(this.a2CB);
this.groupBox1.Controls.Add(this.a1CB);
this.groupBox1.Controls.Add(this.a0CB);
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, 86);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Oxygen Sensors Present";
//
// a7CB
//
this.a7CB.AutoSize = true;
this.a7CB.Location = new System.Drawing.Point(348, 52);
this.a7CB.Name = "a7CB";
this.a7CB.Size = new System.Drawing.Size(108, 17);
this.a7CB.TabIndex = 7;
this.a7CB.Text = "Bank 4, Sensor 2";
this.a7CB.UseVisualStyleBackColor = true;
//
// a6CB
//
this.a6CB.AutoSize = true;
this.a6CB.Location = new System.Drawing.Point(348, 29);
this.a6CB.Name = "a6CB";
this.a6CB.Size = new System.Drawing.Size(108, 17);
this.a6CB.TabIndex = 6;
this.a6CB.Text = "Bank 4, Sensor 1";
this.a6CB.UseVisualStyleBackColor = true;
//
// a5CB
//
this.a5CB.AutoSize = true;
this.a5CB.Location = new System.Drawing.Point(234, 52);
this.a5CB.Name = "a5CB";
this.a5CB.Size = new System.Drawing.Size(108, 17);
this.a5CB.TabIndex = 5;
this.a5CB.Text = "Bank 3, Sensor 2";
this.a5CB.UseVisualStyleBackColor = true;
//
// a4CB
//
this.a4CB.AutoSize = true;
this.a4CB.Location = new System.Drawing.Point(234, 29);
this.a4CB.Name = "a4CB";
this.a4CB.Size = new System.Drawing.Size(108, 17);
this.a4CB.TabIndex = 4;
this.a4CB.Text = "Bank 3, Sensor 1";
this.a4CB.UseVisualStyleBackColor = true;
//
// a3CB
//
this.a3CB.AutoSize = true;
this.a3CB.Location = new System.Drawing.Point(120, 52);
this.a3CB.Name = "a3CB";
this.a3CB.Size = new System.Drawing.Size(108, 17);
this.a3CB.TabIndex = 3;
this.a3CB.Text = "Bank 2, Sensor 2";
this.a3CB.UseVisualStyleBackColor = true;
//
// a2CB
//
this.a2CB.AutoSize = true;
this.a2CB.Location = new System.Drawing.Point(120, 29);
this.a2CB.Name = "a2CB";
this.a2CB.Size = new System.Drawing.Size(108, 17);
this.a2CB.TabIndex = 2;
this.a2CB.Text = "Bank 2, Sensor 1";
this.a2CB.UseVisualStyleBackColor = true;
//
// a1CB
//
this.a1CB.AutoSize = true;
this.a1CB.Location = new System.Drawing.Point(6, 52);
this.a1CB.Name = "a1CB";
this.a1CB.Size = new System.Drawing.Size(108, 17);
this.a1CB.TabIndex = 1;
this.a1CB.Text = "Bank 1, Sensor 2";
this.a1CB.UseVisualStyleBackColor = true;
//
// a0CB
//
this.a0CB.AutoSize = true;
this.a0CB.Location = new System.Drawing.Point(6, 29);
this.a0CB.Name = "a0CB";
this.a0CB.Size = new System.Drawing.Size(108, 17);
this.a0CB.TabIndex = 0;
this.a0CB.Text = "Bank 1, Sensor 1";
this.a0CB.UseVisualStyleBackColor = true;
//
// OxygenSensorsPresent2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "OxygenSensorsPresent2";
this.Size = new System.Drawing.Size(800, 86);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox a7CB;
private System.Windows.Forms.CheckBox a6CB;
private System.Windows.Forms.CheckBox a5CB;
private System.Windows.Forms.CheckBox a4CB;
private System.Windows.Forms.CheckBox a3CB;
private System.Windows.Forms.CheckBox a2CB;
private System.Windows.Forms.CheckBox a1CB;
private System.Windows.Forms.CheckBox a0CB;
}
}