Example #1
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);
 }
        /// <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);

        }
 /// <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);
 }
Example #4
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();

        }
Example #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.GradientFillColor gradientFillColor1 = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor2 = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GaugeLinearScale  gaugeLinearScale1  = new DevComponents.Instrumentation.GaugeLinearScale();
     System.ComponentModel.ComponentResourceManager  resources          = new System.ComponentModel.ComponentResourceManager(typeof(CheckPanel));
     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();
     this.layoutControl1            = new DevComponents.DotNetBar.Layout.LayoutControl();
     this._gauge                    = new DevComponents.Instrumentation.GaugeControl();
     this._grid                     = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.gridColumn1               = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     this._header                   = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
     this.layoutControlItem1        = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this.layoutControlItem2        = new DevComponents.DotNetBar.Layout.LayoutControlItem();
     this._missingThreatEventsLabel = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
     this.layoutSpacerItem1         = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._gauge)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.BackColor = System.Drawing.Color.White;
     this.layoutControl1.Controls.Add(this._gauge);
     this.layoutControl1.Controls.Add(this._grid);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     //
     //
     //
     this.layoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
         this._header,
         this.layoutControlItem1,
         this.layoutControlItem2
     });
     this.layoutControl1.Size     = new System.Drawing.Size(259, 334);
     this.layoutControl1.TabIndex = 0;
     //
     // _gauge
     //
     gradientFillColor1.Color1                = System.Drawing.Color.Gainsboro;
     gradientFillColor1.Color2                = System.Drawing.Color.DarkGray;
     this._gauge.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._gauge.Frame.FrameColor             = gradientFillColor2;
     this._gauge.LicenseKey                   = "PUT_YOUR_LICENSE_HERE";
     gaugeLinearScale1.Labels.Visible         = false;
     gaugeLinearScale1.Location               = ((System.Drawing.PointF)(resources.GetObject("gaugeLinearScale1.Location")));
     gaugeLinearScale1.MajorTickMarks.Visible = false;
     gaugeLinearScale1.MaxPin.Name            = "MaxPin";
     gaugeLinearScale1.MinorTickMarks.Visible = false;
     gaugeLinearScale1.MinPin.Name            = "MinPin";
     gaugeLinearScale1.Name                   = "MainScale";
     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.White;
     gaugePointer1.FillColor.Color1           = System.Drawing.Color.Black;
     gaugePointer1.FillColor.Color2           = System.Drawing.Color.Black;
     gaugePointer1.Length      = 0.5F;
     gaugePointer1.MarkerStyle = DevComponents.Instrumentation.GaugeMarkerStyle.Circle;
     gaugePointer1.Name        = "Pointer1";
     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)))));
     gaugePointer1.Value = 40D;
     gaugePointer1.Width = 0.5F;
     gaugeLinearScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
         gaugePointer1
     });
     gaugeSection1.EndValue         = 100D;
     gaugeSection1.FillColor.Color1 = System.Drawing.Color.Red;
     gaugeSection1.Name             = "Red";
     gaugeSection1.StartValue       = 68D;
     gaugeSection2.EndValue         = 67D;
     gaugeSection2.FillColor.Color1 = System.Drawing.Color.Yellow;
     gaugeSection2.Name             = "Yellow";
     gaugeSection2.StartValue       = 34D;
     gaugeSection3.EndValue         = 33D;
     gaugeSection3.FillColor.Color1 = System.Drawing.Color.Lime;
     gaugeSection3.Name             = "Green";
     gaugeSection3.StartValue       = 0D;
     gaugeLinearScale1.Sections.AddRange(new DevComponents.Instrumentation.GaugeSection[] {
         gaugeSection1,
         gaugeSection2,
         gaugeSection3
     });
     gaugeLinearScale1.Width = 0.75F;
     this._gauge.LinearScales.AddRange(new DevComponents.Instrumentation.GaugeLinearScale[] {
         gaugeLinearScale1
     });
     this._gauge.Location = new System.Drawing.Point(0, 24);
     this._gauge.Margin   = new System.Windows.Forms.Padding(0);
     this._gauge.Name     = "_gauge";
     this._gauge.Size     = new System.Drawing.Size(259, 32);
     this._gauge.TabIndex = 1;
     this._gauge.Text     = "gaugeControl2";
     //
     // _grid
     //
     this._grid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this._grid.LicenseKey = "PUT_YOUR_LICENSE_HERE";
     this._grid.Location   = new System.Drawing.Point(4, 60);
     this._grid.Margin     = new System.Windows.Forms.Padding(0);
     this._grid.Name       = "_grid";
     //
     //
     //
     this._grid.PrimaryGrid.ActiveRowIndicatorStyle = DevComponents.DotNetBar.SuperGrid.ActiveRowIndicatorStyle.None;
     this._grid.PrimaryGrid.AllowEdit = false;
     this._grid.PrimaryGrid.Columns.Add(this.gridColumn1);
     this._grid.PrimaryGrid.InitialSelection   = DevComponents.DotNetBar.SuperGrid.RelativeSelection.None;
     this._grid.PrimaryGrid.ShowCheckBox       = false;
     this._grid.PrimaryGrid.ShowRowDirtyMarker = false;
     this._grid.PrimaryGrid.ShowRowHeaders     = false;
     this._grid.PrimaryGrid.ShowTreeButton     = false;
     this._grid.Size        = new System.Drawing.Size(251, 270);
     this._grid.TabIndex    = 2;
     this._grid.Text        = "superGridControl1";
     this._grid.CellClick  += new System.EventHandler <DevComponents.DotNetBar.SuperGrid.GridCellClickEventArgs>(this._grid_CellClick);
     this._grid.MouseClick += new System.Windows.Forms.MouseEventHandler(this._grid_MouseClick);
     //
     // gridColumn1
     //
     this.gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
     this.gridColumn1.Name         = "Findings";
     //
     // _header
     //
     this._header.Height        = 24;
     this._header.Image         = global::ThreatsManager.Quality.Properties.Resources.emoticon_smile;
     this._header.ImagePosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Left;
     this._header.Name          = "_header";
     this._header.Text          = "Text";
     this._header.Width         = 100;
     this._header.WidthType     = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this._gauge;
     this.layoutControlItem1.Height      = 32;
     this.layoutControlItem1.MinSize     = new System.Drawing.Size(64, 18);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Padding     = new System.Windows.Forms.Padding(0);
     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._grid;
     this.layoutControlItem2.Height      = 100;
     this.layoutControlItem2.HeightType  = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     this.layoutControlItem2.MinSize     = new System.Drawing.Size(64, 18);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Text        = "Label:";
     this.layoutControlItem2.TextVisible = false;
     this.layoutControlItem2.Width       = 100;
     this.layoutControlItem2.WidthType   = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // _missingThreatEventsLabel
     //
     this._missingThreatEventsLabel.Height        = 24;
     this._missingThreatEventsLabel.Image         = global::ThreatsManager.Quality.Properties.Resources.emoticon_smile;
     this._missingThreatEventsLabel.ImagePosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Left;
     this._missingThreatEventsLabel.Name          = "_missingThreatEventsLabel";
     this._missingThreatEventsLabel.Text          = "Missing Threat Events";
     this._missingThreatEventsLabel.Width         = 100;
     this._missingThreatEventsLabel.WidthType     = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // layoutSpacerItem1
     //
     this.layoutSpacerItem1.Height        = 24;
     this.layoutSpacerItem1.Image         = global::ThreatsManager.Quality.Properties.Resources.emoticon_smile;
     this.layoutSpacerItem1.ImagePosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Left;
     this.layoutSpacerItem1.Name          = "layoutSpacerItem1";
     this.layoutSpacerItem1.Text          = "Missing Threat Events";
     this.layoutSpacerItem1.Width         = 100;
     this.layoutSpacerItem1.WidthType     = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
     //
     // CheckPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.layoutControl1);
     this.Name = "CheckPanel";
     this.Size = new System.Drawing.Size(259, 334);
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._gauge)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale1 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor1 = new DevComponents.Instrumentation.GradientFillColor();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(metro));
            DevComponents.Instrumentation.GaugePointer gaugePointer1 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeRange gaugeRange1 = new DevComponents.Instrumentation.GaugeRange();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor2 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor3 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugeCircularScale gaugeCircularScale2 = new DevComponents.Instrumentation.GaugeCircularScale();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor4 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GaugePointer gaugePointer2 = new DevComponents.Instrumentation.GaugePointer();
            DevComponents.Instrumentation.GaugeRange gaugeRange2 = new DevComponents.Instrumentation.GaugeRange();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor5 = new DevComponents.Instrumentation.GradientFillColor();
            DevComponents.Instrumentation.GradientFillColor gradientFillColor6 = new DevComponents.Instrumentation.GradientFillColor();
            this.metroTileItem9 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.metroShell1 = new DevComponents.DotNetBar.Metro.MetroShell();
            this.metroTabPanel1 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.label41 = new System.Windows.Forms.Label();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.newsTicker1 = new NewsTicker();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.button3 = new System.Windows.Forms.Button();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.button4 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.metroTabPanel4 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.button14 = new System.Windows.Forms.Button();
            this.label35 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label34 = new System.Windows.Forms.Label();
            this.label33 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.gaugeControl2 = new DevComponents.Instrumentation.GaugeControl();
            this.label28 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.listBox7 = new System.Windows.Forms.ListBox();
            this.listBox8 = new System.Windows.Forms.ListBox();
            this.progressBarX3 = new DevComponents.DotNetBar.Controls.ProgressBarX();
            this.progressBarX4 = new DevComponents.DotNetBar.Controls.ProgressBarX();
            this.label30 = new System.Windows.Forms.Label();
            this.switchButton2 = new DevComponents.DotNetBar.Controls.SwitchButton();
            this.metroTabPanel6 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.metroTilePanel1 = new DevComponents.DotNetBar.Metro.MetroTilePanel();
            this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
            this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
            this.metroTileItem5 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.metroTabPanel5 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.gaugeControl1 = new DevComponents.Instrumentation.GaugeControl();
            this.label27 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.listBox6 = new System.Windows.Forms.ListBox();
            this.listBox5 = new System.Windows.Forms.ListBox();
            this.progressBarX2 = new DevComponents.DotNetBar.Controls.ProgressBarX();
            this.progressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX();
            this.label25 = new System.Windows.Forms.Label();
            this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
            this.metroTabPanel3 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.metroTabPanel2 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.metroTilePanel2 = new DevComponents.DotNetBar.Metro.MetroTilePanel();
            this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
            this.metroTileItem28 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.metroTabPanel7 = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.radioButton11 = new System.Windows.Forms.RadioButton();
            this.radioButton10 = new System.Windows.Forms.RadioButton();
            this.button12 = new System.Windows.Forms.Button();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.label40 = new System.Windows.Forms.Label();
            this.label37 = new System.Windows.Forms.Label();
            this.button10 = new System.Windows.Forms.Button();
            this.textBox7 = new System.Windows.Forms.TextBox();
            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.label38 = new System.Windows.Forms.Label();
            this.button11 = new System.Windows.Forms.Button();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.label39 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.metroAppButton1 = new DevComponents.DotNetBar.Metro.MetroAppButton();
            this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.listBox4 = new System.Windows.Forms.ListBox();
            this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.superTabItem3 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.button9 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.button13 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.radioButton5 = new System.Windows.Forms.RadioButton();
            this.radioButton6 = new System.Windows.Forms.RadioButton();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.superTabItem4 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.linkLabel4 = new System.Windows.Forms.LinkLabel();
            this.linkLabel3 = new System.Windows.Forms.LinkLabel();
            this.linkLabel2 = new System.Windows.Forms.LinkLabel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.label12 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.superTabItem5 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.superTabItem6 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.superTabControl2 = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabControlPanel7 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.superTabItem7 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel8 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.listBox3 = new System.Windows.Forms.ListBox();
            this.superTabItem8 = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
            this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
            this.metroTabItem1 = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.metroTabItem2 = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.Youtube = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.metroTabItem5 = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.metroTabItem6 = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.metroTabItem3 = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.metroTabItem4 = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.metroTileItem1 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.metroTileItem2 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.metroTileItem3 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.metroTileItem4 = new DevComponents.DotNetBar.Metro.MetroTileItem();
            this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
            this.metroStatusBar1 = new DevComponents.DotNetBar.Metro.MetroStatusBar();
            this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
            this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
            this.progressBarItem1 = new DevComponents.DotNetBar.ProgressBarItem();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.timer4 = new System.Windows.Forms.Timer(this.components);
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.timer5 = new System.Windows.Forms.Timer(this.components);
            this.metroShell1.SuspendLayout();
            this.metroTabPanel1.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.metroTabPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl2)).BeginInit();
            this.metroTabPanel6.SuspendLayout();
            this.metroTabPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl1)).BeginInit();
            this.metroTabPanel3.SuspendLayout();
            this.metroTabPanel2.SuspendLayout();
            this.metroTabPanel7.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
            this.superTabControl1.SuspendLayout();
            this.superTabControlPanel1.SuspendLayout();
            this.superTabControlPanel4.SuspendLayout();
            this.groupPanel1.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.superTabControlPanel5.SuspendLayout();
            this.superTabControlPanel6.SuspendLayout();
            this.superTabControlPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControl2)).BeginInit();
            this.superTabControl2.SuspendLayout();
            this.superTabControlPanel7.SuspendLayout();
            this.superTabControlPanel8.SuspendLayout();
            this.metroStatusBar1.SuspendLayout();
            this.SuspendLayout();
            // 
            // metroTileItem9
            // 
            this.metroTileItem9.Name = "metroTileItem9";
            this.metroTileItem9.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem9.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // metroShell1
            // 
            this.metroShell1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.metroShell1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroShell1.CaptionVisible = true;
            this.metroShell1.Controls.Add(this.metroTabPanel1);
            this.metroShell1.Controls.Add(this.metroTabPanel4);
            this.metroShell1.Controls.Add(this.metroTabPanel6);
            this.metroShell1.Controls.Add(this.metroTabPanel5);
            this.metroShell1.Controls.Add(this.metroTabPanel3);
            this.metroShell1.Controls.Add(this.metroTabPanel2);
            this.metroShell1.Controls.Add(this.metroTabPanel7);
            this.metroShell1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroShell1.ForeColor = System.Drawing.Color.Black;
            this.metroShell1.HelpButtonText = null;
            this.metroShell1.HelpButtonVisible = false;
            this.metroShell1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.metroAppButton1,
            this.metroTabItem1,
            this.metroTabItem2,
            this.Youtube,
            this.metroTabItem5,
            this.metroTabItem6,
            this.metroTabItem3,
            this.metroTabItem4});
            this.metroShell1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
            this.metroShell1.Location = new System.Drawing.Point(0, 1);
            this.metroShell1.Name = "metroShell1";
            this.metroShell1.SettingsButtonVisible = false;
            this.metroShell1.Size = new System.Drawing.Size(935, 474);
            this.metroShell1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
            this.metroShell1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
            this.metroShell1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
            this.metroShell1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
            this.metroShell1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
            this.metroShell1.SystemText.QatDialogAddButton = "&Add >>";
            this.metroShell1.SystemText.QatDialogCancelButton = "Cancel";
            this.metroShell1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
            this.metroShell1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
            this.metroShell1.SystemText.QatDialogOkButton = "OK";
            this.metroShell1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
            this.metroShell1.SystemText.QatDialogRemoveButton = "&Remove";
            this.metroShell1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
            this.metroShell1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
            this.metroShell1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
            this.metroShell1.TabIndex = 0;
            this.metroShell1.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.metroShell1.Text = "RipLeech Beta";
            // 
            // metroTabPanel1
            // 
            this.metroTabPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel1.Controls.Add(this.label41);
            this.metroTabPanel1.Controls.Add(this.textBox10);
            this.metroTabPanel1.Controls.Add(this.newsTicker1);
            this.metroTabPanel1.Controls.Add(this.groupBox6);
            this.metroTabPanel1.Controls.Add(this.groupBox2);
            this.metroTabPanel1.Controls.Add(this.groupBox1);
            this.metroTabPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel1.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel1.Name = "metroTabPanel1";
            this.metroTabPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel1.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel1.TabIndex = 1;
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.BackColor = System.Drawing.Color.White;
            this.label41.ForeColor = System.Drawing.Color.Black;
            this.label41.Location = new System.Drawing.Point(629, 27);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(37, 13);
            this.label41.TabIndex = 39;
            this.label41.Text = "News:";
            // 
            // textBox10
            // 
            this.textBox10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox10.BackColor = System.Drawing.Color.White;
            this.textBox10.ForeColor = System.Drawing.Color.Black;
            this.textBox10.Location = new System.Drawing.Point(660, 43);
            this.textBox10.Multiline = true;
            this.textBox10.Name = "textBox10";
            this.textBox10.ReadOnly = true;
            this.textBox10.Size = new System.Drawing.Size(269, 339);
            this.textBox10.TabIndex = 38;
            // 
            // newsTicker1
            // 
            this.newsTicker1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))));
            this.newsTicker1.Dock = System.Windows.Forms.DockStyle.Top;
            this.newsTicker1.ForeColor = System.Drawing.Color.Black;
            this.newsTicker1.Location = new System.Drawing.Point(3, 0);
            this.newsTicker1.Name = "newsTicker1";
            this.newsTicker1.Size = new System.Drawing.Size(929, 18);
            this.newsTicker1.TabIndex = 37;
            this.newsTicker1.Text = "Thanks For Checking out RipLeech Beta!";
            // 
            // groupBox6
            // 
            this.groupBox6.BackColor = System.Drawing.Color.White;
            this.groupBox6.Controls.Add(this.label20);
            this.groupBox6.Controls.Add(this.label19);
            this.groupBox6.Controls.Add(this.label18);
            this.groupBox6.Controls.Add(this.label17);
            this.groupBox6.Controls.Add(this.label16);
            this.groupBox6.Controls.Add(this.label15);
            this.groupBox6.ForeColor = System.Drawing.Color.Black;
            this.groupBox6.Location = new System.Drawing.Point(3, 193);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(212, 86);
            this.groupBox6.TabIndex = 33;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Program Info:";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.BackColor = System.Drawing.Color.White;
            this.label20.ForeColor = System.Drawing.Color.Black;
            this.label20.Location = new System.Drawing.Point(109, 61);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(37, 13);
            this.label20.TabIndex = 5;
            this.label20.Text = "----------";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.BackColor = System.Drawing.Color.White;
            this.label19.ForeColor = System.Drawing.Color.Black;
            this.label19.Location = new System.Drawing.Point(6, 39);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(82, 13);
            this.label19.TabIndex = 4;
            this.label19.Text = "Current Version:";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.BackColor = System.Drawing.Color.White;
            this.label18.ForeColor = System.Drawing.Color.Black;
            this.label18.Location = new System.Drawing.Point(109, 39);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(37, 13);
            this.label18.TabIndex = 3;
            this.label18.Text = "----------";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.White;
            this.label17.ForeColor = System.Drawing.Color.Black;
            this.label17.Location = new System.Drawing.Point(6, 61);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(86, 13);
            this.label17.TabIndex = 2;
            this.label17.Text = "Installed Plugins:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.BackColor = System.Drawing.Color.White;
            this.label16.ForeColor = System.Drawing.Color.Black;
            this.label16.Location = new System.Drawing.Point(109, 16);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(37, 13);
            this.label16.TabIndex = 1;
            this.label16.Text = "----------";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.BackColor = System.Drawing.Color.White;
            this.label15.ForeColor = System.Drawing.Color.Black;
            this.label15.Location = new System.Drawing.Point(9, 16);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(70, 13);
            this.label15.TabIndex = 0;
            this.label15.Text = "Your Version:";
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.textBox6);
            this.groupBox2.Controls.Add(this.textBox5);
            this.groupBox2.Controls.Add(this.pictureBox3);
            this.groupBox2.Controls.Add(this.button3);
            this.groupBox2.Controls.Add(this.pictureBox4);
            this.groupBox2.Controls.Add(this.pictureBox5);
            this.groupBox2.Controls.Add(this.button4);
            this.groupBox2.ForeColor = System.Drawing.Color.Black;
            this.groupBox2.Location = new System.Drawing.Point(3, 24);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(212, 121);
            this.groupBox2.TabIndex = 31;
            this.groupBox2.TabStop = false;
            // 
            // textBox6
            // 
            this.textBox6.BackColor = System.Drawing.Color.White;
            this.textBox6.ForeColor = System.Drawing.Color.Black;
            this.textBox6.Location = new System.Drawing.Point(32, 45);
            this.textBox6.Name = "textBox6";
            this.textBox6.PasswordChar = '*';
            this.textBox6.Size = new System.Drawing.Size(156, 20);
            this.textBox6.TabIndex = 20;
            this.textBox6.Text = "Password";
            this.textBox6.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox6_KeyDown);
            // 
            // textBox5
            // 
            this.textBox5.BackColor = System.Drawing.Color.White;
            this.textBox5.ForeColor = System.Drawing.Color.Black;
            this.textBox5.Location = new System.Drawing.Point(32, 19);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(156, 20);
            this.textBox5.TabIndex = 19;
            this.textBox5.Text = "Username";
            // 
            // pictureBox3
            // 
            this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox3.ForeColor = System.Drawing.Color.Black;
            this.pictureBox3.Image = global::RipLeech.Properties.Resources.userimg;
            this.pictureBox3.Location = new System.Drawing.Point(6, 19);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(20, 20);
            this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox3.TabIndex = 15;
            this.pictureBox3.TabStop = false;
            // 
            // button3
            // 
            this.button3.ForeColor = System.Drawing.Color.Black;
            this.button3.Location = new System.Drawing.Point(95, 71);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(93, 21);
            this.button3.TabIndex = 18;
            this.button3.Text = "Register";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // pictureBox4
            // 
            this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox4.ForeColor = System.Drawing.Color.Black;
            this.pictureBox4.Image = global::RipLeech.Properties.Resources.passimg;
            this.pictureBox4.Location = new System.Drawing.Point(6, 45);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(20, 20);
            this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox4.TabIndex = 16;
            this.pictureBox4.TabStop = false;
            // 
            // pictureBox5
            // 
            this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox5.ForeColor = System.Drawing.Color.Black;
            this.pictureBox5.Image = global::RipLeech.Properties.Resources.invalidpass1;
            this.pictureBox5.Location = new System.Drawing.Point(0, 99);
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new System.Drawing.Size(212, 22);
            this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox5.TabIndex = 29;
            this.pictureBox5.TabStop = false;
            this.pictureBox5.Visible = false;
            // 
            // button4
            // 
            this.button4.ForeColor = System.Drawing.Color.Black;
            this.button4.Location = new System.Drawing.Point(6, 71);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(83, 21);
            this.button4.TabIndex = 17;
            this.button4.Text = "Login";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label21);
            this.groupBox1.Controls.Add(this.label22);
            this.groupBox1.Controls.Add(this.label23);
            this.groupBox1.Controls.Add(this.label24);
            this.groupBox1.Controls.Add(this.pictureBox2);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.ForeColor = System.Drawing.Color.Black;
            this.groupBox1.Location = new System.Drawing.Point(3, 24);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(212, 163);
            this.groupBox1.TabIndex = 30;
            this.groupBox1.TabStop = false;
            this.groupBox1.Visible = false;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.ForeColor = System.Drawing.Color.Black;
            this.label13.Location = new System.Drawing.Point(169, 124);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(19, 13);
            this.label13.TabIndex = 31;
            this.label13.Text = "----";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.ForeColor = System.Drawing.Color.Black;
            this.label14.Location = new System.Drawing.Point(38, 124);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(105, 13);
            this.label14.TabIndex = 30;
            this.label14.Text = "Videos Downloaded:";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.ForeColor = System.Drawing.Color.Black;
            this.label21.Location = new System.Drawing.Point(169, 108);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(19, 13);
            this.label21.TabIndex = 29;
            this.label21.Text = "----";
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.ForeColor = System.Drawing.Color.Black;
            this.label22.Location = new System.Drawing.Point(38, 108);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(89, 13);
            this.label22.TabIndex = 28;
            this.label22.Text = "Videos Watched:";
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.ForeColor = System.Drawing.Color.Black;
            this.label23.Location = new System.Drawing.Point(169, 89);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(19, 13);
            this.label23.TabIndex = 27;
            this.label23.Text = "----";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.ForeColor = System.Drawing.Color.Black;
            this.label24.Location = new System.Drawing.Point(38, 89);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(35, 13);
            this.label24.TabIndex = 26;
            this.label24.Text = "Email:";
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox2.ForeColor = System.Drawing.Color.Black;
            this.pictureBox2.Image = global::RipLeech.Properties.Resources.userimg;
            this.pictureBox2.Location = new System.Drawing.Point(12, 19);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(20, 20);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox2.TabIndex = 24;
            this.pictureBox2.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location = new System.Drawing.Point(38, 71);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 13);
            this.label5.TabIndex = 25;
            this.label5.Text = "Account Type:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.ForeColor = System.Drawing.Color.Black;
            this.label1.Location = new System.Drawing.Point(38, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 13);
            this.label1.TabIndex = 20;
            this.label1.Text = "Username";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.ForeColor = System.Drawing.Color.Black;
            this.label2.Location = new System.Drawing.Point(169, 71);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(25, 13);
            this.label2.TabIndex = 21;
            this.label2.Text = "free";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.ForeColor = System.Drawing.Color.Black;
            this.label4.Location = new System.Drawing.Point(169, 49);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(13, 13);
            this.label4.TabIndex = 23;
            this.label4.Text = "0";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.ForeColor = System.Drawing.Color.Black;
            this.label3.Location = new System.Drawing.Point(38, 49);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 13);
            this.label3.TabIndex = 22;
            this.label3.Text = "Plugins:";
            // 
            // metroTabPanel4
            // 
            this.metroTabPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel4.Controls.Add(this.button14);
            this.metroTabPanel4.Controls.Add(this.label35);
            this.metroTabPanel4.Controls.Add(this.textBox4);
            this.metroTabPanel4.Controls.Add(this.button1);
            this.metroTabPanel4.Controls.Add(this.label34);
            this.metroTabPanel4.Controls.Add(this.label33);
            this.metroTabPanel4.Controls.Add(this.label32);
            this.metroTabPanel4.Controls.Add(this.label31);
            this.metroTabPanel4.Controls.Add(this.gaugeControl2);
            this.metroTabPanel4.Controls.Add(this.label28);
            this.metroTabPanel4.Controls.Add(this.label29);
            this.metroTabPanel4.Controls.Add(this.listBox7);
            this.metroTabPanel4.Controls.Add(this.listBox8);
            this.metroTabPanel4.Controls.Add(this.progressBarX3);
            this.metroTabPanel4.Controls.Add(this.progressBarX4);
            this.metroTabPanel4.Controls.Add(this.label30);
            this.metroTabPanel4.Controls.Add(this.switchButton2);
            this.metroTabPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel4.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel4.Name = "metroTabPanel4";
            this.metroTabPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel4.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel4.TabIndex = 8;
            this.metroTabPanel4.Visible = false;
            // 
            // button14
            // 
            this.button14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button14.BackColor = System.Drawing.Color.White;
            this.button14.ForeColor = System.Drawing.Color.Black;
            this.button14.Location = new System.Drawing.Point(679, 98);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(250, 23);
            this.button14.TabIndex = 27;
            this.button14.Text = "Force Update";
            this.button14.UseVisualStyleBackColor = false;
            this.button14.Click += new System.EventHandler(this.button14_Click);
            // 
            // label35
            // 
            this.label35.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label35.AutoSize = true;
            this.label35.BackColor = System.Drawing.Color.White;
            this.label35.ForeColor = System.Drawing.Color.Black;
            this.label35.Location = new System.Drawing.Point(671, 124);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(80, 13);
            this.label35.TabIndex = 26;
            this.label35.Text = "Update Details:";
            // 
            // textBox4
            // 
            this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox4.BackColor = System.Drawing.Color.White;
            this.textBox4.ForeColor = System.Drawing.Color.Black;
            this.textBox4.Location = new System.Drawing.Point(679, 148);
            this.textBox4.Multiline = true;
            this.textBox4.Name = "textBox4";
            this.textBox4.ReadOnly = true;
            this.textBox4.Size = new System.Drawing.Size(250, 116);
            this.textBox4.TabIndex = 25;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.BackColor = System.Drawing.Color.White;
            this.button1.ForeColor = System.Drawing.Color.Black;
            this.button1.Location = new System.Drawing.Point(679, 74);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(250, 23);
            this.button1.TabIndex = 24;
            this.button1.Text = "Check For Updates";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label34
            // 
            this.label34.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label34.AutoSize = true;
            this.label34.BackColor = System.Drawing.Color.White;
            this.label34.ForeColor = System.Drawing.Color.Black;
            this.label34.Location = new System.Drawing.Point(797, 29);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(28, 13);
            this.label34.TabIndex = 23;
            this.label34.Text = "-------";
            // 
            // label33
            // 
            this.label33.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label33.AutoSize = true;
            this.label33.BackColor = System.Drawing.Color.White;
            this.label33.ForeColor = System.Drawing.Color.Black;
            this.label33.Location = new System.Drawing.Point(797, 51);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(41, 13);
            this.label33.TabIndex = 22;
            this.label33.Text = "0 bytes";
            // 
            // label32
            // 
            this.label32.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label32.AutoSize = true;
            this.label32.BackColor = System.Drawing.Color.White;
            this.label32.ForeColor = System.Drawing.Color.Black;
            this.label32.Location = new System.Drawing.Point(694, 51);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(30, 13);
            this.label32.TabIndex = 21;
            this.label32.Text = "Size:";
            // 
            // label31
            // 
            this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label31.AutoSize = true;
            this.label31.BackColor = System.Drawing.Color.White;
            this.label31.ForeColor = System.Drawing.Color.Black;
            this.label31.Location = new System.Drawing.Point(694, 29);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(63, 13);
            this.label31.TabIndex = 20;
            this.label31.Text = "Current File:";
            // 
            // gaugeControl2
            // 
            this.gaugeControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.gaugeControl2.BackColor = System.Drawing.Color.White;
            gaugeCircularScale1.Labels.Layout.Font = new System.Drawing.Font("Microsoft Sans Serif", 4F);
            gaugeCircularScale1.Labels.Layout.ScaleOffset = 0.075F;
            gaugeCircularScale1.MajorTickMarks.Interval = 300D;
            gaugeCircularScale1.MajorTickMarks.Layout.Length = 0.063F;
            gaugeCircularScale1.MajorTickMarks.Layout.Width = 0.033F;
            gaugeCircularScale1.MaxPin.EndOffset = 0.01F;
            gaugeCircularScale1.MaxPin.Length = 0.026F;
            gaugeCircularScale1.MaxPin.Name = "MaxPin";
            gaugeCircularScale1.MaxPin.ScaleOffset = -0.06F;
            gaugeCircularScale1.MaxPin.Width = 0.026F;
            gaugeCircularScale1.MaxValue = 2000D;
            gaugeCircularScale1.MinorTickMarks.Interval = 60D;
            gradientFillColor1.BorderColor = System.Drawing.Color.DimGray;
            gradientFillColor1.BorderWidth = 1;
            gradientFillColor1.Color1 = System.Drawing.Color.LightYellow;
            gaugeCircularScale1.MinorTickMarks.Layout.FillColor = gradientFillColor1;
            gaugeCircularScale1.MinorTickMarks.Layout.Length = 0.042F;
            gaugeCircularScale1.MinorTickMarks.Layout.Width = 0.013F;
            gaugeCircularScale1.MinPin.EndOffset = 0.01F;
            gaugeCircularScale1.MinPin.Length = 0.026F;
            gaugeCircularScale1.MinPin.Name = "MinPin";
            gaugeCircularScale1.MinPin.ScaleOffset = -0.06F;
            gaugeCircularScale1.MinPin.Width = 0.026F;
            gaugeCircularScale1.Name = "Scale1";
            gaugeCircularScale1.PivotPoint = ((System.Drawing.PointF)(resources.GetObject("gaugeCircularScale1.PivotPoint")));
            gaugePointer1.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer1.CapFillColor.BorderWidth = 1;
            gaugePointer1.CapFillColor.Color1 = System.Drawing.Color.Gainsboro;
            gaugePointer1.CapFillColor.Color2 = System.Drawing.Color.Silver;
            gaugePointer1.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer1.FillColor.BorderWidth = 1;
            gaugePointer1.FillColor.Color1 = System.Drawing.Color.Black;
            gaugePointer1.Name = "Pointer1";
            gaugePointer1.ScaleOffset = -0.057F;
            gaugePointer1.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugePointer1.Width = 0.032F;
            gaugeCircularScale1.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer1});
            gaugeCircularScale1.Radius = 2.5F;
            gaugeRange1.EndValue = 2000D;
            gaugeRange1.EndWidth = 0.07F;
            gaugeRange1.FillColor.BorderColor = System.Drawing.Color.Gray;
            gaugeRange1.FillColor.BorderWidth = 1;
            gaugeRange1.FillColor.Color1 = System.Drawing.Color.Yellow;
            gaugeRange1.FillColor.Color2 = System.Drawing.Color.Lime;
            gaugeRange1.Name = "Range1";
            gaugeRange1.ScaleOffset = 0.033F;
            gaugeRange1.StartValue = 0D;
            gaugeRange1.StartWidth = 0.07F;
            gaugeCircularScale1.Ranges.AddRange(new DevComponents.Instrumentation.GaugeRange[] {
            gaugeRange1});
            gaugeCircularScale1.StartAngle = 240F;
            gaugeCircularScale1.SweepAngle = 60F;
            gaugeCircularScale1.Width = 0.011F;
            this.gaugeControl2.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
            gaugeCircularScale1});
            this.gaugeControl2.ForeColor = System.Drawing.Color.Black;
            gradientFillColor2.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor2.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl2.Frame.BackColor = gradientFillColor2;
            gradientFillColor3.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor3.BorderWidth = 1;
            gradientFillColor3.Color1 = System.Drawing.Color.White;
            gradientFillColor3.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl2.Frame.FrameColor = gradientFillColor3;
            this.gaugeControl2.Frame.Style = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
            this.gaugeControl2.Location = new System.Drawing.Point(674, 295);
            this.gaugeControl2.Name = "gaugeControl2";
            this.gaugeControl2.Size = new System.Drawing.Size(258, 80);
            this.gaugeControl2.TabIndex = 19;
            this.gaugeControl2.Text = "gaugeControl2";
            // 
            // label28
            // 
            this.label28.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label28.AutoSize = true;
            this.label28.BackColor = System.Drawing.Color.White;
            this.label28.ForeColor = System.Drawing.Color.Black;
            this.label28.Location = new System.Drawing.Point(3, 212);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(84, 13);
            this.label28.TabIndex = 18;
            this.label28.Text = "Files Completed:";
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.BackColor = System.Drawing.Color.White;
            this.label29.ForeColor = System.Drawing.Color.Black;
            this.label29.Location = new System.Drawing.Point(6, 13);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(107, 13);
            this.label29.TabIndex = 17;
            this.label29.Text = "Files To Be Updated:";
            // 
            // listBox7
            // 
            this.listBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listBox7.BackColor = System.Drawing.Color.White;
            this.listBox7.ForeColor = System.Drawing.Color.Black;
            this.listBox7.FormattingEnabled = true;
            this.listBox7.Location = new System.Drawing.Point(4, 228);
            this.listBox7.Name = "listBox7";
            this.listBox7.Size = new System.Drawing.Size(664, 147);
            this.listBox7.TabIndex = 16;
            // 
            // listBox8
            // 
            this.listBox8.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.listBox8.BackColor = System.Drawing.Color.White;
            this.listBox8.ForeColor = System.Drawing.Color.Black;
            this.listBox8.FormattingEnabled = true;
            this.listBox8.Location = new System.Drawing.Point(6, 29);
            this.listBox8.Name = "listBox8";
            this.listBox8.Size = new System.Drawing.Size(664, 108);
            this.listBox8.TabIndex = 15;
            // 
            // progressBarX3
            // 
            this.progressBarX3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBarX3.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.progressBarX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.progressBarX3.ForeColor = System.Drawing.Color.Black;
            this.progressBarX3.Location = new System.Drawing.Point(6, 388);
            this.progressBarX3.Name = "progressBarX3";
            this.progressBarX3.Size = new System.Drawing.Size(926, 10);
            this.progressBarX3.TabIndex = 14;
            this.progressBarX3.Text = "progressBarX3";
            // 
            // progressBarX4
            // 
            this.progressBarX4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBarX4.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.progressBarX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.progressBarX4.ForeColor = System.Drawing.Color.Black;
            this.progressBarX4.Location = new System.Drawing.Point(9, 193);
            this.progressBarX4.Name = "progressBarX4";
            this.progressBarX4.Size = new System.Drawing.Size(661, 10);
            this.progressBarX4.TabIndex = 13;
            this.progressBarX4.Text = "progressBarX4";
            // 
            // label30
            // 
            this.label30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.label30.AutoSize = true;
            this.label30.BackColor = System.Drawing.Color.White;
            this.label30.ForeColor = System.Drawing.Color.Black;
            this.label30.Location = new System.Drawing.Point(671, 279);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(118, 13);
            this.label30.TabIndex = 12;
            this.label30.Text = "Speed Indicator (KB/s):";
            // 
            // switchButton2
            // 
            this.switchButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.switchButton2.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.switchButton2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.switchButton2.ForeColor = System.Drawing.Color.Black;
            this.switchButton2.Location = new System.Drawing.Point(863, 270);
            this.switchButton2.Name = "switchButton2";
            this.switchButton2.Size = new System.Drawing.Size(66, 22);
            this.switchButton2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.switchButton2.TabIndex = 11;
            // 
            // metroTabPanel6
            // 
            this.metroTabPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel6.Controls.Add(this.metroTilePanel1);
            this.metroTabPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel6.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel6.Name = "metroTabPanel6";
            this.metroTabPanel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel6.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel6.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel6.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel6.TabIndex = 6;
            this.metroTabPanel6.Visible = false;
            // 
            // metroTilePanel1
            // 
            this.metroTilePanel1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.metroTilePanel1.BackgroundStyle.Class = "MetroTilePanel";
            this.metroTilePanel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTilePanel1.ContainerControlProcessDialogKey = true;
            this.metroTilePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTilePanel1.ForeColor = System.Drawing.Color.Black;
            this.metroTilePanel1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.itemContainer1,
            this.itemContainer2});
            this.metroTilePanel1.Location = new System.Drawing.Point(3, 0);
            this.metroTilePanel1.Name = "metroTilePanel1";
            this.metroTilePanel1.Size = new System.Drawing.Size(929, 420);
            this.metroTilePanel1.TabIndex = 0;
            this.metroTilePanel1.Text = "metroTilePanel1";
            // 
            // itemContainer1
            // 
            // 
            // 
            // 
            this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.itemContainer1.MultiLine = true;
            this.itemContainer1.Name = "itemContainer1";
            // 
            // 
            // 
            this.itemContainer1.TitleStyle.Class = "MetroTileGroupTitle";
            this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer1.TitleText = "Plugins";
            // 
            // itemContainer2
            // 
            // 
            // 
            // 
            this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer2.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.itemContainer2.MultiLine = true;
            this.itemContainer2.Name = "itemContainer2";
            this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.metroTileItem5});
            // 
            // 
            // 
            this.itemContainer2.TitleStyle.Class = "MetroTileGroupTitle";
            this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer2.TitleText = "Updates";
            this.itemContainer2.Visible = false;
            // 
            // metroTileItem5
            // 
            this.metroTileItem5.Name = "metroTileItem5";
            this.metroTileItem5.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem5.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // metroTabPanel5
            // 
            this.metroTabPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel5.Controls.Add(this.gaugeControl1);
            this.metroTabPanel5.Controls.Add(this.label27);
            this.metroTabPanel5.Controls.Add(this.label26);
            this.metroTabPanel5.Controls.Add(this.listBox6);
            this.metroTabPanel5.Controls.Add(this.listBox5);
            this.metroTabPanel5.Controls.Add(this.progressBarX2);
            this.metroTabPanel5.Controls.Add(this.progressBarX1);
            this.metroTabPanel5.Controls.Add(this.label25);
            this.metroTabPanel5.Controls.Add(this.switchButton1);
            this.metroTabPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel5.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel5.Name = "metroTabPanel5";
            this.metroTabPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel5.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel5.TabIndex = 5;
            this.metroTabPanel5.Visible = false;
            // 
            // gaugeControl1
            // 
            this.gaugeControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.gaugeControl1.BackColor = System.Drawing.Color.White;
            gaugeCircularScale2.Labels.Layout.Font = new System.Drawing.Font("Microsoft Sans Serif", 4F);
            gaugeCircularScale2.Labels.Layout.ScaleOffset = 0.075F;
            gaugeCircularScale2.MajorTickMarks.Interval = 300D;
            gaugeCircularScale2.MajorTickMarks.Layout.Length = 0.063F;
            gaugeCircularScale2.MajorTickMarks.Layout.Width = 0.033F;
            gaugeCircularScale2.MaxPin.EndOffset = 0.01F;
            gaugeCircularScale2.MaxPin.Length = 0.026F;
            gaugeCircularScale2.MaxPin.Name = "MaxPin";
            gaugeCircularScale2.MaxPin.ScaleOffset = -0.06F;
            gaugeCircularScale2.MaxPin.Width = 0.026F;
            gaugeCircularScale2.MaxValue = 2000D;
            gaugeCircularScale2.MinorTickMarks.Interval = 60D;
            gradientFillColor4.BorderColor = System.Drawing.Color.DimGray;
            gradientFillColor4.BorderWidth = 1;
            gradientFillColor4.Color1 = System.Drawing.Color.LightYellow;
            gaugeCircularScale2.MinorTickMarks.Layout.FillColor = gradientFillColor4;
            gaugeCircularScale2.MinorTickMarks.Layout.Length = 0.042F;
            gaugeCircularScale2.MinorTickMarks.Layout.Width = 0.013F;
            gaugeCircularScale2.MinPin.EndOffset = 0.01F;
            gaugeCircularScale2.MinPin.Length = 0.026F;
            gaugeCircularScale2.MinPin.Name = "MinPin";
            gaugeCircularScale2.MinPin.ScaleOffset = -0.06F;
            gaugeCircularScale2.MinPin.Width = 0.026F;
            gaugeCircularScale2.Name = "Scale1";
            gaugeCircularScale2.PivotPoint = ((System.Drawing.PointF)(resources.GetObject("gaugeCircularScale2.PivotPoint")));
            gaugePointer2.CapFillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer2.CapFillColor.BorderWidth = 1;
            gaugePointer2.CapFillColor.Color1 = System.Drawing.Color.Gainsboro;
            gaugePointer2.CapFillColor.Color2 = System.Drawing.Color.Silver;
            gaugePointer2.FillColor.BorderColor = System.Drawing.Color.DimGray;
            gaugePointer2.FillColor.BorderWidth = 1;
            gaugePointer2.FillColor.Color1 = System.Drawing.Color.Black;
            gaugePointer2.Name = "Pointer1";
            gaugePointer2.ScaleOffset = -0.057F;
            gaugePointer2.Style = DevComponents.Instrumentation.PointerStyle.Needle;
            gaugePointer2.Width = 0.032F;
            gaugeCircularScale2.Pointers.AddRange(new DevComponents.Instrumentation.GaugePointer[] {
            gaugePointer2});
            gaugeCircularScale2.Radius = 2.5F;
            gaugeRange2.EndValue = 2000D;
            gaugeRange2.EndWidth = 0.07F;
            gaugeRange2.FillColor.BorderColor = System.Drawing.Color.Gray;
            gaugeRange2.FillColor.BorderWidth = 1;
            gaugeRange2.FillColor.Color1 = System.Drawing.Color.Yellow;
            gaugeRange2.FillColor.Color2 = System.Drawing.Color.Lime;
            gaugeRange2.Name = "Range1";
            gaugeRange2.ScaleOffset = 0.033F;
            gaugeRange2.StartValue = 0D;
            gaugeRange2.StartWidth = 0.07F;
            gaugeCircularScale2.Ranges.AddRange(new DevComponents.Instrumentation.GaugeRange[] {
            gaugeRange2});
            gaugeCircularScale2.StartAngle = 240F;
            gaugeCircularScale2.SweepAngle = 60F;
            gaugeCircularScale2.Width = 0.011F;
            this.gaugeControl1.CircularScales.AddRange(new DevComponents.Instrumentation.GaugeCircularScale[] {
            gaugeCircularScale2});
            this.gaugeControl1.ForeColor = System.Drawing.Color.Black;
            gradientFillColor5.Color1 = System.Drawing.Color.Gainsboro;
            gradientFillColor5.Color2 = System.Drawing.Color.DarkGray;
            this.gaugeControl1.Frame.BackColor = gradientFillColor5;
            gradientFillColor6.BorderColor = System.Drawing.Color.Gainsboro;
            gradientFillColor6.BorderWidth = 1;
            gradientFillColor6.Color1 = System.Drawing.Color.White;
            gradientFillColor6.Color2 = System.Drawing.Color.DimGray;
            this.gaugeControl1.Frame.FrameColor = gradientFillColor6;
            this.gaugeControl1.Frame.Style = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
            this.gaugeControl1.Location = new System.Drawing.Point(674, 315);
            this.gaugeControl1.Name = "gaugeControl1";
            this.gaugeControl1.Size = new System.Drawing.Size(258, 80);
            this.gaugeControl1.TabIndex = 10;
            this.gaugeControl1.Text = "gaugeControl1";
            // 
            // label27
            // 
            this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label27.AutoSize = true;
            this.label27.BackColor = System.Drawing.Color.White;
            this.label27.ForeColor = System.Drawing.Color.Black;
            this.label27.Location = new System.Drawing.Point(6, 206);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(60, 13);
            this.label27.TabIndex = 9;
            this.label27.Text = "Completed:";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.BackColor = System.Drawing.Color.White;
            this.label26.ForeColor = System.Drawing.Color.Black;
            this.label26.Location = new System.Drawing.Point(6, 13);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(54, 13);
            this.label26.TabIndex = 8;
            this.label26.Text = "In Queue:";
            // 
            // listBox6
            // 
            this.listBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listBox6.BackColor = System.Drawing.Color.White;
            this.listBox6.ForeColor = System.Drawing.Color.Black;
            this.listBox6.FormattingEnabled = true;
            this.listBox6.Location = new System.Drawing.Point(6, 222);
            this.listBox6.Name = "listBox6";
            this.listBox6.Size = new System.Drawing.Size(664, 160);
            this.listBox6.TabIndex = 7;
            this.toolTip1.SetToolTip(this.listBox6, "Double Click an Entry to view its location");
            this.listBox6.SelectedIndexChanged += new System.EventHandler(this.listBox6_SelectedIndexChanged);
            this.listBox6.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox6_MouseDoubleClick);
            // 
            // listBox5
            // 
            this.listBox5.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.listBox5.BackColor = System.Drawing.Color.White;
            this.listBox5.ForeColor = System.Drawing.Color.Black;
            this.listBox5.FormattingEnabled = true;
            this.listBox5.Location = new System.Drawing.Point(6, 29);
            this.listBox5.Name = "listBox5";
            this.listBox5.Size = new System.Drawing.Size(664, 95);
            this.listBox5.TabIndex = 6;
            // 
            // progressBarX2
            // 
            this.progressBarX2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBarX2.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.progressBarX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.progressBarX2.ForeColor = System.Drawing.Color.Black;
            this.progressBarX2.Location = new System.Drawing.Point(6, 388);
            this.progressBarX2.Name = "progressBarX2";
            this.progressBarX2.Size = new System.Drawing.Size(662, 10);
            this.progressBarX2.TabIndex = 5;
            this.progressBarX2.Text = "progressBarX2";
            // 
            // progressBarX1
            // 
            this.progressBarX1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBarX1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.progressBarX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.progressBarX1.ForeColor = System.Drawing.Color.Black;
            this.progressBarX1.Location = new System.Drawing.Point(9, 193);
            this.progressBarX1.Name = "progressBarX1";
            this.progressBarX1.Size = new System.Drawing.Size(661, 10);
            this.progressBarX1.TabIndex = 4;
            this.progressBarX1.Text = "progressBarX1";
            // 
            // label25
            // 
            this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.label25.AutoSize = true;
            this.label25.BackColor = System.Drawing.Color.White;
            this.label25.ForeColor = System.Drawing.Color.Black;
            this.label25.Location = new System.Drawing.Point(676, 296);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(118, 13);
            this.label25.TabIndex = 2;
            this.label25.Text = "Speed Indicator (KB/s):";
            // 
            // switchButton1
            // 
            this.switchButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.switchButton1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.switchButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.switchButton1.ForeColor = System.Drawing.Color.Black;
            this.switchButton1.Location = new System.Drawing.Point(863, 287);
            this.switchButton1.Name = "switchButton1";
            this.switchButton1.Size = new System.Drawing.Size(66, 22);
            this.switchButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.switchButton1.TabIndex = 0;
            this.switchButton1.ValueChanged += new System.EventHandler(this.switchButton1_ValueChanged);
            // 
            // metroTabPanel3
            // 
            this.metroTabPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel3.Controls.Add(this.buttonX1);
            this.metroTabPanel3.Controls.Add(this.labelX2);
            this.metroTabPanel3.Controls.Add(this.labelX1);
            this.metroTabPanel3.Controls.Add(this.textBoxX1);
            this.metroTabPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel3.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel3.Name = "metroTabPanel3";
            this.metroTabPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel3.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel3.TabIndex = 7;
            this.metroTabPanel3.Visible = false;
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(480, 259);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(75, 23);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 3;
            this.buttonX1.Text = "Download";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.ForeColor = System.Drawing.Color.Black;
            this.labelX2.Location = new System.Drawing.Point(6, 13);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(75, 23);
            this.labelX2.TabIndex = 2;
            this.labelX2.Text = "Screenshot:";
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.ForeColor = System.Drawing.Color.Black;
            this.labelX1.Location = new System.Drawing.Point(6, 259);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(75, 23);
            this.labelX1.TabIndex = 1;
            this.labelX1.Text = "Details:";
            // 
            // textBoxX1
            // 
            this.textBoxX1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX1.ForeColor = System.Drawing.Color.Black;
            this.textBoxX1.Location = new System.Drawing.Point(28, 288);
            this.textBoxX1.Multiline = true;
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.ReadOnly = true;
            this.textBoxX1.Size = new System.Drawing.Size(527, 107);
            this.textBoxX1.TabIndex = 0;
            // 
            // metroTabPanel2
            // 
            this.metroTabPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel2.Controls.Add(this.metroTilePanel2);
            this.metroTabPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel2.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel2.Name = "metroTabPanel2";
            this.metroTabPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel2.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel2.TabIndex = 2;
            this.metroTabPanel2.Visible = false;
            // 
            // metroTilePanel2
            // 
            this.metroTilePanel2.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.metroTilePanel2.BackgroundStyle.Class = "MetroTilePanel";
            this.metroTilePanel2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTilePanel2.ContainerControlProcessDialogKey = true;
            this.metroTilePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTilePanel2.ForeColor = System.Drawing.Color.Black;
            this.metroTilePanel2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.itemContainer3});
            this.metroTilePanel2.Location = new System.Drawing.Point(3, 0);
            this.metroTilePanel2.Name = "metroTilePanel2";
            this.metroTilePanel2.Size = new System.Drawing.Size(929, 420);
            this.metroTilePanel2.TabIndex = 0;
            this.metroTilePanel2.Text = "metroTilePanel2";
            // 
            // itemContainer3
            // 
            // 
            // 
            // 
            this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer3.CanCustomize = false;
            this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.itemContainer3.MultiLine = true;
            this.itemContainer3.Name = "itemContainer3";
            this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.metroTileItem28});
            // 
            // 
            // 
            this.itemContainer3.TitleStyle.Class = "MetroTileGroupTitle";
            this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer3.TitleText = "Plugins";
            // 
            // metroTileItem28
            // 
            this.metroTileItem28.Name = "metroTileItem28";
            this.metroTileItem28.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem28.TileStyle.BackgroundImage = global::RipLeech.Properties.Resources.ripleech_chatbox;
            this.metroTileItem28.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTileItem28.Click += new System.EventHandler(this.metroTileItem28_Click);
            // 
            // metroTabPanel7
            // 
            this.metroTabPanel7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel7.Controls.Add(this.groupPanel2);
            this.metroTabPanel7.Controls.Add(this.textBox9);
            this.metroTabPanel7.Controls.Add(this.label40);
            this.metroTabPanel7.Controls.Add(this.label37);
            this.metroTabPanel7.Controls.Add(this.button10);
            this.metroTabPanel7.Controls.Add(this.textBox7);
            this.metroTabPanel7.Controls.Add(this.listView1);
            this.metroTabPanel7.Controls.Add(this.label38);
            this.metroTabPanel7.Controls.Add(this.button11);
            this.metroTabPanel7.Controls.Add(this.textBox8);
            this.metroTabPanel7.Controls.Add(this.label39);
            this.metroTabPanel7.Controls.Add(this.label36);
            this.metroTabPanel7.Controls.Add(this.webBrowser1);
            this.metroTabPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel7.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel7.Name = "metroTabPanel7";
            this.metroTabPanel7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel7.Size = new System.Drawing.Size(935, 423);
            // 
            // 
            // 
            this.metroTabPanel7.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel7.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel7.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel7.TabIndex = 9;
            this.metroTabPanel7.Visible = false;
            // 
            // groupPanel2
            // 
            this.groupPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.groupPanel2.BackColor = System.Drawing.Color.White;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.radioButton11);
            this.groupPanel2.Controls.Add(this.radioButton10);
            this.groupPanel2.Controls.Add(this.button12);
            this.groupPanel2.Location = new System.Drawing.Point(796, 273);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(133, 96);
            // 
            // 
            // 
            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 = 32;
            this.groupPanel2.Text = "Download Options";
            // 
            // radioButton11
            // 
            this.radioButton11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButton11.AutoSize = true;
            this.radioButton11.BackColor = System.Drawing.Color.Transparent;
            this.radioButton11.ForeColor = System.Drawing.Color.Black;
            this.radioButton11.Location = new System.Drawing.Point(6, 26);
            this.radioButton11.Name = "radioButton11";
            this.radioButton11.Size = new System.Drawing.Size(118, 17);
            this.radioButton11.TabIndex = 28;
            this.radioButton11.Text = "Download As Video";
            this.radioButton11.UseVisualStyleBackColor = false;
            // 
            // radioButton10
            // 
            this.radioButton10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButton10.AutoSize = true;
            this.radioButton10.BackColor = System.Drawing.Color.Transparent;
            this.radioButton10.Checked = true;
            this.radioButton10.ForeColor = System.Drawing.Color.Black;
            this.radioButton10.Location = new System.Drawing.Point(6, 3);
            this.radioButton10.Name = "radioButton10";
            this.radioButton10.Size = new System.Drawing.Size(118, 17);
            this.radioButton10.TabIndex = 29;
            this.radioButton10.TabStop = true;
            this.radioButton10.Text = "Download As Audio";
            this.radioButton10.UseVisualStyleBackColor = false;
            // 
            // button12
            // 
            this.button12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button12.BackColor = System.Drawing.Color.White;
            this.button12.ForeColor = System.Drawing.Color.Black;
            this.button12.Location = new System.Drawing.Point(6, 49);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(118, 23);
            this.button12.TabIndex = 27;
            this.button12.Text = "Download";
            this.button12.UseVisualStyleBackColor = false;
            this.button12.Click += new System.EventHandler(this.button12_Click);
            // 
            // textBox9
            // 
            this.textBox9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox9.BackColor = System.Drawing.Color.White;
            this.textBox9.ForeColor = System.Drawing.Color.Black;
            this.textBox9.Location = new System.Drawing.Point(15, 266);
            this.textBox9.Multiline = true;
            this.textBox9.Name = "textBox9";
            this.textBox9.ReadOnly = true;
            this.textBox9.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox9.Size = new System.Drawing.Size(364, 100);
            this.textBox9.TabIndex = 31;
            // 
            // label40
            // 
            this.label40.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label40.AutoSize = true;
            this.label40.BackColor = System.Drawing.Color.Transparent;
            this.label40.ForeColor = System.Drawing.Color.Black;
            this.label40.Location = new System.Drawing.Point(-2, 247);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(63, 13);
            this.label40.TabIndex = 30;
            this.label40.Text = "Description:";
            // 
            // label37
            // 
            this.label37.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label37.AutoSize = true;
            this.label37.BackColor = System.Drawing.Color.Transparent;
            this.label37.ForeColor = System.Drawing.Color.Black;
            this.label37.Location = new System.Drawing.Point(564, 8);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(88, 13);
            this.label37.TabIndex = 26;
            this.label37.Text = "Keyword Search:";
            this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // button10
            // 
            this.button10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button10.BackColor = System.Drawing.Color.White;
            this.button10.ForeColor = System.Drawing.Color.Black;
            this.button10.Location = new System.Drawing.Point(879, 24);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(50, 23);
            this.button10.TabIndex = 25;
            this.button10.Text = "Search";
            this.button10.UseVisualStyleBackColor = false;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // textBox7
            // 
            this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox7.BackColor = System.Drawing.Color.White;
            this.textBox7.ForeColor = System.Drawing.Color.Black;
            this.textBox7.Location = new System.Drawing.Point(594, 26);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(279, 20);
            this.textBox7.TabIndex = 24;
            this.textBox7.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox7_KeyDown);
            // 
            // listView1
            // 
            this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listView1.BackColor = System.Drawing.Color.White;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4});
            this.listView1.ForeColor = System.Drawing.Color.Black;
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(400, 107);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(529, 138);
            this.listView1.TabIndex = 23;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.ItemActivate += new System.EventHandler(this.listView1_ItemActivate);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Title";
            this.columnHeader1.Width = 204;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Views";
            this.columnHeader2.Width = 94;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Uploaded By:";
            this.columnHeader3.Width = 133;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Video ID";
            // 
            // label38
            // 
            this.label38.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label38.AutoSize = true;
            this.label38.BackColor = System.Drawing.Color.Transparent;
            this.label38.ForeColor = System.Drawing.Color.Black;
            this.label38.Location = new System.Drawing.Point(397, 87);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(82, 13);
            this.label38.TabIndex = 22;
            this.label38.Text = "Related Videos:";
            // 
            // button11
            // 
            this.button11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button11.BackColor = System.Drawing.Color.White;
            this.button11.ForeColor = System.Drawing.Color.Black;
            this.button11.Location = new System.Drawing.Point(879, 62);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(50, 23);
            this.button11.TabIndex = 21;
            this.button11.Text = "Go";
            this.button11.UseVisualStyleBackColor = false;
            this.button11.Click += new System.EventHandler(this.button11_Click);
            // 
            // textBox8
            // 
            this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox8.BackColor = System.Drawing.Color.White;
            this.textBox8.ForeColor = System.Drawing.Color.Black;
            this.textBox8.Location = new System.Drawing.Point(736, 64);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(137, 20);
            this.textBox8.TabIndex = 20;
            this.textBox8.Text = "qbagLrDTzGY";
            this.textBox8.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox8_KeyDown);
            // 
            // label39
            // 
            this.label39.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label39.AutoSize = true;
            this.label39.BackColor = System.Drawing.Color.Transparent;
            this.label39.ForeColor = System.Drawing.Color.Black;
            this.label39.Location = new System.Drawing.Point(716, 48);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(51, 13);
            this.label39.TabIndex = 19;
            this.label39.Text = "Video ID:";
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.BackColor = System.Drawing.Color.Transparent;
            this.label36.ForeColor = System.Drawing.Color.Black;
            this.label36.Location = new System.Drawing.Point(6, 8);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(78, 13);
            this.label36.TabIndex = 15;
            this.label36.Text = "Video Preview:";
            // 
            // webBrowser1
            // 
            this.webBrowser1.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.webBrowser1.Location = new System.Drawing.Point(13, 24);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.ScriptErrorsSuppressed = true;
            this.webBrowser1.Size = new System.Drawing.Size(366, 220);
            this.webBrowser1.TabIndex = 14;
            this.webBrowser1.Url = new System.Uri("http://youtube.com/v/vw3pRqs9B1c&vq=hd720", System.UriKind.Absolute);
            // 
            // metroAppButton1
            // 
            this.metroAppButton1.AutoExpandOnClick = true;
            this.metroAppButton1.BackstageTab = this.superTabControl1;
            this.metroAppButton1.CanCustomize = false;
            this.metroAppButton1.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.metroAppButton1.ImagePaddingHorizontal = 0;
            this.metroAppButton1.ImagePaddingVertical = 0;
            this.metroAppButton1.Name = "metroAppButton1";
            this.metroAppButton1.ShowSubItems = false;
            this.metroAppButton1.Text = "&File";
            // 
            // superTabControl1
            // 
            this.superTabControl1.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.superTabControl1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            // 
            // 
            // 
            this.superTabControl1.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.superTabControl1.ControlBox.MenuBox.Name = "";
            this.superTabControl1.ControlBox.Name = "";
            this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl1.ControlBox.MenuBox,
            this.superTabControl1.ControlBox.CloseBox});
            this.superTabControl1.ControlBox.Visible = false;
            this.superTabControl1.Controls.Add(this.superTabControlPanel1);
            this.superTabControl1.Controls.Add(this.superTabControlPanel3);
            this.superTabControl1.Controls.Add(this.superTabControlPanel4);
            this.superTabControl1.Controls.Add(this.superTabControlPanel5);
            this.superTabControl1.Controls.Add(this.superTabControlPanel6);
            this.superTabControl1.Controls.Add(this.superTabControlPanel2);
            this.superTabControl1.ForeColor = System.Drawing.Color.Black;
            this.superTabControl1.ItemPadding.Left = 6;
            this.superTabControl1.ItemPadding.Right = 4;
            this.superTabControl1.ItemPadding.Top = 4;
            this.superTabControl1.Location = new System.Drawing.Point(0, 52);
            this.superTabControl1.Name = "superTabControl1";
            this.superTabControl1.ReorderTabsEnabled = false;
            this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Segoe UI", 9.75F);
            this.superTabControl1.SelectedTabIndex = 4;
            this.superTabControl1.Size = new System.Drawing.Size(935, 423);
            this.superTabControl1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
            this.superTabControl1.TabFont = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.superTabControl1.TabHorizontalSpacing = 16;
            this.superTabControl1.TabIndex = 1;
            this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItem1,
            this.superTabItem2,
            this.superTabItem3,
            this.superTabItem4,
            this.superTabItem5,
            this.superTabItem6,
            this.buttonItem5});
            this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
            this.superTabControl1.TabVerticalSpacing = 8;
            // 
            // superTabControlPanel1
            // 
            this.superTabControlPanel1.Controls.Add(this.listBox4);
            this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel1.Location = new System.Drawing.Point(133, 0);
            this.superTabControlPanel1.Name = "superTabControlPanel1";
            this.superTabControlPanel1.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel1.TabIndex = 1;
            this.superTabControlPanel1.TabItem = this.superTabItem1;
            // 
            // listBox4
            // 
            this.listBox4.BackColor = System.Drawing.Color.White;
            this.listBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox4.ForeColor = System.Drawing.Color.Black;
            this.listBox4.FormattingEnabled = true;
            this.listBox4.Location = new System.Drawing.Point(0, 0);
            this.listBox4.Name = "listBox4";
            this.listBox4.Size = new System.Drawing.Size(802, 423);
            this.listBox4.TabIndex = 21;
            // 
            // superTabItem1
            // 
            this.superTabItem1.AttachedControl = this.superTabControlPanel1;
            this.superTabItem1.GlobalItem = false;
            this.superTabItem1.KeyTips = "R";
            this.superTabItem1.Name = "superTabItem1";
            this.superTabItem1.Text = "Your Plugins";
            this.superTabItem1.Click += new System.EventHandler(this.superTabItem1_Click);
            // 
            // superTabControlPanel3
            // 
            this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel3.Location = new System.Drawing.Point(133, 0);
            this.superTabControlPanel3.Name = "superTabControlPanel3";
            this.superTabControlPanel3.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel3.TabIndex = 3;
            this.superTabControlPanel3.TabItem = this.superTabItem3;
            // 
            // superTabItem3
            // 
            this.superTabItem3.AttachedControl = this.superTabControlPanel3;
            this.superTabItem3.GlobalItem = false;
            this.superTabItem3.KeyTips = "P";
            this.superTabItem3.Name = "superTabItem3";
            this.superTabItem3.Text = "Your Account";
            // 
            // superTabControlPanel4
            // 
            this.superTabControlPanel4.Controls.Add(this.groupPanel1);
            this.superTabControlPanel4.Controls.Add(this.button6);
            this.superTabControlPanel4.Controls.Add(this.checkBox2);
            this.superTabControlPanel4.Controls.Add(this.groupBox5);
            this.superTabControlPanel4.Controls.Add(this.groupBox4);
            this.superTabControlPanel4.Controls.Add(this.groupBox3);
            this.superTabControlPanel4.Controls.Add(this.checkBox1);
            this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel4.Location = new System.Drawing.Point(133, 0);
            this.superTabControlPanel4.Name = "superTabControlPanel4";
            this.superTabControlPanel4.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel4.TabIndex = 0;
            this.superTabControlPanel4.TabItem = this.superTabItem4;
            // 
            // groupPanel1
            // 
            this.groupPanel1.BackColor = System.Drawing.Color.White;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.button9);
            this.groupPanel1.Controls.Add(this.button8);
            this.groupPanel1.Controls.Add(this.button7);
            this.groupPanel1.Location = new System.Drawing.Point(201, 27);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(192, 118);
            // 
            // 
            // 
            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 = 36;
            this.groupPanel1.Text = "Tools";
            // 
            // button9
            // 
            this.button9.BackColor = System.Drawing.Color.White;
            this.button9.ForeColor = System.Drawing.Color.Black;
            this.button9.Location = new System.Drawing.Point(3, 61);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(180, 23);
            this.button9.TabIndex = 5;
            this.button9.Text = "Convert FLV to MP3";
            this.button9.UseVisualStyleBackColor = false;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // button8
            // 
            this.button8.BackColor = System.Drawing.Color.White;
            this.button8.ForeColor = System.Drawing.Color.Black;
            this.button8.Location = new System.Drawing.Point(3, 32);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(180, 23);
            this.button8.TabIndex = 4;
            this.button8.Text = "Convert FLV to MP4";
            this.button8.UseVisualStyleBackColor = false;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // button7
            // 
            this.button7.BackColor = System.Drawing.Color.White;
            this.button7.ForeColor = System.Drawing.Color.Black;
            this.button7.Location = new System.Drawing.Point(3, 3);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(180, 23);
            this.button7.TabIndex = 3;
            this.button7.Text = "Convert MP4 to MP3";
            this.button7.UseVisualStyleBackColor = false;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button6
            // 
            this.button6.BackColor = System.Drawing.Color.White;
            this.button6.ForeColor = System.Drawing.Color.Black;
            this.button6.Location = new System.Drawing.Point(201, 208);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(192, 48);
            this.button6.TabIndex = 34;
            this.button6.Text = "Save";
            this.button6.UseVisualStyleBackColor = false;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.BackColor = System.Drawing.Color.Transparent;
            this.checkBox2.Checked = true;
            this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox2.ForeColor = System.Drawing.Color.Black;
            this.checkBox2.Location = new System.Drawing.Point(15, 3);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(98, 17);
            this.checkBox2.TabIndex = 33;
            this.checkBox2.Text = "Minimize to tray";
            this.checkBox2.UseVisualStyleBackColor = false;
            // 
            // groupBox5
            // 
            this.groupBox5.BackColor = System.Drawing.Color.Transparent;
            this.groupBox5.Controls.Add(this.button13);
            this.groupBox5.Controls.Add(this.button2);
            this.groupBox5.Controls.Add(this.button5);
            this.groupBox5.Controls.Add(this.label6);
            this.groupBox5.Controls.Add(this.label7);
            this.groupBox5.Controls.Add(this.textBox2);
            this.groupBox5.Controls.Add(this.textBox1);
            this.groupBox5.ForeColor = System.Drawing.Color.Black;
            this.groupBox5.Location = new System.Drawing.Point(6, 114);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(189, 145);
            this.groupBox5.TabIndex = 32;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Default Save Options:";
            // 
            // button13
            // 
            this.button13.ForeColor = System.Drawing.Color.Black;
            this.button13.Location = new System.Drawing.Point(9, 97);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(174, 23);
            this.button13.TabIndex = 6;
            this.button13.Text = "Restore Defaults";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.button13_Click);
            // 
            // button2
            // 
            this.button2.ForeColor = System.Drawing.Color.Black;
            this.button2.Location = new System.Drawing.Point(157, 71);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(26, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "...";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button5
            // 
            this.button5.ForeColor = System.Drawing.Color.Black;
            this.button5.Location = new System.Drawing.Point(157, 32);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(26, 23);
            this.button5.TabIndex = 4;
            this.button5.Text = "...";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.ForeColor = System.Drawing.Color.Black;
            this.label6.Location = new System.Drawing.Point(6, 55);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(37, 13);
            this.label6.TabIndex = 3;
            this.label6.Text = "Audio:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.ForeColor = System.Drawing.Color.Black;
            this.label7.Location = new System.Drawing.Point(6, 16);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(37, 13);
            this.label7.TabIndex = 2;
            this.label7.Text = "Video:";
            // 
            // textBox2
            // 
            this.textBox2.BackColor = System.Drawing.Color.White;
            this.textBox2.ForeColor = System.Drawing.Color.Black;
            this.textBox2.Location = new System.Drawing.Point(9, 71);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(142, 20);
            this.textBox2.TabIndex = 1;
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.Color.White;
            this.textBox1.ForeColor = System.Drawing.Color.Black;
            this.textBox1.Location = new System.Drawing.Point(9, 32);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(142, 20);
            this.textBox1.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.BackColor = System.Drawing.Color.Transparent;
            this.groupBox4.Controls.Add(this.radioButton5);
            this.groupBox4.Controls.Add(this.radioButton6);
            this.groupBox4.Enabled = false;
            this.groupBox4.ForeColor = System.Drawing.Color.Black;
            this.groupBox4.Location = new System.Drawing.Point(201, 148);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(192, 48);
            this.groupBox4.TabIndex = 31;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Conversion Program";
            // 
            // radioButton5
            // 
            this.radioButton5.AutoSize = true;
            this.radioButton5.BackColor = System.Drawing.Color.Transparent;
            this.radioButton5.Enabled = false;
            this.radioButton5.ForeColor = System.Drawing.Color.Black;
            this.radioButton5.Location = new System.Drawing.Point(70, 19);
            this.radioButton5.Name = "radioButton5";
            this.radioButton5.Size = new System.Drawing.Size(113, 17);
            this.radioButton5.TabIndex = 18;
            this.radioButton5.Text = "FlagBug Converter";
            this.radioButton5.UseVisualStyleBackColor = false;
            // 
            // radioButton6
            // 
            this.radioButton6.AutoSize = true;
            this.radioButton6.BackColor = System.Drawing.Color.Transparent;
            this.radioButton6.Checked = true;
            this.radioButton6.ForeColor = System.Drawing.Color.Black;
            this.radioButton6.Location = new System.Drawing.Point(6, 19);
            this.radioButton6.Name = "radioButton6";
            this.radioButton6.Size = new System.Drawing.Size(64, 17);
            this.radioButton6.TabIndex = 17;
            this.radioButton6.TabStop = true;
            this.radioButton6.Text = "FFMpeg";
            this.radioButton6.UseVisualStyleBackColor = false;
            // 
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.Transparent;
            this.groupBox3.Controls.Add(this.radioButton1);
            this.groupBox3.Controls.Add(this.radioButton3);
            this.groupBox3.Controls.Add(this.radioButton2);
            this.groupBox3.ForeColor = System.Drawing.Color.Black;
            this.groupBox3.Location = new System.Drawing.Point(6, 26);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(189, 77);
            this.groupBox3.TabIndex = 30;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Audio Conversion";
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.BackColor = System.Drawing.Color.Transparent;
            this.radioButton1.ForeColor = System.Drawing.Color.Black;
            this.radioButton1.Location = new System.Drawing.Point(9, 28);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(66, 17);
            this.radioButton1.TabIndex = 16;
            this.radioButton1.Text = "128kbps";
            this.radioButton1.UseVisualStyleBackColor = false;
            // 
            // radioButton3
            // 
            this.radioButton3.AutoSize = true;
            this.radioButton3.BackColor = System.Drawing.Color.Transparent;
            this.radioButton3.Checked = true;
            this.radioButton3.ForeColor = System.Drawing.Color.Black;
            this.radioButton3.Location = new System.Drawing.Point(53, 51);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(66, 17);
            this.radioButton3.TabIndex = 18;
            this.radioButton3.TabStop = true;
            this.radioButton3.Text = "320kbps";
            this.radioButton3.UseVisualStyleBackColor = false;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.BackColor = System.Drawing.Color.Transparent;
            this.radioButton2.ForeColor = System.Drawing.Color.Black;
            this.radioButton2.Location = new System.Drawing.Point(96, 28);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(66, 17);
            this.radioButton2.TabIndex = 17;
            this.radioButton2.Text = "256kbps";
            this.radioButton2.UseVisualStyleBackColor = false;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.BackColor = System.Drawing.Color.Transparent;
            this.checkBox1.ForeColor = System.Drawing.Color.Black;
            this.checkBox1.Location = new System.Drawing.Point(201, 3);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(128, 17);
            this.checkBox1.TabIndex = 29;
            this.checkBox1.Text = "Enroll in beta updates";
            this.checkBox1.UseVisualStyleBackColor = false;
            // 
            // superTabItem4
            // 
            this.superTabItem4.AttachedControl = this.superTabControlPanel4;
            this.superTabItem4.GlobalItem = false;
            this.superTabItem4.Name = "superTabItem4";
            this.superTabItem4.Text = "Options";
            // 
            // superTabControlPanel5
            // 
            this.superTabControlPanel5.Controls.Add(this.linkLabel4);
            this.superTabControlPanel5.Controls.Add(this.linkLabel3);
            this.superTabControlPanel5.Controls.Add(this.linkLabel2);
            this.superTabControlPanel5.Controls.Add(this.linkLabel1);
            this.superTabControlPanel5.Controls.Add(this.label12);
            this.superTabControlPanel5.Controls.Add(this.label8);
            this.superTabControlPanel5.Controls.Add(this.label9);
            this.superTabControlPanel5.Controls.Add(this.label10);
            this.superTabControlPanel5.Controls.Add(this.label11);
            this.superTabControlPanel5.Controls.Add(this.listBox1);
            this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel5.Location = new System.Drawing.Point(133, 0);
            this.superTabControlPanel5.Name = "superTabControlPanel5";
            this.superTabControlPanel5.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel5.TabIndex = 0;
            this.superTabControlPanel5.TabItem = this.superTabItem5;
            // 
            // linkLabel4
            // 
            this.linkLabel4.AutoSize = true;
            this.linkLabel4.BackColor = System.Drawing.Color.Transparent;
            this.linkLabel4.ForeColor = System.Drawing.Color.Black;
            this.linkLabel4.Location = new System.Drawing.Point(115, 315);
            this.linkLabel4.Name = "linkLabel4";
            this.linkLabel4.Size = new System.Drawing.Size(77, 13);
            this.linkLabel4.TabIndex = 21;
            this.linkLabel4.TabStop = true;
            this.linkLabel4.Text = "StackOverflow";
            this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
            // 
            // linkLabel3
            // 
            this.linkLabel3.AutoSize = true;
            this.linkLabel3.BackColor = System.Drawing.Color.Transparent;
            this.linkLabel3.ForeColor = System.Drawing.Color.Black;
            this.linkLabel3.Location = new System.Drawing.Point(115, 289);
            this.linkLabel3.Name = "linkLabel3";
            this.linkLabel3.Size = new System.Drawing.Size(52, 13);
            this.linkLabel3.TabIndex = 20;
            this.linkLabel3.TabStop = true;
            this.linkLabel3.Text = "WExplain";
            this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.BackColor = System.Drawing.Color.Transparent;
            this.linkLabel2.ForeColor = System.Drawing.Color.Black;
            this.linkLabel2.Location = new System.Drawing.Point(115, 265);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(46, 13);
            this.linkLabel2.TabIndex = 19;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "FFMpeg";
            this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
            this.linkLabel1.ForeColor = System.Drawing.Color.Black;
            this.linkLabel1.Location = new System.Drawing.Point(115, 243);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(42, 13);
            this.linkLabel1.TabIndex = 18;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "flagbug";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.BackColor = System.Drawing.Color.Transparent;
            this.label12.ForeColor = System.Drawing.Color.Black;
            this.label12.Location = new System.Drawing.Point(3, 243);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(96, 13);
            this.label12.TabIndex = 17;
            this.label12.Text = "Special Thanks to:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.ForeColor = System.Drawing.Color.Black;
            this.label8.Location = new System.Drawing.Point(115, 230);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(39, 13);
            this.label8.TabIndex = 16;
            this.label8.Text = "Depart";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.ForeColor = System.Drawing.Color.Black;
            this.label9.Location = new System.Drawing.Point(3, 228);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(69, 13);
            this.label9.TabIndex = 15;
            this.label9.Text = "Original Idea:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.BackColor = System.Drawing.Color.Transparent;
            this.label10.ForeColor = System.Drawing.Color.Black;
            this.label10.Location = new System.Drawing.Point(115, 215);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 13);
            this.label10.TabIndex = 14;
            this.label10.Text = "Dj Lyriz";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.ForeColor = System.Drawing.Color.Black;
            this.label11.Location = new System.Drawing.Point(3, 215);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 13);
            this.label11.TabIndex = 13;
            this.label11.Text = "Author:";
            // 
            // listBox1
            // 
            this.listBox1.BackColor = System.Drawing.Color.White;
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.listBox1.ForeColor = System.Drawing.Color.Black;
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Items.AddRange(new object[] {
            "TubeRip was designed for a friend of mine as an easier way to download youtube vi" +
                "deos to mp3 or mp4 format.",
            "",
            "After starting on the idea, i realized there aren\'t many programs that do this, s" +
                "o i decided to release the program and its source to the public.",
            "",
            "And hence TubeRip was born! ",
            "",
            "The more time I spend coding it, the more it becomes a multi tool and less of a y" +
                "outube ripper.",
            "",
            "I proceeded to attemp to obtain the domain for TubeRip, however I found it was ta" +
                "ken, so discussing it over with a friend of mine, we renamed",
            "it to RipLeech and aquired the domains for it. TubeRip has not died, but lives on" +
                " in RipLeech. Hopefully we can make RipLeech 100 times better than we",
            "ever though we could do for TubeRip",
            "",
            "Hopefully everyone likes the program, I  will keep releasing major updates for aw" +
                "hile. probably long past the final release build, but when it dies down, ",
            "I\'ll keep updating it so the ripper still works.",
            "Have fun ripping those vids!"});
            this.listBox1.Location = new System.Drawing.Point(0, 0);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(802, 212);
            this.listBox1.TabIndex = 1;
            // 
            // superTabItem5
            // 
            this.superTabItem5.AttachedControl = this.superTabControlPanel5;
            this.superTabItem5.GlobalItem = false;
            this.superTabItem5.Name = "superTabItem5";
            this.superTabItem5.Text = "About";
            // 
            // superTabControlPanel6
            // 
            this.superTabControlPanel6.Controls.Add(this.textBox3);
            this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel6.Location = new System.Drawing.Point(133, 0);
            this.superTabControlPanel6.Name = "superTabControlPanel6";
            this.superTabControlPanel6.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel6.TabIndex = 0;
            this.superTabControlPanel6.TabItem = this.superTabItem6;
            // 
            // textBox3
            // 
            this.textBox3.BackColor = System.Drawing.Color.White;
            this.textBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox3.ForeColor = System.Drawing.Color.Black;
            this.textBox3.Location = new System.Drawing.Point(0, 0);
            this.textBox3.Multiline = true;
            this.textBox3.Name = "textBox3";
            this.textBox3.ReadOnly = true;
            this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox3.Size = new System.Drawing.Size(802, 423);
            this.textBox3.TabIndex = 1;
            // 
            // superTabItem6
            // 
            this.superTabItem6.AttachedControl = this.superTabControlPanel6;
            this.superTabItem6.GlobalItem = false;
            this.superTabItem6.Name = "superTabItem6";
            this.superTabItem6.Text = "Changelog";
            this.superTabItem6.Click += new System.EventHandler(this.superTabItem6_Click_1);
            // 
            // superTabControlPanel2
            // 
            this.superTabControlPanel2.Controls.Add(this.superTabControl2);
            this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel2.Location = new System.Drawing.Point(133, 0);
            this.superTabControlPanel2.Name = "superTabControlPanel2";
            this.superTabControlPanel2.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel2.TabIndex = 2;
            this.superTabControlPanel2.TabItem = this.superTabItem2;
            // 
            // superTabControl2
            // 
            this.superTabControl2.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            // 
            // 
            // 
            this.superTabControl2.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.superTabControl2.ControlBox.MenuBox.Name = "";
            this.superTabControl2.ControlBox.Name = "";
            this.superTabControl2.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl2.ControlBox.MenuBox,
            this.superTabControl2.ControlBox.CloseBox});
            this.superTabControl2.Controls.Add(this.superTabControlPanel7);
            this.superTabControl2.Controls.Add(this.superTabControlPanel8);
            this.superTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControl2.ForeColor = System.Drawing.Color.Black;
            this.superTabControl2.Location = new System.Drawing.Point(0, 0);
            this.superTabControl2.Name = "superTabControl2";
            this.superTabControl2.ReorderTabsEnabled = true;
            this.superTabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.superTabControl2.SelectedTabIndex = 0;
            this.superTabControl2.Size = new System.Drawing.Size(802, 423);
            this.superTabControl2.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.superTabControl2.TabIndex = 0;
            this.superTabControl2.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItem7,
            this.superTabItem8});
            this.superTabControl2.Text = "superTabControl2";
            // 
            // superTabControlPanel7
            // 
            this.superTabControlPanel7.Controls.Add(this.listBox2);
            this.superTabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel7.Location = new System.Drawing.Point(0, 25);
            this.superTabControlPanel7.Name = "superTabControlPanel7";
            this.superTabControlPanel7.Size = new System.Drawing.Size(802, 398);
            this.superTabControlPanel7.TabIndex = 1;
            this.superTabControlPanel7.TabItem = this.superTabItem7;
            // 
            // listBox2
            // 
            this.listBox2.BackColor = System.Drawing.Color.White;
            this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox2.ForeColor = System.Drawing.Color.Black;
            this.listBox2.FormattingEnabled = true;
            this.listBox2.Location = new System.Drawing.Point(0, 0);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(802, 398);
            this.listBox2.TabIndex = 1;
            // 
            // superTabItem7
            // 
            this.superTabItem7.AttachedControl = this.superTabControlPanel7;
            this.superTabItem7.GlobalItem = false;
            this.superTabItem7.Name = "superTabItem7";
            this.superTabItem7.Text = "Searches";
            // 
            // superTabControlPanel8
            // 
            this.superTabControlPanel8.Controls.Add(this.listBox3);
            this.superTabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel8.Location = new System.Drawing.Point(0, 0);
            this.superTabControlPanel8.Name = "superTabControlPanel8";
            this.superTabControlPanel8.Size = new System.Drawing.Size(802, 423);
            this.superTabControlPanel8.TabIndex = 2;
            this.superTabControlPanel8.TabItem = this.superTabItem8;
            // 
            // listBox3
            // 
            this.listBox3.BackColor = System.Drawing.Color.White;
            this.listBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox3.ForeColor = System.Drawing.Color.Black;
            this.listBox3.FormattingEnabled = true;
            this.listBox3.Location = new System.Drawing.Point(0, 0);
            this.listBox3.Name = "listBox3";
            this.listBox3.Size = new System.Drawing.Size(802, 423);
            this.listBox3.TabIndex = 2;
            // 
            // superTabItem8
            // 
            this.superTabItem8.AttachedControl = this.superTabControlPanel8;
            this.superTabItem8.GlobalItem = false;
            this.superTabItem8.Name = "superTabItem8";
            this.superTabItem8.Text = "Videos";
            // 
            // superTabItem2
            // 
            this.superTabItem2.AttachedControl = this.superTabControlPanel2;
            this.superTabItem2.GlobalItem = false;
            this.superTabItem2.KeyTips = "N";
            this.superTabItem2.Name = "superTabItem2";
            this.superTabItem2.Text = "Trending";
            this.superTabItem2.Click += new System.EventHandler(this.superTabItem2_Click);
            // 
            // buttonItem5
            // 
            this.buttonItem5.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.buttonItem5.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
            this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image")));
            this.buttonItem5.ImagePaddingHorizontal = 18;
            this.buttonItem5.ImagePaddingVertical = 10;
            this.buttonItem5.KeyTips = "X";
            this.buttonItem5.Name = "buttonItem5";
            this.buttonItem5.Stretch = true;
            this.buttonItem5.Text = "Exit";
            this.buttonItem5.Click += new System.EventHandler(this.buttonItem5_Click);
            // 
            // metroTabItem1
            // 
            this.metroTabItem1.Checked = true;
            this.metroTabItem1.Name = "metroTabItem1";
            this.metroTabItem1.Panel = this.metroTabPanel1;
            this.metroTabItem1.Text = "&Home";
            // 
            // metroTabItem2
            // 
            this.metroTabItem2.Name = "metroTabItem2";
            this.metroTabItem2.Panel = this.metroTabPanel2;
            this.metroTabItem2.Text = "&Plugins";
            // 
            // Youtube
            // 
            this.Youtube.Name = "Youtube";
            this.Youtube.Panel = this.metroTabPanel7;
            this.Youtube.Text = "Youtube";
            // 
            // metroTabItem5
            // 
            this.metroTabItem5.Name = "metroTabItem5";
            this.metroTabItem5.Panel = this.metroTabPanel5;
            this.metroTabItem5.Text = "&Queue";
            // 
            // metroTabItem6
            // 
            this.metroTabItem6.Name = "metroTabItem6";
            this.metroTabItem6.Panel = this.metroTabPanel6;
            this.metroTabItem6.Text = "&Get Extras";
            this.metroTabItem6.Click += new System.EventHandler(this.metroTabItem6_Click);
            // 
            // metroTabItem3
            // 
            this.metroTabItem3.Name = "metroTabItem3";
            this.metroTabItem3.Panel = this.metroTabPanel3;
            this.metroTabItem3.Text = "Plugin Info";
            this.metroTabItem3.Visible = false;
            // 
            // metroTabItem4
            // 
            this.metroTabItem4.Name = "metroTabItem4";
            this.metroTabItem4.Panel = this.metroTabPanel4;
            this.metroTabItem4.Text = "Update";
            this.metroTabItem4.Click += new System.EventHandler(this.metroTabItem4_Click);
            // 
            // metroTileItem1
            // 
            this.metroTileItem1.Name = "metroTileItem1";
            this.metroTileItem1.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem1.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // metroTileItem2
            // 
            this.metroTileItem2.Name = "metroTileItem2";
            this.metroTileItem2.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem2.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // metroTileItem3
            // 
            this.metroTileItem3.Name = "metroTileItem3";
            this.metroTileItem3.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem3.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // metroTileItem4
            // 
            this.metroTileItem4.Name = "metroTileItem4";
            this.metroTileItem4.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.metroTileItem4.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // styleManager1
            // 
            this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro;
            this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(142)))), ((int)(((byte)(0))))));
            // 
            // metroStatusBar1
            // 
            this.metroStatusBar1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.metroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroStatusBar1.ContainerControlProcessDialogKey = true;
            this.metroStatusBar1.Controls.Add(this.circularProgress1);
            this.metroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.metroStatusBar1.Font = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.metroStatusBar1.ForeColor = System.Drawing.Color.Black;
            this.metroStatusBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.labelItem1,
            this.progressBarItem1});
            this.metroStatusBar1.Location = new System.Drawing.Point(0, 453);
            this.metroStatusBar1.Name = "metroStatusBar1";
            this.metroStatusBar1.Size = new System.Drawing.Size(935, 22);
            this.metroStatusBar1.TabIndex = 2;
            this.metroStatusBar1.Text = "metroStatusBar1";
            // 
            // circularProgress1
            // 
            this.circularProgress1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.circularProgress1.Location = new System.Drawing.Point(890, 3);
            this.circularProgress1.Name = "circularProgress1";
            this.circularProgress1.Size = new System.Drawing.Size(42, 19);
            this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            this.circularProgress1.TabIndex = 0;
            // 
            // labelItem1
            // 
            this.labelItem1.Name = "labelItem1";
            this.labelItem1.Text = "Connected to RipLeech Server Successfully!";
            // 
            // progressBarItem1
            // 
            // 
            // 
            // 
            this.progressBarItem1.BackStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.progressBarItem1.ChunkGradientAngle = 0F;
            this.progressBarItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.progressBarItem1.Name = "progressBarItem1";
            this.progressBarItem1.RecentlyUsed = false;
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // timer2
            // 
            this.timer2.Interval = 1000;
            // 
            // timer3
            // 
            this.timer3.Interval = 5000;
            this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
            // 
            // timer4
            // 
            this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
            // 
            // timer5
            // 
            this.timer5.Interval = 300000;
            this.timer5.Tick += new System.EventHandler(this.timer5_Tick);
            // 
            // metro
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(936, 476);
            this.Controls.Add(this.superTabControl1);
            this.Controls.Add(this.metroStatusBar1);
            this.Controls.Add(this.metroShell1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "metro";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "RipLeech Beta";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.metro_FormClosing);
            this.Load += new System.EventHandler(this.metro_Load);
            this.metroShell1.ResumeLayout(false);
            this.metroShell1.PerformLayout();
            this.metroTabPanel1.ResumeLayout(false);
            this.metroTabPanel1.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.metroTabPanel4.ResumeLayout(false);
            this.metroTabPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl2)).EndInit();
            this.metroTabPanel6.ResumeLayout(false);
            this.metroTabPanel5.ResumeLayout(false);
            this.metroTabPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaugeControl1)).EndInit();
            this.metroTabPanel3.ResumeLayout(false);
            this.metroTabPanel2.ResumeLayout(false);
            this.metroTabPanel7.ResumeLayout(false);
            this.metroTabPanel7.PerformLayout();
            this.groupPanel2.ResumeLayout(false);
            this.groupPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
            this.superTabControl1.ResumeLayout(false);
            this.superTabControlPanel1.ResumeLayout(false);
            this.superTabControlPanel4.ResumeLayout(false);
            this.superTabControlPanel4.PerformLayout();
            this.groupPanel1.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.superTabControlPanel5.ResumeLayout(false);
            this.superTabControlPanel5.PerformLayout();
            this.superTabControlPanel6.ResumeLayout(false);
            this.superTabControlPanel6.PerformLayout();
            this.superTabControlPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.superTabControl2)).EndInit();
            this.superTabControl2.ResumeLayout(false);
            this.superTabControlPanel7.ResumeLayout(false);
            this.superTabControlPanel8.ResumeLayout(false);
            this.metroStatusBar1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #7
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);
 }
Example #8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.Instrumentation.GradientFillColor gradientFillColor1  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor2  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.NumericIndicator  numericIndicator1   = new DevComponents.Instrumentation.NumericIndicator();
     System.ComponentModel.ComponentResourceManager  resources           = new System.ComponentModel.ComponentResourceManager(typeof(xianshiLED));
     DevComponents.Instrumentation.GradientFillColor gradientFillColor3  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor4  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.NumericIndicator  numericIndicator2   = new DevComponents.Instrumentation.NumericIndicator();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor5  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor6  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.NumericIndicator  numericIndicator3   = new DevComponents.Instrumentation.NumericIndicator();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor7  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor8  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.NumericIndicator  numericIndicator4   = new DevComponents.Instrumentation.NumericIndicator();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor9  = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.GradientFillColor gradientFillColor10 = new DevComponents.Instrumentation.GradientFillColor();
     DevComponents.Instrumentation.NumericIndicator  numericIndicator5   = new DevComponents.Instrumentation.NumericIndicator();
     this.gaugeControl1 = new DevComponents.Instrumentation.GaugeControl();
     this.gaugeControl2 = new DevComponents.Instrumentation.GaugeControl();
     this.gaugeControl3 = new DevComponents.Instrumentation.GaugeControl();
     this.gaugeControl4 = new DevComponents.Instrumentation.GaugeControl();
     this.gaugeControl5 = new DevComponents.Instrumentation.GaugeControl();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl5)).BeginInit();
     this.SuspendLayout();
     //
     // gaugeControl1
     //
     gradientFillColor1.Color1                    = System.Drawing.Color.Gainsboro;
     gradientFillColor1.Color2                    = System.Drawing.Color.DarkGray;
     this.gaugeControl1.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.gaugeControl1.Frame.FrameColor          = gradientFillColor2;
     this.gaugeControl1.Frame.InnerBevel          = 0F;
     this.gaugeControl1.Frame.OuterBevel          = 0.048F;
     this.gaugeControl1.Frame.RoundRectangleArc   = 0.07F;
     this.gaugeControl1.Frame.Style               = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
     numericIndicator1.BackColor.BorderColor      = System.Drawing.Color.Black;
     numericIndicator1.BackColor.BorderWidth      = 1;
     numericIndicator1.BackColor.Color1           = System.Drawing.Color.Black;
     numericIndicator1.BackColor.Color2           = System.Drawing.Color.Black;
     numericIndicator1.BackColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator1.DigitColor                 = System.Drawing.Color.Lime;
     numericIndicator1.Location                   = ((System.Drawing.PointF)(resources.GetObject("numericIndicator1.Location")));
     numericIndicator1.Name         = "NumericIndicator1";
     numericIndicator1.Padding      = new System.Windows.Forms.Padding(1);
     numericIndicator1.SegmentWidth = 0.658F;
     numericIndicator1.SeparatorColor.BorderColor      = System.Drawing.Color.Gray;
     numericIndicator1.SeparatorColor.BorderWidth      = 1;
     numericIndicator1.SeparatorColor.Color1           = System.Drawing.Color.LightGray;
     numericIndicator1.SeparatorColor.Color2           = System.Drawing.Color.DimGray;
     numericIndicator1.SeparatorColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator1.SeparatorWidth   = 0F;
     numericIndicator1.ShowDecimalPoint = true;
     numericIndicator1.Size             = new System.Drawing.SizeF(1F, 1F);
     numericIndicator1.Style            = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     numericIndicator1.Text             = "8.88";
     this.gaugeControl1.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         numericIndicator1
     });
     this.gaugeControl1.Location = new System.Drawing.Point(3, 3);
     this.gaugeControl1.Name     = "gaugeControl1";
     this.gaugeControl1.Size     = new System.Drawing.Size(225, 68);
     this.gaugeControl1.TabIndex = 2;
     this.gaugeControl1.Text     = "gaugeControl4";
     //
     // gaugeControl2
     //
     this.gaugeControl2.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     gradientFillColor3.Color1                    = System.Drawing.Color.Gainsboro;
     gradientFillColor3.Color2                    = System.Drawing.Color.DarkGray;
     this.gaugeControl2.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.gaugeControl2.Frame.FrameColor          = gradientFillColor4;
     this.gaugeControl2.Frame.InnerBevel          = 0F;
     this.gaugeControl2.Frame.OuterBevel          = 0.048F;
     this.gaugeControl2.Frame.RoundRectangleArc   = 0.07F;
     this.gaugeControl2.Frame.Style               = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
     numericIndicator2.BackColor.BorderColor      = System.Drawing.Color.Black;
     numericIndicator2.BackColor.BorderWidth      = 1;
     numericIndicator2.BackColor.Color1           = System.Drawing.Color.Black;
     numericIndicator2.BackColor.Color2           = System.Drawing.Color.Black;
     numericIndicator2.BackColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator2.DigitColor                 = System.Drawing.Color.Lime;
     numericIndicator2.Location                   = ((System.Drawing.PointF)(resources.GetObject("numericIndicator2.Location")));
     numericIndicator2.Name         = "NumericIndicator1";
     numericIndicator2.Padding      = new System.Windows.Forms.Padding(1);
     numericIndicator2.SegmentWidth = 0.658F;
     numericIndicator2.SeparatorColor.BorderColor      = System.Drawing.Color.Gray;
     numericIndicator2.SeparatorColor.BorderWidth      = 1;
     numericIndicator2.SeparatorColor.Color1           = System.Drawing.Color.LightGray;
     numericIndicator2.SeparatorColor.Color2           = System.Drawing.Color.DimGray;
     numericIndicator2.SeparatorColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator2.SeparatorWidth   = 0F;
     numericIndicator2.ShowDecimalPoint = true;
     numericIndicator2.Size             = new System.Drawing.SizeF(1F, 1F);
     numericIndicator2.Style            = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     numericIndicator2.Text             = "8.88";
     this.gaugeControl2.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         numericIndicator2
     });
     this.gaugeControl2.Location = new System.Drawing.Point(231, 3);
     this.gaugeControl2.Name     = "gaugeControl2";
     this.gaugeControl2.Size     = new System.Drawing.Size(225, 68);
     this.gaugeControl2.TabIndex = 2;
     this.gaugeControl2.Text     = "gaugeControl4";
     //
     // gaugeControl3
     //
     this.gaugeControl3.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     gradientFillColor5.Color1                    = System.Drawing.Color.Gainsboro;
     gradientFillColor5.Color2                    = System.Drawing.Color.DarkGray;
     this.gaugeControl3.Frame.BackColor           = gradientFillColor5;
     gradientFillColor6.BorderColor               = System.Drawing.Color.Gainsboro;
     gradientFillColor6.BorderWidth               = 1;
     gradientFillColor6.Color1                    = System.Drawing.Color.White;
     gradientFillColor6.Color2                    = System.Drawing.Color.DimGray;
     this.gaugeControl3.Frame.FrameColor          = gradientFillColor6;
     this.gaugeControl3.Frame.InnerBevel          = 0F;
     this.gaugeControl3.Frame.OuterBevel          = 0.048F;
     this.gaugeControl3.Frame.RoundRectangleArc   = 0.07F;
     this.gaugeControl3.Frame.Style               = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
     numericIndicator3.BackColor.BorderColor      = System.Drawing.Color.Black;
     numericIndicator3.BackColor.BorderWidth      = 1;
     numericIndicator3.BackColor.Color1           = System.Drawing.Color.Black;
     numericIndicator3.BackColor.Color2           = System.Drawing.Color.Black;
     numericIndicator3.BackColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator3.DigitColor                 = System.Drawing.Color.Lime;
     numericIndicator3.Location                   = ((System.Drawing.PointF)(resources.GetObject("numericIndicator3.Location")));
     numericIndicator3.Name         = "NumericIndicator1";
     numericIndicator3.Padding      = new System.Windows.Forms.Padding(1);
     numericIndicator3.SegmentWidth = 0.658F;
     numericIndicator3.SeparatorColor.BorderColor      = System.Drawing.Color.Gray;
     numericIndicator3.SeparatorColor.BorderWidth      = 1;
     numericIndicator3.SeparatorColor.Color1           = System.Drawing.Color.LightGray;
     numericIndicator3.SeparatorColor.Color2           = System.Drawing.Color.DimGray;
     numericIndicator3.SeparatorColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator3.SeparatorWidth   = 0F;
     numericIndicator3.ShowDecimalPoint = true;
     numericIndicator3.Size             = new System.Drawing.SizeF(1F, 1F);
     numericIndicator3.Style            = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     numericIndicator3.Text             = "8.88";
     this.gaugeControl3.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         numericIndicator3
     });
     this.gaugeControl3.Location = new System.Drawing.Point(3, 187);
     this.gaugeControl3.Name     = "gaugeControl3";
     this.gaugeControl3.Size     = new System.Drawing.Size(224, 68);
     this.gaugeControl3.TabIndex = 2;
     this.gaugeControl3.Text     = "gaugeControl4";
     //
     // gaugeControl4
     //
     this.gaugeControl4.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     gradientFillColor7.Color1                    = System.Drawing.Color.Gainsboro;
     gradientFillColor7.Color2                    = System.Drawing.Color.DarkGray;
     this.gaugeControl4.Frame.BackColor           = gradientFillColor7;
     gradientFillColor8.BorderColor               = System.Drawing.Color.Gainsboro;
     gradientFillColor8.BorderWidth               = 1;
     gradientFillColor8.Color1                    = System.Drawing.Color.White;
     gradientFillColor8.Color2                    = System.Drawing.Color.DimGray;
     this.gaugeControl4.Frame.FrameColor          = gradientFillColor8;
     this.gaugeControl4.Frame.InnerBevel          = 0F;
     this.gaugeControl4.Frame.OuterBevel          = 0.048F;
     this.gaugeControl4.Frame.RoundRectangleArc   = 0.07F;
     this.gaugeControl4.Frame.Style               = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
     numericIndicator4.BackColor.BorderColor      = System.Drawing.Color.Black;
     numericIndicator4.BackColor.BorderWidth      = 1;
     numericIndicator4.BackColor.Color1           = System.Drawing.Color.Black;
     numericIndicator4.BackColor.Color2           = System.Drawing.Color.Black;
     numericIndicator4.BackColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator4.DigitColor                 = System.Drawing.Color.Lime;
     numericIndicator4.Location                   = ((System.Drawing.PointF)(resources.GetObject("numericIndicator4.Location")));
     numericIndicator4.Name         = "NumericIndicator1";
     numericIndicator4.Padding      = new System.Windows.Forms.Padding(1);
     numericIndicator4.SegmentWidth = 0.658F;
     numericIndicator4.SeparatorColor.BorderColor      = System.Drawing.Color.Gray;
     numericIndicator4.SeparatorColor.BorderWidth      = 1;
     numericIndicator4.SeparatorColor.Color1           = System.Drawing.Color.LightGray;
     numericIndicator4.SeparatorColor.Color2           = System.Drawing.Color.DimGray;
     numericIndicator4.SeparatorColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator4.SeparatorWidth   = 0F;
     numericIndicator4.ShowDecimalPoint = true;
     numericIndicator4.Size             = new System.Drawing.SizeF(1F, 1F);
     numericIndicator4.Style            = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     numericIndicator4.Text             = "8.88";
     this.gaugeControl4.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         numericIndicator4
     });
     this.gaugeControl4.Location = new System.Drawing.Point(232, 187);
     this.gaugeControl4.Name     = "gaugeControl4";
     this.gaugeControl4.Size     = new System.Drawing.Size(224, 68);
     this.gaugeControl4.TabIndex = 2;
     this.gaugeControl4.Text     = "gaugeControl4";
     //
     // gaugeControl5
     //
     gradientFillColor9.Color1                    = System.Drawing.Color.Gainsboro;
     gradientFillColor9.Color2                    = System.Drawing.Color.DarkGray;
     this.gaugeControl5.Frame.BackColor           = gradientFillColor9;
     gradientFillColor10.BorderColor              = System.Drawing.Color.Gainsboro;
     gradientFillColor10.BorderWidth              = 1;
     gradientFillColor10.Color1                   = System.Drawing.Color.White;
     gradientFillColor10.Color2                   = System.Drawing.Color.DimGray;
     this.gaugeControl5.Frame.FrameColor          = gradientFillColor10;
     this.gaugeControl5.Frame.InnerBevel          = 0F;
     this.gaugeControl5.Frame.OuterBevel          = 0.048F;
     this.gaugeControl5.Frame.RoundRectangleArc   = 0.07F;
     this.gaugeControl5.Frame.Style               = DevComponents.Instrumentation.GaugeFrameStyle.Rectangular;
     numericIndicator5.BackColor.BorderColor      = System.Drawing.Color.Black;
     numericIndicator5.BackColor.BorderWidth      = 1;
     numericIndicator5.BackColor.Color1           = System.Drawing.Color.Black;
     numericIndicator5.BackColor.Color2           = System.Drawing.Color.Black;
     numericIndicator5.BackColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator5.DigitColor                 = System.Drawing.Color.Lime;
     numericIndicator5.FormatString               = "D0";
     numericIndicator5.Location                   = ((System.Drawing.PointF)(resources.GetObject("numericIndicator5.Location")));
     numericIndicator5.Name         = "NumericIndicator1";
     numericIndicator5.Padding      = new System.Windows.Forms.Padding(1);
     numericIndicator5.SegmentWidth = 0.658F;
     numericIndicator5.SeparatorColor.BorderColor      = System.Drawing.Color.Gray;
     numericIndicator5.SeparatorColor.BorderWidth      = 1;
     numericIndicator5.SeparatorColor.Color1           = System.Drawing.Color.LightGray;
     numericIndicator5.SeparatorColor.Color2           = System.Drawing.Color.DimGray;
     numericIndicator5.SeparatorColor.GradientFillType = DevComponents.Instrumentation.GradientFillType.HorizontalCenter;
     numericIndicator5.SeparatorWidth   = 0F;
     numericIndicator5.ShowDecimalPoint = true;
     numericIndicator5.SignVisibility   = DevComponents.Instrumentation.SignVisibility.Never;
     numericIndicator5.Size             = new System.Drawing.SizeF(1F, 1F);
     numericIndicator5.Style            = DevComponents.Instrumentation.NumericIndicatorStyle.Digital7Segment;
     numericIndicator5.Text             = "8.8888";
     numericIndicator5.Value            = 0D;
     this.gaugeControl5.GaugeItems.AddRange(new DevComponents.Instrumentation.GaugeItem[] {
         numericIndicator5
     });
     this.gaugeControl5.Location = new System.Drawing.Point(3, 77);
     this.gaugeControl5.Name     = "gaugeControl5";
     this.gaugeControl5.Size     = new System.Drawing.Size(453, 103);
     this.gaugeControl5.TabIndex = 2;
     this.gaugeControl5.Text     = "gaugeControl4";
     //
     // xianshiLED
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = global::侧翻台.Properties.Resources.st11;
     this.Controls.Add(this.gaugeControl5);
     this.Controls.Add(this.gaugeControl4);
     this.Controls.Add(this.gaugeControl2);
     this.Controls.Add(this.gaugeControl3);
     this.Controls.Add(this.gaugeControl1);
     this.Name    = "xianshiLED";
     this.Size    = new System.Drawing.Size(464, 262);
     this.Resize += new System.EventHandler(this.xianshiLED_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeControl5)).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);

        }