//----------------------------------------------------------------------- // // 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 EgtInfo { /// /// 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.lbl8 = new System.Windows.Forms.Label(); this.lbl7 = new System.Windows.Forms.Label(); this.lbl3 = new System.Windows.Forms.Label(); this.lbl4 = new System.Windows.Forms.Label(); this.lbl6 = new System.Windows.Forms.Label(); this.lbl1 = new System.Windows.Forms.Label(); this.a0CB = new System.Windows.Forms.CheckBox(); this.val3TF = new System.Windows.Forms.TextBox(); this.a3CB = new System.Windows.Forms.CheckBox(); this.val1TF = new System.Windows.Forms.TextBox(); this.lbl2 = new System.Windows.Forms.Label(); this.val2TF = new System.Windows.Forms.TextBox(); this.lbl5 = 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.lbl8); this.groupBox1.Controls.Add(this.lbl7); this.groupBox1.Controls.Add(this.lbl3); this.groupBox1.Controls.Add(this.lbl4); this.groupBox1.Controls.Add(this.lbl6); this.groupBox1.Controls.Add(this.lbl1); this.groupBox1.Controls.Add(this.a0CB); this.groupBox1.Controls.Add(this.val3TF); this.groupBox1.Controls.Add(this.a3CB); this.groupBox1.Controls.Add(this.val1TF); this.groupBox1.Controls.Add(this.lbl2); this.groupBox1.Controls.Add(this.val2TF); this.groupBox1.Controls.Add(this.lbl5); 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, 109); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "groupBox1"; // // lbl8 // this.lbl8.AutoSize = true; this.lbl8.Location = new System.Drawing.Point(533, 20); this.lbl8.Name = "lbl8"; this.lbl8.Size = new System.Drawing.Size(67, 39); this.lbl8.TabIndex = 32; this.lbl8.Text = "Sensor 4\r\nTemperature\r\n(°C)"; this.lbl8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lbl7 // this.lbl7.AutoSize = true; this.lbl7.Location = new System.Drawing.Point(460, 20); this.lbl7.Name = "lbl7"; this.lbl7.Size = new System.Drawing.Size(67, 39); this.lbl7.TabIndex = 31; this.lbl7.Text = "Sensor 3\r\nTemperature\r\n(°C)"; this.lbl7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lbl3 // this.lbl3.AutoSize = true; this.lbl3.Location = new System.Drawing.Point(152, 25); this.lbl3.Name = "lbl3"; this.lbl3.Size = new System.Drawing.Size(67, 39); this.lbl3.TabIndex = 29; this.lbl3.Text = "Sensor 3\r\nTemperature\r\nSupported"; this.lbl3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lbl4 // this.lbl4.AutoSize = true; this.lbl4.Location = new System.Drawing.Point(225, 25); this.lbl4.Name = "lbl4"; this.lbl4.Size = new System.Drawing.Size(67, 39); this.lbl4.TabIndex = 30; this.lbl4.Text = "Sensor 4\r\nTemperature\r\nSupported"; this.lbl4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lbl6 // this.lbl6.AutoSize = true; this.lbl6.Location = new System.Drawing.Point(387, 22); this.lbl6.Name = "lbl6"; this.lbl6.Size = new System.Drawing.Size(67, 39); this.lbl6.TabIndex = 28; this.lbl6.Text = "Sensor 2\r\nTemperature\r\n(°C)"; this.lbl6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lbl1 // this.lbl1.AutoSize = true; this.lbl1.Location = new System.Drawing.Point(6, 25); this.lbl1.Name = "lbl1"; this.lbl1.Size = new System.Drawing.Size(67, 39); this.lbl1.TabIndex = 2; this.lbl1.Text = "Sensor 1\r\nTemperature\r\nSupported"; this.lbl1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // a0CB // this.a0CB.AutoSize = true; this.a0CB.Location = new System.Drawing.Point(32, 67); this.a0CB.Name = "a0CB"; this.a0CB.Size = new System.Drawing.Size(15, 14); this.a0CB.TabIndex = 0; this.a0CB.UseVisualStyleBackColor = true; // // val3TF // this.val3TF.Location = new System.Drawing.Point(535, 64); this.val3TF.Name = "val3TF"; this.val3TF.Size = new System.Drawing.Size(65, 20); this.val3TF.TabIndex = 9; // // a3CB // this.a3CB.AutoSize = true; this.a3CB.Location = new System.Drawing.Point(254, 67); 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(389, 64); this.val1TF.Name = "val1TF"; this.val1TF.Size = new System.Drawing.Size(65, 20); this.val1TF.TabIndex = 6; // // lbl2 // this.lbl2.AutoSize = true; this.lbl2.Location = new System.Drawing.Point(79, 25); this.lbl2.Name = "lbl2"; this.lbl2.Size = new System.Drawing.Size(67, 39); this.lbl2.TabIndex = 20; this.lbl2.Text = "Sensor 2\r\nTemperature\r\nSupported"; this.lbl2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // val2TF // this.val2TF.Location = new System.Drawing.Point(460, 64); this.val2TF.Name = "val2TF"; this.val2TF.Size = new System.Drawing.Size(67, 20); this.val2TF.TabIndex = 27; // // lbl5 // this.lbl5.AutoSize = true; this.lbl5.Location = new System.Drawing.Point(314, 22); this.lbl5.Name = "lbl5"; this.lbl5.Size = new System.Drawing.Size(67, 39); this.lbl5.TabIndex = 22; this.lbl5.Text = "Sensor 1\r\nTemperature\r\n(°C)"; this.lbl5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // a1CB // this.a1CB.AutoSize = true; this.a1CB.Location = new System.Drawing.Point(106, 67); 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(179, 67); 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(314, 64); this.val0TF.Name = "val0TF"; this.val0TF.Size = new System.Drawing.Size(67, 20); this.val0TF.TabIndex = 1; // // EgtInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Name = "EgtInfo"; this.Size = new System.Drawing.Size(800, 109); 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 lbl1; private System.Windows.Forms.TextBox val3TF; private System.Windows.Forms.CheckBox a3CB; private System.Windows.Forms.Label lbl2; private System.Windows.Forms.Label lbl5; private System.Windows.Forms.TextBox val2TF; private System.Windows.Forms.CheckBox a2CB; private System.Windows.Forms.Label lbl6; private System.Windows.Forms.Label lbl3; private System.Windows.Forms.Label lbl4; private System.Windows.Forms.Label lbl8; private System.Windows.Forms.Label lbl7; } }