Beispiel #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.chart  = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label1.Location  = new System.Drawing.Point(438, 391);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 20);
     this.label1.Text      = "label1";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // chart
     //
     this.chart.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.chart.Location  = new System.Drawing.Point(13, 38);
     this.chart.Name      = "chart";
     this.chart.Size      = new System.Drawing.Size(535, 337);
     this.chart.TabIndex  = 3;
     this.chart.Title     = "";
     this.chart.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
     //
     // AnalysisChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chart);
     this.Name = "AnalysisChart";
     this.Size = new System.Drawing.Size(634, 423);
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.chart = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
     this.SuspendLayout();
     //
     // chart
     //
     this.chart.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.chart.Location  = new System.Drawing.Point(13, 38);
     this.chart.Name      = "chart";
     this.chart.Size      = new System.Drawing.Size(535, 337);
     this.chart.TabIndex  = 3;
     this.chart.Title     = "";
     this.chart.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
     //
     // AnalysisChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.chart);
     this.Name = "FrequencyChart";
     this.Size = new System.Drawing.Size(634, 423);
     this.ResumeLayout(false);
     this.SuspendLayout();
 }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.chart = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
            this.SuspendLayout();
            // 
            // chart
            // 
            this.chart.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.chart.Location = new System.Drawing.Point(13, 38);
            this.chart.Name = "chart";
            this.chart.Size = new System.Drawing.Size(535, 337);
            this.chart.TabIndex = 3;
            this.chart.Title = "";
            this.chart.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            // 
            // AnalysisChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.chart);
            this.Name = "FrequencyChart";
            this.Size = new System.Drawing.Size(634, 423);
            this.ResumeLayout(false);
            this.SuspendLayout();

        }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.chart = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label1.Location = new System.Drawing.Point(438, 391);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 20);
            this.label1.Text = "label1";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // chart
            // 
            this.chart.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.chart.Location = new System.Drawing.Point(13, 38);
            this.chart.Name = "chart";
            this.chart.Size = new System.Drawing.Size(535, 337);
            this.chart.TabIndex = 3;
            this.chart.Title = "";
            this.chart.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            // 
            // AnalysisChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.chart);
            this.Name = "AnalysisChart";
            this.Size = new System.Drawing.Size(634, 423);
            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()
 {
     this.components = new System.ComponentModel.Container();
     this.quitButton = new System.Windows.Forms.Button();
     this.nextPlotButton = new System.Windows.Forms.Button();
     this.printButton = new System.Windows.Forms.Button();
     this.exampleNumberLabel = new System.Windows.Forms.Label();
     this.prevPlotButton = new System.Windows.Forms.Button();
     this.qeExampleTimer = new System.Windows.Forms.Timer();
     this.infoBox = new System.Windows.Forms.TextBox();
     this.plotSurface = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
     this.SuspendLayout();
     //
     // quitButton
     //
     this.quitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.quitButton.Location = new System.Drawing.Point(248, 386);
     this.quitButton.Name = "quitButton";
     this.quitButton.Size = new System.Drawing.Size(72, 20);
     this.quitButton.TabIndex = 14;
     this.quitButton.Text = "Close";
     this.quitButton.Click += new System.EventHandler(this.quitButton_Click);
     //
     // nextPlotButton
     //
     this.nextPlotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.nextPlotButton.Location = new System.Drawing.Point(88, 386);
     this.nextPlotButton.Name = "nextPlotButton";
     this.nextPlotButton.Size = new System.Drawing.Size(72, 20);
     this.nextPlotButton.TabIndex = 17;
     this.nextPlotButton.Text = "Next";
     this.nextPlotButton.Click += new System.EventHandler(this.nextPlotButton_Click);
     //
     // printButton
     //
     this.printButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.printButton.Location = new System.Drawing.Point(166, 386);
     this.printButton.Name = "printButton";
     this.printButton.Size = new System.Drawing.Size(72, 20);
     this.printButton.TabIndex = 9;
     this.printButton.Text = "Print";
     this.printButton.Click += new System.EventHandler(this.printButton_Click);
     //
     // exampleNumberLabel
     //
     this.exampleNumberLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.exampleNumberLabel.Location = new System.Drawing.Point(336, 390);
     this.exampleNumberLabel.Name = "exampleNumberLabel";
     this.exampleNumberLabel.Size = new System.Drawing.Size(72, 23);
     //
     // prevPlotButton
     //
     this.prevPlotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.prevPlotButton.Location = new System.Drawing.Point(8, 386);
     this.prevPlotButton.Name = "prevPlotButton";
     this.prevPlotButton.Size = new System.Drawing.Size(72, 20);
     this.prevPlotButton.TabIndex = 15;
     this.prevPlotButton.Text = "Prev";
     this.prevPlotButton.Click += new System.EventHandler(this.prevPlotButton_Click);
     //
     // qeExampleTimer
     //
     this.qeExampleTimer.Interval = 500;
     this.qeExampleTimer.Tick += new System.EventHandler(this.qeExampleTimer_Tick);
     //
     // infoBox
     //
     this.infoBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.infoBox.Location = new System.Drawing.Point(13, 416);
     this.infoBox.Multiline = true;
     this.infoBox.Name = "infoBox";
     this.infoBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.infoBox.Size = new System.Drawing.Size(611, 92);
     this.infoBox.TabIndex = 18;
     //
     // plotSurface
     //
     this.plotSurface.AutoScaleAutoGeneratedAxes = false;
     this.plotSurface.AutoScaleTitle = false;
     this.plotSurface.BackColor = System.Drawing.SystemColors.ControlLight;
     this.plotSurface.DateTimeToolTip = false;
     this.plotSurface.Legend = null;
     this.plotSurface.LegendZOrder = -1;
     this.plotSurface.Location = new System.Drawing.Point(8, 8);
     this.plotSurface.Name = "plotSurface";
     this.plotSurface.RightMenu = null;
     this.plotSurface.Size = new System.Drawing.Size(616, 360);
     this.plotSurface.TabIndex = 13;
     this.plotSurface.Title = "";
     this.plotSurface.TitleFont = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
     this.plotSurface.XAxis1 = null;
     this.plotSurface.XAxis2 = null;
     this.plotSurface.YAxis1 = null;
     this.plotSurface.YAxis2 = null;
     //
     // PlotSurface2DDemo
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize = new System.Drawing.Size(631, 520);
     this.Controls.Add(this.infoBox);
     this.Controls.Add(this.plotSurface);
     this.Controls.Add(this.quitButton);
     this.Controls.Add(this.printButton);
     this.Controls.Add(this.prevPlotButton);
     this.Controls.Add(this.exampleNumberLabel);
     this.Controls.Add(this.nextPlotButton);
     this.Name = "PlotSurface2DDemo";
     this.Text = "xuzhenzhen.com.chart C# Demo";
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.chart1 = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
            this.chart2 = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
            this.chart3 = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // chart1
            // 
            this.chart1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.chart1.Location = new System.Drawing.Point(13, 3);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(519, 125);
            this.chart1.TabIndex = 3;
            this.chart1.Title = "";
            this.chart1.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            // 
            // chart2
            // 
            this.chart2.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.chart2.Location = new System.Drawing.Point(13, 134);
            this.chart2.Name = "chart2";
            this.chart2.Size = new System.Drawing.Size(519, 125);
            this.chart2.TabIndex = 2;
            this.chart2.Title = "";
            this.chart2.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            // 
            // chart3
            // 
            this.chart3.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.chart3.Location = new System.Drawing.Point(13, 265);
            this.chart3.Name = "chart3";
            this.chart3.Size = new System.Drawing.Size(519, 155);
            this.chart3.TabIndex = 2;
            this.chart3.Title = "";
            this.chart3.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.Controls.Add(this.label12);
            this.panel1.Controls.Add(this.label11);
            this.panel1.Controls.Add(this.label10);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(544, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(90, 423);
            // 
            // label12
            // 
            this.label12.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label12.Location = new System.Drawing.Point(38, 265);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(49, 20);
            this.label12.Text = "123.7";
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(3, 242);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(61, 20);
            this.label11.Text = "SYS*HR:";
            // 
            // label10
            // 
            this.label10.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label10.Location = new System.Drawing.Point(38, 222);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(49, 20);
            this.label10.Text = "123.7";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(3, 202);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(61, 20);
            this.label9.Text = "HR:";
            // 
            // label8
            // 
            this.label8.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label8.Location = new System.Drawing.Point(38, 182);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(49, 20);
            this.label8.Text = "123.7";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(3, 162);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(61, 20);
            this.label7.Text = "MAP:";
            // 
            // label6
            // 
            this.label6.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label6.Location = new System.Drawing.Point(38, 142);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(49, 20);
            this.label6.Text = "123.7";
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(3, 122);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(61, 20);
            this.label5.Text = "DIA:";
            // 
            // label4
            // 
            this.label4.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label4.Location = new System.Drawing.Point(38, 98);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(49, 20);
            this.label4.Text = "123.7";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(3, 78);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(61, 20);
            this.label3.Text = "SYS:";
            // 
            // label2
            // 
            this.label2.ForeColor = System.Drawing.Color.RoyalBlue;
            this.label2.Location = new System.Drawing.Point(25, 55);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(62, 20);
            this.label2.Text = "00:00:00";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(3, 35);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(61, 20);
            this.label1.Text = "Time:";
            // 
            // TendencyChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.chart2);
            this.Controls.Add(this.chart3);
            this.Name = "TendencyChart";
            this.Size = new System.Drawing.Size(634, 423);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.chart1  = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
     this.chart2  = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
     this.chart3  = new xuzhenzhen.com.chart.Windows.PlotSurface2D();
     this.panel1  = new System.Windows.Forms.Panel();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9  = new System.Windows.Forms.Label();
     this.label8  = new System.Windows.Forms.Label();
     this.label7  = new System.Windows.Forms.Label();
     this.label6  = new System.Windows.Forms.Label();
     this.label5  = new System.Windows.Forms.Label();
     this.label4  = new System.Windows.Forms.Label();
     this.label3  = new System.Windows.Forms.Label();
     this.label2  = new System.Windows.Forms.Label();
     this.label1  = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.chart1.Location  = new System.Drawing.Point(13, 3);
     this.chart1.Name      = "chart1";
     this.chart1.Size      = new System.Drawing.Size(519, 125);
     this.chart1.TabIndex  = 3;
     this.chart1.Title     = "";
     this.chart1.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
     //
     // chart2
     //
     this.chart2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.chart2.Location  = new System.Drawing.Point(13, 134);
     this.chart2.Name      = "chart2";
     this.chart2.Size      = new System.Drawing.Size(519, 125);
     this.chart2.TabIndex  = 2;
     this.chart2.Title     = "";
     this.chart2.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
     //
     // chart3
     //
     this.chart3.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.chart3.Location  = new System.Drawing.Point(13, 265);
     this.chart3.Name      = "chart3";
     this.chart3.Size      = new System.Drawing.Size(519, 155);
     this.chart3.TabIndex  = 2;
     this.chart3.Title     = "";
     this.chart3.TitleFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(544, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(90, 423);
     //
     // label12
     //
     this.label12.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label12.Location  = new System.Drawing.Point(38, 265);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(49, 20);
     this.label12.Text      = "123.7";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(3, 242);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(61, 20);
     this.label11.Text     = "SYS*HR:";
     //
     // label10
     //
     this.label10.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label10.Location  = new System.Drawing.Point(38, 222);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(49, 20);
     this.label10.Text      = "123.7";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(3, 202);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(61, 20);
     this.label9.Text     = "HR:";
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label8.Location  = new System.Drawing.Point(38, 182);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(49, 20);
     this.label8.Text      = "123.7";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(3, 162);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(61, 20);
     this.label7.Text     = "MAP:";
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label6.Location  = new System.Drawing.Point(38, 142);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(49, 20);
     this.label6.Text      = "123.7";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(3, 122);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(61, 20);
     this.label5.Text     = "DIA:";
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label4.Location  = new System.Drawing.Point(38, 98);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(49, 20);
     this.label4.Text      = "123.7";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 78);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(61, 20);
     this.label3.Text     = "SYS:";
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label2.Location  = new System.Drawing.Point(25, 55);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(62, 20);
     this.label2.Text      = "00:00:00";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 35);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(61, 20);
     this.label1.Text     = "Time:";
     //
     // TendencyChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart3);
     this.Name = "TendencyChart";
     this.Size = new System.Drawing.Size(634, 423);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }