//-----------------------------------------------------------------------
//
// 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 PmSensorOutputInfo
{
///
/// 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.label17 = new System.Windows.Forms.Label();
this.e1CB = new System.Windows.Forms.CheckBox();
this.b1CB = new System.Windows.Forms.CheckBox();
this.label16 = new System.Windows.Forms.Label();
this.e0CB = new System.Windows.Forms.CheckBox();
this.b0CB = new System.Windows.Forms.CheckBox();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.a0CB = new System.Windows.Forms.CheckBox();
this.a3CB = new System.Windows.Forms.CheckBox();
this.val1TF = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.a1CB = new System.Windows.Forms.CheckBox();
this.a2CB = new System.Windows.Forms.CheckBox();
this.val0TF = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label17);
this.groupBox1.Controls.Add(this.e1CB);
this.groupBox1.Controls.Add(this.b1CB);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.e0CB);
this.groupBox1.Controls.Add(this.b0CB);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.a0CB);
this.groupBox1.Controls.Add(this.a3CB);
this.groupBox1.Controls.Add(this.val1TF);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.a1CB);
this.groupBox1.Controls.Add(this.a2CB);
this.groupBox1.Controls.Add(this.val0TF);
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, 130);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(317, 33);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(71, 13);
this.label17.TabIndex = 53;
this.label17.Text = "Regenerating";
this.label17.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// e1CB
//
this.e1CB.AutoSize = true;
this.e1CB.Location = new System.Drawing.Point(350, 88);
this.e1CB.Name = "e1CB";
this.e1CB.Size = new System.Drawing.Size(15, 14);
this.e1CB.TabIndex = 51;
this.e1CB.UseVisualStyleBackColor = true;
//
// b1CB
//
this.b1CB.AutoSize = true;
this.b1CB.Location = new System.Drawing.Point(350, 62);
this.b1CB.Name = "b1CB";
this.b1CB.Size = new System.Drawing.Size(15, 14);
this.b1CB.TabIndex = 52;
this.b1CB.UseVisualStyleBackColor = true;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(255, 33);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(56, 13);
this.label16.TabIndex = 50;
this.label16.Text = "Measuring";
this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// e0CB
//
this.e0CB.AutoSize = true;
this.e0CB.Location = new System.Drawing.Point(276, 88);
this.e0CB.Name = "e0CB";
this.e0CB.Size = new System.Drawing.Size(15, 14);
this.e0CB.TabIndex = 48;
this.e0CB.UseVisualStyleBackColor = true;
//
// b0CB
//
this.b0CB.AutoSize = true;
this.b0CB.Location = new System.Drawing.Point(276, 62);
this.b0CB.Name = "b0CB";
this.b0CB.Size = new System.Drawing.Size(15, 14);
this.b0CB.TabIndex = 49;
this.b0CB.UseVisualStyleBackColor = true;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(193, 33);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(56, 26);
this.label15.TabIndex = 47;
this.label15.Text = "Signal\r\nSupported";
this.label15.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 88);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(105, 13);
this.label14.TabIndex = 46;
this.label14.Text = "PM Bank 2 Sensor 1";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(6, 62);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(105, 13);
this.label13.TabIndex = 45;
this.label13.Text = "PM Bank 1 Sensor 1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(131, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 26);
this.label1.TabIndex = 2;
this.label1.Text = "Status\r\nSupported";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// a0CB
//
this.a0CB.AutoSize = true;
this.a0CB.Location = new System.Drawing.Point(150, 62);
this.a0CB.Name = "a0CB";
this.a0CB.Size = new System.Drawing.Size(15, 14);
this.a0CB.TabIndex = 0;
this.a0CB.UseVisualStyleBackColor = true;
//
// a3CB
//
this.a3CB.AutoSize = true;
this.a3CB.Location = new System.Drawing.Point(214, 88);
this.a3CB.Name = "a3CB";
this.a3CB.Size = new System.Drawing.Size(15, 14);
this.a3CB.TabIndex = 8;
this.a3CB.UseVisualStyleBackColor = true;
//
// val1TF
//
this.val1TF.Location = new System.Drawing.Point(415, 85);
this.val1TF.Name = "val1TF";
this.val1TF.Size = new System.Drawing.Size(67, 20);
this.val1TF.TabIndex = 6;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(412, 33);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 26);
this.label7.TabIndex = 22;
this.label7.Text = "Soot Load\r\nLevel (%)";
this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// a1CB
//
this.a1CB.AutoSize = true;
this.a1CB.Location = new System.Drawing.Point(214, 62);
this.a1CB.Name = "a1CB";
this.a1CB.Size = new System.Drawing.Size(15, 14);
this.a1CB.TabIndex = 5;
this.a1CB.UseVisualStyleBackColor = true;
//
// a2CB
//
this.a2CB.AutoSize = true;
this.a2CB.Location = new System.Drawing.Point(150, 88);
this.a2CB.Name = "a2CB";
this.a2CB.Size = new System.Drawing.Size(15, 14);
this.a2CB.TabIndex = 24;
this.a2CB.UseVisualStyleBackColor = true;
//
// val0TF
//
this.val0TF.Location = new System.Drawing.Point(415, 59);
this.val0TF.Name = "val0TF";
this.val0TF.Size = new System.Drawing.Size(67, 20);
this.val0TF.TabIndex = 1;
//
// PmSensorOutputInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "PmSensorOutputInfo";
this.Size = new System.Drawing.Size(800, 130);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox val0TF;
private System.Windows.Forms.CheckBox a0CB;
private System.Windows.Forms.TextBox val1TF;
private System.Windows.Forms.CheckBox a1CB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox a3CB;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox a2CB;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.CheckBox e1CB;
private System.Windows.Forms.CheckBox b1CB;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.CheckBox e0CB;
private System.Windows.Forms.CheckBox b0CB;
private System.Windows.Forms.Label label15;
}
}