//-----------------------------------------------------------------------
//
// 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 AuxInputStatus
{
///
/// 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.lbl10 = new System.Windows.Forms.Label();
this.lbl11 = new System.Windows.Forms.Label();
this.lbl9 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.lbl8 = new System.Windows.Forms.Label();
this.lbl7 = new System.Windows.Forms.Label();
this.lbl6 = new System.Windows.Forms.Label();
this.lbl5 = new System.Windows.Forms.Label();
this.lbl4 = new System.Windows.Forms.Label();
this.lbl3 = new System.Windows.Forms.Label();
this.lbl2 = new System.Windows.Forms.Label();
this.lbl1 = new System.Windows.Forms.Label();
this.b7CB = new System.Windows.Forms.CheckBox();
this.b6CB = new System.Windows.Forms.CheckBox();
this.b5CB = new System.Windows.Forms.CheckBox();
this.b4CB = new System.Windows.Forms.CheckBox();
this.b3CB = new System.Windows.Forms.CheckBox();
this.b2CB = new System.Windows.Forms.CheckBox();
this.b1CB = new System.Windows.Forms.CheckBox();
this.b0CB = new System.Windows.Forms.CheckBox();
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.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.lbl10);
this.groupBox1.Controls.Add(this.lbl11);
this.groupBox1.Controls.Add(this.lbl9);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.lbl8);
this.groupBox1.Controls.Add(this.lbl7);
this.groupBox1.Controls.Add(this.lbl6);
this.groupBox1.Controls.Add(this.lbl5);
this.groupBox1.Controls.Add(this.lbl4);
this.groupBox1.Controls.Add(this.lbl3);
this.groupBox1.Controls.Add(this.lbl2);
this.groupBox1.Controls.Add(this.lbl1);
this.groupBox1.Controls.Add(this.b7CB);
this.groupBox1.Controls.Add(this.b6CB);
this.groupBox1.Controls.Add(this.b5CB);
this.groupBox1.Controls.Add(this.b4CB);
this.groupBox1.Controls.Add(this.b3CB);
this.groupBox1.Controls.Add(this.b2CB);
this.groupBox1.Controls.Add(this.b1CB);
this.groupBox1.Controls.Add(this.b0CB);
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, 129);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Auxiliary Status";
//
// lbl10
//
this.lbl10.AutoSize = true;
this.lbl10.Location = new System.Drawing.Point(652, 16);
this.lbl10.Name = "lbl10";
this.lbl10.Size = new System.Drawing.Size(37, 13);
this.lbl10.TabIndex = 27;
this.lbl10.Text = "Active";
//
// lbl11
//
this.lbl11.AutoSize = true;
this.lbl11.Location = new System.Drawing.Point(574, 16);
this.lbl11.Name = "lbl11";
this.lbl11.Size = new System.Drawing.Size(56, 13);
this.lbl11.TabIndex = 26;
this.lbl11.Text = "Supported";
//
// lbl9
//
this.lbl9.AutoSize = true;
this.lbl9.Location = new System.Drawing.Point(235, 16);
this.lbl9.Name = "lbl9";
this.lbl9.Size = new System.Drawing.Size(37, 13);
this.lbl9.TabIndex = 25;
this.lbl9.Text = "Active";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(157, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(56, 13);
this.label9.TabIndex = 24;
this.label9.Text = "Supported";
//
// lbl8
//
this.lbl8.AutoSize = true;
this.lbl8.Location = new System.Drawing.Point(423, 92);
this.lbl8.Name = "lbl8";
this.lbl8.Size = new System.Drawing.Size(48, 13);
this.lbl8.TabIndex = 23;
this.lbl8.Text = "reserved";
//
// lbl7
//
this.lbl7.AutoSize = true;
this.lbl7.Location = new System.Drawing.Point(423, 72);
this.lbl7.Name = "lbl7";
this.lbl7.Size = new System.Drawing.Size(48, 13);
this.lbl7.TabIndex = 22;
this.lbl7.Text = "reserved";
//
// lbl6
//
this.lbl6.AutoSize = true;
this.lbl6.Location = new System.Drawing.Point(423, 52);
this.lbl6.Name = "lbl6";
this.lbl6.Size = new System.Drawing.Size(48, 13);
this.lbl6.TabIndex = 21;
this.lbl6.Text = "reserved";
//
// lbl5
//
this.lbl5.AutoSize = true;
this.lbl5.Location = new System.Drawing.Point(423, 32);
this.lbl5.Name = "lbl5";
this.lbl5.Size = new System.Drawing.Size(48, 13);
this.lbl5.TabIndex = 20;
this.lbl5.Text = "reserved";
//
// lbl4
//
this.lbl4.AutoSize = true;
this.lbl4.Location = new System.Drawing.Point(7, 92);
this.lbl4.Name = "lbl4";
this.lbl4.Size = new System.Drawing.Size(117, 13);
this.lbl4.TabIndex = 19;
this.lbl4.Text = "Glow Plug Lamp Status";
//
// lbl3
//
this.lbl3.AutoSize = true;
this.lbl3.Location = new System.Drawing.Point(7, 72);
this.lbl3.Name = "lbl3";
this.lbl3.Size = new System.Drawing.Size(135, 13);
this.lbl3.TabIndex = 18;
this.lbl3.Text = "Manual Trans Neutral Gear";
//
// lbl2
//
this.lbl2.AutoSize = true;
this.lbl2.Location = new System.Drawing.Point(7, 52);
this.lbl2.Name = "lbl2";
this.lbl2.Size = new System.Drawing.Size(124, 13);
this.lbl2.TabIndex = 17;
this.lbl2.Text = "Auto Trans Neutral Drive";
//
// lbl1
//
this.lbl1.AutoSize = true;
this.lbl1.Location = new System.Drawing.Point(7, 32);
this.lbl1.Name = "lbl1";
this.lbl1.Size = new System.Drawing.Size(113, 13);
this.lbl1.TabIndex = 16;
this.lbl1.Text = "Power Take Off (PTO)";
//
// b7CB
//
this.b7CB.AutoSize = true;
this.b7CB.Location = new System.Drawing.Point(664, 92);
this.b7CB.Name = "b7CB";
this.b7CB.Size = new System.Drawing.Size(15, 14);
this.b7CB.TabIndex = 15;
this.b7CB.UseVisualStyleBackColor = true;
//
// b6CB
//
this.b6CB.AutoSize = true;
this.b6CB.Location = new System.Drawing.Point(664, 72);
this.b6CB.Name = "b6CB";
this.b6CB.Size = new System.Drawing.Size(15, 14);
this.b6CB.TabIndex = 14;
this.b6CB.UseVisualStyleBackColor = true;
//
// b5CB
//
this.b5CB.AutoSize = true;
this.b5CB.Location = new System.Drawing.Point(664, 52);
this.b5CB.Name = "b5CB";
this.b5CB.Size = new System.Drawing.Size(15, 14);
this.b5CB.TabIndex = 13;
this.b5CB.UseVisualStyleBackColor = true;
//
// b4CB
//
this.b4CB.AutoSize = true;
this.b4CB.Location = new System.Drawing.Point(664, 32);
this.b4CB.Name = "b4CB";
this.b4CB.Size = new System.Drawing.Size(15, 14);
this.b4CB.TabIndex = 12;
this.b4CB.UseVisualStyleBackColor = true;
//
// b3CB
//
this.b3CB.AutoSize = true;
this.b3CB.Location = new System.Drawing.Point(248, 92);
this.b3CB.Name = "b3CB";
this.b3CB.Size = new System.Drawing.Size(15, 14);
this.b3CB.TabIndex = 11;
this.b3CB.UseVisualStyleBackColor = true;
//
// b2CB
//
this.b2CB.AutoSize = true;
this.b2CB.Location = new System.Drawing.Point(248, 72);
this.b2CB.Name = "b2CB";
this.b2CB.Size = new System.Drawing.Size(15, 14);
this.b2CB.TabIndex = 10;
this.b2CB.UseVisualStyleBackColor = true;
//
// b1CB
//
this.b1CB.AutoSize = true;
this.b1CB.Location = new System.Drawing.Point(248, 52);
this.b1CB.Name = "b1CB";
this.b1CB.Size = new System.Drawing.Size(15, 14);
this.b1CB.TabIndex = 9;
this.b1CB.UseVisualStyleBackColor = true;
//
// b0CB
//
this.b0CB.AutoSize = true;
this.b0CB.Location = new System.Drawing.Point(248, 32);
this.b0CB.Name = "b0CB";
this.b0CB.Size = new System.Drawing.Size(15, 14);
this.b0CB.TabIndex = 8;
this.b0CB.UseVisualStyleBackColor = true;
//
// a7CB
//
this.a7CB.AutoSize = true;
this.a7CB.Location = new System.Drawing.Point(595, 92);
this.a7CB.Name = "a7CB";
this.a7CB.Size = new System.Drawing.Size(15, 14);
this.a7CB.TabIndex = 7;
this.a7CB.UseVisualStyleBackColor = true;
//
// a6CB
//
this.a6CB.AutoSize = true;
this.a6CB.Location = new System.Drawing.Point(595, 72);
this.a6CB.Name = "a6CB";
this.a6CB.Size = new System.Drawing.Size(15, 14);
this.a6CB.TabIndex = 6;
this.a6CB.UseVisualStyleBackColor = true;
//
// a5CB
//
this.a5CB.AutoSize = true;
this.a5CB.Location = new System.Drawing.Point(595, 52);
this.a5CB.Name = "a5CB";
this.a5CB.Size = new System.Drawing.Size(15, 14);
this.a5CB.TabIndex = 5;
this.a5CB.UseVisualStyleBackColor = true;
//
// a4CB
//
this.a4CB.AutoSize = true;
this.a4CB.Location = new System.Drawing.Point(595, 32);
this.a4CB.Name = "a4CB";
this.a4CB.Size = new System.Drawing.Size(15, 14);
this.a4CB.TabIndex = 4;
this.a4CB.UseVisualStyleBackColor = true;
//
// a3CB
//
this.a3CB.AutoSize = true;
this.a3CB.Location = new System.Drawing.Point(179, 92);
this.a3CB.Name = "a3CB";
this.a3CB.Size = new System.Drawing.Size(15, 14);
this.a3CB.TabIndex = 3;
this.a3CB.UseVisualStyleBackColor = true;
//
// a2CB
//
this.a2CB.AutoSize = true;
this.a2CB.Location = new System.Drawing.Point(179, 72);
this.a2CB.Name = "a2CB";
this.a2CB.Size = new System.Drawing.Size(15, 14);
this.a2CB.TabIndex = 2;
this.a2CB.UseVisualStyleBackColor = true;
//
// a1CB
//
this.a1CB.AutoSize = true;
this.a1CB.Location = new System.Drawing.Point(179, 52);
this.a1CB.Name = "a1CB";
this.a1CB.Size = new System.Drawing.Size(15, 14);
this.a1CB.TabIndex = 1;
this.a1CB.UseVisualStyleBackColor = true;
//
// a0CB
//
this.a0CB.AutoSize = true;
this.a0CB.Location = new System.Drawing.Point(179, 32);
this.a0CB.Name = "a0CB";
this.a0CB.Size = new System.Drawing.Size(15, 14);
this.a0CB.TabIndex = 0;
this.a0CB.UseVisualStyleBackColor = true;
this.a0CB.CheckedChanged += new System.EventHandler(this.cb_CheckedChanged);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(720, 37);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(74, 20);
this.textBox1.TabIndex = 28;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(720, 63);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(74, 20);
this.textBox2.TabIndex = 29;
//
// AuxInputStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "AuxInputStatus";
this.Size = new System.Drawing.Size(800, 129);
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;
private System.Windows.Forms.Label lbl8;
private System.Windows.Forms.Label lbl7;
private System.Windows.Forms.Label lbl6;
private System.Windows.Forms.Label lbl5;
private System.Windows.Forms.Label lbl4;
private System.Windows.Forms.Label lbl3;
private System.Windows.Forms.Label lbl2;
private System.Windows.Forms.Label lbl1;
private System.Windows.Forms.CheckBox b7CB;
private System.Windows.Forms.CheckBox b6CB;
private System.Windows.Forms.CheckBox b5CB;
private System.Windows.Forms.CheckBox b4CB;
private System.Windows.Forms.CheckBox b3CB;
private System.Windows.Forms.CheckBox b2CB;
private System.Windows.Forms.CheckBox b1CB;
private System.Windows.Forms.CheckBox b0CB;
private System.Windows.Forms.Label lbl9;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lbl10;
private System.Windows.Forms.Label lbl11;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
}
}