//-----------------------------------------------------------------------
//
// 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 MonitorStatus
{
///
/// 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.label2 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.xlbl8 = new System.Windows.Forms.Label();
this.xlbl7 = new System.Windows.Forms.Label();
this.xlbl6 = new System.Windows.Forms.Label();
this.xlbl5 = new System.Windows.Forms.Label();
this.xlbl4 = new System.Windows.Forms.Label();
this.xlbl3 = new System.Windows.Forms.Label();
this.xlbl2 = new System.Windows.Forms.Label();
this.xlbl1 = new System.Windows.Forms.Label();
this.d7CB = new System.Windows.Forms.CheckBox();
this.d6CB = new System.Windows.Forms.CheckBox();
this.d5CB = new System.Windows.Forms.CheckBox();
this.d4CB = new System.Windows.Forms.CheckBox();
this.d3CB = new System.Windows.Forms.CheckBox();
this.d2CB = new System.Windows.Forms.CheckBox();
this.d1CB = new System.Windows.Forms.CheckBox();
this.d0CB = new System.Windows.Forms.CheckBox();
this.c7CB = new System.Windows.Forms.CheckBox();
this.c6CB = new System.Windows.Forms.CheckBox();
this.c5CB = new System.Windows.Forms.CheckBox();
this.c4CB = new System.Windows.Forms.CheckBox();
this.c3CB = new System.Windows.Forms.CheckBox();
this.c2CB = new System.Windows.Forms.CheckBox();
this.c1CB = new System.Windows.Forms.CheckBox();
this.c0CB = new System.Windows.Forms.CheckBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.b3CB = new System.Windows.Forms.CheckBox();
this.b6CB = new System.Windows.Forms.CheckBox();
this.b2CB = new System.Windows.Forms.CheckBox();
this.b5CB = new System.Windows.Forms.CheckBox();
this.b1CB = new System.Windows.Forms.CheckBox();
this.b4CB = new System.Windows.Forms.CheckBox();
this.b0CB = new System.Windows.Forms.CheckBox();
this.milLBL = new System.Windows.Forms.Label();
this.milCB = new System.Windows.Forms.CheckBox();
this.dtcLBL = new System.Windows.Forms.Label();
this.dtcCountTB = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.xlbl8);
this.groupBox1.Controls.Add(this.xlbl7);
this.groupBox1.Controls.Add(this.xlbl6);
this.groupBox1.Controls.Add(this.xlbl5);
this.groupBox1.Controls.Add(this.xlbl4);
this.groupBox1.Controls.Add(this.xlbl3);
this.groupBox1.Controls.Add(this.xlbl2);
this.groupBox1.Controls.Add(this.xlbl1);
this.groupBox1.Controls.Add(this.d7CB);
this.groupBox1.Controls.Add(this.d6CB);
this.groupBox1.Controls.Add(this.d5CB);
this.groupBox1.Controls.Add(this.d4CB);
this.groupBox1.Controls.Add(this.d3CB);
this.groupBox1.Controls.Add(this.d2CB);
this.groupBox1.Controls.Add(this.d1CB);
this.groupBox1.Controls.Add(this.d0CB);
this.groupBox1.Controls.Add(this.c7CB);
this.groupBox1.Controls.Add(this.c6CB);
this.groupBox1.Controls.Add(this.c5CB);
this.groupBox1.Controls.Add(this.c4CB);
this.groupBox1.Controls.Add(this.c3CB);
this.groupBox1.Controls.Add(this.c2CB);
this.groupBox1.Controls.Add(this.c1CB);
this.groupBox1.Controls.Add(this.c0CB);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.b3CB);
this.groupBox1.Controls.Add(this.b6CB);
this.groupBox1.Controls.Add(this.b2CB);
this.groupBox1.Controls.Add(this.b5CB);
this.groupBox1.Controls.Add(this.b1CB);
this.groupBox1.Controls.Add(this.b4CB);
this.groupBox1.Controls.Add(this.b0CB);
this.groupBox1.Controls.Add(this.milLBL);
this.groupBox1.Controls.Add(this.milCB);
this.groupBox1.Controls.Add(this.dtcLBL);
this.groupBox1.Controls.Add(this.dtcCountTB);
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, 213);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Monitor status since DTCs cleared";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(633, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(90, 13);
this.label2.TabIndex = 45;
this.label2.Text = "Monitoring Ready";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(510, 16);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(108, 13);
this.label10.TabIndex = 44;
this.label10.Text = "Monitoring Supported";
//
// xlbl8
//
this.xlbl8.AutoSize = true;
this.xlbl8.Location = new System.Drawing.Point(410, 172);
this.xlbl8.Name = "xlbl8";
this.xlbl8.Size = new System.Drawing.Size(89, 13);
this.xlbl8.TabIndex = 43;
this.xlbl8.Text = "EGR and/or VVT";
//
// xlbl7
//
this.xlbl7.AutoSize = true;
this.xlbl7.Location = new System.Drawing.Point(410, 152);
this.xlbl7.Name = "xlbl7";
this.xlbl7.Size = new System.Drawing.Size(112, 13);
this.xlbl7.TabIndex = 42;
this.xlbl7.Text = "Oxygen Sensor heater";
//
// xlbl6
//
this.xlbl6.AutoSize = true;
this.xlbl6.Location = new System.Drawing.Point(410, 132);
this.xlbl6.Name = "xlbl6";
this.xlbl6.Size = new System.Drawing.Size(79, 13);
this.xlbl6.TabIndex = 41;
this.xlbl6.Text = "Oxygen Sensor";
//
// xlbl5
//
this.xlbl5.AutoSize = true;
this.xlbl5.Location = new System.Drawing.Point(410, 112);
this.xlbl5.Name = "xlbl5";
this.xlbl5.Size = new System.Drawing.Size(27, 13);
this.xlbl5.TabIndex = 40;
this.xlbl5.Text = "N/A";
//
// xlbl4
//
this.xlbl4.AutoSize = true;
this.xlbl4.Location = new System.Drawing.Point(410, 92);
this.xlbl4.Name = "xlbl4";
this.xlbl4.Size = new System.Drawing.Size(73, 13);
this.xlbl4.TabIndex = 39;
this.xlbl4.Text = "Secondary Air";
//
// xlbl3
//
this.xlbl3.AutoSize = true;
this.xlbl3.Location = new System.Drawing.Point(410, 72);
this.xlbl3.Name = "xlbl3";
this.xlbl3.Size = new System.Drawing.Size(69, 13);
this.xlbl3.TabIndex = 38;
this.xlbl3.Text = "Evap System";
//
// xlbl2
//
this.xlbl2.AutoSize = true;
this.xlbl2.Location = new System.Drawing.Point(410, 52);
this.xlbl2.Name = "xlbl2";
this.xlbl2.Size = new System.Drawing.Size(82, 13);
this.xlbl2.TabIndex = 37;
this.xlbl2.Text = "Heated Catalyst";
//
// xlbl1
//
this.xlbl1.AutoSize = true;
this.xlbl1.Location = new System.Drawing.Point(410, 32);
this.xlbl1.Name = "xlbl1";
this.xlbl1.Size = new System.Drawing.Size(44, 13);
this.xlbl1.TabIndex = 36;
this.xlbl1.Text = "Catalyst";
//
// d7CB
//
this.d7CB.AutoSize = true;
this.d7CB.Location = new System.Drawing.Point(679, 172);
this.d7CB.Name = "d7CB";
this.d7CB.Size = new System.Drawing.Size(15, 14);
this.d7CB.TabIndex = 35;
this.d7CB.UseVisualStyleBackColor = true;
//
// d6CB
//
this.d6CB.AutoSize = true;
this.d6CB.Location = new System.Drawing.Point(679, 152);
this.d6CB.Name = "d6CB";
this.d6CB.Size = new System.Drawing.Size(15, 14);
this.d6CB.TabIndex = 34;
this.d6CB.UseVisualStyleBackColor = true;
//
// d5CB
//
this.d5CB.AutoSize = true;
this.d5CB.Location = new System.Drawing.Point(679, 132);
this.d5CB.Name = "d5CB";
this.d5CB.Size = new System.Drawing.Size(15, 14);
this.d5CB.TabIndex = 33;
this.d5CB.UseVisualStyleBackColor = true;
//
// d4CB
//
this.d4CB.AutoSize = true;
this.d4CB.Location = new System.Drawing.Point(679, 112);
this.d4CB.Name = "d4CB";
this.d4CB.Size = new System.Drawing.Size(15, 14);
this.d4CB.TabIndex = 32;
this.d4CB.UseVisualStyleBackColor = true;
//
// d3CB
//
this.d3CB.AutoSize = true;
this.d3CB.Location = new System.Drawing.Point(679, 92);
this.d3CB.Name = "d3CB";
this.d3CB.Size = new System.Drawing.Size(15, 14);
this.d3CB.TabIndex = 31;
this.d3CB.UseVisualStyleBackColor = true;
//
// d2CB
//
this.d2CB.AutoSize = true;
this.d2CB.Location = new System.Drawing.Point(679, 72);
this.d2CB.Name = "d2CB";
this.d2CB.Size = new System.Drawing.Size(15, 14);
this.d2CB.TabIndex = 30;
this.d2CB.UseVisualStyleBackColor = true;
//
// d1CB
//
this.d1CB.AutoSize = true;
this.d1CB.Location = new System.Drawing.Point(679, 52);
this.d1CB.Name = "d1CB";
this.d1CB.Size = new System.Drawing.Size(15, 14);
this.d1CB.TabIndex = 29;
this.d1CB.UseVisualStyleBackColor = true;
//
// d0CB
//
this.d0CB.AutoSize = true;
this.d0CB.Location = new System.Drawing.Point(679, 32);
this.d0CB.Name = "d0CB";
this.d0CB.Size = new System.Drawing.Size(15, 14);
this.d0CB.TabIndex = 28;
this.d0CB.UseVisualStyleBackColor = true;
//
// c7CB
//
this.c7CB.AutoSize = true;
this.c7CB.Location = new System.Drawing.Point(561, 172);
this.c7CB.Name = "c7CB";
this.c7CB.Size = new System.Drawing.Size(15, 14);
this.c7CB.TabIndex = 27;
this.c7CB.UseVisualStyleBackColor = true;
//
// c6CB
//
this.c6CB.AutoSize = true;
this.c6CB.Location = new System.Drawing.Point(561, 152);
this.c6CB.Name = "c6CB";
this.c6CB.Size = new System.Drawing.Size(15, 14);
this.c6CB.TabIndex = 26;
this.c6CB.UseVisualStyleBackColor = true;
//
// c5CB
//
this.c5CB.AutoSize = true;
this.c5CB.Location = new System.Drawing.Point(561, 132);
this.c5CB.Name = "c5CB";
this.c5CB.Size = new System.Drawing.Size(15, 14);
this.c5CB.TabIndex = 25;
this.c5CB.UseVisualStyleBackColor = true;
//
// c4CB
//
this.c4CB.AutoSize = true;
this.c4CB.Location = new System.Drawing.Point(561, 112);
this.c4CB.Name = "c4CB";
this.c4CB.Size = new System.Drawing.Size(15, 14);
this.c4CB.TabIndex = 24;
this.c4CB.UseVisualStyleBackColor = true;
//
// c3CB
//
this.c3CB.AutoSize = true;
this.c3CB.Location = new System.Drawing.Point(561, 92);
this.c3CB.Name = "c3CB";
this.c3CB.Size = new System.Drawing.Size(15, 14);
this.c3CB.TabIndex = 23;
this.c3CB.UseVisualStyleBackColor = true;
//
// c2CB
//
this.c2CB.AutoSize = true;
this.c2CB.Location = new System.Drawing.Point(561, 72);
this.c2CB.Name = "c2CB";
this.c2CB.Size = new System.Drawing.Size(15, 14);
this.c2CB.TabIndex = 22;
this.c2CB.UseVisualStyleBackColor = true;
//
// c1CB
//
this.c1CB.AutoSize = true;
this.c1CB.Location = new System.Drawing.Point(561, 52);
this.c1CB.Name = "c1CB";
this.c1CB.Size = new System.Drawing.Size(15, 14);
this.c1CB.TabIndex = 21;
this.c1CB.UseVisualStyleBackColor = true;
//
// c0CB
//
this.c0CB.AutoSize = true;
this.c0CB.Location = new System.Drawing.Point(561, 32);
this.c0CB.Name = "c0CB";
this.c0CB.Size = new System.Drawing.Size(15, 14);
this.c0CB.TabIndex = 20;
this.c0CB.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(18, 152);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(103, 13);
this.label9.TabIndex = 19;
this.label9.Text = "Compression ignition";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(18, 132);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(80, 13);
this.label8.TabIndex = 18;
this.label8.Text = "Comprehensive";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(18, 112);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(64, 13);
this.label7.TabIndex = 17;
this.label7.Text = "Fuel System";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(18, 92);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(37, 13);
this.label6.TabIndex = 16;
this.label6.Text = "Misfire";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(211, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(90, 13);
this.label5.TabIndex = 15;
this.label5.Text = "Monitoring Ready";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(88, 76);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(108, 13);
this.label4.TabIndex = 14;
this.label4.Text = "Monitoring Supported";
//
// b3CB
//
this.b3CB.AutoSize = true;
this.b3CB.Location = new System.Drawing.Point(136, 152);
this.b3CB.Name = "b3CB";
this.b3CB.Size = new System.Drawing.Size(15, 14);
this.b3CB.TabIndex = 12;
this.b3CB.UseVisualStyleBackColor = true;
//
// b6CB
//
this.b6CB.AutoSize = true;
this.b6CB.Location = new System.Drawing.Point(254, 132);
this.b6CB.Name = "b6CB";
this.b6CB.Size = new System.Drawing.Size(15, 14);
this.b6CB.TabIndex = 11;
this.b6CB.UseVisualStyleBackColor = true;
//
// b2CB
//
this.b2CB.AutoSize = true;
this.b2CB.Location = new System.Drawing.Point(136, 132);
this.b2CB.Name = "b2CB";
this.b2CB.Size = new System.Drawing.Size(15, 14);
this.b2CB.TabIndex = 10;
this.b2CB.UseVisualStyleBackColor = true;
//
// b5CB
//
this.b5CB.AutoSize = true;
this.b5CB.Location = new System.Drawing.Point(254, 112);
this.b5CB.Name = "b5CB";
this.b5CB.Size = new System.Drawing.Size(15, 14);
this.b5CB.TabIndex = 9;
this.b5CB.UseVisualStyleBackColor = true;
//
// b1CB
//
this.b1CB.AutoSize = true;
this.b1CB.Location = new System.Drawing.Point(136, 112);
this.b1CB.Name = "b1CB";
this.b1CB.Size = new System.Drawing.Size(15, 14);
this.b1CB.TabIndex = 8;
this.b1CB.UseVisualStyleBackColor = true;
//
// b4CB
//
this.b4CB.AutoSize = true;
this.b4CB.Location = new System.Drawing.Point(254, 92);
this.b4CB.Name = "b4CB";
this.b4CB.Size = new System.Drawing.Size(15, 14);
this.b4CB.TabIndex = 7;
this.b4CB.UseVisualStyleBackColor = true;
//
// b0CB
//
this.b0CB.AutoSize = true;
this.b0CB.Location = new System.Drawing.Point(136, 92);
this.b0CB.Name = "b0CB";
this.b0CB.Size = new System.Drawing.Size(15, 14);
this.b0CB.TabIndex = 6;
this.b0CB.UseVisualStyleBackColor = true;
//
// milLBL
//
this.milLBL.AutoSize = true;
this.milLBL.Location = new System.Drawing.Point(73, 45);
this.milLBL.Name = "milLBL";
this.milLBL.Size = new System.Drawing.Size(25, 13);
this.milLBL.TabIndex = 5;
this.milLBL.Text = "MIL";
//
// milCB
//
this.milCB.AutoSize = true;
this.milCB.Location = new System.Drawing.Point(104, 45);
this.milCB.Name = "milCB";
this.milCB.Size = new System.Drawing.Size(15, 14);
this.milCB.TabIndex = 2;
this.milCB.UseVisualStyleBackColor = true;
//
// dtcLBL
//
this.dtcLBL.AutoSize = true;
this.dtcLBL.Location = new System.Drawing.Point(7, 22);
this.dtcLBL.Name = "dtcLBL";
this.dtcLBL.Size = new System.Drawing.Size(91, 13);
this.dtcLBL.TabIndex = 1;
this.dtcLBL.Text = "# of stored DTC:s";
//
// dtcCountTB
//
this.dtcCountTB.Location = new System.Drawing.Point(104, 19);
this.dtcCountTB.Name = "dtcCountTB";
this.dtcCountTB.Size = new System.Drawing.Size(100, 20);
this.dtcCountTB.TabIndex = 0;
//
// MonitorStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "MonitorStatus";
this.Size = new System.Drawing.Size(800, 213);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label dtcLBL;
private System.Windows.Forms.TextBox dtcCountTB;
private System.Windows.Forms.CheckBox milCB;
private System.Windows.Forms.Label milLBL;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox b3CB;
private System.Windows.Forms.CheckBox b6CB;
private System.Windows.Forms.CheckBox b2CB;
private System.Windows.Forms.CheckBox b5CB;
private System.Windows.Forms.CheckBox b1CB;
private System.Windows.Forms.CheckBox b4CB;
private System.Windows.Forms.CheckBox b0CB;
private System.Windows.Forms.Label xlbl8;
private System.Windows.Forms.Label xlbl7;
private System.Windows.Forms.Label xlbl6;
private System.Windows.Forms.Label xlbl5;
private System.Windows.Forms.Label xlbl4;
private System.Windows.Forms.Label xlbl3;
private System.Windows.Forms.Label xlbl2;
private System.Windows.Forms.Label xlbl1;
private System.Windows.Forms.CheckBox d7CB;
private System.Windows.Forms.CheckBox d6CB;
private System.Windows.Forms.CheckBox d5CB;
private System.Windows.Forms.CheckBox d4CB;
private System.Windows.Forms.CheckBox d3CB;
private System.Windows.Forms.CheckBox d2CB;
private System.Windows.Forms.CheckBox d1CB;
private System.Windows.Forms.CheckBox d0CB;
private System.Windows.Forms.CheckBox c7CB;
private System.Windows.Forms.CheckBox c6CB;
private System.Windows.Forms.CheckBox c5CB;
private System.Windows.Forms.CheckBox c4CB;
private System.Windows.Forms.CheckBox c3CB;
private System.Windows.Forms.CheckBox c2CB;
private System.Windows.Forms.CheckBox c1CB;
private System.Windows.Forms.CheckBox c0CB;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label10;
}
}