/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(12, 3);
            this.chart1.Name = "chart1";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(1083, 504);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Charts
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(1291, 519);
            this.Controls.Add(this.chart1);
            this.Name = "Charts";
            this.Text = "Charts";
            ((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()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.iterationChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.printBtn = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.iterationChart)).BeginInit();
            this.SuspendLayout();
            // 
            // iterationChart
            // 
            chartArea1.Name = "ChartArea1";
            this.iterationChart.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.iterationChart.Legends.Add(legend1);
            this.iterationChart.Location = new System.Drawing.Point(12, 12);
            this.iterationChart.Name = "iterationChart";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series1.Legend = "Legend1";
            series1.Name = "Completed Tasks";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series2.Legend = "Legend1";
            series2.Name = "Tasks";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.iterationChart.Series.Add(series1);
            this.iterationChart.Series.Add(series2);
            this.iterationChart.Size = new System.Drawing.Size(731, 399);
            this.iterationChart.TabIndex = 0;
            this.iterationChart.Text = "Iteration Progress";
            // 
            // printBtn
            // 
            this.printBtn.Location = new System.Drawing.Point(668, 417);
            this.printBtn.Name = "printBtn";
            this.printBtn.Size = new System.Drawing.Size(75, 23);
            this.printBtn.TabIndex = 1;
            this.printBtn.Text = "Print";
            this.printBtn.UseVisualStyleBackColor = true;
            // 
            // IterationGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(755, 452);
            this.Controls.Add(this.printBtn);
            this.Controls.Add(this.iterationChart);
            this.Name = "IterationGraph";
            this.Text = "IterationGraph";
            this.Load += new System.EventHandler(this.IterationGraph_Load);
            ((System.ComponentModel.ISupportInitialize)(this.iterationChart)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea2.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series2.ChartArea = "ChartArea1";
            series2.Legend = "Legend1";
            series2.Name = "Series1";
            this.chart1.Series.Add(series2);
            this.chart1.Size = new System.Drawing.Size(300, 300);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // chart2
            // 
            chartArea3.Name = "ChartArea1";
            this.chart2.ChartAreas.Add(chartArea3);
            legend3.Name = "Legend1";
            this.chart2.Legends.Add(legend3);
            this.chart2.Location = new System.Drawing.Point(306, 0);
            this.chart2.Name = "chart2";
            series3.ChartArea = "ChartArea1";
            series3.Legend = "Legend1";
            series3.Name = "Series1";
            this.chart2.Series.Add(series3);
            this.chart2.Size = new System.Drawing.Size(300, 300);
            this.chart2.TabIndex = 1;
            this.chart2.Text = "chart2";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(613, 302);
            this.Controls.Add(this.chart2);
            this.Controls.Add(this.chart1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            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.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(254, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(12, 12);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(236, 21);
            this.textBox1.TabIndex = 2;
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(12, 41);
            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(611, 382);
            this.chart1.TabIndex = 3;
            this.chart1.Text = "chart1";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(635, 435);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.buttonStartTempControl = new System.Windows.Forms.Button();
            this.chartTempLoopProfile = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.propertyGridSettings = new System.Windows.Forms.PropertyGrid();
            ((System.ComponentModel.ISupportInitialize)(this.chartTempLoopProfile)).BeginInit();
            this.SuspendLayout();
            // 
            // buttonStartTempControl
            // 
            this.buttonStartTempControl.Location = new System.Drawing.Point(3, 3);
            this.buttonStartTempControl.Name = "buttonStartTempControl";
            this.buttonStartTempControl.Size = new System.Drawing.Size(75, 23);
            this.buttonStartTempControl.TabIndex = 2;
            this.buttonStartTempControl.Text = "Start";
            this.buttonStartTempControl.UseVisualStyleBackColor = true;
            this.buttonStartTempControl.Click += new System.EventHandler(this.buttonStartTempControl_Click);
            // 
            // chartTempLoopProfile
            // 
            chartArea1.Name = "ChartArea1";
            this.chartTempLoopProfile.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartTempLoopProfile.Legends.Add(legend1);
            this.chartTempLoopProfile.Location = new System.Drawing.Point(237, 30);
            this.chartTempLoopProfile.Name = "chartTempLoopProfile";
            series1.ChartArea = "ChartArea1";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chartTempLoopProfile.Series.Add(series1);
            this.chartTempLoopProfile.Size = new System.Drawing.Size(601, 319);
            this.chartTempLoopProfile.TabIndex = 4;
            this.chartTempLoopProfile.Text = "chartTempLoopControl";
            // 
            // propertyGridSettings
            // 
            this.propertyGridSettings.Location = new System.Drawing.Point(4, 30);
            this.propertyGridSettings.Name = "propertyGridSettings";
            this.propertyGridSettings.Size = new System.Drawing.Size(227, 319);
            this.propertyGridSettings.TabIndex = 5;
            // 
            // TempLoopControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.Controls.Add(this.propertyGridSettings);
            this.Controls.Add(this.chartTempLoopProfile);
            this.Controls.Add(this.buttonStartTempControl);
            this.Name = "TempLoopControl";
            this.Size = new System.Drawing.Size(853, 365);
            this.Load += new System.EventHandler(this.TempLoopControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chartTempLoopProfile)).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()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.BorderWidth = 2;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Legend = "Legend1";
            series1.Name = "Function";
            series2.BorderWidth = 2;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Legend = "Legend1";
            series2.MarkerColor = System.Drawing.Color.DarkBlue;
            series2.MarkerSize = 3;
            series2.Name = "Interpolation";
            series3.BorderWidth = 2;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
            series3.Legend = "Legend1";
            series3.MarkerSize = 10;
            series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
            series3.Name = "Nodes";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(869, 531);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // FormPlot
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(869, 531);
            this.Controls.Add(this.chart1);
            this.Name = "FormPlot";
            this.Text = "FormPlot";
            this.Load += new System.EventHandler(this.FormPlot_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Example #7
0
        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.button1 = new System.Windows.Forms.Button();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(293, 477);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(175, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "Create Graph";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(113, 24);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Color = System.Drawing.Color.Navy;
            series1.Legend = "Legend1";
            series1.Name = "Upper";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Color = System.Drawing.Color.Lime;
            series2.Legend = "Legend1";
            series2.Name = "Lower";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Size = new System.Drawing.Size(610, 431);
            this.chart1.TabIndex = 1;
            this.chart1.Text = "chart1";
            this.chart1.Click += new System.EventHandler(this.chart1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(764, 526);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.button1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagStatisticsChartControl));
            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();
            System.Windows.Forms.Label lblType;
            this.comboBoxTagStatisticsType = new System.Windows.Forms.ComboBox();
            this.chartTagDetails = new System.Windows.Forms.DataVisualization.Charting.Chart();
            lblType = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.chartTagDetails)).BeginInit();
            this.SuspendLayout();
            // 
            // comboBoxTagStatisticsType
            // 
            this.comboBoxTagStatisticsType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTagStatisticsType.FormattingEnabled = true;
            this.comboBoxTagStatisticsType.Items.AddRange(new object[] {
            resources.GetString("comboBoxTagStatisticsType.Items"),
            resources.GetString("comboBoxTagStatisticsType.Items1")});
            resources.ApplyResources(this.comboBoxTagStatisticsType, "comboBoxTagStatisticsType");
            this.comboBoxTagStatisticsType.Name = "comboBoxTagStatisticsType";
            this.comboBoxTagStatisticsType.SelectedIndexChanged += new System.EventHandler(this.comboBoxTagStatisticsType_SelectedIndexChanged);
            // 
            // chartTagDetails
            // 
            resources.ApplyResources(this.chartTagDetails, "chartTagDetails");
            this.chartTagDetails.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.Name = "ChartAreaTags";
            this.chartTagDetails.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartTagDetails.Legends.Add(legend1);
            this.chartTagDetails.Name = "chartTagDetails";
            series1.ChartArea = "ChartAreaTags";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.Legend = "Legend1";
            series1.Name = "Tags";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartTagDetails.Series.Add(series1);
            // 
            // lblType
            // 
            resources.ApplyResources(lblType, "lblType");
            lblType.Name = "lblType";
            // 
            // TagStatisticsChartControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(lblType);
            this.Controls.Add(this.chartTagDetails);
            this.Controls.Add(this.comboBoxTagStatisticsType);
            this.Name = "TagStatisticsChartControl";
            ((System.ComponentModel.ISupportInitialize)(this.chartTagDetails)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #9
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.chart);
            this.splitContainer1.Size = new System.Drawing.Size(389, 275);
            this.splitContainer1.SplitterDistance = 246;
            this.splitContainer1.TabIndex = 0;
            // 
            // chart
            // 
            chartArea1.Name = "ChartArea1";
            this.chart.ChartAreas.Add(chartArea1);
            this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart.Legends.Add(legend1);
            this.chart.Location = new System.Drawing.Point(0, 0);
            this.chart.Name = "chart";
            series1.ChartArea = "ChartArea1";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart.Series.Add(series1);
            this.chart.Size = new System.Drawing.Size(389, 246);
            this.chart.TabIndex = 0;
            this.chart.Text = "chart1";
            // 
            // UcChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "UcChart";
            this.Size = new System.Drawing.Size(389, 275);
            this.splitContainer1.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
            this.ResumeLayout(false);

        }
Example #10
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();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.button1 = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            this.chart1.BackColor = System.Drawing.Color.RoyalBlue;
            this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea2.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(12, 12);
            this.chart1.Name = "chart1";
            series2.ChartArea = "ChartArea1";
            series2.Legend = "Legend1";
            series2.Name = "Series1";
            this.chart1.Series.Add(series2);
            this.chart1.Size = new System.Drawing.Size(744, 224);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(681, 251);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Start";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(768, 286);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.chart1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((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()
		{
			System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
			System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
			this.crtMain = new System.Windows.Forms.DataVisualization.Charting.Chart();
			this.scrollZoom = new System.Windows.Forms.VScrollBar();
			this.lblCountSum = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.crtMain)).BeginInit();
			this.SuspendLayout();
			// 
			// crtMain
			// 
			chartArea4.Name = "ChartArea1";
			this.crtMain.ChartAreas.Add(chartArea4);
			this.crtMain.Location = new System.Drawing.Point(24, 0);
			this.crtMain.Name = "crtMain";
			series4.ChartArea = "ChartArea1";
			series4.Name = "Series1";
			this.crtMain.Series.Add(series4);
			this.crtMain.Size = new System.Drawing.Size(713, 409);
			this.crtMain.TabIndex = 1;
			this.crtMain.Text = "Plot";
			// 
			// scrollZoom
			// 
			this.scrollZoom.Location = new System.Drawing.Point(1, 0);
			this.scrollZoom.Minimum = 1;
			this.scrollZoom.Name = "scrollZoom";
			this.scrollZoom.Size = new System.Drawing.Size(20, 408);
			this.scrollZoom.TabIndex = 2;
			this.scrollZoom.Value = 1;
			this.scrollZoom.Scroll += new System.Windows.Forms.ScrollEventHandler(this.scrollZoom_Scroll);
			// 
			// lblCountSum
			// 
			this.lblCountSum.AutoSize = true;
			this.lblCountSum.Font = new System.Drawing.Font("굴림", 12F);
			this.lblCountSum.Location = new System.Drawing.Point(716, 387);
			this.lblCountSum.Name = "lblCountSum";
			this.lblCountSum.Size = new System.Drawing.Size(0, 16);
			this.lblCountSum.TabIndex = 3;
			// 
			// frmPlot
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(743, 407);
			this.Controls.Add(this.lblCountSum);
			this.Controls.Add(this.scrollZoom);
			this.Controls.Add(this.crtMain);
			this.Name = "frmPlot";
			this.Text = "frmPlot";
			this.Resize += new System.EventHandler(this.frmPlot_Resize);
			((System.ComponentModel.ISupportInitialize)(this.crtMain)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.chart1, 1, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1004, 576);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(153, 103);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(848, 470);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Graphs
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1004, 576);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "Graphs";
            this.Text = "Graphs";
            this.Load += new System.EventHandler(this.Graphs_Load);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((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()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chart1 = new LQT.GUI.LQTChart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            this.chart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
            this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            this.chart1.BorderlineColor = System.Drawing.Color.DarkRed;
            this.chart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            this.chart1.BorderlineWidth = 2;
            this.chart1.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
            chartArea1.AxisX.Interval = 1D;
            chartArea1.AxisX.IsLabelAutoFit = false;
            chartArea1.AxisX.LabelStyle.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisY.IsLabelAutoFit = false;
            chartArea1.AxisY.LabelStyle.Font = new System.Drawing.Font("Arial", 8F);
            chartArea1.AxisY.LabelStyle.Format = "C";
            chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.BackColor = System.Drawing.Color.Transparent;
            chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea1.BorderColor = System.Drawing.Color.Transparent;
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.IsValueShownAsLabel = true;
            series1.Name = "Series2";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(360, 292);
            this.chart1.TabIndex = 3;
            this.chart1.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // chartServiceTestCostSummary
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.chart1);
            this.Name = "chartServiceTestCostSummary";
            this.Size = new System.Drawing.Size(360, 292);
            this.Load += new System.EventHandler(this.chartServiceTestCostSummary_Load);
            ((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()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chart1 = new LQT.GUI.LQTChart(); //new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            this.chart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
            this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            this.chart1.BorderlineColor = System.Drawing.Color.DarkRed;
            this.chart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            this.chart1.BorderlineWidth = 2;
            this.chart1.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
            chartArea1.Area3DStyle.LightStyle = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
            chartArea1.AxisX.Interval = 1D;
            chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Enabled = false;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.IsValueShownAsLabel = true;
            series1.Legend = "Legend1";
            series1.Name = "Pcount";
            series1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel;
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(413, 292);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
            title1.Name = "Title1";
            title1.Text = "No. of Products By Type";
            this.chart1.Titles.Add(title1);
            // 
            // ProductNoperCat
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.chart1);
            this.Name = "ProductNoperCat";
            this.Size = new System.Drawing.Size(413, 292);
            this.Load += new System.EventHandler(this.ProductNoperCat_Load);
            ((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() {
      this.components = new System.ComponentModel.Container();
      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();
      System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
      this.SuspendLayout();
      // 
      // chart
      // 
      this.chart.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.chart.BorderlineColor = System.Drawing.Color.Black;
      this.chart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
      chartArea1.AxisX.Minimum = 0D;
      chartArea1.CursorX.IsUserEnabled = true;
      chartArea1.CursorX.IsUserSelectionEnabled = true;
      chartArea1.CursorY.IsUserEnabled = true;
      chartArea1.CursorY.IsUserSelectionEnabled = true;
      chartArea1.Name = "Default";
      this.chart.ChartAreas.Add(chartArea1);
      legend1.Alignment = System.Drawing.StringAlignment.Center;
      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
      legend1.Name = "Default";
      this.chart.Legends.Add(legend1);
      this.chart.Location = new System.Drawing.Point(0, 0);
      this.chart.Name = "chart";
      series1.ChartArea = "Default";
      series1.Legend = "Default";
      series1.Name = "Default";
      this.chart.Series.Add(series1);
      this.chart.Size = new System.Drawing.Size(359, 274);
      this.chart.TabIndex = 3;
      this.chart.Text = "chart";
      title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      title1.Name = "Default";
      title1.Text = "Title";
      title1.Visible = false;
      this.chart.Titles.Add(title1);
      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
      this.chart.DoubleClick += new System.EventHandler(this.chart_DoubleClick);
      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
      // 
      // PreprocessingScatterPlotView
      // 
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
      this.Controls.Add(this.chart);
      this.Name = "PreprocessingScatterPlotView";
      this.Size = new System.Drawing.Size(359, 274);
      ((System.ComponentModel.ISupportInitialize)(this.chart)).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()
    {
      this.components = new System.ComponentModel.Container();
      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
      System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
      this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
      this.dataGridView1 = new System.Windows.Forms.DataGridView();
      this.timeSeriesEntryBindingSource = new System.Windows.Forms.BindingSource(this.components);
      ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.timeSeriesEntryBindingSource)).BeginInit();
      this.SuspendLayout();
      // 
      // chart1
      // 
      chartArea2.Name = "ChartArea1";
      this.chart1.ChartAreas.Add(chartArea2);
      legend2.Name = "Legend1";
      this.chart1.Legends.Add(legend2);
      this.chart1.Location = new System.Drawing.Point(35, 31);
      this.chart1.Name = "chart1";
      series2.ChartArea = "ChartArea1";
      series2.Legend = "Legend1";
      series2.Name = "Series1";
      this.chart1.Series.Add(series2);
      this.chart1.Size = new System.Drawing.Size(563, 312);
      this.chart1.TabIndex = 0;
      this.chart1.Text = "chart1";
      // 
      // dataGridView1
      // 
      this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.dataGridView1.Location = new System.Drawing.Point(35, 368);
      this.dataGridView1.Name = "dataGridView1";
      this.dataGridView1.Size = new System.Drawing.Size(563, 74);
      this.dataGridView1.TabIndex = 1;
      // 
      // timeSeriesEntryBindingSource
      // 
      this.timeSeriesEntryBindingSource.DataSource = typeof(MikeSheWrapper.Tools.TimeSeriesEntry);
      // 
      // GraphView
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.dataGridView1);
      this.Controls.Add(this.chart1);
      this.Name = "GraphView";
      this.Size = new System.Drawing.Size(632, 459);
      ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.timeSeriesEntryBindingSource)).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()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea2.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(90, 12);
            this.chart1.Name = "chart1";
            this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series3.Legend = "Legend1";
            series3.Name = "test1";
            series4.ChartArea = "ChartArea1";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series4.Legend = "Legend1";
            series4.Name = "test2";
            this.chart1.Series.Add(series3);
            this.chart1.Series.Add(series4);
            this.chart1.Size = new System.Drawing.Size(621, 472);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(9, 12);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(723, 496);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.chart1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Example #18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.activeColumnChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.activeColumnChart)).BeginInit();
            this.SuspendLayout();
            // 
            // activeColumnChart
            // 
            chartArea1.Name = "ChartArea1";
            this.activeColumnChart.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.activeColumnChart.Legends.Add(legend1);
            this.activeColumnChart.Location = new System.Drawing.Point(12, 12);
            this.activeColumnChart.Name = "activeColumnChart";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea;
            series1.Color = System.Drawing.Color.Red;
            series1.Legend = "Legend1";
            series1.Name = "Active";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea;
            series2.Color = System.Drawing.Color.Blue;
            series2.Legend = "Legend1";
            series2.Name = "Inhibited";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea;
            series3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            series3.Legend = "Legend1";
            series3.Name = "Unlearning";
            series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.activeColumnChart.Series.Add(series1);
            this.activeColumnChart.Series.Add(series2);
            this.activeColumnChart.Series.Add(series3);
            this.activeColumnChart.Size = new System.Drawing.Size(575, 121);
            this.activeColumnChart.TabIndex = 0;
            this.activeColumnChart.Text = "chart1";
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(599, 289);
            this.Controls.Add(this.activeColumnChart);
            this.Name = "Form2";
            this.Text = "Form2";
            ((System.ComponentModel.ISupportInitialize)(this.activeColumnChart)).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()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Legend = "Legend1";
            series1.Name = "Inner Section";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Legend = "Legend1";
            series2.Name = "Middle Section";
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series3.Legend = "Legend1";
            series3.Name = "Outer Section";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(524, 299);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // TemperatureGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(524, 299);
            this.Controls.Add(this.chart1);
            this.Name = "TemperatureGraph";
            this.Text = "TemperatureGraph";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TemperatureGraph_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
        private void InitializeChartCorrelationField()
        {
            System.Windows.Forms.DataVisualization.Charting.Series correlationFieldSeries;
            correlationFieldSeries = new System.Windows.Forms.DataVisualization.Charting.Series();
            chart_CorrelationField.Series.Add(correlationFieldSeries);

            chart_CorrelationField.Series[0].ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
            chart_CorrelationField.Series[0].Color = Color.Chocolate;
            chart_CorrelationField.Series[0].Name = "Correlation field points";
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.Title title3 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
            this.SuspendLayout();
            // 
            // chart
            // 
            chartArea1.Name = "ChartArea1";
            this.chart.ChartAreas.Add(chartArea1);
            this.chart.Location = new System.Drawing.Point(0, 63);
            this.chart.Name = "chart";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
            series1.IsVisibleInLegend = false;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            series1.YValuesPerPoint = 3;
            this.chart.Series.Add(series1);
            this.chart.Size = new System.Drawing.Size(784, 502);
            this.chart.TabIndex = 1;
            this.chart.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "Scatterplot";
            title1.Text = "Scatterplot";
            title2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "Rating";
            title2.Text = "Rating";
            title3.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title3.Name = "Year";
            title3.Text = "Year";
            this.chart.Titles.Add(title1);
            this.chart.Titles.Add(title2);
            this.chart.Titles.Add(title3);
            this.chart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseClick);
            this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
            // 
            // ScatterplotForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(784, 561);
            this.Controls.Add(this.chart);
            this.Name = "ScatterplotForm";
            this.Controls.SetChildIndex(this.chart, 0);
            ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Erforderliche Methode für die Designerunterstützung.
        /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.Mitarbeiter = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea4.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea4);
            legend4.Name = "Legend1";
            this.chart1.Legends.Add(legend4);
            this.chart1.Location = new System.Drawing.Point(-4, -1);
            this.chart1.Name = "chart1";
            series4.ChartArea = "ChartArea1";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
            series4.Legend = "Legend1";
            series4.Name = "Series1";
            this.chart1.Series.Add(series4);
            this.chart1.Size = new System.Drawing.Size(595, 316);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Mitarbeiter
            // 
            this.Mitarbeiter.AutoSize = true;
            this.Mitarbeiter.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.Mitarbeiter.Location = new System.Drawing.Point(21, 9);
            this.Mitarbeiter.Name = "Mitarbeiter";
            this.Mitarbeiter.Size = new System.Drawing.Size(35, 13);
            this.Mitarbeiter.TabIndex = 1;
            this.Mitarbeiter.Text = "label1";
            // 
            // MitPie
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.ClientSize = new System.Drawing.Size(590, 311);
            this.Controls.Add(this.Mitarbeiter);
            this.Controls.Add(this.chart1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MitPie";
            this.Text = "Visualisierung";
            this.Resize += new System.EventHandler(this.MitPie_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			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._processingSpeedChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
			this.label1 = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this._processingSpeedChart)).BeginInit();
			this.SuspendLayout();
			// 
			// _processingSpeedChart
			// 
			chartArea1.AxisX.LabelStyle.Format = "HH:mm:ss";
			chartArea1.AxisX.LineColor = System.Drawing.Color.DarkGray;
			chartArea1.AxisY.Minimum = 0D;
			chartArea1.Name = "ChartArea1";
			this._processingSpeedChart.ChartAreas.Add(chartArea1);
			legend1.Name = "Legend1";
			this._processingSpeedChart.Legends.Add(legend1);
			this._processingSpeedChart.Location = new System.Drawing.Point(47, 96);
			this._processingSpeedChart.Name = "_processingSpeedChart";
			series1.ChartArea = "ChartArea1";
			series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
			series1.Legend = "Legend1";
			series1.Name = "SOPs / second";
			series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
			this._processingSpeedChart.Series.Add(series1);
			this._processingSpeedChart.Size = new System.Drawing.Size(776, 354);
			this._processingSpeedChart.TabIndex = 0;
			this._processingSpeedChart.Text = "chart1";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.Location = new System.Drawing.Point(42, 36);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(470, 25);
			this.label1.TabIndex = 1;
			this.label1.Text = "Combined Processing Speed on All Servers";
			// 
			// WorkQueuePerfMon
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(851, 482);
			this.Controls.Add(this.label1);
			this.Controls.Add(this._processingSpeedChart);
			this.Name = "WorkQueuePerfMon";
			this.Text = "WorkQueuePerfMon";
			((System.ComponentModel.ISupportInitialize)(this._processingSpeedChart)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.CloseButton = new System.Windows.Forms.Button();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // CloseButton
            // 
            this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.CloseButton.Location = new System.Drawing.Point(968, 12);
            this.CloseButton.Name = "CloseButton";
            this.CloseButton.Size = new System.Drawing.Size(75, 32);
            this.CloseButton.TabIndex = 1;
            this.CloseButton.Text = "Close";
            this.CloseButton.UseVisualStyleBackColor = true;
            this.CloseButton.Click += new System.EventHandler(this.CloseButtonClick);
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Location = new System.Drawing.Point(251, 100);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(300, 300);
            this.chart1.TabIndex = 2;
            this.chart1.Text = "chart1";
            // 
            // FullScreenForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1055, 528);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.CloseButton);
            this.Name = "FullScreenForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Full Screen View";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormLoaded);
            this.Resize += new System.EventHandler(this.Resized);
            ((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()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(12, 12);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Legend = "Legend1";
            series1.Name = "BasedPath";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Legend = "Legend1";
            series2.Name = "ExpectedValue";
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series3.Legend = "Legend1";
            series3.Name = "RealValue";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(549, 300);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Graph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Lime;
            this.ClientSize = new System.Drawing.Size(577, 332);
            this.Controls.Add(this.chart1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Graph";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Graph";
            this.TopMost = true;
            this.TransparencyKey = System.Drawing.Color.Lime;
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Example #26
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(12, 12);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(1004, 489);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.Size = new System.Drawing.Size(10, 324);
            this.dataGridView1.TabIndex = 1;
            // 
            // phodiemthi
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 513);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.chart1);
            this.Name = "phodiemthi";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "phodiemthi";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.phodiemthi_Load);
            this.Shown += new System.EventHandler(this.phodiemthi_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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()
        {
            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.pathsComboBox = new System.Windows.Forms.ComboBox();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // pathsComboBox
            // 
            this.pathsComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.pathsComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.pathsComboBox.FormattingEnabled = true;
            this.pathsComboBox.Location = new System.Drawing.Point(13, 13);
            this.pathsComboBox.Name = "pathsComboBox";
            this.pathsComboBox.Size = new System.Drawing.Size(578, 24);
            this.pathsComboBox.TabIndex = 0;
            this.pathsComboBox.TextChanged += new System.EventHandler(this.pathsComboBox_TextChanged);
            // 
            // chart1
            // 
            this.chart1.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)));
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(12, 43);
            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(579, 371);
            this.chart1.TabIndex = 1;
            this.chart1.Text = "chart1";
            // 
            // SpaceChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(605, 426);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.pathsComboBox);
            this.Name = "SpaceChart";
            this.Text = "SpaceChar";
            this.Load += new System.EventHandler(this.SpaceChart_Load);
            ((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()
		{
			System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
			System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
			System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
			this.docStatsChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
			this.loadButton = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.docStatsChart)).BeginInit();
			this.SuspendLayout();
			// 
			// docStatsChart
			// 
			chartArea2.Name = "ChartArea1";
			this.docStatsChart.ChartAreas.Add(chartArea2);
			this.docStatsChart.Dock = System.Windows.Forms.DockStyle.Fill;
			legend2.Name = "Legend1";
			this.docStatsChart.Legends.Add(legend2);
			this.docStatsChart.Location = new System.Drawing.Point(0, 0);
			this.docStatsChart.Name = "docStatsChart";
			this.docStatsChart.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
			series2.ChartArea = "ChartArea1";
			series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
			series2.CustomProperties = "PieLabelStyle=Disabled";
			series2.Legend = "Legend1";
			series2.Name = "PageTypes";
			this.docStatsChart.Series.Add(series2);
			this.docStatsChart.Size = new System.Drawing.Size(678, 547);
			this.docStatsChart.TabIndex = 0;
			this.docStatsChart.Text = "Page Statistics";
			// 
			// loadButton
			// 
			this.loadButton.Dock = System.Windows.Forms.DockStyle.Top;
			this.loadButton.Location = new System.Drawing.Point(0, 0);
			this.loadButton.Name = "loadButton";
			this.loadButton.Size = new System.Drawing.Size(678, 32);
			this.loadButton.TabIndex = 1;
			this.loadButton.Text = "Show page type usage on Corporate Site";
			this.loadButton.UseVisualStyleBackColor = true;
			this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
			// 
			// PageTypeStatisticsForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(678, 547);
			this.Controls.Add(this.loadButton);
			this.Controls.Add(this.docStatsChart);
			this.Name = "PageTypeStatisticsForm";
			this.Text = "Page Type Statistics";
			((System.ComponentModel.ISupportInitialize)(this.docStatsChart)).EndInit();
			this.ResumeLayout(false);

		}
Example #29
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.sysChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.sysChart)).BeginInit();
            this.SuspendLayout();
            // 
            // sysChart
            // 
            chartArea2.Name = "ChartArea1";
            this.sysChart.ChartAreas.Add(chartArea2);
            this.sysChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend2.Name = "Legend1";
            this.sysChart.Legends.Add(legend2);
            this.sysChart.Location = new System.Drawing.Point(0, 0);
            this.sysChart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.sysChart.Name = "sysChart";
            series2.ChartArea = "ChartArea1";
            series2.Legend = "Legend1";
            series2.Name = "Series1";
            this.sysChart.Series.Add(series2);
            this.sysChart.Size = new System.Drawing.Size(912, 549);
            this.sysChart.TabIndex = 0;
            this.sysChart.Text = "sysChart";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(793, 446);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(107, 50);
            this.button1.TabIndex = 1;
            this.button1.Text = "Add Series";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(912, 549);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.sysChart);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "Main";
            this.Text = "System Metrics";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
            this.Load += new System.EventHandler(this.Main_Load);
            ((System.ComponentModel.ISupportInitialize)(this.sysChart)).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()
        {
            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();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart_hl = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart_hl)).BeginInit();
            this.SuspendLayout();
            // 
            // chart_hl
            // 
            chartArea1.Name = "ChartArea1";
            chartArea1.Position.Auto = false;
            chartArea1.Position.Height = 94F;
            chartArea1.Position.Width = 94F;
            chartArea1.Position.X = 3F;
            chartArea1.Position.Y = 6F;
            this.chart_hl.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            legend1.Position.Auto = false;
            legend1.Position.Height = 4.545455F;
            legend1.Position.Width = 15.65836F;
            legend1.Position.X = 81.34164F;
            legend1.Position.Y = 2F;
            this.chart_hl.Legends.Add(legend1);
            this.chart_hl.Location = new System.Drawing.Point(0, 0);
            this.chart_hl.Name = "chart_hl";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series2.Legend = "Legend1";
            series2.Name = "Series2";
            this.chart_hl.Series.Add(series1);
            this.chart_hl.Series.Add(series2);
            this.chart_hl.Size = new System.Drawing.Size(380, 380);
            this.chart_hl.TabIndex = 0;
            // 
            // UserControlHL
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart_hl);
            this.Name = "UserControlHL";
            this.Size = new System.Drawing.Size(470, 470);
            this.Load += new System.EventHandler(this.UserControlHL_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chart_hl)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager         resources = new System.ComponentModel.ComponentResourceManager(typeof(menu));
     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.bunifuElipse1        = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuGradientPanel1 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.bunifuImageButton1   = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuGradientPanel2 = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.btnHome = new Bunifu.Framework.UI.BunifuTileButton();
     this.chart1  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.bunifuGradientPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.bunifuGradientPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuGradientPanel1
     //
     this.bunifuGradientPanel1.BackColor             = System.Drawing.Color.White;
     this.bunifuGradientPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel1.BackgroundImage")));
     this.bunifuGradientPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel1.Controls.Add(this.bunifuImageButton1);
     this.bunifuGradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.bunifuGradientPanel1.GradientBottomLeft  = System.Drawing.Color.White;
     this.bunifuGradientPanel1.GradientBottomRight = System.Drawing.Color.White;
     this.bunifuGradientPanel1.GradientTopLeft     = System.Drawing.Color.White;
     this.bunifuGradientPanel1.GradientTopRight    = System.Drawing.Color.White;
     this.bunifuGradientPanel1.Location            = new System.Drawing.Point(153, 0);
     this.bunifuGradientPanel1.Name       = "bunifuGradientPanel1";
     this.bunifuGradientPanel1.Quality    = 10;
     this.bunifuGradientPanel1.Size       = new System.Drawing.Size(798, 34);
     this.bunifuGradientPanel1.TabIndex   = 0;
     this.bunifuGradientPanel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bunifuGradientPanel1_MouseMove);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.White;
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(766, 0);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(32, 31);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 2;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // bunifuGradientPanel2
     //
     this.bunifuGradientPanel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuGradientPanel2.BackgroundImage")));
     this.bunifuGradientPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuGradientPanel2.Controls.Add(this.btnHome);
     this.bunifuGradientPanel2.Dock = System.Windows.Forms.DockStyle.Left;
     this.bunifuGradientPanel2.GradientBottomLeft  = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuGradientPanel2.GradientBottomRight = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuGradientPanel2.GradientTopLeft     = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuGradientPanel2.GradientTopRight    = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.bunifuGradientPanel2.Location            = new System.Drawing.Point(0, 0);
     this.bunifuGradientPanel2.Name     = "bunifuGradientPanel2";
     this.bunifuGradientPanel2.Quality  = 10;
     this.bunifuGradientPanel2.Size     = new System.Drawing.Size(153, 453);
     this.bunifuGradientPanel2.TabIndex = 1;
     //
     // btnHome
     //
     this.btnHome.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.btnHome.color         = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.btnHome.colorActive   = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.btnHome.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.btnHome.Font          = new System.Drawing.Font("Century Gothic", 15.75F);
     this.btnHome.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
     this.btnHome.Image         = ((System.Drawing.Image)(resources.GetObject("btnHome.Image")));
     this.btnHome.ImagePosition = 20;
     this.btnHome.ImageZoom     = 50;
     this.btnHome.LabelPosition = 41;
     this.btnHome.LabelText     = "Clínica";
     this.btnHome.Location      = new System.Drawing.Point(0, 0);
     this.btnHome.Margin        = new System.Windows.Forms.Padding(6);
     this.btnHome.Name          = "btnHome";
     this.btnHome.Size          = new System.Drawing.Size(153, 138);
     this.btnHome.TabIndex      = 3;
     //
     // chart1
     //
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(153, 40);
     this.chart1.Name     = "chart1";
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(786, 401);
     this.chart1.TabIndex = 2;
     this.chart1.Text     = "chart1";
     //
     // menu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(951, 453);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.bunifuGradientPanel1);
     this.Controls.Add(this.bunifuGradientPanel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "menu";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.menu_Load);
     this.bunifuGradientPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.bunifuGradientPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #32
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();
     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.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.chart1                = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.form1BindingSource    = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.form1BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // folderBrowserDialog1
     //
     this.folderBrowserDialog1.Description         = "Select the folder containing text files and archives";
     this.folderBrowserDialog1.ShowNewFolderButton = false;
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.DataSource = this.form1BindingSource;
     this.chart1.Dock       = System.Windows.Forms.DockStyle.Fill;
     legend1.Name           = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 24);
     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(1264, 961);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1264, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem.Text   = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // form1BindingSource
     //
     this.form1BindingSource.DataSource      = typeof(WordCountGUI.Form1);
     this.form1BindingSource.CurrentChanged += new System.EventHandler(this.form1BindingSource_CurrentChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 985);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form1";
     this.Text          = "Word Count Visualizer";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.form1BindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series5    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series6    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series7    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series8    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series9    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series10   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series11   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series12   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series13   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series14   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series15   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series16   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series17   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series18   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series19   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series20   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series21   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series22   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series23   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series24   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title3     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart_X     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart_Y     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart_Z     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.dgv_X       = new System.Windows.Forms.DataGridView();
     this.Measurement = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin2        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin3        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin4        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin5        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin6        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin7        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Pin8        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgv_Y       = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgv_Z = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.chart_X)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_Y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_Z)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_X)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Y)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Z)).BeginInit();
     this.SuspendLayout();
     //
     // chart_X
     //
     this.chart_X.BackColor        = System.Drawing.Color.Transparent;
     this.chart_X.BorderlineColor  = System.Drawing.Color.Transparent;
     chartArea1.BackColor          = System.Drawing.Color.LightSteelBlue;
     chartArea1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     chartArea1.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Top;
     chartArea1.Name = "ChartArea1";
     this.chart_X.ChartAreas.Add(chartArea1);
     legend1.BackColor           = System.Drawing.Color.LightSteelBlue;
     legend1.BackGradientStyle   = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     legend1.BorderColor         = System.Drawing.Color.Black;
     legend1.InterlacedRowsColor = System.Drawing.Color.White;
     legend1.Name           = "Legend1";
     legend1.TitleBackColor = System.Drawing.Color.White;
     this.chart_X.Legends.Add(legend1);
     this.chart_X.Location = new System.Drawing.Point(443, 12);
     this.chart_X.Name     = "chart_X";
     this.chart_X.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     series1.ChartArea     = "ChartArea1";
     series1.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend        = "Legend1";
     series1.Name          = "Pin 1";
     series2.ChartArea     = "ChartArea1";
     series2.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend        = "Legend1";
     series2.Name          = "Pin 2";
     series3.ChartArea     = "ChartArea1";
     series3.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series3.Legend        = "Legend1";
     series3.Name          = "Pin 3";
     series4.ChartArea     = "ChartArea1";
     series4.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series4.Legend        = "Legend1";
     series4.Name          = "Pin 4";
     series5.ChartArea     = "ChartArea1";
     series5.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series5.Legend        = "Legend1";
     series5.Name          = "Pin 5";
     series6.ChartArea     = "ChartArea1";
     series6.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series6.Legend        = "Legend1";
     series6.Name          = "Pin 6";
     series7.ChartArea     = "ChartArea1";
     series7.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series7.Legend        = "Legend1";
     series7.Name          = "Pin 7";
     series8.ChartArea     = "ChartArea1";
     series8.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series8.Legend        = "Legend1";
     series8.Name          = "Pin 8";
     this.chart_X.Series.Add(series1);
     this.chart_X.Series.Add(series2);
     this.chart_X.Series.Add(series3);
     this.chart_X.Series.Add(series4);
     this.chart_X.Series.Add(series5);
     this.chart_X.Series.Add(series6);
     this.chart_X.Series.Add(series7);
     this.chart_X.Series.Add(series8);
     this.chart_X.Size     = new System.Drawing.Size(810, 229);
     this.chart_X.TabIndex = 23;
     this.chart_X.Text     = "chart_X";
     title1.BorderWidth    = 2;
     title1.Font           = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name           = "title_X";
     title1.Text           = "Tangential Position (X)";
     this.chart_X.Titles.Add(title1);
     //
     // chart_Y
     //
     this.chart_Y.BackColor        = System.Drawing.Color.Transparent;
     this.chart_Y.BorderlineColor  = System.Drawing.Color.Transparent;
     chartArea2.BackColor          = System.Drawing.Color.LightSteelBlue;
     chartArea2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     chartArea2.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Top;
     chartArea2.Name = "ChartArea1";
     this.chart_Y.ChartAreas.Add(chartArea2);
     legend2.BackColor           = System.Drawing.Color.LightSteelBlue;
     legend2.BackGradientStyle   = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     legend2.BorderColor         = System.Drawing.Color.Black;
     legend2.InterlacedRowsColor = System.Drawing.Color.White;
     legend2.Name           = "Legend1";
     legend2.TitleBackColor = System.Drawing.Color.White;
     this.chart_Y.Legends.Add(legend2);
     this.chart_Y.Location = new System.Drawing.Point(443, 228);
     this.chart_Y.Name     = "chart_Y";
     this.chart_Y.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     series9.ChartArea     = "ChartArea1";
     series9.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series9.Legend        = "Legend1";
     series9.Name          = "Pin 1";
     series10.ChartArea    = "ChartArea1";
     series10.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series10.Legend       = "Legend1";
     series10.Name         = "Pin 2";
     series11.ChartArea    = "ChartArea1";
     series11.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series11.Legend       = "Legend1";
     series11.Name         = "Pin 3";
     series12.ChartArea    = "ChartArea1";
     series12.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series12.Legend       = "Legend1";
     series12.Name         = "Pin 4";
     series13.ChartArea    = "ChartArea1";
     series13.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series13.Legend       = "Legend1";
     series13.Name         = "Pin 5";
     series14.ChartArea    = "ChartArea1";
     series14.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series14.Legend       = "Legend1";
     series14.Name         = "Pin 6";
     series15.ChartArea    = "ChartArea1";
     series15.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series15.Legend       = "Legend1";
     series15.Name         = "Pin 7";
     series16.ChartArea    = "ChartArea1";
     series16.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series16.Legend       = "Legend1";
     series16.Name         = "Pin 8";
     this.chart_Y.Series.Add(series9);
     this.chart_Y.Series.Add(series10);
     this.chart_Y.Series.Add(series11);
     this.chart_Y.Series.Add(series12);
     this.chart_Y.Series.Add(series13);
     this.chart_Y.Series.Add(series14);
     this.chart_Y.Series.Add(series15);
     this.chart_Y.Series.Add(series16);
     this.chart_Y.Size     = new System.Drawing.Size(810, 229);
     this.chart_Y.TabIndex = 24;
     this.chart_Y.Text     = "chart_Y";
     title2.Font           = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name           = "Y";
     title2.Text           = "Radial Position (Y)";
     this.chart_Y.Titles.Add(title2);
     //
     // chart_Z
     //
     this.chart_Z.BackColor        = System.Drawing.Color.Transparent;
     this.chart_Z.BorderlineColor  = System.Drawing.Color.Transparent;
     chartArea3.BackColor          = System.Drawing.Color.LightSteelBlue;
     chartArea3.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     chartArea3.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Top;
     chartArea3.Name = "ChartArea1";
     this.chart_Z.ChartAreas.Add(chartArea3);
     legend3.BackColor           = System.Drawing.Color.LightSteelBlue;
     legend3.BackGradientStyle   = System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center;
     legend3.BorderColor         = System.Drawing.Color.Black;
     legend3.InterlacedRowsColor = System.Drawing.Color.White;
     legend3.Name           = "Legend1";
     legend3.TitleBackColor = System.Drawing.Color.White;
     this.chart_Z.Legends.Add(legend3);
     this.chart_Z.Location = new System.Drawing.Point(443, 447);
     this.chart_Z.Name     = "chart_Z";
     this.chart_Z.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     series17.ChartArea    = "ChartArea1";
     series17.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series17.Legend       = "Legend1";
     series17.Name         = "Pin 1";
     series18.ChartArea    = "ChartArea1";
     series18.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series18.Legend       = "Legend1";
     series18.Name         = "Pin 2";
     series19.ChartArea    = "ChartArea1";
     series19.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series19.Legend       = "Legend1";
     series19.Name         = "Pin 3";
     series20.ChartArea    = "ChartArea1";
     series20.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series20.Legend       = "Legend1";
     series20.Name         = "Pin 4";
     series21.ChartArea    = "ChartArea1";
     series21.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series21.Legend       = "Legend1";
     series21.Name         = "Pin 5";
     series22.ChartArea    = "ChartArea1";
     series22.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series22.Legend       = "Legend1";
     series22.Name         = "Pin 6";
     series23.ChartArea    = "ChartArea1";
     series23.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series23.Legend       = "Legend1";
     series23.Name         = "Pin 7";
     series24.ChartArea    = "ChartArea1";
     series24.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series24.Legend       = "Legend1";
     series24.Name         = "Pin 8";
     this.chart_Z.Series.Add(series17);
     this.chart_Z.Series.Add(series18);
     this.chart_Z.Series.Add(series19);
     this.chart_Z.Series.Add(series20);
     this.chart_Z.Series.Add(series21);
     this.chart_Z.Series.Add(series22);
     this.chart_Z.Series.Add(series23);
     this.chart_Z.Series.Add(series24);
     this.chart_Z.Size     = new System.Drawing.Size(810, 229);
     this.chart_Z.TabIndex = 25;
     this.chart_Z.Text     = "chart_Z";
     title3.Font           = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title3.Name           = "Z";
     title3.Text           = "Axial Position (Z)";
     this.chart_Z.Titles.Add(title3);
     //
     // dgv_X
     //
     this.dgv_X.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_X.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Measurement,
         this.Pin1,
         this.Pin2,
         this.Pin3,
         this.Pin4,
         this.Pin5,
         this.Pin6,
         this.Pin7,
         this.Pin8
     });
     this.dgv_X.Location = new System.Drawing.Point(12, 57);
     this.dgv_X.Name     = "dgv_X";
     this.dgv_X.Size     = new System.Drawing.Size(466, 152);
     this.dgv_X.TabIndex = 26;
     //
     // Measurement
     //
     this.Measurement.HeaderText = "Measurement";
     this.Measurement.Name       = "Measurement";
     this.Measurement.Width      = 75;
     //
     // Pin1
     //
     this.Pin1.HeaderText = "Pin 1";
     this.Pin1.Name       = "Pin1";
     this.Pin1.Width      = 60;
     //
     // Pin2
     //
     this.Pin2.HeaderText = "Pin 2";
     this.Pin2.Name       = "Pin2";
     this.Pin2.Width      = 60;
     //
     // Pin3
     //
     this.Pin3.HeaderText = "Pin 3";
     this.Pin3.Name       = "Pin3";
     this.Pin3.Width      = 60;
     //
     // Pin4
     //
     this.Pin4.HeaderText = "Pin 4";
     this.Pin4.Name       = "Pin4";
     this.Pin4.Width      = 60;
     //
     // Pin5
     //
     this.Pin5.HeaderText = "Pin 5";
     this.Pin5.Name       = "Pin5";
     this.Pin5.Width      = 60;
     //
     // Pin6
     //
     this.Pin6.HeaderText = "Pin 6";
     this.Pin6.Name       = "Pin6";
     this.Pin6.Width      = 60;
     //
     // Pin7
     //
     this.Pin7.HeaderText = "Pin 7";
     this.Pin7.Name       = "Pin7";
     this.Pin7.Width      = 60;
     //
     // Pin8
     //
     this.Pin8.HeaderText = "Pin 8";
     this.Pin8.Name       = "Pin8";
     this.Pin8.Width      = 60;
     //
     // dgv_Y
     //
     this.dgv_Y.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_Y.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn7,
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn9
     });
     this.dgv_Y.Location = new System.Drawing.Point(12, 272);
     this.dgv_Y.Name     = "dgv_Y";
     this.dgv_Y.Size     = new System.Drawing.Size(466, 152);
     this.dgv_Y.TabIndex = 27;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Measurement";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.Width      = 75;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Pin 1";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.Width      = 60;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Pin 2";
     this.dataGridViewTextBoxColumn3.Name       = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Width      = 60;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "Pin 3";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.Width      = 60;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "Pin 4";
     this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Width      = 60;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.HeaderText = "Pin 5";
     this.dataGridViewTextBoxColumn6.Name       = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.Width      = 60;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.HeaderText = "Pin 6";
     this.dataGridViewTextBoxColumn7.Name       = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Width      = 60;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.HeaderText = "Pin 7";
     this.dataGridViewTextBoxColumn8.Name       = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Width      = 60;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.HeaderText = "Pin 8";
     this.dataGridViewTextBoxColumn9.Name       = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Width      = 60;
     //
     // dgv_Z
     //
     this.dgv_Z.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_Z.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn10,
         this.dataGridViewTextBoxColumn11,
         this.dataGridViewTextBoxColumn12,
         this.dataGridViewTextBoxColumn13,
         this.dataGridViewTextBoxColumn14,
         this.dataGridViewTextBoxColumn15,
         this.dataGridViewTextBoxColumn16,
         this.dataGridViewTextBoxColumn17,
         this.dataGridViewTextBoxColumn18
     });
     this.dgv_Z.Location = new System.Drawing.Point(12, 489);
     this.dgv_Z.Name     = "dgv_Z";
     this.dgv_Z.Size     = new System.Drawing.Size(466, 152);
     this.dgv_Z.TabIndex = 28;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.HeaderText = "Measurement";
     this.dataGridViewTextBoxColumn10.Name       = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.Width      = 75;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.HeaderText = "Pin 1";
     this.dataGridViewTextBoxColumn11.Name       = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.Width      = 60;
     //
     // dataGridViewTextBoxColumn12
     //
     this.dataGridViewTextBoxColumn12.HeaderText = "Pin 2";
     this.dataGridViewTextBoxColumn12.Name       = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.Width      = 60;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.HeaderText = "Pin 3";
     this.dataGridViewTextBoxColumn13.Name       = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.Width      = 60;
     //
     // dataGridViewTextBoxColumn14
     //
     this.dataGridViewTextBoxColumn14.HeaderText = "Pin 4";
     this.dataGridViewTextBoxColumn14.Name       = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.Width      = 60;
     //
     // dataGridViewTextBoxColumn15
     //
     this.dataGridViewTextBoxColumn15.HeaderText = "Pin 5";
     this.dataGridViewTextBoxColumn15.Name       = "dataGridViewTextBoxColumn15";
     this.dataGridViewTextBoxColumn15.Width      = 60;
     //
     // dataGridViewTextBoxColumn16
     //
     this.dataGridViewTextBoxColumn16.HeaderText = "Pin 6";
     this.dataGridViewTextBoxColumn16.Name       = "dataGridViewTextBoxColumn16";
     this.dataGridViewTextBoxColumn16.Width      = 60;
     //
     // dataGridViewTextBoxColumn17
     //
     this.dataGridViewTextBoxColumn17.HeaderText = "Pin 7";
     this.dataGridViewTextBoxColumn17.Name       = "dataGridViewTextBoxColumn17";
     this.dataGridViewTextBoxColumn17.Width      = 60;
     //
     // dataGridViewTextBoxColumn18
     //
     this.dataGridViewTextBoxColumn18.HeaderText = "Pin 8";
     this.dataGridViewTextBoxColumn18.Name       = "dataGridViewTextBoxColumn18";
     this.dataGridViewTextBoxColumn18.Width      = 60;
     //
     // LMIAdvancedView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DarkSeaGreen;
     this.ClientSize          = new System.Drawing.Size(1265, 675);
     this.Controls.Add(this.dgv_Z);
     this.Controls.Add(this.dgv_Y);
     this.Controls.Add(this.dgv_X);
     this.Controls.Add(this.chart_Z);
     this.Controls.Add(this.chart_Y);
     this.Controls.Add(this.chart_X);
     this.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.Name      = "LMIAdvancedView";
     this.Text      = "Advanced View";
     ((System.ComponentModel.ISupportInitialize)(this.chart_X)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_Y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_Z)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_X)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Y)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Z)).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()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "25,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "56,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "23,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "66,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "44,0");
     System.Windows.Forms.DataVisualization.Charting.Title     title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series2     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 25D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 56D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 23D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 66D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 44D);
     System.Windows.Forms.DataVisualization.Charting.Series    series3     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint13 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint14 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint15 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.Title     title2      = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.bestChart         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.stockChart        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.ipgo_list         = new System.Windows.Forms.ListBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.culgo_list        = new System.Windows.Forms.ListBox();
     this.label2            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bestChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.99902F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.00098F));
     this.tableLayoutPanel1.Controls.Add(this.bestChart, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.stockChart, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 289F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1017, 580);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // bestChart
     //
     this.bestChart.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.bestChart.BackGradientStyle      = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     this.bestChart.BorderlineColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bestChart.BorderlineWidth        = 0;
     this.bestChart.BorderSkin.BorderWidth = 0;
     this.bestChart.BorderSkin.PageColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea1.Name = "ChartArea1";
     this.bestChart.ChartAreas.Add(chartArea1);
     this.bestChart.Location = new System.Drawing.Point(542, 294);
     this.bestChart.Name     = "bestChart";
     series1.ChartArea       = "ChartArea1";
     series1.Name            = "Series1";
     dataPoint1.Label        = "키크론키보드";
     dataPoint2.Label        = "삼성노트북";
     dataPoint3.Label        = "msi마우스";
     dataPoint4.Label        = "팬슬";
     dataPoint5.Label        = "한성모니터";
     series1.Points.Add(dataPoint1);
     series1.Points.Add(dataPoint2);
     series1.Points.Add(dataPoint3);
     series1.Points.Add(dataPoint4);
     series1.Points.Add(dataPoint5);
     series1.YValuesPerPoint = 2;
     this.bestChart.Series.Add(series1);
     this.bestChart.Size     = new System.Drawing.Size(472, 283);
     this.bestChart.TabIndex = 11;
     this.bestChart.Text     = "chart1";
     title1.Font             = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name             = "Title1";
     title1.Text             = "이번주 Best 아이템(출고)";
     this.bestChart.Titles.Add(title1);
     //
     // stockChart
     //
     this.stockChart.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.stockChart.BackGradientStyle      = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     this.stockChart.BorderlineColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.stockChart.BorderlineWidth        = 0;
     this.stockChart.BorderSkin.BorderWidth = 0;
     this.stockChart.BorderSkin.PageColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea2.Name = "ChartArea1";
     this.stockChart.ChartAreas.Add(chartArea2);
     this.stockChart.Location = new System.Drawing.Point(542, 3);
     this.stockChart.Name     = "stockChart";
     series2.ChartArea        = "ChartArea1";
     series2.Name             = "Series1";
     dataPoint6.Label         = "키크론키보드";
     dataPoint7.Label         = "삼성노트북";
     dataPoint8.Label         = "msi마우스";
     dataPoint9.Label         = "팬슬";
     dataPoint10.Label        = "한성모니터";
     series2.Points.Add(dataPoint6);
     series2.Points.Add(dataPoint7);
     series2.Points.Add(dataPoint8);
     series2.Points.Add(dataPoint9);
     series2.Points.Add(dataPoint10);
     series3.ChartArea = "ChartArea1";
     series3.Name      = "Series2";
     series3.Points.Add(dataPoint11);
     series3.Points.Add(dataPoint12);
     series3.Points.Add(dataPoint13);
     series3.Points.Add(dataPoint14);
     series3.Points.Add(dataPoint15);
     this.stockChart.Series.Add(series2);
     this.stockChart.Series.Add(series3);
     this.stockChart.Size     = new System.Drawing.Size(472, 285);
     this.stockChart.TabIndex = 8;
     this.stockChart.Text     = "chart1";
     title2.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name = "Title1";
     title2.Text = "재고량 TOP5";
     this.stockChart.Titles.Add(title2);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.ipgo_list);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(533, 285);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "알림 ( 최신입고정보 )";
     //
     // ipgo_list
     //
     this.ipgo_list.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.ipgo_list.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ipgo_list.Font              = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ipgo_list.FormattingEnabled = true;
     this.ipgo_list.ItemHeight        = 20;
     this.ipgo_list.Items.AddRange(new object[] {
         "1. - (2020년 12월 12일 목요일 ) 키크론 키보드(가)이 100개 입고 되었습니다."
     });
     this.ipgo_list.Location = new System.Drawing.Point(6, 20);
     this.ipgo_list.Name     = "ipgo_list";
     this.ipgo_list.Size     = new System.Drawing.Size(521, 244);
     this.ipgo_list.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(46, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(0, 12);
     this.label1.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.culgo_list);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(3, 294);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(533, 283);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "알림 ( 최신출고정보 )";
     //
     // culgo_list
     //
     this.culgo_list.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.culgo_list.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.culgo_list.Font              = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.culgo_list.FormattingEnabled = true;
     this.culgo_list.ItemHeight        = 20;
     this.culgo_list.Items.AddRange(new object[] {
         "1. - (2020년 12월 12일 목요일 ) 키크론 키보드(가)이 100개 입고 되었습니다."
     });
     this.culgo_list.Location = new System.Drawing.Point(6, 20);
     this.culgo_list.Name     = "culgo_list";
     this.culgo_list.Size     = new System.Drawing.Size(521, 244);
     this.culgo_list.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(46, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(0, 12);
     this.label2.TabIndex = 0;
     //
     // Statement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1017, 580);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Statement";
     this.Text            = "5";
     this.Load           += new System.EventHandler(this.Statement_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bestChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     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()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1       = new System.Windows.Forms.Button();
     this.bttnDashBoard = new System.Windows.Forms.Button();
     this.bttnPrint     = new System.Windows.Forms.Button();
     this.dateFrom      = new System.Windows.Forms.DateTimePicker();
     this.dateTo        = new System.Windows.Forms.DateTimePicker();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.drpPattern    = new System.Windows.Forms.ComboBox();
     this.label4        = new System.Windows.Forms.Label();
     this.chart2        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(12, 96);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Color        = System.Drawing.Color.DarkViolet;
     series1.Legend       = "Legend1";
     series1.Name         = "No of Patients";
     series1.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Date;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(1100, 600);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(592, 57);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Load Graph";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // bttnDashBoard
     //
     this.bttnDashBoard.Location = new System.Drawing.Point(998, 12);
     this.bttnDashBoard.Name     = "bttnDashBoard";
     this.bttnDashBoard.Size     = new System.Drawing.Size(75, 23);
     this.bttnDashBoard.TabIndex = 2;
     this.bttnDashBoard.Text     = "Dash Board";
     this.bttnDashBoard.UseVisualStyleBackColor = true;
     //
     // bttnPrint
     //
     this.bttnPrint.Location = new System.Drawing.Point(619, 719);
     this.bttnPrint.Name     = "bttnPrint";
     this.bttnPrint.Size     = new System.Drawing.Size(75, 23);
     this.bttnPrint.TabIndex = 3;
     this.bttnPrint.Text     = "Print";
     this.bttnPrint.UseVisualStyleBackColor = true;
     //
     // dateFrom
     //
     this.dateFrom.Location = new System.Drawing.Point(72, 61);
     this.dateFrom.Name     = "dateFrom";
     this.dateFrom.Size     = new System.Drawing.Size(132, 20);
     this.dateFrom.TabIndex = 4;
     //
     // dateTo
     //
     this.dateTo.Location = new System.Drawing.Point(248, 61);
     this.dateTo.Name     = "dateTo";
     this.dateTo.Size     = new System.Drawing.Size(132, 20);
     this.dateTo.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 67);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "From";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(222, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(20, 13);
     this.label2.TabIndex = 7;
     this.label2.Text     = "To";
     //
     // label3
     //
     this.label3.AutoSize    = true;
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Font        = new System.Drawing.Font("Modern No. 20", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label3.Location    = new System.Drawing.Point(550, 9);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(238, 26);
     this.label3.TabIndex    = 8;
     this.label3.Text        = "Graph - Admission-wise";
     //
     // drpPattern
     //
     this.drpPattern.FormattingEnabled = true;
     this.drpPattern.Location          = new System.Drawing.Point(455, 59);
     this.drpPattern.Name     = "drpPattern";
     this.drpPattern.Size     = new System.Drawing.Size(121, 21);
     this.drpPattern.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(402, 67);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Pattern";
     //
     // chart2
     //
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location = new System.Drawing.Point(24, 96);
     this.chart2.Name     = "chart2";
     series2.ChartArea    = "ChartArea1";
     series2.Color        = System.Drawing.Color.DarkViolet;
     series2.Legend       = "Legend1";
     series2.Name         = "No of Patients";
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(1100, 600);
     this.chart2.TabIndex = 11;
     this.chart2.Text     = "chart2";
     //
     // WindowGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1184, 861);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.drpPattern);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dateTo);
     this.Controls.Add(this.dateFrom);
     this.Controls.Add(this.bttnPrint);
     this.Controls.Add(this.bttnDashBoard);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chart1);
     this.Name = "WindowGraph";
     this.Text = "WindowGraph";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend11    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series11    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend12    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series12    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea13 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend13    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series13    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea14 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend14    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series14    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea15 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend15    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series15    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                        = new System.Windows.Forms.Panel();
     this.stage1SourceLabel             = new System.Windows.Forms.Label();
     this.signalSource2Button           = new System.Windows.Forms.RadioButton();
     this.signalSource1Button           = new System.Windows.Forms.RadioButton();
     this.signalSource3Button           = new System.Windows.Forms.RadioButton();
     this.panel2                        = new System.Windows.Forms.Panel();
     this.textBox1                      = new System.Windows.Forms.TextBox();
     this.label1                        = new System.Windows.Forms.Label();
     this.radioButton4                  = new System.Windows.Forms.RadioButton();
     this.radioButton3                  = new System.Windows.Forms.RadioButton();
     this.probeExtNothingButton         = new System.Windows.Forms.RadioButton();
     this.panel3                        = new System.Windows.Forms.Panel();
     this.probeImage                    = new System.Windows.Forms.PictureBox();
     this.label7                        = new System.Windows.Forms.Label();
     this.label6                        = new System.Windows.Forms.Label();
     this.probeMhzAlternate             = new System.Windows.Forms.TextBox();
     this.probe5SelectedButton          = new System.Windows.Forms.RadioButton();
     this.probe4SelectedButton          = new System.Windows.Forms.RadioButton();
     this.label2                        = new System.Windows.Forms.Label();
     this.probe6SelectedButton          = new System.Windows.Forms.RadioButton();
     this.probe3SelectedButton          = new System.Windows.Forms.RadioButton();
     this.probe2SelectedButton          = new System.Windows.Forms.RadioButton();
     this.probe1SelectedButton          = new System.Windows.Forms.RadioButton();
     this.panel4                        = new System.Windows.Forms.Panel();
     this.label9                        = new System.Windows.Forms.Label();
     this.label3                        = new System.Windows.Forms.Label();
     this.compenstationOverCompButton   = new System.Windows.Forms.RadioButton();
     this.compensationUnderCompButton   = new System.Windows.Forms.RadioButton();
     this.compensationCorrectCompButton = new System.Windows.Forms.RadioButton();
     this.panel5                        = new System.Windows.Forms.Panel();
     this.statusBox                     = new System.Windows.Forms.TextBox();
     this.label4                        = new System.Windows.Forms.Label();
     this.samplingChoice3               = new System.Windows.Forms.RadioButton();
     this.samplingChoice2               = new System.Windows.Forms.RadioButton();
     this.samplingChoice1               = new System.Windows.Forms.RadioButton();
     this.stage1Chart                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.stage2Chart                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.stage3Chart                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.stage4Chart                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.stage5Chart                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1                       = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.probeImage)).BeginInit();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stage1Chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage2Chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage3Chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage4Chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage5Chart)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel4, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel5, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.stage1Chart, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.stage2Chart, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.stage3Chart, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.stage4Chart, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.stage5Chart, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.button1, 2, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35.71429F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35.71429F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1743, 922);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.stage1SourceLabel);
     this.panel1.Controls.Add(this.signalSource2Button);
     this.panel1.Controls.Add(this.signalSource1Button);
     this.panel1.Controls.Add(this.signalSource3Button);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(2, 34);
     this.panel1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(344, 408);
     this.panel1.TabIndex = 0;
     //
     // stage1SourceLabel
     //
     this.stage1SourceLabel.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.stage1SourceLabel.AutoSize = true;
     this.stage1SourceLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stage1SourceLabel.Location = new System.Drawing.Point(98, 13);
     this.stage1SourceLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.stage1SourceLabel.Name     = "stage1SourceLabel";
     this.stage1SourceLabel.Size     = new System.Drawing.Size(128, 24);
     this.stage1SourceLabel.TabIndex = 3;
     this.stage1SourceLabel.Text     = "Signal Source";
     //
     // signalSource2Button
     //
     this.signalSource2Button.AutoSize = true;
     this.signalSource2Button.Location = new System.Drawing.Point(14, 73);
     this.signalSource2Button.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.signalSource2Button.Name     = "signalSource2Button";
     this.signalSource2Button.Size     = new System.Drawing.Size(143, 17);
     this.signalSource2Button.TabIndex = 2;
     this.signalSource2Button.TabStop  = true;
     this.signalSource2Button.Text     = "USB Super Speed 5 Ghz";
     this.signalSource2Button.UseVisualStyleBackColor = true;
     this.signalSource2Button.CheckedChanged         += new System.EventHandler(this.signalSource2Button_CheckedChanged);
     //
     // signalSource1Button
     //
     this.signalSource1Button.AutoSize = true;
     this.signalSource1Button.Location = new System.Drawing.Point(14, 51);
     this.signalSource1Button.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.signalSource1Button.Name     = "signalSource1Button";
     this.signalSource1Button.Size     = new System.Drawing.Size(150, 17);
     this.signalSource1Button.TabIndex = 1;
     this.signalSource1Button.TabStop  = true;
     this.signalSource1Button.Text     = "USB High Speed 480 Mhz";
     this.signalSource1Button.UseVisualStyleBackColor = true;
     this.signalSource1Button.CheckedChanged         += new System.EventHandler(this.signalSource1Button_CheckedChanged);
     //
     // signalSource3Button
     //
     this.signalSource3Button.AutoSize = true;
     this.signalSource3Button.Location = new System.Drawing.Point(14, 95);
     this.signalSource3Button.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.signalSource3Button.Name     = "signalSource3Button";
     this.signalSource3Button.Size     = new System.Drawing.Size(116, 17);
     this.signalSource3Button.TabIndex = 0;
     this.signalSource3Button.TabStop  = true;
     this.signalSource3Button.Text     = "DDR4    2.133 Ghz";
     this.signalSource3Button.UseVisualStyleBackColor = true;
     this.signalSource3Button.CheckedChanged         += new System.EventHandler(this.signalSource3Button_CheckedChanged);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.radioButton4);
     this.panel2.Controls.Add(this.radioButton3);
     this.panel2.Controls.Add(this.probeExtNothingButton);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(350, 34);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(344, 408);
     this.panel2.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Enabled     = false;
     this.textBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(10, 145);
     this.textBox1.Margin      = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(169, 62);
     this.textBox1.TabIndex    = 7;
     this.textBox1.Text        = "Contact Tek Sales \r\nto enable this option.";
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label1.AutoSize = true;
     this.label1.Enabled  = false;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(102, 13);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(150, 24);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Probe Extension";
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Enabled  = false;
     this.radioButton4.Location = new System.Drawing.Point(10, 95);
     this.radioButton4.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(113, 17);
     this.radioButton4.TabIndex = 2;
     this.radioButton4.TabStop  = true;
     this.radioButton4.Text     = "Wire With Resistor";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Enabled  = false;
     this.radioButton3.Location = new System.Drawing.Point(10, 73);
     this.radioButton3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(75, 17);
     this.radioButton3.TabIndex = 1;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Short Wire";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // probeExtNothingButton
     //
     this.probeExtNothingButton.AutoSize = true;
     this.probeExtNothingButton.Enabled  = false;
     this.probeExtNothingButton.Location = new System.Drawing.Point(10, 51);
     this.probeExtNothingButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probeExtNothingButton.Name     = "probeExtNothingButton";
     this.probeExtNothingButton.Size     = new System.Drawing.Size(191, 17);
     this.probeExtNothingButton.TabIndex = 0;
     this.probeExtNothingButton.TabStop  = true;
     this.probeExtNothingButton.Text     = "No probe extension (direct contact)";
     this.probeExtNothingButton.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.probeImage);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.probeMhzAlternate);
     this.panel3.Controls.Add(this.probe5SelectedButton);
     this.panel3.Controls.Add(this.probe4SelectedButton);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.probe6SelectedButton);
     this.panel3.Controls.Add(this.probe3SelectedButton);
     this.panel3.Controls.Add(this.probe2SelectedButton);
     this.panel3.Controls.Add(this.probe1SelectedButton);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(698, 34);
     this.panel3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(344, 408);
     this.panel3.TabIndex = 2;
     this.panel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // probeImage
     //
     this.probeImage.Location = new System.Drawing.Point(3, 182);
     this.probeImage.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probeImage.Name     = "probeImage";
     this.probeImage.Size     = new System.Drawing.Size(337, 212);
     this.probeImage.TabIndex = 14;
     this.probeImage.TabStop  = false;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label7.Location  = new System.Drawing.Point(177, 153);
     this.label7.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(48, 13);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Update";
     this.label7.Click    += new System.EventHandler(this.label7_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(147, 151);
     this.label6.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(27, 13);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Mhz";
     //
     // probeMhzAlternate
     //
     this.probeMhzAlternate.Location = new System.Drawing.Point(94, 149);
     this.probeMhzAlternate.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probeMhzAlternate.Name     = "probeMhzAlternate";
     this.probeMhzAlternate.Size     = new System.Drawing.Size(49, 20);
     this.probeMhzAlternate.TabIndex = 11;
     //
     // probe5SelectedButton
     //
     this.probe5SelectedButton.AutoSize = true;
     this.probe5SelectedButton.Location = new System.Drawing.Point(3, 127);
     this.probe5SelectedButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probe5SelectedButton.Name     = "probe5SelectedButton";
     this.probe5SelectedButton.Size     = new System.Drawing.Size(106, 17);
     this.probe5SelectedButton.TabIndex = 10;
     this.probe5SelectedButton.Text     = "P3010 (100 Mhz)";
     this.probe5SelectedButton.UseVisualStyleBackColor = true;
     this.probe5SelectedButton.CheckedChanged         += new System.EventHandler(this.probe5SelectedButton_CheckedChanged);
     //
     // probe4SelectedButton
     //
     this.probe4SelectedButton.AutoSize = true;
     this.probe4SelectedButton.Location = new System.Drawing.Point(2, 105);
     this.probe4SelectedButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probe4SelectedButton.Name     = "probe4SelectedButton";
     this.probe4SelectedButton.Size     = new System.Drawing.Size(106, 17);
     this.probe4SelectedButton.TabIndex = 8;
     this.probe4SelectedButton.Text     = "P2220 (200 Mhz)";
     this.probe4SelectedButton.UseVisualStyleBackColor = true;
     this.probe4SelectedButton.CheckedChanged         += new System.EventHandler(this.probe4SelectedButton_CheckedChanged);
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(96, 13);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(98, 24);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Tek Probe";
     //
     // probe6SelectedButton
     //
     this.probe6SelectedButton.AutoSize = true;
     this.probe6SelectedButton.Location = new System.Drawing.Point(3, 150);
     this.probe6SelectedButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probe6SelectedButton.Name     = "probe6SelectedButton";
     this.probe6SelectedButton.Size     = new System.Drawing.Size(93, 17);
     this.probe6SelectedButton.TabIndex = 6;
     this.probe6SelectedButton.Text     = "Pick your BW:";
     this.probe6SelectedButton.UseVisualStyleBackColor = true;
     //
     // probe3SelectedButton
     //
     this.probe3SelectedButton.AutoSize = true;
     this.probe3SelectedButton.Location = new System.Drawing.Point(2, 83);
     this.probe3SelectedButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probe3SelectedButton.Name     = "probe3SelectedButton";
     this.probe3SelectedButton.Size     = new System.Drawing.Size(155, 17);
     this.probe3SelectedButton.TabIndex = 5;
     this.probe3SelectedButton.Text     = "P6248 (1.5 Ghz Bandwidth)";
     this.probe3SelectedButton.UseVisualStyleBackColor = true;
     this.probe3SelectedButton.CheckedChanged         += new System.EventHandler(this.probe3SelectedButton_CheckedChanged);
     //
     // probe2SelectedButton
     //
     this.probe2SelectedButton.AutoSize = true;
     this.probe2SelectedButton.Location = new System.Drawing.Point(2, 61);
     this.probe2SelectedButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probe2SelectedButton.Name     = "probe2SelectedButton";
     this.probe2SelectedButton.Size     = new System.Drawing.Size(155, 17);
     this.probe2SelectedButton.TabIndex = 4;
     this.probe2SelectedButton.Text     = "P7225 (2.5 Ghz Bandwidth)";
     this.probe2SelectedButton.UseVisualStyleBackColor = true;
     this.probe2SelectedButton.CheckedChanged         += new System.EventHandler(this.probe2SelectedButton_CheckedChanged);
     //
     // probe1SelectedButton
     //
     this.probe1SelectedButton.AutoSize = true;
     this.probe1SelectedButton.Checked  = true;
     this.probe1SelectedButton.Location = new System.Drawing.Point(2, 39);
     this.probe1SelectedButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.probe1SelectedButton.Name     = "probe1SelectedButton";
     this.probe1SelectedButton.Size     = new System.Drawing.Size(155, 17);
     this.probe1SelectedButton.TabIndex = 3;
     this.probe1SelectedButton.TabStop  = true;
     this.probe1SelectedButton.Text     = "P7240 (4.0 Ghz Bandwidth)";
     this.probe1SelectedButton.UseVisualStyleBackColor = true;
     this.probe1SelectedButton.CheckedChanged         += new System.EventHandler(this.probe1SelectedButton_CheckedChanged);
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.label9);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.compenstationOverCompButton);
     this.panel4.Controls.Add(this.compensationUnderCompButton);
     this.panel4.Controls.Add(this.compensationCorrectCompButton);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(1046, 34);
     this.panel4.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(344, 408);
     this.panel4.TabIndex = 3;
     //
     // label9
     //
     this.label9.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(58, 162);
     this.label9.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(181, 13);
     this.label9.TabIndex = 10;
     this.label9.Text     = "* Results for illustrative purposes only";
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(91, 13);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(139, 24);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Compensation*";
     //
     // compenstationOverCompButton
     //
     this.compenstationOverCompButton.AutoSize = true;
     this.compenstationOverCompButton.Location = new System.Drawing.Point(2, 83);
     this.compenstationOverCompButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.compenstationOverCompButton.Name     = "compenstationOverCompButton";
     this.compenstationOverCompButton.Size     = new System.Drawing.Size(112, 17);
     this.compenstationOverCompButton.TabIndex = 9;
     this.compenstationOverCompButton.Text     = "Overcompensated";
     this.compenstationOverCompButton.UseVisualStyleBackColor = true;
     this.compenstationOverCompButton.CheckedChanged         += new System.EventHandler(this.compenstationOverCompButton_CheckedChanged);
     //
     // compensationUnderCompButton
     //
     this.compensationUnderCompButton.AutoSize = true;
     this.compensationUnderCompButton.Location = new System.Drawing.Point(2, 61);
     this.compensationUnderCompButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.compensationUnderCompButton.Name     = "compensationUnderCompButton";
     this.compensationUnderCompButton.Size     = new System.Drawing.Size(118, 17);
     this.compensationUnderCompButton.TabIndex = 8;
     this.compensationUnderCompButton.Text     = "Undercompensated";
     this.compensationUnderCompButton.UseVisualStyleBackColor = true;
     this.compensationUnderCompButton.CheckedChanged         += new System.EventHandler(this.compensationUnderCompButton_CheckedChanged);
     //
     // compensationCorrectCompButton
     //
     this.compensationCorrectCompButton.AutoSize = true;
     this.compensationCorrectCompButton.Checked  = true;
     this.compensationCorrectCompButton.Location = new System.Drawing.Point(2, 39);
     this.compensationCorrectCompButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.compensationCorrectCompButton.Name     = "compensationCorrectCompButton";
     this.compensationCorrectCompButton.Size     = new System.Drawing.Size(134, 17);
     this.compensationCorrectCompButton.TabIndex = 7;
     this.compensationCorrectCompButton.TabStop  = true;
     this.compensationCorrectCompButton.Text     = "Correctly Compensated";
     this.compensationCorrectCompButton.UseVisualStyleBackColor = true;
     this.compensationCorrectCompButton.CheckedChanged         += new System.EventHandler(this.compensationCorrectCompButton_CheckedChanged);
     //
     // panel5
     //
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.statusBox);
     this.panel5.Controls.Add(this.label4);
     this.panel5.Controls.Add(this.samplingChoice3);
     this.panel5.Controls.Add(this.samplingChoice2);
     this.panel5.Controls.Add(this.samplingChoice1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(1394, 34);
     this.panel5.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(347, 408);
     this.panel5.TabIndex = 4;
     //
     // statusBox
     //
     this.statusBox.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusBox.Location  = new System.Drawing.Point(9, 162);
     this.statusBox.Margin    = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.statusBox.Multiline = true;
     this.statusBox.Name      = "statusBox";
     this.statusBox.Size      = new System.Drawing.Size(166, 89);
     this.statusBox.TabIndex  = 13;
     this.statusBox.Text      = "DEBUG LOG";
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.label4.AutoSize = true;
     this.label4.Enabled  = false;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(99, 13);
     this.label4.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(132, 24);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Sampling Rate";
     //
     // samplingChoice3
     //
     this.samplingChoice3.AutoSize = true;
     this.samplingChoice3.Checked  = true;
     this.samplingChoice3.Enabled  = false;
     this.samplingChoice3.Location = new System.Drawing.Point(9, 95);
     this.samplingChoice3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.samplingChoice3.Name     = "samplingChoice3";
     this.samplingChoice3.Size     = new System.Drawing.Size(53, 17);
     this.samplingChoice3.TabIndex = 12;
     this.samplingChoice3.TabStop  = true;
     this.samplingChoice3.Text     = "2 Ghz";
     this.samplingChoice3.UseVisualStyleBackColor = true;
     this.samplingChoice3.CheckedChanged         += new System.EventHandler(this.samplingChoice3_CheckedChanged);
     //
     // samplingChoice2
     //
     this.samplingChoice2.AutoSize = true;
     this.samplingChoice2.Enabled  = false;
     this.samplingChoice2.Location = new System.Drawing.Point(9, 73);
     this.samplingChoice2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.samplingChoice2.Name     = "samplingChoice2";
     this.samplingChoice2.Size     = new System.Drawing.Size(53, 17);
     this.samplingChoice2.TabIndex = 11;
     this.samplingChoice2.Text     = "1 Ghz";
     this.samplingChoice2.UseVisualStyleBackColor = true;
     this.samplingChoice2.CheckedChanged         += new System.EventHandler(this.samplingChoice2_CheckedChanged);
     //
     // samplingChoice1
     //
     this.samplingChoice1.AutoSize = true;
     this.samplingChoice1.Enabled  = false;
     this.samplingChoice1.Location = new System.Drawing.Point(9, 51);
     this.samplingChoice1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.samplingChoice1.Name     = "samplingChoice1";
     this.samplingChoice1.Size     = new System.Drawing.Size(66, 17);
     this.samplingChoice1.TabIndex = 10;
     this.samplingChoice1.Text     = "500 Mhz";
     this.samplingChoice1.UseVisualStyleBackColor = true;
     this.samplingChoice1.CheckedChanged         += new System.EventHandler(this.samplingChoice1_CheckedChanged);
     //
     // stage1Chart
     //
     chartArea11.Name = "ChartArea1";
     this.stage1Chart.ChartAreas.Add(chartArea11);
     this.stage1Chart.Dock = System.Windows.Forms.DockStyle.Fill;
     legend11.Enabled      = false;
     legend11.Name         = "Legend1";
     this.stage1Chart.Legends.Add(legend11);
     this.stage1Chart.Location = new System.Drawing.Point(2, 446);
     this.stage1Chart.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.stage1Chart.Name     = "stage1Chart";
     series11.ChartArea        = "ChartArea1";
     series11.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series11.Legend           = "Legend1";
     series11.Name             = "Series1";
     this.stage1Chart.Series.Add(series11);
     this.stage1Chart.Size     = new System.Drawing.Size(344, 408);
     this.stage1Chart.TabIndex = 5;
     this.stage1Chart.Text     = "chart1";
     //
     // stage2Chart
     //
     chartArea12.Name = "ChartArea1";
     this.stage2Chart.ChartAreas.Add(chartArea12);
     this.stage2Chart.Dock = System.Windows.Forms.DockStyle.Fill;
     legend12.Enabled      = false;
     legend12.Name         = "Legend1";
     this.stage2Chart.Legends.Add(legend12);
     this.stage2Chart.Location = new System.Drawing.Point(350, 446);
     this.stage2Chart.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.stage2Chart.Name     = "stage2Chart";
     series12.ChartArea        = "ChartArea1";
     series12.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series12.Legend           = "Legend1";
     series12.Name             = "Series1";
     this.stage2Chart.Series.Add(series12);
     this.stage2Chart.Size     = new System.Drawing.Size(344, 408);
     this.stage2Chart.TabIndex = 6;
     this.stage2Chart.Text     = "chart1";
     //
     // stage3Chart
     //
     chartArea13.Name = "ChartArea1";
     this.stage3Chart.ChartAreas.Add(chartArea13);
     this.stage3Chart.Dock = System.Windows.Forms.DockStyle.Fill;
     legend13.Enabled      = false;
     legend13.Name         = "Legend1";
     this.stage3Chart.Legends.Add(legend13);
     this.stage3Chart.Location = new System.Drawing.Point(698, 446);
     this.stage3Chart.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.stage3Chart.Name     = "stage3Chart";
     series13.ChartArea        = "ChartArea1";
     series13.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series13.Legend           = "Legend1";
     series13.Name             = "Series1";
     this.stage3Chart.Series.Add(series13);
     this.stage3Chart.Size     = new System.Drawing.Size(344, 408);
     this.stage3Chart.TabIndex = 7;
     this.stage3Chart.Text     = "chart1";
     //
     // stage4Chart
     //
     chartArea14.Name = "ChartArea1";
     this.stage4Chart.ChartAreas.Add(chartArea14);
     this.stage4Chart.Dock = System.Windows.Forms.DockStyle.Fill;
     legend14.Enabled      = false;
     legend14.Name         = "Legend1";
     this.stage4Chart.Legends.Add(legend14);
     this.stage4Chart.Location = new System.Drawing.Point(1046, 446);
     this.stage4Chart.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.stage4Chart.Name     = "stage4Chart";
     series14.ChartArea        = "ChartArea1";
     series14.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series14.Legend           = "Legend1";
     series14.Name             = "Series1";
     this.stage4Chart.Series.Add(series14);
     this.stage4Chart.Size     = new System.Drawing.Size(344, 408);
     this.stage4Chart.TabIndex = 8;
     this.stage4Chart.Text     = "chart2";
     //
     // stage5Chart
     //
     chartArea15.Name = "ChartArea1";
     this.stage5Chart.ChartAreas.Add(chartArea15);
     this.stage5Chart.Dock = System.Windows.Forms.DockStyle.Fill;
     legend15.Enabled      = false;
     legend15.Name         = "Legend1";
     this.stage5Chart.Legends.Add(legend15);
     this.stage5Chart.Location = new System.Drawing.Point(1394, 446);
     this.stage5Chart.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.stage5Chart.Name     = "stage5Chart";
     series15.ChartArea        = "ChartArea1";
     series15.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series15.Legend           = "Legend1";
     series15.Name             = "Series1";
     this.stage5Chart.Series.Add(series15);
     this.stage5Chart.Size     = new System.Drawing.Size(347, 408);
     this.stage5Chart.TabIndex = 9;
     this.stage5Chart.Text     = "chart3";
     //
     // button1
     //
     this.button1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.tableLayoutPanel1.SetColumnSpan(this.button1, 2);
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(888, 868);
     this.button1.Margin   = new System.Windows.Forms.Padding(2, 12, 2, 2);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(311, 38);
     this.button1.TabIndex = 10;
     this.button1.Text     = "Give Me New Random Input Data";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // PickProbe
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1743, 922);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name   = "PickProbe";
     this.Text   = "PickProbe";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.probeImage)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stage1Chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage2Chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage3Chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage4Chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stage5Chart)).EndInit();
     this.ResumeLayout(false);
 }
Example #37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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.chart_nb_vente = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.comboBoxYears  = new System.Windows.Forms.ComboBox();
     this.cherch         = new System.Windows.Forms.Button();
     this.label4         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.panel5         = new System.Windows.Forms.Panel();
     this.label10        = new System.Windows.Forms.Label();
     this.achat          = new System.Windows.Forms.Label();
     this.panel4         = new System.Windows.Forms.Panel();
     this.label5         = new System.Windows.Forms.Label();
     this.des            = new System.Windows.Forms.Label();
     this.panel3         = new System.Windows.Forms.Panel();
     this.label3         = new System.Windows.Forms.Label();
     this.perte          = new System.Windows.Forms.Label();
     this.panel2         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.gain           = new System.Windows.Forms.Label();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label1         = new System.Windows.Forms.Label();
     this.nb             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart_nb_vente)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // chart_nb_vente
     //
     chartArea1.Name = "ChartArea1";
     this.chart_nb_vente.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart_nb_vente.Legends.Add(legend1);
     this.chart_nb_vente.Location = new System.Drawing.Point(16, 80);
     this.chart_nb_vente.Name     = "chart_nb_vente";
     this.chart_nb_vente.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series1.ChartArea            = "ChartArea1";
     series1.ChartType            = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
     series1.Legend          = "Legend1";
     series1.Name            = "ventes";
     series1.YValuesPerPoint = 4;
     this.chart_nb_vente.Series.Add(series1);
     this.chart_nb_vente.Size     = new System.Drawing.Size(368, 364);
     this.chart_nb_vente.TabIndex = 24;
     this.chart_nb_vente.Text     = "chart_nb_vente";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Janvier",
         "Février",
         "Mars",
         "Avril",
         "Mai",
         "Juin",
         "Juillet",
         "Aout",
         "Septembre",
         "Octobre",
         "Novembre",
         "Décembre"
     });
     this.comboBox1.Location = new System.Drawing.Point(338, 4);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(179, 21);
     this.comboBox1.TabIndex = 25;
     //
     // comboBoxYears
     //
     this.comboBoxYears.FormattingEnabled = true;
     this.comboBoxYears.Items.AddRange(new object[] {
         "2020",
         "2021",
         "2022",
         "2023",
         "2024"
     });
     this.comboBoxYears.Location = new System.Drawing.Point(338, 40);
     this.comboBoxYears.Name     = "comboBoxYears";
     this.comboBoxYears.Size     = new System.Drawing.Size(179, 21);
     this.comboBoxYears.TabIndex = 26;
     //
     // cherch
     //
     this.cherch.BackColor = System.Drawing.SystemColors.Highlight;
     this.cherch.FlatAppearance.BorderSize = 0;
     this.cherch.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.cherch.Font       = new System.Drawing.Font("Consolas", 12F);
     this.cherch.ForeColor  = System.Drawing.Color.White;
     this.cherch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cherch.Location   = new System.Drawing.Point(561, 12);
     this.cherch.Name       = "cherch";
     this.cherch.Size       = new System.Drawing.Size(141, 30);
     this.cherch.TabIndex   = 35;
     this.cherch.Text       = "Chercher";
     this.cherch.UseVisualStyleBackColor = false;
     this.cherch.Click += new System.EventHandler(this.cherch_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(-4, 5);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(284, 20);
     this.label4.TabIndex = 36;
     this.label4.Text     = "choissisez le mois   que vous voulez    : ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(12, 38);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(224, 20);
     this.label6.TabIndex = 47;
     this.label6.Text     = "choissisez l\'année également  ";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel5.Controls.Add(this.label10);
     this.panel5.Controls.Add(this.achat);
     this.panel5.Location = new System.Drawing.Point(402, 319);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(359, 43);
     this.panel5.TabIndex = 52;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location  = new System.Drawing.Point(14, 13);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(133, 20);
     this.label10.TabIndex  = 32;
     this.label10.Text      = "Nombre d\'achats:";
     //
     // achat
     //
     this.achat.AutoSize  = true;
     this.achat.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.achat.ForeColor = System.Drawing.Color.Black;
     this.achat.Location  = new System.Drawing.Point(330, 13);
     this.achat.Name      = "achat";
     this.achat.Size      = new System.Drawing.Size(18, 20);
     this.achat.TabIndex  = 33;
     this.achat.Text      = "0";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.des);
     this.panel4.Location = new System.Drawing.Point(402, 270);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(359, 43);
     this.panel4.TabIndex = 51;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(14, 11);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(233, 20);
     this.label5.TabIndex  = 27;
     this.label5.Text      = "Nombre de produits destockes :";
     //
     // des
     //
     this.des.AutoSize  = true;
     this.des.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.des.ForeColor = System.Drawing.Color.Black;
     this.des.Location  = new System.Drawing.Point(330, 11);
     this.des.Name      = "des";
     this.des.Size      = new System.Drawing.Size(18, 20);
     this.des.TabIndex  = 31;
     this.des.Text      = "0";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.perte);
     this.panel3.Location = new System.Drawing.Point(402, 221);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(359, 43);
     this.panel3.TabIndex = 50;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(14, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(76, 20);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "La perte :";
     //
     // perte
     //
     this.perte.AutoSize  = true;
     this.perte.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.perte.ForeColor = System.Drawing.Color.Black;
     this.perte.Location  = new System.Drawing.Point(330, 10);
     this.perte.Name      = "perte";
     this.perte.Size      = new System.Drawing.Size(18, 20);
     this.perte.TabIndex  = 30;
     this.perte.Text      = "0";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.gain);
     this.panel2.Location = new System.Drawing.Point(402, 172);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(359, 43);
     this.panel2.TabIndex = 49;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(14, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 20);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Le gain :";
     //
     // gain
     //
     this.gain.AutoSize  = true;
     this.gain.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gain.ForeColor = System.Drawing.Color.Black;
     this.gain.Location  = new System.Drawing.Point(330, 11);
     this.gain.Name      = "gain";
     this.gain.Size      = new System.Drawing.Size(18, 20);
     this.gain.TabIndex  = 29;
     this.gain.Text      = "0";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.nb);
     this.panel1.Location = new System.Drawing.Point(402, 123);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(359, 43);
     this.panel1.TabIndex = 48;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(14, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(142, 20);
     this.label1.TabIndex  = 24;
     this.label1.Text      = "Nombre de ventes:";
     //
     // nb
     //
     this.nb.AutoSize  = true;
     this.nb.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nb.ForeColor = System.Drawing.Color.Black;
     this.nb.Location  = new System.Drawing.Point(330, 11);
     this.nb.Name      = "nb";
     this.nb.Size      = new System.Drawing.Size(18, 20);
     this.nb.TabIndex  = 28;
     this.nb.Text      = "0";
     //
     // Stat_mois
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.White;
     this.ClientSize    = new System.Drawing.Size(865, 487);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cherch);
     this.Controls.Add(this.comboBoxYears);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.chart_nb_vente);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Stat_mois";
     this.Text            = "Stat_mois";
     this.Load           += new System.EventHandler(this.Stat_mois_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart_nb_vente)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(LljDemarcate));
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.panel_msg        = new System.Windows.Forms.Panel();
     this.label_msg        = new System.Windows.Forms.Label();
     this.panel2           = new System.Windows.Forms.Panel();
     this.buttonLljz       = new System.Windows.Forms.Button();
     this.buttonCcsz       = new System.Windows.Forms.Button();
     this.label5           = new System.Windows.Forms.Label();
     this.buttonWdjz       = new System.Windows.Forms.Button();
     this.textEditQtwd     = new DevExpress.XtraEditors.TextEdit();
     this.label4           = new System.Windows.Forms.Label();
     this.buttonYljz       = new System.Windows.Forms.Button();
     this.textEditQtYl     = new DevExpress.XtraEditors.TextEdit();
     this.label3           = new System.Windows.Forms.Label();
     this.buttonO2jz       = new System.Windows.Forms.Button();
     this.textEditXsy      = new DevExpress.XtraEditors.TextEdit();
     this.panel1           = new System.Windows.Forms.Panel();
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.项目内容             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.标定内容             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.实测数据             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.标准数据             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.判定结果             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.标定日期             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.操作人员             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.radioButtonBzll  = new System.Windows.Forms.RadioButton();
     this.radioButtonSsll  = new System.Windows.Forms.RadioButton();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.panel_xsyl       = new System.Windows.Forms.Panel();
     this.label_xsyl       = new System.Windows.Forms.Label();
     this.panel_xswd       = new System.Windows.Forms.Panel();
     this.label_xswd       = new System.Windows.Forms.Label();
     this.panel_xsyq       = new System.Windows.Forms.Panel();
     this.label_xsyq       = new System.Windows.Forms.Label();
     this.panel_sjll       = new System.Windows.Forms.Panel();
     this.label_sjll       = new System.Windows.Forms.Label();
     this.panel_bzll       = new System.Windows.Forms.Panel();
     this.label_bzll       = new System.Windows.Forms.Label();
     this.labelControl3    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7    = new DevExpress.XtraEditors.LabelControl();
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.groupBox2.SuspendLayout();
     this.panel_msg.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtwd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtYl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditXsy.Properties)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel_xsyl.SuspendLayout();
     this.panel_xswd.SuspendLayout();
     this.panel_xsyq.SuspendLayout();
     this.panel_sjll.SuspendLayout();
     this.panel_bzll.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.panel_msg);
     this.groupBox2.Controls.Add(this.panel2);
     this.groupBox2.Controls.Add(this.panel1);
     this.groupBox2.Controls.Add(this.chart1);
     this.groupBox2.Controls.Add(this.groupBox3);
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.toolStrip1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(849, 506);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop  = false;
     //
     // panel_msg
     //
     this.panel_msg.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.panel_msg.BackColor = System.Drawing.SystemColors.Highlight;
     this.panel_msg.Controls.Add(this.label_msg);
     this.panel_msg.Location = new System.Drawing.Point(3, 7);
     this.panel_msg.Name     = "panel_msg";
     this.panel_msg.Size     = new System.Drawing.Size(840, 45);
     this.panel_msg.TabIndex = 44;
     //
     // label_msg
     //
     this.label_msg.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.label_msg.AutoSize  = true;
     this.label_msg.Font      = new System.Drawing.Font("黑体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label_msg.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.label_msg.Location  = new System.Drawing.Point(331, 6);
     this.label_msg.Name      = "label_msg";
     this.label_msg.Size      = new System.Drawing.Size(180, 33);
     this.label_msg.TabIndex  = 0;
     this.label_msg.Text      = "流量计标定";
     //
     // panel2
     //
     this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.panel2.Controls.Add(this.buttonLljz);
     this.panel2.Controls.Add(this.buttonCcsz);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.buttonWdjz);
     this.panel2.Controls.Add(this.textEditQtwd);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.buttonYljz);
     this.panel2.Controls.Add(this.textEditQtYl);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.buttonO2jz);
     this.panel2.Controls.Add(this.textEditXsy);
     this.panel2.Location = new System.Drawing.Point(6, 148);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(333, 161);
     this.panel2.TabIndex = 43;
     //
     // buttonLljz
     //
     this.buttonLljz.Location = new System.Drawing.Point(37, 128);
     this.buttonLljz.Name     = "buttonLljz";
     this.buttonLljz.Size     = new System.Drawing.Size(99, 23);
     this.buttonLljz.TabIndex = 13;
     this.buttonLljz.Text     = "流量校准";
     this.buttonLljz.UseVisualStyleBackColor = true;
     //
     // buttonCcsz
     //
     this.buttonCcsz.Location = new System.Drawing.Point(179, 128);
     this.buttonCcsz.Name     = "buttonCcsz";
     this.buttonCcsz.Size     = new System.Drawing.Size(99, 23);
     this.buttonCcsz.TabIndex = 12;
     this.buttonCcsz.Text     = "恢复出厂设置";
     this.buttonCcsz.UseVisualStyleBackColor = true;
     this.buttonCcsz.Click += new System.EventHandler(this.buttonCcsz_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(142, 97);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 11;
     this.label5.Text     = "摄氏度";
     //
     // buttonWdjz
     //
     this.buttonWdjz.Location = new System.Drawing.Point(186, 90);
     this.buttonWdjz.Name     = "buttonWdjz";
     this.buttonWdjz.Size     = new System.Drawing.Size(99, 23);
     this.buttonWdjz.TabIndex = 10;
     this.buttonWdjz.Text     = "气体温度校准";
     this.buttonWdjz.UseVisualStyleBackColor = true;
     this.buttonWdjz.Click += new System.EventHandler(this.buttonWdjz_Click);
     //
     // textEditQtwd
     //
     this.textEditQtwd.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEditQtwd.Location  = new System.Drawing.Point(20, 92);
     this.textEditQtwd.Name      = "textEditQtwd";
     this.textEditQtwd.Size      = new System.Drawing.Size(116, 21);
     this.textEditQtwd.TabIndex  = 9;
     this.textEditQtwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEditqtwd_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(142, 57);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(23, 12);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Kpa";
     //
     // buttonYljz
     //
     this.buttonYljz.Location = new System.Drawing.Point(186, 52);
     this.buttonYljz.Name     = "buttonYljz";
     this.buttonYljz.Size     = new System.Drawing.Size(99, 23);
     this.buttonYljz.TabIndex = 7;
     this.buttonYljz.Text     = "气体压力校准";
     this.buttonYljz.UseVisualStyleBackColor = true;
     this.buttonYljz.Click += new System.EventHandler(this.button2_Click);
     //
     // textEditQtYl
     //
     this.textEditQtYl.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEditQtYl.Location  = new System.Drawing.Point(20, 54);
     this.textEditQtYl.Name      = "textEditQtYl";
     this.textEditQtYl.Size      = new System.Drawing.Size(116, 21);
     this.textEditQtYl.TabIndex  = 6;
     this.textEditQtYl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEditqtyl_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(142, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(11, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "%";
     //
     // buttonO2jz
     //
     this.buttonO2jz.Location = new System.Drawing.Point(186, 14);
     this.buttonO2jz.Name     = "buttonO2jz";
     this.buttonO2jz.Size     = new System.Drawing.Size(99, 23);
     this.buttonO2jz.TabIndex = 4;
     this.buttonO2jz.Text     = "稀释氧校准";
     this.buttonO2jz.UseVisualStyleBackColor = true;
     this.buttonO2jz.Click += new System.EventHandler(this.buttonO2jz_Click);
     //
     // textEditXsy
     //
     this.textEditXsy.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEditXsy.Location  = new System.Drawing.Point(20, 16);
     this.textEditXsy.Name      = "textEditXsy";
     this.textEditXsy.Size      = new System.Drawing.Size(116, 21);
     this.textEditXsy.TabIndex  = 3;
     this.textEditXsy.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEditXsy_KeyPress);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.panel1.Controls.Add(this.dataGridView1);
     this.panel1.Location = new System.Drawing.Point(6, 315);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(824, 158);
     this.panel1.TabIndex = 42;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.项目内容,
         this.标定内容,
         this.实测数据,
         this.标准数据,
         this.判定结果,
         this.标定日期,
         this.操作人员
     });
     this.dataGridView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.ReadOnly           = true;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.ScrollBars         = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size               = new System.Drawing.Size(824, 158);
     this.dataGridView1.TabIndex           = 24;
     //
     // 项目内容
     //
     this.项目内容.HeaderText = "项目内容";
     this.项目内容.Name       = "项目内容";
     this.项目内容.ReadOnly   = true;
     //
     // 标定内容
     //
     this.标定内容.HeaderText = "标定内容";
     this.标定内容.Name       = "标定内容";
     this.标定内容.ReadOnly   = true;
     //
     // 实测数据
     //
     this.实测数据.HeaderText = "实测数据";
     this.实测数据.Name       = "实测数据";
     this.实测数据.ReadOnly   = true;
     //
     // 标准数据
     //
     this.标准数据.HeaderText = "标准数据";
     this.标准数据.Name       = "标准数据";
     this.标准数据.ReadOnly   = true;
     //
     // 判定结果
     //
     this.判定结果.HeaderText = "判定结果";
     this.判定结果.Name       = "判定结果";
     this.判定结果.ReadOnly   = true;
     //
     // 标定日期
     //
     this.标定日期.HeaderText = "标定日期";
     this.标定日期.Name       = "标定日期";
     this.标定日期.ReadOnly   = true;
     //
     // 操作人员
     //
     this.操作人员.HeaderText = "操作人员";
     this.操作人员.Name       = "操作人员";
     this.操作人员.ReadOnly   = true;
     //
     // chart1
     //
     this.chart1.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     chartArea1.AxisY.Maximum = 200D;
     chartArea1.AxisY.Minimum = 0D;
     chartArea1.Name          = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(345, 148);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series1.Legend       = "Legend1";
     series1.Name         = "流量";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(492, 161);
     this.chart1.TabIndex = 41;
     this.chart1.Text     = "chart1";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupBox3.Controls.Add(this.radioButtonBzll);
     this.groupBox3.Controls.Add(this.radioButtonSsll);
     this.groupBox3.Location = new System.Drawing.Point(704, 58);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(133, 84);
     this.groupBox3.TabIndex = 39;
     this.groupBox3.TabStop  = false;
     //
     // radioButtonBzll
     //
     this.radioButtonBzll.AutoSize = true;
     this.radioButtonBzll.Location = new System.Drawing.Point(32, 52);
     this.radioButtonBzll.Name     = "radioButtonBzll";
     this.radioButtonBzll.Size     = new System.Drawing.Size(71, 16);
     this.radioButtonBzll.TabIndex = 1;
     this.radioButtonBzll.TabStop  = true;
     this.radioButtonBzll.Text     = "标准流量";
     this.radioButtonBzll.UseVisualStyleBackColor = true;
     //
     // radioButtonSsll
     //
     this.radioButtonSsll.AutoSize = true;
     this.radioButtonSsll.Location = new System.Drawing.Point(32, 29);
     this.radioButtonSsll.Name     = "radioButtonSsll";
     this.radioButtonSsll.Size     = new System.Drawing.Size(71, 16);
     this.radioButtonSsll.TabIndex = 0;
     this.radioButtonSsll.TabStop  = true;
     this.radioButtonSsll.Text     = "瞬时流量";
     this.radioButtonSsll.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupBox1.Controls.Add(this.panel_xsyl);
     this.groupBox1.Controls.Add(this.panel_xswd);
     this.groupBox1.Controls.Add(this.panel_xsyq);
     this.groupBox1.Controls.Add(this.panel_sjll);
     this.groupBox1.Controls.Add(this.panel_bzll);
     this.groupBox1.Controls.Add(this.labelControl3);
     this.groupBox1.Controls.Add(this.labelControl1);
     this.groupBox1.Controls.Add(this.labelControl4);
     this.groupBox1.Controls.Add(this.labelControl2);
     this.groupBox1.Controls.Add(this.labelControl7);
     this.groupBox1.Location = new System.Drawing.Point(6, 58);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(692, 84);
     this.groupBox1.TabIndex = 38;
     this.groupBox1.TabStop  = false;
     //
     // panel_xsyl
     //
     this.panel_xsyl.BackColor = System.Drawing.Color.Black;
     this.panel_xsyl.Controls.Add(this.label_xsyl);
     this.panel_xsyl.Location = new System.Drawing.Point(543, 42);
     this.panel_xsyl.Name     = "panel_xsyl";
     this.panel_xsyl.Size     = new System.Drawing.Size(116, 36);
     this.panel_xsyl.TabIndex = 35;
     //
     // label_xsyl
     //
     this.label_xsyl.AutoSize  = true;
     this.label_xsyl.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_xsyl.ForeColor = System.Drawing.Color.White;
     this.label_xsyl.Location  = new System.Drawing.Point(38, 6);
     this.label_xsyl.Name      = "label_xsyl";
     this.label_xsyl.Size      = new System.Drawing.Size(39, 20);
     this.label_xsyl.TabIndex  = 33;
     this.label_xsyl.Text      = "0.0";
     //
     // panel_xswd
     //
     this.panel_xswd.BackColor = System.Drawing.Color.Black;
     this.panel_xswd.Controls.Add(this.label_xswd);
     this.panel_xswd.Location = new System.Drawing.Point(421, 42);
     this.panel_xswd.Name     = "panel_xswd";
     this.panel_xswd.Size     = new System.Drawing.Size(116, 36);
     this.panel_xswd.TabIndex = 35;
     //
     // label_xswd
     //
     this.label_xswd.AutoSize  = true;
     this.label_xswd.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_xswd.ForeColor = System.Drawing.Color.White;
     this.label_xswd.Location  = new System.Drawing.Point(38, 6);
     this.label_xswd.Name      = "label_xswd";
     this.label_xswd.Size      = new System.Drawing.Size(39, 20);
     this.label_xswd.TabIndex  = 33;
     this.label_xswd.Text      = "0.0";
     //
     // panel_xsyq
     //
     this.panel_xsyq.BackColor = System.Drawing.Color.Black;
     this.panel_xsyq.Controls.Add(this.label_xsyq);
     this.panel_xsyq.Location = new System.Drawing.Point(299, 42);
     this.panel_xsyq.Name     = "panel_xsyq";
     this.panel_xsyq.Size     = new System.Drawing.Size(116, 36);
     this.panel_xsyq.TabIndex = 35;
     //
     // label_xsyq
     //
     this.label_xsyq.AutoSize  = true;
     this.label_xsyq.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_xsyq.ForeColor = System.Drawing.Color.White;
     this.label_xsyq.Location  = new System.Drawing.Point(38, 6);
     this.label_xsyq.Name      = "label_xsyq";
     this.label_xsyq.Size      = new System.Drawing.Size(39, 20);
     this.label_xsyq.TabIndex  = 33;
     this.label_xsyq.Text      = "0.0";
     //
     // panel_sjll
     //
     this.panel_sjll.BackColor = System.Drawing.Color.Black;
     this.panel_sjll.Controls.Add(this.label_sjll);
     this.panel_sjll.Location = new System.Drawing.Point(177, 42);
     this.panel_sjll.Name     = "panel_sjll";
     this.panel_sjll.Size     = new System.Drawing.Size(116, 36);
     this.panel_sjll.TabIndex = 35;
     //
     // label_sjll
     //
     this.label_sjll.AutoSize  = true;
     this.label_sjll.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_sjll.ForeColor = System.Drawing.Color.White;
     this.label_sjll.Location  = new System.Drawing.Point(38, 6);
     this.label_sjll.Name      = "label_sjll";
     this.label_sjll.Size      = new System.Drawing.Size(39, 20);
     this.label_sjll.TabIndex  = 33;
     this.label_sjll.Text      = "0.0";
     //
     // panel_bzll
     //
     this.panel_bzll.BackColor = System.Drawing.Color.Black;
     this.panel_bzll.Controls.Add(this.label_bzll);
     this.panel_bzll.Location = new System.Drawing.Point(51, 42);
     this.panel_bzll.Name     = "panel_bzll";
     this.panel_bzll.Size     = new System.Drawing.Size(116, 36);
     this.panel_bzll.TabIndex = 34;
     //
     // label_bzll
     //
     this.label_bzll.AutoSize  = true;
     this.label_bzll.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_bzll.ForeColor = System.Drawing.Color.White;
     this.label_bzll.Location  = new System.Drawing.Point(38, 6);
     this.label_bzll.Name      = "label_bzll";
     this.label_bzll.Size      = new System.Drawing.Size(39, 20);
     this.label_bzll.TabIndex  = 33;
     this.label_bzll.Text      = "0.0";
     //
     // labelControl3
     //
     this.labelControl3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl3.Location = new System.Drawing.Point(441, 17);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(65, 14);
     this.labelControl3.TabIndex = 32;
     this.labelControl3.Text     = "稀释温度[C]";
     //
     // labelControl1
     //
     this.labelControl1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl1.Location = new System.Drawing.Point(192, 16);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(74, 14);
     this.labelControl1.TabIndex = 32;
     this.labelControl1.Text     = "实际流量[L/s]";
     //
     // labelControl4
     //
     this.labelControl4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl4.Location = new System.Drawing.Point(560, 16);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(78, 14);
     this.labelControl4.TabIndex = 32;
     this.labelControl4.Text     = "稀释压力[Kpa]";
     //
     // labelControl2
     //
     this.labelControl2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl2.Location = new System.Drawing.Point(309, 17);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(86, 14);
     this.labelControl2.TabIndex = 32;
     this.labelControl2.Text     = "稀释O2浓度[%]";
     //
     // labelControl7
     //
     this.labelControl7.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl7.Location = new System.Drawing.Point(79, 17);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(74, 14);
     this.labelControl7.TabIndex = 32;
     this.labelControl7.Text     = "标准流量[L/s]";
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton4,
         this.toolStripButton5
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 476);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(843, 27);
     this.toolStrip1.TabIndex = 26;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(73, 24);
     this.toolStripButton1.Text   = "开始取数";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(73, 24);
     this.toolStripButton4.Text   = "停止取数";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton5.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(43, 24);
     this.toolStripButton5.Text   = "退出";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // LljDemarcate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(849, 506);
     this.Controls.Add(this.groupBox2);
     this.Name         = "LljDemarcate";
     this.Text         = "流量计标定";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.lljdemarcate_formClosing);
     this.Load        += new System.EventHandler(this.LljDemarcate_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel_msg.ResumeLayout(false);
     this.panel_msg.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtwd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtYl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditXsy.Properties)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel_xsyl.ResumeLayout(false);
     this.panel_xsyl.PerformLayout();
     this.panel_xswd.ResumeLayout(false);
     this.panel_xswd.PerformLayout();
     this.panel_xsyq.ResumeLayout(false);
     this.panel_xsyq.PerformLayout();
     this.panel_sjll.ResumeLayout(false);
     this.panel_sjll.PerformLayout();
     this.panel_bzll.ResumeLayout(false);
     this.panel_bzll.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.cSales           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cReceipt         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cPurchase        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cPayment         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.pnlSales         = new DevComponents.DotNetBar.PanelEx();
     this.lblSales         = new System.Windows.Forms.Label();
     this.lblSaleTotal     = new System.Windows.Forms.Label();
     this.pnlReceipt       = new DevComponents.DotNetBar.PanelEx();
     this.lblReceipt       = new System.Windows.Forms.Label();
     this.lblReceiptTotal  = new System.Windows.Forms.Label();
     this.pnlPurchase      = new DevComponents.DotNetBar.PanelEx();
     this.lblPurchase      = new System.Windows.Forms.Label();
     this.lblPurchaseTotal = new System.Windows.Forms.Label();
     this.pnlPayment       = new DevComponents.DotNetBar.PanelEx();
     this.lblPayment       = new System.Windows.Forms.Label();
     this.lblPaymentTotal  = new System.Windows.Forms.Label();
     this.lblSubmit        = new DevComponents.DotNetBar.LabelX();
     this.lblChart         = new DevComponents.DotNetBar.LabelX();
     this.lblToDate        = new DevComponents.DotNetBar.LabelX();
     this.lblFromDate      = new DevComponents.DotNetBar.LabelX();
     this.dtpToDate        = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.cboChartType     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.dtpFromDate      = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.pnlFilter        = new DevComponents.DotNetBar.PanelEx();
     this.pnlTile          = new DevComponents.DotNetBar.PanelEx();
     this.lblPaymentWidth  = new DevComponents.DotNetBar.LabelX();
     this.lblPurchaseWidth = new DevComponents.DotNetBar.LabelX();
     this.lblReceiptWidth  = new DevComponents.DotNetBar.LabelX();
     this.lblSalesWidth    = new DevComponents.DotNetBar.LabelX();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cReceipt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPurchase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPayment)).BeginInit();
     this.pnlSales.SuspendLayout();
     this.pnlReceipt.SuspendLayout();
     this.pnlPurchase.SuspendLayout();
     this.pnlPayment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate)).BeginInit();
     this.pnlFilter.SuspendLayout();
     this.pnlTile.SuspendLayout();
     this.SuspendLayout();
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll = true;
     this.flowLayoutPanel1.BackColor  = System.Drawing.Color.Gainsboro;
     this.flowLayoutPanel1.Controls.Add(this.cSales);
     this.flowLayoutPanel1.Controls.Add(this.cReceipt);
     this.flowLayoutPanel1.Controls.Add(this.cPurchase);
     this.flowLayoutPanel1.Controls.Add(this.cPayment);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 139);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(5);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(800, 394);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // cSales
     //
     this.cSales.BackColor                 = System.Drawing.Color.LightGray;
     this.cSales.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea1.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea1.AxisX.ScaleView.Size       = 5D;
     chartArea1.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea1.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea1.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea1.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.Name      = "ChartArea1";
     this.cSales.ChartAreas.Add(chartArea1);
     legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend1.Name    = "Legend1";
     this.cSales.Legends.Add(legend1);
     this.cSales.Location        = new System.Drawing.Point(5, 5);
     this.cSales.Margin          = new System.Windows.Forms.Padding(5);
     this.cSales.Name            = "cSales";
     series1.BorderColor         = System.Drawing.Color.RoyalBlue;
     series1.ChartArea           = "ChartArea1";
     series1.IsValueShownAsLabel = true;
     series1.Legend = "Legend1";
     series1.Name   = "Sales";
     this.cSales.Series.Add(series1);
     this.cSales.Size     = new System.Drawing.Size(600, 450);
     this.cSales.TabIndex = 0;
     this.cSales.Text     = "chart1";
     //
     // cReceipt
     //
     this.cReceipt.BackColor               = System.Drawing.Color.LightGray;
     this.cReceipt.BackGradientStyle       = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea2.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea2.AxisX.ScaleView.Size       = 5D;
     chartArea2.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea2.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea2.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea2.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea2.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea2.BackColor = System.Drawing.Color.Transparent;
     chartArea2.Name      = "ChartArea1";
     this.cReceipt.ChartAreas.Add(chartArea2);
     legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend2.Name    = "Legend1";
     this.cReceipt.Legends.Add(legend2);
     this.cReceipt.Location      = new System.Drawing.Point(5, 465);
     this.cReceipt.Margin        = new System.Windows.Forms.Padding(5);
     this.cReceipt.Name          = "cReceipt";
     this.cReceipt.Palette       = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series2.BorderColor         = System.Drawing.Color.DarkGreen;
     series2.ChartArea           = "ChartArea1";
     series2.IsValueShownAsLabel = true;
     series2.Legend = "Legend1";
     series2.Name   = "Receipt";
     this.cReceipt.Series.Add(series2);
     this.cReceipt.Size     = new System.Drawing.Size(600, 450);
     this.cReceipt.TabIndex = 1;
     this.cReceipt.Text     = "chart1";
     //
     // cPurchase
     //
     this.cPurchase.BackColor              = System.Drawing.Color.LightGray;
     this.cPurchase.BackGradientStyle      = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea3.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea3.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea3.AxisX.ScaleView.Size       = 5D;
     chartArea3.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea3.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea3.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea3.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea3.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea3.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea3.BackColor = System.Drawing.Color.Transparent;
     chartArea3.Name      = "ChartArea1";
     this.cPurchase.ChartAreas.Add(chartArea3);
     legend3.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend3.Name    = "Legend1";
     this.cPurchase.Legends.Add(legend3);
     this.cPurchase.Location     = new System.Drawing.Point(5, 925);
     this.cPurchase.Margin       = new System.Windows.Forms.Padding(5);
     this.cPurchase.Name         = "cPurchase";
     this.cPurchase.Palette      = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     series3.BorderColor         = System.Drawing.Color.DarkGoldenrod;
     series3.ChartArea           = "ChartArea1";
     series3.IsValueShownAsLabel = true;
     series3.Legend = "Legend1";
     series3.Name   = "Purchase";
     this.cPurchase.Series.Add(series3);
     this.cPurchase.Size     = new System.Drawing.Size(600, 450);
     this.cPurchase.TabIndex = 2;
     this.cPurchase.Text     = "chart1";
     //
     // cPayment
     //
     this.cPayment.BackColor               = System.Drawing.Color.LightGray;
     this.cPayment.BackGradientStyle       = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea4.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea4.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea4.AxisX.ScaleView.Size       = 5D;
     chartArea4.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea4.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea4.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea4.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea4.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea4.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea4.BackColor = System.Drawing.Color.Transparent;
     chartArea4.Name      = "ChartArea1";
     this.cPayment.ChartAreas.Add(chartArea4);
     legend4.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend4.Name    = "Legend1";
     this.cPayment.Legends.Add(legend4);
     this.cPayment.Location      = new System.Drawing.Point(5, 1385);
     this.cPayment.Margin        = new System.Windows.Forms.Padding(5);
     this.cPayment.Name          = "cPayment";
     this.cPayment.Palette       = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Chocolate;
     series4.BorderColor         = System.Drawing.Color.Maroon;
     series4.ChartArea           = "ChartArea1";
     series4.IsValueShownAsLabel = true;
     series4.Legend = "Legend1";
     series4.Name   = "Payment";
     this.cPayment.Series.Add(series4);
     this.cPayment.Size     = new System.Drawing.Size(600, 450);
     this.cPayment.TabIndex = 3;
     this.cPayment.Text     = "chart1";
     //
     // pnlSales
     //
     this.pnlSales.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlSales.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlSales.Controls.Add(this.lblSales);
     this.pnlSales.Controls.Add(this.lblSaleTotal);
     this.pnlSales.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlSales.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlSales.Location                        = new System.Drawing.Point(12, 0);
     this.pnlSales.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlSales.Name                            = "pnlSales";
     this.pnlSales.Size                            = new System.Drawing.Size(200, 106);
     this.pnlSales.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlSales.Style.BackColor1.Color          = System.Drawing.Color.SkyBlue;
     this.pnlSales.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(239)))));
     this.pnlSales.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlSales.Style.BorderColor.Color         = System.Drawing.Color.DodgerBlue;
     this.pnlSales.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlSales.Style.GradientAngle             = 90;
     this.pnlSales.TabIndex                        = 21;
     //
     // lblSales
     //
     this.lblSales.AutoSize  = true;
     this.lblSales.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblSales.ForeColor = System.Drawing.Color.White;
     this.lblSales.Location  = new System.Drawing.Point(0, 0);
     this.lblSales.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblSales.Name      = "lblSales";
     this.lblSales.Size      = new System.Drawing.Size(43, 16);
     this.lblSales.TabIndex  = 0;
     this.lblSales.Text      = "Sales";
     //
     // lblSaleTotal
     //
     this.lblSaleTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblSaleTotal.ForeColor   = System.Drawing.Color.White;
     this.lblSaleTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblSaleTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblSaleTotal.Name        = "lblSaleTotal";
     this.lblSaleTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblSaleTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblSaleTotal.TabIndex    = 1;
     this.lblSaleTotal.Text        = "0.00";
     //
     // pnlReceipt
     //
     this.pnlReceipt.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlReceipt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlReceipt.Controls.Add(this.lblReceipt);
     this.pnlReceipt.Controls.Add(this.lblReceiptTotal);
     this.pnlReceipt.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlReceipt.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlReceipt.Location                        = new System.Drawing.Point(224, 0);
     this.pnlReceipt.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlReceipt.Name                            = "pnlReceipt";
     this.pnlReceipt.Size                            = new System.Drawing.Size(200, 106);
     this.pnlReceipt.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlReceipt.Style.BackColor1.Color          = System.Drawing.Color.SeaGreen;
     this.pnlReceipt.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(166)))), ((int)(((byte)(90)))));
     this.pnlReceipt.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlReceipt.Style.BorderColor.Color         = System.Drawing.Color.Green;
     this.pnlReceipt.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlReceipt.Style.GradientAngle             = 90;
     this.pnlReceipt.TabIndex                        = 22;
     //
     // lblReceipt
     //
     this.lblReceipt.AutoSize  = true;
     this.lblReceipt.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblReceipt.ForeColor = System.Drawing.Color.White;
     this.lblReceipt.Location  = new System.Drawing.Point(0, 0);
     this.lblReceipt.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblReceipt.Name      = "lblReceipt";
     this.lblReceipt.Size      = new System.Drawing.Size(57, 16);
     this.lblReceipt.TabIndex  = 0;
     this.lblReceipt.Text      = "Receipt";
     //
     // lblReceiptTotal
     //
     this.lblReceiptTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblReceiptTotal.ForeColor   = System.Drawing.Color.White;
     this.lblReceiptTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblReceiptTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblReceiptTotal.Name        = "lblReceiptTotal";
     this.lblReceiptTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblReceiptTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblReceiptTotal.TabIndex    = 1;
     this.lblReceiptTotal.Text        = "0.00";
     //
     // pnlPurchase
     //
     this.pnlPurchase.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlPurchase.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlPurchase.Controls.Add(this.lblPurchase);
     this.pnlPurchase.Controls.Add(this.lblPurchaseTotal);
     this.pnlPurchase.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlPurchase.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlPurchase.Location                        = new System.Drawing.Point(436, 0);
     this.pnlPurchase.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlPurchase.Name                            = "pnlPurchase";
     this.pnlPurchase.Size                            = new System.Drawing.Size(200, 106);
     this.pnlPurchase.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlPurchase.Style.BackColor1.Color          = System.Drawing.Color.Goldenrod;
     this.pnlPurchase.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(18)))));
     this.pnlPurchase.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlPurchase.Style.BorderColor.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.pnlPurchase.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlPurchase.Style.GradientAngle             = 90;
     this.pnlPurchase.TabIndex                        = 23;
     //
     // lblPurchase
     //
     this.lblPurchase.AutoSize  = true;
     this.lblPurchase.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblPurchase.ForeColor = System.Drawing.Color.White;
     this.lblPurchase.Location  = new System.Drawing.Point(0, 0);
     this.lblPurchase.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPurchase.Name      = "lblPurchase";
     this.lblPurchase.Size      = new System.Drawing.Size(68, 16);
     this.lblPurchase.TabIndex  = 0;
     this.lblPurchase.Text      = "Purchase";
     //
     // lblPurchaseTotal
     //
     this.lblPurchaseTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblPurchaseTotal.ForeColor   = System.Drawing.Color.White;
     this.lblPurchaseTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblPurchaseTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPurchaseTotal.Name        = "lblPurchaseTotal";
     this.lblPurchaseTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblPurchaseTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblPurchaseTotal.TabIndex    = 1;
     this.lblPurchaseTotal.Text        = "0.00";
     //
     // pnlPayment
     //
     this.pnlPayment.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlPayment.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlPayment.Controls.Add(this.lblPayment);
     this.pnlPayment.Controls.Add(this.lblPaymentTotal);
     this.pnlPayment.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlPayment.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlPayment.Location                        = new System.Drawing.Point(648, 0);
     this.pnlPayment.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlPayment.Name                            = "pnlPayment";
     this.pnlPayment.Size                            = new System.Drawing.Size(200, 106);
     this.pnlPayment.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlPayment.Style.BackColor1.Color          = System.Drawing.Color.Tomato;
     this.pnlPayment.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(75)))), ((int)(((byte)(57)))));
     this.pnlPayment.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlPayment.Style.BorderColor.Color         = System.Drawing.Color.IndianRed;
     this.pnlPayment.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlPayment.Style.GradientAngle             = 90;
     this.pnlPayment.TabIndex                        = 24;
     //
     // lblPayment
     //
     this.lblPayment.AutoSize  = true;
     this.lblPayment.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblPayment.ForeColor = System.Drawing.Color.White;
     this.lblPayment.Location  = new System.Drawing.Point(0, 0);
     this.lblPayment.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPayment.Name      = "lblPayment";
     this.lblPayment.Size      = new System.Drawing.Size(65, 16);
     this.lblPayment.TabIndex  = 0;
     this.lblPayment.Text      = "Payment";
     //
     // lblPaymentTotal
     //
     this.lblPaymentTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblPaymentTotal.ForeColor   = System.Drawing.Color.White;
     this.lblPaymentTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblPaymentTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPaymentTotal.Name        = "lblPaymentTotal";
     this.lblPaymentTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblPaymentTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblPaymentTotal.TabIndex    = 1;
     this.lblPaymentTotal.Text        = "0.00";
     //
     // lblSubmit
     //
     this.lblSubmit.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSubmit.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSubmit.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.lblSubmit.Location    = new System.Drawing.Point(564, 6);
     this.lblSubmit.Name        = "lblSubmit";
     this.lblSubmit.Size        = new System.Drawing.Size(22, 22);
     this.lblSubmit.Symbol      = "";
     this.lblSubmit.SymbolColor = System.Drawing.Color.RoyalBlue;
     this.lblSubmit.TabIndex    = 25;
     this.lblSubmit.Click      += new System.EventHandler(this.lblSubmit_Click);
     //
     // lblChart
     //
     this.lblChart.AutoSize  = true;
     this.lblChart.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblChart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblChart.Location = new System.Drawing.Point(8, 8);
     this.lblChart.Margin   = new System.Windows.Forms.Padding(5);
     this.lblChart.Name     = "lblChart";
     this.lblChart.Size     = new System.Drawing.Size(38, 18);
     this.lblChart.TabIndex = 0;
     this.lblChart.Text     = "Chart";
     //
     // lblToDate
     //
     this.lblToDate.AutoSize  = true;
     this.lblToDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblToDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblToDate.Location = new System.Drawing.Point(393, 8);
     this.lblToDate.Margin   = new System.Windows.Forms.Padding(5);
     this.lblToDate.Name     = "lblToDate";
     this.lblToDate.Size     = new System.Drawing.Size(18, 18);
     this.lblToDate.TabIndex = 4;
     this.lblToDate.Text     = "To";
     //
     // lblFromDate
     //
     this.lblFromDate.AutoSize  = true;
     this.lblFromDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblFromDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblFromDate.Location = new System.Drawing.Point(202, 8);
     this.lblFromDate.Margin   = new System.Windows.Forms.Padding(5);
     this.lblFromDate.Name     = "lblFromDate";
     this.lblFromDate.Size     = new System.Drawing.Size(36, 18);
     this.lblFromDate.TabIndex = 2;
     this.lblFromDate.Text     = "From";
     //
     // dtpToDate
     //
     //
     //
     //
     this.dtpToDate.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.dtpToDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.ButtonClear.Tooltip        = "";
     this.dtpToDate.ButtonCustom.Tooltip       = "";
     this.dtpToDate.ButtonCustom2.Tooltip      = "";
     this.dtpToDate.ButtonDropDown.Shortcut    = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpToDate.ButtonDropDown.Tooltip     = "";
     this.dtpToDate.ButtonDropDown.Visible     = true;
     this.dtpToDate.ButtonFreeText.Tooltip     = "";
     this.dtpToDate.IsPopupCalendarOpen        = false;
     this.dtpToDate.Location = new System.Drawing.Point(422, 5);
     this.dtpToDate.Margin   = new System.Windows.Forms.Padding(5);
     //
     //
     //
     this.dtpToDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpToDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.MonthCalendar.CalendarDimensions         = new System.Drawing.Size(1, 1);
     this.dtpToDate.MonthCalendar.ClearButtonVisible         = true;
     //
     //
     //
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.MonthCalendar.DisplayMonth       = new System.DateTime(2018, 10, 1, 0, 0, 0, 0);
     this.dtpToDate.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtpToDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.MonthCalendar.TodayButtonVisible = true;
     this.dtpToDate.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtpToDate.Name     = "dtpToDate";
     this.dtpToDate.Size     = new System.Drawing.Size(133, 23);
     this.dtpToDate.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtpToDate.TabIndex = 5;
     //
     // cboChartType
     //
     this.cboChartType.DisplayMember     = "Text";
     this.cboChartType.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboChartType.DropDownHeight    = 120;
     this.cboChartType.FormattingEnabled = true;
     this.cboChartType.IntegralHeight    = false;
     this.cboChartType.ItemHeight        = 17;
     this.cboChartType.Location          = new System.Drawing.Point(58, 5);
     this.cboChartType.Margin            = new System.Windows.Forms.Padding(5);
     this.cboChartType.Name     = "cboChartType";
     this.cboChartType.Size     = new System.Drawing.Size(134, 23);
     this.cboChartType.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboChartType.TabIndex = 1;
     //
     // dtpFromDate
     //
     //
     //
     //
     this.dtpFromDate.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.dtpFromDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.ButtonClear.Tooltip        = "";
     this.dtpFromDate.ButtonCustom.Tooltip       = "";
     this.dtpFromDate.ButtonCustom2.Tooltip      = "";
     this.dtpFromDate.ButtonDropDown.Shortcut    = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpFromDate.ButtonDropDown.Tooltip     = "";
     this.dtpFromDate.ButtonDropDown.Visible     = true;
     this.dtpFromDate.ButtonFreeText.Tooltip     = "";
     this.dtpFromDate.IsPopupCalendarOpen        = false;
     this.dtpFromDate.Location = new System.Drawing.Point(249, 5);
     this.dtpFromDate.Margin   = new System.Windows.Forms.Padding(5);
     //
     //
     //
     this.dtpFromDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFromDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.CalendarDimensions         = new System.Drawing.Size(1, 1);
     this.dtpFromDate.MonthCalendar.ClearButtonVisible         = true;
     //
     //
     //
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.DisplayMonth       = new System.DateTime(2018, 10, 1, 0, 0, 0, 0);
     this.dtpFromDate.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtpFromDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.TodayButtonVisible = true;
     this.dtpFromDate.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtpFromDate.Name     = "dtpFromDate";
     this.dtpFromDate.Size     = new System.Drawing.Size(133, 23);
     this.dtpFromDate.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtpFromDate.TabIndex = 3;
     //
     // pnlFilter
     //
     this.pnlFilter.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlFilter.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlFilter.Controls.Add(this.lblSubmit);
     this.pnlFilter.Controls.Add(this.dtpToDate);
     this.pnlFilter.Controls.Add(this.lblToDate);
     this.pnlFilter.Controls.Add(this.dtpFromDate);
     this.pnlFilter.Controls.Add(this.lblFromDate);
     this.pnlFilter.Controls.Add(this.cboChartType);
     this.pnlFilter.Controls.Add(this.lblChart);
     this.pnlFilter.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlFilter.Dock                              = System.Windows.Forms.DockStyle.Top;
     this.pnlFilter.Location                          = new System.Drawing.Point(0, 0);
     this.pnlFilter.Name                              = "pnlFilter";
     this.pnlFilter.Size                              = new System.Drawing.Size(800, 33);
     this.pnlFilter.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.pnlFilter.Style.BackColor1.Color            = System.Drawing.Color.White;
     this.pnlFilter.Style.BackColor2.Color            = System.Drawing.Color.White;
     this.pnlFilter.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlFilter.Style.BorderSide                  = DevComponents.DotNetBar.eBorderSide.None;
     this.pnlFilter.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlFilter.Style.GradientAngle               = 90;
     this.pnlFilter.TabIndex                          = 25;
     //
     // pnlTile
     //
     this.pnlTile.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlTile.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlTile.Controls.Add(this.pnlPayment);
     this.pnlTile.Controls.Add(this.lblPaymentWidth);
     this.pnlTile.Controls.Add(this.pnlPurchase);
     this.pnlTile.Controls.Add(this.lblPurchaseWidth);
     this.pnlTile.Controls.Add(this.pnlReceipt);
     this.pnlTile.Controls.Add(this.lblReceiptWidth);
     this.pnlTile.Controls.Add(this.pnlSales);
     this.pnlTile.Controls.Add(this.lblSalesWidth);
     this.pnlTile.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlTile.Dock                              = System.Windows.Forms.DockStyle.Top;
     this.pnlTile.Location                          = new System.Drawing.Point(0, 33);
     this.pnlTile.Name                              = "pnlTile";
     this.pnlTile.Size                              = new System.Drawing.Size(800, 106);
     this.pnlTile.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.pnlTile.Style.BackColor1.Color            = System.Drawing.Color.White;
     this.pnlTile.Style.BackColor2.Color            = System.Drawing.Color.LightGray;
     this.pnlTile.Style.Border                      = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlTile.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlTile.Style.BorderSide                  = DevComponents.DotNetBar.eBorderSide.None;
     this.pnlTile.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlTile.Style.GradientAngle               = 90;
     this.pnlTile.TabIndex                          = 26;
     //
     // lblPaymentWidth
     //
     this.lblPaymentWidth.AutoSize  = true;
     this.lblPaymentWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblPaymentWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblPaymentWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblPaymentWidth.Location = new System.Drawing.Point(636, 0);
     this.lblPaymentWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblPaymentWidth.Name     = "lblPaymentWidth";
     this.lblPaymentWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblPaymentWidth.TabIndex = 28;
     this.lblPaymentWidth.Text     = " ";
     //
     // lblPurchaseWidth
     //
     this.lblPurchaseWidth.AutoSize  = true;
     this.lblPurchaseWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblPurchaseWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblPurchaseWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblPurchaseWidth.Location = new System.Drawing.Point(424, 0);
     this.lblPurchaseWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblPurchaseWidth.Name     = "lblPurchaseWidth";
     this.lblPurchaseWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblPurchaseWidth.TabIndex = 26;
     this.lblPurchaseWidth.Text     = " ";
     //
     // lblReceiptWidth
     //
     this.lblReceiptWidth.AutoSize  = true;
     this.lblReceiptWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblReceiptWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblReceiptWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblReceiptWidth.Location = new System.Drawing.Point(212, 0);
     this.lblReceiptWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblReceiptWidth.Name     = "lblReceiptWidth";
     this.lblReceiptWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblReceiptWidth.TabIndex = 27;
     this.lblReceiptWidth.Text     = " ";
     //
     // lblSalesWidth
     //
     this.lblSalesWidth.AutoSize  = true;
     this.lblSalesWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSalesWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSalesWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblSalesWidth.Location = new System.Drawing.Point(0, 0);
     this.lblSalesWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblSalesWidth.Name     = "lblSalesWidth";
     this.lblSalesWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblSalesWidth.TabIndex = 25;
     this.lblSalesWidth.Text     = " ";
     //
     // frmDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 533);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.pnlTile);
     this.Controls.Add(this.pnlFilter);
     this.Font            = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "frmDashboard";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Dashboard";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.frmDashboard_Load);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cReceipt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPurchase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPayment)).EndInit();
     this.pnlSales.ResumeLayout(false);
     this.pnlSales.PerformLayout();
     this.pnlReceipt.ResumeLayout(false);
     this.pnlReceipt.PerformLayout();
     this.pnlPurchase.ResumeLayout(false);
     this.pnlPurchase.PerformLayout();
     this.pnlPayment.ResumeLayout(false);
     this.pnlPayment.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate)).EndInit();
     this.pnlFilter.ResumeLayout(false);
     this.pnlFilter.PerformLayout();
     this.pnlTile.ResumeLayout(false);
     this.pnlTile.PerformLayout();
     this.ResumeLayout(false);
 }
Example #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea16 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend16    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series16    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea17 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend17    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series17    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea18 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend18    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series18    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.btn_open        = new System.Windows.Forms.Button();
     this.pictureBox2     = new System.Windows.Forms.PictureBox();
     this.label1          = new System.Windows.Forms.Label();
     this.HistogramRed    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.HistogramBlue   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.HistogramGreen  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.pictureBox3     = new System.Windows.Forms.PictureBox();
     this.pictureBox4     = new System.Windows.Forms.PictureBox();
     this.pictureBox5     = new System.Windows.Forms.PictureBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.Percentage      = new System.Windows.Forms.TextBox();
     this.label8          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.btn_Negative    = new System.Windows.Forms.Button();
     this.btn_Brightness  = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramRed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramBlue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramGreen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(13, 13);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(290, 202);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // btn_open
     //
     this.btn_open.Location = new System.Drawing.Point(310, 13);
     this.btn_open.Name     = "btn_open";
     this.btn_open.Size     = new System.Drawing.Size(105, 36);
     this.btn_open.TabIndex = 1;
     this.btn_open.Text     = "Open file";
     this.btn_open.UseVisualStyleBackColor = true;
     this.btn_open.Click += new System.EventHandler(this.btn_open_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new System.Drawing.Point(421, 13);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(290, 202);
     this.pictureBox2.TabIndex = 2;
     this.pictureBox2.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(539, 228);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(97, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Intensity Correction";
     //
     // HistogramRed
     //
     chartArea16.Name = "ChartArea1";
     this.HistogramRed.ChartAreas.Add(chartArea16);
     legend16.Name = "Legend1";
     this.HistogramRed.Legends.Add(legend16);
     this.HistogramRed.Location = new System.Drawing.Point(13, 244);
     this.HistogramRed.Name     = "HistogramRed";
     series16.ChartArea         = "ChartArea1";
     series16.Color             = System.Drawing.Color.Red;
     series16.Legend            = "Legend1";
     series16.Name        = "Color";
     series16.ShadowColor = System.Drawing.Color.Red;
     this.HistogramRed.Series.Add(series16);
     this.HistogramRed.Size     = new System.Drawing.Size(283, 131);
     this.HistogramRed.TabIndex = 19;
     this.HistogramRed.Text     = "HistogramRed";
     //
     // HistogramBlue
     //
     chartArea17.Name = "ChartArea1";
     this.HistogramBlue.ChartAreas.Add(chartArea17);
     legend17.Name = "Legend1";
     this.HistogramBlue.Legends.Add(legend17);
     this.HistogramBlue.Location = new System.Drawing.Point(606, 244);
     this.HistogramBlue.Name     = "HistogramBlue";
     series17.ChartArea          = "ChartArea1";
     series17.Color  = System.Drawing.Color.Blue;
     series17.Legend = "Legend1";
     series17.Name   = "Color";
     this.HistogramBlue.Series.Add(series17);
     this.HistogramBlue.Size     = new System.Drawing.Size(283, 131);
     this.HistogramBlue.TabIndex = 22;
     this.HistogramBlue.Text     = "HistogramBlue";
     //
     // HistogramGreen
     //
     chartArea18.Name = "ChartArea1";
     this.HistogramGreen.ChartAreas.Add(chartArea18);
     legend18.Name = "Legend1";
     this.HistogramGreen.Legends.Add(legend18);
     this.HistogramGreen.Location = new System.Drawing.Point(310, 244);
     this.HistogramGreen.Name     = "HistogramGreen";
     series18.ChartArea           = "ChartArea1";
     series18.Color       = System.Drawing.Color.Lime;
     series18.Legend      = "Legend1";
     series18.Name        = "Color";
     series18.ShadowColor = System.Drawing.Color.Red;
     this.HistogramGreen.Series.Add(series18);
     this.HistogramGreen.Size     = new System.Drawing.Size(283, 131);
     this.HistogramGreen.TabIndex = 21;
     this.HistogramGreen.Text     = "HistogramGreen";
     //
     // pictureBox3
     //
     this.pictureBox3.Location = new System.Drawing.Point(13, 395);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(283, 185);
     this.pictureBox3.TabIndex = 23;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox4
     //
     this.pictureBox4.Location = new System.Drawing.Point(310, 395);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(283, 185);
     this.pictureBox4.TabIndex = 24;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Location = new System.Drawing.Point(606, 395);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(283, 185);
     this.pictureBox5.TabIndex = 25;
     this.pictureBox5.TabStop  = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(35, 587);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 13);
     this.label2.TabIndex = 26;
     this.label2.Text     = "Red Component";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(335, 586);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 13);
     this.label3.TabIndex = 27;
     this.label3.Text     = "Green Conponent";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(617, 586);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(87, 13);
     this.label4.TabIndex = 28;
     this.label4.Text     = "Blue Commonent";
     //
     // Percentage
     //
     this.Percentage.Location = new System.Drawing.Point(761, 52);
     this.Percentage.Name     = "Percentage";
     this.Percentage.Size     = new System.Drawing.Size(107, 20);
     this.Percentage.TabIndex = 33;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(874, 55);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(15, 13);
     this.label8.TabIndex = 32;
     this.label8.Text     = "%";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(761, 36);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(85, 13);
     this.label7.TabIndex = 31;
     this.label7.Text     = "Percentage (+/-)";
     //
     // btn_Negative
     //
     this.btn_Negative.Location = new System.Drawing.Point(837, 90);
     this.btn_Negative.Name     = "btn_Negative";
     this.btn_Negative.Size     = new System.Drawing.Size(75, 23);
     this.btn_Negative.TabIndex = 30;
     this.btn_Negative.Text     = "Negative";
     this.btn_Negative.UseVisualStyleBackColor = true;
     this.btn_Negative.Click += new System.EventHandler(this.btn_Negative_Click);
     //
     // btn_Brightness
     //
     this.btn_Brightness.Location = new System.Drawing.Point(761, 90);
     this.btn_Brightness.Name     = "btn_Brightness";
     this.btn_Brightness.Size     = new System.Drawing.Size(70, 23);
     this.btn_Brightness.TabIndex = 29;
     this.btn_Brightness.Text     = "Brigtness";
     this.btn_Brightness.UseVisualStyleBackColor = true;
     this.btn_Brightness.Click += new System.EventHandler(this.btn_Brightness_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(933, 605);
     this.Controls.Add(this.Percentage);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btn_Negative);
     this.Controls.Add(this.btn_Brightness);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.HistogramBlue);
     this.Controls.Add(this.HistogramGreen);
     this.Controls.Add(this.HistogramRed);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.btn_open);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramRed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramBlue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramGreen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series5    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.textBox3      = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.button1       = new System.Windows.Forms.Button();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.button2       = new System.Windows.Forms.Button();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label5   = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label6   = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label7   = new System.Windows.Forms.Label();
     this.label8   = new System.Windows.Forms.Label();
     this.chart2   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart3   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Cornsilk;
     legend1.Name      = "Legend1";
     legend1.Title     = "Графік";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(-6, 40);
     this.chart1.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.chart1.Name        = "chart1";
     this.chart1.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint;
     series1.Legend          = "Legend1";
     series1.Name            = "y=x^(1/x)";
     series1.YValuesPerPoint = 2;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(864, 638);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.BackColor     = System.Drawing.Color.Cornsilk;
     title1.Font          = new System.Drawing.Font("Broadway", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name          = "Title1";
     title1.Text          = "Графік явно заданої функції";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.dataGridView1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox1.Location = new System.Drawing.Point(867, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Size     = new System.Drawing.Size(708, 758);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Параметри";
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(501, 170);
     this.textBox3.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new System.Drawing.Size(157, 35);
     this.textBox3.TabIndex  = 7;
     this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(328, 170);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(146, 29);
     this.label4.TabIndex = 6;
     this.label4.Text     = "К-сть точок";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(501, 102);
     this.textBox2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(157, 35);
     this.textBox2.TabIndex  = 5;
     this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(422, 106);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(43, 29);
     this.label3.TabIndex = 4;
     this.label3.Text     = "До";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(501, 34);
     this.textBox1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(157, 35);
     this.textBox1.TabIndex  = 3;
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ControlLightLight;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dataGridView1.GridColor       = System.Drawing.SystemColors.Control;
     this.dataGridView1.Location        = new System.Drawing.Point(90, 218);
     this.dataGridView1.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dataGridView1.Name            = "dataGridView1";
     this.dataGridView1.ReadOnly        = true;
     this.dataGridView1.RowHeadersWidth = 70;
     this.dataGridView1.Size            = new System.Drawing.Size(556, 525);
     this.dataGridView1.TabIndex        = 2;
     //
     // Column1
     //
     this.Column1.HeaderText   = "f(x)";
     this.Column1.MinimumWidth = 6;
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     this.Column1.Width        = 200;
     //
     // Column2
     //
     this.Column2.HeaderText   = "x";
     this.Column2.MinimumWidth = 6;
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     this.Column2.ToolTipText  = "h";
     this.Column2.Width        = 200;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(422, 40);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(49, 29);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Від";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Cornsilk;
     this.label1.Location  = new System.Drawing.Point(4, 34);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(0, 29);
     this.label1.TabIndex  = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(-4, 16);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1598, 895);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Controls.Add(this.chart1);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 29);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage1.Size     = new System.Drawing.Size(1590, 862);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Explicit func";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Cornsilk;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Location  = new System.Drawing.Point(1035, 768);
     this.button1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(351, 48);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "Побудувати графік";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.groupBox2);
     this.tabPage2.Controls.Add(this.chart2);
     this.tabPage2.Controls.Add(this.chart3);
     this.tabPage2.Location = new System.Drawing.Point(4, 29);
     this.tabPage2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage2.Size     = new System.Drawing.Size(1590, 862);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Implicit func";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Cornsilk;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.Location  = new System.Drawing.Point(1048, 656);
     this.button2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(440, 68);
     this.button2.TabIndex  = 4;
     this.button2.Text      = "Побудувати графік";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridView2);
     this.groupBox2.Controls.Add(this.textBox4);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.textBox5);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.textBox6);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox2.Location = new System.Drawing.Point(892, 10);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox2.Size     = new System.Drawing.Size(687, 636);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Параметри";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows          = false;
     this.dataGridView2.AllowUserToDeleteRows       = false;
     this.dataGridView2.BackgroundColor             = System.Drawing.SystemColors.ControlLightLight;
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.Column3,
         this.dataGridViewTextBoxColumn2
     });
     this.dataGridView2.GridColor       = System.Drawing.SystemColors.Control;
     this.dataGridView2.Location        = new System.Drawing.Point(46, 174);
     this.dataGridView2.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dataGridView2.Name            = "dataGridView2";
     this.dataGridView2.ReadOnly        = true;
     this.dataGridView2.RowHeadersWidth = 70;
     this.dataGridView2.Size            = new System.Drawing.Size(573, 449);
     this.dataGridView2.TabIndex        = 2;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText   = "x(t)";
     this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly     = true;
     this.dataGridViewTextBoxColumn1.Width        = 150;
     //
     // Column3
     //
     this.Column3.HeaderText   = "y(t)";
     this.Column3.MinimumWidth = 6;
     this.Column3.Name         = "Column3";
     this.Column3.ReadOnly     = true;
     this.Column3.Width        = 150;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText   = "t";
     this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly     = true;
     this.dataGridViewTextBoxColumn2.ToolTipText  = "h";
     this.dataGridViewTextBoxColumn2.Width        = 150;
     //
     // textBox4
     //
     this.textBox4.Location  = new System.Drawing.Point(497, 126);
     this.textBox4.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new System.Drawing.Size(157, 35);
     this.textBox4.TabIndex  = 7;
     this.textBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(336, 130);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(146, 29);
     this.label5.TabIndex = 6;
     this.label5.Text     = "К-сть точок";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(497, 79);
     this.textBox5.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new System.Drawing.Size(157, 35);
     this.textBox5.TabIndex  = 5;
     this.textBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(413, 82);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(43, 29);
     this.label6.TabIndex = 4;
     this.label6.Text     = "До";
     //
     // textBox6
     //
     this.textBox6.Location  = new System.Drawing.Point(497, 28);
     this.textBox6.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox6.Name      = "textBox6";
     this.textBox6.Size      = new System.Drawing.Size(157, 35);
     this.textBox6.TabIndex  = 3;
     this.textBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label7.Location = new System.Drawing.Point(413, 28);
     this.label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(49, 29);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Від";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Cornsilk;
     this.label8.Location  = new System.Drawing.Point(4, 34);
     this.label8.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(0, 29);
     this.label8.TabIndex  = 0;
     //
     // chart2
     //
     this.chart2.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.chart2.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legend2.BackColor = System.Drawing.Color.Cornsilk;
     legend2.Name      = "Legend1";
     legend2.Title     = "Графік";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location    = new System.Drawing.Point(-6, 0);
     this.chart2.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.chart2.Name        = "chart2";
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series2.Legend          = "Legend1";
     series2.Name            = "y(x) = (x-1)^2/(x+1)^2 ";
     series2.YValuesPerPoint = 2;
     series3.ChartArea       = "ChartArea1";
     series3.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series3.Legend          = "Legend1";
     series3.Name            = "x(y) = (y+1)^2/(y-1)^2";
     this.chart2.Series.Add(series2);
     this.chart2.Series.Add(series3);
     this.chart2.Size     = new System.Drawing.Size(902, 331);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     //
     // chart3
     //
     this.chart3.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.chart3.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
     chartArea3.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea3);
     legend3.BackColor = System.Drawing.Color.Cornsilk;
     legend3.Name      = "Legend1";
     legend3.Title     = "Графік";
     this.chart3.Legends.Add(legend3);
     this.chart3.Location    = new System.Drawing.Point(4, 341);
     this.chart3.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.chart3.Name        = "chart3";
     series4.ChartArea       = "ChartArea1";
     series4.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series4.Legend          = "Legend1";
     series4.Name            = "x(t) = (t+1)^2/4";
     series4.YValuesPerPoint = 2;
     series5.ChartArea       = "ChartArea1";
     series5.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series5.Legend          = "Legend1";
     series5.Name            = "y(t) = (t-1)^2/4";
     this.chart3.Series.Add(series4);
     this.chart3.Series.Add(series5);
     this.chart3.Size     = new System.Drawing.Size(892, 382);
     this.chart3.TabIndex = 2;
     this.chart3.Text     = "chart3";
     title2.BackColor     = System.Drawing.Color.White;
     title2.Font          = new System.Drawing.Font("Broadway", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name          = "Title1";
     this.chart3.Titles.Add(title2);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1590, 910);
     this.Controls.Add(this.tabControl1);
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MaximizeBox   = false;
     this.Name          = "Form1";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "Form1";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     this.ResumeLayout(false);
 }
Example #42
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.SpringGreen;
     chartArea1.Name       = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Cursor = System.Windows.Forms.Cursors.Cross;
     legend1.Name       = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(23, 12);
     this.chart1.Name        = "chart1";
     this.chart1.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     this.chart1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Font            = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     series1.Legend          = "Legend1";
     series1.LegendText      = "Z1";
     series1.Name            = "Series1";
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend          = "Legend1";
     series2.Name            = "Z2";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1061, 460);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     title1.Name          = "Title1";
     title1.Text          = "Постороение графиков функций";
     this.chart1.Titles.Add(title1);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Brown;
     this.button1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button1.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.button1.Location  = new System.Drawing.Point(981, 493);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(103, 37);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "Выход";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Aquamarine;
     this.ClientSize          = new System.Drawing.Size(1096, 542);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chart1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Лабораторная работа №1, задание №2";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((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()
 {
     this.components = new System.ComponentModel.Container();
     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();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(배경));
     this.button1  = new System.Windows.Forms.Button();
     this.chart2   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.timer1   = new System.Windows.Forms.Timer(this.components);
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.label3   = new System.Windows.Forms.Label();
     this.label4   = new System.Windows.Forms.Label();
     this.label5   = new System.Windows.Forms.Label();
     this.button2  = new System.Windows.Forms.Button();
     this.button3  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(1652, 1028);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(260, 46);
     this.button1.TabIndex = 0;
     this.button1.Text     = "종료 하기";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // chart2
     //
     this.chart2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     chartArea1.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea1);
     this.chart2.Cursor = System.Windows.Forms.Cursors.Hand;
     legend1.Name       = "Legend1";
     this.chart2.Legends.Add(legend1);
     this.chart2.Location    = new System.Drawing.Point(24, 24);
     this.chart2.Name        = "chart2";
     this.chart2.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     this.chart2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend          = "Legend1";
     series1.Name            = "시세";
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend          = "Legend1";
     series2.Name            = "코드아트 코인";
     this.chart2.Series.Add(series1);
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(823, 450);
     this.chart2.TabIndex = 2;
     this.chart2.Text     = "시세";
     this.chart2.Click   += new System.EventHandler(this.chart2_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // listBox1
     //
     this.listBox1.BackColor         = System.Drawing.Color.Black;
     this.listBox1.Font              = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.listBox1.ForeColor         = System.Drawing.Color.White;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 24;
     this.listBox1.Location          = new System.Drawing.Point(23, 529);
     this.listBox1.Name              = "listBox1";
     this.listBox1.Size              = new System.Drawing.Size(822, 220);
     this.listBox1.TabIndex          = 3;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(16, 487);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(59, 39);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "랭킹";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(12, 1042);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(379, 39);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "저작권: [email protected]";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(17, 767);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 39);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "[유저 정보]";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(17, 816);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(68, 39);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "이름:";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(16, 855);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(140, 39);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "컴퓨터 이름:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(1386, 1028);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(260, 46);
     this.button2.TabIndex = 11;
     this.button2.Text     = "저장 하기";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click_1);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(1120, 1028);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(260, 46);
     this.button3.TabIndex = 12;
     this.button3.Text     = "한강 행";
     this.button3.UseVisualStyleBackColor = true;
     //
     // 배경
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1924, 1061);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "배경";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "배경";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.배경_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.panel1     = new System.Windows.Forms.Panel();
     this.buttonHide = new System.Windows.Forms.Button();
     this.labelTitle = new System.Windows.Forms.Label();
     this.panelMain  = new System.Windows.Forms.Panel();
     this.chart1     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel1.SuspendLayout();
     this.panelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonHide);
     this.panel1.Controls.Add(this.labelTitle);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(960, 42);
     this.panel1.TabIndex = 0;
     //
     // buttonHide
     //
     this.buttonHide.Location = new System.Drawing.Point(863, 5);
     this.buttonHide.Name     = "buttonHide";
     this.buttonHide.Size     = new System.Drawing.Size(75, 23);
     this.buttonHide.TabIndex = 1;
     this.buttonHide.Text     = "&Hide";
     this.buttonHide.UseVisualStyleBackColor = true;
     this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click);
     //
     // labelTitle
     //
     this.labelTitle.AutoSize = true;
     this.labelTitle.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitle.Location = new System.Drawing.Point(13, 4);
     this.labelTitle.Name     = "labelTitle";
     this.labelTitle.Size     = new System.Drawing.Size(58, 25);
     this.labelTitle.TabIndex = 0;
     this.labelTitle.Text     = "Title";
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.chart1);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 42);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(960, 626);
     this.panelMain.TabIndex = 1;
     //
     // chart1
     //
     chartArea3.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea3);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend3.Name     = "Legend1";
     this.chart1.Legends.Add(legend3);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name     = "chart1";
     series3.ChartArea    = "ChartArea1";
     series3.Legend       = "Legend1";
     series3.Name         = "Series1";
     this.chart1.Series.Add(series3);
     this.chart1.Size     = new System.Drawing.Size(960, 626);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // SingleGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonHide;
     this.ClientSize          = new System.Drawing.Size(960, 668);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panel1);
     this.Name         = "SingleGraph";
     this.Text         = "eastridges.com/covid19";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SingleGraph_FormClosing);
     this.Load        += new System.EventHandler(this.SingleGraph_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panelMain.ResumeLayout(false);
     ((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()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.numericUpDown1    = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown2    = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown3    = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown4    = new System.Windows.Forms.NumericUpDown();
     this.label5            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.comboBox1         = new System.Windows.Forms.ComboBox();
     this.button1           = new System.Windows.Forms.Button();
     this.button2           = new System.Windows.Forms.Button();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.button3           = new System.Windows.Forms.Button();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button4           = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Lucida Fax", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(103, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 33);
     this.label1.TabIndex = 0;
     this.label1.Text     = "PID";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Lucida Sans Typewriter", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(14, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(21, 22);
     this.label2.TabIndex = 2;
     this.label2.Text     = "P";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Lucida Sans Typewriter", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(14, 98);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(21, 22);
     this.label3.TabIndex = 3;
     this.label3.Text     = "I";
     this.label3.Click   += new System.EventHandler(this.label3_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Lucida Sans Typewriter", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(14, 146);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(21, 22);
     this.label4.TabIndex = 6;
     this.label4.Text     = "D";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.DecimalPlaces = 3;
     this.numericUpDown1.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDown1.Location = new System.Drawing.Point(18, 75);
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(120, 20);
     this.numericUpDown1.TabIndex = 7;
     this.numericUpDown1.Value    = new decimal(new int[] {
         34,
         0,
         0,
         65536
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // numericUpDown2
     //
     this.numericUpDown2.DecimalPlaces = 3;
     this.numericUpDown2.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDown2.Location = new System.Drawing.Point(17, 123);
     this.numericUpDown2.Name     = "numericUpDown2";
     this.numericUpDown2.Size     = new System.Drawing.Size(120, 20);
     this.numericUpDown2.TabIndex = 8;
     this.numericUpDown2.Value    = new decimal(new int[] {
         18,
         0,
         0,
         131072
     });
     this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
     //
     // numericUpDown3
     //
     this.numericUpDown3.DecimalPlaces = 3;
     this.numericUpDown3.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDown3.Location = new System.Drawing.Point(18, 171);
     this.numericUpDown3.Name     = "numericUpDown3";
     this.numericUpDown3.Size     = new System.Drawing.Size(120, 20);
     this.numericUpDown3.TabIndex = 9;
     this.numericUpDown3.Value    = new decimal(new int[] {
         6,
         0,
         0,
         65536
     });
     this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
     //
     // numericUpDown4
     //
     this.numericUpDown4.DecimalPlaces = 3;
     this.numericUpDown4.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDown4.Location      = new System.Drawing.Point(83, 410);
     this.numericUpDown4.Name          = "numericUpDown4";
     this.numericUpDown4.Size          = new System.Drawing.Size(131, 20);
     this.numericUpDown4.TabIndex      = 10;
     this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Lucida Sans Typewriter", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(12, 408);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 22);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Angle";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Lucida Sans Typewriter", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(12, 534);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(58, 18);
     this.label6.TabIndex = 12;
     this.label6.Text     = "ports";
     this.label6.Click   += new System.EventHandler(this.label6_Click);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(76, 534);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(138, 21);
     this.comboBox1.TabIndex = 13;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 555);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(202, 23);
     this.button1.TabIndex = 14;
     this.button1.Text     = "connect";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(144, 50);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(70, 141);
     this.button2.TabIndex = 15;
     this.button2.Text     = "Send data";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Red;
     this.button3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.button3.ForeColor = System.Drawing.SystemColors.Control;
     this.button3.Location  = new System.Drawing.Point(12, 473);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(202, 58);
     this.button3.TabIndex  = 0;
     this.button3.Text      = "Stop";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // chart1
     //
     this.chart1.AntiAliasing          = System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles.None;
     chartArea2.CursorY.AutoScroll     = false;
     chartArea2.CursorY.LineWidth      = 10;
     chartArea2.CursorY.SelectionColor = System.Drawing.Color.Transparent;
     chartArea2.CursorY.SelectionEnd   = -800D;
     chartArea2.CursorY.SelectionStart = 800D;
     chartArea2.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(220, 9);
     this.chart1.Name     = "chart1";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
     series2.Color        = System.Drawing.Color.Red;
     series2.Legend       = "Legend1";
     series2.Name         = "Series1";
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1094, 569);
     this.chart1.TabIndex = 16;
     this.chart1.Text     = "chart1";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(12, 433);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(202, 23);
     this.button4.TabIndex = 17;
     this.button4.Text     = "Change Angle";
     this.button4.UseVisualStyleBackColor = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1326, 590);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.numericUpDown4);
     this.Controls.Add(this.numericUpDown3);
     this.Controls.Add(this.numericUpDown2);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Form1";
     this.Text = "PID";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.btnLogOut = new System.Windows.Forms.Button();
            this.btnSort = new System.Windows.Forms.Button();
            this.btnGenerateReport = new System.Windows.Forms.Button();
            this.feedbackGrid = new System.Windows.Forms.DataGridView();
            this.btnImport = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.foodQualityChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.feedbackGrid)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.foodQualityChart)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1191, 722);
            this.tabControl1.TabIndex = 7;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.btnLogOut);
            this.tabPage1.Controls.Add(this.btnSort);
            this.tabPage1.Controls.Add(this.btnGenerateReport);
            this.tabPage1.Controls.Add(this.feedbackGrid);
            this.tabPage1.Controls.Add(this.btnImport);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1183, 693);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "AdminPanel";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // btnLogOut
            // 
            this.btnLogOut.BackColor = System.Drawing.SystemColors.Highlight;
            this.btnLogOut.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnLogOut.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnLogOut.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnLogOut.Location = new System.Drawing.Point(830, 579);
            this.btnLogOut.Name = "btnLogOut";
            this.btnLogOut.Size = new System.Drawing.Size(200, 45);
            this.btnLogOut.TabIndex = 11;
            this.btnLogOut.Text = "Log Out";
            this.btnLogOut.UseVisualStyleBackColor = false;
            this.btnLogOut.Click += new System.EventHandler(this.btnLogOut_Click);
            // 
            // btnSort
            // 
            this.btnSort.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.btnSort.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSort.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnSort.Location = new System.Drawing.Point(969, 69);
            this.btnSort.Name = "btnSort";
            this.btnSort.Size = new System.Drawing.Size(150, 45);
            this.btnSort.TabIndex = 10;
            this.btnSort.Text = "Sort By Food Quality";
            this.btnSort.UseVisualStyleBackColor = false;
            this.btnSort.Click += new System.EventHandler(this.btnSort_Click);
            // 
            // btnGenerateReport
            // 
            this.btnGenerateReport.BackColor = System.Drawing.SystemColors.Highlight;
            this.btnGenerateReport.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnGenerateReport.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnGenerateReport.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnGenerateReport.Location = new System.Drawing.Point(494, 579);
            this.btnGenerateReport.Name = "btnGenerateReport";
            this.btnGenerateReport.Size = new System.Drawing.Size(200, 45);
            this.btnGenerateReport.TabIndex = 9;
            this.btnGenerateReport.Text = "Generate Report";
            this.btnGenerateReport.UseVisualStyleBackColor = false;
            this.btnGenerateReport.Click += new System.EventHandler(this.btnGenerateReport_Click);
            // 
            // feedbackGrid
            // 
            this.feedbackGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.feedbackGrid.Location = new System.Drawing.Point(53, 140);
            this.feedbackGrid.Name = "feedbackGrid";
            this.feedbackGrid.RowHeadersWidth = 51;
            this.feedbackGrid.RowTemplate.Height = 24;
            this.feedbackGrid.Size = new System.Drawing.Size(1076, 381);
            this.feedbackGrid.TabIndex = 8;
            this.feedbackGrid.Tag = "Data Import";
            // 
            // btnImport
            // 
            this.btnImport.BackColor = System.Drawing.SystemColors.Highlight;
            this.btnImport.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnImport.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnImport.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnImport.Location = new System.Drawing.Point(147, 579);
            this.btnImport.Name = "btnImport";
            this.btnImport.Size = new System.Drawing.Size(200, 45);
            this.btnImport.TabIndex = 7;
            this.btnImport.Text = "Import From CSV";
            this.btnImport.UseVisualStyleBackColor = false;
            this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.Snow;
            this.tabPage2.Controls.Add(this.foodQualityChart);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1183, 693);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "ChartPanel";
            // 
            // foodQualityChart
            // 
            chartArea1.Name = "ChartArea1";
            this.foodQualityChart.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.foodQualityChart.Legends.Add(legend1);
            this.foodQualityChart.Location = new System.Drawing.Point(38, 131);
            this.foodQualityChart.Name = "foodQualityChart";
            this.foodQualityChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Chocolate;
            series1.ChartArea = "ChartArea1";
            series1.Legend = "Legend1";
            series1.Name = "Food Quality";
            this.foodQualityChart.Series.Add(series1);
            this.foodQualityChart.Size = new System.Drawing.Size(1110, 478);
            this.foodQualityChart.TabIndex = 13;
            this.foodQualityChart.Text = "chart1";
            // 
            // MainPanelAdmin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1191, 722);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "MainPanelAdmin";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "MainPanelAdmin";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.feedbackGrid)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.foodQualityChart)).EndInit();
            this.ResumeLayout(false);

        }
Example #47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.TrendLabel1      = new System.Windows.Forms.Label();
     this.AverageBSLabel   = new System.Windows.Forms.Label();
     this.AverageBS2       = new System.Windows.Forms.Label();
     this.SortList         = new System.Windows.Forms.ComboBox();
     this.AverageBSPicture = new FontAwesome.Sharp.IconPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AverageBSPicture)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor                    = System.Drawing.Color.Transparent;
     this.chart1.BackImageAlignment           = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Right;
     this.chart1.BorderlineColor              = System.Drawing.Color.Transparent;
     this.chart1.BorderlineDashStyle          = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chart1.BorderSkin.BackColor         = System.Drawing.Color.Silver;
     this.chart1.BorderSkin.BorderWidth       = 0;
     chartArea1.AxisX.IsLabelAutoFit          = false;
     chartArea1.AxisX.LabelStyle.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     chartArea1.AxisX.LabelStyle.Format       = "dd.MM.yyyy HH:mm:ss";
     chartArea1.AxisX.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     chartArea1.AxisX.MajorGrid.LineColor     = System.Drawing.Color.DimGray;
     chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX2.LabelStyle.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     chartArea1.AxisY.LabelStyle.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     chartArea1.AxisY.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     chartArea1.AxisY.MajorGrid.LineColor     = System.Drawing.Color.DimGray;
     chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.BackColor          = System.Drawing.Color.Transparent;
     chartArea1.BackSecondaryColor = System.Drawing.Color.White;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     legend1.Name      = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(105, 43);
     this.chart1.Name     = "chart1";
     series1.BorderWidth  = 3;
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend       = "Legend1";
     series1.MarkerSize   = 9;
     series1.MarkerStyle  = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series1.Name         = "Blood sugar";
     series1.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(859, 420);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // TrendLabel1
     //
     this.TrendLabel1.AutoSize  = true;
     this.TrendLabel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.TrendLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     this.TrendLabel1.Location  = new System.Drawing.Point(568, 468);
     this.TrendLabel1.Name      = "TrendLabel1";
     this.TrendLabel1.Size      = new System.Drawing.Size(99, 31);
     this.TrendLabel1.TabIndex  = 11;
     this.TrendLabel1.Text      = "Trend:";
     //
     // AverageBSLabel
     //
     this.AverageBSLabel.AutoSize  = true;
     this.AverageBSLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.AverageBSLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     this.AverageBSLabel.Location  = new System.Drawing.Point(306, 468);
     this.AverageBSLabel.Name      = "AverageBSLabel";
     this.AverageBSLabel.Size      = new System.Drawing.Size(177, 31);
     this.AverageBSLabel.TabIndex  = 7;
     this.AverageBSLabel.Text      = "Average BS:";
     //
     // AverageBS2
     //
     this.AverageBS2.AutoSize  = true;
     this.AverageBS2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AverageBS2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     this.AverageBS2.Location  = new System.Drawing.Point(475, 468);
     this.AverageBS2.Name      = "AverageBS2";
     this.AverageBS2.Size      = new System.Drawing.Size(0, 31);
     this.AverageBS2.TabIndex  = 12;
     //
     // SortList
     //
     this.SortList.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
     this.SortList.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.SortList.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
     this.SortList.FormattingEnabled = true;
     this.SortList.Items.AddRange(new object[] {
         "Last 30 values",
         "Last 7 days",
         "Last 30 days",
         "Show all values"
     });
     this.SortList.Location              = new System.Drawing.Point(229, 16);
     this.SortList.Name                  = "SortList";
     this.SortList.Size                  = new System.Drawing.Size(438, 21);
     this.SortList.TabIndex              = 13;
     this.SortList.SelectedIndexChanged += new System.EventHandler(this.SortList_SelectedIndexChanged);
     //
     // AverageBSPicture
     //
     this.AverageBSPicture.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
     this.AverageBSPicture.ForeColor = System.Drawing.SystemColors.ControlText;
     this.AverageBSPicture.IconChar  = FontAwesome.Sharp.IconChar.None;
     this.AverageBSPicture.IconColor = System.Drawing.SystemColors.ControlText;
     this.AverageBSPicture.IconFont  = FontAwesome.Sharp.IconFont.Auto;
     this.AverageBSPicture.IconSize  = 31;
     this.AverageBSPicture.Location  = new System.Drawing.Point(662, 469);
     this.AverageBSPicture.Name      = "AverageBSPicture";
     this.AverageBSPicture.Size      = new System.Drawing.Size(45, 31);
     this.AverageBSPicture.TabIndex  = 14;
     this.AverageBSPicture.TabStop   = false;
     //
     // BloodSugar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
     this.ClientSize          = new System.Drawing.Size(1073, 558);
     this.Controls.Add(this.AverageBSPicture);
     this.Controls.Add(this.SortList);
     this.Controls.Add(this.AverageBS2);
     this.Controls.Add(this.TrendLabel1);
     this.Controls.Add(this.AverageBSLabel);
     this.Controls.Add(this.chart1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "BloodSugar";
     this.Text            = "BloodSugar";
     this.Load           += new System.EventHandler(this.BloodSugar_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AverageBSPicture)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #48
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.chart1   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.button1  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Font      = new System.Drawing.Font("微软雅黑 Light", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox1.Location  = new System.Drawing.Point(6, 370);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(1385, 258);
     this.textBox1.TabIndex  = 0;
     //
     // chart1
     //
     chartArea4.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.chart1.Legends.Add(legend4);
     this.chart1.Location = new System.Drawing.Point(12, 12);
     this.chart1.Name     = "chart1";
     series4.ChartArea    = "ChartArea1";
     series4.Legend       = "Legend1";
     series4.Name         = "Series1";
     this.chart1.Series.Add(series4);
     this.chart1.Size     = new System.Drawing.Size(997, 352);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(1015, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(211, 36);
     this.label1.TabIndex = 2;
     this.label1.Text     = "输入行动步骤:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(1015, 96);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(211, 36);
     this.label2.TabIndex = 3;
     this.label2.Text     = "输入观测结果:";
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox2.Location = new System.Drawing.Point(1021, 48);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(370, 45);
     this.textBox2.TabIndex = 4;
     //
     // textBox3
     //
     this.textBox3.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox3.Location = new System.Drawing.Point(1021, 135);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(370, 45);
     this.textBox3.TabIndex = 5;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("微软雅黑 Light", 26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(1055, 223);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(292, 110);
     this.button1.TabIndex = 6;
     this.button1.Text     = "计     算";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1403, 640);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.textBox1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chart1    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnlogout = new System.Windows.Forms.Button();
     this.btnload   = new System.Windows.Forms.Button();
     this.btnback   = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     chartArea2.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(10, 20);
     this.chart1.Name     = "chart1";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Legend       = "Legend1";
     series2.Name         = "Money";
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1070, 429);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // btnlogout
     //
     this.btnlogout.Image    = global::CpAssignment.Properties.Resources.logoutlast;
     this.btnlogout.Location = new System.Drawing.Point(1053, 460);
     this.btnlogout.Name     = "btnlogout";
     this.btnlogout.Size     = new System.Drawing.Size(27, 28);
     this.btnlogout.TabIndex = 12;
     this.btnlogout.UseVisualStyleBackColor = true;
     this.btnlogout.Click += new System.EventHandler(this.btnlogout_Click);
     //
     // btnload
     //
     this.btnload.Location = new System.Drawing.Point(509, 455);
     this.btnload.Name     = "btnload";
     this.btnload.Size     = new System.Drawing.Size(95, 33);
     this.btnload.TabIndex = 13;
     this.btnload.Text     = "Load";
     this.btnload.UseVisualStyleBackColor = true;
     this.btnload.Click += new System.EventHandler(this.btnload_Click);
     //
     // btnback
     //
     this.btnback.Location = new System.Drawing.Point(1, -2);
     this.btnback.Name     = "btnback";
     this.btnback.Size     = new System.Drawing.Size(75, 32);
     this.btnback.TabIndex = 17;
     this.btnback.Text     = "<--";
     this.btnback.UseVisualStyleBackColor = true;
     this.btnback.Click += new System.EventHandler(this.btnback_Click);
     //
     // Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1092, 493);
     this.Controls.Add(this.btnback);
     this.Controls.Add(this.btnload);
     this.Controls.Add(this.btnlogout);
     this.Controls.Add(this.chart1);
     this.Name = "Report";
     this.Text = "Report";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Example #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.sysChart  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnCpu    = new System.Windows.Forms.Button();
     this.btnMemory = new System.Windows.Forms.Button();
     this.btnDisk   = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.sysChart)).BeginInit();
     this.SuspendLayout();
     //
     // sysChart
     //
     chartArea4.Name = "ChartArea1";
     this.sysChart.ChartAreas.Add(chartArea4);
     this.sysChart.Dock = System.Windows.Forms.DockStyle.Fill;
     legend4.Name       = "Legend1";
     this.sysChart.Legends.Add(legend4);
     this.sysChart.Location = new System.Drawing.Point(0, 0);
     this.sysChart.Name     = "sysChart";
     series4.ChartArea      = "ChartArea1";
     series4.Legend         = "Legend1";
     series4.Name           = "Series1";
     this.sysChart.Series.Add(series4);
     this.sysChart.Size     = new System.Drawing.Size(684, 446);
     this.sysChart.TabIndex = 0;
     this.sysChart.Text     = "sysChart";
     //
     // btnCpu
     //
     this.btnCpu.Location = new System.Drawing.Point(577, 336);
     this.btnCpu.Name     = "btnCpu";
     this.btnCpu.Size     = new System.Drawing.Size(95, 23);
     this.btnCpu.TabIndex = 1;
     this.btnCpu.Text     = "CPU (ON)";
     this.btnCpu.UseVisualStyleBackColor = true;
     this.btnCpu.Click += new System.EventHandler(this.btnCpu_Click);
     //
     // btnMemory
     //
     this.btnMemory.Location = new System.Drawing.Point(577, 366);
     this.btnMemory.Name     = "btnMemory";
     this.btnMemory.Size     = new System.Drawing.Size(95, 23);
     this.btnMemory.TabIndex = 2;
     this.btnMemory.Text     = "MEMORY (OFF)";
     this.btnMemory.UseVisualStyleBackColor = true;
     this.btnMemory.Click += new System.EventHandler(this.btnMemory_Click);
     //
     // btnDisk
     //
     this.btnDisk.Location = new System.Drawing.Point(577, 396);
     this.btnDisk.Name     = "btnDisk";
     this.btnDisk.Size     = new System.Drawing.Size(95, 23);
     this.btnDisk.TabIndex = 3;
     this.btnDisk.Text     = "DISK (OFF)";
     this.btnDisk.UseVisualStyleBackColor = true;
     this.btnDisk.Click += new System.EventHandler(this.btnDisk_Click);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(684, 446);
     this.Controls.Add(this.btnDisk);
     this.Controls.Add(this.btnMemory);
     this.Controls.Add(this.btnCpu);
     this.Controls.Add(this.sysChart);
     this.Name         = "Main";
     this.Text         = "System Metrics";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.Load        += new System.EventHandler(this.Main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.sysChart)).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()
 {
     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.label1        = new System.Windows.Forms.Label();
     this.tb_ReportName = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.btn_StartDate = new System.Windows.Forms.Button();
     this.cb_IssueType  = new System.Windows.Forms.ComboBox();
     this.cb_Y          = new System.Windows.Forms.ComboBox();
     this.label5        = new System.Windows.Forms.Label();
     this.btn_Export    = new System.Windows.Forms.Button();
     this.btn_Cancel    = new System.Windows.Forms.Button();
     this.btn_Submit    = new System.Windows.Forms.Button();
     this.label2        = new System.Windows.Forms.Label();
     this.cb_NodeCode   = new System.Windows.Forms.ComboBox();
     this.lbl_Depth     = new System.Windows.Forms.Label();
     this.cb_Depth      = new System.Windows.Forms.ComboBox();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "图表名称:";
     //
     // tb_ReportName
     //
     this.tb_ReportName.Location = new System.Drawing.Point(78, 10);
     this.tb_ReportName.Name     = "tb_ReportName";
     this.tb_ReportName.Size     = new System.Drawing.Size(331, 21);
     this.tb_ReportName.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(415, 13);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(59, 12);
     this.label3.TabIndex = 4;
     this.label3.Text     = "报告类型:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(415, 45);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(59, 12);
     this.label4.TabIndex = 5;
     this.label4.Text     = "日期起点:";
     //
     // btn_StartDate
     //
     this.btn_StartDate.Location = new System.Drawing.Point(480, 40);
     this.btn_StartDate.Name     = "btn_StartDate";
     this.btn_StartDate.Size     = new System.Drawing.Size(133, 23);
     this.btn_StartDate.TabIndex = 6;
     this.btn_StartDate.UseVisualStyleBackColor = true;
     this.btn_StartDate.TextChanged            += new System.EventHandler(this.btn_StartDate_TextChanged);
     this.btn_StartDate.Click += new System.EventHandler(this.btn_StartDate_Click);
     //
     // cb_IssueType
     //
     this.cb_IssueType.FormattingEnabled = true;
     this.cb_IssueType.Location          = new System.Drawing.Point(480, 10);
     this.cb_IssueType.Name         = "cb_IssueType";
     this.cb_IssueType.Size         = new System.Drawing.Size(133, 20);
     this.cb_IssueType.TabIndex     = 7;
     this.cb_IssueType.TextChanged += new System.EventHandler(this.cb_IssueType_TextChanged);
     //
     // cb_Y
     //
     this.cb_Y.FormattingEnabled = true;
     this.cb_Y.Location          = new System.Drawing.Point(72, 441);
     this.cb_Y.Name         = "cb_Y";
     this.cb_Y.Size         = new System.Drawing.Size(133, 20);
     this.cb_Y.TabIndex     = 10;
     this.cb_Y.TextChanged += new System.EventHandler(this.cb_Y_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(13, 444);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Y轴数据:";
     //
     // btn_Export
     //
     this.btn_Export.Location = new System.Drawing.Point(489, 439);
     this.btn_Export.Name     = "btn_Export";
     this.btn_Export.Size     = new System.Drawing.Size(75, 23);
     this.btn_Export.TabIndex = 11;
     this.btn_Export.Text     = "导出";
     this.btn_Export.UseVisualStyleBackColor = true;
     this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click);
     //
     // btn_Cancel
     //
     this.btn_Cancel.Location = new System.Drawing.Point(408, 439);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(75, 23);
     this.btn_Cancel.TabIndex = 12;
     this.btn_Cancel.Text     = "取消";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_Submit
     //
     this.btn_Submit.Location = new System.Drawing.Point(327, 439);
     this.btn_Submit.Name     = "btn_Submit";
     this.btn_Submit.Size     = new System.Drawing.Size(75, 23);
     this.btn_Submit.TabIndex = 13;
     this.btn_Submit.Text     = "确定";
     this.btn_Submit.UseVisualStyleBackColor = true;
     this.btn_Submit.Click += new System.EventHandler(this.btn_Submit_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 45);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(59, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "测点名称:";
     //
     // cb_NodeCode
     //
     this.cb_NodeCode.FormattingEnabled = true;
     this.cb_NodeCode.Location          = new System.Drawing.Point(78, 42);
     this.cb_NodeCode.Name         = "cb_NodeCode";
     this.cb_NodeCode.Size         = new System.Drawing.Size(127, 20);
     this.cb_NodeCode.TabIndex     = 14;
     this.cb_NodeCode.TextChanged += new System.EventHandler(this.cb_NodeCode_TextChanged);
     //
     // lbl_Depth
     //
     this.lbl_Depth.AutoSize = true;
     this.lbl_Depth.Location = new System.Drawing.Point(217, 45);
     this.lbl_Depth.Name     = "lbl_Depth";
     this.lbl_Depth.Size     = new System.Drawing.Size(35, 12);
     this.lbl_Depth.TabIndex = 15;
     this.lbl_Depth.Text     = "深度:";
     //
     // cb_Depth
     //
     this.cb_Depth.FormattingEnabled = true;
     this.cb_Depth.Location          = new System.Drawing.Point(258, 42);
     this.cb_Depth.Name         = "cb_Depth";
     this.cb_Depth.Size         = new System.Drawing.Size(127, 20);
     this.cb_Depth.TabIndex     = 16;
     this.cb_Depth.TextChanged += new System.EventHandler(this.cb_Depth_TextChanged);
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(12, 68);
     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(601, 367);
     this.chart1.TabIndex = 17;
     this.chart1.Text     = "chart1";
     //
     // ChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(626, 471);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.cb_Depth);
     this.Controls.Add(this.lbl_Depth);
     this.Controls.Add(this.cb_NodeCode);
     this.Controls.Add(this.btn_Submit);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Export);
     this.Controls.Add(this.cb_Y);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.cb_IssueType);
     this.Controls.Add(this.btn_StartDate);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tb_ReportName);
     this.Controls.Add(this.label1);
     this.Name   = "ChartForm";
     this.Text   = "图形报表";
     this.Click += new System.EventHandler(this.ChartForm_Click);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
     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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.departement_label = new System.Windows.Forms.Label();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.equipement_label  = new System.Windows.Forms.Label();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panne_label       = new System.Windows.Forms.Label();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.label4            = new System.Windows.Forms.Label();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount     = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.Controls.Add(this.label6, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 114F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(626, 114);
     this.tableLayoutPanel1.TabIndex = 0;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.TableLayoutPanel1_Paint);
     //
     // label6
     //
     this.label6.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Red;
     this.label6.Location  = new System.Drawing.Point(478, 87);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(86, 23);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "PANNES";
     //
     // label5
     //
     this.label5.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(239, 87);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(147, 23);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "COMPOSANTS";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.departement_label, 1, 0);
     this.tableLayoutPanel2.ForeColor = System.Drawing.Color.Black;
     this.tableLayoutPanel2.Location  = new System.Drawing.Point(4, 4);
     this.tableLayoutPanel2.Name      = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount  = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(200, 77);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(92, 71);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // departement_label
     //
     this.departement_label.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.departement_label.AutoSize = true;
     this.departement_label.Font     = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.departement_label.Location = new System.Drawing.Point(118, 15);
     this.departement_label.Name     = "departement_label";
     this.departement_label.Size     = new System.Drawing.Size(64, 47);
     this.departement_label.TabIndex = 1;
     this.departement_label.Text     = "14";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.equipement_label, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.pictureBox3, 0, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(212, 4);
     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(200, 77);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // equipement_label
     //
     this.equipement_label.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.equipement_label.AutoSize  = true;
     this.equipement_label.Font      = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.equipement_label.ForeColor = System.Drawing.Color.Black;
     this.equipement_label.Location  = new System.Drawing.Point(107, 15);
     this.equipement_label.Name      = "equipement_label";
     this.equipement_label.Size      = new System.Drawing.Size(86, 47);
     this.equipement_label.TabIndex  = 2;
     this.equipement_label.Text      = "123";
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(3, 3);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(92, 71);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 0;
     this.pictureBox3.TabStop  = false;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.panne_label, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.pictureBox2, 0, 0);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(420, 4);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(200, 77);
     this.tableLayoutPanel4.TabIndex = 2;
     //
     // panne_label
     //
     this.panne_label.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.panne_label.AutoSize  = true;
     this.panne_label.Font      = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panne_label.ForeColor = System.Drawing.Color.Red;
     this.panne_label.Location  = new System.Drawing.Point(118, 15);
     this.panne_label.Name      = "panne_label";
     this.panne_label.Size      = new System.Drawing.Size(64, 47);
     this.panne_label.TabIndex  = 2;
     this.panne_label.Text      = "56";
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(3, 3);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(92, 71);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop  = false;
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(34, 87);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(141, 23);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "DEPARTEMENT";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(12, 132);
     this.chart1.Name        = "chart1";
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend          = "Legend1";
     series1.Name            = "Pannes";
     series1.YValuesPerPoint = 2;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(626, 196);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(650, 340);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location        = new System.Drawing.Point(0, 3);
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "Dashboard";
     this.Load           += new System.EventHandler(this.Dashboard_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend5    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series17   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series18   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series19   = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series20   = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.TestCusId   = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.label7      = new System.Windows.Forms.Label();
     this.label8      = new System.Windows.Forms.Label();
     this.Maxhr       = new System.Windows.Forms.TextBox();
     this.Eightperhr  = new System.Windows.Forms.TextBox();
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.Heightlist  = new System.Windows.Forms.ComboBox();
     this.label9      = new System.Windows.Forms.Label();
     this.label10     = new System.Windows.Forms.Label();
     this.label11     = new System.Windows.Forms.Label();
     this.FirstRead   = new System.Windows.Forms.TextBox();
     this.SecondRead  = new System.Windows.Forms.TextBox();
     this.ThirdRead   = new System.Windows.Forms.TextBox();
     this.FourthRead  = new System.Windows.Forms.TextBox();
     this.FifthRead   = new System.Windows.Forms.TextBox();
     this.groupBox3   = new System.Windows.Forms.GroupBox();
     this.groupBox6   = new System.Windows.Forms.GroupBox();
     this.label15     = new System.Windows.Forms.Label();
     this.Fifthlevel  = new System.Windows.Forms.TextBox();
     this.groupBox8   = new System.Windows.Forms.GroupBox();
     this.Secondlevel = new System.Windows.Forms.TextBox();
     this.label13     = new System.Windows.Forms.Label();
     this.groupBox7   = new System.Windows.Forms.GroupBox();
     this.Fourthlevel = new System.Windows.Forms.TextBox();
     this.label14     = new System.Windows.Forms.Label();
     this.groupBox2   = new System.Windows.Forms.GroupBox();
     this.Thirdlevel  = new System.Windows.Forms.TextBox();
     this.label16     = new System.Windows.Forms.Label();
     this.groupBox9   = new System.Windows.Forms.GroupBox();
     this.Firstlevel  = new System.Windows.Forms.TextBox();
     this.label12     = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.groupBox4   = new System.Windows.Forms.GroupBox();
     this.Testsex     = new System.Windows.Forms.TextBox();
     this.Testage     = new System.Windows.Forms.TextBox();
     this.label4      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.Testname    = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.Testlast    = new System.Windows.Forms.TextBox();
     this.testdate    = new System.Windows.Forms.DateTimePicker();
     this.groupBox5   = new System.Windows.Forms.GroupBox();
     this.chart1      = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1     = new System.Windows.Forms.Button();
     this.Btestcheck  = new System.Windows.Forms.GroupBox();
     this.checkBox3   = new System.Windows.Forms.CheckBox();
     this.label17     = new System.Windows.Forms.Label();
     this.label18     = new System.Windows.Forms.Label();
     this.label19     = new System.Windows.Forms.Label();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     this.checkBox2   = new System.Windows.Forms.CheckBox();
     this.Aerobic     = new System.Windows.Forms.TextBox();
     this.getresults  = new System.Windows.Forms.Button();
     this.Rating      = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.TestId      = new System.Windows.Forms.TextBox();
     this.label20     = new System.Windows.Forms.Label();
     this.groupBox10  = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.Btestcheck.SuspendLayout();
     this.groupBox10.SuspendLayout();
     this.SuspendLayout();
     //
     // TestCusId
     //
     this.TestCusId.Location = new System.Drawing.Point(101, 24);
     this.TestCusId.Name     = "TestCusId";
     this.TestCusId.ReadOnly = true;
     this.TestCusId.Size     = new System.Drawing.Size(100, 20);
     this.TestCusId.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 22);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 13);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Customer ID";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(16, 105);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(26, 13);
     this.label7.TabIndex = 11;
     this.label7.Text     = "Age";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(17, 130);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(25, 13);
     this.label8.TabIndex = 11;
     this.label8.Text     = "Sex";
     //
     // Maxhr
     //
     this.Maxhr.Location = new System.Drawing.Point(91, 25);
     this.Maxhr.Name     = "Maxhr";
     this.Maxhr.Size     = new System.Drawing.Size(100, 20);
     this.Maxhr.TabIndex = 12;
     //
     // Eightperhr
     //
     this.Eightperhr.Location = new System.Drawing.Point(94, 63);
     this.Eightperhr.Name     = "Eightperhr";
     this.Eightperhr.ReadOnly = true;
     this.Eightperhr.Size     = new System.Drawing.Size(100, 20);
     this.Eightperhr.TabIndex = 13;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.Heightlist);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(443, 82);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(163, 92);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Test Level";
     //
     // Heightlist
     //
     this.Heightlist.FormattingEnabled = true;
     this.Heightlist.Items.AddRange(new object[] {
         "15",
         "20",
         "25",
         "30"
     });
     this.Heightlist.Location              = new System.Drawing.Point(109, 25);
     this.Heightlist.Name                  = "Heightlist";
     this.Heightlist.Size                  = new System.Drawing.Size(48, 21);
     this.Heightlist.TabIndex              = 21;
     this.Heightlist.SelectedIndexChanged += new System.EventHandler(this.Heightlist_SelectedIndexChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 32);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(105, 13);
     this.label9.TabIndex = 18;
     this.label9.Text     = "Select a Step Height";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(6, 28);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(71, 13);
     this.label10.TabIndex = 16;
     this.label10.Text     = "Your Max HR";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(6, 70);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(71, 13);
     this.label11.TabIndex = 16;
     this.label11.Text     = "Your 80% HR";
     //
     // FirstRead
     //
     this.FirstRead.Location     = new System.Drawing.Point(225, 19);
     this.FirstRead.Name         = "FirstRead";
     this.FirstRead.Size         = new System.Drawing.Size(100, 20);
     this.FirstRead.TabIndex     = 17;
     this.FirstRead.TextChanged += new System.EventHandler(this.FirstRead_TextChanged);
     //
     // SecondRead
     //
     this.SecondRead.Location     = new System.Drawing.Point(225, 14);
     this.SecondRead.Name         = "SecondRead";
     this.SecondRead.Size         = new System.Drawing.Size(100, 20);
     this.SecondRead.TabIndex     = 18;
     this.SecondRead.TextChanged += new System.EventHandler(this.SecondRead_TextChanged);
     //
     // ThirdRead
     //
     this.ThirdRead.Location     = new System.Drawing.Point(225, 16);
     this.ThirdRead.Name         = "ThirdRead";
     this.ThirdRead.Size         = new System.Drawing.Size(100, 20);
     this.ThirdRead.TabIndex     = 19;
     this.ThirdRead.TextChanged += new System.EventHandler(this.ThirdRead_TextChanged);
     //
     // FourthRead
     //
     this.FourthRead.Location     = new System.Drawing.Point(222, 14);
     this.FourthRead.Name         = "FourthRead";
     this.FourthRead.Size         = new System.Drawing.Size(100, 20);
     this.FourthRead.TabIndex     = 20;
     this.FourthRead.TextChanged += new System.EventHandler(this.FourthRead_TextChanged);
     //
     // FifthRead
     //
     this.FifthRead.Location     = new System.Drawing.Point(222, 14);
     this.FifthRead.Name         = "FifthRead";
     this.FifthRead.Size         = new System.Drawing.Size(100, 20);
     this.FifthRead.TabIndex     = 21;
     this.FifthRead.TextChanged += new System.EventHandler(this.FifthRead_TextChanged);
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.groupBox6);
     this.groupBox3.Controls.Add(this.groupBox8);
     this.groupBox3.Controls.Add(this.groupBox7);
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Controls.Add(this.groupBox9);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Location = new System.Drawing.Point(243, 173);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(357, 311);
     this.groupBox3.TabIndex = 22;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Step level and Heart Rate";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label15);
     this.groupBox6.Controls.Add(this.Fifthlevel);
     this.groupBox6.Controls.Add(this.FifthRead);
     this.groupBox6.Location = new System.Drawing.Point(9, 262);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(342, 43);
     this.groupBox6.TabIndex = 31;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Fifth Test";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(170, 18);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(46, 13);
     this.label15.TabIndex = 22;
     this.label15.Text     = "Fifth HR";
     //
     // Fifthlevel
     //
     this.Fifthlevel.Location = new System.Drawing.Point(18, 19);
     this.Fifthlevel.Name     = "Fifthlevel";
     this.Fifthlevel.ReadOnly = true;
     this.Fifthlevel.Size     = new System.Drawing.Size(68, 20);
     this.Fifthlevel.TabIndex = 32;
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.Secondlevel);
     this.groupBox8.Controls.Add(this.SecondRead);
     this.groupBox8.Controls.Add(this.label13);
     this.groupBox8.Location = new System.Drawing.Point(6, 97);
     this.groupBox8.Name     = "groupBox8";
     this.groupBox8.Size     = new System.Drawing.Size(345, 44);
     this.groupBox8.TabIndex = 33;
     this.groupBox8.TabStop  = false;
     this.groupBox8.Text     = "Second Test";
     //
     // Secondlevel
     //
     this.Secondlevel.Location = new System.Drawing.Point(21, 18);
     this.Secondlevel.Name     = "Secondlevel";
     this.Secondlevel.ReadOnly = true;
     this.Secondlevel.Size     = new System.Drawing.Size(68, 20);
     this.Secondlevel.TabIndex = 33;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(153, 25);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(66, 13);
     this.label13.TabIndex = 22;
     this.label13.Text     = "Second HR ";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.Fourthlevel);
     this.groupBox7.Controls.Add(this.FourthRead);
     this.groupBox7.Controls.Add(this.label14);
     this.groupBox7.Location = new System.Drawing.Point(9, 208);
     this.groupBox7.Name     = "groupBox7";
     this.groupBox7.Size     = new System.Drawing.Size(342, 48);
     this.groupBox7.TabIndex = 32;
     this.groupBox7.TabStop  = false;
     this.groupBox7.Text     = "Fourth Test";
     //
     // Fourthlevel
     //
     this.Fourthlevel.Location = new System.Drawing.Point(18, 22);
     this.Fourthlevel.Name     = "Fourthlevel";
     this.Fourthlevel.ReadOnly = true;
     this.Fourthlevel.Size     = new System.Drawing.Size(68, 20);
     this.Fourthlevel.TabIndex = 36;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(157, 17);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(59, 13);
     this.label14.TabIndex = 22;
     this.label14.Text     = "Fourth HR ";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.Thirdlevel);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.ThirdRead);
     this.groupBox2.Location = new System.Drawing.Point(6, 157);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(345, 45);
     this.groupBox2.TabIndex = 23;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Third Test";
     //
     // Thirdlevel
     //
     this.Thirdlevel.Location = new System.Drawing.Point(21, 19);
     this.Thirdlevel.Name     = "Thirdlevel";
     this.Thirdlevel.ReadOnly = true;
     this.Thirdlevel.Size     = new System.Drawing.Size(68, 20);
     this.Thirdlevel.TabIndex = 35;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(166, 23);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(53, 13);
     this.label16.TabIndex = 22;
     this.label16.Text     = "Third HR ";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.FirstRead);
     this.groupBox9.Controls.Add(this.Firstlevel);
     this.groupBox9.Controls.Add(this.label12);
     this.groupBox9.Location = new System.Drawing.Point(6, 41);
     this.groupBox9.Name     = "groupBox9";
     this.groupBox9.Size     = new System.Drawing.Size(345, 50);
     this.groupBox9.TabIndex = 34;
     this.groupBox9.TabStop  = false;
     this.groupBox9.Text     = "First Read";
     //
     // Firstlevel
     //
     this.Firstlevel.Location = new System.Drawing.Point(21, 19);
     this.Firstlevel.Name     = "Firstlevel";
     this.Firstlevel.ReadOnly = true;
     this.Firstlevel.Size     = new System.Drawing.Size(68, 20);
     this.Firstlevel.TabIndex = 34;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(171, 23);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(48, 13);
     this.label12.TabIndex = 22;
     this.label12.Text     = "First HR ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(-3, 25);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 13);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Select Step Level";
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.Testsex);
     this.groupBox4.Controls.Add(this.Testage);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.testdate);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.TestCusId);
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.Testname);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.Testlast);
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Location = new System.Drawing.Point(11, 3);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(229, 182);
     this.groupBox4.TabIndex = 24;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Customer Info";
     //
     // Testsex
     //
     this.Testsex.Location = new System.Drawing.Point(101, 124);
     this.Testsex.Name     = "Testsex";
     this.Testsex.Size     = new System.Drawing.Size(38, 20);
     this.Testsex.TabIndex = 32;
     //
     // Testage
     //
     this.Testage.Location     = new System.Drawing.Point(101, 97);
     this.Testage.Name         = "Testage";
     this.Testage.Size         = new System.Drawing.Size(39, 20);
     this.Testage.TabIndex     = 31;
     this.Testage.TextChanged += new System.EventHandler(this.Testage_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(17, 158);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(54, 13);
     this.label4.TabIndex = 30;
     this.label4.Text     = "Test Date";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(7, 48);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 13);
     this.label5.TabIndex = 11;
     this.label5.Text     = "First Name";
     //
     // Testname
     //
     this.Testname.Location = new System.Drawing.Point(101, 50);
     this.Testname.Name     = "Testname";
     this.Testname.ReadOnly = true;
     this.Testname.Size     = new System.Drawing.Size(100, 20);
     this.Testname.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(7, 74);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(58, 13);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Last Name";
     //
     // Testlast
     //
     this.Testlast.Location = new System.Drawing.Point(101, 76);
     this.Testlast.Name     = "Testlast";
     this.Testlast.ReadOnly = true;
     this.Testlast.Size     = new System.Drawing.Size(100, 20);
     this.Testlast.TabIndex = 2;
     //
     // testdate
     //
     this.testdate.Location = new System.Drawing.Point(101, 156);
     this.testdate.Name     = "testdate";
     this.testdate.Size     = new System.Drawing.Size(122, 20);
     this.testdate.TabIndex = 29;
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Controls.Add(this.label10);
     this.groupBox5.Controls.Add(this.label11);
     this.groupBox5.Controls.Add(this.Maxhr);
     this.groupBox5.Controls.Add(this.Eightperhr);
     this.groupBox5.Location = new System.Drawing.Point(243, 75);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(199, 92);
     this.groupBox5.TabIndex = 25;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Customer Expected HR";
     //
     // chart1
     //
     chartArea5.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea5);
     legend5.Name = "Legend1";
     this.chart1.Legends.Add(legend5);
     this.chart1.Location = new System.Drawing.Point(606, 12);
     this.chart1.Name     = "chart1";
     series17.ChartArea   = "ChartArea1";
     series17.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series17.Legend      = "Legend1";
     series17.Name        = "Series2";
     series18.ChartArea   = "ChartArea1";
     series18.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series18.Legend      = "Legend1";
     series18.Name        = "Series3";
     series19.ChartArea   = "ChartArea1";
     series19.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series19.Legend      = "Legend1";
     series19.Name        = "Line";
     series20.ChartArea   = "ChartArea1";
     series20.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series20.Legend      = "Legend1";
     series20.Name        = "Base";
     this.chart1.Series.Add(series17);
     this.chart1.Series.Add(series18);
     this.chart1.Series.Add(series19);
     this.chart1.Series.Add(series20);
     this.chart1.Size     = new System.Drawing.Size(498, 323);
     this.chart1.TabIndex = 26;
     this.chart1.Text     = "chart1";
     this.chart1.Visible  = false;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(685, 396);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 27;
     this.button1.Text     = "Plot Graph";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Btestcheck
     //
     this.Btestcheck.BackColor = System.Drawing.Color.Transparent;
     this.Btestcheck.Controls.Add(this.checkBox3);
     this.Btestcheck.Controls.Add(this.label17);
     this.Btestcheck.Controls.Add(this.label18);
     this.Btestcheck.Controls.Add(this.label19);
     this.Btestcheck.Controls.Add(this.checkBox1);
     this.Btestcheck.Controls.Add(this.checkBox2);
     this.Btestcheck.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Btestcheck.Location  = new System.Drawing.Point(8, 216);
     this.Btestcheck.Name      = "Btestcheck";
     this.Btestcheck.Size      = new System.Drawing.Size(241, 142);
     this.Btestcheck.TabIndex  = 28;
     this.Btestcheck.TabStop   = false;
     this.Btestcheck.Text      = "Before Test Checks";
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(157, 82);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(15, 14);
     this.checkBox3.TabIndex = 8;
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(13, 86);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(139, 13);
     this.label17.TabIndex = 7;
     this.label17.Text     = "Lifestyle activity level check";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(7, 54);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(145, 13);
     this.label18.TabIndex = 7;
     this.label18.Text     = "Contra-indications to excerise";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(7, 23);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(144, 13);
     this.label19.TabIndex = 7;
     this.label19.Text     = "Readiness to exercise check";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(157, 19);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(15, 14);
     this.checkBox1.TabIndex = 5;
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(157, 54);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(15, 14);
     this.checkBox2.TabIndex = 6;
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // Aerobic
     //
     this.Aerobic.Location = new System.Drawing.Point(753, 356);
     this.Aerobic.Name     = "Aerobic";
     this.Aerobic.Size     = new System.Drawing.Size(100, 20);
     this.Aerobic.TabIndex = 29;
     //
     // getresults
     //
     this.getresults.Location = new System.Drawing.Point(807, 396);
     this.getresults.Name     = "getresults";
     this.getresults.Size     = new System.Drawing.Size(75, 23);
     this.getresults.TabIndex = 30;
     this.getresults.Text     = "Get Results";
     this.getresults.UseVisualStyleBackColor = true;
     this.getresults.Visible = false;
     this.getresults.Click  += new System.EventHandler(this.getresults_Click);
     //
     // Rating
     //
     this.Rating.Location = new System.Drawing.Point(853, 495);
     this.Rating.Name     = "Rating";
     this.Rating.Size     = new System.Drawing.Size(100, 20);
     this.Rating.TabIndex = 31;
     this.Rating.Visible  = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(660, 363);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(87, 13);
     this.label2.TabIndex = 32;
     this.label2.Text     = "Aerobic Capacity";
     //
     // TestId
     //
     this.TestId.Location = new System.Drawing.Point(91, 15);
     this.TestId.Name     = "TestId";
     this.TestId.Size     = new System.Drawing.Size(100, 20);
     this.TestId.TabIndex = 33;
     //
     // label20
     //
     this.label20.AutoSize  = true;
     this.label20.BackColor = System.Drawing.Color.Maroon;
     this.label20.Location  = new System.Drawing.Point(27, 19);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(48, 13);
     this.label20.TabIndex  = 34;
     this.label20.Text      = "Test ID: ";
     //
     // groupBox10
     //
     this.groupBox10.BackColor = System.Drawing.Color.ForestGreen;
     this.groupBox10.Controls.Add(this.TestId);
     this.groupBox10.Controls.Add(this.label20);
     this.groupBox10.Location = new System.Drawing.Point(334, 25);
     this.groupBox10.Name     = "groupBox10";
     this.groupBox10.Size     = new System.Drawing.Size(204, 44);
     this.groupBox10.TabIndex = 35;
     this.groupBox10.TabStop  = false;
     //
     // TestForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.YellowGreen;
     this.ClientSize          = new System.Drawing.Size(1130, 489);
     this.Controls.Add(this.groupBox10);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Rating);
     this.Controls.Add(this.getresults);
     this.Controls.Add(this.Aerobic);
     this.Controls.Add(this.Btestcheck);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.MinimumSize = new System.Drawing.Size(500, 500);
     this.Name        = "TestForm";
     this.Text        = "TestForm";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.TestForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.Btestcheck.ResumeLayout(false);
     this.Btestcheck.PerformLayout();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.button1       = new System.Windows.Forms.Button();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label2        = new System.Windows.Forms.Label();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.button2       = new System.Windows.Forms.Button();
     this.label3        = new System.Windows.Forms.Label();
     this.button3       = new System.Windows.Forms.Button();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button4       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(38, 112);
     this.button1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(188, 49);
     this.button1.TabIndex = 0;
     this.button1.Text     = " Построить";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(38, 64);
     this.textBox1.Margin    = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(188, 31);
     this.textBox1.TabIndex  = 1;
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox1_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 22);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(259, 25);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Введите кол-во функций";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location                      = new System.Drawing.Point(325, 52);
     this.dataGridView1.Margin                        = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.dataGridView1.Name                          = "dataGridView1";
     this.dataGridView1.RowHeadersWidth               = 30;
     this.dataGridView1.RowTemplate.Height            = 30;
     this.dataGridView1.Size                          = new System.Drawing.Size(1075, 362);
     this.dataGridView1.TabIndex                      = 3;
     this.dataGridView1.CellValueChanged             += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
     this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
     this.dataGridView1.EditingControlShowing        += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.DataGridView1_EditingControlShowing);
     this.dataGridView1.SelectionChanged             += new System.EventHandler(this.DataGridView1_SelectionChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(320, 22);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(616, 25);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Функциональная модель определения значимости функции\r\n";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows          = false;
     this.dataGridView2.AllowUserToDeleteRows       = false;
     this.dataGridView2.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Location               = new System.Drawing.Point(325, 457);
     this.dataGridView2.Margin                 = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.dataGridView2.Name                   = "dataGridView2";
     this.dataGridView2.RowHeadersWidth        = 30;
     this.dataGridView2.RowTemplate.Height     = 30;
     this.dataGridView2.Size                   = new System.Drawing.Size(1075, 475);
     this.dataGridView2.TabIndex               = 5;
     this.dataGridView2.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.DataGridView2_EditingControlShowing);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(38, 457);
     this.button2.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(188, 49);
     this.button2.TabIndex = 6;
     this.button2.Text     = " Построить";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(320, 426);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(574, 25);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Совмещенная модель определения стоимости функций\r\n";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(38, 525);
     this.button3.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(188, 49);
     this.button3.TabIndex = 8;
     this.button3.Text     = "Рассчитать";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3_Click);
     //
     // chart1
     //
     chartArea1.AxisX.Title = "Функции";
     chartArea1.AxisY.Title = "Доли";
     chartArea1.Name        = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(1447, 52);
     this.chart1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Д значимости ф";
     series2.ChartArea    = "ChartArea1";
     series2.Legend       = "Legend1";
     series2.Name         = "Д стоимости ф";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size            = new System.Drawing.Size(938, 586);
     this.chart1.TabIndex        = 9;
     this.chart1.Text            = "chart1";
     this.chart1.Visible         = false;
     this.chart1.VisibleChanged += new System.EventHandler(this.Button4_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(38, 883);
     this.button4.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(188, 49);
     this.button4.TabIndex = 10;
     this.button4.Text     = "Гистограмма";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4_Click);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2398, 1064);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.dataGridView2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name   = "Form2";
     this.Text   = "Функциональная и совмещенная модели системы";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8    = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7    = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series7    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series8    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pbRAM            = new MetroFramework.Controls.MetroProgressBar();
     this.pbCPU            = new MetroFramework.Controls.MetroProgressBar();
     this.lblPorcentajeRAM = new MetroFramework.Controls.MetroLabel();
     this.lblPorcentajeCPU = new MetroFramework.Controls.MetroLabel();
     this.lblRAM           = new MetroFramework.Controls.MetroLabel();
     this.lblCPU           = new MetroFramework.Controls.MetroLabel();
     this.dgvProceso       = new System.Windows.Forms.DataGridView();
     this.col1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col2             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col3             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col4             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col5             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col6             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1           = new System.Windows.Forms.Panel();
     this.lblContador      = new System.Windows.Forms.Label();
     this.btnGrafica       = new System.Windows.Forms.Button();
     this.btnFinalizar     = new System.Windows.Forms.Button();
     this.btnVer           = new System.Windows.Forms.Button();
     this.grafica          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.timer2           = new System.Windows.Forms.Timer(this.components);
     this.panel2           = new System.Windows.Forms.Panel();
     this.pRAM             = new System.Diagnostics.PerformanceCounter();
     this.pCPU             = new System.Diagnostics.PerformanceCounter();
     ((System.ComponentModel.ISupportInitialize)(this.dgvProceso)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grafica)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pRAM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pCPU)).BeginInit();
     this.SuspendLayout();
     //
     // pbRAM
     //
     this.pbRAM.Location = new System.Drawing.Point(87, 132);
     this.pbRAM.Name     = "pbRAM";
     this.pbRAM.Size     = new System.Drawing.Size(538, 23);
     this.pbRAM.Style    = MetroFramework.MetroColorStyle.Blue;
     this.pbRAM.TabIndex = 33;
     this.pbRAM.Visible  = false;
     //
     // pbCPU
     //
     this.pbCPU.Location = new System.Drawing.Point(87, 103);
     this.pbCPU.Name     = "pbCPU";
     this.pbCPU.Size     = new System.Drawing.Size(538, 23);
     this.pbCPU.Style    = MetroFramework.MetroColorStyle.Blue;
     this.pbCPU.TabIndex = 32;
     this.pbCPU.Visible  = false;
     //
     // lblPorcentajeRAM
     //
     this.lblPorcentajeRAM.AutoSize   = true;
     this.lblPorcentajeRAM.BackColor  = System.Drawing.Color.Teal;
     this.lblPorcentajeRAM.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblPorcentajeRAM.ForeColor  = System.Drawing.Color.Black;
     this.lblPorcentajeRAM.Location   = new System.Drawing.Point(642, 132);
     this.lblPorcentajeRAM.Name       = "lblPorcentajeRAM";
     this.lblPorcentajeRAM.Size       = new System.Drawing.Size(29, 19);
     this.lblPorcentajeRAM.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblPorcentajeRAM.TabIndex   = 31;
     this.lblPorcentajeRAM.Text       = "0%";
     this.lblPorcentajeRAM.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblPorcentajeRAM.Visible    = false;
     //
     // lblPorcentajeCPU
     //
     this.lblPorcentajeCPU.AutoSize   = true;
     this.lblPorcentajeCPU.BackColor  = System.Drawing.Color.Teal;
     this.lblPorcentajeCPU.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblPorcentajeCPU.ForeColor  = System.Drawing.Color.Black;
     this.lblPorcentajeCPU.Location   = new System.Drawing.Point(642, 103);
     this.lblPorcentajeCPU.Name       = "lblPorcentajeCPU";
     this.lblPorcentajeCPU.Size       = new System.Drawing.Size(29, 19);
     this.lblPorcentajeCPU.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblPorcentajeCPU.TabIndex   = 30;
     this.lblPorcentajeCPU.Text       = "0%";
     this.lblPorcentajeCPU.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblPorcentajeCPU.Visible    = false;
     //
     // lblRAM
     //
     this.lblRAM.AutoSize   = true;
     this.lblRAM.BackColor  = System.Drawing.Color.Teal;
     this.lblRAM.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblRAM.ForeColor  = System.Drawing.Color.Black;
     this.lblRAM.Location   = new System.Drawing.Point(33, 132);
     this.lblRAM.Name       = "lblRAM";
     this.lblRAM.Size       = new System.Drawing.Size(41, 19);
     this.lblRAM.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblRAM.TabIndex   = 29;
     this.lblRAM.Text       = "RAM";
     this.lblRAM.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblRAM.Visible    = false;
     //
     // lblCPU
     //
     this.lblCPU.AutoSize   = true;
     this.lblCPU.BackColor  = System.Drawing.Color.Teal;
     this.lblCPU.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblCPU.ForeColor  = System.Drawing.Color.Black;
     this.lblCPU.Location   = new System.Drawing.Point(33, 107);
     this.lblCPU.Name       = "lblCPU";
     this.lblCPU.Size       = new System.Drawing.Size(37, 19);
     this.lblCPU.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblCPU.TabIndex   = 28;
     this.lblCPU.Text       = "CPU";
     this.lblCPU.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblCPU.Visible    = false;
     //
     // dgvProceso
     //
     this.dgvProceso.AllowUserToAddRows          = false;
     this.dgvProceso.AllowUserToDeleteRows       = false;
     this.dgvProceso.BackgroundColor             = System.Drawing.Color.Teal;
     this.dgvProceso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvProceso.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.col1,
         this.col2,
         this.col3,
         this.col4,
         this.col5,
         this.col6
     });
     this.dgvProceso.Location                  = new System.Drawing.Point(23, 63);
     this.dgvProceso.Name                      = "dgvProceso";
     this.dgvProceso.ReadOnly                  = true;
     dataGridViewCellStyle8.BackColor          = System.Drawing.Color.Teal;
     dataGridViewCellStyle8.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.PowderBlue;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvProceso.RowsDefaultCellStyle      = dataGridViewCellStyle8;
     this.dgvProceso.Size                      = new System.Drawing.Size(659, 413);
     this.dgvProceso.TabIndex                  = 27;
     this.dgvProceso.MouseClick               += new System.Windows.Forms.MouseEventHandler(this.dgvProceso_MouseClick);
     //
     // col1
     //
     dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.col1.DefaultCellStyle       = dataGridViewCellStyle7;
     this.col1.HeaderText             = "# Proceso";
     this.col1.Name     = "col1";
     this.col1.ReadOnly = true;
     //
     // col2
     //
     this.col2.HeaderText = "Proceso";
     this.col2.Name       = "col2";
     this.col2.ReadOnly   = true;
     //
     // col3
     //
     this.col3.HeaderText = "Prioridad del Proceso";
     this.col3.Name       = "col3";
     this.col3.ReadOnly   = true;
     //
     // col4
     //
     this.col4.HeaderText = "ID";
     this.col4.Name       = "col4";
     this.col4.ReadOnly   = true;
     //
     // col5
     //
     this.col5.HeaderText = "Memoria Fisica";
     this.col5.Name       = "col5";
     this.col5.ReadOnly   = true;
     //
     // col6
     //
     this.col6.HeaderText = "Memoria Virtual";
     this.col6.Name       = "col6";
     this.col6.ReadOnly   = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblContador);
     this.panel1.Controls.Add(this.btnGrafica);
     this.panel1.Controls.Add(this.btnFinalizar);
     this.panel1.Controls.Add(this.btnVer);
     this.panel1.Location = new System.Drawing.Point(688, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(146, 413);
     this.panel1.TabIndex = 26;
     //
     // lblContador
     //
     this.lblContador.AutoSize    = true;
     this.lblContador.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblContador.Font        = new System.Drawing.Font("MS Reference Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblContador.Location    = new System.Drawing.Point(3, 325);
     this.lblContador.Name        = "lblContador";
     this.lblContador.Size        = new System.Drawing.Size(149, 18);
     this.lblContador.TabIndex    = 3;
     this.lblContador.Text        = "Numero de procesos: ";
     //
     // btnGrafica
     //
     this.btnGrafica.BackColor = System.Drawing.Color.PowderBlue;
     this.btnGrafica.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnGrafica.Font      = new System.Drawing.Font("MS Reference Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGrafica.Location  = new System.Drawing.Point(3, 213);
     this.btnGrafica.Name      = "btnGrafica";
     this.btnGrafica.Size      = new System.Drawing.Size(140, 62);
     this.btnGrafica.TabIndex  = 2;
     this.btnGrafica.Text      = "Grafica CPU y RAM";
     this.btnGrafica.UseVisualStyleBackColor = false;
     this.btnGrafica.Click += new System.EventHandler(this.btnGrafica_Click);
     //
     // btnFinalizar
     //
     this.btnFinalizar.BackColor = System.Drawing.Color.PowderBlue;
     this.btnFinalizar.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnFinalizar.Font      = new System.Drawing.Font("MS Reference Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFinalizar.Location  = new System.Drawing.Point(3, 120);
     this.btnFinalizar.Name      = "btnFinalizar";
     this.btnFinalizar.Size      = new System.Drawing.Size(140, 62);
     this.btnFinalizar.TabIndex  = 1;
     this.btnFinalizar.Text      = "Finalizar Proceso";
     this.btnFinalizar.UseVisualStyleBackColor = false;
     this.btnFinalizar.Click += new System.EventHandler(this.btnFinalizar_Click);
     //
     // btnVer
     //
     this.btnVer.BackColor = System.Drawing.Color.PowderBlue;
     this.btnVer.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnVer.Font      = new System.Drawing.Font("MS Reference Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnVer.Location  = new System.Drawing.Point(3, 29);
     this.btnVer.Name      = "btnVer";
     this.btnVer.Size      = new System.Drawing.Size(140, 62);
     this.btnVer.TabIndex  = 0;
     this.btnVer.Text      = "Visualizar Procesos";
     this.btnVer.UseVisualStyleBackColor = false;
     this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
     //
     // grafica
     //
     this.grafica.BackColor = System.Drawing.Color.Teal;
     chartArea4.BackColor   = System.Drawing.Color.PowderBlue;
     chartArea4.Name        = "ChartArea1";
     this.grafica.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.grafica.Legends.Add(legend4);
     this.grafica.Location = new System.Drawing.Point(34, 165);
     this.grafica.Name     = "grafica";
     this.grafica.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     series7.BorderWidth   = 3;
     series7.ChartArea     = "ChartArea1";
     series7.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series7.Legend        = "Legend1";
     series7.Name          = "CPU";
     series8.BorderWidth   = 3;
     series8.ChartArea     = "ChartArea1";
     series8.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series8.Legend        = "Legend1";
     series8.Name          = "RAM";
     this.grafica.Series.Add(series7);
     this.grafica.Series.Add(series8);
     this.grafica.Size     = new System.Drawing.Size(636, 300);
     this.grafica.TabIndex = 34;
     this.grafica.Text     = "grafica";
     //
     // timer1
     //
     this.timer1.Interval = 3000;
     this.timer1.Tick    += new System.EventHandler(this.Timer_Tick);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Location  = new System.Drawing.Point(23, 92);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(659, 384);
     this.panel2.TabIndex  = 35;
     //
     // pRAM
     //
     this.pRAM.CategoryName = "Memory";
     this.pRAM.CounterName  = "% Committed Bytes in Use ";
     //
     // pCPU
     //
     this.pCPU.CategoryName = "Processor";
     this.pCPU.CounterName  = "% Processor Time";
     this.pCPU.InstanceName = "_Total";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(841, 488);
     this.Controls.Add(this.grafica);
     this.Controls.Add(this.pbRAM);
     this.Controls.Add(this.pbCPU);
     this.Controls.Add(this.lblPorcentajeRAM);
     this.Controls.Add(this.lblPorcentajeCPU);
     this.Controls.Add(this.lblRAM);
     this.Controls.Add(this.lblCPU);
     this.Controls.Add(this.dgvProceso);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.MaximizeBox = false;
     this.Name        = "Form1";
     this.Style       = MetroFramework.MetroColorStyle.Teal;
     this.Text        = "ADMINISTRADOR DE PROCESOS";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvProceso)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grafica)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.pRAM)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.pCPU)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormThongKeDoanhThuTheoNam));
     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.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.btnLoadChart  = new XanderUI.XUISuperButton();
     this.comboBoxNam   = new System.Windows.Forms.ComboBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // btnLoadChart
     //
     this.btnLoadChart.BackgroundColor      = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(202)))), ((int)(((byte)(142)))));
     this.btnLoadChart.ButtonImage          = ((System.Drawing.Image)(resources.GetObject("btnLoadChart.ButtonImage")));
     this.btnLoadChart.ButtonSmoothing      = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
     this.btnLoadChart.ButtonStyle          = XanderUI.XUISuperButton.Style.RoundedEdges;
     this.btnLoadChart.ButtonText           = "Thống kê";
     this.btnLoadChart.CornerRadius         = 5;
     this.btnLoadChart.Horizontal_Alignment = System.Drawing.StringAlignment.Center;
     this.btnLoadChart.HoverBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(217)))), ((int)(((byte)(174)))));
     this.btnLoadChart.HoverTextColor       = System.Drawing.Color.White;
     this.btnLoadChart.ImagePosition        = XanderUI.XUISuperButton.imgPosition.Left;
     this.btnLoadChart.Location             = new System.Drawing.Point(263, 70);
     this.btnLoadChart.Name = "btnLoadChart";
     this.btnLoadChart.SelectedBackColor = System.Drawing.Color.LimeGreen;
     this.btnLoadChart.SelectedTextColor = System.Drawing.Color.White;
     this.btnLoadChart.Size               = new System.Drawing.Size(98, 35);
     this.btnLoadChart.SuperSelected      = false;
     this.btnLoadChart.TabIndex           = 37;
     this.btnLoadChart.TextColor          = System.Drawing.Color.White;
     this.btnLoadChart.Vertical_Alignment = System.Drawing.StringAlignment.Center;
     this.btnLoadChart.Click             += new System.EventHandler(this.btnLoadChart_Click);
     //
     // comboBoxNam
     //
     this.comboBoxNam.FormattingEnabled = true;
     this.comboBoxNam.Location          = new System.Drawing.Point(116, 76);
     this.comboBoxNam.Name     = "comboBoxNam";
     this.comboBoxNam.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxNam.TabIndex = 36;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(64, 77);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(42, 19);
     this.label3.TabIndex = 35;
     this.label3.Text     = "Năm";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.LimeGreen;
     this.label1.Location  = new System.Drawing.Point(102, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(543, 42);
     this.label1.TabIndex  = 34;
     this.label1.Text      = "Thống kê doanh thu theo năm";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(59, 137);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.Legend       = "Legend1";
     series1.Name         = "DoanhThu";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(606, 300);
     this.chart1.TabIndex = 38;
     this.chart1.Text     = "chart1";
     //
     // FormThongKeDoanhThuTheoNam
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.ClientSize          = new System.Drawing.Size(1100, 661);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.btnLoadChart);
     this.Controls.Add(this.comboBoxNam);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormThongKeDoanhThuTheoNam";
     this.Text            = "ThongKeDoanhThuTheoNam";
     this.Load           += new System.EventHandler(this.ThongKeDoanhThuTheoNam_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #57
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
     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();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 5D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 8D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 3D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 7D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 6D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 2D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 6D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 9D);
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem("aa");
     System.Windows.Forms.ListViewItem  listViewItem2  = new System.Windows.Forms.ListViewItem("bb");
     System.Windows.Forms.TreeNode      treeNode1      = new System.Windows.Forms.TreeNode("通道0");
     System.Windows.Forms.TreeNode      treeNode2      = new System.Windows.Forms.TreeNode("通道1");
     System.Windows.Forms.TreeNode      treeNode3      = new System.Windows.Forms.TreeNode("通道2");
     System.Windows.Forms.TreeNode      treeNode4      = new System.Windows.Forms.TreeNode("通道3");
     System.Windows.Forms.TreeNode      treeNode5      = new System.Windows.Forms.TreeNode("通道4");
     System.Windows.Forms.TreeNode      treeNode6      = new System.Windows.Forms.TreeNode("通道5");
     System.Windows.Forms.TreeNode      treeNode7      = new System.Windows.Forms.TreeNode("通道6");
     System.Windows.Forms.TreeNode      treeNode8      = new System.Windows.Forms.TreeNode("通道7");
     System.Windows.Forms.TreeNode      treeNode9      = new System.Windows.Forms.TreeNode("模块0", new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode3,
         treeNode4,
         treeNode5,
         treeNode6,
         treeNode7,
         treeNode8
     });
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("站点", new System.Windows.Forms.TreeNode[] {
         treeNode9
     });
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("User", new System.Windows.Forms.TreeNode[] {
         treeNode10
     });
     this.notifyIcon1        = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip1  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.chart1             = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.title              = new System.Windows.Forms.Label();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.name               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.description        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unit               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.currentValue       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.alarmLeavl         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.quality            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.positon            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ShowMode           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.tabControl1        = new System.Windows.Forms.TabControl();
     this.tabPage1           = new System.Windows.Forms.TabPage();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.listView1          = new System.Windows.Forms.ListView();
     this.tagName            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.time               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.information        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabPage3           = new System.Windows.Forms.TabPage();
     this.listView2          = 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.columnHeader6      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabPage4           = new System.Windows.Forms.TabPage();
     this.webBrowser1        = new System.Windows.Forms.WebBrowser();
     this.tabPage5           = new System.Windows.Forms.TabPage();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.menuStrip1         = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.login              = new System.Windows.Forms.ToolStripMenuItem();
     this.logout             = new System.Windows.Forms.ToolStripMenuItem();
     this.exit               = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1    = new System.Windows.Forms.SplitContainer();
     this.treeView1          = new System.Windows.Forms.TreeView();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.anaBar1            = new SCSMController.AnaBar();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // notifyIcon1
     //
     this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text              = "notifyIcon1";
     this.notifyIcon1.Visible           = true;
     this.notifyIcon1.Click            += new System.EventHandler(this.notifyIcon1_Click);
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(109, 48);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(108, 22);
     this.toolStripMenuItem1.Text   = "Open";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(108, 22);
     this.toolStripMenuItem2.Text   = "Exit";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.SystemColors.Control;
     chartArea1.Name       = "ChartArea2";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Bottom;
     legend1.Name     = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(3, 162);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea2";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend       = "Legend1";
     series1.Name         = "Series2";
     series1.Points.Add(dataPoint1);
     series1.Points.Add(dataPoint2);
     series1.Points.Add(dataPoint3);
     series1.Points.Add(dataPoint4);
     series1.Points.Add(dataPoint5);
     series1.Points.Add(dataPoint6);
     series1.Points.Add(dataPoint7);
     series1.Points.Add(dataPoint8);
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(993, 193);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // title
     //
     this.title.AutoSize  = true;
     this.title.Font      = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.title.Location  = new System.Drawing.Point(175, 25);
     this.title.Name      = "title";
     this.title.Size      = new System.Drawing.Size(752, 56);
     this.title.TabIndex  = 2;
     this.title.Text      = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
     this.title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.name,
         this.description,
         this.unit,
         this.currentValue,
         this.alarmLeavl,
         this.quality,
         this.positon,
         this.ShowMode
     });
     this.dataGridView1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(1007, 142);
     this.dataGridView1.TabIndex           = 3;
     //
     // name
     //
     this.name.HeaderText = "名称";
     this.name.Name       = "name";
     //
     // description
     //
     this.description.HeaderText = "描述";
     this.description.Name       = "description";
     //
     // unit
     //
     this.unit.HeaderText = "单位";
     this.unit.Name       = "unit";
     //
     // currentValue
     //
     this.currentValue.HeaderText = "当前值";
     this.currentValue.Name       = "currentValue";
     //
     // alarmLeavl
     //
     this.alarmLeavl.HeaderText  = "报警";
     this.alarmLeavl.Name        = "alarmLeavl";
     this.alarmLeavl.Resizable   = System.Windows.Forms.DataGridViewTriState.True;
     this.alarmLeavl.ToolTipText = "aaa";
     //
     // quality
     //
     this.quality.HeaderText = "质量";
     this.quality.Name       = "quality";
     //
     // positon
     //
     this.positon.HeaderText = "位置";
     this.positon.Name       = "positon";
     //
     // ShowMode
     //
     this.ShowMode.HeaderText = "图表模式";
     this.ShowMode.Name       = "ShowMode";
     this.ShowMode.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.ShowMode.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Dock                  = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl1.Location              = new System.Drawing.Point(0, 148);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(1007, 384);
     this.tabControl1.TabIndex              = 4;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.anaBar1);
     this.tabPage1.Controls.Add(this.chart1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(999, 358);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "图表";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.listView1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(999, 358);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "报警列表";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.tagName,
         this.time,
         this.information
     });
     this.listView1.Dock   = System.Windows.Forms.DockStyle.Fill;
     listViewGroup1.Header = "ListViewGroup";
     listViewGroup1.Name   = "listViewGroup1";
     listViewGroup2.Header = "ListViewGroup";
     listViewGroup2.Name   = "listViewGroup2";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.listView1.Location = new System.Drawing.Point(3, 3);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(993, 352);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     //
     // tagName
     //
     this.tagName.Text = "点名";
     //
     // time
     //
     this.time.Text = "时间";
     //
     // information
     //
     this.information.Text = "报警描述";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.listView2);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(999, 358);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "日志列表";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.listView2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.listView2.Location = new System.Drawing.Point(0, 0);
     this.listView2.Name     = "listView2";
     this.listView2.Size     = new System.Drawing.Size(999, 358);
     this.listView2.TabIndex = 1;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "名称";
     this.columnHeader2.Width = 200;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "类型";
     this.columnHeader3.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "地址";
     this.columnHeader4.Width = 150;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "时间";
     this.columnHeader5.Width = 150;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "描述";
     this.columnHeader6.Width = 400;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.webBrowser1);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(999, 358);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "地图";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // webBrowser1
     //
     this.webBrowser1.Location    = new System.Drawing.Point(3, 3);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name        = "webBrowser1";
     this.webBrowser1.Size        = new System.Drawing.Size(564, 282);
     this.webBrowser1.TabIndex    = 9;
     this.webBrowser1.Url         = new System.Uri("", System.UriKind.Relative);
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.pictureBox1);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(999, 358);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "视频监控";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Black;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location  = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(267, 352);
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 688);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1187, 22);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1187, 25);
     this.menuStrip1.TabIndex = 6;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.login,
         this.logout,
         this.exit
     });
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem3.Text = "系统管理";
     //
     // login
     //
     this.login.Name   = "login";
     this.login.Size   = new System.Drawing.Size(100, 22);
     this.login.Text   = "登录";
     this.login.Click += new System.EventHandler(this.login_Click);
     //
     // logout
     //
     this.logout.Name   = "logout";
     this.logout.Size   = new System.Drawing.Size(100, 22);
     this.logout.Text   = "注销";
     this.logout.Click += new System.EventHandler(this.logout_Click);
     //
     // exit
     //
     this.exit.Name   = "exit";
     this.exit.Size   = new System.Drawing.Size(100, 22);
     this.exit.Text   = "退出";
     this.exit.Click += new System.EventHandler(this.exit_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitContainer1.Location = new System.Drawing.Point(0, 156);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(1187, 532);
     this.splitContainer1.SplitterDistance = 176;
     this.splitContainer1.TabIndex         = 8;
     //
     // treeView1
     //
     this.treeView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name     = "treeView1";
     treeNode1.Name          = "channle0";
     treeNode1.Text          = "通道0";
     treeNode2.Name          = "channle1";
     treeNode2.Text          = "通道1";
     treeNode3.Name          = "channle2";
     treeNode3.Text          = "通道2";
     treeNode4.Name          = "channle3";
     treeNode4.Text          = "通道3";
     treeNode5.Name          = "channle4";
     treeNode5.Text          = "通道4";
     treeNode6.Name          = "channle5";
     treeNode6.Text          = "通道5";
     treeNode7.Name          = "channle6";
     treeNode7.Text          = "通道6";
     treeNode8.Name          = "channle7";
     treeNode8.Text          = "通道7";
     treeNode9.Name          = "module0";
     treeNode9.Text          = "模块0";
     treeNode10.Name         = "Station";
     treeNode10.Text         = "站点";
     treeNode11.Name         = "User";
     treeNode11.Text         = "User";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode11
     });
     this.treeView1.Size         = new System.Drawing.Size(176, 532);
     this.treeView1.TabIndex     = 1;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // anaBar1
     //
     this.anaBar1.H1l        = 80D;
     this.anaBar1.H2l        = 85D;
     this.anaBar1.H3l        = 90D;
     this.anaBar1.H4l        = 95D;
     this.anaBar1.L1l        = 20D;
     this.anaBar1.L2l        = 15D;
     this.anaBar1.L3l        = 10D;
     this.anaBar1.L4l        = 5D;
     this.anaBar1.Location   = new System.Drawing.Point(64, 6);
     this.anaBar1.LowLimit   = 0D;
     this.anaBar1.Name       = "anaBar1";
     this.anaBar1.Q          = true;
     this.anaBar1.Size       = new System.Drawing.Size(122, 346);
     this.anaBar1.TabIndex   = 2;
     this.anaBar1.UpperLimit = 100D;
     this.anaBar1.Value      = 0D;
     //
     // MainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1187, 710);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.title);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainFrm";
     this.Text          = "Form1sss";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.SizeChanged  += new System.EventHandler(this.Form1_SizeChanged);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea73 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend73    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series73    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea74 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend74    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series74    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea75 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend75    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series75    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea76 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend76    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series76    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea77 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend77    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series77    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea78 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend78    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series78    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea79 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend79    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series79    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea80 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend80    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series80    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.pictureBox3         = new System.Windows.Forms.PictureBox();
     this.pictureBox4         = new System.Windows.Forms.PictureBox();
     this.pictureBox5         = new System.Windows.Forms.PictureBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.btnNegative         = new System.Windows.Forms.Button();
     this.numericUpDown1      = new System.Windows.Forms.NumericUpDown();
     this.labelThreshold      = new System.Windows.Forms.Label();
     this.horizontalGrayChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.verticalGrayChart   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.chart1              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label10             = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.chart3              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart4              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label12             = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.chart5              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart6              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel1              = new System.Windows.Forms.Panel();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.panel5              = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.horizontalGrayChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.verticalGrayChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox1.Location  = new System.Drawing.Point(10, 23);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(300, 300);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     this.pictureBox1.Click    += new System.EventHandler(this.pictureBox1_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox2.Location  = new System.Drawing.Point(6, 44);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(250, 250);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex  = 1;
     this.pictureBox2.TabStop   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox3.Location  = new System.Drawing.Point(11, 41);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(250, 250);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex  = 2;
     this.pictureBox3.TabStop   = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox4.Location  = new System.Drawing.Point(3, 41);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(250, 250);
     this.pictureBox4.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex  = 3;
     this.pictureBox4.TabStop   = false;
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox5.Location  = new System.Drawing.Point(5, 26);
     this.pictureBox5.Name      = "pictureBox5";
     this.pictureBox5.Size      = new System.Drawing.Size(300, 300);
     this.pictureBox5.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox5.TabIndex  = 4;
     this.pictureBox5.TabStop   = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label2.Location = new System.Drawing.Point(3, 4);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 19);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Gray";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label1.Location = new System.Drawing.Point(6, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(38, 19);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Red";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label3.Location = new System.Drawing.Point(7, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 19);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Green";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label4.Location = new System.Drawing.Point(3, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(43, 19);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Blue";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label5.Location = new System.Drawing.Point(10, 1);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(69, 19);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Original";
     //
     // btnNegative
     //
     this.btnNegative.Font     = new System.Drawing.Font("PMingLiU", 12F);
     this.btnNegative.Location = new System.Drawing.Point(16, 19);
     this.btnNegative.Name     = "btnNegative";
     this.btnNegative.Size     = new System.Drawing.Size(91, 33);
     this.btnNegative.TabIndex = 24;
     this.btnNegative.Text     = "Negative";
     this.btnNegative.UseVisualStyleBackColor = true;
     this.btnNegative.Click += new System.EventHandler(this.btnNegative_Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Font     = new System.Drawing.Font("PMingLiU", 16F);
     this.numericUpDown1.Location = new System.Drawing.Point(241, 19);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         254,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(149, 33);
     this.numericUpDown1.TabIndex = 22;
     this.numericUpDown1.Value    = new decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // labelThreshold
     //
     this.labelThreshold.AutoSize = true;
     this.labelThreshold.Font     = new System.Drawing.Font("PMingLiU", 18F);
     this.labelThreshold.Location = new System.Drawing.Point(134, 24);
     this.labelThreshold.Name     = "labelThreshold";
     this.labelThreshold.Size     = new System.Drawing.Size(101, 24);
     this.labelThreshold.TabIndex = 21;
     this.labelThreshold.Text     = "Threshold";
     //
     // horizontalGrayChart
     //
     chartArea73.Name = "ChartArea1";
     this.horizontalGrayChart.ChartAreas.Add(chartArea73);
     legend73.Name = "Legend1";
     this.horizontalGrayChart.Legends.Add(legend73);
     this.horizontalGrayChart.Location = new System.Drawing.Point(311, 206);
     this.horizontalGrayChart.Name     = "horizontalGrayChart";
     series73.ChartArea = "ChartArea1";
     series73.Legend    = "Legend1";
     series73.Name      = "Series1";
     this.horizontalGrayChart.Series.Add(series73);
     this.horizontalGrayChart.Size     = new System.Drawing.Size(300, 120);
     this.horizontalGrayChart.TabIndex = 27;
     this.horizontalGrayChart.Text     = "Horizontal Projection";
     //
     // verticalGrayChart
     //
     chartArea74.Name = "ChartArea1";
     this.verticalGrayChart.ChartAreas.Add(chartArea74);
     legend74.Name = "Legend1";
     this.verticalGrayChart.Legends.Add(legend74);
     this.verticalGrayChart.Location = new System.Drawing.Point(311, 48);
     this.verticalGrayChart.Name     = "verticalGrayChart";
     series74.ChartArea = "ChartArea1";
     series74.Legend    = "Legend1";
     series74.Name      = "Series1";
     this.verticalGrayChart.Series.Add(series74);
     this.verticalGrayChart.Size     = new System.Drawing.Size(300, 120);
     this.verticalGrayChart.TabIndex = 28;
     this.verticalGrayChart.Text     = "Vertical Projection";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label6.Location = new System.Drawing.Point(312, 26);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(146, 19);
     this.label6.TabIndex = 29;
     this.label6.Text     = "Vertical Projection";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label7.Location = new System.Drawing.Point(312, 184);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(165, 19);
     this.label7.TabIndex = 30;
     this.label7.Text     = "Horizontal Projection";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label8.Location = new System.Drawing.Point(262, 172);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(165, 19);
     this.label8.TabIndex = 34;
     this.label8.Text     = "Horizontal Projection";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label9.Location = new System.Drawing.Point(262, 44);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(146, 19);
     this.label9.TabIndex = 33;
     this.label9.Text     = "Vertical Projection";
     //
     // chart1
     //
     chartArea75.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea75);
     legend75.Name = "Legend1";
     this.chart1.Legends.Add(legend75);
     this.chart1.Location = new System.Drawing.Point(262, 66);
     this.chart1.Name     = "chart1";
     series75.ChartArea   = "ChartArea1";
     series75.Legend      = "Legend1";
     series75.Name        = "Series1";
     this.chart1.Series.Add(series75);
     this.chart1.Size     = new System.Drawing.Size(200, 100);
     this.chart1.TabIndex = 32;
     this.chart1.Text     = "Vertical Projection";
     //
     // chart2
     //
     chartArea76.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea76);
     legend76.Name = "Legend1";
     this.chart2.Legends.Add(legend76);
     this.chart2.Location = new System.Drawing.Point(262, 194);
     this.chart2.Name     = "chart2";
     series76.ChartArea   = "ChartArea1";
     series76.Legend      = "Legend1";
     series76.Name        = "Series1";
     this.chart2.Series.Add(series76);
     this.chart2.Size     = new System.Drawing.Size(200, 100);
     this.chart2.TabIndex = 31;
     this.chart2.Text     = "Horizontal Projection";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label10.Location = new System.Drawing.Point(267, 169);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(165, 19);
     this.label10.TabIndex = 38;
     this.label10.Text     = "Horizontal Projection";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label11.Location = new System.Drawing.Point(267, 41);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(146, 19);
     this.label11.TabIndex = 37;
     this.label11.Text     = "Vertical Projection";
     //
     // chart3
     //
     chartArea77.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea77);
     legend77.Name = "Legend1";
     this.chart3.Legends.Add(legend77);
     this.chart3.Location = new System.Drawing.Point(267, 63);
     this.chart3.Name     = "chart3";
     series77.ChartArea   = "ChartArea1";
     series77.Legend      = "Legend1";
     series77.Name        = "Series1";
     this.chart3.Series.Add(series77);
     this.chart3.Size     = new System.Drawing.Size(200, 100);
     this.chart3.TabIndex = 36;
     this.chart3.Text     = "Vertical Projection";
     //
     // chart4
     //
     chartArea78.Name = "ChartArea1";
     this.chart4.ChartAreas.Add(chartArea78);
     legend78.Name = "Legend1";
     this.chart4.Legends.Add(legend78);
     this.chart4.Location = new System.Drawing.Point(267, 191);
     this.chart4.Name     = "chart4";
     series78.ChartArea   = "ChartArea1";
     series78.Legend      = "Legend1";
     series78.Name        = "Series1";
     this.chart4.Series.Add(series78);
     this.chart4.Size     = new System.Drawing.Size(200, 100);
     this.chart4.TabIndex = 35;
     this.chart4.Text     = "Horizontal Projection";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label12.Location = new System.Drawing.Point(259, 169);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(165, 19);
     this.label12.TabIndex = 42;
     this.label12.Text     = "Horizontal Projection";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label13.Location = new System.Drawing.Point(259, 41);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(146, 19);
     this.label13.TabIndex = 41;
     this.label13.Text     = "Vertical Projection";
     //
     // chart5
     //
     chartArea79.Name = "ChartArea1";
     this.chart5.ChartAreas.Add(chartArea79);
     legend79.Name = "Legend1";
     this.chart5.Legends.Add(legend79);
     this.chart5.Location = new System.Drawing.Point(259, 63);
     this.chart5.Name     = "chart5";
     series79.ChartArea   = "ChartArea1";
     series79.Legend      = "Legend1";
     series79.Name        = "Series1";
     this.chart5.Series.Add(series79);
     this.chart5.Size     = new System.Drawing.Size(200, 100);
     this.chart5.TabIndex = 40;
     this.chart5.Text     = "Vertical Projection";
     //
     // chart6
     //
     chartArea80.Name = "ChartArea1";
     this.chart6.ChartAreas.Add(chartArea80);
     legend80.Name = "Legend1";
     this.chart6.Legends.Add(legend80);
     this.chart6.Location = new System.Drawing.Point(259, 191);
     this.chart6.Name     = "chart6";
     series80.ChartArea   = "ChartArea1";
     series80.Legend      = "Legend1";
     series80.Name        = "Series1";
     this.chart6.Series.Add(series80);
     this.chart6.Size     = new System.Drawing.Size(200, 100);
     this.chart6.TabIndex = 39;
     this.chart6.Text     = "Horizontal Projection";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel1.Controls.Add(this.pictureBox5);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.horizontalGrayChart);
     this.panel1.Controls.Add(this.verticalGrayChart);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Location = new System.Drawing.Point(609, 60);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(621, 329);
     this.panel1.TabIndex = 43;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel2.Controls.Add(this.chart1);
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.chart2);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Location = new System.Drawing.Point(6, 395);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(470, 310);
     this.panel2.TabIndex = 44;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel3.Controls.Add(this.chart3);
     this.panel3.Controls.Add(this.pictureBox3);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.chart4);
     this.panel3.Controls.Add(this.label11);
     this.panel3.Controls.Add(this.label10);
     this.panel3.Location = new System.Drawing.Point(482, 395);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(470, 310);
     this.panel3.TabIndex = 45;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel4.Controls.Add(this.pictureBox4);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.chart6);
     this.panel4.Controls.Add(this.chart5);
     this.panel4.Controls.Add(this.label13);
     this.panel4.Controls.Add(this.label12);
     this.panel4.Location = new System.Drawing.Point(958, 395);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(470, 310);
     this.panel4.TabIndex = 46;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.pictureBox1);
     this.panel5.Controls.Add(this.label5);
     this.panel5.Location = new System.Drawing.Point(224, 58);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(318, 332);
     this.panel5.TabIndex = 47;
     //
     // FormAnalysis
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1436, 711);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.labelThreshold);
     this.Controls.Add(this.btnNegative);
     this.Name = "FormAnalysis";
     this.Text = "Analysis";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.horizontalGrayChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.verticalGrayChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea9  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend9     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series9     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea10 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend10    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series10    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend11    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series11    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend12    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series12    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend8     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series8     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea13 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend13    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series13    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea14 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend14    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series14    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.chart1          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label1          = new System.Windows.Forms.Label();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.label2          = new System.Windows.Forms.Label();
     this.chart2          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage3        = new System.Windows.Forms.TabPage();
     this.label3          = new System.Windows.Forms.Label();
     this.chart3          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage4        = new System.Windows.Forms.TabPage();
     this.label4          = new System.Windows.Forms.Label();
     this.chart4          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage5        = new System.Windows.Forms.TabPage();
     this.label5          = new System.Windows.Forms.Label();
     this.chart5          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage6        = new System.Windows.Forms.TabPage();
     this.label6          = new System.Windows.Forms.Label();
     this.chart6          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage7        = new System.Windows.Forms.TabPage();
     this.label7          = new System.Windows.Forms.Label();
     this.chart7          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.button5         = new System.Windows.Forms.Button();
     this.button6         = new System.Windows.Forms.Button();
     this.button7         = new System.Windows.Forms.Button();
     this.Inicio          = new System.Windows.Forms.DateTimePicker();
     this.Fin             = new System.Windows.Forms.DateTimePicker();
     this.label8          = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.button8         = new System.Windows.Forms.Button();
     this.label10         = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label11         = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.btnBuscar       = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).BeginInit();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).BeginInit();
     this.tabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).BeginInit();
     this.tabPage7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart7)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Location      = new System.Drawing.Point(13, 13);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(918, 523);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Controls.Add(this.chart1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(910, 497);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Reporte 1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // chart1
     //
     chartArea9.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea9);
     legend9.Name = "Legend1";
     this.chart1.Legends.Add(legend9);
     this.chart1.Location = new System.Drawing.Point(9, 46);
     this.chart1.Name     = "chart1";
     series9.ChartArea    = "ChartArea1";
     series9.Legend       = "Legend1";
     series9.Name         = "Series1";
     this.chart1.Series.Add(series9);
     this.chart1.Size     = new System.Drawing.Size(854, 448);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     this.chart1.Click   += new System.EventHandler(this.chart1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(3, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(426, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mostrar la cantidad de veces que han reservado cada uno de los hoteles.";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.chart2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(910, 497);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Reporte 2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(22, 17);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(339, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Mostrar la cantidad de personas que han estado por hotel.";
     //
     // chart2
     //
     chartArea10.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea10);
     legend10.Name = "Legend1";
     this.chart2.Legends.Add(legend10);
     this.chart2.Location = new System.Drawing.Point(25, 46);
     this.chart2.Name     = "chart2";
     series10.ChartArea   = "ChartArea1";
     series10.Legend      = "Legend1";
     series10.Name        = "Series1";
     this.chart2.Series.Add(series10);
     this.chart2.Size     = new System.Drawing.Size(854, 448);
     this.chart2.TabIndex = 2;
     this.chart2.Text     = "chart2";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.button3);
     this.tabPage3.Controls.Add(this.label3);
     this.tabPage3.Controls.Add(this.chart3);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(910, 497);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Reporte 3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(18, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(471, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Mostrar el porcentaje de visita por país. Solo se considera los que tengan visita" +
                            "s.";
     //
     // chart3
     //
     chartArea11.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea11);
     legend11.Name = "Legend1";
     this.chart3.Legends.Add(legend11);
     this.chart3.Location = new System.Drawing.Point(21, 46);
     this.chart3.Name     = "chart3";
     series11.ChartArea   = "ChartArea1";
     series11.Legend      = "Legend1";
     series11.Name        = "Series1";
     this.chart3.Series.Add(series11);
     this.chart3.Size     = new System.Drawing.Size(854, 448);
     this.chart3.TabIndex = 2;
     this.chart3.Text     = "chart3";
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.button8);
     this.tabPage4.Controls.Add(this.label9);
     this.tabPage4.Controls.Add(this.label8);
     this.tabPage4.Controls.Add(this.Fin);
     this.tabPage4.Controls.Add(this.Inicio);
     this.tabPage4.Controls.Add(this.button4);
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.Controls.Add(this.chart4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(910, 497);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Reporte 4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(25, 23);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(410, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Mostrar la cantidad de adultos que han viajado en un rango de fechas.";
     //
     // chart4
     //
     chartArea12.Name = "ChartArea1";
     this.chart4.ChartAreas.Add(chartArea12);
     legend12.Name = "Legend1";
     this.chart4.Legends.Add(legend12);
     this.chart4.Location = new System.Drawing.Point(28, 46);
     this.chart4.Name     = "chart4";
     series12.ChartArea   = "ChartArea1";
     series12.Legend      = "Legend1";
     series12.Name        = "Series1";
     this.chart4.Series.Add(series12);
     this.chart4.Size     = new System.Drawing.Size(872, 448);
     this.chart4.TabIndex = 2;
     this.chart4.Text     = "chart4";
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.btnBuscar);
     this.tabPage5.Controls.Add(this.dateTimePicker2);
     this.tabPage5.Controls.Add(this.label11);
     this.tabPage5.Controls.Add(this.dateTimePicker1);
     this.tabPage5.Controls.Add(this.label10);
     this.tabPage5.Controls.Add(this.button5);
     this.tabPage5.Controls.Add(this.label5);
     this.tabPage5.Controls.Add(this.chart5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Size     = new System.Drawing.Size(910, 497);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Reporte 5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(34, 23);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(399, 13);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Mostrar la cantidad de niños que han viajado en un rango de fechas.";
     //
     // chart5
     //
     chartArea8.Name = "ChartArea1";
     this.chart5.ChartAreas.Add(chartArea8);
     legend8.Name = "Legend1";
     this.chart5.Legends.Add(legend8);
     this.chart5.Location = new System.Drawing.Point(23, 39);
     this.chart5.Name     = "chart5";
     series8.ChartArea    = "ChartArea1";
     series8.Legend       = "Legend1";
     series8.Name         = "Series1";
     this.chart5.Series.Add(series8);
     this.chart5.Size     = new System.Drawing.Size(854, 448);
     this.chart5.TabIndex = 2;
     this.chart5.Text     = "chart5";
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.button6);
     this.tabPage6.Controls.Add(this.label6);
     this.tabPage6.Controls.Add(this.chart6);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Size     = new System.Drawing.Size(910, 497);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "Reporte 6";
     this.tabPage6.UseVisualStyleBackColor = true;
     this.tabPage6.Click += new System.EventHandler(this.tabPage6_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(63, 8);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(294, 13);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Mostrar las marcas de los vehículos más rentados.";
     //
     // chart6
     //
     chartArea13.Name = "ChartArea1";
     this.chart6.ChartAreas.Add(chartArea13);
     legend13.Name = "Legend1";
     this.chart6.Legends.Add(legend13);
     this.chart6.Location = new System.Drawing.Point(28, 24);
     this.chart6.Name     = "chart6";
     series13.ChartArea   = "ChartArea1";
     series13.Legend      = "Legend1";
     series13.Name        = "Series1";
     this.chart6.Series.Add(series13);
     this.chart6.Size     = new System.Drawing.Size(854, 448);
     this.chart6.TabIndex = 2;
     this.chart6.Text     = "chart6";
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.button7);
     this.tabPage7.Controls.Add(this.label7);
     this.tabPage7.Controls.Add(this.chart7);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Size     = new System.Drawing.Size(910, 497);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text     = "Reporte 7";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(51, 14);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(366, 13);
     this.label7.TabIndex = 8;
     this.label7.Text     = "Mostrar los nombres de los países en que se ha hecho escala. ";
     //
     // chart7
     //
     chartArea14.Name = "ChartArea1";
     this.chart7.ChartAreas.Add(chartArea14);
     legend14.Name = "Legend1";
     this.chart7.Legends.Add(legend14);
     this.chart7.Location = new System.Drawing.Point(21, 39);
     this.chart7.Name     = "chart7";
     series14.ChartArea   = "ChartArea1";
     series14.Legend      = "Legend1";
     series14.Name        = "Series1";
     this.chart7.Series.Add(series14);
     this.chart7.Size     = new System.Drawing.Size(854, 448);
     this.chart7.TabIndex = 2;
     this.chart7.Text     = "chart7";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(795, 15);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Menu";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(792, 17);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Menu";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(800, 17);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Menu";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(807, 18);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 6;
     this.button4.Text     = "Menu";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(802, 18);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 7;
     this.button5.Text     = "Menu";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(776, 8);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 23);
     this.button6.TabIndex = 8;
     this.button6.Text     = "Menu";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(764, 14);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 9;
     this.button7.Text     = "Menu";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // Inicio
     //
     this.Inicio.CustomFormat = "dd/MM/yyyy";
     this.Inicio.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Inicio.Location     = new System.Drawing.Point(759, 119);
     this.Inicio.Name         = "Inicio";
     this.Inicio.Size         = new System.Drawing.Size(148, 20);
     this.Inicio.TabIndex     = 7;
     //
     // Fin
     //
     this.Fin.CustomFormat = "dd/MM/yyyy";
     this.Fin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Fin.Location     = new System.Drawing.Point(759, 193);
     this.Fin.Name         = "Fin";
     this.Fin.Size         = new System.Drawing.Size(148, 20);
     this.Fin.TabIndex     = 8;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(804, 91);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 13);
     this.label8.TabIndex = 9;
     this.label8.Text     = "Inicio";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(804, 168);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(21, 13);
     this.label9.TabIndex = 10;
     this.label9.Text     = "Fin";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(786, 248);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(75, 23);
     this.button8.TabIndex = 11;
     this.button8.Text     = "Buscar";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(778, 126);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(32, 13);
     this.label10.TabIndex = 10;
     this.label10.Text     = "Inicio";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "dd/MM/yyyy";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(741, 161);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(148, 20);
     this.dateTimePicker1.TabIndex     = 11;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(778, 212);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(21, 13);
     this.label11.TabIndex = 12;
     this.label11.Text     = "Fin";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CustomFormat = "dd/MM/yyyy";
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(741, 250);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.Size         = new System.Drawing.Size(148, 20);
     this.dateTimePicker2.TabIndex     = 13;
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(781, 304);
     this.btnBuscar.Name     = "btnBuscar";
     this.btnBuscar.Size     = new System.Drawing.Size(75, 23);
     this.btnBuscar.TabIndex = 14;
     this.btnBuscar.Text     = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // Reportes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(929, 534);
     this.Controls.Add(this.tabControl1);
     this.Name  = "Reportes";
     this.Text  = "Reportes";
     this.Load += new System.EventHandler(this.Reportes_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart7)).EndInit();
     this.ResumeLayout(false);
 }
Example #60
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.button1       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.InactiveCaption;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dataGridView1.Location   = new System.Drawing.Point(738, 0);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size       = new System.Drawing.Size(212, 529);
     this.dataGridView1.TabIndex   = 0;
     //
     // Column1
     //
     this.Column1.HeaderText = "X";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Y";
     this.Column2.Name       = "Column2";
     //
     // button1
     //
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button1.Location  = new System.Drawing.Point(794, 532);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(108, 45);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "аппроксимир-овать";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button2.Location  = new System.Drawing.Point(794, 583);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(108, 45);
     this.button2.TabIndex  = 2;
     this.button2.Text      = "очистить";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.ForeColor = System.Drawing.SystemColors.Info;
     this.label1.Location  = new System.Drawing.Point(63, 572);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(51, 20);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "label1";
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.Lavender;
     chartArea1.Name       = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(-1, 0);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry;
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series1.Legend       = "Legend1";
     series1.Name         = "точки";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend       = "Legend1";
     series2.Name         = "аппроксимация";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(733, 529);
     this.chart1.TabIndex = 5;
     this.chart1.Text     = "chart1";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(632, 569);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Location  = new System.Drawing.Point(567, 572);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(33, 13);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Xmax";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(950, 646);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dataGridView1);
     this.Name   = "Form1";
     this.Text   = "Form";
     this.Load  += new System.EventHandler(this.Form1_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }