//-----------------------------------------------------------------------
//
// 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 PmSensorInfo
{
///
/// 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.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.a0CB = new System.Windows.Forms.CheckBox();
this.val1TF = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.a1CB = new System.Windows.Forms.CheckBox();
this.val0TF = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.a0CB);
this.groupBox1.Controls.Add(this.val1TF);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.a1CB);
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, 114);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(373, 23);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(34, 13);
this.label14.TabIndex = 38;
this.label14.Text = "Value";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(311, 23);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(56, 13);
this.label13.TabIndex = 37;
this.label13.Text = "Supported";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(476, 68);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 13);
this.label4.TabIndex = 34;
this.label4.Text = "mg/m³";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(476, 42);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 13);
this.label3.TabIndex = 33;
this.label3.Text = "mg/m³";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(74, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(238, 13);
this.label1.TabIndex = 2;
this.label1.Text = "PM Sensor Mass Concentration Bank 1 Sensor 1";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// a0CB
//
this.a0CB.AutoSize = true;
this.a0CB.Location = new System.Drawing.Point(330, 42);
this.a0CB.Name = "a0CB";
this.a0CB.Size = new System.Drawing.Size(15, 14);
this.a0CB.TabIndex = 0;
this.a0CB.UseVisualStyleBackColor = true;
//
// val1TF
//
this.val1TF.Location = new System.Drawing.Point(376, 65);
this.val1TF.Name = "val1TF";
this.val1TF.Size = new System.Drawing.Size(94, 20);
this.val1TF.TabIndex = 6;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(74, 68);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(238, 13);
this.label9.TabIndex = 20;
this.label9.Text = "PM Sensor Mass Concentration Bank 2 Sensor 1";
this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// a1CB
//
this.a1CB.AutoSize = true;
this.a1CB.Location = new System.Drawing.Point(330, 68);
this.a1CB.Name = "a1CB";
this.a1CB.Size = new System.Drawing.Size(15, 14);
this.a1CB.TabIndex = 5;
this.a1CB.UseVisualStyleBackColor = true;
//
// val0TF
//
this.val0TF.Location = new System.Drawing.Point(376, 39);
this.val0TF.Name = "val0TF";
this.val0TF.Size = new System.Drawing.Size(94, 20);
this.val0TF.TabIndex = 1;
//
// PmSensorInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "PmSensorInfo";
this.Size = new System.Drawing.Size(800, 114);
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.Label label9;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
}
}