/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale1 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer1 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeRange gaugeRange1 = new DevComponents.Instrumentation.GaugeRange();
            DevComponents.Instrumentation.GaugeSection gaugeSection1 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor1 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor2 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText1 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale2 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer2 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection2 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor3 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor4 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText2 = new DevComponents.Instrumentation.GaugeText();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatusForm));
            this.gcCPU = new DevComponents.Instrumentation.GaugeControl();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.gcRAM = new DevComponents.Instrumentation.GaugeControl();
            ((System.ComponentModel.ISupportInitialize)(this.gcCPU)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcRAM)).BeginInit();
            this.SuspendLayout();
            // 
            // gcCPU
            // 
            gaugeCircularScale1.MaxPin.Name = "MaxPin";
            gaugeCircularScale1.MinPin.Name = "MinPin";
            gaugeCircularScale1.Name = "Scale1";
            gaugePointer1.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer1.CapFillColor.BorderWidth = 1;
            gaugePointer1.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer1.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer1.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer1.FillColor.BorderWidth = 1;
            gaugePointer1.FillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer1.FillColor.Color2 = System.Drawing.Color.Red;
            gaugePointer1.Length = 0.358F;
            gaugePointer1.Name = "Pointer1";
            gaugePointer1.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugeCircularScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer1});
            gaugeRange1.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugeRange1.FillColor.BorderWidth = 1;
            gaugeRange1.FillColor.Color1 = System.Drawing.Color.Lime;
            gaugeRange1.FillColor.Color2 = System.Drawing.Color.Red;
            gaugeRange1.Name = "Range1";
            gaugeRange1.ScaleOffset = 0.28F;
            gaugeRange1.StartValue = 70D;
            gaugeCircularScale1.Ranges.AddRange(new DevComponents.Instrumentation.GaugeRange[] {
            gaugeRange1});
            gaugeSection1.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
            gaugeSection1.FillColor.Color2 = System.Drawing.Color.Purple;
            gaugeSection1.Name = "Section1";
            gaugeCircularScale1.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection1});
            this.gcCPU.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
            gaugeCircularScale1});
            gradientFillColor1.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor1.Color2 = System.Drawing.Color.DarkGray;
            this.gcCPU.Frame.BackColor = gradientFillColor1;
            gradientFillColor2.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor2.BorderWidth = 1;
            gradientFillColor2.Color1 = System.Drawing.Color.White;
            gradientFillColor2.Color2 = System.Drawing.Color.DimGray;
            this.gcCPU.Frame.FrameColor = gradientFillColor2;
            gaugeText1.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText1.Font = new System.Drawing.Font("浪漫雅圆", 15F, System.Drawing.FontStyle.Bold);
            gaugeText1.Name = "Text1";
            gaugeText1.Text = "CPU";
            gaugeText1.Tooltip = "CPU使用率";
            this.gcCPU.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText1});
            this.gcCPU.Location = new System.Drawing.Point(12, 12);
            this.gcCPU.Name = "gcCPU";
            this.gcCPU.Size = new System.Drawing.Size(250, 250);
            this.gcCPU.TabIndex = 0;
            this.gcCPU.Text = "gaugeControl1";
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(12, 281);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(250, 23);
            this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX1.TabIndex = 1;
            this.labelX1.Text = "CPU使用率";
            this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // labelX2
            // 
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(327, 281);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(250, 23);
            this.labelX2.TabIndex = 3;
            this.labelX2.Text = "内存占用率";
            this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // gcRAM
            // 
            gaugeCircularScale2.MaxPin.Name = "MaxPin";
            gaugeCircularScale2.MinPin.Name = "MinPin";
            gaugeCircularScale2.Name = "Scale2";
            gaugePointer2.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer2.CapFillColor.BorderWidth = 1;
            gaugePointer2.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer2.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer2.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer2.FillColor.BorderWidth = 1;
            gaugePointer2.FillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer2.FillColor.Color2 = System.Drawing.Color.Red;
            gaugePointer2.Length = 0.358F;
            gaugePointer2.Name = "Pointer1";
            gaugePointer2.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugeCircularScale2.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer2});
            gaugeSection2.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
            gaugeSection2.FillColor.Color2 = System.Drawing.Color.Purple;
            gaugeSection2.Name = "Section1";
            gaugeCircularScale2.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection2});
            this.gcRAM.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
            gaugeCircularScale2});
            this.gcRAM.Frame.AddGlassEffect = true;
            gradientFillColor3.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor3.Color2 = System.Drawing.Color.DarkGray;
            this.gcRAM.Frame.BackColor = gradientFillColor3;
            gradientFillColor4.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor4.BorderWidth = 1;
            gradientFillColor4.Color1 = System.Drawing.Color.White;
            gradientFillColor4.Color2 = System.Drawing.Color.DimGray;
            this.gcRAM.Frame.FrameColor = gradientFillColor4;
            gaugeText2.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText2.Font = new System.Drawing.Font("浪漫雅圆", 15F, System.Drawing.FontStyle.Bold);
            gaugeText2.Name = "Text1";
            gaugeText2.Text = "RAM";
            gaugeText2.Tooltip = "内存占用率";
            this.gcRAM.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText2});
            this.gcRAM.Location = new System.Drawing.Point(327, 12);
            this.gcRAM.Name = "gcRAM";
            this.gcRAM.Size = new System.Drawing.Size(250, 250);
            this.gcRAM.TabIndex = 4;
            this.gcRAM.Text = "gaugeControl2";
            // 
            // StatusForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(597, 310);
            this.Controls.Add(this.gcRAM);
            this.Controls.Add(this.labelX2);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.gcCPU);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "StatusForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "运行状态";
            this.Load += new System.EventHandler(this.StatusForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gcCPU)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcRAM)).EndInit();
            this.ResumeLayout(false);

        }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.Instrumentation.GaugeCircularScale          gaugeCircularScale1 = new DevComponents.Instrumentation.GaugeCircularScale();
     DevComponents.Instrumentation.GaugePointer                gaugePointer1       = new DevComponents.Instrumentation.GaugePointer();
     DevComponents.Instrumentation.GaugeSection                gaugeSection1       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GaugeSection                gaugeSection2       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GradientFillColor           gradientFillColor1  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor           gradientFillColor2  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GaugeText                   gaugeText1          = new DevComponents.Instrumentation.GaugeText();
     System.ComponentModel.ComponentResourceManager            resources           = new System.ComponentModel.ComponentResourceManager(typeof(VMASForm));
     DevComponents.Instrumentation.NumericIndicator            numericIndicator1   = new DevComponents.Instrumentation.NumericIndicator();
     DevComponents.Instrumentation.NumericRange                numericRange1       = new DevComponents.Instrumentation.NumericRange();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1          = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1             = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1             = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.layoutMain          = new DevComponents.DotNetBar.Layout.LayoutControl();
     this.lblRPM              = new System.Windows.Forms.Label();
     this.lblMsg              = new System.Windows.Forms.Label();
     this.gaugeSpeed          = new DevComponents.Instrumentation.GaugeControl();
     this.chart1              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.lblHC               = new System.Windows.Forms.Label();
     this.lblNO               = new System.Windows.Forms.Label();
     this.lblCO               = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.btnRestart          = new System.Windows.Forms.Button();
     this.btnStop             = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.layoutControlItem1  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem2  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem3  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem4  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem5  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem6  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem7  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem8  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem9  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem10 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem11 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeSpeed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutMain
     //
     this.layoutMain.BackColor = System.Drawing.Color.Transparent;
     this.layoutMain.Controls.Add(this.lblRPM);
     this.layoutMain.Controls.Add(this.lblMsg);
     this.layoutMain.Controls.Add(this.gaugeSpeed);
     this.layoutMain.Controls.Add(this.chart1);
     this.layoutMain.Controls.Add(this.lblHC);
     this.layoutMain.Controls.Add(this.lblNO);
     this.layoutMain.Controls.Add(this.lblCO);
     this.layoutMain.Controls.Add(this.label1);
     this.layoutMain.Controls.Add(this.btnRestart);
     this.layoutMain.Controls.Add(this.btnStop);
     this.layoutMain.Controls.Add(this.btnCancel);
     this.layoutMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutMain.Font     = new System.Drawing.Font("宋体", 16F);
     this.layoutMain.Location = new System.Drawing.Point(0, 0);
     this.layoutMain.Name     = "layoutMain";
     //
     //
     //
     this.layoutMain.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9,
         this.layoutControlItem10,
         this.layoutControlItem11
     });
     this.layoutMain.Size     = new System.Drawing.Size(1008, 729);
     this.layoutMain.TabIndex = 0;
     //
     // lblRPM
     //
     this.lblRPM.AutoSize  = true;
     this.lblRPM.BackColor = System.Drawing.Color.Black;
     this.lblRPM.ForeColor = System.Drawing.Color.Gold;
     this.lblRPM.Location  = new System.Drawing.Point(135, 637);
     this.lblRPM.Margin    = new System.Windows.Forms.Padding(0);
     this.lblRPM.Name      = "lblRPM";
     this.lblRPM.Size      = new System.Drawing.Size(113, 35);
     this.lblRPM.TabIndex  = 3;
     this.lblRPM.Text      = "--";
     this.lblRPM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblMsg
     //
     this.lblMsg.AutoSize  = true;
     this.lblMsg.Font      = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold);
     this.lblMsg.ForeColor = System.Drawing.Color.Red;
     this.lblMsg.Location  = new System.Drawing.Point(4, 4);
     this.lblMsg.Margin    = new System.Windows.Forms.Padding(0);
     this.lblMsg.Name      = "lblMsg";
     this.lblMsg.Size      = new System.Drawing.Size(1000, 115);
     this.lblMsg.TabIndex  = 0;
     this.lblMsg.Text      = "Msg";
     this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gaugeSpeed
     //
     gaugeCircularScale1.Labels.Layout.RotateLabel = false;
     gaugeCircularScale1.MajorTickMarks.Interval   = 2D;
     gaugeCircularScale1.MaxPin.Name             = "MaxPin";
     gaugeCircularScale1.MaxValue                = 8D;
     gaugeCircularScale1.MinorTickMarks.Interval = 1D;
     gaugeCircularScale1.MinPin.Name             = "MinPin";
     gaugeCircularScale1.MinValue                = -8D;
     gaugeCircularScale1.Name = "Scale1";
     gaugePointer1.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
     gaugePointer1.CapFillColor.BorderWidth = 1;
     gaugePointer1.CapFillColor.Color1      = System.Drawing.Color.WhiteSmoke;
     gaugePointer1.CapFillColor.Color2      = System.Drawing.Color.DimGray;
     gaugePointer1.FillColor.BorderColor    = System.Drawing.Color.DimGray;
     gaugePointer1.FillColor.BorderWidth    = 1;
     gaugePointer1.FillColor.Color1         = System.Drawing.Color.WhiteSmoke;
     gaugePointer1.FillColor.Color2         = System.Drawing.Color.Red;
     gaugePointer1.Length = 0.358F;
     gaugePointer1.Name   = "Pointer1";
     gaugePointer1.Style  = DevComponents.Instrumentation.PointerStyle.Needle;
     gaugeCircularScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
         gaugePointer1
     });
     gaugeSection1.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
     gaugeSection1.FillColor.Color2 = System.Drawing.Color.Purple;
     gaugeSection1.Name             = "Section1";
     gaugeSection2.EndValue         = 2D;
     gaugeSection2.FillColor.Color1 = System.Drawing.Color.Lime;
     gaugeSection2.Name             = "Section2";
     gaugeSection2.StartValue       = -2D;
     gaugeCircularScale1.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
         gaugeSection1,
         gaugeSection2
     });
     gaugeCircularScale1.StartAngle = 160F;
     gaugeCircularScale1.SweepAngle = 220F;
     this.gaugeSpeed.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
         gaugeCircularScale1
     });
     gradientFillColor1.Color1        = System.Drawing.Color.Gainsboro;
     gradientFillColor1.Color2        = System.Drawing.Color.DarkGray;
     this.gaugeSpeed.Frame.BackColor  = gradientFillColor1;
     gradientFillColor2.BorderColor   = System.Drawing.Color.Gainsboro;
     gradientFillColor2.BorderWidth   = 1;
     gradientFillColor2.Color1        = System.Drawing.Color.White;
     gradientFillColor2.Color2        = System.Drawing.Color.DimGray;
     this.gaugeSpeed.Frame.FrameColor = gradientFillColor2;
     this.gaugeSpeed.Frame.Style      = DevComponents.Instrumentation.GaugeFrameStyle.Circular;
     gaugeText1.BackColor.BorderColor = System.Drawing.Color.Black;
     gaugeText1.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText1.Location")));
     gaugeText1.Name     = "Text1";
     gaugeText1.Text     = "车速(km/h)";
     numericIndicator1.BackColor.BorderColor = System.Drawing.Color.Gray;
     numericIndicator1.BackColor.BorderWidth = 3;
     numericIndicator1.BackColor.Color1      = System.Drawing.Color.Black;
     numericIndicator1.DecimalColor          = System.Drawing.Color.Lime;
     numericIndicator1.DecimalDimColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(50)))), ((int)(((byte)(0)))));
     numericIndicator1.DigitColor            = System.Drawing.Color.Red;
     numericIndicator1.DigitDimColor         = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericIndicator1.Name           = "Indicator1";
     numericIndicator1.NumberOfDigits = 5;
     numericRange1.DecimalColor       = System.Drawing.Color.Red;
     numericRange1.DecimalDimColor    = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericRange1.DigitColor         = System.Drawing.Color.Red;
     numericRange1.DigitDimColor      = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericRange1.EndValue           = 1000D;
     numericRange1.Name       = "Range1";
     numericRange1.StartValue = 500D;
     numericIndicator1.Ranges.AddRange(new DevComponents.Instrumentation.NumericRange[] {
         numericRange1
     });
     numericIndicator1.ShowDecimalPoint   = true;
     numericIndicator1.ShowDimColonPoints = false;
     numericIndicator1.Size  = new System.Drawing.SizeF(0.35F, 0.12F);
     numericIndicator1.Style = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     this.gaugeSpeed.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         gaugeText1,
         numericIndicator1
     });
     this.gaugeSpeed.Location = new System.Drawing.Point(4, 127);
     this.gaugeSpeed.Margin   = new System.Windows.Forms.Padding(0);
     this.gaugeSpeed.Name     = "gaugeSpeed";
     this.gaugeSpeed.Size     = new System.Drawing.Size(294, 502);
     this.gaugeSpeed.TabIndex = 1;
     this.gaugeSpeed.Text     = "gaugeSpeed";
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor  = System.Drawing.Color.Transparent;
     chartArea1.Name       = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.BackColor         = System.Drawing.Color.Transparent;
     legend1.DockedToChartArea = "ChartArea1";
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(306, 127);
     this.chart1.Margin   = new System.Windows.Forms.Padding(0);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(698, 502);
     this.chart1.TabIndex = 2;
     this.chart1.Text     = "chart1";
     //
     // lblHC
     //
     this.lblHC.AutoSize  = true;
     this.lblHC.BackColor = System.Drawing.Color.Black;
     this.lblHC.ForeColor = System.Drawing.Color.Gold;
     this.lblHC.Location  = new System.Drawing.Point(387, 637);
     this.lblHC.Margin    = new System.Windows.Forms.Padding(0);
     this.lblHC.Name      = "lblHC";
     this.lblHC.Size      = new System.Drawing.Size(113, 35);
     this.lblHC.TabIndex  = 4;
     this.lblHC.Text      = "--";
     this.lblHC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblNO
     //
     this.lblNO.AutoSize  = true;
     this.lblNO.BackColor = System.Drawing.Color.Black;
     this.lblNO.ForeColor = System.Drawing.Color.Gold;
     this.lblNO.Location  = new System.Drawing.Point(639, 637);
     this.lblNO.Margin    = new System.Windows.Forms.Padding(0);
     this.lblNO.Name      = "lblNO";
     this.lblNO.Size      = new System.Drawing.Size(113, 35);
     this.lblNO.TabIndex  = 5;
     this.lblNO.Text      = "--";
     this.lblNO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblCO
     //
     this.lblCO.AutoSize  = true;
     this.lblCO.BackColor = System.Drawing.Color.Black;
     this.lblCO.ForeColor = System.Drawing.Color.Gold;
     this.lblCO.Location  = new System.Drawing.Point(891, 637);
     this.lblCO.Margin    = new System.Windows.Forms.Padding(0);
     this.lblCO.Name      = "lblCO";
     this.lblCO.Size      = new System.Drawing.Size(113, 35);
     this.lblCO.TabIndex  = 6;
     this.lblCO.Text      = "--";
     this.lblCO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Black;
     this.label1.ForeColor = System.Drawing.Color.Gold;
     this.label1.Location  = new System.Drawing.Point(4, 680);
     this.label1.Margin    = new System.Windows.Forms.Padding(0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(244, 43);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "简易瞬态工况法";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnRestart
     //
     this.btnRestart.Location = new System.Drawing.Point(256, 680);
     this.btnRestart.Margin   = new System.Windows.Forms.Padding(0);
     this.btnRestart.Name     = "btnRestart";
     this.btnRestart.Size     = new System.Drawing.Size(244, 43);
     this.btnRestart.TabIndex = 8;
     this.btnRestart.Text     = "重新测试";
     this.btnRestart.UseVisualStyleBackColor = true;
     this.btnRestart.Click += new System.EventHandler(this.BtnRestart_Click);
     //
     // btnStop
     //
     this.btnStop.Location = new System.Drawing.Point(508, 680);
     this.btnStop.Margin   = new System.Windows.Forms.Padding(0);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new System.Drawing.Size(244, 43);
     this.btnStop.TabIndex = 9;
     this.btnStop.Text     = "手动停止";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new System.EventHandler(this.BtnStop_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(760, 680);
     this.btnCancel.Margin   = new System.Windows.Forms.Padding(0);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(244, 43);
     this.btnCancel.TabIndex = 10;
     this.btnCancel.Text     = "取消测试";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.lblMsg;
     this.layoutControlItem1.Height      = 17;
     this.layoutControlItem1.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Text        = "Label:";
     this.layoutControlItem1.TextVisible = false;
     this.layoutControlItem1.Width       = 100;
     this.layoutControlItem1.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.gaugeSpeed;
     this.layoutControlItem2.Height      = 70;
     this.layoutControlItem2.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Text        = "Label:";
     this.layoutControlItem2.TextVisible = false;
     this.layoutControlItem2.Width       = 30;
     this.layoutControlItem2.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.chart1;
     this.layoutControlItem3.Height      = 70;
     this.layoutControlItem3.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Text        = "Label:";
     this.layoutControlItem3.TextVisible = false;
     this.layoutControlItem3.Width       = 70;
     this.layoutControlItem3.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control           = this.lblRPM;
     this.layoutControlItem4.Height            = 6;
     this.layoutControlItem4.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem4.Name              = "layoutControlItem4";
     this.layoutControlItem4.Text              = "转速(km/h):";
     this.layoutControlItem4.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem4.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem4.Width             = 25;
     this.layoutControlItem4.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control           = this.lblHC;
     this.layoutControlItem5.Height            = 6;
     this.layoutControlItem5.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem5.Name              = "layoutControlItem5";
     this.layoutControlItem5.Text              = "HC(ppm):";
     this.layoutControlItem5.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem5.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem5.Width             = 25;
     this.layoutControlItem5.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control           = this.lblNO;
     this.layoutControlItem6.Height            = 6;
     this.layoutControlItem6.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem6.Name              = "layoutControlItem6";
     this.layoutControlItem6.Text              = "NO(ppm):";
     this.layoutControlItem6.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem6.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem6.Width             = 25;
     this.layoutControlItem6.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control           = this.lblCO;
     this.layoutControlItem7.Height            = 6;
     this.layoutControlItem7.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem7.Name              = "layoutControlItem7";
     this.layoutControlItem7.Text              = "CO(%):";
     this.layoutControlItem7.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem7.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem7.Width             = 25;
     this.layoutControlItem7.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control     = this.label1;
     this.layoutControlItem8.Height      = 7;
     this.layoutControlItem8.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem8.Name        = "layoutControlItem8";
     this.layoutControlItem8.Text        = "Label:";
     this.layoutControlItem8.TextVisible = false;
     this.layoutControlItem8.Width       = 25;
     this.layoutControlItem8.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control    = this.btnRestart;
     this.layoutControlItem9.Height     = 7;
     this.layoutControlItem9.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem9.Name       = "layoutControlItem9";
     this.layoutControlItem9.Width      = 25;
     this.layoutControlItem9.WidthType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control    = this.btnStop;
     this.layoutControlItem10.Height     = 7;
     this.layoutControlItem10.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem10.Name       = "layoutControlItem10";
     this.layoutControlItem10.Width      = 25;
     this.layoutControlItem10.WidthType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control    = this.btnCancel;
     this.layoutControlItem11.Height     = 7;
     this.layoutControlItem11.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem11.Name       = "layoutControlItem11";
     this.layoutControlItem11.Width      = 25;
     this.layoutControlItem11.WidthType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // VMASForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 729);
     this.Controls.Add(this.layoutMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "VMASForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "简易瞬态工况";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.VMASForm_FormClosing);
     this.Load         += new System.EventHandler(this.VMASForm_Load);
     this.Shown        += new System.EventHandler(this.VMASForm_Shown);
     this.Resize       += new System.EventHandler(this.VMASForm_Resize);
     this.layoutMain.ResumeLayout(false);
     this.layoutMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeSpeed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            DevComponents.Instrumentation.GradientFillColor gradientFillColor25 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor26 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText25 = new DevComponents.Instrumentation.GaugeText();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            DevComponents.Instrumentation.GaugeText gaugeText26 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale25 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer25 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection25 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale26 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer26 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection26 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor27 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor28 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText27 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeText gaugeText28 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale27 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer27 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection27 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale28 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer28 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection28 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor29 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor30 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText29 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeText gaugeText30 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale29 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer29 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection29 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale30 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer30 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection30 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor31 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor32 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText31 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeText gaugeText32 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale31 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer31 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection31 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale32 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer32 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection32 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor33 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor34 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText33 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeText gaugeText34 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale33 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer33 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection33 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale34 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer34 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection34 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor35 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor36 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText35 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeText gaugeText36 = new DevComponents.Instrumentation.GaugeText();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale35 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer35 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection35 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeLinearScale gaugeLinearScale36 = new DevComponents.Instrumentation.GaugeLinearScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer36 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection36 = new DevComponents.Instrumentation.GaugeSection();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.expandablePanel4 = new DevComponents.DotNetBar.ExpandablePanel();
            this.textBoxX10 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.buttonX11 = new DevComponents.DotNetBar.ButtonX();
            this.expandablePanel3 = new DevComponents.DotNetBar.ExpandablePanel();
            this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX9 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX8 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX7 = new DevComponents.DotNetBar.ButtonX();
            this.expandablePanel2 = new DevComponents.DotNetBar.ExpandablePanel();
            this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupPanel11 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.buttonX15 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX14 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX13 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX12 = new DevComponents.DotNetBar.ButtonX();
            this.textBoxX15 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX14 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX13 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX12 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX18 = new DevComponents.DotNetBar.LabelX();
            this.labelX17 = new DevComponents.DotNetBar.LabelX();
            this.labelX16 = new DevComponents.DotNetBar.LabelX();
            this.labelX15 = new DevComponents.DotNetBar.LabelX();
            this.labelX14 = new DevComponents.DotNetBar.LabelX();
            this.textBoxX11 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.listView4 = new System.Windows.Forms.ListView();
            this.columnHeader25 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader26 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader27 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader28 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader29 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader30 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.groupPanel10 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel9 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel8 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel7 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.listView3 = new System.Windows.Forms.ListView();
            this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader21 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader22 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader23 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader24 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.comboItem4 = new DevComponents.Editors.ComboItem();
            this.comboItem5 = new DevComponents.Editors.ComboItem();
            this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.gaugeControl2 = new DevComponents.Instrumentation.GaugeControl();
            this.gaugeControl1 = new DevComponents.Instrumentation.GaugeControl();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.labelX12 = new DevComponents.DotNetBar.LabelX();
            this.labelX11 = new DevComponents.DotNetBar.LabelX();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.textBoxX9 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX8 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX9 = new DevComponents.DotNetBar.LabelX();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.gaugeControl6 = new DevComponents.Instrumentation.GaugeControl();
            this.gaugeControl5 = new DevComponents.Instrumentation.GaugeControl();
            this.gaugeControl4 = new DevComponents.Instrumentation.GaugeControl();
            this.gaugeControl3 = new DevComponents.Instrumentation.GaugeControl();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.menuStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.expandablePanel4.SuspendLayout();
            this.expandablePanel3.SuspendLayout();
            this.expandablePanel2.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupPanel11.SuspendLayout();
            this.groupPanel5.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            this.panelEx2.SuspendLayout();
            this.panelEx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
            this.groupPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl3)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.文件ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1084, 25);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 文件ToolStripMenuItem
            // 
            this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
            this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
            this.文件ToolStripMenuItem.Text = "文件";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.expandablePanel4);
            this.panel1.Controls.Add(this.expandablePanel3);
            this.panel1.Controls.Add(this.expandablePanel2);
            this.panel1.Controls.Add(this.expandablePanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(239, 637);
            this.panel1.TabIndex = 1;
            // 
            // expandablePanel4
            // 
            this.expandablePanel4.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.expandablePanel4.Controls.Add(this.textBoxX10);
            this.expandablePanel4.Controls.Add(this.buttonX11);
            this.expandablePanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.expandablePanel4.Location = new System.Drawing.Point(0, 421);
            this.expandablePanel4.Name = "expandablePanel4";
            this.expandablePanel4.Size = new System.Drawing.Size(239, 216);
            this.expandablePanel4.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel4.Style.GradientAngle = 90;
            this.expandablePanel4.TabIndex = 2;
            this.expandablePanel4.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel4.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel4.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel4.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel4.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel4.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel4.TitleStyle.GradientAngle = 90;
            this.expandablePanel4.TitleText = "<b>服务信息配置</b>";
            // 
            // textBoxX10
            // 
            // 
            // 
            // 
            this.textBoxX10.Border.Class = "TextBoxBorder";
            this.textBoxX10.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX10.Location = new System.Drawing.Point(39, 64);
            this.textBoxX10.Name = "textBoxX10";
            this.textBoxX10.Size = new System.Drawing.Size(147, 21);
            this.textBoxX10.TabIndex = 31;
            // 
            // buttonX11
            // 
            this.buttonX11.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX11.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX11.Location = new System.Drawing.Point(76, 35);
            this.buttonX11.Name = "buttonX11";
            this.buttonX11.Size = new System.Drawing.Size(110, 23);
            this.buttonX11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX11.TabIndex = 30;
            this.buttonX11.Text = "buttonX11";
            this.buttonX11.Click += new System.EventHandler(this.buttonX11_Click);
            // 
            // expandablePanel3
            // 
            this.expandablePanel3.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.expandablePanel3.Controls.Add(this.buttonX10);
            this.expandablePanel3.Controls.Add(this.buttonX9);
            this.expandablePanel3.Controls.Add(this.buttonX8);
            this.expandablePanel3.Controls.Add(this.buttonX7);
            this.expandablePanel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.expandablePanel3.Location = new System.Drawing.Point(0, 267);
            this.expandablePanel3.Name = "expandablePanel3";
            this.expandablePanel3.Size = new System.Drawing.Size(239, 154);
            this.expandablePanel3.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel3.Style.GradientAngle = 90;
            this.expandablePanel3.TabIndex = 2;
            this.expandablePanel3.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel3.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel3.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel3.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel3.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel3.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel3.TitleStyle.GradientAngle = 90;
            this.expandablePanel3.TitleText = "<b>诊断及服务产品制作</b>";
            // 
            // buttonX10
            // 
            this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX10.Location = new System.Drawing.Point(76, 122);
            this.buttonX10.Name = "buttonX10";
            this.buttonX10.Size = new System.Drawing.Size(110, 23);
            this.buttonX10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX10.TabIndex = 32;
            this.buttonX10.Text = "不定时产品制作";
            this.buttonX10.Click += new System.EventHandler(this.buttonX10_Click);
            // 
            // buttonX9
            // 
            this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX9.Location = new System.Drawing.Point(76, 93);
            this.buttonX9.Name = "buttonX9";
            this.buttonX9.Size = new System.Drawing.Size(110, 23);
            this.buttonX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX9.TabIndex = 31;
            this.buttonX9.Text = "月产品制作";
            this.buttonX9.Click += new System.EventHandler(this.buttonX9_Click);
            // 
            // buttonX8
            // 
            this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX8.Location = new System.Drawing.Point(76, 64);
            this.buttonX8.Name = "buttonX8";
            this.buttonX8.Size = new System.Drawing.Size(110, 23);
            this.buttonX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX8.TabIndex = 30;
            this.buttonX8.Text = "旬产品制作";
            this.buttonX8.Click += new System.EventHandler(this.buttonX8_Click);
            // 
            // buttonX7
            // 
            this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX7.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX7.Location = new System.Drawing.Point(76, 35);
            this.buttonX7.Name = "buttonX7";
            this.buttonX7.Size = new System.Drawing.Size(110, 23);
            this.buttonX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX7.TabIndex = 29;
            this.buttonX7.Text = "日产品制作";
            this.buttonX7.Click += new System.EventHandler(this.buttonX7_Click);
            // 
            // expandablePanel2
            // 
            this.expandablePanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.expandablePanel2.Controls.Add(this.buttonX5);
            this.expandablePanel2.Controls.Add(this.buttonX6);
            this.expandablePanel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.expandablePanel2.Location = new System.Drawing.Point(0, 165);
            this.expandablePanel2.Name = "expandablePanel2";
            this.expandablePanel2.Size = new System.Drawing.Size(239, 102);
            this.expandablePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel2.Style.GradientAngle = 90;
            this.expandablePanel2.TabIndex = 2;
            this.expandablePanel2.TitleHeight = 30;
            this.expandablePanel2.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel2.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel2.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel2.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel2.TitleStyle.GradientAngle = 90;
            this.expandablePanel2.TitleText = "<b>农业气象周年服务</b>";
            // 
            // buttonX5
            // 
            this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX5.Location = new System.Drawing.Point(76, 40);
            this.buttonX5.Name = "buttonX5";
            this.buttonX5.Size = new System.Drawing.Size(110, 23);
            this.buttonX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX5.TabIndex = 2;
            this.buttonX5.Text = "当前服务";
            this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
            // 
            // buttonX6
            // 
            this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX6.Location = new System.Drawing.Point(76, 69);
            this.buttonX6.Name = "buttonX6";
            this.buttonX6.Size = new System.Drawing.Size(110, 23);
            this.buttonX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX6.TabIndex = 29;
            this.buttonX6.Text = "服务查询";
            this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.expandablePanel1.Controls.Add(this.buttonX4);
            this.expandablePanel1.Controls.Add(this.buttonX2);
            this.expandablePanel1.Controls.Add(this.buttonX1);
            this.expandablePanel1.Controls.Add(this.buttonX3);
            this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.expandablePanel1.Location = new System.Drawing.Point(0, 0);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(239, 165);
            this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel1.Style.GradientAngle = 90;
            this.expandablePanel1.TabIndex = 2;
            this.expandablePanel1.TitleHeight = 30;
            this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel1.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel1.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel1.TitleStyle.GradientAngle = 90;
            this.expandablePanel1.TitleText = "<b>资料显示、查询</b>";
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX4.Location = new System.Drawing.Point(76, 130);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(110, 23);
            this.buttonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX4.TabIndex = 0;
            this.buttonX4.Text = "资料查询";
            this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX2.Location = new System.Drawing.Point(76, 72);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(110, 23);
            this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX2.TabIndex = 1;
            this.buttonX2.Text = "大棚站查询";
            this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(76, 43);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(110, 23);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 1;
            this.buttonX1.Text = "大棚站监控";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // buttonX3
            // 
            this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX3.Location = new System.Drawing.Point(76, 101);
            this.buttonX3.Name = "buttonX3";
            this.buttonX3.Size = new System.Drawing.Size(110, 23);
            this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX3.TabIndex = 1;
            this.buttonX3.Text = "土壤商情";
            this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.SystemColors.Control;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.groupPanel2);
            this.panel2.Controls.Add(this.groupPanel4);
            this.panel2.Controls.Add(this.groupPanel3);
            this.panel2.Controls.Add(this.groupPanel1);
            this.panel2.Controls.Add(this.groupPanel11);
            this.panel2.Controls.Add(this.groupPanel10);
            this.panel2.Controls.Add(this.groupPanel9);
            this.panel2.Controls.Add(this.groupPanel8);
            this.panel2.Controls.Add(this.groupPanel7);
            this.panel2.Controls.Add(this.groupPanel6);
            this.panel2.Controls.Add(this.groupPanel5);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(239, 25);
            this.panel2.Margin = new System.Windows.Forms.Padding(13);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(10);
            this.panel2.Size = new System.Drawing.Size(845, 637);
            this.panel2.TabIndex = 2;
            // 
            // groupPanel11
            // 
            this.groupPanel11.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel11.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel11.Controls.Add(this.buttonX15);
            this.groupPanel11.Controls.Add(this.buttonX14);
            this.groupPanel11.Controls.Add(this.buttonX13);
            this.groupPanel11.Controls.Add(this.buttonX12);
            this.groupPanel11.Controls.Add(this.textBoxX15);
            this.groupPanel11.Controls.Add(this.textBoxX14);
            this.groupPanel11.Controls.Add(this.textBoxX13);
            this.groupPanel11.Controls.Add(this.textBoxX12);
            this.groupPanel11.Controls.Add(this.labelX18);
            this.groupPanel11.Controls.Add(this.labelX17);
            this.groupPanel11.Controls.Add(this.labelX16);
            this.groupPanel11.Controls.Add(this.labelX15);
            this.groupPanel11.Controls.Add(this.labelX14);
            this.groupPanel11.Controls.Add(this.textBoxX11);
            this.groupPanel11.Controls.Add(this.listView4);
            this.groupPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel11.Location = new System.Drawing.Point(10, 10);
            this.groupPanel11.Name = "groupPanel11";
            this.groupPanel11.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel11.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel11.Style.BackColorGradientAngle = 90;
            this.groupPanel11.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel11.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel11.Style.BorderBottomWidth = 1;
            this.groupPanel11.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel11.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel11.Style.BorderLeftWidth = 1;
            this.groupPanel11.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel11.Style.BorderRightWidth = 1;
            this.groupPanel11.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel11.Style.BorderTopWidth = 1;
            this.groupPanel11.Style.CornerDiameter = 4;
            this.groupPanel11.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel11.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel11.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel11.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel11.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel11.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel11.TabIndex = 0;
            this.groupPanel11.Text = "groupPanel11";
            this.groupPanel11.Visible = false;
            // 
            // buttonX15
            // 
            this.buttonX15.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX15.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX15.Location = new System.Drawing.Point(104, 236);
            this.buttonX15.Name = "buttonX15";
            this.buttonX15.Size = new System.Drawing.Size(110, 23);
            this.buttonX15.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX15.TabIndex = 40;
            this.buttonX15.Text = "刷新";
            this.buttonX15.Click += new System.EventHandler(this.buttonX15_Click);
            // 
            // buttonX14
            // 
            this.buttonX14.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX14.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX14.Location = new System.Drawing.Point(700, 236);
            this.buttonX14.Name = "buttonX14";
            this.buttonX14.Size = new System.Drawing.Size(110, 23);
            this.buttonX14.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX14.TabIndex = 39;
            this.buttonX14.Text = "修改";
            this.buttonX14.Click += new System.EventHandler(this.buttonX14_Click);
            // 
            // buttonX13
            // 
            this.buttonX13.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX13.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX13.Location = new System.Drawing.Point(568, 236);
            this.buttonX13.Name = "buttonX13";
            this.buttonX13.Size = new System.Drawing.Size(110, 23);
            this.buttonX13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX13.TabIndex = 38;
            this.buttonX13.Text = "插入";
            this.buttonX13.Click += new System.EventHandler(this.buttonX13_Click);
            // 
            // buttonX12
            // 
            this.buttonX12.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX12.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX12.Location = new System.Drawing.Point(438, 236);
            this.buttonX12.Name = "buttonX12";
            this.buttonX12.Size = new System.Drawing.Size(110, 23);
            this.buttonX12.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX12.TabIndex = 37;
            this.buttonX12.Text = "删除";
            this.buttonX12.Click += new System.EventHandler(this.buttonX12_Click);
            // 
            // textBoxX15
            // 
            // 
            // 
            // 
            this.textBoxX15.Border.Class = "TextBoxBorder";
            this.textBoxX15.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX15.Location = new System.Drawing.Point(360, 40);
            this.textBoxX15.Multiline = true;
            this.textBoxX15.Name = "textBoxX15";
            this.textBoxX15.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBoxX15.Size = new System.Drawing.Size(450, 175);
            this.textBoxX15.TabIndex = 36;
            // 
            // textBoxX14
            // 
            // 
            // 
            // 
            this.textBoxX14.Border.Class = "TextBoxBorder";
            this.textBoxX14.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX14.Location = new System.Drawing.Point(104, 100);
            this.textBoxX14.Multiline = true;
            this.textBoxX14.Name = "textBoxX14";
            this.textBoxX14.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBoxX14.Size = new System.Drawing.Size(245, 115);
            this.textBoxX14.TabIndex = 35;
            // 
            // textBoxX13
            // 
            // 
            // 
            // 
            this.textBoxX13.Border.Class = "TextBoxBorder";
            this.textBoxX13.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX13.Location = new System.Drawing.Point(104, 71);
            this.textBoxX13.Name = "textBoxX13";
            this.textBoxX13.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBoxX13.Size = new System.Drawing.Size(245, 21);
            this.textBoxX13.TabIndex = 34;
            // 
            // textBoxX12
            // 
            // 
            // 
            // 
            this.textBoxX12.Border.Class = "TextBoxBorder";
            this.textBoxX12.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX12.Location = new System.Drawing.Point(104, 42);
            this.textBoxX12.Name = "textBoxX12";
            this.textBoxX12.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBoxX12.Size = new System.Drawing.Size(245, 21);
            this.textBoxX12.TabIndex = 33;
            // 
            // labelX18
            // 
            this.labelX18.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX18.Location = new System.Drawing.Point(360, 13);
            this.labelX18.Name = "labelX18";
            this.labelX18.Size = new System.Drawing.Size(89, 23);
            this.labelX18.TabIndex = 32;
            this.labelX18.Text = "对应措施:";
            // 
            // labelX17
            // 
            this.labelX17.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX17.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX17.Location = new System.Drawing.Point(12, 100);
            this.labelX17.Name = "labelX17";
            this.labelX17.Size = new System.Drawing.Size(88, 23);
            this.labelX17.TabIndex = 31;
            this.labelX17.Text = "发育阶段:";
            // 
            // labelX16
            // 
            this.labelX16.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX16.Location = new System.Drawing.Point(12, 72);
            this.labelX16.Name = "labelX16";
            this.labelX16.Size = new System.Drawing.Size(88, 23);
            this.labelX16.TabIndex = 30;
            this.labelX16.Text = "终止日期:";
            // 
            // labelX15
            // 
            this.labelX15.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX15.Location = new System.Drawing.Point(12, 42);
            this.labelX15.Name = "labelX15";
            this.labelX15.Size = new System.Drawing.Size(88, 23);
            this.labelX15.TabIndex = 29;
            this.labelX15.Text = "其实日期:";
            // 
            // labelX14
            // 
            this.labelX14.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX14.Location = new System.Drawing.Point(12, 13);
            this.labelX14.Name = "labelX14";
            this.labelX14.Size = new System.Drawing.Size(88, 23);
            this.labelX14.TabIndex = 28;
            this.labelX14.Text = "农作物:";
            // 
            // textBoxX11
            // 
            // 
            // 
            // 
            this.textBoxX11.Border.Class = "TextBoxBorder";
            this.textBoxX11.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX11.Location = new System.Drawing.Point(104, 13);
            this.textBoxX11.Name = "textBoxX11";
            this.textBoxX11.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBoxX11.Size = new System.Drawing.Size(245, 21);
            this.textBoxX11.TabIndex = 2;
            // 
            // listView4
            // 
            this.listView4.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader25,
            this.columnHeader26,
            this.columnHeader27,
            this.columnHeader28,
            this.columnHeader29,
            this.columnHeader30});
            this.listView4.FullRowSelect = true;
            this.listView4.GridLines = true;
            this.listView4.Location = new System.Drawing.Point(4, 265);
            this.listView4.Name = "listView4";
            this.listView4.Size = new System.Drawing.Size(806, 325);
            this.listView4.TabIndex = 1;
            this.listView4.UseCompatibleStateImageBehavior = false;
            this.listView4.View = System.Windows.Forms.View.Details;
            this.listView4.SelectedIndexChanged += new System.EventHandler(this.listView4_SelectedIndexChanged);
            // 
            // columnHeader25
            // 
            this.columnHeader25.Text = "序号";
            this.columnHeader25.Width = 66;
            // 
            // columnHeader26
            // 
            this.columnHeader26.Text = "农作物";
            this.columnHeader26.Width = 90;
            // 
            // columnHeader27
            // 
            this.columnHeader27.Text = "发育阶段";
            this.columnHeader27.Width = 250;
            // 
            // columnHeader28
            // 
            this.columnHeader28.Text = "起始日期";
            this.columnHeader28.Width = 80;
            // 
            // columnHeader29
            // 
            this.columnHeader29.Text = "终止日期";
            this.columnHeader29.Width = 80;
            // 
            // columnHeader30
            // 
            this.columnHeader30.Text = "对应措施";
            this.columnHeader30.Width = 250;
            // 
            // groupPanel10
            // 
            this.groupPanel10.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel10.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel10.Location = new System.Drawing.Point(10, 10);
            this.groupPanel10.Name = "groupPanel10";
            this.groupPanel10.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel10.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel10.Style.BackColorGradientAngle = 90;
            this.groupPanel10.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel10.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel10.Style.BorderBottomWidth = 1;
            this.groupPanel10.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel10.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel10.Style.BorderLeftWidth = 1;
            this.groupPanel10.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel10.Style.BorderRightWidth = 1;
            this.groupPanel10.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel10.Style.BorderTopWidth = 1;
            this.groupPanel10.Style.CornerDiameter = 4;
            this.groupPanel10.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel10.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel10.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel10.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel10.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel10.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel10.TabIndex = 0;
            this.groupPanel10.Text = "groupPanel10";
            this.groupPanel10.Visible = false;
            // 
            // groupPanel9
            // 
            this.groupPanel9.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel9.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel9.Location = new System.Drawing.Point(10, 10);
            this.groupPanel9.Name = "groupPanel9";
            this.groupPanel9.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel9.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel9.Style.BackColorGradientAngle = 90;
            this.groupPanel9.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel9.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel9.Style.BorderBottomWidth = 1;
            this.groupPanel9.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel9.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel9.Style.BorderLeftWidth = 1;
            this.groupPanel9.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel9.Style.BorderRightWidth = 1;
            this.groupPanel9.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel9.Style.BorderTopWidth = 1;
            this.groupPanel9.Style.CornerDiameter = 4;
            this.groupPanel9.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel9.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel9.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel9.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel9.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel9.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel9.TabIndex = 0;
            this.groupPanel9.Text = "groupPanel9";
            this.groupPanel9.Visible = false;
            // 
            // groupPanel8
            // 
            this.groupPanel8.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel8.Location = new System.Drawing.Point(10, 10);
            this.groupPanel8.Name = "groupPanel8";
            this.groupPanel8.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel8.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel8.Style.BackColorGradientAngle = 90;
            this.groupPanel8.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel8.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel8.Style.BorderBottomWidth = 1;
            this.groupPanel8.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel8.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel8.Style.BorderLeftWidth = 1;
            this.groupPanel8.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel8.Style.BorderRightWidth = 1;
            this.groupPanel8.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel8.Style.BorderTopWidth = 1;
            this.groupPanel8.Style.CornerDiameter = 4;
            this.groupPanel8.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel8.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel8.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel8.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel8.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel8.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel8.TabIndex = 0;
            this.groupPanel8.Text = "groupPanel8";
            this.groupPanel8.Visible = false;
            // 
            // groupPanel7
            // 
            this.groupPanel7.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel7.Location = new System.Drawing.Point(10, 10);
            this.groupPanel7.Name = "groupPanel7";
            this.groupPanel7.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel7.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel7.Style.BackColorGradientAngle = 90;
            this.groupPanel7.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel7.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel7.Style.BorderBottomWidth = 1;
            this.groupPanel7.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel7.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel7.Style.BorderLeftWidth = 1;
            this.groupPanel7.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel7.Style.BorderRightWidth = 1;
            this.groupPanel7.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel7.Style.BorderTopWidth = 1;
            this.groupPanel7.Style.CornerDiameter = 4;
            this.groupPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel7.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel7.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel7.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel7.TabIndex = 0;
            this.groupPanel7.Text = "groupPanel7";
            this.groupPanel7.Visible = false;
            // 
            // groupPanel6
            // 
            this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel6.Location = new System.Drawing.Point(10, 10);
            this.groupPanel6.Name = "groupPanel6";
            this.groupPanel6.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel6.Style.BackColorGradientAngle = 90;
            this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderBottomWidth = 1;
            this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderLeftWidth = 1;
            this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderRightWidth = 1;
            this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderTopWidth = 1;
            this.groupPanel6.Style.CornerDiameter = 4;
            this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel6.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel6.TabIndex = 1;
            this.groupPanel6.Text = "服务查询";
            this.groupPanel6.Visible = false;
            // 
            // groupPanel5
            // 
            this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel5.Controls.Add(this.listView3);
            this.groupPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel5.Location = new System.Drawing.Point(10, 10);
            this.groupPanel5.Name = "groupPanel5";
            this.groupPanel5.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel5.Style.BackColorGradientAngle = 90;
            this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderBottomWidth = 1;
            this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderLeftWidth = 1;
            this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderRightWidth = 1;
            this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderTopWidth = 1;
            this.groupPanel5.Style.CornerDiameter = 4;
            this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel5.TabIndex = 5;
            this.groupPanel5.Text = "当前服务";
            this.groupPanel5.Visible = false;
            // 
            // listView3
            // 
            this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader19,
            this.columnHeader20,
            this.columnHeader21,
            this.columnHeader22,
            this.columnHeader23,
            this.columnHeader24});
            this.listView3.FullRowSelect = true;
            this.listView3.GridLines = true;
            this.listView3.Location = new System.Drawing.Point(4, 265);
            this.listView3.Name = "listView3";
            this.listView3.Size = new System.Drawing.Size(806, 325);
            this.listView3.TabIndex = 0;
            this.listView3.UseCompatibleStateImageBehavior = false;
            this.listView3.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader19
            // 
            this.columnHeader19.Text = "序号";
            this.columnHeader19.Width = 66;
            // 
            // columnHeader20
            // 
            this.columnHeader20.Text = "农作物";
            this.columnHeader20.Width = 90;
            // 
            // columnHeader21
            // 
            this.columnHeader21.Text = "发育阶段";
            this.columnHeader21.Width = 250;
            // 
            // columnHeader22
            // 
            this.columnHeader22.Text = "起始日期";
            this.columnHeader22.Width = 80;
            // 
            // columnHeader23
            // 
            this.columnHeader23.Text = "终止日期";
            this.columnHeader23.Width = 80;
            // 
            // columnHeader24
            // 
            this.columnHeader24.Text = "对应措施";
            this.columnHeader24.Width = 250;
            // 
            // groupPanel2
            // 
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.panelEx2);
            this.groupPanel2.Controls.Add(this.panelEx1);
            this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel2.Location = new System.Drawing.Point(10, 10);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel2.Style.BackColorGradientAngle = 90;
            this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel2.Style.BorderBottomWidth = 1;
            this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel2.Style.BorderLeftWidth = 1;
            this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel2.Style.BorderRightWidth = 1;
            this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel2.Style.BorderTopWidth = 1;
            this.groupPanel2.Style.CornerDiameter = 4;
            this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel2.TabIndex = 3;
            this.groupPanel2.Text = "大棚站查询";
            this.groupPanel2.Visible = false;
            // 
            // panelEx2
            // 
            this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx2.Controls.Add(this.listView2);
            this.panelEx2.Location = new System.Drawing.Point(0, 67);
            this.panelEx2.Name = "panelEx2";
            this.panelEx2.Size = new System.Drawing.Size(817, 524);
            this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.panelEx2.Style.GradientAngle = 90;
            this.panelEx2.TabIndex = 4;
            // 
            // listView2
            // 
            this.listView2.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10,
            this.columnHeader11,
            this.columnHeader12,
            this.columnHeader13,
            this.columnHeader14,
            this.columnHeader15,
            this.columnHeader16,
            this.columnHeader17,
            this.columnHeader18});
            this.listView2.FullRowSelect = true;
            this.listView2.GridLines = true;
            this.listView2.Location = new System.Drawing.Point(95, 66);
            this.listView2.Name = "listView2";
            this.listView2.Size = new System.Drawing.Size(637, 438);
            this.listView2.TabIndex = 0;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "序号";
            this.columnHeader6.Width = 50;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "区站号";
            this.columnHeader7.Width = 50;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "站名";
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "日期时间";
            this.columnHeader9.Width = 120;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "空气温度1.5米";
            this.columnHeader10.Width = 90;
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "空气温度0.5米";
            this.columnHeader11.Width = 90;
            // 
            // columnHeader12
            // 
            this.columnHeader12.Text = "地表温度";
            // 
            // columnHeader13
            // 
            this.columnHeader13.Text = "地温-20厘米";
            this.columnHeader13.Width = 80;
            // 
            // columnHeader14
            // 
            this.columnHeader14.Text = "地温-40厘米";
            this.columnHeader14.Width = 80;
            // 
            // columnHeader15
            // 
            this.columnHeader15.Text = "空气湿度";
            // 
            // columnHeader16
            // 
            this.columnHeader16.Text = "总辐射";
            this.columnHeader16.Width = 50;
            // 
            // columnHeader17
            // 
            this.columnHeader17.Text = "光合有效辐射";
            this.columnHeader17.Width = 90;
            // 
            // columnHeader18
            // 
            this.columnHeader18.Text = "二氧化碳";
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx1.Controls.Add(this.dateTimeInput1);
            this.panelEx1.Controls.Add(this.comboBoxEx1);
            this.panelEx1.Location = new System.Drawing.Point(0, 0);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(817, 67);
            this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.panelEx1.Style.GradientAngle = 90;
            this.panelEx1.TabIndex = 3;
            // 
            // dateTimeInput1
            // 
            // 
            // 
            // 
            this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
            this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dateTimeInput1.ButtonDropDown.Visible = true;
            this.dateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.Long;
            this.dateTimeInput1.IsPopupCalendarOpen = false;
            this.dateTimeInput1.Location = new System.Drawing.Point(243, 24);
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2012, 8, 1, 0, 0, 0, 0);
            this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
            this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.dateTimeInput1.Name = "dateTimeInput1";
            this.dateTimeInput1.Size = new System.Drawing.Size(200, 21);
            this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dateTimeInput1.TabIndex = 1;
            this.dateTimeInput1.TextChanged += new System.EventHandler(this.dateTimeInput1_TextChanged);
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.ItemHeight = 15;
            this.comboBoxEx1.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3,
            this.comboItem4,
            this.comboItem5});
            this.comboBoxEx1.Location = new System.Drawing.Point(19, 24);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(165, 21);
            this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxEx1.TabIndex = 2;
            this.comboBoxEx1.TextChanged += new System.EventHandler(this.comboBoxEx1_TextChanged);
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "三元朱";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "口埠";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "黄楼";
            // 
            // comboItem4
            // 
            this.comboItem4.Text = "古城";
            // 
            // comboItem5
            // 
            this.comboItem5.Text = "高柳";
            // 
            // groupPanel4
            // 
            this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel4.Location = new System.Drawing.Point(10, 10);
            this.groupPanel4.Name = "groupPanel4";
            this.groupPanel4.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel4.Style.BackColorGradientAngle = 90;
            this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderBottomWidth = 1;
            this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderLeftWidth = 1;
            this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderRightWidth = 1;
            this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderTopWidth = 1;
            this.groupPanel4.Style.CornerDiameter = 4;
            this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel4.TabIndex = 0;
            this.groupPanel4.Text = "资料查询";
            this.groupPanel4.Visible = false;
            // 
            // groupPanel3
            // 
            this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel3.Location = new System.Drawing.Point(10, 10);
            this.groupPanel3.Name = "groupPanel3";
            this.groupPanel3.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel3.Style.BackColorGradientAngle = 90;
            this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel3.Style.BorderBottomWidth = 1;
            this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel3.Style.BorderLeftWidth = 1;
            this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel3.Style.BorderRightWidth = 1;
            this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel3.Style.BorderTopWidth = 1;
            this.groupPanel3.Style.CornerDiameter = 4;
            this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel3.TabIndex = 2;
            this.groupPanel3.Text = "土壤商情";
            this.groupPanel3.Visible = false;
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.labelX2);
            this.groupPanel1.Controls.Add(this.labelX1);
            this.groupPanel1.Controls.Add(this.gaugeControl2);
            this.groupPanel1.Controls.Add(this.gaugeControl1);
            this.groupPanel1.Controls.Add(this.listView1);
            this.groupPanel1.Controls.Add(this.labelX13);
            this.groupPanel1.Controls.Add(this.labelX12);
            this.groupPanel1.Controls.Add(this.labelX11);
            this.groupPanel1.Controls.Add(this.labelX10);
            this.groupPanel1.Controls.Add(this.textBoxX9);
            this.groupPanel1.Controls.Add(this.textBoxX8);
            this.groupPanel1.Controls.Add(this.textBoxX7);
            this.groupPanel1.Controls.Add(this.labelX9);
            this.groupPanel1.Controls.Add(this.labelX8);
            this.groupPanel1.Controls.Add(this.labelX7);
            this.groupPanel1.Controls.Add(this.textBoxX6);
            this.groupPanel1.Controls.Add(this.textBoxX5);
            this.groupPanel1.Controls.Add(this.textBoxX4);
            this.groupPanel1.Controls.Add(this.textBoxX3);
            this.groupPanel1.Controls.Add(this.labelX6);
            this.groupPanel1.Controls.Add(this.labelX5);
            this.groupPanel1.Controls.Add(this.labelX4);
            this.groupPanel1.Controls.Add(this.labelX3);
            this.groupPanel1.Controls.Add(this.textBoxX2);
            this.groupPanel1.Controls.Add(this.gaugeControl6);
            this.groupPanel1.Controls.Add(this.gaugeControl5);
            this.groupPanel1.Controls.Add(this.gaugeControl4);
            this.groupPanel1.Controls.Add(this.gaugeControl3);
            this.groupPanel1.Controls.Add(this.textBoxX1);
            this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupPanel1.Location = new System.Drawing.Point(10, 10);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(823, 615);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderBottomWidth = 1;
            this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderLeftWidth = 1;
            this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderRightWidth = 1;
            this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderTopWidth = 1;
            this.groupPanel1.Style.CornerDiameter = 4;
            this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel1.TabIndex = 0;
            this.groupPanel1.Tag = "";
            this.groupPanel1.Text = "大棚站监控";
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX2.Location = new System.Drawing.Point(122, 413);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(106, 23);
            this.labelX2.TabIndex = 10;
            this.labelX2.Text = "空气温度0.5米";
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX1.Location = new System.Drawing.Point(4, 413);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(106, 23);
            this.labelX1.TabIndex = 8;
            this.labelX1.Text = "空气温度1.5米";
            // 
            // gaugeControl2
            // 
            this.gaugeControl2.BackColor = System.Drawing.Color.Transparent;
            gradientFillColor25.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor25.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl2.Frame.BackColor = gradientFillColor25;
            gradientFillColor26.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor26.BorderWidth = 1;
            gradientFillColor26.Color1 = System.Drawing.Color.White;
            gradientFillColor26.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl2.Frame.FrameColor = gradientFillColor26;
            gaugeText25.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText25.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText25.Location")));
            gaugeText25.Name = "Text1";
            gaugeText25.Text = "C°";
            gaugeText26.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText26.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText26.Location")));
            gaugeText26.Name = "Text2";
            gaugeText26.Text = "C°";
            this.gaugeControl2.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText25,
            gaugeText26});
            gaugeLinearScale25.Labels.FormatString = "0°";
            gaugeLinearScale25.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale25.Location")));
            gaugeLinearScale25.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale25.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale25.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale25.MaxPin.Name = "MaxPin";
            gaugeLinearScale25.MaxPin.Visible = false;
            gaugeLinearScale25.MaxValue = 50D;
            gaugeLinearScale25.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale25.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale25.MinPin.Name = "MinPin";
            gaugeLinearScale25.MinPin.Visible = false;
            gaugeLinearScale25.MinValue = -30D;
            gaugeLinearScale25.Name = "Scale1";
            gaugeLinearScale25.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer25.BulbOffset = 0.026F;
            gaugePointer25.BulbSize = 0.132F;
            gaugePointer25.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer25.CapFillColor.BorderWidth = 1;
            gaugePointer25.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer25.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer25.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer25.FillColor.BorderWidth = 1;
            gaugePointer25.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer25.Name = "Pointer1";
            gaugePointer25.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer25.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer25.Tooltip = "";
            gaugePointer25.Value = 0D;
            gaugePointer25.Width = 0.1F;
            gaugeLinearScale25.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer25});
            gaugeSection25.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection25.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection25.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection25.Name = "Section1";
            gaugeLinearScale25.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection25});
            gaugeLinearScale25.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale25.Width = 0.1F;
            gaugeLinearScale26.Labels.FormatString = "0°";
            gaugeLinearScale26.Labels.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale26.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale26.Location")));
            gaugeLinearScale26.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale26.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale26.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale26.MaxPin.Name = "MaxPin";
            gaugeLinearScale26.MaxPin.Visible = false;
            gaugeLinearScale26.MaxValue = 50D;
            gaugeLinearScale26.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale26.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale26.MinPin.Name = "MinPin";
            gaugeLinearScale26.MinPin.Visible = false;
            gaugeLinearScale26.MinValue = -30D;
            gaugeLinearScale26.Name = "Scale2";
            gaugeLinearScale26.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer26.BulbOffset = 0.026F;
            gaugePointer26.BulbSize = 0.132F;
            gaugePointer26.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer26.CapFillColor.BorderWidth = 1;
            gaugePointer26.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer26.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer26.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer26.FillColor.BorderWidth = 1;
            gaugePointer26.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer26.Name = "Pointer1";
            gaugePointer26.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer26.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer26.Tooltip = "";
            gaugePointer26.Value = 0D;
            gaugePointer26.Width = 0.1F;
            gaugeLinearScale26.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer26});
            gaugeSection26.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection26.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection26.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection26.Name = "Section1";
            gaugeLinearScale26.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection26});
            gaugeLinearScale26.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale26.Width = 0.1F;
            this.gaugeControl2.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
            gaugeLinearScale25,
            gaugeLinearScale26});
            this.gaugeControl2.Location = new System.Drawing.Point(116, 51);
            this.gaugeControl2.Name = "gaugeControl2";
            this.gaugeControl2.Size = new System.Drawing.Size(107, 385);
            this.gaugeControl2.TabIndex = 30;
            this.gaugeControl2.Tag = "";
            this.gaugeControl2.Text = "gaugeControl7";
            // 
            // gaugeControl1
            // 
            this.gaugeControl1.BackColor = System.Drawing.Color.Transparent;
            gradientFillColor27.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor27.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl1.Frame.BackColor = gradientFillColor27;
            gradientFillColor28.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor28.BorderWidth = 1;
            gradientFillColor28.Color1 = System.Drawing.Color.White;
            gradientFillColor28.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl1.Frame.FrameColor = gradientFillColor28;
            gaugeText27.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText27.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText27.Location")));
            gaugeText27.Name = "Text1";
            gaugeText27.Text = "C°";
            gaugeText28.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText28.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText28.Location")));
            gaugeText28.Name = "Text2";
            gaugeText28.Text = "C°";
            this.gaugeControl1.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText27,
            gaugeText28});
            gaugeLinearScale27.Labels.FormatString = "0°";
            gaugeLinearScale27.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale27.Location")));
            gaugeLinearScale27.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale27.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale27.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale27.MaxPin.Name = "MaxPin";
            gaugeLinearScale27.MaxPin.Visible = false;
            gaugeLinearScale27.MaxValue = 50D;
            gaugeLinearScale27.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale27.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale27.MinPin.Name = "MinPin";
            gaugeLinearScale27.MinPin.Visible = false;
            gaugeLinearScale27.MinValue = -30D;
            gaugeLinearScale27.Name = "Scale1";
            gaugeLinearScale27.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer27.BulbOffset = 0.026F;
            gaugePointer27.BulbSize = 0.132F;
            gaugePointer27.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer27.CapFillColor.BorderWidth = 1;
            gaugePointer27.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer27.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer27.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer27.FillColor.BorderWidth = 1;
            gaugePointer27.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer27.Name = "Pointer1";
            gaugePointer27.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer27.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer27.Value = 0D;
            gaugePointer27.Width = 0.1F;
            gaugeLinearScale27.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer27});
            gaugeSection27.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection27.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection27.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection27.Name = "Section1";
            gaugeLinearScale27.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection27});
            gaugeLinearScale27.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale27.Width = 0.1F;
            gaugeLinearScale28.Labels.FormatString = "0°";
            gaugeLinearScale28.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale28.Location")));
            gaugeLinearScale28.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale28.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale28.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale28.MaxPin.Name = "MaxPin";
            gaugeLinearScale28.MaxPin.Visible = false;
            gaugeLinearScale28.MaxValue = 50D;
            gaugeLinearScale28.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale28.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale28.MinPin.Name = "MinPin";
            gaugeLinearScale28.MinPin.Visible = false;
            gaugeLinearScale28.MinValue = -30D;
            gaugeLinearScale28.Name = "Scale2";
            gaugeLinearScale28.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer28.BulbOffset = 0.026F;
            gaugePointer28.BulbSize = 0.132F;
            gaugePointer28.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer28.CapFillColor.BorderWidth = 1;
            gaugePointer28.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer28.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer28.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer28.FillColor.BorderWidth = 1;
            gaugePointer28.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer28.Name = "Pointer1";
            gaugePointer28.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer28.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer28.Value = 0D;
            gaugePointer28.Width = 0.1F;
            gaugeLinearScale28.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer28});
            gaugeSection28.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection28.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection28.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection28.Name = "Section1";
            gaugeLinearScale28.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection28});
            gaugeLinearScale28.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale28.Width = 0.1F;
            this.gaugeControl1.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
            gaugeLinearScale27,
            gaugeLinearScale28});
            this.gaugeControl1.Location = new System.Drawing.Point(3, 51);
            this.gaugeControl1.Name = "gaugeControl1";
            this.gaugeControl1.Size = new System.Drawing.Size(107, 385);
            this.gaugeControl1.TabIndex = 29;
            this.gaugeControl1.Text = "gaugeControl7";
            // 
            // listView1
            // 
            this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5});
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(3, 471);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(672, 119);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.DisplayIndex = 1;
            this.columnHeader1.Tag = "";
            this.columnHeader1.Text = "状态";
            this.columnHeader1.Width = 50;
            // 
            // columnHeader2
            // 
            this.columnHeader2.DisplayIndex = 0;
            this.columnHeader2.Text = "序列号";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width = 50;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "台站号";
            this.columnHeader3.Width = 100;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "台站名称";
            this.columnHeader4.Width = 100;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "最后资料时间";
            this.columnHeader5.Width = 220;
            // 
            // labelX13
            // 
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX13.Location = new System.Drawing.Point(355, 22);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(222, 23);
            this.labelX13.TabIndex = 28;
            // 
            // labelX12
            // 
            this.labelX12.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX12.Location = new System.Drawing.Point(243, 22);
            this.labelX12.Name = "labelX12";
            this.labelX12.Size = new System.Drawing.Size(106, 23);
            this.labelX12.TabIndex = 27;
            this.labelX12.Text = "日期时间:";
            // 
            // labelX11
            // 
            this.labelX11.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX11.Location = new System.Drawing.Point(131, 22);
            this.labelX11.Name = "labelX11";
            this.labelX11.Size = new System.Drawing.Size(106, 23);
            this.labelX11.TabIndex = 26;
            // 
            // labelX10
            // 
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX10.Location = new System.Drawing.Point(19, 22);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(106, 23);
            this.labelX10.TabIndex = 25;
            this.labelX10.Text = "台站号:";
            // 
            // textBoxX9
            // 
            // 
            // 
            // 
            this.textBoxX9.Border.Class = "TextBoxBorder";
            this.textBoxX9.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX9.Location = new System.Drawing.Point(681, 263);
            this.textBoxX9.Name = "textBoxX9";
            this.textBoxX9.Size = new System.Drawing.Size(107, 23);
            this.textBoxX9.TabIndex = 24;
            this.textBoxX9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxX8
            // 
            // 
            // 
            // 
            this.textBoxX8.Border.Class = "TextBoxBorder";
            this.textBoxX8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX8.Location = new System.Drawing.Point(681, 183);
            this.textBoxX8.Name = "textBoxX8";
            this.textBoxX8.Size = new System.Drawing.Size(107, 23);
            this.textBoxX8.TabIndex = 23;
            this.textBoxX8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxX7
            // 
            // 
            // 
            // 
            this.textBoxX7.Border.Class = "TextBoxBorder";
            this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX7.Location = new System.Drawing.Point(681, 102);
            this.textBoxX7.Name = "textBoxX7";
            this.textBoxX7.Size = new System.Drawing.Size(107, 23);
            this.textBoxX7.TabIndex = 22;
            this.textBoxX7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // labelX9
            // 
            this.labelX9.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX9.Location = new System.Drawing.Point(681, 234);
            this.labelX9.Name = "labelX9";
            this.labelX9.Size = new System.Drawing.Size(80, 23);
            this.labelX9.TabIndex = 21;
            this.labelX9.Text = "二氧化碳";
            // 
            // labelX8
            // 
            this.labelX8.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX8.Location = new System.Drawing.Point(681, 154);
            this.labelX8.Name = "labelX8";
            this.labelX8.Size = new System.Drawing.Size(103, 23);
            this.labelX8.TabIndex = 20;
            this.labelX8.Text = "光合有效辐射";
            // 
            // labelX7
            // 
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX7.Location = new System.Drawing.Point(681, 73);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(80, 23);
            this.labelX7.TabIndex = 19;
            this.labelX7.Text = "总辐射";
            // 
            // textBoxX6
            // 
            // 
            // 
            // 
            this.textBoxX6.Border.Class = "TextBoxBorder";
            this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX6.Location = new System.Drawing.Point(568, 442);
            this.textBoxX6.Name = "textBoxX6";
            this.textBoxX6.Size = new System.Drawing.Size(107, 23);
            this.textBoxX6.TabIndex = 18;
            this.textBoxX6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxX5
            // 
            // 
            // 
            // 
            this.textBoxX5.Border.Class = "TextBoxBorder";
            this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX5.Location = new System.Drawing.Point(455, 442);
            this.textBoxX5.Name = "textBoxX5";
            this.textBoxX5.Size = new System.Drawing.Size(107, 23);
            this.textBoxX5.TabIndex = 17;
            this.textBoxX5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxX4
            // 
            // 
            // 
            // 
            this.textBoxX4.Border.Class = "TextBoxBorder";
            this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX4.Location = new System.Drawing.Point(342, 442);
            this.textBoxX4.Name = "textBoxX4";
            this.textBoxX4.Size = new System.Drawing.Size(107, 23);
            this.textBoxX4.TabIndex = 16;
            this.textBoxX4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxX3
            // 
            // 
            // 
            // 
            this.textBoxX3.Border.Class = "TextBoxBorder";
            this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX3.Location = new System.Drawing.Point(229, 442);
            this.textBoxX3.Name = "textBoxX3";
            this.textBoxX3.Size = new System.Drawing.Size(107, 23);
            this.textBoxX3.TabIndex = 15;
            this.textBoxX3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // labelX6
            // 
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX6.Location = new System.Drawing.Point(594, 413);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(80, 23);
            this.labelX6.TabIndex = 14;
            this.labelX6.Text = "空气湿度";
            // 
            // labelX5
            // 
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX5.Location = new System.Drawing.Point(461, 413);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(101, 23);
            this.labelX5.TabIndex = 13;
            this.labelX5.Text = "地温 -40厘米";
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX4.Location = new System.Drawing.Point(354, 413);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(107, 23);
            this.labelX4.TabIndex = 12;
            this.labelX4.Text = "地温 -20厘米";
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
            this.labelX3.Location = new System.Drawing.Point(253, 413);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(63, 23);
            this.labelX3.TabIndex = 11;
            this.labelX3.Text = "地表温度";
            // 
            // textBoxX2
            // 
            // 
            // 
            // 
            this.textBoxX2.Border.Class = "TextBoxBorder";
            this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX2.Location = new System.Drawing.Point(116, 442);
            this.textBoxX2.Name = "textBoxX2";
            this.textBoxX2.Size = new System.Drawing.Size(107, 23);
            this.textBoxX2.TabIndex = 9;
            this.textBoxX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // gaugeControl6
            // 
            this.gaugeControl6.BackColor = System.Drawing.Color.Transparent;
            gradientFillColor29.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor29.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl6.Frame.BackColor = gradientFillColor29;
            gradientFillColor30.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor30.BorderWidth = 1;
            gradientFillColor30.Color1 = System.Drawing.Color.White;
            gradientFillColor30.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl6.Frame.FrameColor = gradientFillColor30;
            gaugeText29.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText29.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText29.Location")));
            gaugeText29.Name = "Text1";
            gaugeText29.Text = "%";
            gaugeText30.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText30.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText30.Location")));
            gaugeText30.Name = "Text2";
            gaugeText30.Text = "%";
            this.gaugeControl6.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText29,
            gaugeText30});
            gaugeLinearScale29.Labels.FormatString = "0°";
            gaugeLinearScale29.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale29.Location")));
            gaugeLinearScale29.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale29.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale29.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale29.MaxPin.Name = "MaxPin";
            gaugeLinearScale29.MaxPin.Visible = false;
            gaugeLinearScale29.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale29.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale29.MinPin.Name = "MinPin";
            gaugeLinearScale29.MinPin.Visible = false;
            gaugeLinearScale29.Name = "Scale1";
            gaugeLinearScale29.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer29.BulbOffset = 0.026F;
            gaugePointer29.BulbSize = 0.132F;
            gaugePointer29.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer29.CapFillColor.BorderWidth = 1;
            gaugePointer29.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer29.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer29.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer29.FillColor.BorderWidth = 1;
            gaugePointer29.FillColor.Color1 = System.Drawing.Color.Lime;
            gaugePointer29.Name = "Pointer1";
            gaugePointer29.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer29.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer29.Tooltip = "";
            gaugePointer29.Value = 0D;
            gaugePointer29.Width = 0.1F;
            gaugeLinearScale29.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer29});
            gaugeSection29.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection29.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection29.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection29.Name = "Section1";
            gaugeLinearScale29.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection29});
            gaugeLinearScale29.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale29.Width = 0.1F;
            gaugeLinearScale30.Labels.FormatString = "0°";
            gaugeLinearScale30.Labels.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale30.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale30.Location")));
            gaugeLinearScale30.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale30.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale30.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale30.MaxPin.Name = "MaxPin";
            gaugeLinearScale30.MaxPin.Visible = false;
            gaugeLinearScale30.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale30.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale30.MinPin.Name = "MinPin";
            gaugeLinearScale30.MinPin.Visible = false;
            gaugeLinearScale30.Name = "Scale2";
            gaugeLinearScale30.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer30.BulbOffset = 0.026F;
            gaugePointer30.BulbSize = 0.132F;
            gaugePointer30.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer30.CapFillColor.BorderWidth = 1;
            gaugePointer30.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer30.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer30.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer30.FillColor.BorderWidth = 1;
            gaugePointer30.FillColor.Color1 = System.Drawing.Color.Lime;
            gaugePointer30.Name = "Pointer1";
            gaugePointer30.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer30.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer30.Tooltip = "";
            gaugePointer30.Value = 0D;
            gaugePointer30.Width = 0.1F;
            gaugeLinearScale30.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer30});
            gaugeSection30.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection30.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection30.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection30.Name = "Section1";
            gaugeLinearScale30.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection30});
            gaugeLinearScale30.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale30.Width = 0.1F;
            this.gaugeControl6.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
            gaugeLinearScale29,
            gaugeLinearScale30});
            this.gaugeControl6.Location = new System.Drawing.Point(554, 51);
            this.gaugeControl6.Name = "gaugeControl6";
            this.gaugeControl6.Size = new System.Drawing.Size(107, 385);
            this.gaugeControl6.TabIndex = 7;
            this.gaugeControl6.Tag = "";
            this.gaugeControl6.Text = "gaugeControl6";
            // 
            // gaugeControl5
            // 
            this.gaugeControl5.BackColor = System.Drawing.Color.Transparent;
            gradientFillColor31.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor31.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl5.Frame.BackColor = gradientFillColor31;
            gradientFillColor32.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor32.BorderWidth = 1;
            gradientFillColor32.Color1 = System.Drawing.Color.White;
            gradientFillColor32.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl5.Frame.FrameColor = gradientFillColor32;
            gaugeText31.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText31.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText31.Location")));
            gaugeText31.Name = "Text1";
            gaugeText31.Text = "C°";
            gaugeText32.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText32.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText32.Location")));
            gaugeText32.Name = "Text2";
            gaugeText32.Text = "C°";
            this.gaugeControl5.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText31,
            gaugeText32});
            gaugeLinearScale31.Labels.FormatString = "0°";
            gaugeLinearScale31.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale31.Location")));
            gaugeLinearScale31.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale31.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale31.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale31.MaxPin.Name = "MaxPin";
            gaugeLinearScale31.MaxPin.Visible = false;
            gaugeLinearScale31.MaxValue = 50D;
            gaugeLinearScale31.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale31.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale31.MinPin.Name = "MinPin";
            gaugeLinearScale31.MinPin.Visible = false;
            gaugeLinearScale31.MinValue = -30D;
            gaugeLinearScale31.Name = "Scale1";
            gaugeLinearScale31.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer31.BulbOffset = 0.026F;
            gaugePointer31.BulbSize = 0.132F;
            gaugePointer31.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer31.CapFillColor.BorderWidth = 1;
            gaugePointer31.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer31.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer31.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer31.FillColor.BorderWidth = 1;
            gaugePointer31.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer31.Name = "Pointer1";
            gaugePointer31.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer31.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer31.Tooltip = "";
            gaugePointer31.Value = 0D;
            gaugePointer31.Width = 0.1F;
            gaugeLinearScale31.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer31});
            gaugeSection31.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection31.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection31.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection31.Name = "Section1";
            gaugeLinearScale31.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection31});
            gaugeLinearScale31.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale31.Width = 0.1F;
            gaugeLinearScale32.Labels.FormatString = "0°";
            gaugeLinearScale32.Labels.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale32.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale32.Location")));
            gaugeLinearScale32.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale32.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale32.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale32.MaxPin.Name = "MaxPin";
            gaugeLinearScale32.MaxPin.Visible = false;
            gaugeLinearScale32.MaxValue = 50D;
            gaugeLinearScale32.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale32.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale32.MinPin.Name = "MinPin";
            gaugeLinearScale32.MinPin.Visible = false;
            gaugeLinearScale32.MinValue = -30D;
            gaugeLinearScale32.Name = "Scale2";
            gaugeLinearScale32.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer32.BulbOffset = 0.026F;
            gaugePointer32.BulbSize = 0.132F;
            gaugePointer32.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer32.CapFillColor.BorderWidth = 1;
            gaugePointer32.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer32.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer32.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer32.FillColor.BorderWidth = 1;
            gaugePointer32.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer32.Name = "Pointer1";
            gaugePointer32.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer32.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer32.Tooltip = "";
            gaugePointer32.Value = 0D;
            gaugePointer32.Width = 0.1F;
            gaugeLinearScale32.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer32});
            gaugeSection32.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection32.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection32.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection32.Name = "Section1";
            gaugeLinearScale32.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection32});
            gaugeLinearScale32.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale32.Width = 0.1F;
            this.gaugeControl5.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
            gaugeLinearScale31,
            gaugeLinearScale32});
            this.gaugeControl5.Location = new System.Drawing.Point(455, 51);
            this.gaugeControl5.Name = "gaugeControl5";
            this.gaugeControl5.Size = new System.Drawing.Size(107, 385);
            this.gaugeControl5.TabIndex = 6;
            this.gaugeControl5.Tag = "";
            this.gaugeControl5.Text = "gaugeControl5";
            // 
            // gaugeControl4
            // 
            this.gaugeControl4.BackColor = System.Drawing.Color.Transparent;
            gradientFillColor33.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor33.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl4.Frame.BackColor = gradientFillColor33;
            gradientFillColor34.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor34.BorderWidth = 1;
            gradientFillColor34.Color1 = System.Drawing.Color.White;
            gradientFillColor34.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl4.Frame.FrameColor = gradientFillColor34;
            gaugeText33.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText33.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText33.Location")));
            gaugeText33.Name = "Text1";
            gaugeText33.Text = "C°";
            gaugeText34.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText34.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText34.Location")));
            gaugeText34.Name = "Text2";
            gaugeText34.Text = "C°";
            this.gaugeControl4.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText33,
            gaugeText34});
            gaugeLinearScale33.Labels.FormatString = "0°";
            gaugeLinearScale33.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale33.Location")));
            gaugeLinearScale33.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale33.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale33.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale33.MaxPin.Name = "MaxPin";
            gaugeLinearScale33.MaxPin.Visible = false;
            gaugeLinearScale33.MaxValue = 50D;
            gaugeLinearScale33.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale33.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale33.MinPin.Name = "MinPin";
            gaugeLinearScale33.MinPin.Visible = false;
            gaugeLinearScale33.MinValue = -30D;
            gaugeLinearScale33.Name = "Scale1";
            gaugeLinearScale33.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer33.BulbOffset = 0.026F;
            gaugePointer33.BulbSize = 0.132F;
            gaugePointer33.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer33.CapFillColor.BorderWidth = 1;
            gaugePointer33.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer33.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer33.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer33.FillColor.BorderWidth = 1;
            gaugePointer33.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer33.Name = "Pointer1";
            gaugePointer33.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer33.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer33.Tooltip = "";
            gaugePointer33.Value = 0D;
            gaugePointer33.Width = 0.1F;
            gaugeLinearScale33.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer33});
            gaugeSection33.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection33.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection33.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection33.Name = "Section1";
            gaugeLinearScale33.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection33});
            gaugeLinearScale33.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale33.Width = 0.1F;
            gaugeLinearScale34.Labels.FormatString = "0°";
            gaugeLinearScale34.Labels.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale34.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale34.Location")));
            gaugeLinearScale34.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale34.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale34.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale34.MaxPin.Name = "MaxPin";
            gaugeLinearScale34.MaxPin.Visible = false;
            gaugeLinearScale34.MaxValue = 50D;
            gaugeLinearScale34.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale34.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale34.MinPin.Name = "MinPin";
            gaugeLinearScale34.MinPin.Visible = false;
            gaugeLinearScale34.MinValue = -30D;
            gaugeLinearScale34.Name = "Scale2";
            gaugeLinearScale34.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer34.BulbOffset = 0.026F;
            gaugePointer34.BulbSize = 0.132F;
            gaugePointer34.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer34.CapFillColor.BorderWidth = 1;
            gaugePointer34.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer34.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer34.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer34.FillColor.BorderWidth = 1;
            gaugePointer34.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer34.Name = "Pointer1";
            gaugePointer34.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer34.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer34.Tooltip = "";
            gaugePointer34.Value = 0D;
            gaugePointer34.Width = 0.1F;
            gaugeLinearScale34.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer34});
            gaugeSection34.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection34.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection34.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection34.Name = "Section1";
            gaugeLinearScale34.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection34});
            gaugeLinearScale34.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale34.Width = 0.1F;
            this.gaugeControl4.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
            gaugeLinearScale33,
            gaugeLinearScale34});
            this.gaugeControl4.Location = new System.Drawing.Point(342, 51);
            this.gaugeControl4.Name = "gaugeControl4";
            this.gaugeControl4.Size = new System.Drawing.Size(107, 385);
            this.gaugeControl4.TabIndex = 5;
            this.gaugeControl4.Tag = "";
            this.gaugeControl4.Text = "gaugeControl4";
            // 
            // gaugeControl3
            // 
            this.gaugeControl3.BackColor = System.Drawing.Color.Transparent;
            gradientFillColor35.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor35.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl3.Frame.BackColor = gradientFillColor35;
            gradientFillColor36.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor36.BorderWidth = 1;
            gradientFillColor36.Color1 = System.Drawing.Color.White;
            gradientFillColor36.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl3.Frame.FrameColor = gradientFillColor36;
            gaugeText35.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText35.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText35.Location")));
            gaugeText35.Name = "Text1";
            gaugeText35.Text = "C°";
            gaugeText36.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText36.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText36.Location")));
            gaugeText36.Name = "Text2";
            gaugeText36.Text = "C°";
            this.gaugeControl3.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText35,
            gaugeText36});
            gaugeLinearScale35.Labels.FormatString = "0°";
            gaugeLinearScale35.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale35.Location")));
            gaugeLinearScale35.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale35.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale35.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale35.MaxPin.Name = "MaxPin";
            gaugeLinearScale35.MaxPin.Visible = false;
            gaugeLinearScale35.MaxValue = 50D;
            gaugeLinearScale35.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Near;
            gaugeLinearScale35.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale35.MinPin.Name = "MinPin";
            gaugeLinearScale35.MinPin.Visible = false;
            gaugeLinearScale35.MinValue = -30D;
            gaugeLinearScale35.Name = "Scale1";
            gaugeLinearScale35.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer35.BulbOffset = 0.026F;
            gaugePointer35.BulbSize = 0.132F;
            gaugePointer35.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer35.CapFillColor.BorderWidth = 1;
            gaugePointer35.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer35.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer35.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer35.FillColor.BorderWidth = 1;
            gaugePointer35.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer35.Name = "Pointer1";
            gaugePointer35.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer35.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer35.Tooltip = "";
            gaugePointer35.Value = 0D;
            gaugePointer35.Width = 0.1F;
            gaugeLinearScale35.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer35});
            gaugeSection35.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection35.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection35.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection35.Name = "Section1";
            gaugeLinearScale35.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection35});
            gaugeLinearScale35.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale35.Width = 0.1F;
            gaugeLinearScale36.Labels.FormatString = "0°";
            gaugeLinearScale36.Labels.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale36.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale36.Location")));
            gaugeLinearScale36.MajorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale36.MajorTickMarks.Layout.Style = DevComponents.Instrumentation.GaugeMarkerStyle.Rectangle;
            gaugeLinearScale36.MajorTickMarks.Layout.Width = 0.008F;
            gaugeLinearScale36.MaxPin.Name = "MaxPin";
            gaugeLinearScale36.MaxPin.Visible = false;
            gaugeLinearScale36.MaxValue = 50D;
            gaugeLinearScale36.MinorTickMarks.Layout.Placement = DevComponents.Instrumentation.DisplayPlacement.Far;
            gaugeLinearScale36.MinorTickMarks.Layout.Width = 0.016F;
            gaugeLinearScale36.MinPin.Name = "MinPin";
            gaugeLinearScale36.MinPin.Visible = false;
            gaugeLinearScale36.MinValue = -30D;
            gaugeLinearScale36.Name = "Scale2";
            gaugeLinearScale36.Orientation = System.Windows.Forms.Orientation.Vertical;
            gaugePointer36.BulbOffset = 0.026F;
            gaugePointer36.BulbSize = 0.132F;
            gaugePointer36.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer36.CapFillColor.BorderWidth = 1;
            gaugePointer36.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer36.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer36.FillColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer36.FillColor.BorderWidth = 1;
            gaugePointer36.FillColor.Color1 = System.Drawing.Color.Red;
            gaugePointer36.Name = "Pointer1";
            gaugePointer36.Style = DevComponents.Instrumentation.PointerStyle.Thermometer;
            gaugePointer36.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugePointer36.Tooltip = "";
            gaugePointer36.Value = 0D;
            gaugePointer36.Width = 0.1F;
            gaugeLinearScale36.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer36});
            gaugeSection36.FillColor.Color1 = System.Drawing.Color.SteelBlue;
            gaugeSection36.FillColor.Color2 = System.Drawing.Color.LightCyan;
            gaugeSection36.FillColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.VerticalCenter;
            gaugeSection36.Name = "Section1";
            gaugeLinearScale36.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection36});
            gaugeLinearScale36.Size = new System.Drawing.SizeF(0.75F, 0.75F);
            gaugeLinearScale36.Width = 0.1F;
            this.gaugeControl3.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
            gaugeLinearScale35,
            gaugeLinearScale36});
            this.gaugeControl3.Location = new System.Drawing.Point(229, 51);
            this.gaugeControl3.Name = "gaugeControl3";
            this.gaugeControl3.Size = new System.Drawing.Size(107, 385);
            this.gaugeControl3.TabIndex = 4;
            this.gaugeControl3.Tag = "";
            this.gaugeControl3.Text = "gaugeControl3";
            // 
            // textBoxX1
            // 
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX1.Location = new System.Drawing.Point(3, 442);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.Size = new System.Drawing.Size(107, 23);
            this.textBoxX1.TabIndex = 1;
            this.textBoxX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1084, 662);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "潍坊农业气象服务系统";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.expandablePanel4.ResumeLayout(false);
            this.expandablePanel3.ResumeLayout(false);
            this.expandablePanel2.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupPanel11.ResumeLayout(false);
            this.groupPanel5.ResumeLayout(false);
            this.groupPanel2.ResumeLayout(false);
            this.panelEx2.ResumeLayout(false);
            this.panelEx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
            this.groupPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl3)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale1 = new DevComponents.Instrumentation.GaugeCircularScale();
     DevComponents.Instrumentation.GaugePointer       gaugePointer1       = new DevComponents.Instrumentation.GaugePointer();
     DevComponents.Instrumentation.GaugeRange         gaugeRange1         = new DevComponents.Instrumentation.GaugeRange();
     DevComponents.Instrumentation.GaugeSection       gaugeSection1       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor1  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor2  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GaugeText          gaugeText1          = new DevComponents.Instrumentation.GaugeText();
     DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale2 = new DevComponents.Instrumentation.GaugeCircularScale();
     DevComponents.Instrumentation.GaugePointer       gaugePointer2       = new DevComponents.Instrumentation.GaugePointer();
     DevComponents.Instrumentation.GaugeSection       gaugeSection2       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor3  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor4  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GaugeText          gaugeText2          = new DevComponents.Instrumentation.GaugeText();
     System.ComponentModel.ComponentResourceManager   resources           = new System.ComponentModel.ComponentResourceManager(typeof(StatusForm));
     this.gcCPU   = new DevComponents.Instrumentation.GaugeControl();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.gcRAM   = new DevComponents.Instrumentation.GaugeControl();
     ((System.ComponentModel.ISupportInitialize)(this.gcCPU)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcRAM)).BeginInit();
     this.SuspendLayout();
     //
     // gcCPU
     //
     gaugeCircularScale1.MaxPin.Name        = "MaxPin";
     gaugeCircularScale1.MinPin.Name        = "MinPin";
     gaugeCircularScale1.Name               = "Scale1";
     gaugePointer1.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
     gaugePointer1.CapFillColor.BorderWidth = 1;
     gaugePointer1.CapFillColor.Color1      = System.Drawing.Color.WhiteSmoke;
     gaugePointer1.CapFillColor.Color2      = System.Drawing.Color.DimGray;
     gaugePointer1.FillColor.BorderColor    = System.Drawing.Color.DimGray;
     gaugePointer1.FillColor.BorderWidth    = 1;
     gaugePointer1.FillColor.Color1         = System.Drawing.Color.WhiteSmoke;
     gaugePointer1.FillColor.Color2         = System.Drawing.Color.Red;
     gaugePointer1.Length = 0.358F;
     gaugePointer1.Name   = "Pointer1";
     gaugePointer1.Style  = DevComponents.Instrumentation.PointerStyle.Needle;
     gaugeCircularScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
         gaugePointer1
     });
     gaugeRange1.FillColor.BorderColor = System.Drawing.Color.DimGray;
     gaugeRange1.FillColor.BorderWidth = 1;
     gaugeRange1.FillColor.Color1      = System.Drawing.Color.Lime;
     gaugeRange1.FillColor.Color2      = System.Drawing.Color.Red;
     gaugeRange1.Name        = "Range1";
     gaugeRange1.ScaleOffset = 0.28F;
     gaugeRange1.StartValue  = 70D;
     gaugeCircularScale1.Ranges.AddRange(new DevComponents.Instrumentation.GaugeRange[] {
         gaugeRange1
     });
     gaugeSection1.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
     gaugeSection1.FillColor.Color2 = System.Drawing.Color.Purple;
     gaugeSection1.Name             = "Section1";
     gaugeCircularScale1.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
         gaugeSection1
     });
     this.gcCPU.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
         gaugeCircularScale1
     });
     gradientFillColor1.Color1        = System.Drawing.Color.Gainsboro;
     gradientFillColor1.Color2        = System.Drawing.Color.DarkGray;
     this.gcCPU.Frame.BackColor       = gradientFillColor1;
     gradientFillColor2.BorderColor   = System.Drawing.Color.Gainsboro;
     gradientFillColor2.BorderWidth   = 1;
     gradientFillColor2.Color1        = System.Drawing.Color.White;
     gradientFillColor2.Color2        = System.Drawing.Color.DimGray;
     this.gcCPU.Frame.FrameColor      = gradientFillColor2;
     gaugeText1.BackColor.BorderColor = System.Drawing.Color.Black;
     gaugeText1.Font    = new System.Drawing.Font("浪漫雅圆", 15F, System.Drawing.FontStyle.Bold);
     gaugeText1.Name    = "Text1";
     gaugeText1.Text    = "CPU";
     gaugeText1.Tooltip = "CPU使用率";
     this.gcCPU.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         gaugeText1
     });
     this.gcCPU.Location = new System.Drawing.Point(12, 12);
     this.gcCPU.Name     = "gcCPU";
     this.gcCPU.Size     = new System.Drawing.Size(250, 250);
     this.gcCPU.TabIndex = 0;
     this.gcCPU.Text     = "gaugeControl1";
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location      = new System.Drawing.Point(12, 281);
     this.labelX1.Name          = "labelX1";
     this.labelX1.Size          = new System.Drawing.Size(250, 23);
     this.labelX1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelX1.TabIndex      = 1;
     this.labelX1.Text          = "CPU使用率";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location      = new System.Drawing.Point(327, 281);
     this.labelX2.Name          = "labelX2";
     this.labelX2.Size          = new System.Drawing.Size(250, 23);
     this.labelX2.TabIndex      = 3;
     this.labelX2.Text          = "内存占用率";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // gcRAM
     //
     gaugeCircularScale2.MaxPin.Name        = "MaxPin";
     gaugeCircularScale2.MinPin.Name        = "MinPin";
     gaugeCircularScale2.Name               = "Scale2";
     gaugePointer2.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
     gaugePointer2.CapFillColor.BorderWidth = 1;
     gaugePointer2.CapFillColor.Color1      = System.Drawing.Color.WhiteSmoke;
     gaugePointer2.CapFillColor.Color2      = System.Drawing.Color.DimGray;
     gaugePointer2.FillColor.BorderColor    = System.Drawing.Color.DimGray;
     gaugePointer2.FillColor.BorderWidth    = 1;
     gaugePointer2.FillColor.Color1         = System.Drawing.Color.WhiteSmoke;
     gaugePointer2.FillColor.Color2         = System.Drawing.Color.Red;
     gaugePointer2.Length = 0.358F;
     gaugePointer2.Name   = "Pointer1";
     gaugePointer2.Style  = DevComponents.Instrumentation.PointerStyle.Needle;
     gaugeCircularScale2.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
         gaugePointer2
     });
     gaugeSection2.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
     gaugeSection2.FillColor.Color2 = System.Drawing.Color.Purple;
     gaugeSection2.Name             = "Section1";
     gaugeCircularScale2.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
         gaugeSection2
     });
     this.gcRAM.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
         gaugeCircularScale2
     });
     this.gcRAM.Frame.AddGlassEffect  = true;
     gradientFillColor3.Color1        = System.Drawing.Color.Gainsboro;
     gradientFillColor3.Color2        = System.Drawing.Color.DarkGray;
     this.gcRAM.Frame.BackColor       = gradientFillColor3;
     gradientFillColor4.BorderColor   = System.Drawing.Color.Gainsboro;
     gradientFillColor4.BorderWidth   = 1;
     gradientFillColor4.Color1        = System.Drawing.Color.White;
     gradientFillColor4.Color2        = System.Drawing.Color.DimGray;
     this.gcRAM.Frame.FrameColor      = gradientFillColor4;
     gaugeText2.BackColor.BorderColor = System.Drawing.Color.Black;
     gaugeText2.Font    = new System.Drawing.Font("浪漫雅圆", 15F, System.Drawing.FontStyle.Bold);
     gaugeText2.Name    = "Text1";
     gaugeText2.Text    = "RAM";
     gaugeText2.Tooltip = "内存占用率";
     this.gcRAM.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         gaugeText2
     });
     this.gcRAM.Location = new System.Drawing.Point(327, 12);
     this.gcRAM.Name     = "gcRAM";
     this.gcRAM.Size     = new System.Drawing.Size(250, 250);
     this.gcRAM.TabIndex = 4;
     this.gcRAM.Text     = "gaugeControl2";
     //
     // StatusForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(597, 310);
     this.Controls.Add(this.gcRAM);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.gcCPU);
     this.DoubleBuffered = true;
     this.EnableGlass    = false;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox    = false;
     this.Name           = "StatusForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "运行状态";
     this.Load          += new System.EventHandler(this.StatusForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gcCPU)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcRAM)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale1 = new DevComponents.Instrumentation.GaugeCircularScale();
     DevComponents.Instrumentation.GaugePointer       gaugePointer1       = new DevComponents.Instrumentation.GaugePointer();
     DevComponents.Instrumentation.GaugeSection       gaugeSection1       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GaugeSection       gaugeSection2       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GaugeSection       gaugeSection3       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor1  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor2  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GaugeText          gaugeText1          = new DevComponents.Instrumentation.GaugeText();
     System.ComponentModel.ComponentResourceManager   resources           = new System.ComponentModel.ComponentResourceManager(typeof(ASMForm));
     DevComponents.Instrumentation.NumericIndicator   numericIndicator1   = new DevComponents.Instrumentation.NumericIndicator();
     DevComponents.Instrumentation.NumericRange       numericRange1       = new DevComponents.Instrumentation.NumericRange();
     DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale2 = new DevComponents.Instrumentation.GaugeCircularScale();
     DevComponents.Instrumentation.GaugePointer       gaugePointer2       = new DevComponents.Instrumentation.GaugePointer();
     DevComponents.Instrumentation.GaugeSection       gaugeSection4       = new DevComponents.Instrumentation.GaugeSection();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor3  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor  gradientFillColor4  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GaugeText          gaugeText2          = new DevComponents.Instrumentation.GaugeText();
     DevComponents.Instrumentation.NumericIndicator   numericIndicator2   = new DevComponents.Instrumentation.NumericIndicator();
     DevComponents.Instrumentation.NumericRange       numericRange2       = new DevComponents.Instrumentation.NumericRange();
     this.layoutMain          = new DevComponents.DotNetBar.Layout.LayoutControl();
     this.btnRestart          = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.lblAccTime          = new System.Windows.Forms.Label();
     this.lblWorkingTime      = new System.Windows.Forms.Label();
     this.lblTestTime         = new System.Windows.Forms.Label();
     this.lblMsg              = new System.Windows.Forms.Label();
     this.gaugeSpeed          = new DevComponents.Instrumentation.GaugeControl();
     this.gaugeRPM            = new DevComponents.Instrumentation.GaugeControl();
     this.lblStableTime       = new System.Windows.Forms.Label();
     this.btnStop             = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.layoutControlItem1  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem2  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem3  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem4  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem5  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem6  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem8  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem9  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem10 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem11 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem12 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem7  = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeSpeed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeRPM)).BeginInit();
     this.SuspendLayout();
     //
     // layoutMain
     //
     this.layoutMain.BackColor = System.Drawing.Color.Transparent;
     this.layoutMain.Controls.Add(this.btnRestart);
     this.layoutMain.Controls.Add(this.label1);
     this.layoutMain.Controls.Add(this.lblAccTime);
     this.layoutMain.Controls.Add(this.lblWorkingTime);
     this.layoutMain.Controls.Add(this.lblTestTime);
     this.layoutMain.Controls.Add(this.lblMsg);
     this.layoutMain.Controls.Add(this.gaugeSpeed);
     this.layoutMain.Controls.Add(this.gaugeRPM);
     this.layoutMain.Controls.Add(this.lblStableTime);
     this.layoutMain.Controls.Add(this.btnStop);
     this.layoutMain.Controls.Add(this.btnCancel);
     this.layoutMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutMain.Font     = new System.Drawing.Font("宋体", 16F);
     this.layoutMain.Location = new System.Drawing.Point(0, 0);
     this.layoutMain.Name     = "layoutMain";
     //
     //
     //
     this.layoutMain.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem8,
         this.layoutControlItem9,
         this.layoutControlItem10,
         this.layoutControlItem11,
         this.layoutControlItem12
     });
     this.layoutMain.Size     = new System.Drawing.Size(1008, 729);
     this.layoutMain.TabIndex = 0;
     //
     // btnRestart
     //
     this.btnRestart.Location = new System.Drawing.Point(256, 680);
     this.btnRestart.Margin   = new System.Windows.Forms.Padding(0);
     this.btnRestart.Name     = "btnRestart";
     this.btnRestart.Size     = new System.Drawing.Size(244, 43);
     this.btnRestart.TabIndex = 8;
     this.btnRestart.Text     = "重新测试";
     this.btnRestart.UseVisualStyleBackColor = true;
     this.btnRestart.Click += new System.EventHandler(this.BtnRestart_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Black;
     this.label1.ForeColor = System.Drawing.Color.Gold;
     this.label1.Location  = new System.Drawing.Point(4, 680);
     this.label1.Margin    = new System.Windows.Forms.Padding(0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(244, 43);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "稳态工况法";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAccTime
     //
     this.lblAccTime.AutoSize  = true;
     this.lblAccTime.BackColor = System.Drawing.Color.Black;
     this.lblAccTime.ForeColor = System.Drawing.Color.Gold;
     this.lblAccTime.Location  = new System.Drawing.Point(650, 637);
     this.lblAccTime.Margin    = new System.Windows.Forms.Padding(0);
     this.lblAccTime.Name      = "lblAccTime";
     this.lblAccTime.Size      = new System.Drawing.Size(102, 35);
     this.lblAccTime.TabIndex  = 5;
     this.lblAccTime.Text      = "--";
     this.lblAccTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblWorkingTime
     //
     this.lblWorkingTime.AutoSize  = true;
     this.lblWorkingTime.BackColor = System.Drawing.Color.Black;
     this.lblWorkingTime.ForeColor = System.Drawing.Color.Gold;
     this.lblWorkingTime.Location  = new System.Drawing.Point(398, 637);
     this.lblWorkingTime.Margin    = new System.Windows.Forms.Padding(0);
     this.lblWorkingTime.Name      = "lblWorkingTime";
     this.lblWorkingTime.Size      = new System.Drawing.Size(102, 35);
     this.lblWorkingTime.TabIndex  = 4;
     this.lblWorkingTime.Text      = "--";
     this.lblWorkingTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblTestTime
     //
     this.lblTestTime.AutoSize  = true;
     this.lblTestTime.BackColor = System.Drawing.Color.Black;
     this.lblTestTime.ForeColor = System.Drawing.Color.Gold;
     this.lblTestTime.Location  = new System.Drawing.Point(146, 637);
     this.lblTestTime.Margin    = new System.Windows.Forms.Padding(0);
     this.lblTestTime.Name      = "lblTestTime";
     this.lblTestTime.Size      = new System.Drawing.Size(102, 35);
     this.lblTestTime.TabIndex  = 3;
     this.lblTestTime.Text      = "--";
     this.lblTestTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblMsg
     //
     this.lblMsg.AutoSize  = true;
     this.lblMsg.Font      = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Bold);
     this.lblMsg.ForeColor = System.Drawing.Color.Red;
     this.lblMsg.Location  = new System.Drawing.Point(4, 4);
     this.lblMsg.Margin    = new System.Windows.Forms.Padding(0);
     this.lblMsg.Name      = "lblMsg";
     this.lblMsg.Size      = new System.Drawing.Size(1000, 115);
     this.lblMsg.TabIndex  = 0;
     this.lblMsg.Text      = "Msg";
     this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gaugeSpeed
     //
     gaugeCircularScale1.Labels.Layout.RotateLabel = false;
     gaugeCircularScale1.MaxPin.Name        = "MaxPin";
     gaugeCircularScale1.MaxValue           = 50D;
     gaugeCircularScale1.MinPin.Name        = "MinPin";
     gaugeCircularScale1.Name               = "Scale1";
     gaugePointer1.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
     gaugePointer1.CapFillColor.BorderWidth = 1;
     gaugePointer1.CapFillColor.Color1      = System.Drawing.Color.WhiteSmoke;
     gaugePointer1.CapFillColor.Color2      = System.Drawing.Color.DimGray;
     gaugePointer1.FillColor.BorderColor    = System.Drawing.Color.DimGray;
     gaugePointer1.FillColor.BorderWidth    = 1;
     gaugePointer1.FillColor.Color1         = System.Drawing.Color.WhiteSmoke;
     gaugePointer1.FillColor.Color2         = System.Drawing.Color.Red;
     gaugePointer1.Length = 0.358F;
     gaugePointer1.Name   = "Pointer1";
     gaugePointer1.Style  = DevComponents.Instrumentation.PointerStyle.Needle;
     gaugeCircularScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
         gaugePointer1
     });
     gaugeSection1.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
     gaugeSection1.FillColor.Color2 = System.Drawing.Color.Purple;
     gaugeSection1.Name             = "Section1";
     gaugeSection2.EndValue         = 29D;
     gaugeSection2.FillColor.Color1 = System.Drawing.Color.OrangeRed;
     gaugeSection2.Name             = "Section2";
     gaugeSection2.StartValue       = 21D;
     gaugeSection3.EndValue         = 27D;
     gaugeSection3.FillColor.Color1 = System.Drawing.Color.Lime;
     gaugeSection3.Name             = "Section3";
     gaugeSection3.StartValue       = 23D;
     gaugeCircularScale1.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
         gaugeSection1,
         gaugeSection2,
         gaugeSection3
     });
     gaugeCircularScale1.StartAngle = 160F;
     gaugeCircularScale1.SweepAngle = 220F;
     this.gaugeSpeed.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
         gaugeCircularScale1
     });
     gradientFillColor1.Color1        = System.Drawing.Color.Gainsboro;
     gradientFillColor1.Color2        = System.Drawing.Color.DarkGray;
     this.gaugeSpeed.Frame.BackColor  = gradientFillColor1;
     gradientFillColor2.BorderColor   = System.Drawing.Color.Gainsboro;
     gradientFillColor2.BorderWidth   = 1;
     gradientFillColor2.Color1        = System.Drawing.Color.White;
     gradientFillColor2.Color2        = System.Drawing.Color.DimGray;
     this.gaugeSpeed.Frame.FrameColor = gradientFillColor2;
     this.gaugeSpeed.Frame.Style      = DevComponents.Instrumentation.GaugeFrameStyle.Circular;
     gaugeText1.BackColor.BorderColor = System.Drawing.Color.Black;
     gaugeText1.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText1.Location")));
     gaugeText1.Name     = "Text1";
     gaugeText1.Text     = "车速(km/h)";
     numericIndicator1.BackColor.BorderColor = System.Drawing.Color.Gray;
     numericIndicator1.BackColor.BorderWidth = 3;
     numericIndicator1.BackColor.Color1      = System.Drawing.Color.Black;
     numericIndicator1.DecimalColor          = System.Drawing.Color.Lime;
     numericIndicator1.DecimalDimColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(50)))), ((int)(((byte)(0)))));
     numericIndicator1.DigitColor            = System.Drawing.Color.Red;
     numericIndicator1.DigitDimColor         = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericIndicator1.Name           = "Indicator1";
     numericIndicator1.NumberOfDigits = 5;
     numericRange1.DecimalColor       = System.Drawing.Color.Red;
     numericRange1.DecimalDimColor    = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericRange1.DigitColor         = System.Drawing.Color.Red;
     numericRange1.DigitDimColor      = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericRange1.EndValue           = 1000D;
     numericRange1.Name       = "Range1";
     numericRange1.StartValue = 500D;
     numericIndicator1.Ranges.AddRange(new DevComponents.Instrumentation.NumericRange[] {
         numericRange1
     });
     numericIndicator1.ShowDecimalPoint   = true;
     numericIndicator1.ShowDimColonPoints = false;
     numericIndicator1.Size  = new System.Drawing.SizeF(0.35F, 0.12F);
     numericIndicator1.Style = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     this.gaugeSpeed.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         gaugeText1,
         numericIndicator1
     });
     this.gaugeSpeed.Location = new System.Drawing.Point(4, 127);
     this.gaugeSpeed.Margin   = new System.Windows.Forms.Padding(0);
     this.gaugeSpeed.Name     = "gaugeSpeed";
     this.gaugeSpeed.Size     = new System.Drawing.Size(496, 502);
     this.gaugeSpeed.TabIndex = 1;
     this.gaugeSpeed.Text     = "gaugeSpeed";
     //
     // gaugeRPM
     //
     gaugeCircularScale2.Labels.Layout.RotateLabel = false;
     gaugeCircularScale2.MajorTickMarks.Interval   = 1D;
     gaugeCircularScale2.MaxPin.Name             = "MaxPin";
     gaugeCircularScale2.MaxValue                = 6D;
     gaugeCircularScale2.MinorTickMarks.Interval = 0.2D;
     gaugeCircularScale2.MinPin.Name             = "MinPin";
     gaugeCircularScale2.Name = "Scale1";
     gaugePointer2.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
     gaugePointer2.CapFillColor.BorderWidth = 1;
     gaugePointer2.CapFillColor.Color1      = System.Drawing.Color.WhiteSmoke;
     gaugePointer2.CapFillColor.Color2      = System.Drawing.Color.DimGray;
     gaugePointer2.FillColor.BorderColor    = System.Drawing.Color.DimGray;
     gaugePointer2.FillColor.BorderWidth    = 1;
     gaugePointer2.FillColor.Color1         = System.Drawing.Color.WhiteSmoke;
     gaugePointer2.FillColor.Color2         = System.Drawing.Color.Red;
     gaugePointer2.Length = 0.358F;
     gaugePointer2.Name   = "Pointer1";
     gaugePointer2.Style  = DevComponents.Instrumentation.PointerStyle.Needle;
     gaugeCircularScale2.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
         gaugePointer2
     });
     gaugeSection4.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
     gaugeSection4.FillColor.Color2 = System.Drawing.Color.Purple;
     gaugeSection4.Name             = "Section1";
     gaugeCircularScale2.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
         gaugeSection4
     });
     gaugeCircularScale2.StartAngle = 160F;
     gaugeCircularScale2.SweepAngle = 220F;
     this.gaugeRPM.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
         gaugeCircularScale2
     });
     gradientFillColor3.Color1        = System.Drawing.Color.Gainsboro;
     gradientFillColor3.Color2        = System.Drawing.Color.DarkGray;
     this.gaugeRPM.Frame.BackColor    = gradientFillColor3;
     gradientFillColor4.BorderColor   = System.Drawing.Color.Gainsboro;
     gradientFillColor4.BorderWidth   = 1;
     gradientFillColor4.Color1        = System.Drawing.Color.White;
     gradientFillColor4.Color2        = System.Drawing.Color.DimGray;
     this.gaugeRPM.Frame.FrameColor   = gradientFillColor4;
     this.gaugeRPM.Frame.Style        = DevComponents.Instrumentation.GaugeFrameStyle.Circular;
     gaugeText2.BackColor.BorderColor = System.Drawing.Color.Black;
     gaugeText2.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText2.Location")));
     gaugeText2.Name     = "Text1";
     gaugeText2.Size     = new System.Drawing.SizeF(0.35F, 0.15F);
     gaugeText2.Text     = "转速x1000(r/min)";
     numericIndicator2.BackColor.BorderColor = System.Drawing.Color.Gray;
     numericIndicator2.BackColor.BorderWidth = 3;
     numericIndicator2.BackColor.Color1      = System.Drawing.Color.Black;
     numericIndicator2.DecimalColor          = System.Drawing.Color.Lime;
     numericIndicator2.DecimalDimColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(50)))), ((int)(((byte)(0)))));
     numericIndicator2.DigitColor            = System.Drawing.Color.Red;
     numericIndicator2.DigitDimColor         = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericIndicator2.MaxValue         = 6D;
     numericIndicator2.Name             = "Indicator1";
     numericIndicator2.NumberOfDecimals = 3;
     numericIndicator2.NumberOfDigits   = 4;
     numericIndicator2.OverRangeString  = "Err";
     numericRange2.DecimalColor         = System.Drawing.Color.Red;
     numericRange2.DecimalDimColor      = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericRange2.DigitColor           = System.Drawing.Color.Red;
     numericRange2.DigitDimColor        = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     numericRange2.EndValue             = 1000D;
     numericRange2.Name       = "Range1";
     numericRange2.StartValue = 500D;
     numericIndicator2.Ranges.AddRange(new DevComponents.Instrumentation.NumericRange[] {
         numericRange2
     });
     numericIndicator2.ShowDecimalPoint   = true;
     numericIndicator2.ShowDimColonPoints = false;
     numericIndicator2.Size             = new System.Drawing.SizeF(0.28F, 0.12F);
     numericIndicator2.Style            = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     numericIndicator2.UnderRangeString = "Err";
     this.gaugeRPM.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         gaugeText2,
         numericIndicator2
     });
     this.gaugeRPM.Location = new System.Drawing.Point(508, 127);
     this.gaugeRPM.Margin   = new System.Windows.Forms.Padding(0);
     this.gaugeRPM.Name     = "gaugeRPM";
     this.gaugeRPM.Size     = new System.Drawing.Size(496, 502);
     this.gaugeRPM.TabIndex = 2;
     this.gaugeRPM.Text     = "gaugeRPM";
     //
     // lblStableTime
     //
     this.lblStableTime.AutoSize  = true;
     this.lblStableTime.BackColor = System.Drawing.Color.Black;
     this.lblStableTime.ForeColor = System.Drawing.Color.Gold;
     this.lblStableTime.Location  = new System.Drawing.Point(902, 637);
     this.lblStableTime.Margin    = new System.Windows.Forms.Padding(0);
     this.lblStableTime.Name      = "lblStableTime";
     this.lblStableTime.Size      = new System.Drawing.Size(102, 35);
     this.lblStableTime.TabIndex  = 6;
     this.lblStableTime.Text      = "--";
     this.lblStableTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnStop
     //
     this.btnStop.Location = new System.Drawing.Point(508, 680);
     this.btnStop.Margin   = new System.Windows.Forms.Padding(0);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new System.Drawing.Size(244, 43);
     this.btnStop.TabIndex = 9;
     this.btnStop.Text     = "手动停止";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new System.EventHandler(this.BtnStop_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(760, 680);
     this.btnCancel.Margin   = new System.Windows.Forms.Padding(0);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(244, 43);
     this.btnCancel.TabIndex = 10;
     this.btnCancel.Text     = "取消测试";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.lblMsg;
     this.layoutControlItem1.Height      = 17;
     this.layoutControlItem1.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem1.MinSize     = new System.Drawing.Size(64, 18);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Text        = "Label:";
     this.layoutControlItem1.TextVisible = false;
     this.layoutControlItem1.Width       = 100;
     this.layoutControlItem1.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.gaugeSpeed;
     this.layoutControlItem2.Height      = 70;
     this.layoutControlItem2.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Text        = "Label:";
     this.layoutControlItem2.TextVisible = false;
     this.layoutControlItem2.Width       = 50;
     this.layoutControlItem2.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.gaugeRPM;
     this.layoutControlItem3.Height      = 70;
     this.layoutControlItem3.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Text        = "Label:";
     this.layoutControlItem3.TextVisible = false;
     this.layoutControlItem3.Width       = 50;
     this.layoutControlItem3.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control           = this.lblTestTime;
     this.layoutControlItem4.Height            = 6;
     this.layoutControlItem4.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem4.Name              = "layoutControlItem4";
     this.layoutControlItem4.Text              = "检测时间(s):";
     this.layoutControlItem4.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem4.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem4.Width             = 25;
     this.layoutControlItem4.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control           = this.lblWorkingTime;
     this.layoutControlItem5.Height            = 6;
     this.layoutControlItem5.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem5.Name              = "layoutControlItem5";
     this.layoutControlItem5.Text              = "工况时间(s):";
     this.layoutControlItem5.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem5.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem5.Width             = 25;
     this.layoutControlItem5.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control           = this.lblAccTime;
     this.layoutControlItem6.Height            = 6;
     this.layoutControlItem6.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem6.Name              = "layoutControlItem6";
     this.layoutControlItem6.Text              = "加速时间(s):";
     this.layoutControlItem6.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem6.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem6.Width             = 25;
     this.layoutControlItem6.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control           = this.lblStableTime;
     this.layoutControlItem8.Height            = 6;
     this.layoutControlItem8.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem8.Name              = "layoutControlItem8";
     this.layoutControlItem8.Text              = "稳定时间(s):";
     this.layoutControlItem8.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem8.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem8.Width             = 25;
     this.layoutControlItem8.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control     = this.label1;
     this.layoutControlItem9.Height      = 7;
     this.layoutControlItem9.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem9.Name        = "layoutControlItem9";
     this.layoutControlItem9.Text        = "Label:";
     this.layoutControlItem9.TextVisible = false;
     this.layoutControlItem9.Width       = 25;
     this.layoutControlItem9.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control    = this.btnRestart;
     this.layoutControlItem10.Height     = 7;
     this.layoutControlItem10.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem10.Name       = "layoutControlItem10";
     this.layoutControlItem10.Width      = 25;
     this.layoutControlItem10.WidthType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control    = this.btnStop;
     this.layoutControlItem11.Height     = 7;
     this.layoutControlItem11.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem11.Name       = "layoutControlItem11";
     this.layoutControlItem11.Width      = 25;
     this.layoutControlItem11.WidthType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control    = this.btnCancel;
     this.layoutControlItem12.Height     = 7;
     this.layoutControlItem12.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem12.Name       = "layoutControlItem12";
     this.layoutControlItem12.Width      = 25;
     this.layoutControlItem12.WidthType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control           = this.lblStableTime;
     this.layoutControlItem7.Height            = 6;
     this.layoutControlItem7.HeightType        = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem7.Name              = "layoutControlItem7";
     this.layoutControlItem7.Text              = "加速时间(s):";
     this.layoutControlItem7.TextAlignment     = DevComponents.DotNetBar.Layout.eTextAlignment.Center;
     this.layoutControlItem7.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Middle;
     this.layoutControlItem7.Width             = 25;
     this.layoutControlItem7.WidthType         = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // ASMForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 729);
     this.Controls.Add(this.layoutMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "ASMForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "稳态工况";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.ASMForm_FormClosing);
     this.Load         += new System.EventHandler(this.ASMForm_Load);
     this.Shown        += new System.EventHandler(this.ASMForm_Shown);
     this.Resize       += new System.EventHandler(this.ASMForm_Resize);
     this.layoutMain.ResumeLayout(false);
     this.layoutMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeSpeed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeRPM)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale1 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer1 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection1 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale2 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer2 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeRange gaugeRange1 = new DevComponents.Instrumentation.GaugeRange();
            DevComponents.Instrumentation.GaugeSection gaugeSection2 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor1 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor2 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText1 = new DevComponents.Instrumentation.GaugeText();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStaticStrengthTest));
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale3 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer3 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeSection gaugeSection3 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale4 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GaugePointer gaugePointer4 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeRange gaugeRange2 = new DevComponents.Instrumentation.GaugeRange();
            DevComponents.Instrumentation.GaugeSection gaugeSection4 = new DevComponents.Instrumentation.GaugeSection();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor3 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor4 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeText gaugeText2 = new DevComponents.Instrumentation.GaugeText();
            this.label31 = new System.Windows.Forms.Label();
            this.lblMaxTorqueConcLeft = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.lblMaxTorqueConcRight = new System.Windows.Forms.Label();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.label3 = new System.Windows.Forms.Label();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
            this.lblRightLegPreviousBest = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.gaugeLeft = new DevComponents.Instrumentation.GaugeControl();
            this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
            this.label2 = new System.Windows.Forms.Label();
            this.gaugeRight = new DevComponents.Instrumentation.GaugeControl();
            this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lblLeftLegPreviousBest = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.btnTestRight = new RetroButton.RetroButton();
            this.btnTestLeft = new RetroButton.RetroButton();
            this.btnInstructions = new RetroButton.RetroButton();
            this.btnPositionRightPedal = new RetroButton.RetroButton();
            this.btnPositionLeftPedal = new RetroButton.RetroButton();
            this.btnClose = new RetroButton.RetroButton();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.tableLayoutPanel2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.tableLayoutPanel10.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeLeft)).BeginInit();
            this.tableLayoutPanel8.SuspendLayout();
            this.tableLayoutPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeRight)).BeginInit();
            this.tableLayoutPanel9.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            this.SuspendLayout();
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(102)))), ((int)(((byte)(153)))));
            this.label31.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label31.ForeColor = System.Drawing.Color.White;
            this.label31.Location = new System.Drawing.Point(0, 0);
            this.label31.Margin = new System.Windows.Forms.Padding(0);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(334, 48);
            this.label31.TabIndex = 12;
            this.label31.Text = "Left Leg (Nm)";
            this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblMaxTorqueConcLeft
            // 
            this.lblMaxTorqueConcLeft.AutoSize = true;
            this.lblMaxTorqueConcLeft.BackColor = System.Drawing.Color.White;
            this.lblMaxTorqueConcLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaxTorqueConcLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMaxTorqueConcLeft.Location = new System.Drawing.Point(4, 52);
            this.lblMaxTorqueConcLeft.Margin = new System.Windows.Forms.Padding(4);
            this.lblMaxTorqueConcLeft.Name = "lblMaxTorqueConcLeft";
            this.lblMaxTorqueConcLeft.Size = new System.Drawing.Size(326, 40);
            this.lblMaxTorqueConcLeft.TabIndex = 16;
            this.lblMaxTorqueConcLeft.Text = "0";
            this.lblMaxTorqueConcLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(102)))), ((int)(((byte)(153)))));
            this.label32.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label32.ForeColor = System.Drawing.Color.White;
            this.label32.Location = new System.Drawing.Point(0, 0);
            this.label32.Margin = new System.Windows.Forms.Padding(0);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(334, 48);
            this.label32.TabIndex = 13;
            this.label32.Text = "Right Leg (Nm)";
            this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblMaxTorqueConcRight
            // 
            this.lblMaxTorqueConcRight.AutoSize = true;
            this.lblMaxTorqueConcRight.BackColor = System.Drawing.Color.White;
            this.lblMaxTorqueConcRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMaxTorqueConcRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMaxTorqueConcRight.Location = new System.Drawing.Point(4, 52);
            this.lblMaxTorqueConcRight.Margin = new System.Windows.Forms.Padding(4);
            this.lblMaxTorqueConcRight.Name = "lblMaxTorqueConcRight";
            this.lblMaxTorqueConcRight.Size = new System.Drawing.Size(326, 40);
            this.lblMaxTorqueConcRight.TabIndex = 18;
            this.lblMaxTorqueConcRight.Text = "0";
            this.lblMaxTorqueConcRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel7, 0, 2);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 3;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 253F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1366, 768);
            this.tableLayoutPanel2.TabIndex = 89;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(102)))), ((int)(((byte)(153)))));
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 1;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1366, 36);
            this.tableLayoutPanel3.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold);
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(1360, 36);
            this.label3.TabIndex = 0;
            this.label3.Text = "Static Strength Test - Maximum Torque";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.tableLayoutPanel4.ColumnCount = 4;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel10, 3, 1);
            this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel8, 0, 1);
            this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 2, 0);
            this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel9, 2, 1);
            this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel1, 1, 1);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 39);
            this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 2;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 102F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1360, 476);
            this.tableLayoutPanel4.TabIndex = 4;
            // 
            // tableLayoutPanel10
            // 
            this.tableLayoutPanel10.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tableLayoutPanel10.ColumnCount = 1;
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel10.Controls.Add(this.lblRightLegPreviousBest, 0, 1);
            this.tableLayoutPanel10.Controls.Add(this.label8, 0, 0);
            this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel10.Location = new System.Drawing.Point(1023, 377);
            this.tableLayoutPanel10.Name = "tableLayoutPanel10";
            this.tableLayoutPanel10.RowCount = 2;
            this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel10.Size = new System.Drawing.Size(334, 96);
            this.tableLayoutPanel10.TabIndex = 5;
            // 
            // lblRightLegPreviousBest
            // 
            this.lblRightLegPreviousBest.AutoSize = true;
            this.lblRightLegPreviousBest.BackColor = System.Drawing.Color.White;
            this.lblRightLegPreviousBest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblRightLegPreviousBest.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRightLegPreviousBest.Location = new System.Drawing.Point(4, 52);
            this.lblRightLegPreviousBest.Margin = new System.Windows.Forms.Padding(4);
            this.lblRightLegPreviousBest.Name = "lblRightLegPreviousBest";
            this.lblRightLegPreviousBest.Size = new System.Drawing.Size(326, 40);
            this.lblRightLegPreviousBest.TabIndex = 16;
            this.lblRightLegPreviousBest.Text = "0";
            this.lblRightLegPreviousBest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(102)))), ((int)(((byte)(153)))));
            this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(0, 0);
            this.label8.Margin = new System.Windows.Forms.Padding(0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(334, 48);
            this.label8.TabIndex = 12;
            this.label8.Text = "Right Leg (Nm) - Previous Best";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.BackColor = System.Drawing.Color.White;
            this.tableLayoutPanel5.ColumnCount = 1;
            this.tableLayoutPanel4.SetColumnSpan(this.tableLayoutPanel5, 2);
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.Controls.Add(this.label1, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.gaugeLeft, 0, 1);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 2;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(674, 368);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(3, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(668, 40);
            this.label1.TabIndex = 90;
            this.label1.Text = "Maximum Left Leg Torque (Nm)";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // gaugeLeft
            // 
            gaugeCircularScale1.MajorTickMarks.Interval = 20D;
            gaugeCircularScale1.MaxPin.Name = "MaxPin";
            gaugeCircularScale1.MaxValue = 280D;
            gaugeCircularScale1.MinorTickMarks.Interval = 10D;
            gaugeCircularScale1.MinPin.Name = "MinPin";
            gaugeCircularScale1.Name = "Scale2";
            gaugePointer1.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer1.CapFillColor.BorderWidth = 1;
            gaugePointer1.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer1.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer1.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer1.FillColor.BorderWidth = 1;
            gaugePointer1.FillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer1.FillColor.Color2 = System.Drawing.Color.Blue;
            gaugePointer1.Name = "Pointer1";
            gaugePointer1.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugePointer1.ThermoBackColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer1.ThermoBackColor.BorderWidth = 1;
            gaugePointer1.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugeCircularScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer1});
            gaugeSection1.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
            gaugeSection1.Name = "Section1";
            gaugeCircularScale1.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection1});
            gaugeCircularScale2.MajorTickMarks.Interval = 20D;
            gaugeCircularScale2.MaxPin.Name = "MaxPin";
            gaugeCircularScale2.MaxValue = 280D;
            gaugeCircularScale2.MinorTickMarks.Interval = 10D;
            gaugeCircularScale2.MinPin.Name = "MinPin";
            gaugeCircularScale2.Name = "Scale1";
            gaugePointer2.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer2.CapFillColor.BorderWidth = 1;
            gaugePointer2.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer2.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer2.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer2.FillColor.BorderWidth = 1;
            gaugePointer2.FillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer2.FillColor.Color2 = System.Drawing.Color.Red;
            gaugePointer2.Length = 0.358F;
            gaugePointer2.Name = "Pointer1";
            gaugePointer2.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugeCircularScale2.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer2});
            gaugeRange1.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugeRange1.FillColor.BorderWidth = 1;
            gaugeRange1.FillColor.Color1 = System.Drawing.Color.Lime;
            gaugeRange1.FillColor.Color2 = System.Drawing.Color.Red;
            gaugeRange1.Name = "Range1";
            gaugeRange1.ScaleOffset = 0.28F;
            gaugeRange1.StartValue = 70D;
            gaugeCircularScale2.Ranges.AddRange(new DevComponents.Instrumentation.GaugeRange[] {
            gaugeRange1});
            gaugeSection2.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
            gaugeSection2.FillColor.Color2 = System.Drawing.Color.Purple;
            gaugeSection2.Name = "Section1";
            gaugeCircularScale2.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection2});
            this.gaugeLeft.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
            gaugeCircularScale1,
            gaugeCircularScale2});
            this.gaugeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            gradientFillColor1.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor1.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeLeft.Frame.BackColor = gradientFillColor1;
            gradientFillColor2.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor2.BorderWidth = 1;
            gradientFillColor2.Color1 = System.Drawing.Color.White;
            gradientFillColor2.Color2 = System.Drawing.Color.DimGray;
            this.gaugeLeft.Frame.FrameColor = gradientFillColor2;
            this.gaugeLeft.Frame.Style = DevComponents.Instrumentation.GaugeFrameStyle.Circular;
            gaugeText1.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            gaugeText1.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText1.Location")));
            gaugeText1.Name = "Torque (Nm)";
            gaugeText1.Text = "Torque (Nm)";
            this.gaugeLeft.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText1});
            this.gaugeLeft.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gaugeLeft.Location = new System.Drawing.Point(3, 43);
            this.gaugeLeft.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
            this.gaugeLeft.Name = "gaugeLeft";
            this.gaugeLeft.Size = new System.Drawing.Size(668, 320);
            this.gaugeLeft.TabIndex = 92;
            this.gaugeLeft.Text = "gaugeControl1";
            // 
            // tableLayoutPanel8
            // 
            this.tableLayoutPanel8.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tableLayoutPanel8.ColumnCount = 1;
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel8.Controls.Add(this.lblMaxTorqueConcLeft, 0, 1);
            this.tableLayoutPanel8.Controls.Add(this.label31, 0, 0);
            this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 377);
            this.tableLayoutPanel8.Name = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 2;
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel8.Size = new System.Drawing.Size(334, 96);
            this.tableLayoutPanel8.TabIndex = 2;
            // 
            // tableLayoutPanel6
            // 
            this.tableLayoutPanel6.BackColor = System.Drawing.Color.White;
            this.tableLayoutPanel6.ColumnCount = 1;
            this.tableLayoutPanel4.SetColumnSpan(this.tableLayoutPanel6, 2);
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel6.Controls.Add(this.label2, 0, 0);
            this.tableLayoutPanel6.Controls.Add(this.gaugeRight, 0, 1);
            this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel6.Location = new System.Drawing.Point(683, 3);
            this.tableLayoutPanel6.Name = "tableLayoutPanel6";
            this.tableLayoutPanel6.RowCount = 2;
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel6.Size = new System.Drawing.Size(674, 368);
            this.tableLayoutPanel6.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(3, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(668, 40);
            this.label2.TabIndex = 93;
            this.label2.Text = "Maximum Right Leg Torque (Nm)";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // gaugeRight
            // 
            gaugeCircularScale3.MajorTickMarks.Interval = 20D;
            gaugeCircularScale3.MaxPin.Name = "MaxPin";
            gaugeCircularScale3.MaxValue = 280D;
            gaugeCircularScale3.MinorTickMarks.Interval = 10D;
            gaugeCircularScale3.MinPin.Name = "MinPin";
            gaugeCircularScale3.Name = "Scale2";
            gaugePointer3.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer3.CapFillColor.BorderWidth = 1;
            gaugePointer3.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer3.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer3.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer3.FillColor.BorderWidth = 1;
            gaugePointer3.FillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer3.FillColor.Color2 = System.Drawing.Color.Blue;
            gaugePointer3.Name = "Pointer1";
            gaugePointer3.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugePointer3.ThermoBackColor.BorderColor = System.Drawing.Color.Black;
            gaugePointer3.ThermoBackColor.BorderWidth = 1;
            gaugePointer3.ThermoBackColor.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
            gaugeCircularScale3.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer3});
            gaugeSection3.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
            gaugeSection3.Name = "Section1";
            gaugeCircularScale3.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection3});
            gaugeCircularScale4.MajorTickMarks.Interval = 20D;
            gaugeCircularScale4.MaxPin.Name = "MaxPin";
            gaugeCircularScale4.MaxValue = 280D;
            gaugeCircularScale4.MinorTickMarks.Interval = 10D;
            gaugeCircularScale4.MinPin.Name = "MinPin";
            gaugeCircularScale4.Name = "Scale1";
            gaugePointer4.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer4.CapFillColor.BorderWidth = 1;
            gaugePointer4.CapFillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer4.CapFillColor.Color2 = System.Drawing.Color.DimGray;
            gaugePointer4.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer4.FillColor.BorderWidth = 1;
            gaugePointer4.FillColor.Color1 = System.Drawing.Color.WhiteSmoke;
            gaugePointer4.FillColor.Color2 = System.Drawing.Color.Red;
            gaugePointer4.Length = 0.358F;
            gaugePointer4.Name = "Pointer1";
            gaugePointer4.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugeCircularScale4.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer4});
            gaugeRange2.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugeRange2.FillColor.BorderWidth = 1;
            gaugeRange2.FillColor.Color1 = System.Drawing.Color.Lime;
            gaugeRange2.FillColor.Color2 = System.Drawing.Color.Red;
            gaugeRange2.Name = "Range1";
            gaugeRange2.ScaleOffset = 0.28F;
            gaugeRange2.StartValue = 70D;
            gaugeCircularScale4.Ranges.AddRange(new DevComponents.Instrumentation.GaugeRange[] {
            gaugeRange2});
            gaugeSection4.FillColor.Color1 = System.Drawing.Color.CornflowerBlue;
            gaugeSection4.FillColor.Color2 = System.Drawing.Color.Purple;
            gaugeSection4.Name = "Section1";
            gaugeCircularScale4.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
            gaugeSection4});
            this.gaugeRight.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
            gaugeCircularScale3,
            gaugeCircularScale4});
            this.gaugeRight.Dock = System.Windows.Forms.DockStyle.Fill;
            gradientFillColor3.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor3.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeRight.Frame.BackColor = gradientFillColor3;
            gradientFillColor4.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor4.BorderWidth = 1;
            gradientFillColor4.Color1 = System.Drawing.Color.White;
            gradientFillColor4.Color2 = System.Drawing.Color.DimGray;
            this.gaugeRight.Frame.FrameColor = gradientFillColor4;
            this.gaugeRight.Frame.Style = DevComponents.Instrumentation.GaugeFrameStyle.Circular;
            gaugeText2.BackColor.BorderColor = System.Drawing.Color.Black;
            gaugeText2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            gaugeText2.Location = ((System.Drawing.PointF)(resources.GetObject("gaugeText2.Location")));
            gaugeText2.Name = "Text1";
            gaugeText2.Text = "Torque (Nm)";
            this.gaugeRight.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
            gaugeText2});
            this.gaugeRight.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gaugeRight.Location = new System.Drawing.Point(3, 43);
            this.gaugeRight.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
            this.gaugeRight.Name = "gaugeRight";
            this.gaugeRight.Size = new System.Drawing.Size(668, 320);
            this.gaugeRight.TabIndex = 91;
            this.gaugeRight.Text = "gaugeControl1";
            // 
            // tableLayoutPanel9
            // 
            this.tableLayoutPanel9.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tableLayoutPanel9.ColumnCount = 1;
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel9.Controls.Add(this.lblMaxTorqueConcRight, 0, 1);
            this.tableLayoutPanel9.Controls.Add(this.label32, 0, 0);
            this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel9.Location = new System.Drawing.Point(683, 377);
            this.tableLayoutPanel9.Name = "tableLayoutPanel9";
            this.tableLayoutPanel9.RowCount = 2;
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel9.Size = new System.Drawing.Size(334, 96);
            this.tableLayoutPanel9.TabIndex = 3;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Controls.Add(this.lblLeftLegPreviousBest, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.label5, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(343, 377);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(334, 96);
            this.tableLayoutPanel1.TabIndex = 4;
            // 
            // lblLeftLegPreviousBest
            // 
            this.lblLeftLegPreviousBest.AutoSize = true;
            this.lblLeftLegPreviousBest.BackColor = System.Drawing.Color.White;
            this.lblLeftLegPreviousBest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblLeftLegPreviousBest.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblLeftLegPreviousBest.Location = new System.Drawing.Point(4, 52);
            this.lblLeftLegPreviousBest.Margin = new System.Windows.Forms.Padding(4);
            this.lblLeftLegPreviousBest.Name = "lblLeftLegPreviousBest";
            this.lblLeftLegPreviousBest.Size = new System.Drawing.Size(326, 40);
            this.lblLeftLegPreviousBest.TabIndex = 16;
            this.lblLeftLegPreviousBest.Text = "0";
            this.lblLeftLegPreviousBest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(102)))), ((int)(((byte)(153)))));
            this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.White;
            this.label5.Location = new System.Drawing.Point(0, 0);
            this.label5.Margin = new System.Windows.Forms.Padding(0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(334, 48);
            this.label5.TabIndex = 12;
            this.label5.Text = "Left Leg (Nm) - Previous Best";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.BackColor = System.Drawing.Color.LightSteelBlue;
            this.tableLayoutPanel7.ColumnCount = 3;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel7.Controls.Add(this.btnTestRight, 1, 1);
            this.tableLayoutPanel7.Controls.Add(this.btnTestLeft, 0, 1);
            this.tableLayoutPanel7.Controls.Add(this.btnInstructions, 2, 0);
            this.tableLayoutPanel7.Controls.Add(this.btnPositionRightPedal, 1, 0);
            this.tableLayoutPanel7.Controls.Add(this.btnClose, 2, 1);
            this.tableLayoutPanel7.Controls.Add(this.btnPositionLeftPedal, 0, 0);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 518);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 2;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(1360, 247);
            this.tableLayoutPanel7.TabIndex = 5;
            // 
            // btnTestRight
            // 
            this.btnTestRight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTestRight.ButtonText = "Test Right Leg";
            this.btnTestRight.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestRight.InnerBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.btnTestRight.InnerColorTopMouseDown = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnTestRight.Location = new System.Drawing.Point(533, 133);
            this.btnTestRight.Margin = new System.Windows.Forms.Padding(80, 10, 80, 10);
            this.btnTestRight.Name = "btnTestRight";
            this.btnTestRight.OuterBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnTestRight.OuterBackColorTop = System.Drawing.Color.White;
            this.btnTestRight.Size = new System.Drawing.Size(293, 104);
            this.btnTestRight.TabIndex = 5;
            this.btnTestRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnTestRight_MouseUp);
            // 
            // btnTestLeft
            // 
            this.btnTestLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTestLeft.ButtonText = "Test Left Leg";
            this.btnTestLeft.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestLeft.InnerBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.btnTestLeft.InnerColorTopMouseDown = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnTestLeft.Location = new System.Drawing.Point(80, 133);
            this.btnTestLeft.Margin = new System.Windows.Forms.Padding(80, 10, 80, 10);
            this.btnTestLeft.Name = "btnTestLeft";
            this.btnTestLeft.OuterBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnTestLeft.OuterBackColorTop = System.Drawing.Color.White;
            this.btnTestLeft.Size = new System.Drawing.Size(293, 104);
            this.btnTestLeft.TabIndex = 4;
            this.btnTestLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnTestLeft_MouseUp);
            // 
            // btnInstructions
            // 
            this.btnInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnInstructions.ButtonText = "Instructions";
            this.btnInstructions.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnInstructions.InnerBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.btnInstructions.InnerColorTopMouseDown = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnInstructions.Location = new System.Drawing.Point(986, 10);
            this.btnInstructions.Margin = new System.Windows.Forms.Padding(80, 10, 80, 10);
            this.btnInstructions.Name = "btnInstructions";
            this.btnInstructions.OuterBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnInstructions.OuterBackColorTop = System.Drawing.Color.White;
            this.btnInstructions.Size = new System.Drawing.Size(294, 103);
            this.btnInstructions.TabIndex = 3;
            this.btnInstructions.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInstructions_MouseUp);
            // 
            // btnPositionRightPedal
            // 
            this.btnPositionRightPedal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPositionRightPedal.ButtonText = "Position Right Pedal";
            this.btnPositionRightPedal.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPositionRightPedal.InnerBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.btnPositionRightPedal.InnerColorTopMouseDown = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnPositionRightPedal.Location = new System.Drawing.Point(533, 10);
            this.btnPositionRightPedal.Margin = new System.Windows.Forms.Padding(80, 10, 80, 10);
            this.btnPositionRightPedal.Name = "btnPositionRightPedal";
            this.btnPositionRightPedal.OuterBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnPositionRightPedal.OuterBackColorTop = System.Drawing.Color.White;
            this.btnPositionRightPedal.Size = new System.Drawing.Size(293, 103);
            this.btnPositionRightPedal.TabIndex = 2;
            this.btnPositionRightPedal.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnPositionRightPedal_MouseUp);
            // 
            // btnPositionLeftPedal
            // 
            this.btnPositionLeftPedal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPositionLeftPedal.ButtonText = "Position Left Pedal";
            this.btnPositionLeftPedal.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPositionLeftPedal.InnerBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.btnPositionLeftPedal.InnerColorTopMouseDown = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnPositionLeftPedal.Location = new System.Drawing.Point(80, 10);
            this.btnPositionLeftPedal.Margin = new System.Windows.Forms.Padding(80, 10, 80, 10);
            this.btnPositionLeftPedal.Name = "btnPositionLeftPedal";
            this.btnPositionLeftPedal.OuterBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnPositionLeftPedal.OuterBackColorTop = System.Drawing.Color.White;
            this.btnPositionLeftPedal.Size = new System.Drawing.Size(293, 103);
            this.btnPositionLeftPedal.TabIndex = 1;
            this.btnPositionLeftPedal.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnPositionLeftPedal_MouseUp);
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.ButtonText = "Close";
            this.btnClose.Font = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClose.InnerBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(67)))), ((int)(((byte)(118)))));
            this.btnClose.InnerColorTopMouseDown = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnClose.Location = new System.Drawing.Point(986, 133);
            this.btnClose.Margin = new System.Windows.Forms.Padding(80, 10, 80, 10);
            this.btnClose.Name = "btnClose";
            this.btnClose.OuterBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.btnClose.OuterBackColorTop = System.Drawing.Color.White;
            this.btnClose.Size = new System.Drawing.Size(294, 104);
            this.btnClose.TabIndex = 0;
            this.btnClose.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseUp);
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.WorkerSupportsCancellation = true;
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
            // 
            // frmStaticStrengthTest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(1366, 768);
            this.Controls.Add(this.tableLayoutPanel2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmStaticStrengthTest";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.Text = "`3`";
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel10.ResumeLayout(false);
            this.tableLayoutPanel10.PerformLayout();
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeLeft)).EndInit();
            this.tableLayoutPanel8.ResumeLayout(false);
            this.tableLayoutPanel8.PerformLayout();
            this.tableLayoutPanel6.ResumeLayout(false);
            this.tableLayoutPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeRight)).EndInit();
            this.tableLayoutPanel9.ResumeLayout(false);
            this.tableLayoutPanel9.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.tableLayoutPanel7.ResumeLayout(false);
            this.ResumeLayout(false);

        }