//-----------------------------------------------------------------------
//
// 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 IatSensorInfo
{
///
/// 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.label6 = new System.Windows.Forms.Label();
this.val5TF = new System.Windows.Forms.TextBox();
this.a5CB = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.val4TF = new System.Windows.Forms.TextBox();
this.a4CB = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.val3TF = new System.Windows.Forms.TextBox();
this.a3CB = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.val2TF = new System.Windows.Forms.TextBox();
this.a2CB = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.val1TF = new System.Windows.Forms.TextBox();
this.a1CB = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.val0TF = new System.Windows.Forms.TextBox();
this.a0CB = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.val5TF);
this.groupBox1.Controls.Add(this.a5CB);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.val4TF);
this.groupBox1.Controls.Add(this.a4CB);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.val3TF);
this.groupBox1.Controls.Add(this.a3CB);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.val2TF);
this.groupBox1.Controls.Add(this.a2CB);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.val1TF);
this.groupBox1.Controls.Add(this.a1CB);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.val0TF);
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, 209);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(67, 171);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(86, 13);
this.label6.TabIndex = 19;
this.label6.Text = "Bank 2 Sensor 3";
//
// val5TF
//
this.val5TF.Location = new System.Drawing.Point(204, 168);
this.val5TF.Name = "val5TF";
this.val5TF.Size = new System.Drawing.Size(100, 20);
this.val5TF.TabIndex = 18;
//
// a5CB
//
this.a5CB.AutoSize = true;
this.a5CB.Location = new System.Drawing.Point(159, 171);
this.a5CB.Name = "a5CB";
this.a5CB.Size = new System.Drawing.Size(15, 14);
this.a5CB.TabIndex = 17;
this.a5CB.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(67, 145);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(86, 13);
this.label7.TabIndex = 16;
this.label7.Text = "Bank 2 Sensor 2";
//
// val4TF
//
this.val4TF.Location = new System.Drawing.Point(204, 142);
this.val4TF.Name = "val4TF";
this.val4TF.Size = new System.Drawing.Size(100, 20);
this.val4TF.TabIndex = 15;
//
// a4CB
//
this.a4CB.AutoSize = true;
this.a4CB.Location = new System.Drawing.Point(159, 145);
this.a4CB.Name = "a4CB";
this.a4CB.Size = new System.Drawing.Size(15, 14);
this.a4CB.TabIndex = 14;
this.a4CB.UseVisualStyleBackColor = true;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(67, 119);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(86, 13);
this.label8.TabIndex = 13;
this.label8.Text = "Bank 2 Sensor 1";
//
// val3TF
//
this.val3TF.Location = new System.Drawing.Point(204, 116);
this.val3TF.Name = "val3TF";
this.val3TF.Size = new System.Drawing.Size(100, 20);
this.val3TF.TabIndex = 12;
//
// a3CB
//
this.a3CB.AutoSize = true;
this.a3CB.Location = new System.Drawing.Point(159, 119);
this.a3CB.Name = "a3CB";
this.a3CB.Size = new System.Drawing.Size(15, 14);
this.a3CB.TabIndex = 11;
this.a3CB.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(67, 93);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(86, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Bank 1 Sensor 3";
//
// val2TF
//
this.val2TF.Location = new System.Drawing.Point(204, 90);
this.val2TF.Name = "val2TF";
this.val2TF.Size = new System.Drawing.Size(100, 20);
this.val2TF.TabIndex = 9;
//
// a2CB
//
this.a2CB.AutoSize = true;
this.a2CB.Location = new System.Drawing.Point(159, 93);
this.a2CB.Name = "a2CB";
this.a2CB.Size = new System.Drawing.Size(15, 14);
this.a2CB.TabIndex = 8;
this.a2CB.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(67, 67);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(86, 13);
this.label4.TabIndex = 7;
this.label4.Text = "Bank 1 Sensor 2";
//
// val1TF
//
this.val1TF.Location = new System.Drawing.Point(204, 64);
this.val1TF.Name = "val1TF";
this.val1TF.Size = new System.Drawing.Size(100, 20);
this.val1TF.TabIndex = 6;
//
// a1CB
//
this.a1CB.AutoSize = true;
this.a1CB.Location = new System.Drawing.Point(159, 67);
this.a1CB.Name = "a1CB";
this.a1CB.Size = new System.Drawing.Size(15, 14);
this.a1CB.TabIndex = 5;
this.a1CB.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(67, 41);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(86, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Bank 1 Sensor 1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(201, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Temperature";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(139, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Supported";
//
// val0TF
//
this.val0TF.Location = new System.Drawing.Point(204, 38);
this.val0TF.Name = "val0TF";
this.val0TF.Size = new System.Drawing.Size(100, 20);
this.val0TF.TabIndex = 1;
//
// a0CB
//
this.a0CB.AutoSize = true;
this.a0CB.Location = new System.Drawing.Point(159, 41);
this.a0CB.Name = "a0CB";
this.a0CB.Size = new System.Drawing.Size(15, 14);
this.a0CB.TabIndex = 0;
this.a0CB.UseVisualStyleBackColor = true;
//
// IatSensorInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "IatSensorInfo";
this.Size = new System.Drawing.Size(800, 209);
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.Label label4;
private System.Windows.Forms.TextBox val1TF;
private System.Windows.Forms.CheckBox a1CB;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox val5TF;
private System.Windows.Forms.CheckBox a5CB;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox val4TF;
private System.Windows.Forms.CheckBox a4CB;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox val3TF;
private System.Windows.Forms.CheckBox a3CB;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox val2TF;
private System.Windows.Forms.CheckBox a2CB;
}
}