//----------------------------------------------------------------------- // // 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 ScrInducementInfo { /// /// 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.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.val4TF = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.val3TF = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.val2TF = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.b0CB = new System.Windows.Forms.CheckBox(); this.c7CB = new System.Windows.Forms.CheckBox(); this.b1CB = new System.Windows.Forms.CheckBox(); this.c6CB = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.b2CB = new System.Windows.Forms.CheckBox(); this.c4CB = new System.Windows.Forms.CheckBox(); this.b3CB = new System.Windows.Forms.CheckBox(); this.c5CB = new System.Windows.Forms.CheckBox(); this.b5CB = new System.Windows.Forms.CheckBox(); this.c3CB = new System.Windows.Forms.CheckBox(); this.b4CB = new System.Windows.Forms.CheckBox(); this.c2CB = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.b6CB = new System.Windows.Forms.CheckBox(); this.c0CB = new System.Windows.Forms.CheckBox(); this.b7CB = new System.Windows.Forms.CheckBox(); this.c1CB = new System.Windows.Forms.CheckBox(); this.a7CB = new System.Windows.Forms.CheckBox(); this.a3CB = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.a2CB = new System.Windows.Forms.CheckBox(); 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.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.label19); this.groupBox1.Controls.Add(this.val4TF); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.val3TF); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.val2TF); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.a7CB); this.groupBox1.Controls.Add(this.a3CB); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.a2CB); 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(1100, 185); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "groupBox1"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(546, 147); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(388, 13); this.label18.TabIndex = 74; this.label18.Text = "Distance travelled while inducement system active in 40K block (30 – 40,000 km)"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(1040, 147); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(21, 13); this.label19.TabIndex = 73; this.label19.Text = "km"; // // val4TF // this.val4TF.Location = new System.Drawing.Point(940, 144); this.val4TF.Name = "val4TF"; this.val4TF.Size = new System.Drawing.Size(94, 20); this.val4TF.TabIndex = 72; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(546, 121); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(388, 13); this.label16.TabIndex = 71; this.label16.Text = "Distance travelled while inducement system active in 30K block (20 – 30,000 km)"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(1040, 121); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(21, 13); this.label17.TabIndex = 70; this.label17.Text = "km"; // // val3TF // this.val3TF.Location = new System.Drawing.Point(940, 118); this.val3TF.Name = "val3TF"; this.val3TF.Size = new System.Drawing.Size(94, 20); this.val3TF.TabIndex = 69; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(546, 95); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(388, 13); this.label12.TabIndex = 68; this.label12.Text = "Distance travelled while inducement system active in 20K block (10 – 20,000 km)"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(1040, 95); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(21, 13); this.label15.TabIndex = 67; this.label15.Text = "km"; // // val2TF // this.val2TF.Location = new System.Drawing.Point(940, 92); this.val2TF.Name = "val2TF"; this.val2TF.Size = new System.Drawing.Size(94, 20); this.val2TF.TabIndex = 66; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(519, 69); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(415, 13); this.label11.TabIndex = 65; this.label11.Text = "Distance travelled while inducement system active in current 10K block (0 – 10,00" + "0km)"; // // groupBox2 // this.groupBox2.Controls.Add(this.b0CB); this.groupBox2.Controls.Add(this.c7CB); this.groupBox2.Controls.Add(this.b1CB); this.groupBox2.Controls.Add(this.c6CB); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.b2CB); this.groupBox2.Controls.Add(this.c4CB); this.groupBox2.Controls.Add(this.b3CB); this.groupBox2.Controls.Add(this.c5CB); this.groupBox2.Controls.Add(this.b5CB); this.groupBox2.Controls.Add(this.c3CB); this.groupBox2.Controls.Add(this.b4CB); this.groupBox2.Controls.Add(this.c2CB); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.b6CB); this.groupBox2.Controls.Add(this.c0CB); this.groupBox2.Controls.Add(this.b7CB); this.groupBox2.Controls.Add(this.c1CB); this.groupBox2.Location = new System.Drawing.Point(238, 19); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(250, 146); this.groupBox2.TabIndex = 64; this.groupBox2.TabStop = false; this.groupBox2.Text = "History"; // // b0CB // this.b0CB.AutoSize = true; this.b0CB.Location = new System.Drawing.Point(26, 51); this.b0CB.Name = "b0CB"; this.b0CB.Size = new System.Drawing.Size(15, 14); this.b0CB.TabIndex = 44; this.b0CB.UseVisualStyleBackColor = true; // // c7CB // this.c7CB.AutoSize = true; this.c7CB.Location = new System.Drawing.Point(206, 112); this.c7CB.Name = "c7CB"; this.c7CB.Size = new System.Drawing.Size(15, 14); this.c7CB.TabIndex = 63; this.c7CB.UseVisualStyleBackColor = true; // // b1CB // this.b1CB.AutoSize = true; this.b1CB.Location = new System.Drawing.Point(26, 71); this.b1CB.Name = "b1CB"; this.b1CB.Size = new System.Drawing.Size(15, 14); this.b1CB.TabIndex = 45; this.b1CB.UseVisualStyleBackColor = true; // // c6CB // this.c6CB.AutoSize = true; this.c6CB.Location = new System.Drawing.Point(206, 92); this.c6CB.Name = "c6CB"; this.c6CB.Size = new System.Drawing.Size(15, 14); this.c6CB.TabIndex = 62; this.c6CB.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 21); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(54, 26); this.label6.TabIndex = 46; this.label6.Text = "0 to\r\n10000 km"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(186, 22); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(54, 26); this.label10.TabIndex = 61; this.label10.Text = "30000 to\r\n40000 km"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // b2CB // this.b2CB.AutoSize = true; this.b2CB.Location = new System.Drawing.Point(26, 91); this.b2CB.Name = "b2CB"; this.b2CB.Size = new System.Drawing.Size(15, 14); this.b2CB.TabIndex = 47; this.b2CB.UseVisualStyleBackColor = true; // // c4CB // this.c4CB.AutoSize = true; this.c4CB.Location = new System.Drawing.Point(206, 52); this.c4CB.Name = "c4CB"; this.c4CB.Size = new System.Drawing.Size(15, 14); this.c4CB.TabIndex = 59; this.c4CB.UseVisualStyleBackColor = true; // // b3CB // this.b3CB.AutoSize = true; this.b3CB.Location = new System.Drawing.Point(26, 111); this.b3CB.Name = "b3CB"; this.b3CB.Size = new System.Drawing.Size(15, 14); this.b3CB.TabIndex = 48; this.b3CB.UseVisualStyleBackColor = true; // // c5CB // this.c5CB.AutoSize = true; this.c5CB.Location = new System.Drawing.Point(206, 72); this.c5CB.Name = "c5CB"; this.c5CB.Size = new System.Drawing.Size(15, 14); this.c5CB.TabIndex = 60; this.c5CB.UseVisualStyleBackColor = true; // // b5CB // this.b5CB.AutoSize = true; this.b5CB.Location = new System.Drawing.Point(86, 72); this.b5CB.Name = "b5CB"; this.b5CB.Size = new System.Drawing.Size(15, 14); this.b5CB.TabIndex = 50; this.b5CB.UseVisualStyleBackColor = true; // // c3CB // this.c3CB.AutoSize = true; this.c3CB.Location = new System.Drawing.Point(146, 112); this.c3CB.Name = "c3CB"; this.c3CB.Size = new System.Drawing.Size(15, 14); this.c3CB.TabIndex = 58; this.c3CB.UseVisualStyleBackColor = true; // // b4CB // this.b4CB.AutoSize = true; this.b4CB.Location = new System.Drawing.Point(86, 52); this.b4CB.Name = "b4CB"; this.b4CB.Size = new System.Drawing.Size(15, 14); this.b4CB.TabIndex = 49; this.b4CB.UseVisualStyleBackColor = true; // // c2CB // this.c2CB.AutoSize = true; this.c2CB.Location = new System.Drawing.Point(146, 92); this.c2CB.Name = "c2CB"; this.c2CB.Size = new System.Drawing.Size(15, 14); this.c2CB.TabIndex = 57; this.c2CB.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(66, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(54, 26); this.label7.TabIndex = 51; this.label7.Text = "10000 to\r\n20000 km"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(126, 22); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(54, 26); this.label8.TabIndex = 56; this.label8.Text = "20000 to\r\n30000 km"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // b6CB // this.b6CB.AutoSize = true; this.b6CB.Location = new System.Drawing.Point(86, 92); this.b6CB.Name = "b6CB"; this.b6CB.Size = new System.Drawing.Size(15, 14); this.b6CB.TabIndex = 52; this.b6CB.UseVisualStyleBackColor = true; // // c0CB // this.c0CB.AutoSize = true; this.c0CB.Location = new System.Drawing.Point(146, 52); this.c0CB.Name = "c0CB"; this.c0CB.Size = new System.Drawing.Size(15, 14); this.c0CB.TabIndex = 54; this.c0CB.UseVisualStyleBackColor = true; // // b7CB // this.b7CB.AutoSize = true; this.b7CB.Location = new System.Drawing.Point(86, 112); this.b7CB.Name = "b7CB"; this.b7CB.Size = new System.Drawing.Size(15, 14); this.b7CB.TabIndex = 53; this.b7CB.UseVisualStyleBackColor = true; // // c1CB // this.c1CB.AutoSize = true; this.c1CB.Location = new System.Drawing.Point(146, 72); this.c1CB.Name = "c1CB"; this.c1CB.Size = new System.Drawing.Size(15, 14); this.c1CB.TabIndex = 55; this.c1CB.UseVisualStyleBackColor = true; // // a7CB // this.a7CB.AutoSize = true; this.a7CB.Location = new System.Drawing.Point(14, 40); this.a7CB.Name = "a7CB"; this.a7CB.Size = new System.Drawing.Size(149, 17); this.a7CB.TabIndex = 43; this.a7CB.Text = "Inducement system active"; this.a7CB.UseVisualStyleBackColor = true; // // a3CB // this.a3CB.AutoSize = true; this.a3CB.Location = new System.Drawing.Point(207, 129); this.a3CB.Name = "a3CB"; this.a3CB.Size = new System.Drawing.Size(15, 14); this.a3CB.TabIndex = 42; this.a3CB.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(11, 129); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(117, 13); this.label5.TabIndex = 41; this.label5.Text = "NOx emissions too high"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 109); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(166, 13); this.label2.TabIndex = 40; this.label2.Text = "Deviation of reagent consumption"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // a2CB // this.a2CB.AutoSize = true; this.a2CB.Location = new System.Drawing.Point(207, 109); this.a2CB.Name = "a2CB"; this.a2CB.Size = new System.Drawing.Size(15, 14); this.a2CB.TabIndex = 39; this.a2CB.UseVisualStyleBackColor = true; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(641, 43); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(293, 13); this.label14.TabIndex = 38; this.label14.Text = "Distance travelled in current 10K block (0 - 10,000 km block)"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(195, 40); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(37, 26); this.label13.TabIndex = 37; this.label13.Text = "Actual\r\nState"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1040, 69); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(21, 13); this.label4.TabIndex = 34; this.label4.Text = "km"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1040, 43); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(21, 13); this.label3.TabIndex = 33; this.label3.Text = "km"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 69); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 13); this.label1.TabIndex = 2; this.label1.Text = "Reagent level too low"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // a0CB // this.a0CB.AutoSize = true; this.a0CB.Location = new System.Drawing.Point(207, 69); 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(940, 40); 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(11, 89); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(88, 13); this.label9.TabIndex = 20; this.label9.Text = "Incorrect reagent"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // a1CB // this.a1CB.AutoSize = true; this.a1CB.Location = new System.Drawing.Point(207, 89); 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(940, 66); this.val0TF.Name = "val0TF"; this.val0TF.Size = new System.Drawing.Size(94, 20); this.val0TF.TabIndex = 1; // // ScrInducementInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Name = "ScrInducementInfo"; this.Size = new System.Drawing.Size(1100, 185); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.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; private System.Windows.Forms.CheckBox c3CB; private System.Windows.Forms.CheckBox c2CB; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox c0CB; private System.Windows.Forms.CheckBox c1CB; private System.Windows.Forms.CheckBox b7CB; private System.Windows.Forms.CheckBox b6CB; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox b4CB; private System.Windows.Forms.CheckBox b5CB; private System.Windows.Forms.CheckBox b3CB; private System.Windows.Forms.CheckBox b2CB; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox b0CB; private System.Windows.Forms.CheckBox b1CB; private System.Windows.Forms.CheckBox a7CB; private System.Windows.Forms.CheckBox a3CB; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox a2CB; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.CheckBox c7CB; private System.Windows.Forms.CheckBox c6CB; private System.Windows.Forms.Label label10; private System.Windows.Forms.CheckBox c4CB; private System.Windows.Forms.CheckBox c5CB; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.TextBox val4TF; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox val3TF; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox val2TF; private System.Windows.Forms.Label label11; } }