/// <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() {
      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.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.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
      chartArea1.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)));
      chartArea1.AxisX.Title = "Allele Index";
      chartArea1.AxisY.Maximum = 1D;
      chartArea1.AxisY.Minimum = 0D;
      chartArea1.AxisY.Title = "Relative Frequency";
      chartArea1.AxisY2.Title = "Average Solution Quality";
      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";
      this.chart.Size = new System.Drawing.Size(498, 359);
      this.chart.TabIndex = 0;
      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 = "Allele Frequencies";
      this.chart.Titles.Add(title1);
      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
      // 
      // AlleleFrequencyCollectionView
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
      this.Controls.Add(this.chart);
      this.Name = "AlleleFrequencyCollectionView";
      this.Size = new System.Drawing.Size(498, 359);
      ((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()
        {
            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);

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

        }
Example #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            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.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.Title title6 = 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
            // 
            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";
            this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series3.ChartArea = "ChartArea1";
            series3.Legend = "Legend1";
            series3.Name = "Series1";
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(512, 248);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title5.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title5.Name = "Dice #";
            title5.Text = "Dice #";
            title6.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
            title6.Name = "Title1";
            title6.Text = "Total Rolls";
            this.chart1.Titles.Add(title5);
            this.chart1.Titles.Add(title6);
            this.chart1.Click += new System.EventHandler(this.chart1_Click);
            // 
            // Form4
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(512, 248);
            this.Controls.Add(this.chart1);
            this.Name = "Form4";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Die1 N Sum vs Die1 x # Dice";
            this.Load += new System.EventHandler(this.Form4_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.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();
            ((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 = "Vacuum Pressure Sensor";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Legend = "Legend1";
            series2.Name = "Normal Pressure Sensor";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Size = new System.Drawing.Size(692, 330);
            this.chart1.TabIndex = 1;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // PressureGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 330);
            this.Controls.Add(this.chart1);
            this.Name = "PressureGraph";
            this.Text = "PressureGraph";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PressureGraph_FormClosing);
            ((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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chartResults = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chartResults)).BeginInit();
            this.SuspendLayout();
            // 
            // chartResults
            // 
            chartArea1.Name = "ChartArea1";
            this.chartResults.ChartAreas.Add(chartArea1);
            this.chartResults.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chartResults.Legends.Add(legend1);
            this.chartResults.Location = new System.Drawing.Point(0, 0);
            this.chartResults.Name = "chartResults";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series1.Legend = "Legend1";
            series1.Name = "Efficient Mana";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series2.Legend = "Legend1";
            series2.Name = "Misses";
            this.chartResults.Series.Add(series1);
            this.chartResults.Series.Add(series2);
            this.chartResults.Size = new System.Drawing.Size(601, 370);
            this.chartResults.TabIndex = 0;
            this.chartResults.Text = "chart1";
            title1.Name = "Title1";
            title1.Text = "Simulation Results";
            this.chartResults.Titles.Add(title1);
            // 
            // ResultGraphControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartResults);
            this.Name = "ResultGraphControl";
            this.Size = new System.Drawing.Size(601, 370);
            ((System.ComponentModel.ISupportInitialize)(this.chartResults)).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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartForm));
            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_Salary = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.DataBinding_Salary = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.Chart_Salary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataBinding_Salary)).BeginInit();
            this.SuspendLayout();
            // 
            // Chart_Salary
            // 
            chartArea1.Name = "ChartArea1";
            this.Chart_Salary.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.Chart_Salary.Legends.Add(legend1);
            resources.ApplyResources(this.Chart_Salary, "Chart_Salary");
            this.Chart_Salary.Name = "Chart_Salary";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series1.IsValueShownAsLabel = true;
            series1.IsVisibleInLegend = false;
            series1.IsXValueIndexed = true;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.Chart_Salary.Series.Add(series1);
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            title1.Name = "Title1";
            title1.Text = "Зарплата";
            this.Chart_Salary.Titles.Add(title1);
            // 
            // ChartForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.Chart_Salary);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ChartForm";
            ((System.ComponentModel.ISupportInitialize)(this.Chart_Salary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataBinding_Salary)).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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Plot_Form));
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.AxisX.MajorGrid.Enabled = false;
            chartArea1.AxisY.MajorGrid.Enabled = false;
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(19, 23);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Legend = "Legend1";
            series1.Name = "Data";
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(760, 415);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            title1.Text = "Label";
            this.chart1.Titles.Add(title1);
            // 
            // Plot_Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(804, 461);
            this.Controls.Add(this.chart1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Plot_Form";
            this.Text = "Plot Form";
            ((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.chartMetricTrendChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chartMetricTrendChart)).BeginInit();
            this.SuspendLayout();
            // 
            // chartMetricTrendChart
            // 
            chartArea1.Name = "ChartArea1";
            this.chartMetricTrendChart.ChartAreas.Add(chartArea1);
            legend1.Alignment = System.Drawing.StringAlignment.Center;
            legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
            legend1.Name = "Legend1";
            this.chartMetricTrendChart.Legends.Add(legend1);
            this.chartMetricTrendChart.Location = new System.Drawing.Point(12, 12);
            this.chartMetricTrendChart.Name = "chartMetricTrendChart";
            series1.BorderWidth = 2;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Legend = "Legend1";
            series1.Name = "Lines Of Code";
            this.chartMetricTrendChart.Series.Add(series1);
            this.chartMetricTrendChart.Size = new System.Drawing.Size(812, 558);
            this.chartMetricTrendChart.TabIndex = 0;
            this.chartMetricTrendChart.Text = "Metric Trend Chart";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
            title1.Name = "Title1";
            title1.Text = "CODE ELEMENT TYPE TREND: Code Element Name";
            this.chartMetricTrendChart.Titles.Add(title1);
            // 
            // MetricTrendChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(836, 582);
            this.Controls.Add(this.chartMetricTrendChart);
            this.Name = "MetricTrendChart";
            this.Text = "Metric Trend Chart";
            ((System.ComponentModel.ISupportInitialize)(this.chartMetricTrendChart)).EndInit();
            this.ResumeLayout(false);

        }
Example #13
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.Title title2 = 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.Area3DStyle.Enable3D = true;
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.AutoFitMinFontSize = 8;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(-4, -1);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(587, 561);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            title2.Name = "Title2";
            this.chart1.Titles.Add(title1);
            this.chart1.Titles.Add(title2);
            // 
            // PieChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(584, 562);
            this.Controls.Add(this.chart1);
            this.Name = "PieChart";
            this.Text = "PieChart";
            ((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.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
			((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
			this.SuspendLayout();
			// 
			// temperatureChart
			// 
			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.MajorGrid.Enabled = false;
			chartArea1.AxisX.Title = "Hours";
			chartArea1.AxisY.TextOrientation = System.Windows.Forms.DataVisualization.Charting.TextOrientation.Horizontal;
			chartArea1.AxisY.Title = "°C";
			chartArea1.Name = "ChartArea1";
			this.chart.ChartAreas.Add(chartArea1);
			this.chart.Location = new System.Drawing.Point(3, 3);
			this.chart.Name = "temperatureChart";
			series1.ChartArea = "ChartArea1";
			series1.Name = "Series1";
			this.chart.Series.Add(series1);
			this.chart.Size = new System.Drawing.Size(637, 349);
			this.chart.TabIndex = 10;
			this.chart.Text = "chart1";
			title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
			title1.Name = "Title1";
			title1.Text = "Temperature";
			this.chart.Titles.Add(title1);
			// 
			// TemperatureChartTabPage
			// 
			this.BackColor = System.Drawing.Color.White;
			this.Controls.Add(this.chart);
			this.Name = "TemperatureChartTabPage";
			this.Size = new System.Drawing.Size(640, 385);
			((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()
        {
            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 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.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(150, 150);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            title1.Text = "生化数据";
            this.chart1.Titles.Add(title1);
            // 
            // UControlChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart1);
            this.Name = "UControlChart";
            ((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();
     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.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.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title3     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.DatesBox          = new System.Windows.Forms.ListBox();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.PulseC            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.PowerC            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.RPMC = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     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.PatientNameLabel  = new System.Windows.Forms.Label();
     this.WeightLabel       = new System.Windows.Forms.Label();
     this.HeightLabel       = new System.Windows.Forms.Label();
     this.AgeLabel          = new System.Windows.Forms.Label();
     this.Vo2Label          = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PulseC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PowerC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RPMC)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
     this.tableLayoutPanel1.Controls.Add(this.DatesBox, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     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());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(956, 571);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // DatesBox
     //
     this.DatesBox.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.DatesBox.ItemHeight            = 16;
     this.DatesBox.Location              = new System.Drawing.Point(10, 10);
     this.DatesBox.Margin                = new System.Windows.Forms.Padding(10);
     this.DatesBox.Name                  = "DatesBox";
     this.DatesBox.Size                  = new System.Drawing.Size(266, 551);
     this.DatesBox.TabIndex              = 0;
     this.DatesBox.SelectedIndexChanged += new System.EventHandler(this.DatesBox_SelectedIndexChanged);
     //
     // 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.PulseC, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.PowerC, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.RPMC, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(296, 10);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(10);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     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.Percent, 50F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(650, 551);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // PulseC
     //
     chartArea1.Name = "ChartArea1";
     this.PulseC.ChartAreas.Add(chartArea1);
     this.PulseC.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PulseC.Location = new System.Drawing.Point(0, 0);
     this.PulseC.Margin   = new System.Windows.Forms.Padding(0, 0, 5, 5);
     this.PulseC.Name     = "PulseC";
     series1.BorderWidth  = 3;
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Color        = System.Drawing.Color.Red;
     series1.Name         = "Hartslag";
     this.PulseC.Series.Add(series1);
     this.PulseC.Size     = new System.Drawing.Size(320, 270);
     this.PulseC.TabIndex = 0;
     this.PulseC.Text     = "PulseChart";
     title1.Name          = "Hart Frequentie";
     title1.Text          = "Hart Frequentie";
     this.PulseC.Titles.Add(title1);
     //
     // PowerC
     //
     chartArea2.Name = "ChartArea1";
     this.PowerC.ChartAreas.Add(chartArea2);
     this.PowerC.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PowerC.Location = new System.Drawing.Point(330, 0);
     this.PowerC.Margin   = new System.Windows.Forms.Padding(5, 0, 0, 5);
     this.PowerC.Name     = "PowerC";
     series2.BorderWidth  = 3;
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color        = System.Drawing.Color.DodgerBlue;
     series2.Name         = "PowerChart";
     this.PowerC.Series.Add(series2);
     this.PowerC.Size     = new System.Drawing.Size(320, 270);
     this.PowerC.TabIndex = 1;
     this.PowerC.Text     = "PowerChart";
     title2.Name          = "Power";
     title2.Text          = "Power";
     this.PowerC.Titles.Add(title2);
     //
     // RPMC
     //
     chartArea3.Name = "ChartArea1";
     this.RPMC.ChartAreas.Add(chartArea3);
     this.RPMC.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.RPMC.Location  = new System.Drawing.Point(0, 280);
     this.RPMC.Margin    = new System.Windows.Forms.Padding(0, 5, 5, 0);
     this.RPMC.Name      = "RPMC";
     series3.BorderWidth = 3;
     series3.ChartArea   = "ChartArea1";
     series3.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series3.Color       = System.Drawing.Color.Crimson;
     series3.Name        = "RPMChart";
     this.RPMC.Series.Add(series3);
     this.RPMC.Size     = new System.Drawing.Size(320, 271);
     this.RPMC.TabIndex = 2;
     this.RPMC.Text     = "RPM Chart";
     title3.Name        = "RPM";
     title3.Text        = "RPM";
     this.RPMC.Titles.Add(title3);
     //
     // 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.label1, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
     this.tableLayoutPanel3.Controls.Add(this.PatientNameLabel, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.WeightLabel, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.HeightLabel, 1, 2);
     this.tableLayoutPanel3.Controls.Add(this.AgeLabel, 1, 3);
     this.tableLayoutPanel3.Controls.Add(this.Vo2Label, 1, 4);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(328, 278);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 6;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(319, 270);
     this.tableLayoutPanel3.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location  = new System.Drawing.Point(3, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(153, 35);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Patientnaam:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Location  = new System.Drawing.Point(3, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(153, 35);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Gewicht:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label3.Location  = new System.Drawing.Point(3, 70);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(153, 35);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Hoogte:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label4.Location  = new System.Drawing.Point(3, 105);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(153, 35);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Leeftijd:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Location  = new System.Drawing.Point(3, 140);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(153, 35);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Vo2:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PatientNameLabel
     //
     this.PatientNameLabel.AutoSize  = true;
     this.PatientNameLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.PatientNameLabel.Location  = new System.Drawing.Point(162, 0);
     this.PatientNameLabel.Name      = "PatientNameLabel";
     this.PatientNameLabel.Size      = new System.Drawing.Size(154, 35);
     this.PatientNameLabel.TabIndex  = 5;
     this.PatientNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // WeightLabel
     //
     this.WeightLabel.AutoSize  = true;
     this.WeightLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.WeightLabel.Location  = new System.Drawing.Point(162, 35);
     this.WeightLabel.Name      = "WeightLabel";
     this.WeightLabel.Size      = new System.Drawing.Size(154, 35);
     this.WeightLabel.TabIndex  = 6;
     this.WeightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // HeightLabel
     //
     this.HeightLabel.AutoSize  = true;
     this.HeightLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.HeightLabel.Location  = new System.Drawing.Point(162, 70);
     this.HeightLabel.Name      = "HeightLabel";
     this.HeightLabel.Size      = new System.Drawing.Size(154, 35);
     this.HeightLabel.TabIndex  = 7;
     this.HeightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AgeLabel
     //
     this.AgeLabel.AutoSize  = true;
     this.AgeLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.AgeLabel.Location  = new System.Drawing.Point(162, 105);
     this.AgeLabel.Name      = "AgeLabel";
     this.AgeLabel.Size      = new System.Drawing.Size(154, 35);
     this.AgeLabel.TabIndex  = 8;
     this.AgeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Vo2Label
     //
     this.Vo2Label.AutoSize  = true;
     this.Vo2Label.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.Vo2Label.Location  = new System.Drawing.Point(162, 140);
     this.Vo2Label.Name      = "Vo2Label";
     this.Vo2Label.Size      = new System.Drawing.Size(154, 35);
     this.Vo2Label.TabIndex  = 9;
     this.Vo2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(248)))), ((int)(((byte)(255)))));
     this.ClientSize          = new System.Drawing.Size(956, 571);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.MaximumSize   = new System.Drawing.Size(974, 618);
     this.MinimumSize   = new System.Drawing.Size(974, 618);
     this.Name          = "Form2";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "`";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PulseC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PowerC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RPMC)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.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.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            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.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();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            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.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, "10,14,16");
            System.Windows.Forms.DataVisualization.Charting.Title title3 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, "10,14,16");
            System.Windows.Forms.DataVisualization.Charting.Title title4 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title6 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea7 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, "10,14,16");
            System.Windows.Forms.DataVisualization.Charting.Title title7 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series12 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title8 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle56 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle();
            this.tabSucursales = new System.Windows.Forms.TabControl();
            this.tbpPorFecha = new System.Windows.Forms.TabPage();
            this.dgvPorSemana = new System.Windows.Forms.DataGridView();
            this.sem_Semana = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc01_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc01_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc01_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc02_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc02_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc02_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc03_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc03_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sem_Suc03_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.chrPorMes = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrPorSemana = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.dgvPorMes = new System.Windows.Forms.DataGridView();
            this.mes_Mes = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc01_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc01_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc01_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc02_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc02_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc02_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc03_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc03_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mes_Suc03_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvPorDia = new System.Windows.Forms.DataGridView();
            this.dia_Fecha = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc01_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc01_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc01_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc02_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc02_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc02_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc03_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc03_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dia_Suc03_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tbpPorDiaYHora = new System.Windows.Forms.TabPage();
            this.chrPorHora3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrPorHora2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrPorDiaSem3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrPorDiaSem2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrPorHora1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrPorDiaSem1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.dgvPorHora = new System.Windows.Forms.DataGridView();
            this.hor_Hora = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc01_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc01_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc01_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc02_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc02_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc02_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc03_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc03_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.hor_Suc03_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dgvPorDiaSem = new System.Windows.Forms.DataGridView();
            this.dse_Dia = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc01_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc01_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc01_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc02_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc02_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc02_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc03_Actual = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc03_Resultado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dse_Suc03_Porcentaje = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tbpPorProveedor = new System.Windows.Forms.TabPage();
            this.tbpPorMarca = new System.Windows.Forms.TabPage();
            this.tbpPorLinea = new System.Windows.Forms.TabPage();
            this.nudDecimales = new System.Windows.Forms.NumericUpDown();
            this.label9 = new System.Windows.Forms.Label();
            this.cmbCalculo = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.btnMostrar = new System.Windows.Forms.Button();
            this.chkOmitirDomingos = new System.Windows.Forms.CheckBox();
            this.chk9500 = new System.Windows.Forms.CheckBox();
            this.chkCobradas = new System.Windows.Forms.CheckBox();
            this.chkPagadas = new System.Windows.Forms.CheckBox();
            this.dtpHasta = new System.Windows.Forms.DateTimePicker();
            this.dtpDesde = new System.Windows.Forms.DateTimePicker();
            this.ctlPorProveedor = new Refaccionaria.App.CuadroMultipleSucursales();
            this.ctlPorMarca = new Refaccionaria.App.CuadroMultipleSucursales();
            this.ctlPorLinea = new Refaccionaria.App.CuadroMultipleSucursales();
            this.tabSucursales.SuspendLayout();
            this.tbpPorFecha.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorSemana)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorMes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorSemana)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorMes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorDia)).BeginInit();
            this.tbpPorDiaYHora.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorHora3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorHora2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorDiaSem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorDiaSem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorHora1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorDiaSem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorHora)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorDiaSem)).BeginInit();
            this.tbpPorProveedor.SuspendLayout();
            this.tbpPorMarca.SuspendLayout();
            this.tbpPorLinea.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDecimales)).BeginInit();
            this.SuspendLayout();
            // 
            // tabSucursales
            // 
            this.tabSucursales.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.tabSucursales.Controls.Add(this.tbpPorFecha);
            this.tabSucursales.Controls.Add(this.tbpPorDiaYHora);
            this.tabSucursales.Controls.Add(this.tbpPorProveedor);
            this.tabSucursales.Controls.Add(this.tbpPorMarca);
            this.tabSucursales.Controls.Add(this.tbpPorLinea);
            this.tabSucursales.Location = new System.Drawing.Point(3, 30);
            this.tabSucursales.Name = "tabSucursales";
            this.tabSucursales.SelectedIndex = 0;
            this.tabSucursales.Size = new System.Drawing.Size(1494, 582);
            this.tabSucursales.TabIndex = 10;
            // 
            // tbpPorFecha
            // 
            this.tbpPorFecha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.tbpPorFecha.Controls.Add(this.dgvPorSemana);
            this.tbpPorFecha.Controls.Add(this.chrPorMes);
            this.tbpPorFecha.Controls.Add(this.chrPorSemana);
            this.tbpPorFecha.Controls.Add(this.dgvPorMes);
            this.tbpPorFecha.Controls.Add(this.dgvPorDia);
            this.tbpPorFecha.Location = new System.Drawing.Point(4, 22);
            this.tbpPorFecha.Name = "tbpPorFecha";
            this.tbpPorFecha.Padding = new System.Windows.Forms.Padding(3);
            this.tbpPorFecha.Size = new System.Drawing.Size(1486, 556);
            this.tbpPorFecha.TabIndex = 0;
            this.tbpPorFecha.Text = "Por fecha";
            // 
            // dgvPorSemana
            // 
            this.dgvPorSemana.AllowUserToAddRows = false;
            this.dgvPorSemana.AllowUserToDeleteRows = false;
            this.dgvPorSemana.AllowUserToResizeRows = false;
            this.dgvPorSemana.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dgvPorSemana.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.dgvPorSemana.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPorSemana.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dgvPorSemana.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPorSemana.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.sem_Semana,
            this.sem_Suc01_Actual,
            this.sem_Suc01_Resultado,
            this.sem_Suc01_Porcentaje,
            this.sem_Suc02_Actual,
            this.sem_Suc02_Resultado,
            this.sem_Suc02_Porcentaje,
            this.sem_Suc03_Actual,
            this.sem_Suc03_Resultado,
            this.sem_Suc03_Porcentaje});
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPorSemana.DefaultCellStyle = dataGridViewCellStyle11;
            this.dgvPorSemana.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            this.dgvPorSemana.Location = new System.Drawing.Point(512, 3);
            this.dgvPorSemana.Name = "dgvPorSemana";
            this.dgvPorSemana.ReadOnly = true;
            this.dgvPorSemana.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPorSemana.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.dgvPorSemana.RowHeadersVisible = false;
            this.dgvPorSemana.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPorSemana.Size = new System.Drawing.Size(488, 341);
            this.dgvPorSemana.TabIndex = 1;
            // 
            // sem_Semana
            // 
            dataGridViewCellStyle1.NullValue = null;
            this.sem_Semana.DefaultCellStyle = dataGridViewCellStyle1;
            this.sem_Semana.HeaderText = "Semana";
            this.sem_Semana.Name = "sem_Semana";
            this.sem_Semana.ReadOnly = true;
            this.sem_Semana.Width = 60;
            // 
            // sem_Suc01_Actual
            // 
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.Format = "C2";
            this.sem_Suc01_Actual.DefaultCellStyle = dataGridViewCellStyle2;
            this.sem_Suc01_Actual.HeaderText = "Matriz";
            this.sem_Suc01_Actual.Name = "sem_Suc01_Actual";
            this.sem_Suc01_Actual.ReadOnly = true;
            this.sem_Suc01_Actual.Width = 65;
            // 
            // sem_Suc01_Resultado
            // 
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle3.Format = "N2";
            this.sem_Suc01_Resultado.DefaultCellStyle = dataGridViewCellStyle3;
            this.sem_Suc01_Resultado.HeaderText = "R°";
            this.sem_Suc01_Resultado.Name = "sem_Suc01_Resultado";
            this.sem_Suc01_Resultado.ReadOnly = true;
            this.sem_Suc01_Resultado.Width = 35;
            // 
            // sem_Suc01_Porcentaje
            // 
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle4.Format = "N2";
            this.sem_Suc01_Porcentaje.DefaultCellStyle = dataGridViewCellStyle4;
            this.sem_Suc01_Porcentaje.HeaderText = "%";
            this.sem_Suc01_Porcentaje.Name = "sem_Suc01_Porcentaje";
            this.sem_Suc01_Porcentaje.ReadOnly = true;
            this.sem_Suc01_Porcentaje.Width = 35;
            // 
            // sem_Suc02_Actual
            // 
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.Format = "C2";
            this.sem_Suc02_Actual.DefaultCellStyle = dataGridViewCellStyle5;
            this.sem_Suc02_Actual.HeaderText = "Suc 02";
            this.sem_Suc02_Actual.Name = "sem_Suc02_Actual";
            this.sem_Suc02_Actual.ReadOnly = true;
            this.sem_Suc02_Actual.Width = 65;
            // 
            // sem_Suc02_Resultado
            // 
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle6.Format = "N2";
            this.sem_Suc02_Resultado.DefaultCellStyle = dataGridViewCellStyle6;
            this.sem_Suc02_Resultado.HeaderText = "R°";
            this.sem_Suc02_Resultado.Name = "sem_Suc02_Resultado";
            this.sem_Suc02_Resultado.ReadOnly = true;
            this.sem_Suc02_Resultado.Width = 35;
            // 
            // sem_Suc02_Porcentaje
            // 
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.Format = "N2";
            this.sem_Suc02_Porcentaje.DefaultCellStyle = dataGridViewCellStyle7;
            this.sem_Suc02_Porcentaje.HeaderText = "%";
            this.sem_Suc02_Porcentaje.Name = "sem_Suc02_Porcentaje";
            this.sem_Suc02_Porcentaje.ReadOnly = true;
            this.sem_Suc02_Porcentaje.Width = 35;
            // 
            // sem_Suc03_Actual
            // 
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.Format = "C2";
            this.sem_Suc03_Actual.DefaultCellStyle = dataGridViewCellStyle8;
            this.sem_Suc03_Actual.HeaderText = "Suc 03";
            this.sem_Suc03_Actual.Name = "sem_Suc03_Actual";
            this.sem_Suc03_Actual.ReadOnly = true;
            this.sem_Suc03_Actual.Width = 65;
            // 
            // sem_Suc03_Resultado
            // 
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle9.Format = "N2";
            this.sem_Suc03_Resultado.DefaultCellStyle = dataGridViewCellStyle9;
            this.sem_Suc03_Resultado.HeaderText = "R°";
            this.sem_Suc03_Resultado.Name = "sem_Suc03_Resultado";
            this.sem_Suc03_Resultado.ReadOnly = true;
            this.sem_Suc03_Resultado.Width = 35;
            // 
            // sem_Suc03_Porcentaje
            // 
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle10.Format = "N2";
            this.sem_Suc03_Porcentaje.DefaultCellStyle = dataGridViewCellStyle10;
            this.sem_Suc03_Porcentaje.HeaderText = "%";
            this.sem_Suc03_Porcentaje.Name = "sem_Suc03_Porcentaje";
            this.sem_Suc03_Porcentaje.ReadOnly = true;
            this.sem_Suc03_Porcentaje.Width = 35;
            // 
            // chrPorMes
            // 
            this.chrPorMes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorMes.BackColor = System.Drawing.Color.Transparent;
            chartArea1.Area3DStyle.Enable3D = true;
            chartArea1.Area3DStyle.PointDepth = 60;
            chartArea1.Area3DStyle.PointGapDepth = 60;
            chartArea1.Area3DStyle.WallWidth = 0;
            chartArea1.AxisX.IntervalOffset = 1D;
            chartArea1.AxisX.IsLabelAutoFit = false;
            chartArea1.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea1.AxisX.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea1.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisX.ScaleView.Size = 11D;
            chartArea1.AxisY.IsLabelAutoFit = false;
            chartArea1.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea1.AxisY.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisY.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea1.BackColor = System.Drawing.Color.Transparent;
            chartArea1.Name = "ChartArea1";
            this.chrPorMes.ChartAreas.Add(chartArea1);
            this.chrPorMes.Location = new System.Drawing.Point(986, 281);
            this.chrPorMes.Name = "chrPorMes";
            series1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.HorizontalCenter;
            series1.BackSecondaryColor = System.Drawing.Color.Transparent;
            series1.BorderColor = System.Drawing.Color.Transparent;
            series1.BorderWidth = 0;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Color = System.Drawing.Color.Gray;
            series1.CustomProperties = "PixelPointWidth=16";
            series1.Name = "Suc01";
            series1.ShadowColor = System.Drawing.Color.White;
            series2.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.HorizontalCenter;
            series2.BackSecondaryColor = System.Drawing.Color.Transparent;
            series2.BorderColor = System.Drawing.Color.Transparent;
            series2.BorderWidth = 0;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Color = System.Drawing.Color.White;
            series2.CustomProperties = "PixelPointWidth=16";
            series2.LabelToolTip = "#VAL{C}";
            series2.MarkerSize = 7;
            series2.Name = "Suc02";
            series2.ShadowColor = System.Drawing.Color.White;
            series3.BorderWidth = 0;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series3.Name = "Suc03";
            this.chrPorMes.Series.Add(series1);
            this.chrPorMes.Series.Add(series2);
            this.chrPorMes.Series.Add(series3);
            this.chrPorMes.Size = new System.Drawing.Size(466, 269);
            this.chrPorMes.TabIndex = 4;
            this.chrPorMes.Text = "chart1";
            title1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title1.ForeColor = System.Drawing.Color.White;
            title1.IsDockedInsideChartArea = false;
            title1.Name = "Title1";
            title1.ShadowOffset = 2;
            title1.Text = "Gráfica anual";
            this.chrPorMes.Titles.Add(title1);
            // 
            // chrPorSemana
            // 
            this.chrPorSemana.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorSemana.BackColor = System.Drawing.Color.Transparent;
            chartArea2.AxisX.Interval = 5D;
            chartArea2.AxisX.IntervalOffset = 1D;
            chartArea2.AxisX.IsLabelAutoFit = false;
            chartArea2.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea2.AxisX.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea2.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisX.ScaleBreakStyle.LineColor = System.Drawing.Color.Maroon;
            chartArea2.AxisX.ScaleView.Size = 52D;
            chartArea2.AxisY.IsLabelAutoFit = false;
            chartArea2.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea2.AxisY.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisY.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea2.BackColor = System.Drawing.Color.Transparent;
            chartArea2.Name = "ChartArea1";
            this.chrPorSemana.ChartAreas.Add(chartArea2);
            this.chrPorSemana.Location = new System.Drawing.Point(0, 350);
            this.chrPorSemana.Name = "chrPorSemana";
            series4.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
            series4.BackSecondaryColor = System.Drawing.Color.Red;
            series4.BorderColor = System.Drawing.Color.Silver;
            series4.BorderWidth = 2;
            series4.ChartArea = "ChartArea1";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series4.Color = System.Drawing.Color.White;
            series4.CustomProperties = "LabelStyle=Center";
            series4.EmptyPointStyle.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            series4.EmptyPointStyle.Label = "3213";
            series4.EmptyPointStyle.LabelForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            series4.EmptyPointStyle.LabelToolTip = "9879";
            series4.EmptyPointStyle.ToolTip = "pp";
            series4.Label = "o";
            series4.LabelForeColor = System.Drawing.Color.Transparent;
            series4.LabelToolTip = "Semana: #VALX\\nComisión: $#VAL";
            series4.MarkerSize = 4;
            series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series4.Name = "Suc01";
            series4.ShadowColor = System.Drawing.Color.Silver;
            series4.ShadowOffset = 1;
            series4.SmartLabelStyle.Enabled = false;
            series5.BorderColor = System.Drawing.Color.White;
            series5.ChartArea = "ChartArea1";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series5.Color = System.Drawing.Color.IndianRed;
            series5.CustomProperties = "LabelStyle=Center";
            series5.Label = "o";
            series5.LabelForeColor = System.Drawing.Color.Transparent;
            series5.LabelToolTip = "Semana: #VALX\\nComisión: $#VAL";
            series5.MarkerBorderColor = System.Drawing.Color.IndianRed;
            series5.MarkerColor = System.Drawing.Color.IndianRed;
            series5.MarkerSize = 4;
            series5.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series5.Name = "Suc02";
            series5.ShadowColor = System.Drawing.Color.Silver;
            series5.ShadowOffset = 1;
            series5.SmartLabelStyle.Enabled = false;
            series6.BorderWidth = 2;
            series6.ChartArea = "ChartArea1";
            series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series6.CustomProperties = "LabelStyle=Center";
            series6.Label = "o";
            series6.LabelForeColor = System.Drawing.Color.Transparent;
            series6.LabelToolTip = "Semana: #VALX\\nComisión: $#VAL";
            series6.MarkerSize = 4;
            series6.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series6.Name = "Suc03";
            series6.ShadowOffset = 1;
            this.chrPorSemana.Series.Add(series4);
            this.chrPorSemana.Series.Add(series5);
            this.chrPorSemana.Series.Add(series6);
            this.chrPorSemana.Size = new System.Drawing.Size(1000, 200);
            this.chrPorSemana.TabIndex = 3;
            this.chrPorSemana.Text = "chart1";
            title2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title2.ForeColor = System.Drawing.Color.White;
            title2.IsDockedInsideChartArea = false;
            title2.Name = "Title1";
            title2.ShadowOffset = 2;
            title2.Text = "Gráfica semanal";
            this.chrPorSemana.Titles.Add(title2);
            // 
            // dgvPorMes
            // 
            this.dgvPorMes.AllowUserToAddRows = false;
            this.dgvPorMes.AllowUserToDeleteRows = false;
            this.dgvPorMes.AllowUserToResizeRows = false;
            this.dgvPorMes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dgvPorMes.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.dgvPorMes.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPorMes.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dgvPorMes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPorMes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.mes_Mes,
            this.mes_Suc01_Actual,
            this.mes_Suc01_Resultado,
            this.mes_Suc01_Porcentaje,
            this.mes_Suc02_Actual,
            this.mes_Suc02_Resultado,
            this.mes_Suc02_Porcentaje,
            this.mes_Suc03_Actual,
            this.mes_Suc03_Resultado,
            this.mes_Suc03_Porcentaje});
            dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            dataGridViewCellStyle23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPorMes.DefaultCellStyle = dataGridViewCellStyle23;
            this.dgvPorMes.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            this.dgvPorMes.Location = new System.Drawing.Point(1006, 3);
            this.dgvPorMes.Name = "dgvPorMes";
            this.dgvPorMes.ReadOnly = true;
            this.dgvPorMes.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            dataGridViewCellStyle24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPorMes.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
            this.dgvPorMes.RowHeadersVisible = false;
            this.dgvPorMes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPorMes.Size = new System.Drawing.Size(491, 272);
            this.dgvPorMes.TabIndex = 2;
            // 
            // mes_Mes
            // 
            dataGridViewCellStyle13.NullValue = null;
            this.mes_Mes.DefaultCellStyle = dataGridViewCellStyle13;
            this.mes_Mes.HeaderText = "Mes";
            this.mes_Mes.Name = "mes_Mes";
            this.mes_Mes.ReadOnly = true;
            this.mes_Mes.Width = 60;
            // 
            // mes_Suc01_Actual
            // 
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle14.Format = "C2";
            this.mes_Suc01_Actual.DefaultCellStyle = dataGridViewCellStyle14;
            this.mes_Suc01_Actual.HeaderText = "Matriz";
            this.mes_Suc01_Actual.Name = "mes_Suc01_Actual";
            this.mes_Suc01_Actual.ReadOnly = true;
            this.mes_Suc01_Actual.Width = 65;
            // 
            // mes_Suc01_Resultado
            // 
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle15.Format = "N2";
            this.mes_Suc01_Resultado.DefaultCellStyle = dataGridViewCellStyle15;
            this.mes_Suc01_Resultado.HeaderText = "R°";
            this.mes_Suc01_Resultado.Name = "mes_Suc01_Resultado";
            this.mes_Suc01_Resultado.ReadOnly = true;
            this.mes_Suc01_Resultado.Width = 35;
            // 
            // mes_Suc01_Porcentaje
            // 
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle16.Format = "N2";
            this.mes_Suc01_Porcentaje.DefaultCellStyle = dataGridViewCellStyle16;
            this.mes_Suc01_Porcentaje.HeaderText = "%";
            this.mes_Suc01_Porcentaje.Name = "mes_Suc01_Porcentaje";
            this.mes_Suc01_Porcentaje.ReadOnly = true;
            this.mes_Suc01_Porcentaje.Width = 35;
            // 
            // mes_Suc02_Actual
            // 
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle17.Format = "C2";
            this.mes_Suc02_Actual.DefaultCellStyle = dataGridViewCellStyle17;
            this.mes_Suc02_Actual.HeaderText = "Suc 02";
            this.mes_Suc02_Actual.Name = "mes_Suc02_Actual";
            this.mes_Suc02_Actual.ReadOnly = true;
            this.mes_Suc02_Actual.Width = 65;
            // 
            // mes_Suc02_Resultado
            // 
            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle18.Format = "N2";
            this.mes_Suc02_Resultado.DefaultCellStyle = dataGridViewCellStyle18;
            this.mes_Suc02_Resultado.HeaderText = "R°";
            this.mes_Suc02_Resultado.Name = "mes_Suc02_Resultado";
            this.mes_Suc02_Resultado.ReadOnly = true;
            this.mes_Suc02_Resultado.Width = 35;
            // 
            // mes_Suc02_Porcentaje
            // 
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle19.Format = "N2";
            this.mes_Suc02_Porcentaje.DefaultCellStyle = dataGridViewCellStyle19;
            this.mes_Suc02_Porcentaje.HeaderText = "%";
            this.mes_Suc02_Porcentaje.Name = "mes_Suc02_Porcentaje";
            this.mes_Suc02_Porcentaje.ReadOnly = true;
            this.mes_Suc02_Porcentaje.Width = 35;
            // 
            // mes_Suc03_Actual
            // 
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle20.Format = "C2";
            this.mes_Suc03_Actual.DefaultCellStyle = dataGridViewCellStyle20;
            this.mes_Suc03_Actual.HeaderText = "Suc 03";
            this.mes_Suc03_Actual.Name = "mes_Suc03_Actual";
            this.mes_Suc03_Actual.ReadOnly = true;
            this.mes_Suc03_Actual.Width = 65;
            // 
            // mes_Suc03_Resultado
            // 
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle21.Format = "N2";
            this.mes_Suc03_Resultado.DefaultCellStyle = dataGridViewCellStyle21;
            this.mes_Suc03_Resultado.HeaderText = "R°";
            this.mes_Suc03_Resultado.Name = "mes_Suc03_Resultado";
            this.mes_Suc03_Resultado.ReadOnly = true;
            this.mes_Suc03_Resultado.Width = 35;
            // 
            // mes_Suc03_Porcentaje
            // 
            dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle22.Format = "N2";
            this.mes_Suc03_Porcentaje.DefaultCellStyle = dataGridViewCellStyle22;
            this.mes_Suc03_Porcentaje.HeaderText = "%";
            this.mes_Suc03_Porcentaje.Name = "mes_Suc03_Porcentaje";
            this.mes_Suc03_Porcentaje.ReadOnly = true;
            this.mes_Suc03_Porcentaje.Width = 35;
            // 
            // dgvPorDia
            // 
            this.dgvPorDia.AllowUserToAddRows = false;
            this.dgvPorDia.AllowUserToDeleteRows = false;
            this.dgvPorDia.AllowUserToResizeRows = false;
            this.dgvPorDia.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dgvPorDia.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.dgvPorDia.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPorDia.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dgvPorDia.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPorDia.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dia_Fecha,
            this.dia_Suc01_Actual,
            this.dia_Suc01_Resultado,
            this.dia_Suc01_Porcentaje,
            this.dia_Suc02_Actual,
            this.dia_Suc02_Resultado,
            this.dia_Suc02_Porcentaje,
            this.dia_Suc03_Actual,
            this.dia_Suc03_Resultado,
            this.dia_Suc03_Porcentaje});
            dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            dataGridViewCellStyle35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle35.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle35.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPorDia.DefaultCellStyle = dataGridViewCellStyle35;
            this.dgvPorDia.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            this.dgvPorDia.Location = new System.Drawing.Point(3, 3);
            this.dgvPorDia.Name = "dgvPorDia";
            this.dgvPorDia.ReadOnly = true;
            this.dgvPorDia.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            dataGridViewCellStyle36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle36.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPorDia.RowHeadersDefaultCellStyle = dataGridViewCellStyle36;
            this.dgvPorDia.RowHeadersVisible = false;
            this.dgvPorDia.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPorDia.Size = new System.Drawing.Size(503, 341);
            this.dgvPorDia.TabIndex = 0;
            // 
            // dia_Fecha
            // 
            dataGridViewCellStyle25.Format = "M";
            dataGridViewCellStyle25.NullValue = null;
            this.dia_Fecha.DefaultCellStyle = dataGridViewCellStyle25;
            this.dia_Fecha.HeaderText = "Día";
            this.dia_Fecha.Name = "dia_Fecha";
            this.dia_Fecha.ReadOnly = true;
            this.dia_Fecha.Width = 60;
            // 
            // dia_Suc01_Actual
            // 
            dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle26.Format = "C2";
            this.dia_Suc01_Actual.DefaultCellStyle = dataGridViewCellStyle26;
            this.dia_Suc01_Actual.HeaderText = "Matriz";
            this.dia_Suc01_Actual.Name = "dia_Suc01_Actual";
            this.dia_Suc01_Actual.ReadOnly = true;
            this.dia_Suc01_Actual.Width = 70;
            // 
            // dia_Suc01_Resultado
            // 
            dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle27.Format = "N2";
            this.dia_Suc01_Resultado.DefaultCellStyle = dataGridViewCellStyle27;
            this.dia_Suc01_Resultado.HeaderText = "R°";
            this.dia_Suc01_Resultado.Name = "dia_Suc01_Resultado";
            this.dia_Suc01_Resultado.ReadOnly = true;
            this.dia_Suc01_Resultado.Width = 35;
            // 
            // dia_Suc01_Porcentaje
            // 
            dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle28.Format = "N2";
            this.dia_Suc01_Porcentaje.DefaultCellStyle = dataGridViewCellStyle28;
            this.dia_Suc01_Porcentaje.HeaderText = "%";
            this.dia_Suc01_Porcentaje.Name = "dia_Suc01_Porcentaje";
            this.dia_Suc01_Porcentaje.ReadOnly = true;
            this.dia_Suc01_Porcentaje.Width = 35;
            // 
            // dia_Suc02_Actual
            // 
            dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle29.Format = "C2";
            this.dia_Suc02_Actual.DefaultCellStyle = dataGridViewCellStyle29;
            this.dia_Suc02_Actual.HeaderText = "Suc 02";
            this.dia_Suc02_Actual.Name = "dia_Suc02_Actual";
            this.dia_Suc02_Actual.ReadOnly = true;
            this.dia_Suc02_Actual.Width = 70;
            // 
            // dia_Suc02_Resultado
            // 
            dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle30.Format = "N2";
            this.dia_Suc02_Resultado.DefaultCellStyle = dataGridViewCellStyle30;
            this.dia_Suc02_Resultado.HeaderText = "R°";
            this.dia_Suc02_Resultado.Name = "dia_Suc02_Resultado";
            this.dia_Suc02_Resultado.ReadOnly = true;
            this.dia_Suc02_Resultado.Width = 35;
            // 
            // dia_Suc02_Porcentaje
            // 
            dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle31.Format = "N2";
            this.dia_Suc02_Porcentaje.DefaultCellStyle = dataGridViewCellStyle31;
            this.dia_Suc02_Porcentaje.HeaderText = "%";
            this.dia_Suc02_Porcentaje.Name = "dia_Suc02_Porcentaje";
            this.dia_Suc02_Porcentaje.ReadOnly = true;
            this.dia_Suc02_Porcentaje.Width = 35;
            // 
            // dia_Suc03_Actual
            // 
            dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle32.Format = "C2";
            this.dia_Suc03_Actual.DefaultCellStyle = dataGridViewCellStyle32;
            this.dia_Suc03_Actual.HeaderText = "Suc 03";
            this.dia_Suc03_Actual.Name = "dia_Suc03_Actual";
            this.dia_Suc03_Actual.ReadOnly = true;
            this.dia_Suc03_Actual.Width = 70;
            // 
            // dia_Suc03_Resultado
            // 
            dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle33.Format = "N2";
            this.dia_Suc03_Resultado.DefaultCellStyle = dataGridViewCellStyle33;
            this.dia_Suc03_Resultado.HeaderText = "R°";
            this.dia_Suc03_Resultado.Name = "dia_Suc03_Resultado";
            this.dia_Suc03_Resultado.ReadOnly = true;
            this.dia_Suc03_Resultado.Width = 35;
            // 
            // dia_Suc03_Porcentaje
            // 
            dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle34.Format = "N2";
            this.dia_Suc03_Porcentaje.DefaultCellStyle = dataGridViewCellStyle34;
            this.dia_Suc03_Porcentaje.HeaderText = "%";
            this.dia_Suc03_Porcentaje.Name = "dia_Suc03_Porcentaje";
            this.dia_Suc03_Porcentaje.ReadOnly = true;
            this.dia_Suc03_Porcentaje.Width = 35;
            // 
            // tbpPorDiaYHora
            // 
            this.tbpPorDiaYHora.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.tbpPorDiaYHora.Controls.Add(this.chrPorHora3);
            this.tbpPorDiaYHora.Controls.Add(this.chrPorHora2);
            this.tbpPorDiaYHora.Controls.Add(this.chrPorDiaSem3);
            this.tbpPorDiaYHora.Controls.Add(this.chrPorDiaSem2);
            this.tbpPorDiaYHora.Controls.Add(this.chrPorHora1);
            this.tbpPorDiaYHora.Controls.Add(this.chrPorDiaSem1);
            this.tbpPorDiaYHora.Controls.Add(this.dgvPorHora);
            this.tbpPorDiaYHora.Controls.Add(this.dgvPorDiaSem);
            this.tbpPorDiaYHora.Location = new System.Drawing.Point(4, 22);
            this.tbpPorDiaYHora.Name = "tbpPorDiaYHora";
            this.tbpPorDiaYHora.Padding = new System.Windows.Forms.Padding(3);
            this.tbpPorDiaYHora.Size = new System.Drawing.Size(1486, 556);
            this.tbpPorDiaYHora.TabIndex = 1;
            this.tbpPorDiaYHora.Text = "Día y horario";
            // 
            // chrPorHora3
            // 
            this.chrPorHora3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorHora3.BackColor = System.Drawing.Color.Transparent;
            chartArea3.Area3DStyle.Enable3D = true;
            chartArea3.Area3DStyle.PointDepth = 20;
            chartArea3.Area3DStyle.PointGapDepth = 50;
            chartArea3.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea3.AxisX.LabelStyle.Enabled = false;
            chartArea3.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea3.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea3.AxisX.LineColor = System.Drawing.Color.White;
            chartArea3.AxisX.LineWidth = 2;
            chartArea3.AxisX.MajorGrid.Enabled = false;
            chartArea3.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea3.AxisX.MajorTickMark.Enabled = false;
            chartArea3.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea3.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea3.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Triangle;
            chartArea3.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea3.AxisY.Interval = 10D;
            chartArea3.AxisY.IsLabelAutoFit = false;
            chartArea3.AxisY.LabelStyle.Enabled = false;
            chartArea3.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea3.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea3.AxisY.LineColor = System.Drawing.Color.White;
            chartArea3.AxisY.LineWidth = 2;
            chartArea3.AxisY.MajorGrid.Enabled = false;
            chartArea3.AxisY.MajorGrid.LineColor = System.Drawing.Color.White;
            chartArea3.AxisY.MajorTickMark.Enabled = false;
            chartArea3.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
            chartArea3.AxisY.MajorTickMark.LineWidth = 2;
            chartArea3.AxisY.MajorTickMark.Size = 4F;
            chartArea3.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
            chartArea3.AxisY.MinorTickMark.LineColor = System.Drawing.Color.White;
            chartArea3.AxisY.MinorTickMark.LineWidth = 2;
            chartArea3.AxisY.MinorTickMark.Size = 4F;
            chartArea3.AxisY.MinorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
            chartArea3.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea3.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea3.BackColor = System.Drawing.Color.Transparent;
            chartArea3.BorderWidth = 0;
            chartArea3.Name = "ChartArea1";
            this.chrPorHora3.ChartAreas.Add(chartArea3);
            this.chrPorHora3.Location = new System.Drawing.Point(1368, 6);
            this.chrPorHora3.Name = "chrPorHora3";
            this.chrPorHora3.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series7.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
            series7.BackSecondaryColor = System.Drawing.Color.Transparent;
            series7.BorderColor = System.Drawing.Color.Transparent;
            series7.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
            series7.BorderWidth = 0;
            series7.ChartArea = "ChartArea1";
            series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn100;
            series7.CustomProperties = "PixelPointWidth=80";
            series7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series7.Label = "#AXISLABEL";
            series7.LabelBorderWidth = 0;
            series7.LabelForeColor = System.Drawing.Color.White;
            series7.Name = "Actual";
            dataPoint1.AxisLabel = "14";
            series7.Points.Add(dataPoint1);
            this.chrPorHora3.Series.Add(series7);
            this.chrPorHora3.Size = new System.Drawing.Size(88, 547);
            this.chrPorHora3.TabIndex = 26;
            this.chrPorHora3.Text = "chart1";
            title3.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title3.ForeColor = System.Drawing.Color.White;
            title3.Name = "Title1";
            title3.ShadowOffset = 2;
            title3.Text = "Suc 3";
            this.chrPorHora3.Titles.Add(title3);
            // 
            // chrPorHora2
            // 
            this.chrPorHora2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorHora2.BackColor = System.Drawing.Color.Transparent;
            chartArea4.Area3DStyle.Enable3D = true;
            chartArea4.Area3DStyle.PointDepth = 20;
            chartArea4.Area3DStyle.PointGapDepth = 50;
            chartArea4.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea4.AxisX.LabelStyle.Enabled = false;
            chartArea4.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea4.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea4.AxisX.LineColor = System.Drawing.Color.White;
            chartArea4.AxisX.LineWidth = 2;
            chartArea4.AxisX.MajorGrid.Enabled = false;
            chartArea4.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea4.AxisX.MajorTickMark.Enabled = false;
            chartArea4.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea4.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea4.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Triangle;
            chartArea4.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea4.AxisY.Interval = 10D;
            chartArea4.AxisY.IsLabelAutoFit = false;
            chartArea4.AxisY.LabelStyle.Enabled = false;
            chartArea4.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea4.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea4.AxisY.LineColor = System.Drawing.Color.White;
            chartArea4.AxisY.LineWidth = 2;
            chartArea4.AxisY.MajorGrid.Enabled = false;
            chartArea4.AxisY.MajorGrid.LineColor = System.Drawing.Color.White;
            chartArea4.AxisY.MajorTickMark.Enabled = false;
            chartArea4.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
            chartArea4.AxisY.MajorTickMark.LineWidth = 2;
            chartArea4.AxisY.MajorTickMark.Size = 4F;
            chartArea4.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
            chartArea4.AxisY.MinorTickMark.LineColor = System.Drawing.Color.White;
            chartArea4.AxisY.MinorTickMark.LineWidth = 2;
            chartArea4.AxisY.MinorTickMark.Size = 4F;
            chartArea4.AxisY.MinorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
            chartArea4.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea4.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea4.BackColor = System.Drawing.Color.Transparent;
            chartArea4.BorderWidth = 0;
            chartArea4.Name = "ChartArea1";
            this.chrPorHora2.ChartAreas.Add(chartArea4);
            this.chrPorHora2.Location = new System.Drawing.Point(1274, 6);
            this.chrPorHora2.Name = "chrPorHora2";
            this.chrPorHora2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series8.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
            series8.BackSecondaryColor = System.Drawing.Color.Transparent;
            series8.BorderColor = System.Drawing.Color.Transparent;
            series8.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
            series8.BorderWidth = 0;
            series8.ChartArea = "ChartArea1";
            series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn100;
            series8.CustomProperties = "PixelPointWidth=80";
            series8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series8.Label = "#AXISLABEL";
            series8.LabelBorderWidth = 0;
            series8.LabelForeColor = System.Drawing.Color.White;
            series8.Name = "Actual";
            dataPoint2.AxisLabel = "14";
            series8.Points.Add(dataPoint2);
            this.chrPorHora2.Series.Add(series8);
            this.chrPorHora2.Size = new System.Drawing.Size(88, 547);
            this.chrPorHora2.TabIndex = 25;
            this.chrPorHora2.Text = "chart1";
            title4.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title4.ForeColor = System.Drawing.Color.White;
            title4.Name = "Title1";
            title4.ShadowOffset = 2;
            title4.Text = "Suc 2";
            this.chrPorHora2.Titles.Add(title4);
            // 
            // chrPorDiaSem3
            // 
            this.chrPorDiaSem3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorDiaSem3.BackColor = System.Drawing.Color.Transparent;
            this.chrPorDiaSem3.BorderSkin.BorderWidth = 0;
            chartArea5.Area3DStyle.Enable3D = true;
            chartArea5.Area3DStyle.LightStyle = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
            chartArea5.Area3DStyle.PointDepth = 60;
            chartArea5.Area3DStyle.PointGapDepth = 60;
            chartArea5.Area3DStyle.WallWidth = 0;
            chartArea5.AxisX.IntervalOffset = 1D;
            chartArea5.AxisX.IsLabelAutoFit = false;
            chartArea5.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea5.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea5.AxisX.LineColor = System.Drawing.Color.DarkGray;
            chartArea5.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea5.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea5.AxisX.ScaleView.Size = 11D;
            chartArea5.AxisY.IsLabelAutoFit = false;
            chartArea5.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea5.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea5.AxisY.LineColor = System.Drawing.Color.DarkGray;
            chartArea5.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea5.AxisY.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea5.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea5.BackColor = System.Drawing.Color.Transparent;
            chartArea5.Name = "ChartArea1";
            this.chrPorDiaSem3.ChartAreas.Add(chartArea5);
            this.chrPorDiaSem3.Location = new System.Drawing.Point(772, 213);
            this.chrPorDiaSem3.Name = "chrPorDiaSem3";
            this.chrPorDiaSem3.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series9.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
            series9.BackSecondaryColor = System.Drawing.Color.Transparent;
            series9.BorderColor = System.Drawing.Color.White;
            series9.BorderWidth = 0;
            series9.ChartArea = "ChartArea1";
            series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series9.Color = System.Drawing.Color.White;
            series9.CustomProperties = "PieLineColor=White, PieDrawingStyle=Concave, PieLabelStyle=Outside";
            series9.EmptyPointStyle.CustomProperties = "Exploded=True";
            series9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series9.IsValueShownAsLabel = true;
            series9.Label = "#AXISLABEL (#PERCENT{P0})";
            series9.LabelForeColor = System.Drawing.Color.White;
            series9.MarkerColor = System.Drawing.Color.Green;
            series9.MarkerSize = 7;
            series9.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series9.Name = "Actual";
            series9.ShadowColor = System.Drawing.Color.White;
            series9.ShadowOffset = 3;
            series9.SmartLabelStyle.MovingDirection = ((System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Top | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.TopRight) 
            | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomLeft) 
            | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomRight)));
            this.chrPorDiaSem3.Series.Add(series9);
            this.chrPorDiaSem3.Size = new System.Drawing.Size(358, 340);
            this.chrPorDiaSem3.TabIndex = 24;
            this.chrPorDiaSem3.Text = "chart1";
            title5.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title5.ForeColor = System.Drawing.Color.White;
            title5.Name = "Title1";
            title5.ShadowOffset = 2;
            title5.Text = "Sucursal 3";
            this.chrPorDiaSem3.Titles.Add(title5);
            // 
            // chrPorDiaSem2
            // 
            this.chrPorDiaSem2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorDiaSem2.BackColor = System.Drawing.Color.Transparent;
            this.chrPorDiaSem2.BorderSkin.BorderWidth = 0;
            chartArea6.Area3DStyle.Enable3D = true;
            chartArea6.Area3DStyle.LightStyle = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
            chartArea6.Area3DStyle.PointDepth = 60;
            chartArea6.Area3DStyle.PointGapDepth = 60;
            chartArea6.Area3DStyle.WallWidth = 0;
            chartArea6.AxisX.IntervalOffset = 1D;
            chartArea6.AxisX.IsLabelAutoFit = false;
            chartArea6.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea6.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea6.AxisX.LineColor = System.Drawing.Color.DarkGray;
            chartArea6.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea6.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea6.AxisX.ScaleView.Size = 11D;
            chartArea6.AxisY.IsLabelAutoFit = false;
            chartArea6.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea6.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea6.AxisY.LineColor = System.Drawing.Color.DarkGray;
            chartArea6.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea6.AxisY.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea6.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea6.BackColor = System.Drawing.Color.Transparent;
            chartArea6.Name = "ChartArea1";
            this.chrPorDiaSem2.ChartAreas.Add(chartArea6);
            this.chrPorDiaSem2.Location = new System.Drawing.Point(389, 213);
            this.chrPorDiaSem2.Name = "chrPorDiaSem2";
            this.chrPorDiaSem2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series10.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
            series10.BackSecondaryColor = System.Drawing.Color.Transparent;
            series10.BorderColor = System.Drawing.Color.White;
            series10.BorderWidth = 0;
            series10.ChartArea = "ChartArea1";
            series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series10.Color = System.Drawing.Color.White;
            series10.CustomProperties = "PieLineColor=White, PieDrawingStyle=Concave, PieLabelStyle=Outside";
            series10.EmptyPointStyle.CustomProperties = "Exploded=True";
            series10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series10.IsValueShownAsLabel = true;
            series10.Label = "#AXISLABEL (#PERCENT{P0})";
            series10.LabelForeColor = System.Drawing.Color.White;
            series10.MarkerColor = System.Drawing.Color.Green;
            series10.MarkerSize = 7;
            series10.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series10.Name = "Actual";
            series10.ShadowColor = System.Drawing.Color.White;
            series10.ShadowOffset = 3;
            series10.SmartLabelStyle.MovingDirection = ((System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Top | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.TopRight) 
            | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomLeft) 
            | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomRight)));
            this.chrPorDiaSem2.Series.Add(series10);
            this.chrPorDiaSem2.Size = new System.Drawing.Size(358, 340);
            this.chrPorDiaSem2.TabIndex = 23;
            this.chrPorDiaSem2.Text = "chart1";
            title6.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title6.ForeColor = System.Drawing.Color.White;
            title6.Name = "Title1";
            title6.ShadowOffset = 2;
            title6.Text = "Sucursal 2";
            this.chrPorDiaSem2.Titles.Add(title6);
            // 
            // chrPorHora1
            // 
            this.chrPorHora1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorHora1.BackColor = System.Drawing.Color.Transparent;
            chartArea7.Area3DStyle.Enable3D = true;
            chartArea7.Area3DStyle.PointDepth = 20;
            chartArea7.Area3DStyle.PointGapDepth = 50;
            chartArea7.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea7.AxisX.LabelStyle.Enabled = false;
            chartArea7.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea7.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea7.AxisX.LineColor = System.Drawing.Color.White;
            chartArea7.AxisX.LineWidth = 2;
            chartArea7.AxisX.MajorGrid.Enabled = false;
            chartArea7.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea7.AxisX.MajorTickMark.Enabled = false;
            chartArea7.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea7.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea7.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Triangle;
            chartArea7.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea7.AxisY.Interval = 10D;
            chartArea7.AxisY.IsLabelAutoFit = false;
            chartArea7.AxisY.LabelStyle.Enabled = false;
            chartArea7.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea7.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea7.AxisY.LineColor = System.Drawing.Color.White;
            chartArea7.AxisY.LineWidth = 2;
            chartArea7.AxisY.MajorGrid.Enabled = false;
            chartArea7.AxisY.MajorGrid.LineColor = System.Drawing.Color.White;
            chartArea7.AxisY.MajorTickMark.Enabled = false;
            chartArea7.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
            chartArea7.AxisY.MajorTickMark.LineWidth = 2;
            chartArea7.AxisY.MajorTickMark.Size = 4F;
            chartArea7.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
            chartArea7.AxisY.MinorTickMark.LineColor = System.Drawing.Color.White;
            chartArea7.AxisY.MinorTickMark.LineWidth = 2;
            chartArea7.AxisY.MinorTickMark.Size = 4F;
            chartArea7.AxisY.MinorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
            chartArea7.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea7.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea7.BackColor = System.Drawing.Color.Transparent;
            chartArea7.BorderWidth = 0;
            chartArea7.Name = "ChartArea1";
            this.chrPorHora1.ChartAreas.Add(chartArea7);
            this.chrPorHora1.Location = new System.Drawing.Point(1180, 6);
            this.chrPorHora1.Name = "chrPorHora1";
            this.chrPorHora1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series11.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
            series11.BackSecondaryColor = System.Drawing.Color.Transparent;
            series11.BorderColor = System.Drawing.Color.Transparent;
            series11.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
            series11.BorderWidth = 0;
            series11.ChartArea = "ChartArea1";
            series11.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn100;
            series11.CustomProperties = "PixelPointWidth=80";
            series11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series11.Label = "#AXISLABEL";
            series11.LabelBorderWidth = 0;
            series11.LabelForeColor = System.Drawing.Color.White;
            series11.Name = "Actual";
            dataPoint3.AxisLabel = "14";
            series11.Points.Add(dataPoint3);
            this.chrPorHora1.Series.Add(series11);
            this.chrPorHora1.Size = new System.Drawing.Size(88, 547);
            this.chrPorHora1.TabIndex = 22;
            this.chrPorHora1.Text = "chart1";
            title7.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title7.ForeColor = System.Drawing.Color.White;
            title7.Name = "Title1";
            title7.ShadowOffset = 2;
            title7.Text = "Matriz";
            this.chrPorHora1.Titles.Add(title7);
            // 
            // chrPorDiaSem1
            // 
            this.chrPorDiaSem1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chrPorDiaSem1.BackColor = System.Drawing.Color.Transparent;
            this.chrPorDiaSem1.BorderSkin.BorderWidth = 0;
            chartArea8.Area3DStyle.Enable3D = true;
            chartArea8.Area3DStyle.LightStyle = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
            chartArea8.Area3DStyle.PointDepth = 60;
            chartArea8.Area3DStyle.PointGapDepth = 60;
            chartArea8.Area3DStyle.WallWidth = 0;
            chartArea8.AxisX.IntervalOffset = 1D;
            chartArea8.AxisX.IsLabelAutoFit = false;
            chartArea8.AxisX.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea8.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea8.AxisX.LineColor = System.Drawing.Color.DarkGray;
            chartArea8.AxisX.MajorGrid.LineColor = System.Drawing.Color.Empty;
            chartArea8.AxisX.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea8.AxisX.ScaleView.Size = 11D;
            chartArea8.AxisY.IsLabelAutoFit = false;
            chartArea8.AxisY.LabelStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
            chartArea8.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
            chartArea8.AxisY.LineColor = System.Drawing.Color.DarkGray;
            chartArea8.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea8.AxisY.MajorTickMark.LineColor = System.Drawing.Color.DarkGray;
            chartArea8.AxisY.TitleForeColor = System.Drawing.Color.Empty;
            chartArea8.BackColor = System.Drawing.Color.Transparent;
            chartArea8.Name = "ChartArea1";
            this.chrPorDiaSem1.ChartAreas.Add(chartArea8);
            this.chrPorDiaSem1.Location = new System.Drawing.Point(6, 213);
            this.chrPorDiaSem1.Name = "chrPorDiaSem1";
            this.chrPorDiaSem1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
            series12.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
            series12.BackSecondaryColor = System.Drawing.Color.Transparent;
            series12.BorderColor = System.Drawing.Color.White;
            series12.BorderWidth = 0;
            series12.ChartArea = "ChartArea1";
            series12.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series12.Color = System.Drawing.Color.White;
            series12.CustomProperties = "PieLineColor=White, PieDrawingStyle=Concave, PieLabelStyle=Outside";
            series12.EmptyPointStyle.CustomProperties = "Exploded=True";
            series12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series12.IsValueShownAsLabel = true;
            series12.Label = "#AXISLABEL (#PERCENT{P0})";
            series12.LabelForeColor = System.Drawing.Color.White;
            series12.MarkerColor = System.Drawing.Color.Green;
            series12.MarkerSize = 7;
            series12.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series12.Name = "Actual";
            series12.ShadowColor = System.Drawing.Color.White;
            series12.ShadowOffset = 3;
            series12.SmartLabelStyle.MovingDirection = ((System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Top | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.TopRight) 
            | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomLeft) 
            | System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomRight)));
            this.chrPorDiaSem1.Series.Add(series12);
            this.chrPorDiaSem1.Size = new System.Drawing.Size(358, 340);
            this.chrPorDiaSem1.TabIndex = 21;
            this.chrPorDiaSem1.Text = "chart1";
            title8.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            title8.ForeColor = System.Drawing.Color.White;
            title8.Name = "Title1";
            title8.ShadowOffset = 2;
            title8.Text = "Matriz";
            this.chrPorDiaSem1.Titles.Add(title8);
            // 
            // dgvPorHora
            // 
            this.dgvPorHora.AllowUserToAddRows = false;
            this.dgvPorHora.AllowUserToDeleteRows = false;
            this.dgvPorHora.AllowUserToResizeRows = false;
            this.dgvPorHora.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dgvPorHora.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.dgvPorHora.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPorHora.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dgvPorHora.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPorHora.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.hor_Hora,
            this.hor_Suc01_Actual,
            this.hor_Suc01_Resultado,
            this.hor_Suc01_Porcentaje,
            this.hor_Suc02_Actual,
            this.hor_Suc02_Resultado,
            this.hor_Suc02_Porcentaje,
            this.hor_Suc03_Actual,
            this.hor_Suc03_Resultado,
            this.hor_Suc03_Porcentaje});
            dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            dataGridViewCellStyle47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle47.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle47.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle47.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle47.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPorHora.DefaultCellStyle = dataGridViewCellStyle47;
            this.dgvPorHora.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            this.dgvPorHora.Location = new System.Drawing.Point(574, 3);
            this.dgvPorHora.Name = "dgvPorHora";
            this.dgvPorHora.ReadOnly = true;
            this.dgvPorHora.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle48.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            dataGridViewCellStyle48.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle48.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle48.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle48.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle48.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPorHora.RowHeadersDefaultCellStyle = dataGridViewCellStyle48;
            this.dgvPorHora.RowHeadersVisible = false;
            this.dgvPorHora.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPorHora.Size = new System.Drawing.Size(565, 304);
            this.dgvPorHora.TabIndex = 3;
            // 
            // hor_Hora
            // 
            dataGridViewCellStyle37.NullValue = null;
            this.hor_Hora.DefaultCellStyle = dataGridViewCellStyle37;
            this.hor_Hora.HeaderText = "Hora";
            this.hor_Hora.Name = "hor_Hora";
            this.hor_Hora.ReadOnly = true;
            this.hor_Hora.Width = 60;
            // 
            // hor_Suc01_Actual
            // 
            dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle38.Format = "C2";
            this.hor_Suc01_Actual.DefaultCellStyle = dataGridViewCellStyle38;
            this.hor_Suc01_Actual.HeaderText = "Matriz";
            this.hor_Suc01_Actual.Name = "hor_Suc01_Actual";
            this.hor_Suc01_Actual.ReadOnly = true;
            this.hor_Suc01_Actual.Width = 80;
            // 
            // hor_Suc01_Resultado
            // 
            dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle39.Format = "N2";
            this.hor_Suc01_Resultado.DefaultCellStyle = dataGridViewCellStyle39;
            this.hor_Suc01_Resultado.HeaderText = "R°";
            this.hor_Suc01_Resultado.Name = "hor_Suc01_Resultado";
            this.hor_Suc01_Resultado.ReadOnly = true;
            this.hor_Suc01_Resultado.Width = 40;
            // 
            // hor_Suc01_Porcentaje
            // 
            dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle40.Format = "N2";
            this.hor_Suc01_Porcentaje.DefaultCellStyle = dataGridViewCellStyle40;
            this.hor_Suc01_Porcentaje.HeaderText = "%";
            this.hor_Suc01_Porcentaje.Name = "hor_Suc01_Porcentaje";
            this.hor_Suc01_Porcentaje.ReadOnly = true;
            this.hor_Suc01_Porcentaje.Width = 40;
            // 
            // hor_Suc02_Actual
            // 
            dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle41.Format = "C2";
            this.hor_Suc02_Actual.DefaultCellStyle = dataGridViewCellStyle41;
            this.hor_Suc02_Actual.HeaderText = "Suc 02";
            this.hor_Suc02_Actual.Name = "hor_Suc02_Actual";
            this.hor_Suc02_Actual.ReadOnly = true;
            this.hor_Suc02_Actual.Width = 80;
            // 
            // hor_Suc02_Resultado
            // 
            dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle42.Format = "N2";
            this.hor_Suc02_Resultado.DefaultCellStyle = dataGridViewCellStyle42;
            this.hor_Suc02_Resultado.HeaderText = "R°";
            this.hor_Suc02_Resultado.Name = "hor_Suc02_Resultado";
            this.hor_Suc02_Resultado.ReadOnly = true;
            this.hor_Suc02_Resultado.Width = 40;
            // 
            // hor_Suc02_Porcentaje
            // 
            dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle43.Format = "N2";
            this.hor_Suc02_Porcentaje.DefaultCellStyle = dataGridViewCellStyle43;
            this.hor_Suc02_Porcentaje.HeaderText = "%";
            this.hor_Suc02_Porcentaje.Name = "hor_Suc02_Porcentaje";
            this.hor_Suc02_Porcentaje.ReadOnly = true;
            this.hor_Suc02_Porcentaje.Width = 40;
            // 
            // hor_Suc03_Actual
            // 
            dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle44.Format = "C2";
            this.hor_Suc03_Actual.DefaultCellStyle = dataGridViewCellStyle44;
            this.hor_Suc03_Actual.HeaderText = "Suc 03";
            this.hor_Suc03_Actual.Name = "hor_Suc03_Actual";
            this.hor_Suc03_Actual.ReadOnly = true;
            this.hor_Suc03_Actual.Width = 80;
            // 
            // hor_Suc03_Resultado
            // 
            dataGridViewCellStyle45.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle45.Format = "N2";
            this.hor_Suc03_Resultado.DefaultCellStyle = dataGridViewCellStyle45;
            this.hor_Suc03_Resultado.HeaderText = "R°";
            this.hor_Suc03_Resultado.Name = "hor_Suc03_Resultado";
            this.hor_Suc03_Resultado.ReadOnly = true;
            this.hor_Suc03_Resultado.Width = 40;
            // 
            // hor_Suc03_Porcentaje
            // 
            dataGridViewCellStyle46.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle46.Format = "N2";
            this.hor_Suc03_Porcentaje.DefaultCellStyle = dataGridViewCellStyle46;
            this.hor_Suc03_Porcentaje.HeaderText = "%";
            this.hor_Suc03_Porcentaje.Name = "hor_Suc03_Porcentaje";
            this.hor_Suc03_Porcentaje.ReadOnly = true;
            this.hor_Suc03_Porcentaje.Width = 40;
            // 
            // dgvPorDiaSem
            // 
            this.dgvPorDiaSem.AllowUserToAddRows = false;
            this.dgvPorDiaSem.AllowUserToDeleteRows = false;
            this.dgvPorDiaSem.AllowUserToResizeRows = false;
            this.dgvPorDiaSem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.dgvPorDiaSem.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.dgvPorDiaSem.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgvPorDiaSem.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dgvPorDiaSem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPorDiaSem.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dse_Dia,
            this.dse_Suc01_Actual,
            this.dse_Suc01_Resultado,
            this.dse_Suc01_Porcentaje,
            this.dse_Suc02_Actual,
            this.dse_Suc02_Resultado,
            this.dse_Suc02_Porcentaje,
            this.dse_Suc03_Actual,
            this.dse_Suc03_Resultado,
            this.dse_Suc03_Porcentaje});
            dataGridViewCellStyle59.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle59.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            dataGridViewCellStyle59.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle59.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle59.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle59.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle59.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvPorDiaSem.DefaultCellStyle = dataGridViewCellStyle59;
            this.dgvPorDiaSem.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            this.dgvPorDiaSem.Location = new System.Drawing.Point(3, 3);
            this.dgvPorDiaSem.Name = "dgvPorDiaSem";
            this.dgvPorDiaSem.ReadOnly = true;
            this.dgvPorDiaSem.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle60.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle60.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
            dataGridViewCellStyle60.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle60.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle60.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle60.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle60.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvPorDiaSem.RowHeadersDefaultCellStyle = dataGridViewCellStyle60;
            this.dgvPorDiaSem.RowHeadersVisible = false;
            this.dgvPorDiaSem.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPorDiaSem.Size = new System.Drawing.Size(565, 370);
            this.dgvPorDiaSem.TabIndex = 2;
            // 
            // dse_Dia
            // 
            dataGridViewCellStyle49.NullValue = null;
            this.dse_Dia.DefaultCellStyle = dataGridViewCellStyle49;
            this.dse_Dia.HeaderText = "Día";
            this.dse_Dia.Name = "dse_Dia";
            this.dse_Dia.ReadOnly = true;
            this.dse_Dia.Width = 60;
            // 
            // dse_Suc01_Actual
            // 
            dataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle50.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle50.Format = "C2";
            this.dse_Suc01_Actual.DefaultCellStyle = dataGridViewCellStyle50;
            this.dse_Suc01_Actual.HeaderText = "Matriz";
            this.dse_Suc01_Actual.Name = "dse_Suc01_Actual";
            this.dse_Suc01_Actual.ReadOnly = true;
            this.dse_Suc01_Actual.Width = 80;
            // 
            // dse_Suc01_Resultado
            // 
            dataGridViewCellStyle51.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle51.Format = "N2";
            this.dse_Suc01_Resultado.DefaultCellStyle = dataGridViewCellStyle51;
            this.dse_Suc01_Resultado.HeaderText = "R°";
            this.dse_Suc01_Resultado.Name = "dse_Suc01_Resultado";
            this.dse_Suc01_Resultado.ReadOnly = true;
            this.dse_Suc01_Resultado.Width = 40;
            // 
            // dse_Suc01_Porcentaje
            // 
            dataGridViewCellStyle52.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle52.Format = "N2";
            this.dse_Suc01_Porcentaje.DefaultCellStyle = dataGridViewCellStyle52;
            this.dse_Suc01_Porcentaje.HeaderText = "%";
            this.dse_Suc01_Porcentaje.Name = "dse_Suc01_Porcentaje";
            this.dse_Suc01_Porcentaje.ReadOnly = true;
            this.dse_Suc01_Porcentaje.Width = 40;
            // 
            // dse_Suc02_Actual
            // 
            dataGridViewCellStyle53.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle53.Format = "C2";
            this.dse_Suc02_Actual.DefaultCellStyle = dataGridViewCellStyle53;
            this.dse_Suc02_Actual.HeaderText = "Suc 02";
            this.dse_Suc02_Actual.Name = "dse_Suc02_Actual";
            this.dse_Suc02_Actual.ReadOnly = true;
            this.dse_Suc02_Actual.Width = 80;
            // 
            // dse_Suc02_Resultado
            // 
            dataGridViewCellStyle54.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle54.Format = "N2";
            this.dse_Suc02_Resultado.DefaultCellStyle = dataGridViewCellStyle54;
            this.dse_Suc02_Resultado.HeaderText = "R°";
            this.dse_Suc02_Resultado.Name = "dse_Suc02_Resultado";
            this.dse_Suc02_Resultado.ReadOnly = true;
            this.dse_Suc02_Resultado.Width = 40;
            // 
            // dse_Suc02_Porcentaje
            // 
            dataGridViewCellStyle55.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle55.Format = "N2";
            this.dse_Suc02_Porcentaje.DefaultCellStyle = dataGridViewCellStyle55;
            this.dse_Suc02_Porcentaje.HeaderText = "%";
            this.dse_Suc02_Porcentaje.Name = "dse_Suc02_Porcentaje";
            this.dse_Suc02_Porcentaje.ReadOnly = true;
            this.dse_Suc02_Porcentaje.Width = 40;
            // 
            // dse_Suc03_Actual
            // 
            dataGridViewCellStyle56.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle56.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle56.Format = "C2";
            this.dse_Suc03_Actual.DefaultCellStyle = dataGridViewCellStyle56;
            this.dse_Suc03_Actual.HeaderText = "Suc 03";
            this.dse_Suc03_Actual.Name = "dse_Suc03_Actual";
            this.dse_Suc03_Actual.ReadOnly = true;
            this.dse_Suc03_Actual.Width = 80;
            // 
            // dse_Suc03_Resultado
            // 
            dataGridViewCellStyle57.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle57.Format = "N2";
            this.dse_Suc03_Resultado.DefaultCellStyle = dataGridViewCellStyle57;
            this.dse_Suc03_Resultado.HeaderText = "R°";
            this.dse_Suc03_Resultado.Name = "dse_Suc03_Resultado";
            this.dse_Suc03_Resultado.ReadOnly = true;
            this.dse_Suc03_Resultado.Width = 40;
            // 
            // dse_Suc03_Porcentaje
            // 
            dataGridViewCellStyle58.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle58.Format = "N2";
            this.dse_Suc03_Porcentaje.DefaultCellStyle = dataGridViewCellStyle58;
            this.dse_Suc03_Porcentaje.HeaderText = "%";
            this.dse_Suc03_Porcentaje.Name = "dse_Suc03_Porcentaje";
            this.dse_Suc03_Porcentaje.ReadOnly = true;
            this.dse_Suc03_Porcentaje.Width = 40;
            // 
            // tbpPorProveedor
            // 
            this.tbpPorProveedor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.tbpPorProveedor.Controls.Add(this.ctlPorProveedor);
            this.tbpPorProveedor.Location = new System.Drawing.Point(4, 22);
            this.tbpPorProveedor.Name = "tbpPorProveedor";
            this.tbpPorProveedor.Size = new System.Drawing.Size(1486, 556);
            this.tbpPorProveedor.TabIndex = 2;
            this.tbpPorProveedor.Text = "Proveedor";
            // 
            // tbpPorMarca
            // 
            this.tbpPorMarca.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.tbpPorMarca.Controls.Add(this.ctlPorMarca);
            this.tbpPorMarca.Location = new System.Drawing.Point(4, 22);
            this.tbpPorMarca.Name = "tbpPorMarca";
            this.tbpPorMarca.Size = new System.Drawing.Size(1486, 556);
            this.tbpPorMarca.TabIndex = 3;
            this.tbpPorMarca.Text = "Marca";
            // 
            // tbpPorLinea
            // 
            this.tbpPorLinea.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.tbpPorLinea.Controls.Add(this.ctlPorLinea);
            this.tbpPorLinea.Location = new System.Drawing.Point(4, 22);
            this.tbpPorLinea.Name = "tbpPorLinea";
            this.tbpPorLinea.Size = new System.Drawing.Size(1486, 556);
            this.tbpPorLinea.TabIndex = 4;
            this.tbpPorLinea.Text = "Línea";
            // 
            // nudDecimales
            // 
            this.nudDecimales.Location = new System.Drawing.Point(763, 4);
            this.nudDecimales.Maximum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.nudDecimales.Name = "nudDecimales";
            this.nudDecimales.Size = new System.Drawing.Size(40, 20);
            this.nudDecimales.TabIndex = 8;
            this.nudDecimales.ValueChanged += new System.EventHandler(this.nudDecimales_ValueChanged);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.ForeColor = System.Drawing.Color.White;
            this.label9.Location = new System.Drawing.Point(701, 6);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(56, 13);
            this.label9.TabIndex = 7;
            this.label9.Text = "Decimales";
            // 
            // cmbCalculo
            // 
            this.cmbCalculo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbCalculo.FormattingEnabled = true;
            this.cmbCalculo.Location = new System.Drawing.Point(52, 3);
            this.cmbCalculo.Name = "cmbCalculo";
            this.cmbCalculo.Size = new System.Drawing.Size(100, 21);
            this.cmbCalculo.TabIndex = 0;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.ForeColor = System.Drawing.Color.White;
            this.label8.Location = new System.Drawing.Point(4, 6);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(42, 13);
            this.label8.TabIndex = 190;
            this.label8.Text = "Cálculo";
            // 
            // btnMostrar
            // 
            this.btnMostrar.Location = new System.Drawing.Point(837, 3);
            this.btnMostrar.Name = "btnMostrar";
            this.btnMostrar.Size = new System.Drawing.Size(75, 23);
            this.btnMostrar.TabIndex = 9;
            this.btnMostrar.Text = "Mostrar";
            this.btnMostrar.UseVisualStyleBackColor = true;
            this.btnMostrar.Click += new System.EventHandler(this.btnMostrar_Click);
            // 
            // chkOmitirDomingos
            // 
            this.chkOmitirDomingos.AutoSize = true;
            this.chkOmitirDomingos.ForeColor = System.Drawing.Color.White;
            this.chkOmitirDomingos.Location = new System.Drawing.Point(389, 5);
            this.chkOmitirDomingos.Name = "chkOmitirDomingos";
            this.chkOmitirDomingos.Size = new System.Drawing.Size(102, 17);
            this.chkOmitirDomingos.TabIndex = 4;
            this.chkOmitirDomingos.Text = "Omitir Domingos";
            this.chkOmitirDomingos.UseVisualStyleBackColor = true;
            // 
            // chk9500
            // 
            this.chk9500.AutoSize = true;
            this.chk9500.ForeColor = System.Drawing.Color.White;
            this.chk9500.Location = new System.Drawing.Point(309, 5);
            this.chk9500.Name = "chk9500";
            this.chk9500.Size = new System.Drawing.Size(74, 17);
            this.chk9500.TabIndex = 3;
            this.chk9500.Text = "Sólo 9500";
            this.chk9500.UseVisualStyleBackColor = true;
            // 
            // chkCobradas
            // 
            this.chkCobradas.AutoSize = true;
            this.chkCobradas.ForeColor = System.Drawing.Color.White;
            this.chkCobradas.Location = new System.Drawing.Point(232, 5);
            this.chkCobradas.Name = "chkCobradas";
            this.chkCobradas.Size = new System.Drawing.Size(71, 17);
            this.chkCobradas.TabIndex = 2;
            this.chkCobradas.Text = "Cobradas";
            this.chkCobradas.UseVisualStyleBackColor = true;
            // 
            // chkPagadas
            // 
            this.chkPagadas.AutoSize = true;
            this.chkPagadas.ForeColor = System.Drawing.Color.White;
            this.chkPagadas.Location = new System.Drawing.Point(158, 5);
            this.chkPagadas.Name = "chkPagadas";
            this.chkPagadas.Size = new System.Drawing.Size(68, 17);
            this.chkPagadas.TabIndex = 1;
            this.chkPagadas.Text = "Pagadas";
            this.chkPagadas.UseVisualStyleBackColor = true;
            // 
            // dtpHasta
            // 
            this.dtpHasta.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpHasta.Location = new System.Drawing.Point(599, 2);
            this.dtpHasta.Name = "dtpHasta";
            this.dtpHasta.Size = new System.Drawing.Size(96, 20);
            this.dtpHasta.TabIndex = 6;
            // 
            // dtpDesde
            // 
            this.dtpDesde.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpDesde.Location = new System.Drawing.Point(497, 2);
            this.dtpDesde.Name = "dtpDesde";
            this.dtpDesde.Size = new System.Drawing.Size(96, 20);
            this.dtpDesde.TabIndex = 5;
            // 
            // ctlPorProveedor
            // 
            this.ctlPorProveedor.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.ctlPorProveedor.Location = new System.Drawing.Point(3, 3);
            this.ctlPorProveedor.Name = "ctlPorProveedor";
            this.ctlPorProveedor.Size = new System.Drawing.Size(1480, 550);
            this.ctlPorProveedor.TabIndex = 0;
            // 
            // ctlPorMarca
            // 
            this.ctlPorMarca.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.ctlPorMarca.Location = new System.Drawing.Point(3, 3);
            this.ctlPorMarca.Name = "ctlPorMarca";
            this.ctlPorMarca.Size = new System.Drawing.Size(1480, 550);
            this.ctlPorMarca.TabIndex = 1;
            // 
            // ctlPorLinea
            // 
            this.ctlPorLinea.Location = new System.Drawing.Point(3, 3);
            this.ctlPorLinea.Name = "ctlPorLinea";
            this.ctlPorLinea.Size = new System.Drawing.Size(1253, 550);
            this.ctlPorLinea.TabIndex = 2;
            // 
            // CuadroSucursales
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(87)))), ((int)(((byte)(123)))));
            this.Controls.Add(this.dtpHasta);
            this.Controls.Add(this.dtpDesde);
            this.Controls.Add(this.nudDecimales);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.cmbCalculo);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.btnMostrar);
            this.Controls.Add(this.chkOmitirDomingos);
            this.Controls.Add(this.chk9500);
            this.Controls.Add(this.chkCobradas);
            this.Controls.Add(this.chkPagadas);
            this.Controls.Add(this.tabSucursales);
            this.Name = "CuadroSucursales";
            this.Size = new System.Drawing.Size(1500, 615);
            this.Load += new System.EventHandler(this.CuadroSucursales_Load);
            this.tabSucursales.ResumeLayout(false);
            this.tbpPorFecha.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorSemana)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorMes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorSemana)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorMes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorDia)).EndInit();
            this.tbpPorDiaYHora.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chrPorHora3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorHora2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorDiaSem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorDiaSem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorHora1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrPorDiaSem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorHora)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPorDiaSem)).EndInit();
            this.tbpPorProveedor.ResumeLayout(false);
            this.tbpPorMarca.ResumeLayout(false);
            this.tbpPorLinea.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.nudDecimales)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
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.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    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.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    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.Title     title3     = new System.Windows.Forms.DataVisualization.Charting.Title();
     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.Title     title4     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart3   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart4   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel2   = new System.Windows.Forms.Panel();
     this.label1   = new System.Windows.Forms.Label();
     this.label5   = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label6   = new System.Windows.Forms.Label();
     this.panel1   = new System.Windows.Forms.Panel();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label4   = new System.Windows.Forms.Label();
     this.label3   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.panel3   = new System.Windows.Forms.Panel();
     this.label7   = new System.Windows.Forms.Label();
     this.label8   = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label9   = new System.Windows.Forms.Label();
     this.panel4   = new System.Windows.Forms.Panel();
     this.label10  = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label11  = new System.Windows.Forms.Label();
     this.label12  = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     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(18, 73);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend       = "Legend1";
     series1.Name         = "Volt";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color        = System.Drawing.Color.DarkOrange;
     series2.Legend       = "Legend1";
     series2.Name         = "Ampere";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(518, 293);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Docking       = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title1.Name          = "Title1";
     title1.Text          = "กราฟการใช้ไฟจากแบตเตอรี่กับเวลา";
     this.chart1.Titles.Add(title1);
     //
     // chart2
     //
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location = new System.Drawing.Point(542, 73);
     this.chart2.Name     = "chart2";
     series3.ChartArea    = "ChartArea1";
     series3.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series3.Color        = System.Drawing.Color.Navy;
     series3.Legend       = "Legend1";
     series3.Name         = "Volt";
     series4.ChartArea    = "ChartArea1";
     series4.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series4.Color        = System.Drawing.Color.SaddleBrown;
     series4.Legend       = "Legend1";
     series4.Name         = "Ampere";
     this.chart2.Series.Add(series3);
     this.chart2.Series.Add(series4);
     this.chart2.Size     = new System.Drawing.Size(518, 293);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     title2.Docking       = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title2.Name          = "Title1";
     title2.Text          = "กราฟการชาร์จไฟจากไฟบ้านกับเวลา";
     this.chart2.Titles.Add(title2);
     //
     // chart3
     //
     chartArea3.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea3);
     legend3.Name = "Legend1";
     this.chart3.Legends.Add(legend3);
     this.chart3.Location = new System.Drawing.Point(18, 372);
     this.chart3.Name     = "chart3";
     series5.ChartArea    = "ChartArea1";
     series5.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series5.Color        = System.Drawing.Color.Indigo;
     series5.Legend       = "Legend1";
     series5.Name         = "Volt";
     series6.ChartArea    = "ChartArea1";
     series6.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series6.Color        = System.Drawing.Color.Peru;
     series6.Legend       = "Legend1";
     series6.Name         = "Ampere";
     this.chart3.Series.Add(series5);
     this.chart3.Series.Add(series6);
     this.chart3.Size     = new System.Drawing.Size(518, 293);
     this.chart3.TabIndex = 2;
     this.chart3.Text     = "chart3";
     title3.Docking       = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title3.Name          = "Title1";
     title3.Text          = "กราฟการชาร์จไฟจากโซล่าเซลล์กับเวลา";
     this.chart3.Titles.Add(title3);
     //
     // chart4
     //
     chartArea4.Name = "ChartArea1";
     this.chart4.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.chart4.Legends.Add(legend4);
     this.chart4.Location = new System.Drawing.Point(542, 372);
     this.chart4.Name     = "chart4";
     series7.ChartArea    = "ChartArea1";
     series7.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series7.Color        = System.Drawing.Color.DarkGreen;
     series7.Legend       = "Legend1";
     series7.Name         = "KM";
     this.chart4.Series.Add(series7);
     this.chart4.Size     = new System.Drawing.Size(518, 293);
     this.chart4.TabIndex = 3;
     this.chart4.Text     = "chart4";
     title4.Docking       = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title4.Name          = "Title1";
     title4.Text          = "กราฟข้อมูลระยะทางกับเวลา";
     this.chart4.Titles.Add(title4);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.textBox3);
     this.panel2.Controls.Add(this.textBox4);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Location = new System.Drawing.Point(1066, 372);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(297, 130);
     this.panel2.TabIndex = 16;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label1.Location = new System.Drawing.Point(147, 95);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 18);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Ampere";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label5.Location = new System.Drawing.Point(147, 56);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(37, 18);
     this.label5.TabIndex = 12;
     this.label5.Text     = "Volt";
     //
     // textBox3
     //
     this.textBox3.Enabled  = false;
     this.textBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox3.Location = new System.Drawing.Point(16, 92);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(117, 24);
     this.textBox3.TabIndex = 14;
     //
     // textBox4
     //
     this.textBox4.Enabled  = false;
     this.textBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox4.Location = new System.Drawing.Point(16, 53);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(117, 24);
     this.textBox4.TabIndex = 13;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label6.Location = new System.Drawing.Point(7, 9);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(246, 24);
     this.label6.TabIndex = 12;
     this.label6.Text     = "ค่าเฉลี่ยการชาร์จไฟจากโซล่าเซลล์";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location = new System.Drawing.Point(1066, 73);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(283, 150);
     this.panel1.TabIndex = 15;
     //
     // textBox2
     //
     this.textBox2.Enabled  = false;
     this.textBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox2.Location = new System.Drawing.Point(16, 101);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(127, 24);
     this.textBox2.TabIndex = 4;
     //
     // textBox1
     //
     this.textBox1.Enabled  = false;
     this.textBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox1.Location = new System.Drawing.Point(16, 62);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(127, 24);
     this.textBox1.TabIndex = 3;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label4.Location = new System.Drawing.Point(147, 104);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 18);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Ampere";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label3.Location = new System.Drawing.Point(149, 62);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(37, 18);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Volt";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label2.Location = new System.Drawing.Point(7, 22);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(223, 24);
     this.label2.TabIndex = 0;
     this.label2.Text     = "ค่าเฉลี่ยการใช้ไฟจากแบตเตอรี่";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.textBox5);
     this.panel3.Controls.Add(this.textBox6);
     this.panel3.Controls.Add(this.label9);
     this.panel3.Location = new System.Drawing.Point(1066, 221);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(283, 145);
     this.panel3.TabIndex = 17;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label7.Location = new System.Drawing.Point(147, 106);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(65, 18);
     this.label7.TabIndex = 15;
     this.label7.Text     = "Ampere";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label8.Location = new System.Drawing.Point(147, 66);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(37, 18);
     this.label8.TabIndex = 12;
     this.label8.Text     = "Volt";
     //
     // textBox5
     //
     this.textBox5.Enabled  = false;
     this.textBox5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox5.Location = new System.Drawing.Point(16, 102);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(117, 24);
     this.textBox5.TabIndex = 14;
     //
     // textBox6
     //
     this.textBox6.Enabled  = false;
     this.textBox6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox6.Location = new System.Drawing.Point(16, 63);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(117, 24);
     this.textBox6.TabIndex = 13;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label9.Location = new System.Drawing.Point(7, 12);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(228, 24);
     this.label9.TabIndex = 12;
     this.label9.Text     = "ค่าเฉลี่ยการชาร์จไฟจากไฟบ้าน";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label10);
     this.panel4.Controls.Add(this.textBox7);
     this.panel4.Controls.Add(this.label11);
     this.panel4.Location = new System.Drawing.Point(1066, 508);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(226, 125);
     this.panel4.TabIndex = 18;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label10.Location = new System.Drawing.Point(149, 58);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(38, 18);
     this.label10.TabIndex = 12;
     this.label10.Text     = " KM";
     //
     // textBox7
     //
     this.textBox7.Enabled  = false;
     this.textBox7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.textBox7.Location = new System.Drawing.Point(16, 55);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(117, 24);
     this.textBox7.TabIndex = 13;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label11.Location = new System.Drawing.Point(7, 10);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(128, 24);
     this.label11.TabIndex = 12;
     this.label11.Text     = "ค่าเฉลี่ยระยะทาง";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label12.Location = new System.Drawing.Point(536, 18);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(214, 31);
     this.label12.TabIndex = 19;
     this.label12.Text     = "แสดงข้อมูลทั้งหมด";
     //
     // ShowAll
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1370, 669);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.chart4);
     this.Controls.Add(this.chart3);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Name  = "ShowAll";
     this.Text  = "แสดงข้อมูลทั้งหมด";
     this.Load += new System.EventHandler(this.ShowAll_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.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 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.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.labelTypeName = new System.Windows.Forms.Label();
            this.labelForWorkerId = new System.Windows.Forms.Label();
            this.confusionMatrixGraph = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.kryptonBorderEdge1 = new ComponentFactory.Krypton.Toolkit.KryptonBorderEdge();
            this.labelConfusionMatrix = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.backgroundUpdateConfusionMatrix = new System.ComponentModel.BackgroundWorker();
            this.labelModelDetail = new System.Windows.Forms.Label();
            this.textBoxConfusionMatrix = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.confusionMatrixGraph)).BeginInit();
            this.SuspendLayout();
            // 
            // kryptonLabel1
            // 
            this.kryptonLabel1.Location = new System.Drawing.Point(0, 0);
            this.kryptonLabel1.Name = "kryptonLabel1";
            this.kryptonLabel1.TabIndex = 0;
            // 
            // labelTypeName
            // 
            this.labelTypeName.AutoSize = true;
            this.labelTypeName.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTypeName.Location = new System.Drawing.Point(9, 33);
            this.labelTypeName.Name = "labelTypeName";
            this.labelTypeName.Size = new System.Drawing.Size(91, 19);
            this.labelTypeName.TabIndex = 0;
            this.labelTypeName.Text = "Worker ID: ";
            // 
            // labelForWorkerId
            // 
            this.labelForWorkerId.AutoSize = true;
            this.labelForWorkerId.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelForWorkerId.Location = new System.Drawing.Point(121, 33);
            this.labelForWorkerId.Name = "labelForWorkerId";
            this.labelForWorkerId.Size = new System.Drawing.Size(70, 19);
            this.labelForWorkerId.TabIndex = 4;
            this.labelForWorkerId.Text = "Loading...";
            // 
            // workerConfusionMatrixGraph
            // 
            this.confusionMatrixGraph.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.confusionMatrixGraph.BackColor = System.Drawing.Color.Transparent;
            this.confusionMatrixGraph.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            this.confusionMatrixGraph.BackSecondaryColor = System.Drawing.Color.Transparent;
            this.confusionMatrixGraph.BorderSkin.BackColor = System.Drawing.Color.Transparent;
            chartArea1.Area3DStyle.Enable3D = true;
            chartArea1.AxisX.Title = "True Label";
            chartArea1.AxisX.TitleFont = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold);
            chartArea1.AxisX2.Title = " testt";
            chartArea1.AxisY.Title = "Probability";
            chartArea1.AxisY.TitleFont = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold);
            chartArea1.AxisY2.Title = "AxisY2";
            chartArea1.BorderColor = System.Drawing.Color.Transparent;
            chartArea1.BorderWidth = 0;
            chartArea1.CursorX.SelectionColor = System.Drawing.Color.Transparent;
            chartArea1.CursorY.SelectionColor = System.Drawing.Color.Transparent;
            chartArea1.Name = "Default";
            chartArea1.ShadowColor = System.Drawing.Color.Transparent;
            this.confusionMatrixGraph.ChartAreas.Add(chartArea1);
            this.confusionMatrixGraph.Cursor = System.Windows.Forms.Cursors.Default;
            legend1.Name = "Legend1";
            legend1.ShadowColor = System.Drawing.Color.Transparent;
            this.confusionMatrixGraph.Legends.Add(legend1);
            this.confusionMatrixGraph.Location = new System.Drawing.Point(12, 68);
            this.confusionMatrixGraph.Name = "workerConfusionMatrixGraph";
            this.confusionMatrixGraph.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
            series1.ChartArea = "Default";
            series1.IsVisibleInLegend = false;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.confusionMatrixGraph.Series.Add(series1);
            this.confusionMatrixGraph.Size = new System.Drawing.Size(461, 305);
            this.confusionMatrixGraph.TabIndex = 5;
            this.confusionMatrixGraph.Text = "workerConfusionMatrixGraph";
            title1.Alignment = System.Drawing.ContentAlignment.TopCenter;
            title1.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold);
            title1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
            title1.Name = "Confusion Matrix";
            title1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            title1.ShadowOffset = 3;
            title1.Text = "Confusion Matrix";
            title2.Alignment = System.Drawing.ContentAlignment.MiddleRight;
            title2.DockedToChartArea = "Default";
            title2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title2.DockingOffset = 8;
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "workerLabel";
            title2.Text = "Worker Label";
            title2.TextOrientation = System.Windows.Forms.DataVisualization.Charting.TextOrientation.Horizontal;
            this.confusionMatrixGraph.Titles.Add(title1);
            this.confusionMatrixGraph.Titles.Add(title2);
            // 
            // kryptonBorderEdge1
            // 
            this.kryptonBorderEdge1.Location = new System.Drawing.Point(0, 0);
            this.kryptonBorderEdge1.Name = "kryptonBorderEdge1";
            // 
            // labelConfusionMatrix
            // 
            this.labelConfusionMatrix.AutoSize = true;
            this.labelConfusionMatrix.Location = new System.Drawing.Point(254, 76);
            this.labelConfusionMatrix.Name = "labelConfusionMatrix";
            this.labelConfusionMatrix.Size = new System.Drawing.Size(0, 13);
            this.labelConfusionMatrix.TabIndex = 7;
            this.labelConfusionMatrix.Visible = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(9, 8);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(58, 19);
            this.label4.TabIndex = 8;
            this.label4.Text = "Model:";
            // 
            // backgroundUpdateConfusionMatrix
            // 
            this.backgroundUpdateConfusionMatrix.WorkerReportsProgress = true;
            this.backgroundUpdateConfusionMatrix.WorkerSupportsCancellation = true;
            this.backgroundUpdateConfusionMatrix.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundUpdateConfusionMatrix_DoWork);
            this.backgroundUpdateConfusionMatrix.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundUpdateConfusionMatrix_ProgressChanged);
            // 
            // labelModelDetail
            // 
            this.labelModelDetail.AutoSize = true;
            this.labelModelDetail.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelModelDetail.Location = new System.Drawing.Point(121, 8);
            this.labelModelDetail.Name = "labelModelDetail";
            this.labelModelDetail.Size = new System.Drawing.Size(70, 19);
            this.labelModelDetail.TabIndex = 9;
            this.labelModelDetail.Text = "Loading...";
            // 
            // textBoxConfusionMatrix
            // 
            this.textBoxConfusionMatrix.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.textBoxConfusionMatrix.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBoxConfusionMatrix.Location = new System.Drawing.Point(12, 379);
            this.textBoxConfusionMatrix.Multiline = true;
            this.textBoxConfusionMatrix.Name = "textBoxConfusionMatrix";
            this.textBoxConfusionMatrix.ReadOnly = true;
            this.textBoxConfusionMatrix.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxConfusionMatrix.Size = new System.Drawing.Size(461, 105);
            this.textBoxConfusionMatrix.TabIndex = 10;
            this.textBoxConfusionMatrix.WordWrap = false;
            // 
            // FormWorkerOrCommunityDetail
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(485, 496);
            this.Controls.Add(this.textBoxConfusionMatrix);
            this.Controls.Add(this.labelModelDetail);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.labelConfusionMatrix);
            this.Controls.Add(this.confusionMatrixGraph);
            this.Controls.Add(this.labelForWorkerId);
            this.Controls.Add(this.labelTypeName);
            this.Name = "FormWorkerOrCommunityDetail";
            this.Opacity = 0.85D;
            this.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Black;
            this.Text = "WorkID - Worker Details";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormWorkerDetail_FormClosed);
            this.Load += new System.EventHandler(this.FormWorkerDetail_Load);
            ((System.ComponentModel.ISupportInitialize)(this.confusionMatrixGraph)).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.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.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.GSRChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.HRChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GSRChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.HRChart)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Controls.Add(this.GSRChart, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.HRChart, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            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.Size = new System.Drawing.Size(593, 310);
            this.tableLayoutPanel1.TabIndex = 4;
            // 
            // GSRChart
            // 
            this.GSRChart.BorderlineColor = System.Drawing.Color.Gray;
            this.GSRChart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            this.GSRChart.BorderlineWidth = 2;
            chartArea1.AxisX.Title = "Sessietijd";
            chartArea1.Name = "ChartArea1";
            this.GSRChart.ChartAreas.Add(chartArea1);
            this.GSRChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Enabled = false;
            legend1.Name = "Legend1";
            this.GSRChart.Legends.Add(legend1);
            this.GSRChart.Location = new System.Drawing.Point(299, 3);
            this.GSRChart.Name = "GSRChart";
            series1.BorderWidth = 2;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series1.Color = System.Drawing.Color.Blue;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.GSRChart.Series.Add(series1);
            this.GSRChart.Size = new System.Drawing.Size(291, 304);
            this.GSRChart.TabIndex = 5;
            this.GSRChart.Text = "GSRChart";
            title1.Name = "GSR-waarden";
            title1.Text = "Huidgeleiding";
            this.GSRChart.Titles.Add(title1);
            // 
            // HRChart
            // 
            this.HRChart.BorderlineColor = System.Drawing.Color.Gray;
            this.HRChart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            this.HRChart.BorderlineWidth = 2;
            chartArea2.AxisX.Title = "Sessietijd";
            chartArea2.Name = "ChartArea1";
            this.HRChart.ChartAreas.Add(chartArea2);
            this.HRChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend2.Enabled = false;
            legend2.Name = "Legend1";
            this.HRChart.Legends.Add(legend2);
            this.HRChart.Location = new System.Drawing.Point(3, 3);
            this.HRChart.Name = "HRChart";
            series2.BorderWidth = 2;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series2.Color = System.Drawing.Color.OrangeRed;
            series2.Legend = "Legend1";
            series2.Name = "Series1";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.HRChart.Series.Add(series2);
            this.HRChart.Size = new System.Drawing.Size(290, 304);
            this.HRChart.TabIndex = 4;
            this.HRChart.Text = "HRChart";
            title2.Name = "HR-values";
            title2.Text = "Hartslag";
            this.HRChart.Titles.Add(title2);
            // 
            // SensorView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(593, 310);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "SensorView";
            this.Text = "Sensor input";
            this.TopMost = true;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SensorViewForm_FormClosing);
            this.Shown += new System.EventHandler(this.SensorViewForm_Shown);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GSRChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.HRChart)).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 chartArea10 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            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.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series13 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title6 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series14 = 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.Series series15 = 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.Series series16 = 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.Series series17 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title7 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea16 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series18 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title8 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea17 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series19 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title9 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea18 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series20 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title10 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.bg_worker1 = new System.ComponentModel.BackgroundWorker();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.gaze_plot = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.Avg_Chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.ageBox3 = new System.Windows.Forms.TextBox();
            this.ageBox2 = new System.Windows.Forms.TextBox();
            this.ageBox1 = new System.Windows.Forms.TextBox();
            this.genderBox3 = new System.Windows.Forms.TextBox();
            this.genderBox2 = new System.Windows.Forms.TextBox();
            this.genderBox1 = new System.Windows.Forms.TextBox();
            this.subjNameBox2 = new System.Windows.Forms.RichTextBox();
            this.alert_box0 = new System.Windows.Forms.TextBox();
            this.alert_box2 = new System.Windows.Forms.TextBox();
            this.alert_box1 = new System.Windows.Forms.TextBox();
            this.subjNameBox0 = new System.Windows.Forms.RichTextBox();
            this.subjNameBox1 = new System.Windows.Forms.RichTextBox();
            this.subj0_hist = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.subj2_hist = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.subj1_hist = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.plot_all_age = new System.Windows.Forms.Button();
            this.plot_all_gender = new System.Windows.Forms.Button();
            this.plot_all_button = new System.Windows.Forms.Button();
            this.msg_box = new System.Windows.Forms.TextBox();
            this.start_server = new System.Windows.Forms.Button();
            this.stop_server = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.avg_male_chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.avg_female_chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.avg_u25_chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.avg_o25_chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gaze_plot)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Avg_Chart)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.subj0_hist)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.subj2_hist)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.subj1_hist)).BeginInit();
            this.tabPage1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.avg_male_chart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.avg_female_chart)).BeginInit();
            this.tabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.avg_u25_chart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.avg_o25_chart)).BeginInit();
            this.SuspendLayout();
            // 
            // bg_worker1
            // 
            this.bg_worker1.WorkerSupportsCancellation = true;
            this.bg_worker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bg_worker1_DoWork);
            // 
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.tabPage3.Controls.Add(this.gaze_plot);
            this.tabPage3.Controls.Add(this.Avg_Chart);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(602, 495);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Charts";
            // 
            // gaze_plot
            // 
            this.gaze_plot.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gaze_plot.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
            this.gaze_plot.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Scaled;
            chartArea10.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea10.AxisX.Interval = 75D;
            chartArea10.AxisX.Maximum = 300D;
            chartArea10.AxisX.Minimum = -300D;
            chartArea10.AxisX.Title = "X";
            chartArea10.AxisX.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
            chartArea10.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea10.AxisY.Interval = 50D;
            chartArea10.AxisY.Maximum = 200D;
            chartArea10.AxisY.Minimum = -200D;
            chartArea10.AxisY.Title = "Y";
            chartArea10.AxisY.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
            chartArea10.Name = "ChartArea1";
            this.gaze_plot.ChartAreas.Add(chartArea10);
            this.gaze_plot.Location = new System.Drawing.Point(20, 23);
            this.gaze_plot.Name = "gaze_plot";
            series11.ChartArea = "ChartArea1";
            series11.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
            series11.Color = System.Drawing.Color.Blue;
            series11.MarkerSize = 8;
            series11.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series11.Name = "Series1";
            series12.ChartArea = "ChartArea1";
            series12.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
            series12.Color = System.Drawing.Color.Red;
            series12.MarkerSize = 8;
            series12.Name = "Series2";
            this.gaze_plot.Series.Add(series11);
            this.gaze_plot.Series.Add(series12);
            this.gaze_plot.Size = new System.Drawing.Size(564, 235);
            this.gaze_plot.TabIndex = 5;
            // 
            // Avg_Chart
            // 
            chartArea11.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea11.AxisX.Title = "Time";
            chartArea11.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea11.AxisY.Maximum = 1D;
            chartArea11.AxisY.Minimum = 0D;
            chartArea11.AxisY.Title = "P[Engaged]";
            chartArea11.Name = "ChartArea1";
            this.Avg_Chart.ChartAreas.Add(chartArea11);
            this.Avg_Chart.Location = new System.Drawing.Point(20, 278);
            this.Avg_Chart.Name = "Avg_Chart";
            series13.BorderWidth = 3;
            series13.ChartArea = "ChartArea1";
            series13.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series13.Color = System.Drawing.Color.Red;
            series13.Name = "Series1";
            series13.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series13.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.Avg_Chart.Series.Add(series13);
            this.Avg_Chart.Size = new System.Drawing.Size(564, 160);
            this.Avg_Chart.TabIndex = 13;
            this.Avg_Chart.Text = "avg_chart";
            title6.Name = "Title1";
            title6.Text = "Avg. Attention Score vs. Time";
            this.Avg_Chart.Titles.Add(title6);
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.tabPage2.Controls.Add(this.ageBox3);
            this.tabPage2.Controls.Add(this.ageBox2);
            this.tabPage2.Controls.Add(this.ageBox1);
            this.tabPage2.Controls.Add(this.genderBox3);
            this.tabPage2.Controls.Add(this.genderBox2);
            this.tabPage2.Controls.Add(this.genderBox1);
            this.tabPage2.Controls.Add(this.subjNameBox2);
            this.tabPage2.Controls.Add(this.alert_box0);
            this.tabPage2.Controls.Add(this.alert_box2);
            this.tabPage2.Controls.Add(this.alert_box1);
            this.tabPage2.Controls.Add(this.subjNameBox0);
            this.tabPage2.Controls.Add(this.subjNameBox1);
            this.tabPage2.Controls.Add(this.subj0_hist);
            this.tabPage2.Controls.Add(this.subj2_hist);
            this.tabPage2.Controls.Add(this.subj1_hist);
            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(602, 495);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Subjects";
            // 
            // ageBox3
            // 
            this.ageBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ageBox3.Location = new System.Drawing.Point(125, 405);
            this.ageBox3.Name = "ageBox3";
            this.ageBox3.Size = new System.Drawing.Size(39, 22);
            this.ageBox3.TabIndex = 22;
            // 
            // ageBox2
            // 
            this.ageBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ageBox2.Location = new System.Drawing.Point(125, 243);
            this.ageBox2.Name = "ageBox2";
            this.ageBox2.Size = new System.Drawing.Size(39, 22);
            this.ageBox2.TabIndex = 21;
            // 
            // ageBox1
            // 
            this.ageBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ageBox1.Location = new System.Drawing.Point(125, 81);
            this.ageBox1.Name = "ageBox1";
            this.ageBox1.Size = new System.Drawing.Size(39, 22);
            this.ageBox1.TabIndex = 20;
            // 
            // genderBox3
            // 
            this.genderBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.genderBox3.Location = new System.Drawing.Point(34, 406);
            this.genderBox3.Name = "genderBox3";
            this.genderBox3.Size = new System.Drawing.Size(85, 22);
            this.genderBox3.TabIndex = 19;
            // 
            // genderBox2
            // 
            this.genderBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.genderBox2.Location = new System.Drawing.Point(34, 243);
            this.genderBox2.Name = "genderBox2";
            this.genderBox2.Size = new System.Drawing.Size(85, 22);
            this.genderBox2.TabIndex = 18;
            // 
            // genderBox1
            // 
            this.genderBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.genderBox1.Location = new System.Drawing.Point(34, 81);
            this.genderBox1.Name = "genderBox1";
            this.genderBox1.Size = new System.Drawing.Size(85, 22);
            this.genderBox1.TabIndex = 17;
            // 
            // subjNameBox2
            // 
            this.subjNameBox2.BackColor = System.Drawing.Color.Magenta;
            this.subjNameBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.subjNameBox2.ForeColor = System.Drawing.Color.White;
            this.subjNameBox2.Location = new System.Drawing.Point(34, 377);
            this.subjNameBox2.Name = "subjNameBox2";
            this.subjNameBox2.Size = new System.Drawing.Size(130, 23);
            this.subjNameBox2.TabIndex = 16;
            this.subjNameBox2.Text = "     SUBJECT 2";
            // 
            // alert_box0
            // 
            this.alert_box0.ForeColor = System.Drawing.SystemColors.Window;
            this.alert_box0.Location = new System.Drawing.Point(34, 107);
            this.alert_box0.Multiline = true;
            this.alert_box0.Name = "alert_box0";
            this.alert_box0.Size = new System.Drawing.Size(130, 49);
            this.alert_box0.TabIndex = 6;
            // 
            // alert_box2
            // 
            this.alert_box2.Location = new System.Drawing.Point(34, 431);
            this.alert_box2.Multiline = true;
            this.alert_box2.Name = "alert_box2";
            this.alert_box2.Size = new System.Drawing.Size(130, 49);
            this.alert_box2.TabIndex = 15;
            // 
            // alert_box1
            // 
            this.alert_box1.Location = new System.Drawing.Point(34, 269);
            this.alert_box1.Multiline = true;
            this.alert_box1.Name = "alert_box1";
            this.alert_box1.Size = new System.Drawing.Size(130, 49);
            this.alert_box1.TabIndex = 7;
            // 
            // subjNameBox0
            // 
            this.subjNameBox0.BackColor = System.Drawing.Color.Blue;
            this.subjNameBox0.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.subjNameBox0.ForeColor = System.Drawing.Color.White;
            this.subjNameBox0.Location = new System.Drawing.Point(34, 52);
            this.subjNameBox0.Name = "subjNameBox0";
            this.subjNameBox0.Size = new System.Drawing.Size(130, 23);
            this.subjNameBox0.TabIndex = 10;
            this.subjNameBox0.Text = "     SUBJECT 0";
            // 
            // subjNameBox1
            // 
            this.subjNameBox1.BackColor = System.Drawing.Color.Green;
            this.subjNameBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.subjNameBox1.ForeColor = System.Drawing.Color.White;
            this.subjNameBox1.Location = new System.Drawing.Point(34, 214);
            this.subjNameBox1.Name = "subjNameBox1";
            this.subjNameBox1.Size = new System.Drawing.Size(130, 23);
            this.subjNameBox1.TabIndex = 11;
            this.subjNameBox1.Text = "     SUBJECT 1";
            // 
            // subj0_hist
            // 
            chartArea12.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea12.AxisX.Minimum = 0D;
            chartArea12.AxisX.Title = "Frame Number";
            chartArea12.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea12.AxisY.Maximum = 1D;
            chartArea12.AxisY.Minimum = 0D;
            chartArea12.AxisY.Title = "P(Engaged)";
            chartArea12.Name = "ChartArea1";
            this.subj0_hist.ChartAreas.Add(chartArea12);
            this.subj0_hist.Location = new System.Drawing.Point(182, 16);
            this.subj0_hist.Name = "subj0_hist";
            series14.ChartArea = "ChartArea1";
            series14.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series14.Color = System.Drawing.Color.Blue;
            series14.Name = "Series1";
            series14.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series14.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.subj0_hist.Series.Add(series14);
            this.subj0_hist.Size = new System.Drawing.Size(400, 140);
            this.subj0_hist.TabIndex = 8;
            this.subj0_hist.Text = "chart1";
            // 
            // subj2_hist
            // 
            chartArea13.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea13.AxisX.Minimum = 0D;
            chartArea13.AxisX.Title = "Frame Number";
            chartArea13.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea13.AxisY.Maximum = 1D;
            chartArea13.AxisY.Minimum = 0D;
            chartArea13.AxisY.Title = "P(Engaged)";
            chartArea13.Name = "ChartArea1";
            this.subj2_hist.ChartAreas.Add(chartArea13);
            this.subj2_hist.Location = new System.Drawing.Point(182, 340);
            this.subj2_hist.Name = "subj2_hist";
            series15.ChartArea = "ChartArea1";
            series15.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series15.Color = System.Drawing.Color.Green;
            series15.Name = "Series1";
            series15.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series15.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.subj2_hist.Series.Add(series15);
            this.subj2_hist.Size = new System.Drawing.Size(400, 140);
            this.subj2_hist.TabIndex = 14;
            this.subj2_hist.Text = "chart2";
            // 
            // subj1_hist
            // 
            chartArea14.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea14.AxisX.Minimum = 0D;
            chartArea14.AxisX.Title = "Frame Number";
            chartArea14.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea14.AxisY.Maximum = 1D;
            chartArea14.AxisY.Minimum = 0D;
            chartArea14.AxisY.Title = "P(Engaged)";
            chartArea14.Name = "ChartArea1";
            this.subj1_hist.ChartAreas.Add(chartArea14);
            this.subj1_hist.Location = new System.Drawing.Point(182, 178);
            this.subj1_hist.Name = "subj1_hist";
            series16.ChartArea = "ChartArea1";
            series16.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series16.Color = System.Drawing.Color.Green;
            series16.Name = "Series1";
            series16.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series16.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.subj1_hist.Series.Add(series16);
            this.subj1_hist.Size = new System.Drawing.Size(400, 140);
            this.subj1_hist.TabIndex = 9;
            this.subj1_hist.Text = "chart2";
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.tabPage1.Controls.Add(this.plot_all_age);
            this.tabPage1.Controls.Add(this.plot_all_gender);
            this.tabPage1.Controls.Add(this.plot_all_button);
            this.tabPage1.Controls.Add(this.msg_box);
            this.tabPage1.Controls.Add(this.start_server);
            this.tabPage1.Controls.Add(this.stop_server);
            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(602, 495);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Control";
            // 
            // plot_all_age
            // 
            this.plot_all_age.Location = new System.Drawing.Point(453, 201);
            this.plot_all_age.Name = "plot_all_age";
            this.plot_all_age.Size = new System.Drawing.Size(111, 40);
            this.plot_all_age.TabIndex = 22;
            this.plot_all_age.Text = "AGE";
            this.plot_all_age.UseVisualStyleBackColor = true;
            this.plot_all_age.Click += new System.EventHandler(this.plot_all_age_Click);
            // 
            // plot_all_gender
            // 
            this.plot_all_gender.Location = new System.Drawing.Point(312, 201);
            this.plot_all_gender.Name = "plot_all_gender";
            this.plot_all_gender.Size = new System.Drawing.Size(111, 40);
            this.plot_all_gender.TabIndex = 21;
            this.plot_all_gender.Text = "GENDER";
            this.plot_all_gender.UseVisualStyleBackColor = true;
            this.plot_all_gender.Click += new System.EventHandler(this.plot_all_gender_Click);
            // 
            // plot_all_button
            // 
            this.plot_all_button.Location = new System.Drawing.Point(175, 201);
            this.plot_all_button.Name = "plot_all_button";
            this.plot_all_button.Size = new System.Drawing.Size(111, 40);
            this.plot_all_button.TabIndex = 20;
            this.plot_all_button.Text = "AVERAGE";
            this.plot_all_button.UseVisualStyleBackColor = true;
            this.plot_all_button.Click += new System.EventHandler(this.plot_all_button_Click);
            // 
            // msg_box
            // 
            this.msg_box.Location = new System.Drawing.Point(175, 22);
            this.msg_box.Multiline = true;
            this.msg_box.Name = "msg_box";
            this.msg_box.Size = new System.Drawing.Size(389, 173);
            this.msg_box.TabIndex = 1;
            // 
            // start_server
            // 
            this.start_server.Location = new System.Drawing.Point(19, 22);
            this.start_server.Name = "start_server";
            this.start_server.Size = new System.Drawing.Size(130, 77);
            this.start_server.TabIndex = 0;
            this.start_server.Text = "START SERVER";
            this.start_server.UseVisualStyleBackColor = true;
            this.start_server.Click += new System.EventHandler(this.start_server_Click);
            // 
            // stop_server
            // 
            this.stop_server.Location = new System.Drawing.Point(19, 118);
            this.stop_server.Name = "stop_server";
            this.stop_server.Size = new System.Drawing.Size(130, 77);
            this.stop_server.TabIndex = 2;
            this.stop_server.Text = "STOP SERVER";
            this.stop_server.UseVisualStyleBackColor = true;
            this.stop_server.Click += new System.EventHandler(this.stop_server_Click);
            // 
            // 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.Location = new System.Drawing.Point(27, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(610, 521);
            this.tabControl1.TabIndex = 17;
            // 
            // tabPage4
            // 
            this.tabPage4.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.tabPage4.Controls.Add(this.avg_male_chart);
            this.tabPage4.Controls.Add(this.avg_female_chart);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(602, 495);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Gender";
            // 
            // avg_male_chart
            // 
            chartArea15.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea15.AxisX.Title = "Time";
            chartArea15.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea15.AxisY.Maximum = 1D;
            chartArea15.AxisY.Minimum = 0D;
            chartArea15.AxisY.Title = "P[Engaged]";
            chartArea15.Name = "ChartArea1";
            this.avg_male_chart.ChartAreas.Add(chartArea15);
            this.avg_male_chart.Location = new System.Drawing.Point(22, 225);
            this.avg_male_chart.Name = "avg_male_chart";
            series17.BorderWidth = 3;
            series17.ChartArea = "ChartArea1";
            series17.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series17.Color = System.Drawing.Color.Red;
            series17.Name = "Series1";
            series17.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series17.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.avg_male_chart.Series.Add(series17);
            this.avg_male_chart.Size = new System.Drawing.Size(564, 160);
            this.avg_male_chart.TabIndex = 15;
            this.avg_male_chart.Text = "male_chart";
            title7.Name = "Title1";
            title7.Text = "Avg. Male Attention Score vs. Time";
            this.avg_male_chart.Titles.Add(title7);
            // 
            // avg_female_chart
            // 
            chartArea16.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea16.AxisX.Title = "Time";
            chartArea16.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea16.AxisY.Maximum = 1D;
            chartArea16.AxisY.Minimum = 0D;
            chartArea16.AxisY.Title = "P[Engaged]";
            chartArea16.Name = "ChartArea1";
            this.avg_female_chart.ChartAreas.Add(chartArea16);
            this.avg_female_chart.Location = new System.Drawing.Point(22, 34);
            this.avg_female_chart.Name = "avg_female_chart";
            series18.BorderWidth = 3;
            series18.ChartArea = "ChartArea1";
            series18.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series18.Color = System.Drawing.Color.Red;
            series18.Name = "Series1";
            series18.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series18.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.avg_female_chart.Series.Add(series18);
            this.avg_female_chart.Size = new System.Drawing.Size(564, 160);
            this.avg_female_chart.TabIndex = 14;
            this.avg_female_chart.Text = "female_chart";
            title8.Name = "Title1";
            title8.Text = "Avg. Female Attention Score vs. Time";
            this.avg_female_chart.Titles.Add(title8);
            // 
            // tabPage5
            // 
            this.tabPage5.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.tabPage5.Controls.Add(this.avg_o25_chart);
            this.tabPage5.Controls.Add(this.avg_u25_chart);
            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(602, 495);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Age";
            // 
            // avg_u25_chart
            // 
            chartArea17.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea17.AxisX.Title = "Time";
            chartArea17.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea17.AxisY.Maximum = 1D;
            chartArea17.AxisY.Minimum = 0D;
            chartArea17.AxisY.Title = "P[Engaged]";
            chartArea17.Name = "ChartArea1";
            this.avg_u25_chart.ChartAreas.Add(chartArea17);
            this.avg_u25_chart.Location = new System.Drawing.Point(22, 34);
            this.avg_u25_chart.Name = "avg_u25_chart";
            series19.BorderWidth = 3;
            series19.ChartArea = "ChartArea1";
            series19.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series19.Color = System.Drawing.Color.Red;
            series19.Name = "Series1";
            series19.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series19.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.avg_u25_chart.Series.Add(series19);
            this.avg_u25_chart.Size = new System.Drawing.Size(564, 160);
            this.avg_u25_chart.TabIndex = 15;
            this.avg_u25_chart.Text = "under_25_chart";
            title9.Name = "Title1";
            title9.Text = "Avg. < 25 Attention Score vs. Time";
            this.avg_u25_chart.Titles.Add(title9);
            // 
            // avg_o25_chart
            // 
            chartArea18.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea18.AxisX.Title = "Time";
            chartArea18.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea18.AxisY.Maximum = 1D;
            chartArea18.AxisY.Minimum = 0D;
            chartArea18.AxisY.Title = "P[Engaged]";
            chartArea18.Name = "ChartArea1";
            this.avg_o25_chart.ChartAreas.Add(chartArea18);
            this.avg_o25_chart.Location = new System.Drawing.Point(22, 225);
            this.avg_o25_chart.Name = "avg_o25_chart";
            series20.BorderWidth = 3;
            series20.ChartArea = "ChartArea1";
            series20.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series20.Color = System.Drawing.Color.Red;
            series20.Name = "Series1";
            series20.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series20.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single;
            this.avg_o25_chart.Series.Add(series20);
            this.avg_o25_chart.Size = new System.Drawing.Size(564, 160);
            this.avg_o25_chart.TabIndex = 16;
            this.avg_o25_chart.Text = "over25_chart";
            title10.Name = "Title1";
            title10.Text = "Avg. > 25 Attention Score vs. Time";
            this.avg_o25_chart.Titles.Add(title10);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlLight;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ClientSize = new System.Drawing.Size(669, 554);
            this.Controls.Add(this.tabControl1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gaze_plot)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Avg_Chart)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.subj0_hist)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.subj2_hist)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.subj1_hist)).EndInit();
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.avg_male_chart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.avg_female_chart)).EndInit();
            this.tabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.avg_u25_chart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.avg_o25_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()
 {
     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 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.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(34)))), ((int)(((byte)(56)))));
     this.chart1.BackSecondaryColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(78)))), ((int)(((byte)(104)))));
     this.chart1.BorderlineColor    = System.Drawing.SystemColors.MenuText;
     this.chart1.BorderSkin.BackImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(78)))), ((int)(((byte)(104)))));
     this.chart1.BorderSkin.BackSecondaryColor        = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(78)))), ((int)(((byte)(104)))));
     this.chart1.BorderSkin.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(78)))), ((int)(((byte)(104)))));
     chartArea1.Area3DStyle.Enable3D  = true;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(65)))), ((int)(((byte)(99)))));
     legend1.Font          = new System.Drawing.Font("Gabriola", 16.2F, System.Drawing.FontStyle.Bold);
     legend1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(246)))));
     legend1.IsTextAutoFit = false;
     legend1.Name          = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location   = new System.Drawing.Point(-1, -2);
     this.chart1.Margin     = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chart1.Name       = "chart1";
     this.chart1.Palette    = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series1.ChartArea      = "ChartArea1";
     series1.ChartType      = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series1.Font           = new System.Drawing.Font("Gabriola", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(246)))));
     series1.Legend         = "Legend1";
     series1.Name           = "Series1";
     series1.ShadowColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(78)))), ((int)(((byte)(104)))));
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(1140, 634);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Gabriola", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(246)))));
     title1.Name          = "Title1";
     title1.Text          = "Current Results";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(65)))), ((int)(((byte)(99)))));
     this.button1.FlatAppearance.BorderSize         = 0;
     this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(204)))), ((int)(((byte)(211)))));
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(204)))), ((int)(((byte)(211)))));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Gabriola", 16.2F, System.Drawing.FontStyle.Bold);
     this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(246)))));
     this.button1.Location  = new System.Drawing.Point(779, 546);
     this.button1.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(173, 48);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "Log Out";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form4
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1137, 635);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chart1);
     this.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name          = "Form4";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form4";
     this.Load         += new System.EventHandler(this.Form4_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    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.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.label1                       = new System.Windows.Forms.Label();
     this.label2                       = new System.Windows.Forms.Label();
     this.button4                      = new System.Windows.Forms.Button();
     this.openFileDialog1              = new System.Windows.Forms.OpenFileDialog();
     this.menuStrip2                   = new System.Windows.Forms.MenuStrip();
     this.aSAToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6           = new System.Windows.Forms.ToolStripMenuItem();
     this.negativeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.brightnessToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.brightnessToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.kontToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.kontrastToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.asdasdToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4           = new System.Windows.Forms.ToolStripMenuItem();
     this.rotationToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.shiftToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.closeupToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.removalToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1                  = new System.Windows.Forms.PictureBox();
     this.pictureBox2                  = new System.Windows.Forms.PictureBox();
     this.label4                       = new System.Windows.Forms.Label();
     this.Histogram                    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tresholdingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.kopekTresh                   = new System.Windows.Forms.ToolStripTextBox();
     this.butonTresh                   = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Histogram)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(983, 639);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(268, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Bu uygulama  Tolga İSKENDER tarafından geliştirilmiştir";
     this.label1.Click   += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(1150, 663);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(101, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Tüm Hakları Saklıdır";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(562, 53);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(96, 36);
     this.button4.TabIndex = 7;
     this.button4.Text     = "Resim Yükle";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // menuStrip2
     //
     this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aSAToolStripMenuItem,
         this.asdasdToolStripMenuItem
     });
     this.menuStrip2.Location = new System.Drawing.Point(0, 0);
     this.menuStrip2.Name     = "menuStrip2";
     this.menuStrip2.Size     = new System.Drawing.Size(1263, 24);
     this.menuStrip2.TabIndex = 11;
     this.menuStrip2.Text     = "menuStrip2";
     //
     // aSAToolStripMenuItem
     //
     this.aSAToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem5,
         this.toolStripMenuItem6,
         this.negativeToolStripMenuItem,
         this.brightnessToolStripMenuItem,
         this.brightnessToolStripMenuItem1,
         this.kontToolStripMenuItem,
         this.kontrastToolStripMenuItem,
         this.tresholdingToolStripMenuItem
     });
     this.aSAToolStripMenuItem.Name   = "aSAToolStripMenuItem";
     this.aSAToolStripMenuItem.Size   = new System.Drawing.Size(56, 20);
     this.aSAToolStripMenuItem.Text   = "Effecks";
     this.aSAToolStripMenuItem.Click += new System.EventHandler(this.aSAToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name   = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size   = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem5.Text   = "Gray";
     this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name   = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size   = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem6.Text   = "Emboss";
     this.toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItem6_Click);
     //
     // negativeToolStripMenuItem
     //
     this.negativeToolStripMenuItem.Name   = "negativeToolStripMenuItem";
     this.negativeToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.negativeToolStripMenuItem.Text   = "Negative";
     this.negativeToolStripMenuItem.Click += new System.EventHandler(this.negativeToolStripMenuItem_Click);
     //
     // brightnessToolStripMenuItem
     //
     this.brightnessToolStripMenuItem.Name   = "brightnessToolStripMenuItem";
     this.brightnessToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.brightnessToolStripMenuItem.Text   = "Brightness+";
     this.brightnessToolStripMenuItem.Click += new System.EventHandler(this.brightnessToolStripMenuItem_Click);
     //
     // brightnessToolStripMenuItem1
     //
     this.brightnessToolStripMenuItem1.Name   = "brightnessToolStripMenuItem1";
     this.brightnessToolStripMenuItem1.Size   = new System.Drawing.Size(152, 22);
     this.brightnessToolStripMenuItem1.Text   = "Brightness-";
     this.brightnessToolStripMenuItem1.Click += new System.EventHandler(this.brightnessToolStripMenuItem1_Click);
     //
     // kontToolStripMenuItem
     //
     this.kontToolStripMenuItem.Name   = "kontToolStripMenuItem";
     this.kontToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.kontToolStripMenuItem.Text   = "Kontrast+";
     this.kontToolStripMenuItem.Click += new System.EventHandler(this.kontToolStripMenuItem_Click);
     //
     // kontrastToolStripMenuItem
     //
     this.kontrastToolStripMenuItem.Name   = "kontrastToolStripMenuItem";
     this.kontrastToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.kontrastToolStripMenuItem.Text   = "Kontrast-";
     this.kontrastToolStripMenuItem.Click += new System.EventHandler(this.kontrastToolStripMenuItem_Click);
     //
     // asdasdToolStripMenuItem
     //
     this.asdasdToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3,
         this.toolStripMenuItem4,
         this.rotationToolStripMenuItem,
         this.shiftToolStripMenuItem,
         this.closeupToolStripMenuItem,
         this.removalToolStripMenuItem
     });
     this.asdasdToolStripMenuItem.Name = "asdasdToolStripMenuItem";
     this.asdasdToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     this.asdasdToolStripMenuItem.Text = "Rotate";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(125, 22);
     this.toolStripMenuItem3.Text   = "Reversing";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(125, 22);
     this.toolStripMenuItem4.Text   = "Mirror";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
     //
     // rotationToolStripMenuItem
     //
     this.rotationToolStripMenuItem.Name = "rotationToolStripMenuItem";
     this.rotationToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.rotationToolStripMenuItem.Text = "Rotation";
     //
     // shiftToolStripMenuItem
     //
     this.shiftToolStripMenuItem.Name   = "shiftToolStripMenuItem";
     this.shiftToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.shiftToolStripMenuItem.Text   = "Shift";
     this.shiftToolStripMenuItem.Click += new System.EventHandler(this.shiftToolStripMenuItem_Click);
     //
     // closeupToolStripMenuItem
     //
     this.closeupToolStripMenuItem.Name   = "closeupToolStripMenuItem";
     this.closeupToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.closeupToolStripMenuItem.Text   = "Close-up";
     this.closeupToolStripMenuItem.Click += new System.EventHandler(this.closeupToolStripMenuItem_Click);
     //
     // removalToolStripMenuItem
     //
     this.removalToolStripMenuItem.Name   = "removalToolStripMenuItem";
     this.removalToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.removalToolStripMenuItem.Text   = "Removal";
     this.removalToolStripMenuItem.Click += new System.EventHandler(this.removalToolStripMenuItem_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(12, 53);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(474, 402);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new System.Drawing.Point(777, 53);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(474, 402);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 13;
     this.pictureBox2.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(608, 250);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(22, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "--->";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // Histogram
     //
     chartArea2.Name = "ChartArea1";
     this.Histogram.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.Histogram.Legends.Add(legend2);
     this.Histogram.Location = new System.Drawing.Point(12, 471);
     this.Histogram.Name     = "Histogram";
     series4.ChartArea       = "ChartArea1";
     series4.Color           = System.Drawing.Color.Red;
     series4.Legend          = "Legend1";
     series4.Name            = "Kırmızı";
     series5.ChartArea       = "ChartArea1";
     series5.Color           = System.Drawing.Color.Lime;
     series5.Legend          = "Legend1";
     series5.Name            = "Yeşil";
     series6.ChartArea       = "ChartArea1";
     series6.Color           = System.Drawing.Color.Blue;
     series6.Legend          = "Legend1";
     series6.Name            = "Mavi";
     this.Histogram.Series.Add(series4);
     this.Histogram.Series.Add(series5);
     this.Histogram.Series.Add(series6);
     this.Histogram.Size     = new System.Drawing.Size(965, 216);
     this.Histogram.TabIndex = 15;
     this.Histogram.Text     = "chart1";
     title2.Name             = "Histogram";
     this.Histogram.Titles.Add(title2);
     this.Histogram.Visible = false;
     //
     // tresholdingToolStripMenuItem
     //
     this.tresholdingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.kopekTresh,
         this.butonTresh
     });
     this.tresholdingToolStripMenuItem.Name   = "tresholdingToolStripMenuItem";
     this.tresholdingToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.tresholdingToolStripMenuItem.Text   = "Tresholding";
     this.tresholdingToolStripMenuItem.Click += new System.EventHandler(this.tresholdingToolStripMenuItem_Click);
     //
     // kopekTresh
     //
     this.kopekTresh.Name = "kopekTresh";
     this.kopekTresh.Size = new System.Drawing.Size(100, 23);
     //
     // butonTresh
     //
     this.butonTresh.Name   = "butonTresh";
     this.butonTresh.Size   = new System.Drawing.Size(160, 22);
     this.butonTresh.Text   = "Yap";
     this.butonTresh.Click += new System.EventHandler(this.butonTresh_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1263, 699);
     this.Controls.Add(this.Histogram);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip2);
     this.Name  = "Form1";
     this.Text  = "c# goruntu işleme";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.menuStrip2.ResumeLayout(false);
     this.menuStrip2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Histogram)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem19 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem20 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem21 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem22 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem23 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem24 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem25 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem26 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem27 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem28 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem29 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem30 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem31 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem32 = new System.Windows.Forms.ListViewItem("");
            System.Windows.Forms.ListViewItem listViewItem33 = new System.Windows.Forms.ListViewItem("");
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.dataCollectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.oddsCollectionOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dataEvaluateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.scoreForecastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.winRateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitSystemSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton_resultEvaluate = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_todayEvaluate = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_iniToday = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_iniLast = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_exitSystem = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.filterMatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.todayMatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectMatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.todayMatchTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.treeExpandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.treeColaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.caiPiaoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.initTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPage12 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.panel1 = new System.Windows.Forms.Panel();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.PointLabelsList = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dataGridView5 = new System.Windows.Forms.DataGridView();
            this.label3 = new System.Windows.Forms.Label();
            this.treeView5 = new System.Windows.Forms.TreeView();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.splitContainer4 = new System.Windows.Forms.SplitContainer();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.button22 = new System.Windows.Forms.Button();
            this.button21 = new System.Windows.Forms.Button();
            this.button20 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.button1 = new System.Windows.Forms.Button();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.splitContainer5 = new System.Windows.Forms.SplitContainer();
            this.splitContainer8 = new System.Windows.Forms.SplitContainer();
            this.richTextBox2 = new System.Windows.Forms.RichTextBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.splitContainer7 = new System.Windows.Forms.SplitContainer();
            this.button30 = new System.Windows.Forms.Button();
            this.button29 = new System.Windows.Forms.Button();
            this.button26 = new System.Windows.Forms.Button();
            this.button19 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.treeView2 = new System.Windows.Forms.TreeView();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.splitContainer11 = new System.Windows.Forms.SplitContainer();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.splitContainer13 = new System.Windows.Forms.SplitContainer();
            this.webBrowser2 = new System.Windows.Forms.WebBrowser();
            this.button4 = new System.Windows.Forms.Button();
            this.listView2 = new System.Windows.Forms.ListView();
            this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabPage9 = new System.Windows.Forms.TabPage();
            this.splitContainer15 = new System.Windows.Forms.SplitContainer();
            this.richTextBox5 = new System.Windows.Forms.RichTextBox();
            this.button31 = new System.Windows.Forms.Button();
            this.button12 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.button5 = new System.Windows.Forms.Button();
            this.richTextBox4 = new System.Windows.Forms.RichTextBox();
            this.tabPage7 = new System.Windows.Forms.TabPage();
            this.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabPage8 = new System.Windows.Forms.TabPage();
            this.splitContainer14 = new System.Windows.Forms.SplitContainer();
            this.treeView3 = new System.Windows.Forms.TreeView();
            this.splitContainer16 = new System.Windows.Forms.SplitContainer();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.listBox3 = new System.Windows.Forms.ListBox();
            this.button8 = new System.Windows.Forms.Button();
            this.richTextBox6 = new System.Windows.Forms.RichTextBox();
            this.tabPage13 = new System.Windows.Forms.TabPage();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.button9 = new System.Windows.Forms.Button();
            this.button36 = new System.Windows.Forms.Button();
            this.button35 = new System.Windows.Forms.Button();
            this.button34 = new System.Windows.Forms.Button();
            this.button33 = new System.Windows.Forms.Button();
            this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.button32 = new System.Windows.Forms.Button();
            this.dataGridView4 = new System.Windows.Forms.DataGridView();
            this.tabPage10 = new System.Windows.Forms.TabPage();
            this.button25 = new System.Windows.Forms.Button();
            this.button24 = new System.Windows.Forms.Button();
            this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
            this.checkBox8 = new System.Windows.Forms.CheckBox();
            this.checkBox7 = new System.Windows.Forms.CheckBox();
            this.checkBox6 = new System.Windows.Forms.CheckBox();
            this.button17 = new System.Windows.Forms.Button();
            this.checkBox5 = new System.Windows.Forms.CheckBox();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.button16 = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.splitContainer6 = new System.Windows.Forms.SplitContainer();
            this.splitContainer12 = new System.Windows.Forms.SplitContainer();
            this.dataGridView3 = new System.Windows.Forms.DataGridView();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.richTextBox3 = new System.Windows.Forms.RichTextBox();
            this.checkBox11 = new System.Windows.Forms.CheckBox();
            this.dataGridView2 = new System.Windows.Forms.DataGridView();
            this.splitContainer9 = new System.Windows.Forms.SplitContainer();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.tabPage11 = new System.Windows.Forms.TabPage();
            this.checkBox10 = new System.Windows.Forms.CheckBox();
            this.checkBox9 = new System.Windows.Forms.CheckBox();
            this.button18 = new System.Windows.Forms.Button();
            this.treeView4 = new System.Windows.Forms.TreeView();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.selectMatchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.tabPage12.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).BeginInit();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
            this.splitContainer4.Panel1.SuspendLayout();
            this.splitContainer4.Panel2.SuspendLayout();
            this.splitContainer4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
            this.splitContainer5.Panel1.SuspendLayout();
            this.splitContainer5.Panel2.SuspendLayout();
            this.splitContainer5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
            this.splitContainer8.Panel1.SuspendLayout();
            this.splitContainer8.Panel2.SuspendLayout();
            this.splitContainer8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
            this.splitContainer7.Panel1.SuspendLayout();
            this.splitContainer7.Panel2.SuspendLayout();
            this.splitContainer7.SuspendLayout();
            this.tabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer11)).BeginInit();
            this.splitContainer11.Panel1.SuspendLayout();
            this.splitContainer11.Panel2.SuspendLayout();
            this.splitContainer11.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer13)).BeginInit();
            this.splitContainer13.Panel1.SuspendLayout();
            this.splitContainer13.Panel2.SuspendLayout();
            this.splitContainer13.SuspendLayout();
            this.tabPage9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer15)).BeginInit();
            this.splitContainer15.Panel1.SuspendLayout();
            this.splitContainer15.Panel2.SuspendLayout();
            this.splitContainer15.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.tabPage7.SuspendLayout();
            this.tabPage8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer14)).BeginInit();
            this.splitContainer14.Panel1.SuspendLayout();
            this.splitContainer14.Panel2.SuspendLayout();
            this.splitContainer14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer16)).BeginInit();
            this.splitContainer16.Panel1.SuspendLayout();
            this.splitContainer16.Panel2.SuspendLayout();
            this.splitContainer16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
            this.tabPage13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
            this.tabPage10.SuspendLayout();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
            this.splitContainer6.Panel1.SuspendLayout();
            this.splitContainer6.Panel2.SuspendLayout();
            this.splitContainer6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer12)).BeginInit();
            this.splitContainer12.Panel1.SuspendLayout();
            this.splitContainer12.Panel2.SuspendLayout();
            this.splitContainer12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).BeginInit();
            this.splitContainer9.Panel1.SuspendLayout();
            this.splitContainer9.Panel2.SuspendLayout();
            this.splitContainer9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tabPage11.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dataCollectionToolStripMenuItem,
            this.oddsCollectionOToolStripMenuItem,
            this.dataEvaluateToolStripMenuItem,
            this.scoreForecastToolStripMenuItem,
            this.winRateToolStripMenuItem,
            this.exitSystemSToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(907, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // dataCollectionToolStripMenuItem
            // 
            this.dataCollectionToolStripMenuItem.Name = "dataCollectionToolStripMenuItem";
            this.dataCollectionToolStripMenuItem.Size = new System.Drawing.Size(119, 20);
            this.dataCollectionToolStripMenuItem.Text = "dataCollection(&C)";
            this.dataCollectionToolStripMenuItem.Click += new System.EventHandler(this.dataCollectionToolStripMenuItem_Click);
            // 
            // oddsCollectionOToolStripMenuItem
            // 
            this.oddsCollectionOToolStripMenuItem.Name = "oddsCollectionOToolStripMenuItem";
            this.oddsCollectionOToolStripMenuItem.Size = new System.Drawing.Size(119, 20);
            this.oddsCollectionOToolStripMenuItem.Text = "oddsCollection(&O)";
            this.oddsCollectionOToolStripMenuItem.Click += new System.EventHandler(this.oddsCollectionOToolStripMenuItem_Click);
            // 
            // dataEvaluateToolStripMenuItem
            // 
            this.dataEvaluateToolStripMenuItem.Name = "dataEvaluateToolStripMenuItem";
            this.dataEvaluateToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
            this.dataEvaluateToolStripMenuItem.Text = "dataEvaluate(&E)";
            this.dataEvaluateToolStripMenuItem.Click += new System.EventHandler(this.dataEvaluateToolStripMenuItem_Click);
            // 
            // scoreForecastToolStripMenuItem
            // 
            this.scoreForecastToolStripMenuItem.Name = "scoreForecastToolStripMenuItem";
            this.scoreForecastToolStripMenuItem.Size = new System.Drawing.Size(113, 20);
            this.scoreForecastToolStripMenuItem.Text = "scoreForecast(F)";
            this.scoreForecastToolStripMenuItem.Click += new System.EventHandler(this.scoreForecastToolStripMenuItem_Click);
            // 
            // winRateToolStripMenuItem
            // 
            this.winRateToolStripMenuItem.Name = "winRateToolStripMenuItem";
            this.winRateToolStripMenuItem.Size = new System.Drawing.Size(77, 20);
            this.winRateToolStripMenuItem.Text = "winRate(&R)";
            this.winRateToolStripMenuItem.Click += new System.EventHandler(this.winRateToolStripMenuItem_Click);
            // 
            // exitSystemSToolStripMenuItem
            // 
            this.exitSystemSToolStripMenuItem.Name = "exitSystemSToolStripMenuItem";
            this.exitSystemSToolStripMenuItem.Size = new System.Drawing.Size(95, 20);
            this.exitSystemSToolStripMenuItem.Text = "exitSystem(&S)";
            this.exitSystemSToolStripMenuItem.Click += new System.EventHandler(this.exitSystemSToolStripMenuItem_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripProgressBar1,
            this.toolStripStatusLabel1,
            this.toolStripStatusLabel2,
            this.toolStripStatusLabel3,
            this.toolStripStatusLabel4});
            this.statusStrip1.Location = new System.Drawing.Point(0, 468);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(907, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripProgressBar1
            // 
            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
            this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.AutoSize = false;
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 17);
            this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.AutoSize = false;
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(131, 17);
            // 
            // toolStripStatusLabel3
            // 
            this.toolStripStatusLabel3.AutoSize = false;
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            this.toolStripStatusLabel3.Size = new System.Drawing.Size(131, 17);
            // 
            // toolStripStatusLabel4
            // 
            this.toolStripStatusLabel4.AutoSize = false;
            this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
            this.toolStripStatusLabel4.Size = new System.Drawing.Size(131, 17);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton_resultEvaluate,
            this.toolStripButton2,
            this.toolStripButton_todayEvaluate,
            this.toolStripButton_iniToday,
            this.toolStripButton_iniLast,
            this.toolStripButton1,
            this.toolStripButton_exitSystem,
            this.toolStripLabel2});
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(907, 35);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton_resultEvaluate
            // 
            this.toolStripButton_resultEvaluate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_resultEvaluate.Image")));
            this.toolStripButton_resultEvaluate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_resultEvaluate.Name = "toolStripButton_resultEvaluate";
            this.toolStripButton_resultEvaluate.Size = new System.Drawing.Size(93, 32);
            this.toolStripButton_resultEvaluate.Text = "resultEvaluate";
            this.toolStripButton_resultEvaluate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton_resultEvaluate.Click += new System.EventHandler(this.toolStripButton_resultEvaluate_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(87, 32);
            this.toolStripButton2.Text = "auditAnalysis";
            this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripButton_todayEvaluate
            // 
            this.toolStripButton_todayEvaluate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_todayEvaluate.Image")));
            this.toolStripButton_todayEvaluate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_todayEvaluate.Name = "toolStripButton_todayEvaluate";
            this.toolStripButton_todayEvaluate.Size = new System.Drawing.Size(129, 32);
            this.toolStripButton_todayEvaluate.Text = "updateResultAnalysis";
            this.toolStripButton_todayEvaluate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton_todayEvaluate.Click += new System.EventHandler(this.toolStripButton_todayEvaluate_Click);
            // 
            // toolStripButton_iniToday
            // 
            this.toolStripButton_iniToday.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_iniToday.Image")));
            this.toolStripButton_iniToday.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_iniToday.Name = "toolStripButton_iniToday";
            this.toolStripButton_iniToday.Size = new System.Drawing.Size(99, 32);
            this.toolStripButton_iniToday.Text = "updateLiveTable";
            this.toolStripButton_iniToday.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton_iniToday.Click += new System.EventHandler(this.toolStripButton_iniToday_Click);
            // 
            // toolStripButton_iniLast
            // 
            this.toolStripButton_iniLast.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_iniLast.Image")));
            this.toolStripButton_iniLast.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_iniLast.Name = "toolStripButton_iniLast";
            this.toolStripButton_iniLast.Size = new System.Drawing.Size(111, 32);
            this.toolStripButton_iniLast.Text = "updateResultTable";
            this.toolStripButton_iniLast.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton_iniLast.Click += new System.EventHandler(this.toolStripButton_iniLast_Click);
            // 
            // toolStripButton1
            // 
            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(87, 32);
            this.toolStripButton1.Text = "emptyAnalysis";
            this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton_exitSystem
            // 
            this.toolStripButton_exitSystem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_exitSystem.Image")));
            this.toolStripButton_exitSystem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_exitSystem.Name = "toolStripButton_exitSystem";
            this.toolStripButton_exitSystem.Size = new System.Drawing.Size(69, 32);
            this.toolStripButton_exitSystem.Text = "exitSystem";
            this.toolStripButton_exitSystem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton_exitSystem.Click += new System.EventHandler(this.toolStripButton_exitSystem_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.AutoSize = false;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(95, 22);
            // 
            // tabControl1
            // 
            this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
            this.tabControl1.ContextMenuStrip = this.contextMenuStrip1;
            this.tabControl1.Controls.Add(this.tabPage12);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage10);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage11);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 59);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(907, 409);
            this.tabControl1.TabIndex = 3;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.filterMatchToolStripMenuItem,
            this.todayMatchToolStripMenuItem,
            this.selectMatchToolStripMenuItem,
            this.todayMatchTimeToolStripMenuItem,
            this.treeExpandToolStripMenuItem,
            this.treeColaToolStripMenuItem,
            this.tToolStripMenuItem,
            this.caiPiaoToolStripMenuItem,
            this.initTreeToolStripMenuItem,
            this.selectMatchToolStripMenuItem1});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(167, 246);
            // 
            // filterMatchToolStripMenuItem
            // 
            this.filterMatchToolStripMenuItem.Name = "filterMatchToolStripMenuItem";
            this.filterMatchToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.filterMatchToolStripMenuItem.Text = "Filter Match";
            this.filterMatchToolStripMenuItem.Click += new System.EventHandler(this.filterMatchToolStripMenuItem_Click);
            // 
            // todayMatchToolStripMenuItem
            // 
            this.todayMatchToolStripMenuItem.Name = "todayMatchToolStripMenuItem";
            this.todayMatchToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.todayMatchToolStripMenuItem.Text = "Today Match";
            this.todayMatchToolStripMenuItem.Click += new System.EventHandler(this.todayMatchToolStripMenuItem_Click);
            // 
            // selectMatchToolStripMenuItem
            // 
            this.selectMatchToolStripMenuItem.Name = "selectMatchToolStripMenuItem";
            this.selectMatchToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.selectMatchToolStripMenuItem.Text = "Select Match";
            this.selectMatchToolStripMenuItem.Click += new System.EventHandler(this.selectMatchToolStripMenuItem_Click);
            // 
            // todayMatchTimeToolStripMenuItem
            // 
            this.todayMatchTimeToolStripMenuItem.Name = "todayMatchTimeToolStripMenuItem";
            this.todayMatchTimeToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.todayMatchTimeToolStripMenuItem.Text = "Today Match Time";
            this.todayMatchTimeToolStripMenuItem.Click += new System.EventHandler(this.todayMatchTimeToolStripMenuItem_Click);
            // 
            // treeExpandToolStripMenuItem
            // 
            this.treeExpandToolStripMenuItem.Name = "treeExpandToolStripMenuItem";
            this.treeExpandToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.treeExpandToolStripMenuItem.Text = "Tree Expand";
            this.treeExpandToolStripMenuItem.Click += new System.EventHandler(this.treeExpandToolStripMenuItem_Click);
            // 
            // treeColaToolStripMenuItem
            // 
            this.treeColaToolStripMenuItem.Name = "treeColaToolStripMenuItem";
            this.treeColaToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.treeColaToolStripMenuItem.Text = "Tree Collapse";
            this.treeColaToolStripMenuItem.Click += new System.EventHandler(this.treeColaToolStripMenuItem_Click);
            // 
            // tToolStripMenuItem
            // 
            this.tToolStripMenuItem.Name = "tToolStripMenuItem";
            this.tToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.tToolStripMenuItem.Text = "Today Histroy";
            this.tToolStripMenuItem.Click += new System.EventHandler(this.tToolStripMenuItem_Click);
            // 
            // caiPiaoToolStripMenuItem
            // 
            this.caiPiaoToolStripMenuItem.Name = "caiPiaoToolStripMenuItem";
            this.caiPiaoToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.caiPiaoToolStripMenuItem.Text = "Cai Piao";
            this.caiPiaoToolStripMenuItem.Click += new System.EventHandler(this.caiPiaoToolStripMenuItem_Click);
            // 
            // initTreeToolStripMenuItem
            // 
            this.initTreeToolStripMenuItem.Name = "initTreeToolStripMenuItem";
            this.initTreeToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.initTreeToolStripMenuItem.Text = "Init Tree";
            this.initTreeToolStripMenuItem.Click += new System.EventHandler(this.initTreeToolStripMenuItem_Click);
            // 
            // tabPage12
            // 
            this.tabPage12.Controls.Add(this.tableLayoutPanel1);
            this.tabPage12.Location = new System.Drawing.Point(4, 4);
            this.tabPage12.Name = "tabPage12";
            this.tabPage12.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage12.Size = new System.Drawing.Size(899, 384);
            this.tabPage12.TabIndex = 6;
            this.tabPage12.Text = "Smart Soccer Forecast";
            this.tabPage12.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 0F));
            this.tableLayoutPanel1.Controls.Add(this.chart1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 2);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(893, 378);
            this.tableLayoutPanel1.TabIndex = 2;
            // 
            // chart1
            // 
            this.chart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.chart1.BackSecondaryColor = System.Drawing.Color.White;
            this.chart1.BorderlineColor = System.Drawing.SystemColors.ActiveCaption;
            this.chart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            this.chart1.BorderlineWidth = 2;
            chartArea1.Name = "Default";
            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(3, 3);
            this.chart1.Name = "chart1";
            this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series1.ChartArea = "Default";
            series1.Legend = "Legend1";
            series1.Name = "RealScore";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series1.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series2.ChartArea = "Default";
            series2.Legend = "Legend1";
            series2.Name = "RealWDL";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series3.ChartArea = "Default";
            series3.Legend = "Legend1";
            series3.Name = "RealGoals";
            series3.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
            series4.ChartArea = "Default";
            series4.Legend = "Legend1";
            series4.Name = "RealOddEven";
            series5.ChartArea = "Default";
            series5.Legend = "Legend1";
            series5.Name = "ForeWDL";
            series6.ChartArea = "Default";
            series6.Legend = "Legend1";
            series6.Name = "ForeGoals";
            series6.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
            series7.ChartArea = "Default";
            series7.Legend = "Legend1";
            series7.Name = "ForeOddEven";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Series.Add(series4);
            this.chart1.Series.Add(series5);
            this.chart1.Series.Add(series6);
            this.chart1.Series.Add(series7);
            this.chart1.Size = new System.Drawing.Size(887, 165);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.PointLabelsList);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 174);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(887, 29);
            this.panel1.TabIndex = 1;
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(168, 4);
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(86, 21);
            this.numericUpDown1.TabIndex = 5;
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // PointLabelsList
            // 
            this.PointLabelsList.FormattingEnabled = true;
            this.PointLabelsList.Items.AddRange(new object[] {
            "LastScore",
            "LastGoals",
            "ScoreForecast",
            "GoalsForecast",
            "ClearLabel"});
            this.PointLabelsList.Location = new System.Drawing.Point(31, 3);
            this.PointLabelsList.Name = "PointLabelsList";
            this.PointLabelsList.Size = new System.Drawing.Size(86, 20);
            this.PointLabelsList.TabIndex = 3;
            this.PointLabelsList.SelectedIndexChanged += new System.EventHandler(this.PointLabelsList_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(288, 6);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(527, 12);
            this.label7.TabIndex = 2;
            this.label7.Text = "字体蓝色->客队状态好,拟合值||背景橙色->客队攻击力强,进球数||字体粗->客队实力强,310数";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.dataGridView5);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Controls.Add(this.treeView5);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(3, 209);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(887, 166);
            this.panel2.TabIndex = 7;
            // 
            // dataGridView5
            // 
            this.dataGridView5.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
            this.dataGridView5.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.dataGridView5.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            this.dataGridView5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView5.GridColor = System.Drawing.SystemColors.Highlight;
            this.dataGridView5.Location = new System.Drawing.Point(361, 16);
            this.dataGridView5.Name = "dataGridView5";
            this.dataGridView5.RowTemplate.Height = 23;
            this.dataGridView5.Size = new System.Drawing.Size(454, 39);
            this.dataGridView5.TabIndex = 6;
            this.dataGridView5.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView5_CellContentClick);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(704, 75);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(11, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "l";
            // 
            // treeView5
            // 
            this.treeView5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView5.ItemHeight = 18;
            this.treeView5.Location = new System.Drawing.Point(0, 0);
            this.treeView5.Name = "treeView5";
            this.treeView5.ShowNodeToolTips = true;
            this.treeView5.Size = new System.Drawing.Size(887, 166);
            this.treeView5.TabIndex = 0;
            this.treeView5.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView5_AfterSelect);
            this.treeView5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView5_MouseDown);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.splitContainer1);
            this.tabPage1.Location = new System.Drawing.Point(4, 4);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(899, 384);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Match Data Collection";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(3, 3);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer4);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(893, 378);
            this.splitContainer1.SplitterDistance = 296;
            this.splitContainer1.TabIndex = 0;
            // 
            // splitContainer4
            // 
            this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer4.Location = new System.Drawing.Point(0, 0);
            this.splitContainer4.Name = "splitContainer4";
            this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer4.Panel1
            // 
            this.splitContainer4.Panel1.Controls.Add(this.richTextBox1);
            // 
            // splitContainer4.Panel2
            // 
            this.splitContainer4.Panel2.Controls.Add(this.button22);
            this.splitContainer4.Panel2.Controls.Add(this.button21);
            this.splitContainer4.Panel2.Controls.Add(this.button20);
            this.splitContainer4.Panel2.Controls.Add(this.button2);
            this.splitContainer4.Panel2.Controls.Add(this.label2);
            this.splitContainer4.Panel2.Controls.Add(this.label1);
            this.splitContainer4.Panel2.Controls.Add(this.dateTimePicker2);
            this.splitContainer4.Panel2.Controls.Add(this.dateTimePicker1);
            this.splitContainer4.Panel2.Controls.Add(this.button1);
            this.splitContainer4.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer4_Panel2_Paint);
            this.splitContainer4.Size = new System.Drawing.Size(292, 374);
            this.splitContainer4.SplitterDistance = 89;
            this.splitContainer4.TabIndex = 0;
            // 
            // richTextBox1
            // 
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Location = new System.Drawing.Point(0, 0);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(292, 89);
            this.richTextBox1.TabIndex = 0;
            this.richTextBox1.Text = "";
            // 
            // button22
            // 
            this.button22.Location = new System.Drawing.Point(317, 85);
            this.button22.Name = "button22";
            this.button22.Size = new System.Drawing.Size(75, 23);
            this.button22.TabIndex = 10;
            this.button22.Text = "LiveAibo";
            this.button22.UseVisualStyleBackColor = true;
            this.button22.Click += new System.EventHandler(this.button22_Click);
            // 
            // button21
            // 
            this.button21.Location = new System.Drawing.Point(317, 114);
            this.button21.Name = "button21";
            this.button21.Size = new System.Drawing.Size(75, 23);
            this.button21.TabIndex = 9;
            this.button21.Text = "Aibo->Sql";
            this.button21.UseVisualStyleBackColor = true;
            this.button21.Click += new System.EventHandler(this.button21_Click);
            // 
            // button20
            // 
            this.button20.Location = new System.Drawing.Point(317, 165);
            this.button20.Name = "button20";
            this.button20.Size = new System.Drawing.Size(75, 23);
            this.button20.TabIndex = 8;
            this.button20.Text = "LiveOkoo";
            this.button20.UseVisualStyleBackColor = true;
            this.button20.Click += new System.EventHandler(this.button20_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(47, 12);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "批量采集";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.Blue;
            this.label2.Location = new System.Drawing.Point(44, 149);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(36, 15);
            this.label2.TabIndex = 6;
            this.label2.Text = "END:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.Blue;
            this.label1.Location = new System.Drawing.Point(44, 69);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 15);
            this.label1.TabIndex = 5;
            this.label1.Text = "BEGIN:";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Location = new System.Drawing.Point(47, 167);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(169, 21);
            this.dateTimePicker2.TabIndex = 4;
            this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged);
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(47, 87);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(169, 21);
            this.dateTimePicker1.TabIndex = 3;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(47, 219);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "最新采集";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.webBrowser1);
            this.splitContainer2.Size = new System.Drawing.Size(589, 374);
            this.splitContainer2.SplitterDistance = 224;
            this.splitContainer2.TabIndex = 0;
            // 
            // splitContainer3
            // 
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer3.Location = new System.Drawing.Point(0, 0);
            this.splitContainer3.Name = "splitContainer3";
            this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer3.Panel1
            // 
            this.splitContainer3.Panel1.Controls.Add(this.listBox1);
            // 
            // splitContainer3.Panel2
            // 
            this.splitContainer3.Panel2.Controls.Add(this.textBox1);
            this.splitContainer3.Size = new System.Drawing.Size(589, 224);
            this.splitContainer3.SplitterDistance = 188;
            this.splitContainer3.TabIndex = 0;
            // 
            // listBox1
            // 
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(0, 0);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(589, 188);
            this.listBox1.TabIndex = 0;
            // 
            // textBox1
            // 
            this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox1.Location = new System.Drawing.Point(0, 0);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(589, 21);
            this.textBox1.TabIndex = 0;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(589, 146);
            this.webBrowser1.TabIndex = 1;
            this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.splitContainer5);
            this.tabPage2.Location = new System.Drawing.Point(4, 4);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(899, 384);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Match Data Operation";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // splitContainer5
            // 
            this.splitContainer5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer5.Location = new System.Drawing.Point(3, 3);
            this.splitContainer5.Name = "splitContainer5";
            // 
            // splitContainer5.Panel1
            // 
            this.splitContainer5.Panel1.Controls.Add(this.splitContainer8);
            // 
            // splitContainer5.Panel2
            // 
            this.splitContainer5.Panel2.Controls.Add(this.splitContainer7);
            this.splitContainer5.Size = new System.Drawing.Size(893, 378);
            this.splitContainer5.SplitterDistance = 619;
            this.splitContainer5.TabIndex = 0;
            // 
            // splitContainer8
            // 
            this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer8.Location = new System.Drawing.Point(0, 0);
            this.splitContainer8.Name = "splitContainer8";
            this.splitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer8.Panel1
            // 
            this.splitContainer8.Panel1.Controls.Add(this.richTextBox2);
            // 
            // splitContainer8.Panel2
            // 
            this.splitContainer8.Panel2.Controls.Add(this.dataGridView1);
            this.splitContainer8.Size = new System.Drawing.Size(615, 374);
            this.splitContainer8.SplitterDistance = 83;
            this.splitContainer8.TabIndex = 1;
            // 
            // richTextBox2
            // 
            this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox2.Location = new System.Drawing.Point(0, 0);
            this.richTextBox2.Name = "richTextBox2";
            this.richTextBox2.Size = new System.Drawing.Size(615, 83);
            this.richTextBox2.TabIndex = 0;
            this.richTextBox2.Text = "";
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.Color.GhostWhite;
            this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            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(615, 287);
            this.dataGridView1.TabIndex = 0;
            // 
            // splitContainer7
            // 
            this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer7.Location = new System.Drawing.Point(0, 0);
            this.splitContainer7.Name = "splitContainer7";
            this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer7.Panel1
            // 
            this.splitContainer7.Panel1.Controls.Add(this.button30);
            this.splitContainer7.Panel1.Controls.Add(this.button29);
            this.splitContainer7.Panel1.Controls.Add(this.button26);
            this.splitContainer7.Panel1.Controls.Add(this.button19);
            this.splitContainer7.Panel1.Controls.Add(this.button6);
            this.splitContainer7.Panel1.Controls.Add(this.button3);
            // 
            // splitContainer7.Panel2
            // 
            this.splitContainer7.Panel2.Controls.Add(this.treeView2);
            this.splitContainer7.Size = new System.Drawing.Size(266, 374);
            this.splitContainer7.SplitterDistance = 142;
            this.splitContainer7.TabIndex = 0;
            // 
            // button30
            // 
            this.button30.Location = new System.Drawing.Point(53, 62);
            this.button30.Name = "button30";
            this.button30.Size = new System.Drawing.Size(163, 23);
            this.button30.TabIndex = 8;
            this.button30.Text = "result_tb_lib";
            this.button30.UseVisualStyleBackColor = true;
            this.button30.Click += new System.EventHandler(this.button30_Click);
            // 
            // button29
            // 
            this.button29.Location = new System.Drawing.Point(53, 33);
            this.button29.Name = "button29";
            this.button29.Size = new System.Drawing.Size(164, 23);
            this.button29.TabIndex = 7;
            this.button29.Text = "live_Table_lib";
            this.button29.UseVisualStyleBackColor = true;
            this.button29.Click += new System.EventHandler(this.button29_Click);
            // 
            // button26
            // 
            this.button26.Location = new System.Drawing.Point(237, 33);
            this.button26.Name = "button26";
            this.button26.Size = new System.Drawing.Size(86, 23);
            this.button26.TabIndex = 6;
            this.button26.Text = "live_okoo";
            this.button26.UseVisualStyleBackColor = true;
            this.button26.Click += new System.EventHandler(this.button26_Click);
            // 
            // button19
            // 
            this.button19.Location = new System.Drawing.Point(237, 91);
            this.button19.Name = "button19";
            this.button19.Size = new System.Drawing.Size(86, 23);
            this.button19.TabIndex = 5;
            this.button19.Text = "live_Aibo";
            this.button19.UseVisualStyleBackColor = true;
            this.button19.Click += new System.EventHandler(this.button19_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(53, 91);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(164, 23);
            this.button6.TabIndex = 4;
            this.button6.Text = "match_table_xpath";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(237, 62);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(86, 23);
            this.button3.TabIndex = 1;
            this.button3.Text = "查询计算";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // treeView2
            // 
            this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView2.Location = new System.Drawing.Point(0, 0);
            this.treeView2.Name = "treeView2";
            this.treeView2.Size = new System.Drawing.Size(266, 228);
            this.treeView2.TabIndex = 0;
            this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect);
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.splitContainer11);
            this.tabPage4.Location = new System.Drawing.Point(4, 4);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(899, 384);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Live Odds Collection";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // splitContainer11
            // 
            this.splitContainer11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer11.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer11.Location = new System.Drawing.Point(0, 0);
            this.splitContainer11.Name = "splitContainer11";
            this.splitContainer11.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer11.Panel1
            // 
            this.splitContainer11.Panel1.Controls.Add(this.textBox3);
            // 
            // splitContainer11.Panel2
            // 
            this.splitContainer11.Panel2.Controls.Add(this.tabControl2);
            this.splitContainer11.Size = new System.Drawing.Size(899, 384);
            this.splitContainer11.SplitterDistance = 27;
            this.splitContainer11.TabIndex = 0;
            // 
            // textBox3
            // 
            this.textBox3.ContextMenuStrip = this.contextMenuStrip1;
            this.textBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox3.Location = new System.Drawing.Point(0, 0);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(899, 21);
            this.textBox3.TabIndex = 0;
            this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tabPage5);
            this.tabControl2.Controls.Add(this.tabPage9);
            this.tabControl2.Controls.Add(this.tabPage6);
            this.tabControl2.Controls.Add(this.tabPage7);
            this.tabControl2.Controls.Add(this.tabPage8);
            this.tabControl2.Controls.Add(this.tabPage13);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl2.Location = new System.Drawing.Point(0, 0);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(899, 353);
            this.tabControl2.TabIndex = 0;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.splitContainer13);
            this.tabPage5.Location = new System.Drawing.Point(4, 21);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(891, 328);
            this.tabPage5.TabIndex = 0;
            this.tabPage5.Text = "System.Net.WebBrowser->html";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // splitContainer13
            // 
            this.splitContainer13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer13.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer13.Location = new System.Drawing.Point(3, 3);
            this.splitContainer13.Name = "splitContainer13";
            this.splitContainer13.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer13.Panel1
            // 
            this.splitContainer13.Panel1.Controls.Add(this.webBrowser2);
            // 
            // splitContainer13.Panel2
            // 
            this.splitContainer13.Panel2.Controls.Add(this.button4);
            this.splitContainer13.Panel2.Controls.Add(this.listView2);
            this.splitContainer13.Size = new System.Drawing.Size(885, 322);
            this.splitContainer13.SplitterDistance = 133;
            this.splitContainer13.TabIndex = 2;
            // 
            // webBrowser2
            // 
            this.webBrowser2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser2.Location = new System.Drawing.Point(0, 0);
            this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser2.Name = "webBrowser2";
            this.webBrowser2.Size = new System.Drawing.Size(885, 133);
            this.webBrowser2.TabIndex = 1;
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(803, 3);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 1;
            this.button4.Text = "url->html";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // listView2
            // 
            this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader14});
            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(885, 185);
            this.listView2.TabIndex = 1;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
            // 
            // tabPage9
            // 
            this.tabPage9.Controls.Add(this.splitContainer15);
            this.tabPage9.Location = new System.Drawing.Point(4, 21);
            this.tabPage9.Name = "tabPage9";
            this.tabPage9.Size = new System.Drawing.Size(891, 328);
            this.tabPage9.TabIndex = 4;
            this.tabPage9.Text = "System.Net.Webclient->html";
            this.tabPage9.UseVisualStyleBackColor = true;
            // 
            // splitContainer15
            // 
            this.splitContainer15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer15.Location = new System.Drawing.Point(0, 0);
            this.splitContainer15.Name = "splitContainer15";
            // 
            // splitContainer15.Panel1
            // 
            this.splitContainer15.Panel1.Controls.Add(this.richTextBox5);
            // 
            // splitContainer15.Panel2
            // 
            this.splitContainer15.Panel2.Controls.Add(this.button31);
            this.splitContainer15.Panel2.Controls.Add(this.button12);
            this.splitContainer15.Panel2.Controls.Add(this.button13);
            this.splitContainer15.Size = new System.Drawing.Size(891, 328);
            this.splitContainer15.SplitterDistance = 673;
            this.splitContainer15.TabIndex = 3;
            // 
            // richTextBox5
            // 
            this.richTextBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox5.Location = new System.Drawing.Point(0, 0);
            this.richTextBox5.Name = "richTextBox5";
            this.richTextBox5.Size = new System.Drawing.Size(673, 328);
            this.richTextBox5.TabIndex = 0;
            this.richTextBox5.Text = "";
            // 
            // button31
            // 
            this.button31.Location = new System.Drawing.Point(71, 188);
            this.button31.Name = "button31";
            this.button31.Size = new System.Drawing.Size(75, 23);
            this.button31.TabIndex = 3;
            this.button31.Text = "button31";
            this.button31.UseVisualStyleBackColor = true;
            this.button31.Click += new System.EventHandler(this.button31_Click);
            // 
            // button12
            // 
            this.button12.Location = new System.Drawing.Point(36, 45);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(104, 23);
            this.button12.TabIndex = 1;
            this.button12.Text = "DownloadData";
            this.button12.UseVisualStyleBackColor = true;
            this.button12.Click += new System.EventHandler(this.button12_Click);
            // 
            // button13
            // 
            this.button13.Location = new System.Drawing.Point(36, 116);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(104, 23);
            this.button13.TabIndex = 2;
            this.button13.Text = "OpenRead";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.button13_Click);
            // 
            // tabPage6
            // 
            this.tabPage6.Controls.Add(this.button5);
            this.tabPage6.Controls.Add(this.richTextBox4);
            this.tabPage6.Location = new System.Drawing.Point(4, 21);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage6.Size = new System.Drawing.Size(891, 328);
            this.tabPage6.TabIndex = 1;
            this.tabPage6.Text = "html->txt";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(121, 31);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 2;
            this.button5.Text = "html->txt";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // richTextBox4
            // 
            this.richTextBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox4.Location = new System.Drawing.Point(3, 3);
            this.richTextBox4.Name = "richTextBox4";
            this.richTextBox4.Size = new System.Drawing.Size(885, 322);
            this.richTextBox4.TabIndex = 0;
            this.richTextBox4.Text = "";
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.button15);
            this.tabPage7.Controls.Add(this.button14);
            this.tabPage7.Controls.Add(this.button7);
            this.tabPage7.Controls.Add(this.listView1);
            this.tabPage7.Location = new System.Drawing.Point(4, 21);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.Size = new System.Drawing.Size(891, 328);
            this.tabPage7.TabIndex = 2;
            this.tabPage7.Text = "html->listview";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // button15
            // 
            this.button15.Location = new System.Drawing.Point(580, 29);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(75, 23);
            this.button15.TabIndex = 5;
            this.button15.Text = "acc->today";
            this.button15.UseVisualStyleBackColor = true;
            this.button15.Click += new System.EventHandler(this.button15_Click);
            // 
            // button14
            // 
            this.button14.Location = new System.Drawing.Point(408, 29);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(75, 23);
            this.button14.TabIndex = 4;
            this.button14.Text = "bjs->acc";
            this.button14.UseVisualStyleBackColor = true;
            this.button14.Click += new System.EventHandler(this.button14_Click);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(238, 29);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(75, 23);
            this.button7.TabIndex = 3;
            this.button7.Text = "txt->acc";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // listView1
            // 
            this.listView1.AllowColumnReorder = true;
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10,
            this.columnHeader11,
            this.columnHeader12,
            this.columnHeader13});
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6,
            listViewItem7,
            listViewItem8,
            listViewItem9,
            listViewItem10,
            listViewItem11,
            listViewItem12,
            listViewItem13,
            listViewItem14,
            listViewItem15,
            listViewItem16,
            listViewItem17,
            listViewItem18,
            listViewItem19,
            listViewItem20,
            listViewItem21,
            listViewItem22,
            listViewItem23,
            listViewItem24,
            listViewItem25,
            listViewItem26,
            listViewItem27,
            listViewItem28,
            listViewItem29,
            listViewItem30,
            listViewItem31,
            listViewItem32,
            listViewItem33});
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(891, 328);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.splitContainer14);
            this.tabPage8.Location = new System.Drawing.Point(4, 21);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Size = new System.Drawing.Size(891, 328);
            this.tabPage8.TabIndex = 3;
            this.tabPage8.Text = "html->treeview";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // splitContainer14
            // 
            this.splitContainer14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer14.Location = new System.Drawing.Point(0, 0);
            this.splitContainer14.Name = "splitContainer14";
            // 
            // splitContainer14.Panel1
            // 
            this.splitContainer14.Panel1.Controls.Add(this.treeView3);
            // 
            // splitContainer14.Panel2
            // 
            this.splitContainer14.Panel2.Controls.Add(this.splitContainer16);
            this.splitContainer14.Size = new System.Drawing.Size(891, 328);
            this.splitContainer14.SplitterDistance = 208;
            this.splitContainer14.TabIndex = 3;
            // 
            // treeView3
            // 
            this.treeView3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView3.Location = new System.Drawing.Point(0, 0);
            this.treeView3.Name = "treeView3";
            this.treeView3.Size = new System.Drawing.Size(208, 328);
            this.treeView3.TabIndex = 2;
            this.treeView3.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView3_AfterSelect);
            // 
            // splitContainer16
            // 
            this.splitContainer16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer16.Location = new System.Drawing.Point(0, 0);
            this.splitContainer16.Name = "splitContainer16";
            this.splitContainer16.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer16.Panel1
            // 
            this.splitContainer16.Panel1.Controls.Add(this.numericUpDown2);
            this.splitContainer16.Panel1.Controls.Add(this.listBox3);
            // 
            // splitContainer16.Panel2
            // 
            this.splitContainer16.Panel2.Controls.Add(this.button8);
            this.splitContainer16.Panel2.Controls.Add(this.richTextBox6);
            this.splitContainer16.Size = new System.Drawing.Size(679, 328);
            this.splitContainer16.SplitterDistance = 163;
            this.splitContainer16.TabIndex = 1;
            // 
            // numericUpDown2
            // 
            this.numericUpDown2.Location = new System.Drawing.Point(323, 94);
            this.numericUpDown2.Name = "numericUpDown2";
            this.numericUpDown2.Size = new System.Drawing.Size(84, 21);
            this.numericUpDown2.TabIndex = 1;
            this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
            // 
            // listBox3
            // 
            this.listBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox3.FormattingEnabled = true;
            this.listBox3.ItemHeight = 12;
            this.listBox3.Location = new System.Drawing.Point(0, 0);
            this.listBox3.Name = "listBox3";
            this.listBox3.Size = new System.Drawing.Size(679, 163);
            this.listBox3.TabIndex = 0;
            this.listBox3.SelectedIndexChanged += new System.EventHandler(this.listBox3_SelectedIndexChanged);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(148, 46);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 0;
            this.button8.Text = "html->tree";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // richTextBox6
            // 
            this.richTextBox6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox6.Location = new System.Drawing.Point(0, 0);
            this.richTextBox6.Name = "richTextBox6";
            this.richTextBox6.Size = new System.Drawing.Size(679, 161);
            this.richTextBox6.TabIndex = 0;
            this.richTextBox6.Text = "";
            // 
            // tabPage13
            // 
            this.tabPage13.Controls.Add(this.textBox8);
            this.tabPage13.Controls.Add(this.textBox7);
            this.tabPage13.Controls.Add(this.textBox6);
            this.tabPage13.Controls.Add(this.button9);
            this.tabPage13.Controls.Add(this.button36);
            this.tabPage13.Controls.Add(this.button35);
            this.tabPage13.Controls.Add(this.button34);
            this.tabPage13.Controls.Add(this.button33);
            this.tabPage13.Controls.Add(this.checkedListBox2);
            this.tabPage13.Controls.Add(this.label6);
            this.tabPage13.Controls.Add(this.textBox5);
            this.tabPage13.Controls.Add(this.textBox4);
            this.tabPage13.Controls.Add(this.button32);
            this.tabPage13.Controls.Add(this.dataGridView4);
            this.tabPage13.Location = new System.Drawing.Point(4, 21);
            this.tabPage13.Name = "tabPage13";
            this.tabPage13.Size = new System.Drawing.Size(891, 328);
            this.tabPage13.TabIndex = 5;
            this.tabPage13.Text = "html->query.table";
            this.tabPage13.UseVisualStyleBackColor = true;
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(859, 159);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(389, 21);
            this.textBox8.TabIndex = 15;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(859, 130);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(389, 21);
            this.textBox7.TabIndex = 14;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(667, 42);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(422, 21);
            this.textBox6.TabIndex = 13;
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(665, 215);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(125, 23);
            this.button9.TabIndex = 12;
            this.button9.Text = "match_table_xpath";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click_1);
            // 
            // button36
            // 
            this.button36.Location = new System.Drawing.Point(910, 69);
            this.button36.Name = "button36";
            this.button36.Size = new System.Drawing.Size(75, 23);
            this.button36.TabIndex = 11;
            this.button36.Text = "OkooHtmlToSql";
            this.button36.UseVisualStyleBackColor = true;
            this.button36.Click += new System.EventHandler(this.button36_Click);
            // 
            // button35
            // 
            this.button35.Location = new System.Drawing.Point(665, 96);
            this.button35.Name = "button35";
            this.button35.Size = new System.Drawing.Size(125, 23);
            this.button35.TabIndex = 10;
            this.button35.Text = "ExportToExcel";
            this.button35.UseVisualStyleBackColor = true;
            this.button35.Click += new System.EventHandler(this.button35_Click);
            // 
            // button34
            // 
            this.button34.Location = new System.Drawing.Point(665, 186);
            this.button34.Name = "button34";
            this.button34.Size = new System.Drawing.Size(125, 23);
            this.button34.TabIndex = 9;
            this.button34.Text = "GetTableInnerText";
            this.button34.UseVisualStyleBackColor = true;
            this.button34.Click += new System.EventHandler(this.button34_Click);
            // 
            // button33
            // 
            this.button33.Location = new System.Drawing.Point(665, 157);
            this.button33.Name = "button33";
            this.button33.Size = new System.Drawing.Size(125, 23);
            this.button33.TabIndex = 8;
            this.button33.Text = "GetTableOutHtml";
            this.button33.UseVisualStyleBackColor = true;
            this.button33.Click += new System.EventHandler(this.button33_Click);
            // 
            // checkedListBox2
            // 
            this.checkedListBox2.FormattingEnabled = true;
            this.checkedListBox2.Location = new System.Drawing.Point(665, 259);
            this.checkedListBox2.Name = "checkedListBox2";
            this.checkedListBox2.Size = new System.Drawing.Size(539, 84);
            this.checkedListBox2.TabIndex = 7;
            this.checkedListBox2.SelectedIndexChanged += new System.EventHandler(this.checkedListBox2_SelectedIndexChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(924, 139);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(0, 12);
            this.label6.TabIndex = 6;
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(665, 69);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(100, 21);
            this.textBox5.TabIndex = 3;
            this.textBox5.Text = "0";
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(665, 15);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(424, 21);
            this.textBox4.TabIndex = 2;
            // 
            // button32
            // 
            this.button32.Location = new System.Drawing.Point(665, 128);
            this.button32.Name = "button32";
            this.button32.Size = new System.Drawing.Size(125, 23);
            this.button32.TabIndex = 1;
            this.button32.Text = "GetTableInnerHtml";
            this.button32.UseVisualStyleBackColor = true;
            this.button32.Click += new System.EventHandler(this.button32_Click);
            // 
            // dataGridView4
            // 
            this.dataGridView4.BackgroundColor = System.Drawing.SystemColors.ControlLight;
            this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView4.Dock = System.Windows.Forms.DockStyle.Left;
            this.dataGridView4.Location = new System.Drawing.Point(0, 0);
            this.dataGridView4.Name = "dataGridView4";
            this.dataGridView4.RowTemplate.Height = 23;
            this.dataGridView4.Size = new System.Drawing.Size(633, 328);
            this.dataGridView4.TabIndex = 0;
            // 
            // tabPage10
            // 
            this.tabPage10.Controls.Add(this.button25);
            this.tabPage10.Controls.Add(this.button24);
            this.tabPage10.Controls.Add(this.checkedListBox1);
            this.tabPage10.Controls.Add(this.checkBox8);
            this.tabPage10.Controls.Add(this.checkBox7);
            this.tabPage10.Controls.Add(this.checkBox6);
            this.tabPage10.Controls.Add(this.button17);
            this.tabPage10.Controls.Add(this.checkBox5);
            this.tabPage10.Controls.Add(this.checkBox4);
            this.tabPage10.Controls.Add(this.checkBox3);
            this.tabPage10.Controls.Add(this.checkBox2);
            this.tabPage10.Controls.Add(this.checkBox1);
            this.tabPage10.Controls.Add(this.button16);
            this.tabPage10.Location = new System.Drawing.Point(4, 4);
            this.tabPage10.Name = "tabPage10";
            this.tabPage10.Size = new System.Drawing.Size(899, 384);
            this.tabPage10.TabIndex = 4;
            this.tabPage10.Text = "Live Collection Result";
            this.tabPage10.UseVisualStyleBackColor = true;
            // 
            // button25
            // 
            this.button25.Location = new System.Drawing.Point(145, 267);
            this.button25.Name = "button25";
            this.button25.Size = new System.Drawing.Size(75, 23);
            this.button25.TabIndex = 12;
            this.button25.Text = "button25";
            this.button25.UseVisualStyleBackColor = true;
            this.button25.Click += new System.EventHandler(this.button25_Click);
            // 
            // button24
            // 
            this.button24.Location = new System.Drawing.Point(145, 215);
            this.button24.Name = "button24";
            this.button24.Size = new System.Drawing.Size(75, 23);
            this.button24.TabIndex = 11;
            this.button24.Text = "button24";
            this.button24.UseVisualStyleBackColor = true;
            this.button24.Click += new System.EventHandler(this.button24_Click);
            // 
            // checkedListBox1
            // 
            this.checkedListBox1.FormattingEnabled = true;
            this.checkedListBox1.Location = new System.Drawing.Point(253, 12);
            this.checkedListBox1.Name = "checkedListBox1";
            this.checkedListBox1.Size = new System.Drawing.Size(124, 372);
            this.checkedListBox1.TabIndex = 10;
            // 
            // checkBox8
            // 
            this.checkBox8.AutoSize = true;
            this.checkBox8.ForeColor = System.Drawing.Color.Red;
            this.checkBox8.Location = new System.Drawing.Point(429, 295);
            this.checkBox8.Name = "checkBox8";
            this.checkBox8.Size = new System.Drawing.Size(240, 16);
            this.checkBox8.TabIndex = 9;
            this.checkBox8.Text = "http://ms.7m.cn/result_big.shtml?dt=";
            this.checkBox8.UseVisualStyleBackColor = true;
            this.checkBox8.CheckedChanged += new System.EventHandler(this.checkBox8_CheckedChanged);
            // 
            // checkBox7
            // 
            this.checkBox7.AutoSize = true;
            this.checkBox7.ForeColor = System.Drawing.Color.Red;
            this.checkBox7.Location = new System.Drawing.Point(429, 97);
            this.checkBox7.Name = "checkBox7";
            this.checkBox7.Size = new System.Drawing.Size(396, 16);
            this.checkBox7.TabIndex = 8;
            this.checkBox7.Text = "http://1x2.bet007.com/bet007history.aspx?id=&company=&matchdate=";
            this.checkBox7.UseVisualStyleBackColor = true;
            this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
            // 
            // checkBox6
            // 
            this.checkBox6.AutoSize = true;
            this.checkBox6.ForeColor = System.Drawing.Color.Red;
            this.checkBox6.Location = new System.Drawing.Point(429, 256);
            this.checkBox6.Name = "checkBox6";
            this.checkBox6.Size = new System.Drawing.Size(216, 16);
            this.checkBox6.TabIndex = 7;
            this.checkBox6.Text = "http://ms.7m.cn/played_big.shtml";
            this.checkBox6.UseVisualStyleBackColor = true;
            this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
            // 
            // button17
            // 
            this.button17.Location = new System.Drawing.Point(145, 111);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(75, 23);
            this.button17.TabIndex = 6;
            this.button17.Text = "->";
            this.button17.UseVisualStyleBackColor = true;
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // checkBox5
            // 
            this.checkBox5.AutoSize = true;
            this.checkBox5.Location = new System.Drawing.Point(429, 222);
            this.checkBox5.Name = "checkBox5";
            this.checkBox5.Size = new System.Drawing.Size(222, 16);
            this.checkBox5.TabIndex = 5;
            this.checkBox5.Text = "http://ms.7m.cn/default_big.shtml";
            this.checkBox5.UseVisualStyleBackColor = true;
            this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
            // 
            // checkBox4
            // 
            this.checkBox4.AutoSize = true;
            this.checkBox4.Location = new System.Drawing.Point(429, 161);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(96, 16);
            this.checkBox4.TabIndex = 4;
            this.checkBox4.Text = "->MatchToday";
            this.checkBox4.UseVisualStyleBackColor = true;
            this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Location = new System.Drawing.Point(429, 139);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(366, 16);
            this.checkBox3.TabIndex = 3;
            this.checkBox3.Text = "http://live.aibo123.com/bifen/indexBeiDan.shtml?lang=&isc=";
            this.checkBox3.UseVisualStyleBackColor = true;
            this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.ForeColor = System.Drawing.Color.Red;
            this.checkBox2.Location = new System.Drawing.Point(429, 65);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(264, 16);
            this.checkBox2.TabIndex = 2;
            this.checkBox2.Text = "http://1x2.bet007.com/bet007history.aspx";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(429, 29);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(156, 16);
            this.checkBox1.TabIndex = 1;
            this.checkBox1.Text = "http://1x2.bet007.com/";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // button16
            // 
            this.button16.Location = new System.Drawing.Point(145, 44);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(75, 23);
            this.button16.TabIndex = 0;
            this.button16.Text = "->";
            this.button16.UseVisualStyleBackColor = true;
            this.button16.Click += new System.EventHandler(this.button16_Click);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.splitContainer6);
            this.tabPage3.Location = new System.Drawing.Point(4, 4);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(899, 384);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Soccer Score Forecast";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // splitContainer6
            // 
            this.splitContainer6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.splitContainer6.Location = new System.Drawing.Point(0, 0);
            this.splitContainer6.Name = "splitContainer6";
            // 
            // splitContainer6.Panel1
            // 
            this.splitContainer6.Panel1.Controls.Add(this.splitContainer12);
            // 
            // splitContainer6.Panel2
            // 
            this.splitContainer6.Panel2.Controls.Add(this.splitContainer9);
            this.splitContainer6.Size = new System.Drawing.Size(899, 384);
            this.splitContainer6.SplitterDistance = 245;
            this.splitContainer6.TabIndex = 0;
            // 
            // splitContainer12
            // 
            this.splitContainer12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer12.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer12.Location = new System.Drawing.Point(0, 0);
            this.splitContainer12.Name = "splitContainer12";
            this.splitContainer12.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer12.Panel1
            // 
            this.splitContainer12.Panel1.Controls.Add(this.dataGridView3);
            this.splitContainer12.Panel1.Controls.Add(this.textBox2);
            this.splitContainer12.Panel1.Controls.Add(this.richTextBox3);
            this.splitContainer12.Panel1.Controls.Add(this.checkBox11);
            // 
            // splitContainer12.Panel2
            // 
            this.splitContainer12.Panel2.Controls.Add(this.dataGridView2);
            this.splitContainer12.Size = new System.Drawing.Size(241, 380);
            this.splitContainer12.SplitterDistance = 126;
            this.splitContainer12.TabIndex = 0;
            // 
            // dataGridView3
            // 
            this.dataGridView3.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView3.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView3.Location = new System.Drawing.Point(0, 0);
            this.dataGridView3.Name = "dataGridView3";
            this.dataGridView3.RowTemplate.Height = 23;
            this.dataGridView3.Size = new System.Drawing.Size(241, 126);
            this.dataGridView3.TabIndex = 4;
            // 
            // textBox2
            // 
            this.textBox2.BackColor = System.Drawing.Color.LightYellow;
            this.textBox2.ForeColor = System.Drawing.Color.Red;
            this.textBox2.Location = new System.Drawing.Point(96, 95);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(103, 21);
            this.textBox2.TabIndex = 0;
            // 
            // richTextBox3
            // 
            this.richTextBox3.BackColor = System.Drawing.Color.WhiteSmoke;
            this.richTextBox3.ForeColor = System.Drawing.Color.Red;
            this.richTextBox3.Location = new System.Drawing.Point(207, 92);
            this.richTextBox3.Name = "richTextBox3";
            this.richTextBox3.Size = new System.Drawing.Size(135, 26);
            this.richTextBox3.TabIndex = 1;
            this.richTextBox3.Text = "";
            // 
            // checkBox11
            // 
            this.checkBox11.AutoSize = true;
            this.checkBox11.Location = new System.Drawing.Point(6, 100);
            this.checkBox11.Name = "checkBox11";
            this.checkBox11.Size = new System.Drawing.Size(84, 16);
            this.checkBox11.TabIndex = 3;
            this.checkBox11.Text = "checkBox11";
            this.checkBox11.UseVisualStyleBackColor = true;
            // 
            // dataGridView2
            // 
            this.dataGridView2.BackgroundColor = System.Drawing.Color.GhostWhite;
            this.dataGridView2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView2.Location = new System.Drawing.Point(0, 0);
            this.dataGridView2.Name = "dataGridView2";
            this.dataGridView2.RowTemplate.Height = 23;
            this.dataGridView2.Size = new System.Drawing.Size(241, 250);
            this.dataGridView2.TabIndex = 0;
            // 
            // splitContainer9
            // 
            this.splitContainer9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer9.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer9.Location = new System.Drawing.Point(0, 0);
            this.splitContainer9.Name = "splitContainer9";
            this.splitContainer9.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer9.Panel1
            // 
            this.splitContainer9.Panel1.Controls.Add(this.pictureBox1);
            this.splitContainer9.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer9_Panel1_Paint);
            // 
            // splitContainer9.Panel2
            // 
            this.splitContainer9.Panel2.Controls.Add(this.treeView1);
            this.splitContainer9.Panel2.Controls.Add(this.listBox2);
            this.splitContainer9.Size = new System.Drawing.Size(646, 380);
            this.splitContainer9.SplitterDistance = 128;
            this.splitContainer9.TabIndex = 0;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(646, 128);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // treeView1
            // 
            this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.FullRowSelect = true;
            this.treeView1.HotTracking = true;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(646, 248);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 12;
            this.listBox2.Location = new System.Drawing.Point(82, -75);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(317, 52);
            this.listBox2.TabIndex = 2;
            // 
            // tabPage11
            // 
            this.tabPage11.Controls.Add(this.checkBox10);
            this.tabPage11.Controls.Add(this.checkBox9);
            this.tabPage11.Controls.Add(this.button18);
            this.tabPage11.Controls.Add(this.treeView4);
            this.tabPage11.Location = new System.Drawing.Point(4, 4);
            this.tabPage11.Name = "tabPage11";
            this.tabPage11.Size = new System.Drawing.Size(899, 384);
            this.tabPage11.TabIndex = 5;
            this.tabPage11.Text = "Forecast Result Review";
            this.tabPage11.UseVisualStyleBackColor = true;
            // 
            // checkBox10
            // 
            this.checkBox10.AutoSize = true;
            this.checkBox10.Location = new System.Drawing.Point(765, 142);
            this.checkBox10.Name = "checkBox10";
            this.checkBox10.Size = new System.Drawing.Size(120, 16);
            this.checkBox10.TabIndex = 3;
            this.checkBox10.Text = "Work task timer ";
            this.checkBox10.UseVisualStyleBackColor = true;
            this.checkBox10.CheckedChanged += new System.EventHandler(this.checkBox10_CheckedChanged);
            // 
            // checkBox9
            // 
            this.checkBox9.AutoSize = true;
            this.checkBox9.Location = new System.Drawing.Point(765, 81);
            this.checkBox9.Name = "checkBox9";
            this.checkBox9.Size = new System.Drawing.Size(102, 16);
            this.checkBox9.TabIndex = 2;
            this.checkBox9.Text = "Only histrory";
            this.checkBox9.UseVisualStyleBackColor = true;
            // 
            // button18
            // 
            this.button18.Location = new System.Drawing.Point(765, 29);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(75, 23);
            this.button18.TabIndex = 1;
            this.button18.Text = "hiView";
            this.button18.UseVisualStyleBackColor = true;
            this.button18.Click += new System.EventHandler(this.button18_Click);
            // 
            // treeView4
            // 
            this.treeView4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView4.Location = new System.Drawing.Point(0, 0);
            this.treeView4.Name = "treeView4";
            this.treeView4.Size = new System.Drawing.Size(899, 384);
            this.treeView4.TabIndex = 0;
            // 
            // selectMatchToolStripMenuItem1
            // 
            this.selectMatchToolStripMenuItem1.Name = "selectMatchToolStripMenuItem1";
            this.selectMatchToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
            this.selectMatchToolStripMenuItem1.Text = "SelectMatch";
            this.selectMatchToolStripMenuItem1.Click += new System.EventHandler(this.selectMatchToolStripMenuItem1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(907, 490);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "Soccer Score Forecast";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabPage12.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).EndInit();
            this.tabPage1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer4.Panel1.ResumeLayout(false);
            this.splitContainer4.Panel2.ResumeLayout(false);
            this.splitContainer4.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
            this.splitContainer4.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel2.ResumeLayout(false);
            this.splitContainer3.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
            this.splitContainer3.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.splitContainer5.Panel1.ResumeLayout(false);
            this.splitContainer5.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
            this.splitContainer5.ResumeLayout(false);
            this.splitContainer8.Panel1.ResumeLayout(false);
            this.splitContainer8.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
            this.splitContainer8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.splitContainer7.Panel1.ResumeLayout(false);
            this.splitContainer7.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
            this.splitContainer7.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.splitContainer11.Panel1.ResumeLayout(false);
            this.splitContainer11.Panel1.PerformLayout();
            this.splitContainer11.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer11)).EndInit();
            this.splitContainer11.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.splitContainer13.Panel1.ResumeLayout(false);
            this.splitContainer13.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer13)).EndInit();
            this.splitContainer13.ResumeLayout(false);
            this.tabPage9.ResumeLayout(false);
            this.splitContainer15.Panel1.ResumeLayout(false);
            this.splitContainer15.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer15)).EndInit();
            this.splitContainer15.ResumeLayout(false);
            this.tabPage6.ResumeLayout(false);
            this.tabPage7.ResumeLayout(false);
            this.tabPage8.ResumeLayout(false);
            this.splitContainer14.Panel1.ResumeLayout(false);
            this.splitContainer14.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer14)).EndInit();
            this.splitContainer14.ResumeLayout(false);
            this.splitContainer16.Panel1.ResumeLayout(false);
            this.splitContainer16.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer16)).EndInit();
            this.splitContainer16.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
            this.tabPage13.ResumeLayout(false);
            this.tabPage13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
            this.tabPage10.ResumeLayout(false);
            this.tabPage10.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.splitContainer6.Panel1.ResumeLayout(false);
            this.splitContainer6.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
            this.splitContainer6.ResumeLayout(false);
            this.splitContainer12.Panel1.ResumeLayout(false);
            this.splitContainer12.Panel1.PerformLayout();
            this.splitContainer12.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer12)).EndInit();
            this.splitContainer12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            this.splitContainer9.Panel1.ResumeLayout(false);
            this.splitContainer9.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).EndInit();
            this.splitContainer9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tabPage11.ResumeLayout(false);
            this.tabPage11.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 chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(HeatMapView));
     this.chart                = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
     this.colorsPictureBox     = new System.Windows.Forms.PictureBox();
     this.minimumLabel         = new System.Windows.Forms.Label();
     this.maximumLabel         = new System.Windows.Forms.Label();
     this.grayscalesPictureBox = new System.Windows.Forms.PictureBox();
     this.grayscaleCheckBox    = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorsPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grayscalesPictureBox)).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.IntervalAutoMode         = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
     chartArea1.AxisX.LabelAutoFitStyle        = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)));
     chartArea1.AxisX.Title                    = "Column Index";
     chartArea1.AxisY.Title                    = "Row Index";
     chartArea1.CursorX.IsUserEnabled          = true;
     chartArea1.CursorX.IsUserSelectionEnabled = true;
     chartArea1.CursorY.IsUserEnabled          = true;
     chartArea1.CursorY.IsUserSelectionEnabled = true;
     chartArea1.Name = "Default";
     this.chart.ChartAreas.Add(chartArea1);
     this.chart.Location = new System.Drawing.Point(0, 0);
     this.chart.Name     = "chart";
     this.chart.Size     = new System.Drawing.Size(406, 463);
     this.chart.TabIndex = 0;
     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         = "Heat Map";
     this.chart.Titles.Add(title1);
     //
     // colorsPictureBox
     //
     this.colorsPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.colorsPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.colorsPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("colorsPictureBox.Image")));
     this.colorsPictureBox.Location    = new System.Drawing.Point(430, 28);
     this.colorsPictureBox.Name        = "colorsPictureBox";
     this.colorsPictureBox.Size        = new System.Drawing.Size(35, 393);
     this.colorsPictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.colorsPictureBox.TabIndex    = 11;
     this.colorsPictureBox.TabStop     = false;
     //
     // minimumLabel
     //
     this.minimumLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.minimumLabel.BackColor = System.Drawing.Color.Transparent;
     this.minimumLabel.Location  = new System.Drawing.Point(412, 424);
     this.minimumLabel.Name      = "minimumLabel";
     this.minimumLabel.Size      = new System.Drawing.Size(73, 19);
     this.minimumLabel.TabIndex  = 2;
     this.minimumLabel.Text      = "0.0";
     this.minimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // maximumLabel
     //
     this.maximumLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.maximumLabel.BackColor = System.Drawing.Color.Transparent;
     this.maximumLabel.Location  = new System.Drawing.Point(412, 0);
     this.maximumLabel.Name      = "maximumLabel";
     this.maximumLabel.Size      = new System.Drawing.Size(73, 25);
     this.maximumLabel.TabIndex  = 1;
     this.maximumLabel.Text      = "1.0";
     this.maximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // grayscalesPictureBox
     //
     this.grayscalesPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.grayscalesPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.grayscalesPictureBox.Image       = ((System.Drawing.Image)(resources.GetObject("grayscalesPictureBox.Image")));
     this.grayscalesPictureBox.Location    = new System.Drawing.Point(430, 28);
     this.grayscalesPictureBox.Name        = "grayscalesPictureBox";
     this.grayscalesPictureBox.Size        = new System.Drawing.Size(35, 393);
     this.grayscalesPictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.grayscalesPictureBox.TabIndex    = 15;
     this.grayscalesPictureBox.TabStop     = false;
     this.grayscalesPictureBox.Visible     = false;
     //
     // grayscaleCheckBox
     //
     this.grayscaleCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.grayscaleCheckBox.AutoSize = true;
     this.grayscaleCheckBox.Location = new System.Drawing.Point(412, 446);
     this.grayscaleCheckBox.Name     = "grayscaleCheckBox";
     this.grayscaleCheckBox.Size     = new System.Drawing.Size(73, 17);
     this.grayscaleCheckBox.TabIndex = 3;
     this.grayscaleCheckBox.Text     = "Grayscale";
     this.grayscaleCheckBox.UseVisualStyleBackColor = true;
     this.grayscaleCheckBox.CheckedChanged         += new System.EventHandler(this.grayscaledImagesCheckBox_CheckedChanged);
     //
     // HeatMapView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.grayscaleCheckBox);
     this.Controls.Add(this.minimumLabel);
     this.Controls.Add(this.maximumLabel);
     this.Controls.Add(this.colorsPictureBox);
     this.Controls.Add(this.chart);
     this.Controls.Add(this.grayscalesPictureBox);
     this.Name = "HeatMapView";
     this.Size = new System.Drawing.Size(485, 463);
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorsPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grayscalesPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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 chartArea10 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series10    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title16     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title     title17     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series11    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title18     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title     title19     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series12    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title20     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.breaksLabel          = new MaterialSkin.Controls.MaterialLabel();
     this.materialLabel3       = new MaterialSkin.Controls.MaterialLabel();
     this.workedTimeLabel      = new MaterialSkin.Controls.MaterialLabel();
     this.materialLabel1       = new MaterialSkin.Controls.MaterialLabel();
     this.panel1               = new System.Windows.Forms.Panel();
     this.windowsListBox       = new System.Windows.Forms.ListBox();
     this.processesListBox     = new System.Windows.Forms.ListBox();
     this.windowsChart         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.appsChart            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.dataPanel            = new System.Windows.Forms.Panel();
     this.materialTabSelector1 = new MaterialSkin.Controls.MaterialTabSelector();
     this.dummyTabControl      = new MaterialSkin.Controls.MaterialTabControl();
     this.tabPage1             = new System.Windows.Forms.TabPage();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.tabPage3             = new System.Windows.Forms.TabPage();
     this.tabPage4             = new System.Windows.Forms.TabPage();
     this.tabPage5             = new System.Windows.Forms.TabPage();
     this.tabPage6             = new System.Windows.Forms.TabPage();
     this.tabPage7             = new System.Windows.Forms.TabPage();
     this.tabPage8             = new System.Windows.Forms.TabPage();
     this.tabPage9             = new System.Windows.Forms.TabPage();
     this.tabPage10            = new System.Windows.Forms.TabPage();
     this.tabPage11            = new System.Windows.Forms.TabPage();
     this.tabPage12            = new System.Windows.Forms.TabPage();
     this.label1               = new System.Windows.Forms.Label();
     this.tasksChart           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel2               = new System.Windows.Forms.Panel();
     this.tasksListBox         = new System.Windows.Forms.ListBox();
     ((System.ComponentModel.ISupportInitialize)(this.windowsChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appsChart)).BeginInit();
     this.dataPanel.SuspendLayout();
     this.dummyTabControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tasksChart)).BeginInit();
     this.SuspendLayout();
     //
     // breaksLabel
     //
     this.breaksLabel.AutoSize   = true;
     this.breaksLabel.Depth      = 0;
     this.breaksLabel.Font       = new System.Drawing.Font("Roboto", 11F);
     this.breaksLabel.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.breaksLabel.Location   = new System.Drawing.Point(1325, 23);
     this.breaksLabel.Margin     = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.breaksLabel.MouseState = MaterialSkin.MouseState.HOVER;
     this.breaksLabel.Name       = "breaksLabel";
     this.breaksLabel.Size       = new System.Drawing.Size(0, 24);
     this.breaksLabel.TabIndex   = 4;
     //
     // materialLabel3
     //
     this.materialLabel3.AutoSize   = true;
     this.materialLabel3.Depth      = 0;
     this.materialLabel3.Font       = new System.Drawing.Font("Roboto", 11F);
     this.materialLabel3.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.materialLabel3.Location   = new System.Drawing.Point(1238, 28);
     this.materialLabel3.Margin     = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.materialLabel3.MouseState = MaterialSkin.MouseState.HOVER;
     this.materialLabel3.Name       = "materialLabel3";
     this.materialLabel3.Size       = new System.Drawing.Size(73, 24);
     this.materialLabel3.TabIndex   = 4;
     this.materialLabel3.Text       = "Breaks:";
     //
     // workedTimeLabel
     //
     this.workedTimeLabel.AutoSize   = true;
     this.workedTimeLabel.Depth      = 0;
     this.workedTimeLabel.Font       = new System.Drawing.Font("Roboto", 11F);
     this.workedTimeLabel.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.workedTimeLabel.Location   = new System.Drawing.Point(940, 23);
     this.workedTimeLabel.Margin     = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.workedTimeLabel.MouseState = MaterialSkin.MouseState.HOVER;
     this.workedTimeLabel.Name       = "workedTimeLabel";
     this.workedTimeLabel.Size       = new System.Drawing.Size(0, 24);
     this.workedTimeLabel.TabIndex   = 4;
     //
     // materialLabel1
     //
     this.materialLabel1.AutoSize   = true;
     this.materialLabel1.Depth      = 0;
     this.materialLabel1.Font       = new System.Drawing.Font("Roboto", 11F);
     this.materialLabel1.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.materialLabel1.Location   = new System.Drawing.Point(847, 26);
     this.materialLabel1.Margin     = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
     this.materialLabel1.Name       = "materialLabel1";
     this.materialLabel1.Size       = new System.Drawing.Size(80, 24);
     this.materialLabel1.TabIndex   = 4;
     this.materialLabel1.Text       = "Worked:";
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(986, 209);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(80, 48);
     this.panel1.TabIndex = 2;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.Panel_Paint);
     //
     // windowsListBox
     //
     this.windowsListBox.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.windowsListBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.windowsListBox.FormattingEnabled = true;
     this.windowsListBox.ItemHeight        = 18;
     this.windowsListBox.Location          = new System.Drawing.Point(1353, 73);
     this.windowsListBox.Margin            = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.windowsListBox.Name      = "windowsListBox";
     this.windowsListBox.Size      = new System.Drawing.Size(188, 324);
     this.windowsListBox.TabIndex  = 1;
     this.windowsListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem);
     //
     // processesListBox
     //
     this.processesListBox.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.processesListBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.processesListBox.FormattingEnabled = true;
     this.processesListBox.ItemHeight        = 18;
     this.processesListBox.Location          = new System.Drawing.Point(806, 73);
     this.processesListBox.Margin            = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.processesListBox.Name                  = "processesListBox";
     this.processesListBox.Size                  = new System.Drawing.Size(172, 324);
     this.processesListBox.TabIndex              = 1;
     this.processesListBox.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem);
     this.processesListBox.SelectedIndexChanged += new System.EventHandler(this.ProcessesListBox_SelectedIndexChanged);
     //
     // windowsChart
     //
     chartArea10.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Gainsboro;
     chartArea10.Name = "ChartArea1";
     this.windowsChart.ChartAreas.Add(chartArea10);
     this.windowsChart.Location = new System.Drawing.Point(1061, 73);
     this.windowsChart.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.windowsChart.Name     = "windowsChart";
     series10.ChartArea         = "ChartArea1";
     series10.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series10.Name = "Series1";
     this.windowsChart.Series.Add(series10);
     this.windowsChart.Size     = new System.Drawing.Size(284, 310);
     this.windowsChart.TabIndex = 0;
     this.windowsChart.Text     = "chart1";
     title16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title16.Name = "Title1";
     title16.Text = "Windows";
     title17.Name = "Title2";
     title17.Text = "00:00:00";
     this.windowsChart.Titles.Add(title16);
     this.windowsChart.Titles.Add(title17);
     //
     // appsChart
     //
     chartArea11.AxisX.LabelStyle.ForeColor  = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisX.LineColor             = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisX2.LineColor            = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisY.LabelStyle.ForeColor  = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisY.LineColor             = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.WhiteSmoke;
     chartArea11.AxisY2.LineColor            = System.Drawing.Color.WhiteSmoke;
     chartArea11.Name = "ChartArea1";
     this.appsChart.ChartAreas.Add(chartArea11);
     this.appsChart.Location = new System.Drawing.Point(514, 73);
     this.appsChart.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.appsChart.Name     = "appsChart";
     series11.ChartArea      = "ChartArea1";
     series11.ChartType      = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series11.Name           = "Series1";
     this.appsChart.Series.Add(series11);
     this.appsChart.Size     = new System.Drawing.Size(284, 310);
     this.appsChart.TabIndex = 0;
     this.appsChart.Text     = "chart1";
     title18.Font            = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title18.Name            = "Title1";
     title18.Text            = "Applications";
     title19.Name            = "Title2";
     title19.Text            = "00:00:00";
     this.appsChart.Titles.Add(title18);
     this.appsChart.Titles.Add(title19);
     //
     // dataPanel
     //
     this.dataPanel.BackColor = System.Drawing.Color.White;
     this.dataPanel.Controls.Add(this.tasksListBox);
     this.dataPanel.Controls.Add(this.tasksChart);
     this.dataPanel.Controls.Add(this.panel2);
     this.dataPanel.Controls.Add(this.breaksLabel);
     this.dataPanel.Controls.Add(this.windowsListBox);
     this.dataPanel.Controls.Add(this.materialLabel1);
     this.dataPanel.Controls.Add(this.processesListBox);
     this.dataPanel.Controls.Add(this.materialLabel3);
     this.dataPanel.Controls.Add(this.windowsChart);
     this.dataPanel.Controls.Add(this.appsChart);
     this.dataPanel.Controls.Add(this.panel1);
     this.dataPanel.Controls.Add(this.workedTimeLabel);
     this.dataPanel.Location = new System.Drawing.Point(4, 98);
     this.dataPanel.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.dataPanel.Name     = "dataPanel";
     this.dataPanel.Size     = new System.Drawing.Size(1539, 421);
     this.dataPanel.TabIndex = 2;
     //
     // materialTabSelector1
     //
     this.materialTabSelector1.BaseTabControl = this.dummyTabControl;
     this.materialTabSelector1.Depth          = 0;
     this.materialTabSelector1.Font           = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.materialTabSelector1.Location       = new System.Drawing.Point(-8, 63);
     this.materialTabSelector1.Margin         = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.materialTabSelector1.MouseState     = MaterialSkin.MouseState.HOVER;
     this.materialTabSelector1.Name           = "materialTabSelector1";
     this.materialTabSelector1.Size           = new System.Drawing.Size(1569, 28);
     this.materialTabSelector1.TabIndex       = 3;
     this.materialTabSelector1.Text           = "materialTabSelector1";
     //
     // dummyTabControl
     //
     this.dummyTabControl.Controls.Add(this.tabPage1);
     this.dummyTabControl.Controls.Add(this.tabPage2);
     this.dummyTabControl.Controls.Add(this.tabPage3);
     this.dummyTabControl.Controls.Add(this.tabPage4);
     this.dummyTabControl.Controls.Add(this.tabPage5);
     this.dummyTabControl.Controls.Add(this.tabPage6);
     this.dummyTabControl.Controls.Add(this.tabPage7);
     this.dummyTabControl.Controls.Add(this.tabPage8);
     this.dummyTabControl.Controls.Add(this.tabPage9);
     this.dummyTabControl.Controls.Add(this.tabPage10);
     this.dummyTabControl.Controls.Add(this.tabPage11);
     this.dummyTabControl.Controls.Add(this.tabPage12);
     this.dummyTabControl.Depth                 = 0;
     this.dummyTabControl.Location              = new System.Drawing.Point(0, 1231);
     this.dummyTabControl.Margin                = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.dummyTabControl.MouseState            = MaterialSkin.MouseState.HOVER;
     this.dummyTabControl.Name                  = "dummyTabControl";
     this.dummyTabControl.SelectedIndex         = 0;
     this.dummyTabControl.Size                  = new System.Drawing.Size(13, 12);
     this.dummyTabControl.TabIndex              = 4;
     this.dummyTabControl.SelectedIndexChanged += new System.EventHandler(this.DummyTabControl_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage1.Size     = new System.Drawing.Size(5, 0);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "January";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage2.Size     = new System.Drawing.Size(5, 0);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "February";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 25);
     this.tabPage3.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(5, 0);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "March";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 25);
     this.tabPage4.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(5, 0);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "April";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // tabPage5
     //
     this.tabPage5.Location = new System.Drawing.Point(4, 25);
     this.tabPage5.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Size     = new System.Drawing.Size(5, 0);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "May";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // tabPage6
     //
     this.tabPage6.Location = new System.Drawing.Point(4, 25);
     this.tabPage6.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Size     = new System.Drawing.Size(5, 0);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "June";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // tabPage7
     //
     this.tabPage7.Location = new System.Drawing.Point(4, 25);
     this.tabPage7.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Size     = new System.Drawing.Size(5, 0);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text     = "July";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // tabPage8
     //
     this.tabPage8.Location = new System.Drawing.Point(4, 25);
     this.tabPage8.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage8.Name     = "tabPage8";
     this.tabPage8.Size     = new System.Drawing.Size(5, 0);
     this.tabPage8.TabIndex = 7;
     this.tabPage8.Text     = "August";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // tabPage9
     //
     this.tabPage9.Location = new System.Drawing.Point(4, 25);
     this.tabPage9.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage9.Name     = "tabPage9";
     this.tabPage9.Size     = new System.Drawing.Size(5, 0);
     this.tabPage9.TabIndex = 8;
     this.tabPage9.Text     = "September";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // tabPage10
     //
     this.tabPage10.Location = new System.Drawing.Point(4, 25);
     this.tabPage10.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage10.Name     = "tabPage10";
     this.tabPage10.Size     = new System.Drawing.Size(5, 0);
     this.tabPage10.TabIndex = 9;
     this.tabPage10.Text     = "October";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // tabPage11
     //
     this.tabPage11.Location = new System.Drawing.Point(4, 25);
     this.tabPage11.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage11.Name     = "tabPage11";
     this.tabPage11.Size     = new System.Drawing.Size(5, 0);
     this.tabPage11.TabIndex = 10;
     this.tabPage11.Text     = "November";
     this.tabPage11.UseVisualStyleBackColor = true;
     //
     // tabPage12
     //
     this.tabPage12.Location = new System.Drawing.Point(4, 25);
     this.tabPage12.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPage12.Name     = "tabPage12";
     this.tabPage12.Size     = new System.Drawing.Size(5, 0);
     this.tabPage12.TabIndex = 11;
     this.tabPage12.Text     = "December";
     this.tabPage12.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("MS Reference Sans Serif", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(425, 239);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(737, 98);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "No data available";
     //
     // tasksChart
     //
     chartArea12.AxisX.LabelStyle.ForeColor  = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisX.LineColor             = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisX2.LineColor            = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisY.LabelStyle.ForeColor  = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisY.LineColor             = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.WhiteSmoke;
     chartArea12.AxisY2.LineColor            = System.Drawing.Color.WhiteSmoke;
     chartArea12.Name = "ChartArea1";
     this.tasksChart.ChartAreas.Add(chartArea12);
     this.tasksChart.Location = new System.Drawing.Point(10, 73);
     this.tasksChart.Margin   = new System.Windows.Forms.Padding(4);
     this.tasksChart.Name     = "tasksChart";
     series12.ChartArea       = "ChartArea1";
     series12.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series12.Name            = "Series1";
     this.tasksChart.Series.Add(series12);
     this.tasksChart.Size     = new System.Drawing.Size(284, 310);
     this.tasksChart.TabIndex = 5;
     this.tasksChart.Text     = "chart1";
     title20.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title20.Name             = "Title1";
     title20.Text             = "Applications";
     this.tasksChart.Titles.Add(title20);
     //
     // panel2
     //
     this.panel2.Location = new System.Drawing.Point(439, 209);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(80, 48);
     this.panel2.TabIndex = 7;
     //
     // tasksListBox
     //
     this.tasksListBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tasksListBox.FormattingEnabled = true;
     this.tasksListBox.Location          = new System.Drawing.Point(326, 73);
     this.tasksListBox.Name                  = "tasksListBox";
     this.tasksListBox.Size                  = new System.Drawing.Size(163, 264);
     this.tasksListBox.TabIndex              = 8;
     this.tasksListBox.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem);
     this.tasksListBox.SelectedIndexChanged += new System.EventHandler(this.TasksListBox_SelectedIndexChanged);
     //
     // StatisticsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1557, 532);
     this.Controls.Add(this.dataPanel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dummyTabControl);
     this.Controls.Add(this.materialTabSelector1);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "StatisticsForm";
     this.Text   = "Statistics";
     this.Load  += new System.EventHandler(this.StatisticsForm_Load);
     this.Shown += new System.EventHandler(this.StatisticsForm_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.windowsChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appsChart)).EndInit();
     this.dataPanel.ResumeLayout(false);
     this.dataPanel.PerformLayout();
     this.dummyTabControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tasksChart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #27
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </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.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(ExifDash));
     this.cmdStart          = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.listImg           = new System.Windows.Forms.ListView();
     this.colFiles          = new System.Windows.Forms.ColumnHeader();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.popImgList        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.popProperties     = new System.Windows.Forms.ToolStripMenuItem();
     this.popPathRemove     = new System.Windows.Forms.ToolStripMenuItem();
     this.edImgPath         = new System.Windows.Forms.TextBox();
     this.listModel         = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2     = new System.Windows.Forms.ColumnHeader();
     this.listLens          = new System.Windows.Forms.ListView();
     this.columnHeader3     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4     = new System.Windows.Forms.ColumnHeader();
     this.listScene         = new System.Windows.Forms.ListView();
     this.columnHeader5     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6     = new System.Windows.Forms.ColumnHeader();
     this.listExpo          = new System.Windows.Forms.ListView();
     this.columnHeader7     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8     = new System.Windows.Forms.ColumnHeader();
     this.listExift         = new System.Windows.Forms.ListView();
     this.columnHeader9     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10    = new System.Windows.Forms.ColumnHeader();
     this.cmdShow           = new System.Windows.Forms.Button();
     this.listToD           = new System.Windows.Forms.ListView();
     this.columnHeader11    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12    = new System.Windows.Forms.ColumnHeader();
     this.lblGps            = new System.Windows.Forms.Label();
     this.lblFlash          = new System.Windows.Forms.Label();
     this.listFLen          = new System.Windows.Forms.ListView();
     this.columnHeader13    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14    = new System.Windows.Forms.ColumnHeader();
     this.lblInfo           = new System.Windows.Forms.Label();
     this.chartImg          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cmdUp             = new System.Windows.Forms.Button();
     this.lblFace           = new System.Windows.Forms.Label();
     this.popImgList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartImg)).BeginInit();
     this.SuspendLayout();
     //
     // cmdStart
     //
     this.cmdStart.FlatAppearance.BorderSize = 4;
     this.cmdStart.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdStart.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdStart.Location  = new System.Drawing.Point(696, 6);
     this.cmdStart.Margin    = new System.Windows.Forms.Padding(2);
     this.cmdStart.Name      = "cmdStart";
     this.cmdStart.Size      = new System.Drawing.Size(58, 29);
     this.cmdStart.TabIndex  = 43;
     this.cmdStart.Text      = "&Start";
     this.cmdStart.UseVisualStyleBackColor = true;
     this.cmdStart.Click += new System.EventHandler(this.CmdStartClick);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 5);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 14);
     this.label1.TabIndex = 47;
     this.label1.Text     = "Path";
     //
     // listImg
     //
     this.listImg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     this.listImg.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colFiles
     });
     this.listImg.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listImg.FullRowSelect = true;
     this.listImg.GridLines     = true;
     this.listImg.Location      = new System.Drawing.Point(0, 559);
     this.listImg.Margin        = new System.Windows.Forms.Padding(2);
     this.listImg.Name          = "listImg";
     this.listImg.Size          = new System.Drawing.Size(775, 141);
     this.listImg.TabIndex      = 50;
     this.listImg.UseCompatibleStateImageBehavior = false;
     this.listImg.View         = System.Windows.Forms.View.Details;
     this.listImg.DoubleClick += new System.EventHandler(this.ListProjectDoubleClick);
     //
     // colFiles
     //
     this.colFiles.Text  = "Filename";
     this.colFiles.Width = 620;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress      = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorker1DoWork);
     this.backgroundWorker1.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.BackgroundWorker1ProgressChanged);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorker1RunWorkerCompleted);
     //
     // popImgList
     //
     this.popImgList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.popProperties
     });
     this.popImgList.Name = "popPath";
     this.popImgList.Size = new System.Drawing.Size(137, 26);
     //
     // popProperties
     //
     this.popProperties.Name   = "popProperties";
     this.popProperties.Size   = new System.Drawing.Size(136, 22);
     this.popProperties.Text   = "Properties...";
     this.popProperties.Click += new System.EventHandler(this.PopPropertiesClick);
     //
     // popPathRemove
     //
     this.popPathRemove.Name = "popPathRemove";
     this.popPathRemove.Size = new System.Drawing.Size(32, 19);
     //
     // edImgPath
     //
     this.edImgPath.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.edImgPath.Location = new System.Drawing.Point(66, 5);
     this.edImgPath.Margin   = new System.Windows.Forms.Padding(2);
     this.edImgPath.Name     = "edImgPath";
     this.edImgPath.Size     = new System.Drawing.Size(606, 21);
     this.edImgPath.TabIndex = 57;
     //
     // listModel
     //
     this.listModel.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listModel.FullRowSelect = true;
     this.listModel.Location      = new System.Drawing.Point(4, 55);
     this.listModel.Margin        = new System.Windows.Forms.Padding(2);
     this.listModel.Name          = "listModel";
     this.listModel.Size          = new System.Drawing.Size(271, 100);
     this.listModel.TabIndex      = 58;
     this.listModel.UseCompatibleStateImageBehavior = false;
     this.listModel.View         = System.Windows.Forms.View.Details;
     this.listModel.DoubleClick += new System.EventHandler(this.ListModelDoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Model";
     this.columnHeader1.Width = 150;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Count";
     this.columnHeader2.Width = 40;
     //
     // listLens
     //
     this.listLens.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4
     });
     this.listLens.FullRowSelect = true;
     this.listLens.Location      = new System.Drawing.Point(228, 264);
     this.listLens.Margin        = new System.Windows.Forms.Padding(2);
     this.listLens.Name          = "listLens";
     this.listLens.Size          = new System.Drawing.Size(220, 100);
     this.listLens.TabIndex      = 59;
     this.listLens.UseCompatibleStateImageBehavior = false;
     this.listLens.View         = System.Windows.Forms.View.Details;
     this.listLens.DoubleClick += new System.EventHandler(this.ListLensDoubleClick);
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Lens";
     this.columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Count";
     this.columnHeader4.Width = 40;
     //
     // listScene
     //
     this.listScene.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader6
     });
     this.listScene.FullRowSelect = true;
     this.listScene.Location      = new System.Drawing.Point(6, 264);
     this.listScene.Margin        = new System.Windows.Forms.Padding(2);
     this.listScene.Name          = "listScene";
     this.listScene.Size          = new System.Drawing.Size(220, 100);
     this.listScene.TabIndex      = 60;
     this.listScene.UseCompatibleStateImageBehavior = false;
     this.listScene.View         = System.Windows.Forms.View.Details;
     this.listScene.DoubleClick += new System.EventHandler(this.ListSceneDoubleClick);
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Scene";
     this.columnHeader5.Width = 150;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Count";
     this.columnHeader6.Width = 40;
     //
     // listExpo
     //
     this.listExpo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader7,
         this.columnHeader8
     });
     this.listExpo.FullRowSelect = true;
     this.listExpo.Location      = new System.Drawing.Point(228, 160);
     this.listExpo.Margin        = new System.Windows.Forms.Padding(2);
     this.listExpo.Name          = "listExpo";
     this.listExpo.Size          = new System.Drawing.Size(220, 100);
     this.listExpo.TabIndex      = 61;
     this.listExpo.UseCompatibleStateImageBehavior = false;
     this.listExpo.View         = System.Windows.Forms.View.Details;
     this.listExpo.DoubleClick += new System.EventHandler(this.ListExpoDoubleClick);
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Exposition";
     this.columnHeader7.Width = 150;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "Count";
     this.columnHeader8.Width = 40;
     //
     // listExift
     //
     this.listExift.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader9,
         this.columnHeader10
     });
     this.listExift.FullRowSelect = true;
     this.listExift.Location      = new System.Drawing.Point(452, 55);
     this.listExift.Margin        = new System.Windows.Forms.Padding(2);
     this.listExift.Name          = "listExift";
     this.listExift.Size          = new System.Drawing.Size(220, 100);
     this.listExift.TabIndex      = 62;
     this.listExift.UseCompatibleStateImageBehavior = false;
     this.listExift.View         = System.Windows.Forms.View.Details;
     this.listExift.DoubleClick += new System.EventHandler(this.ListExiftDoubleClick);
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "Exif";
     this.columnHeader9.Width = 150;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "Count";
     this.columnHeader10.Width = 40;
     //
     // cmdShow
     //
     this.cmdShow.FlatAppearance.BorderSize = 4;
     this.cmdShow.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdShow.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdShow.Location  = new System.Drawing.Point(696, 96);
     this.cmdShow.Margin    = new System.Windows.Forms.Padding(2);
     this.cmdShow.Name      = "cmdShow";
     this.cmdShow.Size      = new System.Drawing.Size(58, 25);
     this.cmdShow.TabIndex  = 63;
     this.cmdShow.Text      = "&Show";
     this.cmdShow.UseVisualStyleBackColor = true;
     this.cmdShow.Click += new System.EventHandler(this.CmdShowClick);
     //
     // listToD
     //
     this.listToD.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader11,
         this.columnHeader12
     });
     this.listToD.FullRowSelect = true;
     this.listToD.Location      = new System.Drawing.Point(4, 160);
     this.listToD.Margin        = new System.Windows.Forms.Padding(2);
     this.listToD.Name          = "listToD";
     this.listToD.Size          = new System.Drawing.Size(220, 100);
     this.listToD.TabIndex      = 64;
     this.listToD.UseCompatibleStateImageBehavior = false;
     this.listToD.View         = System.Windows.Forms.View.Details;
     this.listToD.DoubleClick += new System.EventHandler(this.ListToDDoubleClick);
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "Time";
     this.columnHeader11.Width = 150;
     //
     // columnHeader12
     //
     this.columnHeader12.Text  = "Count";
     this.columnHeader12.Width = 40;
     //
     // lblGps
     //
     this.lblGps.BackColor    = System.Drawing.SystemColors.Window;
     this.lblGps.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblGps.Location     = new System.Drawing.Point(452, 170);
     this.lblGps.Margin       = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblGps.Name         = "lblGps";
     this.lblGps.Padding      = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.lblGps.Size         = new System.Drawing.Size(220, 20);
     this.lblGps.TabIndex     = 67;
     this.lblGps.Text         = "GPS: ";
     this.lblGps.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblGps.DoubleClick += new System.EventHandler(this.LblGpsDoubleClick);
     //
     // lblFlash
     //
     this.lblFlash.BackColor    = System.Drawing.SystemColors.Window;
     this.lblFlash.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblFlash.Location     = new System.Drawing.Point(452, 228);
     this.lblFlash.Margin       = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFlash.Name         = "lblFlash";
     this.lblFlash.Padding      = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.lblFlash.Size         = new System.Drawing.Size(220, 20);
     this.lblFlash.TabIndex     = 68;
     this.lblFlash.Text         = "Flash:";
     this.lblFlash.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblFlash.DoubleClick += new System.EventHandler(this.LblFlashDoubleClick);
     //
     // listFLen
     //
     this.listFLen.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader13,
         this.columnHeader14
     });
     this.listFLen.FullRowSelect = true;
     this.listFLen.Location      = new System.Drawing.Point(452, 264);
     this.listFLen.Margin        = new System.Windows.Forms.Padding(2);
     this.listFLen.Name          = "listFLen";
     this.listFLen.Size          = new System.Drawing.Size(220, 100);
     this.listFLen.TabIndex      = 69;
     this.listFLen.UseCompatibleStateImageBehavior = false;
     this.listFLen.View         = System.Windows.Forms.View.Details;
     this.listFLen.DoubleClick += new System.EventHandler(this.ListFLenDoubleClick);
     //
     // columnHeader13
     //
     this.columnHeader13.Text  = "Focus Length";
     this.columnHeader13.Width = 150;
     //
     // columnHeader14
     //
     this.columnHeader14.Text  = "Count";
     this.columnHeader14.Width = 40;
     //
     // lblInfo
     //
     this.lblInfo.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.lblInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblInfo.Location    = new System.Drawing.Point(4, 28);
     this.lblInfo.Margin      = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblInfo.Name        = "lblInfo";
     this.lblInfo.Padding     = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.lblInfo.Size        = new System.Drawing.Size(668, 20);
     this.lblInfo.TabIndex    = 70;
     this.lblInfo.Text        = "Info:";
     this.lblInfo.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chartImg
     //
     this.chartImg.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
     this.chartImg.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     this.chartImg.BorderlineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
     this.chartImg.BorderlineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chartImg.BorderlineWidth           = 2;
     this.chartImg.BorderSkin.SkinStyle      = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
     chartArea1.Area3DStyle.Inclination      = 15;
     chartArea1.Area3DStyle.IsRightAngleAxes = false;
     chartArea1.Area3DStyle.Perspective      = 10;
     chartArea1.Area3DStyle.PointDepth       = 200;
     chartArea1.Area3DStyle.Rotation         = 10;
     chartArea1.Area3DStyle.WallWidth        = 0;
     chartArea1.AxisX.LabelStyle.Font        = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     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.AxisX.ScaleView.SizeType     = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Years;
     chartArea1.AxisX.TitleFont              = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     chartArea1.AxisY.LabelStyle.Font        = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     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.AxisY.TitleFont              = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     chartArea1.AxisY2.Enabled               = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
     chartArea1.AxisY2.LabelStyle.Enabled    = false;
     chartArea1.AxisY2.MajorGrid.Enabled     = false;
     chartArea1.AxisY2.MajorTickMark.Enabled = false;
     chartArea1.BackColor          = System.Drawing.Color.OldLace;
     chartArea1.BackSecondaryColor = System.Drawing.Color.White;
     chartArea1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.BorderDashStyle    = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.Name        = "Default";
     chartArea1.ShadowColor = System.Drawing.Color.Transparent;
     this.chartImg.ChartAreas.Add(chartArea1);
     this.chartImg.ContextMenuStrip = this.popImgList;
     this.chartImg.Location         = new System.Drawing.Point(4, 368);
     this.chartImg.Margin           = new System.Windows.Forms.Padding(2);
     this.chartImg.Name             = "chartImg";
     this.chartImg.Size             = new System.Drawing.Size(668, 187);
     this.chartImg.TabIndex         = 71;
     this.chartImg.TabStop          = false;
     title1.Font         = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold);
     title1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     title1.Name         = "Title1";
     title1.ShadowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     title1.ShadowOffset = 3;
     title1.Text         = "Images per day";
     this.chartImg.Titles.Add(title1);
     this.chartImg.Customize        += new System.EventHandler(this.ChartImgCustomize);
     this.chartImg.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ChartImgMouseDoubleClick);
     //
     // cmdUp
     //
     this.cmdUp.Image    = ((System.Drawing.Image)(resources.GetObject("cmdUp.Image")));
     this.cmdUp.Location = new System.Drawing.Point(696, 55);
     this.cmdUp.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cmdUp.Name     = "cmdUp";
     this.cmdUp.Size     = new System.Drawing.Size(58, 28);
     this.cmdUp.TabIndex = 72;
     this.cmdUp.Click   += new System.EventHandler(this.CmdUpClick);
     //
     // lblFace
     //
     this.lblFace.BackColor    = System.Drawing.SystemColors.Window;
     this.lblFace.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblFace.Location     = new System.Drawing.Point(452, 199);
     this.lblFace.Margin       = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFace.Name         = "lblFace";
     this.lblFace.Padding      = new System.Windows.Forms.Padding(2, 0, 0, 0);
     this.lblFace.Size         = new System.Drawing.Size(220, 20);
     this.lblFace.TabIndex     = 73;
     this.lblFace.Text         = "Face:";
     this.lblFace.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblFace.DoubleClick += new System.EventHandler(this.LblFaceDoubleClick);
     //
     // ExifDash
     //
     this.AcceptButton        = this.cmdStart;
     this.AllowDrop           = true;
     this.AllowEndUserDocking = false;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(775, 700);
     this.Controls.Add(this.lblFace);
     this.Controls.Add(this.cmdUp);
     this.Controls.Add(this.chartImg);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.listFLen);
     this.Controls.Add(this.lblFlash);
     this.Controls.Add(this.lblGps);
     this.Controls.Add(this.listToD);
     this.Controls.Add(this.cmdShow);
     this.Controls.Add(this.listExift);
     this.Controls.Add(this.listExpo);
     this.Controls.Add(this.listScene);
     this.Controls.Add(this.listLens);
     this.Controls.Add(this.listModel);
     this.Controls.Add(this.edImgPath);
     this.Controls.Add(this.listImg);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cmdStart);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                                                                   | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
                                                                  | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)
                                                                 | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
     this.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin       = new System.Windows.Forms.Padding(2);
     this.MinimumSize  = new System.Drawing.Size(364, 364);
     this.Name         = "ExifDash";
     this.Text         = "Exif dashboard";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExifDashFormClosing);
     this.Load        += new System.EventHandler(this.ExifDashLoad);
     this.DragDrop    += new System.Windows.Forms.DragEventHandler(this.ExifDashDragDrop);
     this.DragEnter   += new System.Windows.Forms.DragEventHandler(this.ExifDashDragEnter);
     this.Enter       += new System.EventHandler(this.ExifDashEnter);
     this.Leave       += new System.EventHandler(this.ExifDashLeave);
     this.popImgList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartImg)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </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.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.ProjectToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.CreateNewToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.OpenProjectToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.SaveProjectToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.SaveAsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.оПрограммеToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.сформироватьОтчетToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.добавитьКомпонентToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.модульToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ERIMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьВыбранныйКомпонентToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1                 = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1                   = new System.Windows.Forms.ToolTip(this.components);
     this.toolStrip1                 = new System.Windows.Forms.ToolStrip();
     this.toolStripSplitButton1      = new System.Windows.Forms.ToolStripButton();
     this.OpenProjectStripButton     = new System.Windows.Forms.ToolStripButton();
     this.SaveProjectStripButton     = new System.Windows.Forms.ToolStripButton();
     this.SaveAsStripButton          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.CalculateReliabilityButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2        = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1            = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox1          = new System.Windows.Forms.ToolStripTextBox();
     this.tabPage1                   = new System.Windows.Forms.TabPage();
     this.treeView1                  = new System.Windows.Forms.TreeView();
     this.tabControl1                = new System.Windows.Forms.TabControl();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.tabControl2                = new System.Windows.Forms.TabControl();
     this.PropertyTab                = new System.Windows.Forms.TabPage();
     this.ReliabilityTab             = new System.Windows.Forms.TabPage();
     this.dataGridView1              = new System.Windows.Forms.DataGridView();
     this.Column1                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StepByStepPage            = new System.Windows.Forms.TabPage();
     this.materialMultiLineTextBox1 = new MaterialSkin.Controls.MaterialMultiLineTextBox();
     this.tabPage2                  = new System.Windows.Forms.TabPage();
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.menuStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.ReliabilityTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.StepByStepPage.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ProjectToolStripMenuItem,
         this.оПрограммеToolStripMenuItem,
         this.сформироватьОтчетToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(3, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(789, 28);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // ProjectToolStripMenuItem
     //
     this.ProjectToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.ProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.CreateNewToolStripMenuItem,
         this.OpenProjectToolStripMenuItem,
         this.SaveProjectToolStripMenuItem,
         this.SaveAsToolStripMenuItem
     });
     this.ProjectToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ProjectToolStripMenuItem.Name = "ProjectToolStripMenuItem";
     this.ProjectToolStripMenuItem.Size = new System.Drawing.Size(71, 24);
     this.ProjectToolStripMenuItem.Text = "Проект";
     //
     // CreateNewToolStripMenuItem
     //
     this.CreateNewToolStripMenuItem.Image = global::Reliability.Properties.Resources.Чистый_лист;
     this.CreateNewToolStripMenuItem.Name  = "CreateNewToolStripMenuItem";
     this.CreateNewToolStripMenuItem.Size  = new System.Drawing.Size(183, 24);
     this.CreateNewToolStripMenuItem.Text  = "Создать новый";
     //
     // OpenProjectToolStripMenuItem
     //
     this.OpenProjectToolStripMenuItem.Image  = global::Reliability.Properties.Resources.open;
     this.OpenProjectToolStripMenuItem.Name   = "OpenProjectToolStripMenuItem";
     this.OpenProjectToolStripMenuItem.Size   = new System.Drawing.Size(183, 24);
     this.OpenProjectToolStripMenuItem.Text   = "Открыть";
     this.OpenProjectToolStripMenuItem.Click += new System.EventHandler(this.OpenProjectToolStripMenuItem_Click);
     //
     // SaveProjectToolStripMenuItem
     //
     this.SaveProjectToolStripMenuItem.Image  = global::Reliability.Properties.Resources.Save1;
     this.SaveProjectToolStripMenuItem.Name   = "SaveProjectToolStripMenuItem";
     this.SaveProjectToolStripMenuItem.Size   = new System.Drawing.Size(183, 24);
     this.SaveProjectToolStripMenuItem.Text   = "Сохранить";
     this.SaveProjectToolStripMenuItem.Click += new System.EventHandler(this.SaveProjectToolStripMenuItem_Click);
     //
     // SaveAsToolStripMenuItem
     //
     this.SaveAsToolStripMenuItem.Image  = global::Reliability.Properties.Resources.SaveAs;
     this.SaveAsToolStripMenuItem.Name   = "SaveAsToolStripMenuItem";
     this.SaveAsToolStripMenuItem.Size   = new System.Drawing.Size(183, 24);
     this.SaveAsToolStripMenuItem.Text   = "Сохранить как";
     this.SaveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItem_Click);
     //
     // оПрограммеToolStripMenuItem
     //
     this.оПрограммеToolStripMenuItem.Font   = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.оПрограммеToolStripMenuItem.Name   = "оПрограммеToolStripMenuItem";
     this.оПрограммеToolStripMenuItem.Size   = new System.Drawing.Size(116, 24);
     this.оПрограммеToolStripMenuItem.Text   = "О программе";
     this.оПрограммеToolStripMenuItem.Click += new System.EventHandler(this.оПрограммеToolStripMenuItem_Click);
     //
     // сформироватьОтчетToolStripMenuItem
     //
     this.сформироватьОтчетToolStripMenuItem.Enabled = false;
     this.сформироватьОтчетToolStripMenuItem.Font    = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.сформироватьОтчетToolStripMenuItem.Name    = "сформироватьОтчетToolStripMenuItem";
     this.сформироватьОтчетToolStripMenuItem.Size    = new System.Drawing.Size(167, 24);
     this.сформироватьОтчетToolStripMenuItem.Text    = "Сформировать отчет";
     this.сформироватьОтчетToolStripMenuItem.Click  += new System.EventHandler(this.сформироватьОтчетToolStripMenuItem_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.добавитьКомпонентToolStripMenuItem,
         this.удалитьВыбранныйКомпонентToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(251, 48);
     //
     // добавитьКомпонентToolStripMenuItem
     //
     this.добавитьКомпонентToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.модульToolStripMenuItem,
         this.ERIMenuItem
     });
     this.добавитьКомпонентToolStripMenuItem.Name = "добавитьКомпонентToolStripMenuItem";
     this.добавитьКомпонентToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
     this.добавитьКомпонентToolStripMenuItem.Text = "Добавить компонент";
     //
     // модульToolStripMenuItem
     //
     this.модульToolStripMenuItem.Name   = "модульToolStripMenuItem";
     this.модульToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.модульToolStripMenuItem.Text   = "Новый элемент";
     this.модульToolStripMenuItem.Click += new System.EventHandler(this.модульToolStripMenuItem_Click);
     //
     // ERIMenuItem
     //
     this.ERIMenuItem.Name   = "ERIMenuItem";
     this.ERIMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.ERIMenuItem.Text   = "ЭРИ из базы данных";
     this.ERIMenuItem.Click += new System.EventHandler(this.ERIMenuItem_Click);
     //
     // удалитьВыбранныйКомпонентToolStripMenuItem
     //
     this.удалитьВыбранныйКомпонентToolStripMenuItem.Name   = "удалитьВыбранныйКомпонентToolStripMenuItem";
     this.удалитьВыбранныйКомпонентToolStripMenuItem.Size   = new System.Drawing.Size(250, 22);
     this.удалитьВыбранныйКомпонентToolStripMenuItem.Text   = "Удалить выбранный компонент";
     this.удалитьВыбранныйКомпонентToolStripMenuItem.Click += new System.EventHandler(this.удалитьВыбранныйКомпонентToolStripMenuItem_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton1,
         this.OpenProjectStripButton,
         this.SaveProjectStripButton,
         this.SaveAsStripButton,
         this.toolStripSeparator1,
         this.CalculateReliabilityButton,
         this.toolStripSeparator2,
         this.toolStripLabel1,
         this.toolStripTextBox1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 28);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(789, 39);
     this.toolStrip1.TabIndex = 6;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripSplitButton1
     //
     this.toolStripSplitButton1.AutoSize              = false;
     this.toolStripSplitButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton1.Image                 = global::Reliability.Properties.Resources.Чистый_лист;
     this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton1.Name        = "toolStripSplitButton1";
     this.toolStripSplitButton1.Size        = new System.Drawing.Size(30, 30);
     this.toolStripSplitButton1.Text        = "toolStripSplitButton1";
     this.toolStripSplitButton1.ToolTipText = "Новый проект";
     //
     // OpenProjectStripButton
     //
     this.OpenProjectStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.OpenProjectStripButton.Image                 = global::Reliability.Properties.Resources.open;
     this.OpenProjectStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.OpenProjectStripButton.Name        = "OpenProjectStripButton";
     this.OpenProjectStripButton.Size        = new System.Drawing.Size(34, 36);
     this.OpenProjectStripButton.Text        = "toolStripButton3";
     this.OpenProjectStripButton.ToolTipText = "Открыть";
     //
     // SaveProjectStripButton
     //
     this.SaveProjectStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.SaveProjectStripButton.Image                 = global::Reliability.Properties.Resources.save;
     this.SaveProjectStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveProjectStripButton.Name        = "SaveProjectStripButton";
     this.SaveProjectStripButton.Size        = new System.Drawing.Size(34, 36);
     this.SaveProjectStripButton.Text        = "toolStripButton1";
     this.SaveProjectStripButton.ToolTipText = "Сохранить проект";
     //
     // SaveAsStripButton
     //
     this.SaveAsStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.SaveAsStripButton.Image                 = global::Reliability.Properties.Resources.SaveAs;
     this.SaveAsStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveAsStripButton.Name        = "SaveAsStripButton";
     this.SaveAsStripButton.Size        = new System.Drawing.Size(34, 36);
     this.SaveAsStripButton.Text        = "toolStripButton2";
     this.SaveAsStripButton.ToolTipText = "Сохранить проект как";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize  = false;
     this.toolStripSeparator1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.toolStripSeparator1.Name      = "toolStripSeparator1";
     this.toolStripSeparator1.Size      = new System.Drawing.Size(15, 39);
     //
     // CalculateReliabilityButton
     //
     this.CalculateReliabilityButton.AutoSize              = false;
     this.CalculateReliabilityButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.CalculateReliabilityButton.Image                 = global::Reliability.Properties.Resources.асчет;
     this.CalculateReliabilityButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.CalculateReliabilityButton.Name        = "CalculateReliabilityButton";
     this.CalculateReliabilityButton.Size        = new System.Drawing.Size(30, 30);
     this.CalculateReliabilityButton.Text        = "toolStripButton1";
     this.CalculateReliabilityButton.ToolTipText = "Расчет надежности";
     this.CalculateReliabilityButton.Click      += new System.EventHandler(this.CalculateReliabilityButton_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(15, 39);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(101, 36);
     this.toolStripLabel1.Text = "Путь проекта";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.AutoSize         = false;
     this.toolStripTextBox1.Font             = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.toolStripTextBox1.Name             = "toolStripTextBox1";
     this.toolStripTextBox1.ReadOnly         = true;
     this.toolStripTextBox1.Size             = new System.Drawing.Size(450, 30);
     this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.treeView1);
     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(190, 388);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Состав системы";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // treeView1
     //
     this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
     this.treeView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Enabled          = false;
     this.treeView1.HideSelection    = false;
     this.treeView1.LineColor        = System.Drawing.Color.Blue;
     this.treeView1.Location         = new System.Drawing.Point(3, 3);
     this.treeView1.Margin           = new System.Windows.Forms.Padding(2);
     this.treeView1.Name             = "treeView1";
     this.treeView1.Size             = new System.Drawing.Size(184, 382);
     this.treeView1.TabIndex         = 1;
     this.treeView1.AfterSelect     += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.treeView1.NodeMouseClick  += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
     this.treeView1.MouseUp         += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseUp);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     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(198, 417);
     this.tabControl1.TabIndex      = 8;
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 67);
     this.splitContainer1.Name        = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
     this.splitContainer1.Size             = new System.Drawing.Size(789, 421);
     this.splitContainer1.SplitterDistance = 202;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 9;
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.PropertyTab);
     this.tabControl2.Controls.Add(this.ReliabilityTab);
     this.tabControl2.Controls.Add(this.StepByStepPage);
     this.tabControl2.Controls.Add(this.tabPage2);
     this.tabControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl2.Location      = new System.Drawing.Point(0, 0);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(578, 417);
     this.tabControl2.TabIndex      = 0;
     //
     // PropertyTab
     //
     this.PropertyTab.Location = new System.Drawing.Point(4, 25);
     this.PropertyTab.Name     = "PropertyTab";
     this.PropertyTab.Padding  = new System.Windows.Forms.Padding(3);
     this.PropertyTab.Size     = new System.Drawing.Size(570, 388);
     this.PropertyTab.TabIndex = 0;
     this.PropertyTab.Text     = "Свойства ";
     this.PropertyTab.UseVisualStyleBackColor = true;
     //
     // ReliabilityTab
     //
     this.ReliabilityTab.Controls.Add(this.dataGridView1);
     this.ReliabilityTab.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ReliabilityTab.Location = new System.Drawing.Point(4, 25);
     this.ReliabilityTab.Name     = "ReliabilityTab";
     this.ReliabilityTab.Padding  = new System.Windows.Forms.Padding(3);
     this.ReliabilityTab.Size     = new System.Drawing.Size(570, 388);
     this.ReliabilityTab.TabIndex = 1;
     this.ReliabilityTab.Text     = "Параметры безотказности";
     this.ReliabilityTab.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.AllowUserToResizeColumns    = false;
     this.dataGridView1.AllowUserToResizeRows       = false;
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.MenuBar;
     this.dataGridView1.ColumnHeadersHeight         = 25;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dataGridView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.GridColor               = System.Drawing.SystemColors.ActiveCaptionText;
     this.dataGridView1.Location                = new System.Drawing.Point(3, 3);
     this.dataGridView1.Name                    = "dataGridView1";
     this.dataGridView1.RowHeadersVisible       = false;
     this.dataGridView1.RowHeadersWidth         = 25;
     this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGridView1.ShowRowErrors           = false;
     this.dataGridView1.Size                    = new System.Drawing.Size(564, 382);
     this.dataGridView1.TabIndex                = 0;
     //
     // Column1
     //
     this.Column1.HeaderText = "Наименование";
     this.Column1.Name       = "Column1";
     this.Column1.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.Column1.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // Column2
     //
     this.Column2.HeaderText = "Значение";
     this.Column2.Name       = "Column2";
     this.Column2.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.Column2.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // StepByStepPage
     //
     this.StepByStepPage.Controls.Add(this.materialMultiLineTextBox1);
     this.StepByStepPage.Location = new System.Drawing.Point(4, 22);
     this.StepByStepPage.Name     = "StepByStepPage";
     this.StepByStepPage.Padding  = new System.Windows.Forms.Padding(3);
     this.StepByStepPage.Size     = new System.Drawing.Size(570, 391);
     this.StepByStepPage.TabIndex = 2;
     this.StepByStepPage.Text     = "Пошаговое решение";
     this.StepByStepPage.UseVisualStyleBackColor = true;
     //
     // materialMultiLineTextBox1
     //
     this.materialMultiLineTextBox1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.materialMultiLineTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.materialMultiLineTextBox1.Depth       = 0;
     this.materialMultiLineTextBox1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.materialMultiLineTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.materialMultiLineTextBox1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.materialMultiLineTextBox1.Hint        = "";
     this.materialMultiLineTextBox1.Location    = new System.Drawing.Point(3, 3);
     this.materialMultiLineTextBox1.MouseState  = MaterialSkin.MouseState.HOVER;
     this.materialMultiLineTextBox1.Name        = "materialMultiLineTextBox1";
     this.materialMultiLineTextBox1.ReadOnly    = true;
     this.materialMultiLineTextBox1.Size        = new System.Drawing.Size(564, 385);
     this.materialMultiLineTextBox1.TabIndex    = 0;
     this.materialMultiLineTextBox1.Text        = "";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.chart1);
     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(570, 391);
     this.tabPage2.TabIndex = 3;
     this.tabPage2.Text     = "График";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // chart1
     //
     chartArea1.AxisX.TitleFont = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     chartArea1.AxisY.TitleFont = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     chartArea1.Name            = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chart1.Location = new System.Drawing.Point(3, 3);
     this.chart1.Name     = "chart1";
     series1.BorderWidth  = 3;
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Color        = System.Drawing.Color.RoyalBlue;
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(564, 385);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     title1.Name          = "Title1";
     title1.Text          = "График зависимости ВБР от времени";
     this.chart1.Titles.Add(title1);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(789, 488);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MinimumSize   = new System.Drawing.Size(805, 527);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Прогнозирование надежности";
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.ReliabilityTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.StepByStepPage.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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 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.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.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label2  = new System.Windows.Forms.Label();
     this.label1  = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.DimGray;
     chartArea1.Name       = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Location = new System.Drawing.Point(14, 88);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend       = "Legend1";
     series1.Name         = "Products Sold";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(481, 452);
     this.chart1.TabIndex = 31;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name          = "Price Total";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // chart2
     //
     this.chart2.BackColor = System.Drawing.Color.DimGray;
     chartArea2.Name       = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     this.chart2.Location = new System.Drawing.Point(521, 88);
     this.chart2.Name     = "chart2";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Name         = "Profit";
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(481, 452);
     this.chart2.TabIndex = 32;
     this.chart2.Text     = "chart2";
     title2.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name          = "Profit";
     this.chart2.Titles.Add(title2);
     this.chart2.Click += new System.EventHandler(this.chart2_Click);
     //
     // 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.White;
     this.label2.Location  = new System.Drawing.Point(12, 43);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(186, 20);
     this.label2.TabIndex  = 34;
     this.label2.Text      = "Based On Selected Data";
     this.label2.Click    += new System.EventHandler(this.label2_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(12, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(76, 24);
     this.label1.TabIndex  = 33;
     this.label1.Text      = "Report :";
     //
     // button1
     //
     this.button1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
     this.button1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.White;
     this.button1.Location                = new System.Drawing.Point(860, 33);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(142, 40);
     this.button1.TabIndex                = 35;
     this.button1.Text                    = "Refresh Chart";
     this.button1.TextImageRelation       = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // UIDashboardCharts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(1016, 566);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "UIDashboardCharts";
     this.Text            = "UIDashboardCharts";
     this.Load           += new System.EventHandler(this.UIDashboardCharts_Load);
     ((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 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.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
     this.radTrackBar1               = new Telerik.WinControls.UI.RadTrackBar();
     this.radButton2                 = new Telerik.WinControls.UI.RadButton();
     this.radDropDownList1           = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel7                  = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6                  = new Telerik.WinControls.UI.RadLabel();
     this.radLabel5                  = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4                  = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2                  = new Telerik.WinControls.UI.RadLabel();
     this.radTextBox5                = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox4                = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox2                = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox1                = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1                  = new Telerik.WinControls.UI.RadLabel();
     this.radButton1                 = new Telerik.WinControls.UI.RadButton();
     this.visualStudio2012DarkTheme2 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
     this.windows8Theme1             = new Telerik.WinControls.Themes.Windows8Theme();
     this.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.radLabel8        = new Telerik.WinControls.UI.RadLabel();
     this.radButton3       = new Telerik.WinControls.UI.RadButton();
     this.radButton4       = new Telerik.WinControls.UI.RadButton();
     this.radLabel3        = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9        = new Telerik.WinControls.UI.RadLabel();
     this.radTextBox3      = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel10       = new Telerik.WinControls.UI.RadLabel();
     this.radTextBox6      = new Telerik.WinControls.UI.RadTextBox();
     this.radDropDownList2 = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel11       = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.radTrackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radTrackBar1
     //
     this.radTrackBar1.ImeMode    = System.Windows.Forms.ImeMode.Off;
     this.radTrackBar1.LabelStyle = Telerik.WinControls.UI.TrackBarLabelStyle.BottomRight;
     this.radTrackBar1.Location   = new System.Drawing.Point(139, 108);
     this.radTrackBar1.Name       = "radTrackBar1";
     //
     //
     //
     this.radTrackBar1.RootElement.AccessibleDescription = null;
     this.radTrackBar1.RootElement.AccessibleName        = null;
     this.radTrackBar1.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTrackBar1.RootElement.AngleTransform        = 0F;
     this.radTrackBar1.RootElement.FlipText        = false;
     this.radTrackBar1.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTrackBar1.RootElement.Text            = null;
     this.radTrackBar1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTrackBar1.Size      = new System.Drawing.Size(150, 53);
     this.radTrackBar1.TabIndex  = 23;
     this.radTrackBar1.Text      = "radTrackBar1";
     this.radTrackBar1.ThemeName = "VisualStudio2012Dark";
     this.radTrackBar1.Value     = 5F;
     //
     // radButton2
     //
     this.radButton2.Location = new System.Drawing.Point(613, 453);
     this.radButton2.Name     = "radButton2";
     //
     //
     //
     this.radButton2.RootElement.AccessibleDescription = null;
     this.radButton2.RootElement.AccessibleName        = null;
     this.radButton2.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radButton2.RootElement.AngleTransform        = 0F;
     this.radButton2.RootElement.FlipText        = false;
     this.radButton2.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radButton2.RootElement.Text            = null;
     this.radButton2.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radButton2.Size      = new System.Drawing.Size(255, 24);
     this.radButton2.TabIndex  = 9;
     this.radButton2.Text      = "Back";
     this.radButton2.ThemeName = "VisualStudio2012Dark";
     this.radButton2.Click    += new System.EventHandler(this.radButton2_Click);
     //
     // radDropDownList1
     //
     this.radDropDownList1.AllowShowFocusCues = false;
     this.radDropDownList1.Location           = new System.Drawing.Point(141, 172);
     this.radDropDownList1.Name = "radDropDownList1";
     //
     //
     //
     this.radDropDownList1.RootElement.AccessibleDescription = null;
     this.radDropDownList1.RootElement.AccessibleName        = null;
     this.radDropDownList1.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radDropDownList1.RootElement.AngleTransform        = 0F;
     this.radDropDownList1.RootElement.FlipText        = false;
     this.radDropDownList1.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radDropDownList1.RootElement.Text            = null;
     this.radDropDownList1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radDropDownList1.Size      = new System.Drawing.Size(147, 21);
     this.radDropDownList1.TabIndex  = 22;
     this.radDropDownList1.Text      = "purelin";
     this.radDropDownList1.ThemeName = "VisualStudio2012Dark";
     //
     // radLabel7
     //
     this.radLabel7.Location = new System.Drawing.Point(33, 171);
     this.radLabel7.Name     = "radLabel7";
     //
     //
     //
     this.radLabel7.RootElement.AccessibleDescription = null;
     this.radLabel7.RootElement.AccessibleName        = null;
     this.radLabel7.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel7.RootElement.AngleTransform        = 0F;
     this.radLabel7.RootElement.FlipText        = false;
     this.radLabel7.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel7.RootElement.Text            = null;
     this.radLabel7.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel7.Size      = new System.Drawing.Size(89, 18);
     this.radLabel7.TabIndex  = 17;
     this.radLabel7.Text      = "Hidden Function";
     this.radLabel7.ThemeName = "TelerikMetro";
     //
     // radLabel6
     //
     this.radLabel6.Location = new System.Drawing.Point(33, 119);
     this.radLabel6.Name     = "radLabel6";
     //
     //
     //
     this.radLabel6.RootElement.AccessibleDescription = null;
     this.radLabel6.RootElement.AccessibleName        = null;
     this.radLabel6.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel6.RootElement.AngleTransform        = 0F;
     this.radLabel6.RootElement.FlipText        = false;
     this.radLabel6.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel6.RootElement.Text            = null;
     this.radLabel6.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel6.Size      = new System.Drawing.Size(91, 18);
     this.radLabel6.TabIndex  = 15;
     this.radLabel6.Text      = "Number Of Lyers";
     this.radLabel6.ThemeName = "TelerikMetro";
     //
     // radLabel5
     //
     this.radLabel5.Location = new System.Drawing.Point(33, 366);
     this.radLabel5.Name     = "radLabel5";
     //
     //
     //
     this.radLabel5.RootElement.AccessibleDescription = null;
     this.radLabel5.RootElement.AccessibleName        = null;
     this.radLabel5.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel5.RootElement.AngleTransform        = 0F;
     this.radLabel5.RootElement.FlipText        = false;
     this.radLabel5.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel5.RootElement.Text            = null;
     this.radLabel5.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel5.Size      = new System.Drawing.Size(65, 18);
     this.radLabel5.TabIndex  = 13;
     this.radLabel5.Text      = "Momentum";
     this.radLabel5.ThemeName = "TelerikMetro";
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(33, 327);
     this.radLabel4.Name     = "radLabel4";
     //
     //
     //
     this.radLabel4.RootElement.AccessibleDescription = null;
     this.radLabel4.RootElement.AccessibleName        = null;
     this.radLabel4.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel4.RootElement.AngleTransform        = 0F;
     this.radLabel4.RootElement.FlipText        = false;
     this.radLabel4.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel4.RootElement.Text            = null;
     this.radLabel4.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel4.Size      = new System.Drawing.Size(73, 18);
     this.radLabel4.TabIndex  = 14;
     this.radLabel4.Text      = "Max Iteration";
     this.radLabel4.ThemeName = "TelerikMetro";
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(33, 285);
     this.radLabel2.Name     = "radLabel2";
     //
     //
     //
     this.radLabel2.RootElement.AccessibleDescription = null;
     this.radLabel2.RootElement.AccessibleName        = null;
     this.radLabel2.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel2.RootElement.AngleTransform        = 0F;
     this.radLabel2.RootElement.FlipText        = false;
     this.radLabel2.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel2.RootElement.Text            = null;
     this.radLabel2.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel2.Size      = new System.Drawing.Size(82, 18);
     this.radLabel2.TabIndex  = 12;
     this.radLabel2.Text      = "Error Max Limit";
     this.radLabel2.ThemeName = "TelerikMetro";
     //
     // radTextBox5
     //
     this.radTextBox5.Location = new System.Drawing.Point(137, 364);
     this.radTextBox5.Name     = "radTextBox5";
     //
     //
     //
     this.radTextBox5.RootElement.AccessibleDescription = null;
     this.radTextBox5.RootElement.AccessibleName        = null;
     this.radTextBox5.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTextBox5.RootElement.AngleTransform        = 0F;
     this.radTextBox5.RootElement.FlipText        = false;
     this.radTextBox5.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTextBox5.RootElement.Text            = null;
     this.radTextBox5.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTextBox5.Size      = new System.Drawing.Size(151, 21);
     this.radTextBox5.TabIndex  = 18;
     this.radTextBox5.Text      = "0.3";
     this.radTextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.radTextBox5.ThemeName = "VisualStudio2012Dark";
     //
     // radTextBox4
     //
     this.radTextBox4.Location = new System.Drawing.Point(137, 327);
     this.radTextBox4.Name     = "radTextBox4";
     //
     //
     //
     this.radTextBox4.RootElement.AccessibleDescription = null;
     this.radTextBox4.RootElement.AccessibleName        = null;
     this.radTextBox4.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTextBox4.RootElement.AngleTransform        = 0F;
     this.radTextBox4.RootElement.FlipText        = false;
     this.radTextBox4.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTextBox4.RootElement.Text            = null;
     this.radTextBox4.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTextBox4.Size      = new System.Drawing.Size(151, 21);
     this.radTextBox4.TabIndex  = 19;
     this.radTextBox4.Text      = "50";
     this.radTextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.radTextBox4.ThemeName = "VisualStudio2012Dark";
     //
     // radTextBox2
     //
     this.radTextBox2.Location = new System.Drawing.Point(137, 285);
     this.radTextBox2.Name     = "radTextBox2";
     //
     //
     //
     this.radTextBox2.RootElement.AccessibleDescription = null;
     this.radTextBox2.RootElement.AccessibleName        = null;
     this.radTextBox2.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTextBox2.RootElement.AngleTransform        = 0F;
     this.radTextBox2.RootElement.FlipText        = false;
     this.radTextBox2.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTextBox2.RootElement.Text            = null;
     this.radTextBox2.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTextBox2.Size      = new System.Drawing.Size(151, 21);
     this.radTextBox2.TabIndex  = 21;
     this.radTextBox2.Text      = "0.01";
     this.radTextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.radTextBox2.ThemeName = "VisualStudio2012Dark";
     //
     // radTextBox1
     //
     this.radTextBox1.Location = new System.Drawing.Point(137, 246);
     this.radTextBox1.Name     = "radTextBox1";
     //
     //
     //
     this.radTextBox1.RootElement.AccessibleDescription = null;
     this.radTextBox1.RootElement.AccessibleName        = null;
     this.radTextBox1.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTextBox1.RootElement.AngleTransform        = 0F;
     this.radTextBox1.RootElement.FlipText        = false;
     this.radTextBox1.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTextBox1.RootElement.Text            = null;
     this.radTextBox1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTextBox1.Size      = new System.Drawing.Size(151, 21);
     this.radTextBox1.TabIndex  = 16;
     this.radTextBox1.Text      = "0.5";
     this.radTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.radTextBox1.ThemeName = "VisualStudio2012Dark";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(33, 248);
     this.radLabel1.Name     = "radLabel1";
     //
     //
     //
     this.radLabel1.RootElement.AccessibleDescription = null;
     this.radLabel1.RootElement.AccessibleName        = null;
     this.radLabel1.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel1.RootElement.AngleTransform        = 0F;
     this.radLabel1.RootElement.FlipText        = false;
     this.radLabel1.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel1.RootElement.Text            = null;
     this.radLabel1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel1.Size      = new System.Drawing.Size(75, 18);
     this.radLabel1.TabIndex  = 10;
     this.radLabel1.Text      = "Learning Rate";
     this.radLabel1.ThemeName = "TelerikMetro";
     //
     // radButton1
     //
     this.radButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.radButton1.Location     = new System.Drawing.Point(36, 453);
     this.radButton1.Name         = "radButton1";
     //
     //
     //
     this.radButton1.RootElement.AccessibleDescription = null;
     this.radButton1.RootElement.AccessibleName        = null;
     this.radButton1.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radButton1.RootElement.AngleTransform        = 0F;
     this.radButton1.RootElement.FlipText        = false;
     this.radButton1.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radButton1.RootElement.Text            = null;
     this.radButton1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radButton1.Size      = new System.Drawing.Size(255, 24);
     this.radButton1.TabIndex  = 8;
     this.radButton1.Text      = "Start";
     this.radButton1.ThemeName = "VisualStudio2012Dark";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // chart1
     //
     chartArea1.AxisX.Title = "Iterations";
     chartArea1.AxisY.Title = "Error";
     chartArea1.Name        = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(373, 40);
     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(495, 335);
     this.chart1.TabIndex = 24;
     this.chart1.Text     = "chart1";
     title1.Name          = "Title1";
     title1.Text          = "Error Function";
     this.chart1.Titles.Add(title1);
     //
     // radLabel8
     //
     this.radLabel8.Location = new System.Drawing.Point(36, 30);
     this.radLabel8.Name     = "radLabel8";
     //
     //
     //
     this.radLabel8.RootElement.AccessibleDescription = null;
     this.radLabel8.RootElement.AccessibleName        = null;
     this.radLabel8.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel8.RootElement.AngleTransform        = 0F;
     this.radLabel8.RootElement.FlipText        = false;
     this.radLabel8.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel8.RootElement.Text            = null;
     this.radLabel8.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel8.Size      = new System.Drawing.Size(33, 18);
     this.radLabel8.TabIndex  = 25;
     this.radLabel8.Text      = "Input";
     this.radLabel8.ThemeName = "TelerikMetro";
     //
     // radButton3
     //
     this.radButton3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.radButton3.Location     = new System.Drawing.Point(137, 28);
     this.radButton3.Name         = "radButton3";
     //
     //
     //
     this.radButton3.RootElement.AccessibleDescription = null;
     this.radButton3.RootElement.AccessibleName        = null;
     this.radButton3.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radButton3.RootElement.AngleTransform        = 0F;
     this.radButton3.RootElement.FlipText        = false;
     this.radButton3.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radButton3.RootElement.Text            = null;
     this.radButton3.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radButton3.Size      = new System.Drawing.Size(151, 24);
     this.radButton3.TabIndex  = 26;
     this.radButton3.Text      = "Browse";
     this.radButton3.ThemeName = "VisualStudio2012Dark";
     this.radButton3.Click    += new System.EventHandler(this.radButton3_Click);
     //
     // radButton4
     //
     this.radButton4.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.radButton4.Location     = new System.Drawing.Point(137, 68);
     this.radButton4.Name         = "radButton4";
     //
     //
     //
     this.radButton4.RootElement.AccessibleDescription = null;
     this.radButton4.RootElement.AccessibleName        = null;
     this.radButton4.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radButton4.RootElement.AngleTransform        = 0F;
     this.radButton4.RootElement.FlipText        = false;
     this.radButton4.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radButton4.RootElement.Text            = null;
     this.radButton4.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radButton4.Size      = new System.Drawing.Size(151, 24);
     this.radButton4.TabIndex  = 28;
     this.radButton4.Text      = "Browse";
     this.radButton4.ThemeName = "VisualStudio2012Dark";
     this.radButton4.Click    += new System.EventHandler(this.radButton4_Click);
     //
     // radLabel3
     //
     this.radLabel3.Location = new System.Drawing.Point(36, 70);
     this.radLabel3.Name     = "radLabel3";
     //
     //
     //
     this.radLabel3.RootElement.AccessibleDescription = null;
     this.radLabel3.RootElement.AccessibleName        = null;
     this.radLabel3.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel3.RootElement.AngleTransform        = 0F;
     this.radLabel3.RootElement.FlipText        = false;
     this.radLabel3.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel3.RootElement.Text            = null;
     this.radLabel3.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel3.Size      = new System.Drawing.Size(42, 18);
     this.radLabel3.TabIndex  = 27;
     this.radLabel3.Text      = "Output";
     this.radLabel3.ThemeName = "TelerikMetro";
     //
     // radLabel9
     //
     this.radLabel9.Location = new System.Drawing.Point(35, 409);
     this.radLabel9.Name     = "radLabel9";
     //
     //
     //
     this.radLabel9.RootElement.AccessibleDescription = null;
     this.radLabel9.RootElement.AccessibleName        = null;
     this.radLabel9.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel9.RootElement.AngleTransform        = 0F;
     this.radLabel9.RootElement.FlipText        = false;
     this.radLabel9.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel9.RootElement.Text            = null;
     this.radLabel9.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel9.Size      = new System.Drawing.Size(52, 18);
     this.radLabel9.TabIndex  = 19;
     this.radLabel9.Text      = "LR Factor";
     this.radLabel9.ThemeName = "TelerikMetro";
     //
     // radTextBox3
     //
     this.radTextBox3.Location = new System.Drawing.Point(139, 407);
     this.radTextBox3.Name     = "radTextBox3";
     //
     //
     //
     this.radTextBox3.RootElement.AccessibleDescription = null;
     this.radTextBox3.RootElement.AccessibleName        = null;
     this.radTextBox3.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTextBox3.RootElement.AngleTransform        = 0F;
     this.radTextBox3.RootElement.FlipText        = false;
     this.radTextBox3.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTextBox3.RootElement.Text            = null;
     this.radTextBox3.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTextBox3.Size      = new System.Drawing.Size(151, 21);
     this.radTextBox3.TabIndex  = 20;
     this.radTextBox3.Text      = "3";
     this.radTextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.radTextBox3.ThemeName = "VisualStudio2012Dark";
     //
     // radLabel10
     //
     this.radLabel10.Location = new System.Drawing.Point(35, 368);
     this.radLabel10.Name     = "radLabel10";
     //
     //
     //
     this.radLabel10.RootElement.AccessibleDescription = null;
     this.radLabel10.RootElement.AccessibleName        = null;
     this.radLabel10.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel10.RootElement.AngleTransform        = 0F;
     this.radLabel10.RootElement.FlipText        = false;
     this.radLabel10.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel10.RootElement.Text            = null;
     this.radLabel10.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel10.Size      = new System.Drawing.Size(29, 18);
     this.radLabel10.TabIndex  = 29;
     this.radLabel10.Text      = "Meo";
     this.radLabel10.ThemeName = "TelerikMetro";
     //
     // radTextBox6
     //
     this.radTextBox6.Location = new System.Drawing.Point(137, 366);
     this.radTextBox6.Name     = "radTextBox6";
     //
     //
     //
     this.radTextBox6.RootElement.AccessibleDescription = null;
     this.radTextBox6.RootElement.AccessibleName        = null;
     this.radTextBox6.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radTextBox6.RootElement.AngleTransform        = 0F;
     this.radTextBox6.RootElement.FlipText        = false;
     this.radTextBox6.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radTextBox6.RootElement.Text            = null;
     this.radTextBox6.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radTextBox6.Size      = new System.Drawing.Size(151, 21);
     this.radTextBox6.TabIndex  = 30;
     this.radTextBox6.Text      = "1000";
     this.radTextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.radTextBox6.ThemeName = "VisualStudio2012Dark";
     //
     // radDropDownList2
     //
     this.radDropDownList2.AllowShowFocusCues = false;
     this.radDropDownList2.Location           = new System.Drawing.Point(141, 210);
     this.radDropDownList2.Name = "radDropDownList2";
     //
     //
     //
     this.radDropDownList2.RootElement.AccessibleDescription = null;
     this.radDropDownList2.RootElement.AccessibleName        = null;
     this.radDropDownList2.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radDropDownList2.RootElement.AngleTransform        = 0F;
     this.radDropDownList2.RootElement.FlipText        = false;
     this.radDropDownList2.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radDropDownList2.RootElement.Text            = null;
     this.radDropDownList2.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radDropDownList2.Size      = new System.Drawing.Size(147, 21);
     this.radDropDownList2.TabIndex  = 32;
     this.radDropDownList2.Text      = "purelin";
     this.radDropDownList2.ThemeName = "VisualStudio2012Dark";
     //
     // radLabel11
     //
     this.radLabel11.Location = new System.Drawing.Point(33, 210);
     this.radLabel11.Name     = "radLabel11";
     //
     //
     //
     this.radLabel11.RootElement.AccessibleDescription = null;
     this.radLabel11.RootElement.AccessibleName        = null;
     this.radLabel11.RootElement.Alignment             = System.Drawing.ContentAlignment.TopLeft;
     this.radLabel11.RootElement.AngleTransform        = 0F;
     this.radLabel11.RootElement.FlipText        = false;
     this.radLabel11.RootElement.Margin          = new System.Windows.Forms.Padding(0);
     this.radLabel11.RootElement.Text            = null;
     this.radLabel11.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabel11.Size      = new System.Drawing.Size(88, 18);
     this.radLabel11.TabIndex  = 31;
     this.radLabel11.Text      = "Output Function";
     this.radLabel11.ThemeName = "TelerikMetro";
     //
     // NN
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(898, 484);
     this.Controls.Add(this.radDropDownList2);
     this.Controls.Add(this.radLabel11);
     this.Controls.Add(this.radLabel10);
     this.Controls.Add(this.radTextBox6);
     this.Controls.Add(this.radLabel9);
     this.Controls.Add(this.radButton4);
     this.Controls.Add(this.radTextBox3);
     this.Controls.Add(this.radLabel3);
     this.Controls.Add(this.radButton3);
     this.Controls.Add(this.radLabel8);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.radTrackBar1);
     this.Controls.Add(this.radButton2);
     this.Controls.Add(this.radDropDownList1);
     this.Controls.Add(this.radLabel7);
     this.Controls.Add(this.radLabel6);
     this.Controls.Add(this.radLabel5);
     this.Controls.Add(this.radLabel4);
     this.Controls.Add(this.radLabel2);
     this.Controls.Add(this.radTextBox5);
     this.Controls.Add(this.radTextBox4);
     this.Controls.Add(this.radTextBox2);
     this.Controls.Add(this.radTextBox1);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.radButton1);
     this.Name = "NN";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "NN";
     this.ThemeName = "VisualStudio2012Dark";
     ((System.ComponentModel.ISupportInitialize)(this.radTrackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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.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.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.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 legend1 = 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();
            System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title3 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = 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 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 title4 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = 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 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.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSensorStream));
            this.chtTemperature = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chtPressure = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chtAcceleration = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chtOrientation = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chtDirection = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.txtLog = new System.Windows.Forms.TextBox();
            this.cmbPort = new System.Windows.Forms.ComboBox();
            this.spSerialPort = new System.IO.Ports.SerialPort(this.components);
            this.btnConnect = new System.Windows.Forms.Button();
            this.tmrUpdate = new System.Windows.Forms.Timer(this.components);
            this.llblFourWalledCubicle = new System.Windows.Forms.LinkLabel();
            this.llblLUFALib = new System.Windows.Forms.LinkLabel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pbLUFA = new System.Windows.Forms.PictureBox();
            this.btnRefreshPorts = new System.Windows.Forms.Button();
            this.pnlUIPositioner = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.chtTemperature)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtPressure)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtAcceleration)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtOrientation)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtDirection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLUFA)).BeginInit();
            this.pnlUIPositioner.SuspendLayout();
            this.SuspendLayout();
            // 
            // chtTemperature
            // 
            this.chtTemperature.BorderlineColor = System.Drawing.Color.Black;
            this.chtTemperature.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.AxisX.Interval = 1D;
            chartArea1.AxisX.LabelStyle.Enabled = false;
            chartArea1.AxisX.Title = "Time";
            chartArea1.AxisY.Maximum = 60D;
            chartArea1.AxisY.Minimum = 0D;
            chartArea1.AxisY.Title = "Temperature (Deg C)";
            chartArea1.Name = "chaTempData";
            this.chtTemperature.ChartAreas.Add(chartArea1);
            this.chtTemperature.Location = new System.Drawing.Point(403, 225);
            this.chtTemperature.Name = "chtTemperature";
            series1.BorderWidth = 3;
            series1.ChartArea = "chaTempData";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
            series1.Name = "Temperature";
            this.chtTemperature.Series.Add(series1);
            this.chtTemperature.Size = new System.Drawing.Size(385, 212);
            this.chtTemperature.TabIndex = 0;
            this.chtTemperature.Text = "Temperature";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "chtTemperature";
            title1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            title1.ShadowOffset = 1;
            title1.Text = "Temperature";
            this.chtTemperature.Titles.Add(title1);
            // 
            // chtPressure
            // 
            this.chtPressure.BorderlineColor = System.Drawing.Color.Black;
            this.chtPressure.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea2.AxisX.Interval = 1D;
            chartArea2.AxisX.LabelStyle.Enabled = false;
            chartArea2.AxisX.Title = "Time";
            chartArea2.AxisY.LabelStyle.Enabled = false;
            chartArea2.Name = "chaPressureData";
            this.chtPressure.ChartAreas.Add(chartArea2);
            this.chtPressure.Location = new System.Drawing.Point(12, 225);
            this.chtPressure.Name = "chtPressure";
            series2.BorderWidth = 3;
            series2.ChartArea = "chaPressureData";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
            series2.Name = "Temperature";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.chtPressure.Series.Add(series2);
            this.chtPressure.Size = new System.Drawing.Size(385, 212);
            this.chtPressure.TabIndex = 1;
            this.chtPressure.Text = "Pressure";
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "chtPressure";
            title2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            title2.ShadowOffset = 1;
            title2.Text = "Pressure";
            this.chtPressure.Titles.Add(title2);
            // 
            // chtAcceleration
            // 
            this.chtAcceleration.BorderlineColor = System.Drawing.Color.Black;
            this.chtAcceleration.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea3.AxisX.Interval = 1D;
            chartArea3.AxisX.LabelStyle.Enabled = false;
            chartArea3.AxisX.Title = "Time";
            chartArea3.AxisY.Maximum = 1.3D;
            chartArea3.AxisY.Minimum = -1.3D;
            chartArea3.AxisY.Title = "Acceleration (g)";
            chartArea3.Name = "chaAccelData";
            this.chtAcceleration.ChartAreas.Add(chartArea3);
            legend1.Name = "Legend1";
            this.chtAcceleration.Legends.Add(legend1);
            this.chtAcceleration.Location = new System.Drawing.Point(12, 7);
            this.chtAcceleration.Name = "chtAcceleration";
            series3.BorderWidth = 3;
            series3.ChartArea = "chaAccelData";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series3.Legend = "Legend1";
            series3.Name = "X";
            series4.BorderWidth = 3;
            series4.ChartArea = "chaAccelData";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series4.Legend = "Legend1";
            series4.Name = "Y";
            series5.BorderWidth = 3;
            series5.ChartArea = "chaAccelData";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series5.Legend = "Legend1";
            series5.Name = "Z";
            this.chtAcceleration.Series.Add(series3);
            this.chtAcceleration.Series.Add(series4);
            this.chtAcceleration.Series.Add(series5);
            this.chtAcceleration.Size = new System.Drawing.Size(385, 212);
            this.chtAcceleration.TabIndex = 2;
            this.chtAcceleration.Text = "Acceleration";
            title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title3.Name = "chtAcceleration";
            title3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            title3.ShadowOffset = 1;
            title3.Text = "Acceleration";
            this.chtAcceleration.Titles.Add(title3);
            // 
            // chtOrientation
            // 
            this.chtOrientation.BorderlineColor = System.Drawing.Color.Black;
            this.chtOrientation.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea4.AxisX.Interval = 1D;
            chartArea4.AxisX.LabelStyle.Enabled = false;
            chartArea4.AxisX.Title = "Time";
            chartArea4.AxisY.Maximum = 150D;
            chartArea4.AxisY.Minimum = -150D;
            chartArea4.AxisY.Title = "Angle Change (Deg/Sec)";
            chartArea4.Name = "chaOrientationData";
            this.chtOrientation.ChartAreas.Add(chartArea4);
            legend2.Name = "Legend1";
            this.chtOrientation.Legends.Add(legend2);
            this.chtOrientation.Location = new System.Drawing.Point(403, 7);
            this.chtOrientation.Name = "chtOrientation";
            series6.BorderWidth = 3;
            series6.ChartArea = "chaOrientationData";
            series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series6.Legend = "Legend1";
            series6.Name = "X";
            series7.BorderWidth = 3;
            series7.ChartArea = "chaOrientationData";
            series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series7.Legend = "Legend1";
            series7.Name = "Y";
            series8.BorderWidth = 3;
            series8.ChartArea = "chaOrientationData";
            series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series8.Legend = "Legend1";
            series8.Name = "Z";
            this.chtOrientation.Series.Add(series6);
            this.chtOrientation.Series.Add(series7);
            this.chtOrientation.Series.Add(series8);
            this.chtOrientation.Size = new System.Drawing.Size(385, 212);
            this.chtOrientation.TabIndex = 3;
            this.chtOrientation.Text = "Rotation";
            title4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title4.Name = "chtOrientation";
            title4.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            title4.ShadowOffset = 1;
            title4.Text = "Orientation";
            this.chtOrientation.Titles.Add(title4);
            // 
            // chtDirection
            // 
            this.chtDirection.BorderlineColor = System.Drawing.Color.Black;
            this.chtDirection.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea5.AxisX.Interval = 1D;
            chartArea5.AxisX.LabelStyle.Enabled = false;
            chartArea5.AxisX.Title = "Time";
            chartArea5.AxisY.Maximum = 200D;
            chartArea5.AxisY.Minimum = -200D;
            chartArea5.AxisY.Title = "Magnetic Flux (uT)";
            chartArea5.Name = "chaDirectionData";
            this.chtDirection.ChartAreas.Add(chartArea5);
            legend3.Name = "Legend1";
            this.chtDirection.Legends.Add(legend3);
            this.chtDirection.Location = new System.Drawing.Point(794, 7);
            this.chtDirection.Name = "chtDirection";
            series9.BorderWidth = 3;
            series9.ChartArea = "chaDirectionData";
            series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series9.Legend = "Legend1";
            series9.Name = "X";
            series10.BorderWidth = 3;
            series10.ChartArea = "chaDirectionData";
            series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series10.Legend = "Legend1";
            series10.Name = "Y";
            series11.BorderWidth = 3;
            series11.ChartArea = "chaDirectionData";
            series11.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series11.Legend = "Legend1";
            series11.Name = "Z";
            this.chtDirection.Series.Add(series9);
            this.chtDirection.Series.Add(series10);
            this.chtDirection.Series.Add(series11);
            this.chtDirection.Size = new System.Drawing.Size(385, 212);
            this.chtDirection.TabIndex = 4;
            this.chtDirection.Text = "Direction";
            title5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title5.Name = "chtDirection";
            title5.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            title5.ShadowOffset = 1;
            title5.Text = "Direction";
            this.chtDirection.Titles.Add(title5);
            // 
            // txtLog
            // 
            this.txtLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtLog.Location = new System.Drawing.Point(794, 225);
            this.txtLog.Multiline = true;
            this.txtLog.Name = "txtLog";
            this.txtLog.Size = new System.Drawing.Size(385, 212);
            this.txtLog.TabIndex = 5;
            // 
            // cmbPort
            // 
            this.cmbPort.FormattingEnabled = true;
            this.cmbPort.Location = new System.Drawing.Point(487, 473);
            this.cmbPort.Name = "cmbPort";
            this.cmbPort.Size = new System.Drawing.Size(136, 21);
            this.cmbPort.TabIndex = 6;
            this.cmbPort.SelectedIndexChanged += new System.EventHandler(this.cmbPort_SelectedIndexChanged);
            this.cmbPort.TextChanged += new System.EventHandler(this.cmbPort_TextChanged);
            // 
            // spSerialPort
            // 
            this.spSerialPort.DtrEnable = true;
            this.spSerialPort.RtsEnable = true;
            this.spSerialPort.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.spSerialPort_DataReceived);
            // 
            // btnConnect
            // 
            this.btnConnect.Enabled = false;
            this.btnConnect.Location = new System.Drawing.Point(629, 473);
            this.btnConnect.Name = "btnConnect";
            this.btnConnect.Size = new System.Drawing.Size(123, 21);
            this.btnConnect.TabIndex = 7;
            this.btnConnect.Text = "Connect";
            this.btnConnect.UseVisualStyleBackColor = true;
            this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
            // 
            // tmrUpdate
            // 
            this.tmrUpdate.Enabled = true;
            this.tmrUpdate.Interval = 5;
            this.tmrUpdate.Tick += new System.EventHandler(this.tmrUpdate_Tick);
            // 
            // llblFourWalledCubicle
            // 
            this.llblFourWalledCubicle.Location = new System.Drawing.Point(12, 497);
            this.llblFourWalledCubicle.Name = "llblFourWalledCubicle";
            this.llblFourWalledCubicle.Size = new System.Drawing.Size(141, 13);
            this.llblFourWalledCubicle.TabIndex = 9;
            this.llblFourWalledCubicle.TabStop = true;
            this.llblFourWalledCubicle.Text = "www.fourwalledcubicle.com";
            this.llblFourWalledCubicle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.llblFourWalledCubicle.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblFourWalledCubicle_LinkClicked);
            // 
            // llblLUFALib
            // 
            this.llblLUFALib.Location = new System.Drawing.Point(1034, 497);
            this.llblLUFALib.Name = "llblLUFALib";
            this.llblLUFALib.Size = new System.Drawing.Size(144, 13);
            this.llblLUFALib.TabIndex = 10;
            this.llblLUFALib.TabStop = true;
            this.llblLUFALib.Text = "www.lufa-lib.org";
            this.llblLUFALib.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.llblLUFALib.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblLUFALib_LinkClicked);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::RobotSensorStream.Properties.Resources.LUFA_thumb;
            this.pictureBox1.Location = new System.Drawing.Point(1037, 443);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(141, 51);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 12;
            this.pictureBox1.TabStop = false;
            // 
            // pbLUFA
            // 
            this.pbLUFA.Image = global::RobotSensorStream.Properties.Resources.FourWalledCubicle;
            this.pbLUFA.Location = new System.Drawing.Point(12, 443);
            this.pbLUFA.Name = "pbLUFA";
            this.pbLUFA.Size = new System.Drawing.Size(141, 51);
            this.pbLUFA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pbLUFA.TabIndex = 11;
            this.pbLUFA.TabStop = false;
            // 
            // btnRefreshPorts
            // 
            this.btnRefreshPorts.Image = global::RobotSensorStream.Properties.Resources.action_refresh_blue;
            this.btnRefreshPorts.Location = new System.Drawing.Point(453, 473);
            this.btnRefreshPorts.Name = "btnRefreshPorts";
            this.btnRefreshPorts.Size = new System.Drawing.Size(28, 21);
            this.btnRefreshPorts.TabIndex = 8;
            this.btnRefreshPorts.UseVisualStyleBackColor = true;
            this.btnRefreshPorts.Click += new System.EventHandler(this.btnRefreshPorts_Click);
            // 
            // pnlUIPositioner
            // 
            this.pnlUIPositioner.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pnlUIPositioner.Controls.Add(this.pictureBox1);
            this.pnlUIPositioner.Controls.Add(this.pbLUFA);
            this.pnlUIPositioner.Controls.Add(this.llblLUFALib);
            this.pnlUIPositioner.Controls.Add(this.llblFourWalledCubicle);
            this.pnlUIPositioner.Controls.Add(this.btnRefreshPorts);
            this.pnlUIPositioner.Controls.Add(this.btnConnect);
            this.pnlUIPositioner.Controls.Add(this.cmbPort);
            this.pnlUIPositioner.Controls.Add(this.txtLog);
            this.pnlUIPositioner.Controls.Add(this.chtDirection);
            this.pnlUIPositioner.Controls.Add(this.chtOrientation);
            this.pnlUIPositioner.Controls.Add(this.chtAcceleration);
            this.pnlUIPositioner.Controls.Add(this.chtPressure);
            this.pnlUIPositioner.Controls.Add(this.chtTemperature);
            this.pnlUIPositioner.Location = new System.Drawing.Point(0, 5);
            this.pnlUIPositioner.Name = "pnlUIPositioner";
            this.pnlUIPositioner.Size = new System.Drawing.Size(1190, 518);
            this.pnlUIPositioner.TabIndex = 13;
            // 
            // frmSensorStream
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1192, 524);
            this.Controls.Add(this.pnlUIPositioner);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmSensorStream";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Explorer Bot Sensor Streamer";
            this.Load += new System.EventHandler(this.frmSensorStream_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chtTemperature)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtPressure)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtAcceleration)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtOrientation)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chtDirection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLUFA)).EndInit();
            this.pnlUIPositioner.ResumeLayout(false);
            this.pnlUIPositioner.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.ComponentModel.ComponentResourceManager            resources   = new System.ComponentModel.ComponentResourceManager(typeof(kampusGymHome));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea27 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend27    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series27    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title27     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea28 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend28    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series28    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title28     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.panel1            = new System.Windows.Forms.Panel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.buttonExit        = new System.Windows.Forms.Button();
     this.buttonInventar    = new System.Windows.Forms.Button();
     this.buttonNaslovna    = new System.Windows.Forms.Button();
     this.buttonRaspored    = new System.Windows.Forms.Button();
     this.buttonZaposlenici = new System.Windows.Forms.Button();
     this.buttonInformacije = new System.Windows.Forms.Button();
     this.buttonClanstvo    = new System.Windows.Forms.Button();
     this.panel2            = new System.Windows.Forms.Panel();
     this.panel3            = new System.Windows.Forms.Panel();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.label1            = new System.Windows.Forms.Label();
     this.panel4            = new System.Windows.Forms.Panel();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.label2            = new System.Windows.Forms.Label();
     this.panel5            = new System.Windows.Forms.Panel();
     this.label3            = new System.Windows.Forms.Label();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label4            = new System.Windows.Forms.Label();
     this.panel6            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.pictureBox5       = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DimGray;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.buttonExit);
     this.panel1.Controls.Add(this.buttonInventar);
     this.panel1.Controls.Add(this.buttonNaslovna);
     this.panel1.Controls.Add(this.buttonRaspored);
     this.panel1.Controls.Add(this.buttonZaposlenici);
     this.panel1.Controls.Add(this.buttonInformacije);
     this.panel1.Controls.Add(this.buttonClanstvo);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(253, 647);
     this.panel1.TabIndex = 0;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(253, 135);
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // buttonExit
     //
     this.buttonExit.Cursor = System.Windows.Forms.Cursors.Hand;
     this.buttonExit.FlatAppearance.BorderSize         = 0;
     this.buttonExit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(52)))), ((int)(((byte)(71)))));
     this.buttonExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonExit.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonExit.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonExit.Location  = new System.Drawing.Point(0, 583);
     this.buttonExit.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.buttonExit.Name      = "buttonExit";
     this.buttonExit.Size      = new System.Drawing.Size(253, 64);
     this.buttonExit.TabIndex  = 6;
     this.buttonExit.Text      = "Izlaz";
     this.buttonExit.UseVisualStyleBackColor = true;
     this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
     //
     // buttonInventar
     //
     this.buttonInventar.BackColor = System.Drawing.Color.DimGray;
     this.buttonInventar.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonInventar.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(40)))), ((int)(((byte)(49)))));
     this.buttonInventar.FlatAppearance.BorderSize         = 0;
     this.buttonInventar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonInventar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonInventar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonInventar.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonInventar.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonInventar.Location  = new System.Drawing.Point(0, 455);
     this.buttonInventar.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonInventar.Name      = "buttonInventar";
     this.buttonInventar.Size      = new System.Drawing.Size(253, 60);
     this.buttonInventar.TabIndex  = 5;
     this.buttonInventar.Text      = "Inventar";
     this.buttonInventar.UseVisualStyleBackColor = false;
     this.buttonInventar.Click += new System.EventHandler(this.buttonInventar_Click);
     //
     // buttonNaslovna
     //
     this.buttonNaslovna.BackColor = System.Drawing.Color.DimGray;
     this.buttonNaslovna.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonNaslovna.FlatAppearance.BorderSize         = 0;
     this.buttonNaslovna.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonNaslovna.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonNaslovna.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonNaslovna.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonNaslovna.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonNaslovna.Location  = new System.Drawing.Point(0, 155);
     this.buttonNaslovna.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonNaslovna.Name      = "buttonNaslovna";
     this.buttonNaslovna.Size      = new System.Drawing.Size(255, 60);
     this.buttonNaslovna.TabIndex  = 0;
     this.buttonNaslovna.Text      = "Naslovna";
     this.buttonNaslovna.UseVisualStyleBackColor = false;
     this.buttonNaslovna.Click += new System.EventHandler(this.buttonNaslovna_Click);
     //
     // buttonRaspored
     //
     this.buttonRaspored.BackColor = System.Drawing.Color.DimGray;
     this.buttonRaspored.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonRaspored.FlatAppearance.BorderSize         = 0;
     this.buttonRaspored.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonRaspored.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonRaspored.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonRaspored.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonRaspored.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonRaspored.Location  = new System.Drawing.Point(0, 395);
     this.buttonRaspored.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonRaspored.Name      = "buttonRaspored";
     this.buttonRaspored.Size      = new System.Drawing.Size(253, 60);
     this.buttonRaspored.TabIndex  = 4;
     this.buttonRaspored.Text      = "Raspored";
     this.buttonRaspored.UseVisualStyleBackColor = false;
     this.buttonRaspored.Click += new System.EventHandler(this.buttonRaspored_Click);
     //
     // buttonZaposlenici
     //
     this.buttonZaposlenici.BackColor = System.Drawing.Color.DimGray;
     this.buttonZaposlenici.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonZaposlenici.FlatAppearance.BorderSize         = 0;
     this.buttonZaposlenici.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonZaposlenici.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonZaposlenici.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonZaposlenici.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonZaposlenici.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonZaposlenici.Location  = new System.Drawing.Point(0, 335);
     this.buttonZaposlenici.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonZaposlenici.Name      = "buttonZaposlenici";
     this.buttonZaposlenici.Size      = new System.Drawing.Size(253, 60);
     this.buttonZaposlenici.TabIndex  = 3;
     this.buttonZaposlenici.Text      = "Zaposlenici";
     this.buttonZaposlenici.UseVisualStyleBackColor = false;
     this.buttonZaposlenici.Click += new System.EventHandler(this.buttonZaposlenici_Click);
     //
     // buttonInformacije
     //
     this.buttonInformacije.BackColor = System.Drawing.Color.DimGray;
     this.buttonInformacije.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonInformacije.FlatAppearance.BorderSize         = 0;
     this.buttonInformacije.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonInformacije.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonInformacije.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonInformacije.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonInformacije.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonInformacije.Location  = new System.Drawing.Point(0, 274);
     this.buttonInformacije.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonInformacije.Name      = "buttonInformacije";
     this.buttonInformacije.Size      = new System.Drawing.Size(253, 60);
     this.buttonInformacije.TabIndex  = 2;
     this.buttonInformacije.Text      = "Uredi informacije\r\n";
     this.buttonInformacije.UseVisualStyleBackColor = false;
     this.buttonInformacije.Click += new System.EventHandler(this.buttonInformacije_Click);
     //
     // buttonClanstvo
     //
     this.buttonClanstvo.BackColor = System.Drawing.Color.DimGray;
     this.buttonClanstvo.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonClanstvo.FlatAppearance.BorderSize         = 0;
     this.buttonClanstvo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonClanstvo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.buttonClanstvo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonClanstvo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonClanstvo.ForeColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonClanstvo.Location  = new System.Drawing.Point(0, 215);
     this.buttonClanstvo.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonClanstvo.Name      = "buttonClanstvo";
     this.buttonClanstvo.Size      = new System.Drawing.Size(253, 60);
     this.buttonClanstvo.TabIndex  = 1;
     this.buttonClanstvo.Text      = "Članstvo";
     this.buttonClanstvo.UseVisualStyleBackColor = false;
     this.buttonClanstvo.Click += new System.EventHandler(this.buttonClanstvo_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(129)))), ((int)(((byte)(138)))));
     this.panel2.Location  = new System.Drawing.Point(253, 155);
     this.panel2.Margin    = new System.Windows.Forms.Padding(0);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(11, 60);
     this.panel2.TabIndex  = 1;
     //
     // panel3
     //
     this.panel3.BackColor   = System.Drawing.Color.MediumPurple;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.pictureBox2);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.panel3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel3.Location = new System.Drawing.Point(321, 185);
     this.panel3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(150, 150);
     this.panel3.TabIndex = 1;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor             = System.Drawing.Color.MediumPurple;
     this.pictureBox2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
     this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox2.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(149, 100);
     this.pictureBox2.TabIndex = 4;
     this.pictureBox2.TabStop  = false;
     this.pictureBox2.Click   += new System.EventHandler(this.pictureBox2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(41, 116);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 17);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Članova";
     //
     // panel4
     //
     this.panel4.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(150)))), ((int)(((byte)(0)))));
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.pictureBox3);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.panel4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel4.Location = new System.Drawing.Point(563, 185);
     this.panel4.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(150, 150);
     this.panel4.TabIndex = 2;
     //
     // pictureBox3
     //
     this.pictureBox3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox3.BackgroundImage")));
     this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox3.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox3.Location = new System.Drawing.Point(-1, -1);
     this.pictureBox3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(149, 100);
     this.pictureBox3.TabIndex = 4;
     this.pictureBox3.TabStop  = false;
     this.pictureBox3.Click   += new System.EventHandler(this.pictureBox3_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(36, 115);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(78, 17);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Zaposlenih";
     //
     // panel5
     //
     this.panel5.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(190)))), ((int)(((byte)(22)))));
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.label3);
     this.panel5.Controls.Add(this.pictureBox4);
     this.panel5.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.panel5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel5.Location = new System.Drawing.Point(807, 186);
     this.panel5.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(150, 150);
     this.panel5.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(44, 115);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 17);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Treninga";
     //
     // pictureBox4
     //
     this.pictureBox4.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox4.BackgroundImage")));
     this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox4.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox4.Location = new System.Drawing.Point(0, -1);
     this.pictureBox4.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(149, 100);
     this.pictureBox4.TabIndex = 5;
     this.pictureBox4.TabStop  = false;
     this.pictureBox4.Click   += new System.EventHandler(this.pictureBox4_Click);
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.Transparent;
     chartArea27.BackColor = System.Drawing.Color.Transparent;
     chartArea27.Name      = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea27);
     legend27.BackColor      = System.Drawing.Color.Transparent;
     legend27.Name           = "Legend1";
     legend27.Title          = "Legenda";
     legend27.TitleFont      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend27.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.chart1.Legends.Add(legend27);
     this.chart1.Location = new System.Drawing.Point(273, 395);
     this.chart1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chart1.Name     = "chart1";
     series27.ChartArea   = "ChartArea1";
     series27.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series27.Legend      = "Legend1";
     series27.Name        = "s1";
     this.chart1.Series.Add(series27);
     this.chart1.Size     = new System.Drawing.Size(348, 240);
     this.chart1.TabIndex = 4;
     this.chart1.Text     = "chart1";
     title27.Font         = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title27.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     title27.Name         = "Title1";
     title27.Text         = "Postotak članova po spolu";
     this.chart1.Titles.Add(title27);
     //
     // chart2
     //
     this.chart2.BackColor = System.Drawing.Color.Transparent;
     chartArea28.BackColor = System.Drawing.Color.Transparent;
     chartArea28.Name      = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea28);
     legend28.BackColor      = System.Drawing.Color.Transparent;
     legend28.Font           = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend28.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     legend28.IsTextAutoFit  = false;
     legend28.Name           = "Legend1";
     legend28.Title          = "Legenda";
     legend28.TitleFont      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend28.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.chart2.Legends.Add(legend28);
     this.chart2.Location = new System.Drawing.Point(652, 395);
     this.chart2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chart2.Name     = "chart2";
     series28.ChartArea   = "ChartArea1";
     series28.ChartType   = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series28.Legend      = "Legend1";
     series28.Name        = "s2";
     this.chart2.Series.Add(series28);
     this.chart2.Size     = new System.Drawing.Size(369, 240);
     this.chart2.TabIndex = 5;
     this.chart2.Text     = "chart2";
     title28.Font         = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title28.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     title28.Name         = "Title1";
     title28.Text         = "Vrste treninga po članovima";
     this.chart2.Titles.Add(title28);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Verdana", 28.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(184)))), ((int)(((byte)(206)))));
     this.label4.Location  = new System.Drawing.Point(21, 23);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(735, 148);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Dobrodošli u aplikaciju \r\nKampusGym";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.panel6.Controls.Add(this.pictureBox5);
     this.panel6.Controls.Add(this.label4);
     this.panel6.Location = new System.Drawing.Point(253, 0);
     this.panel6.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(783, 155);
     this.panel6.TabIndex = 7;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Verdana", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(948, 630);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 17);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Version 1.0";
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(36)))), ((int)(((byte)(49)))));
     this.pictureBox5.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox5.BackgroundImage")));
     this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox5.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox5.Location = new System.Drawing.Point(507, 12);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(261, 123);
     this.pictureBox5.TabIndex = 7;
     this.pictureBox5.TabStop  = false;
     this.pictureBox5.Click   += new System.EventHandler(this.pictureBox5_Click);
     //
     // kampusGymHome
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(1036, 647);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.MaximumSize     = new System.Drawing.Size(1036, 647);
     this.MinimumSize     = new System.Drawing.Size(1036, 647);
     this.Name            = "kampusGymHome";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "kampusGymHome";
     this.Load           += new System.EventHandler(this.kampusGymHome_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chartControl = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.textBox1 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl
            // 
            this.chartControl.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.chartControl.BorderlineColor = System.Drawing.Color.Gray;
            this.chartControl.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.Name = "ChartArea1";
            this.chartControl.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartControl.Legends.Add(legend1);
            this.chartControl.Location = new System.Drawing.Point(0, 0);
            this.chartControl.Name = "chartControl";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.CustomProperties = "PieDrawingStyle=SoftEdge";
            series1.IsValueShownAsLabel = true;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            series1.XValueMember = "Description";
            series1.YValueMembers = "Count";
            this.chartControl.Series.Add(series1);
            this.chartControl.Size = new System.Drawing.Size(300, 229);
            this.chartControl.TabIndex = 1;
            this.chartControl.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
            title1.Name = "Title1";
            title1.Text = "CS Widget";
            this.chartControl.Titles.Add(title1);
            this.chartControl.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartControl_MouseDoubleClick);
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.textBox1.Location = new System.Drawing.Point(3, 235);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(142, 20);
            this.textBox1.TabIndex = 2;
            // 
            // ctlChartWidget
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.chartControl);
            this.Name = "ctlChartWidget";
            this.Size = new System.Drawing.Size(300, 258);
            this.MouseHover += new System.EventHandler(this.ctlChartWidget_MouseHover);
            this.Controls.SetChildIndex(this.chartControl, 0);
            this.Controls.SetChildIndex(this.textBox1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.chartControl)).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();
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(40177D, "23,0,0");
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(40542D, "80,0,0");
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(40907D, "65,0,0");
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(41273D, "87,0,0");
            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();
            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 dataPoint5 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 80D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 95D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 60D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 45D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(5D, 15D);
            System.Windows.Forms.DataVisualization.Charting.Title title4 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.Title title6 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button16 = new System.Windows.Forms.Button();
            this.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.button17 = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.button17);
            this.panel1.Controls.Add(this.button16);
            this.panel1.Controls.Add(this.button15);
            this.panel1.Controls.Add(this.button14);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.button2);
            this.panel1.Location = new System.Drawing.Point(3, 2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(778, 29);
            this.panel1.TabIndex = 2;
            // 
            // button16
            // 
            this.button16.Location = new System.Drawing.Point(541, 3);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(107, 23);
            this.button16.TabIndex = 7;
            this.button16.Text = "Test Results";
            this.button16.UseCompatibleTextRendering = true;
            this.button16.UseVisualStyleBackColor = true;
            this.button16.Click += new System.EventHandler(this.button16_Click);
            // 
            // button15
            // 
            this.button15.Location = new System.Drawing.Point(315, 3);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(107, 23);
            this.button15.TabIndex = 6;
            this.button15.Text = "Make Test";
            this.button15.UseCompatibleTextRendering = true;
            this.button15.UseVisualStyleBackColor = true;
            this.button15.Click += new System.EventHandler(this.button15_Click);
            // 
            // button14
            // 
            this.button14.Location = new System.Drawing.Point(428, 3);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(107, 23);
            this.button14.TabIndex = 5;
            this.button14.Text = "Set Test";
            this.button14.UseCompatibleTextRendering = true;
            this.button14.UseVisualStyleBackColor = true;
            this.button14.Click += new System.EventHandler(this.button14_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(13, 3);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(107, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "Logout";
            this.button1.UseCompatibleTextRendering = true;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(654, 3);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(107, 23);
            this.button2.TabIndex = 4;
            this.button2.Text = "Play Game";
            this.button2.UseCompatibleTextRendering = true;
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(3, 37);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(778, 522);
            this.tabControl1.TabIndex = 19;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.comboBox3);
            this.tabPage1.Controls.Add(this.chart1);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.comboBox1);
            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(770, 496);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Pupil Tracking";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // comboBox3
            // 
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Items.AddRange(new object[] {
            "Erin"});
            this.comboBox3.Location = new System.Drawing.Point(59, 6);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(227, 21);
            this.comboBox3.TabIndex = 16;
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Location = new System.Drawing.Point(9, 34);
            this.chart1.Name = "chart1";
            this.chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series1.IsXValueIndexed = true;
            series1.LegendText = "Erin";
            series1.Name = "Series1";
            series1.Points.Add(dataPoint1);
            series1.Points.Add(dataPoint2);
            series1.Points.Add(dataPoint3);
            series1.Points.Add(dataPoint4);
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Date;
            series1.YValuesPerPoint = 3;
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(748, 459);
            this.chart1.TabIndex = 3;
            this.chart1.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
            title1.Name = "Title1";
            title1.Text = "French Test Level 4";
            title2.Alignment = System.Drawing.ContentAlignment.BottomCenter;
            title2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title2.Name = "X Axis";
            title2.Text = "Date Tested";
            title3.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
            title3.Name = "Y Axis";
            title3.Text = "Percentage Mark";
            this.chart1.Titles.Add(title1);
            this.chart1.Titles.Add(title2);
            this.chart1.Titles.Add(title3);
            this.chart1.Click += new System.EventHandler(this.chart1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(424, 11);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(26, 17);
            this.label2.TabIndex = 18;
            this.label2.Text = "Test";
            this.label2.UseCompatibleTextRendering = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 17);
            this.label1.TabIndex = 5;
            this.label1.Text = "Pupil";
            this.label1.UseCompatibleTextRendering = true;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "French Test Level 4"});
            this.comboBox1.Location = new System.Drawing.Point(530, 7);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(227, 21);
            this.comboBox1.TabIndex = 17;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.listBox1);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.comboBox2);
            this.tabPage2.Controls.Add(this.chart2);
            this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            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(770, 496);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Test Analysis";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Items.AddRange(new object[] {
            "1 - Which of these puts out fires?"});
            this.listBox1.Location = new System.Drawing.Point(6, 33);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(292, 459);
            this.listBox1.TabIndex = 21;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 10);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(26, 17);
            this.label3.TabIndex = 20;
            this.label3.Text = "Test";
            this.label3.UseCompatibleTextRendering = true;
            // 
            // comboBox2
            // 
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "French Test Level 4"});
            this.comboBox2.Location = new System.Drawing.Point(71, 6);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(227, 21);
            this.comboBox2.TabIndex = 19;
            // 
            // chart2
            // 
            chartArea2.Name = "ChartArea1";
            this.chart2.ChartAreas.Add(chartArea2);
            this.chart2.Location = new System.Drawing.Point(311, 33);
            this.chart2.Name = "chart2";
            this.chart2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series2.ChartArea = "ChartArea1";
            series2.Name = "Series1";
            series2.Points.Add(dataPoint5);
            series2.Points.Add(dataPoint6);
            series2.Points.Add(dataPoint7);
            series2.Points.Add(dataPoint8);
            series2.Points.Add(dataPoint9);
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.chart2.Series.Add(series2);
            this.chart2.Size = new System.Drawing.Size(446, 457);
            this.chart2.TabIndex = 0;
            this.chart2.TabStop = false;
            this.chart2.Text = "chart2";
            title4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
            title4.Name = "Title1";
            title4.Text = "French Test Level 4";
            title5.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            title5.Name = "X Axis";
            title5.Text = "Question Number";
            title6.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Left;
            title6.Name = "Y Axis";
            title6.Text = "Percentage Correct";
            this.chart2.Titles.Add(title4);
            this.chart2.Titles.Add(title5);
            this.chart2.Titles.Add(title6);
            // 
            // button17
            // 
            this.button17.Location = new System.Drawing.Point(202, 3);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(107, 23);
            this.button17.TabIndex = 20;
            this.button17.Text = "Configuration";
            this.button17.UseCompatibleTextRendering = true;
            this.button17.UseVisualStyleBackColor = true;
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // frm_testResults
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panel1);
            this.Name = "frm_testResults";
            this.Text = "Language & Roles";
            this.panel1.ResumeLayout(false);
            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.ResumeLayout(false);

        }
Example #35
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();
     this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     this.SuspendLayout();
     //
     // nameTextBox
     //
     this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     this.nameTextBox.Location = new System.Drawing.Point(55, 0);
     this.nameTextBox.Size     = new System.Drawing.Size(279, 20);
     //
     // infoLabel
     //
     this.infoLabel.Location = new System.Drawing.Point(340, 3);
     //
     // 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, 26);
     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, 248);
     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";
     this.chart.Titles.Add(title1);
     this.chart.CustomizeLegend += new System.EventHandler <System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
     this.chart.MouseDown       += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
     this.chart.MouseMove       += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
     //
     // ScatterPlotView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.chart);
     this.Name = "ScatterPlotView";
     this.Size = new System.Drawing.Size(359, 274);
     this.Controls.SetChildIndex(this.infoLabel, 0);
     this.Controls.SetChildIndex(this.chart, 0);
     this.Controls.SetChildIndex(this.nameLabel, 0);
     this.Controls.SetChildIndex(this.nameTextBox, 0);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #36
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.StripLine stripLine4 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
            System.Windows.Forms.DataVisualization.Charting.StripLine stripLine5 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
            System.Windows.Forms.DataVisualization.Charting.StripLine stripLine6 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
            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.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.lvSite = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lbtRemovesite = new System.Windows.Forms.LinkLabel();
            this.lbtAddsite = new System.Windows.Forms.LinkLabel();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lvTest = new LQT.GUI.LQTListView();
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.lvNrSite = new System.Windows.Forms.ListView();
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.lbtAddnrsite = new System.Windows.Forms.LinkLabel();
            this.lbtRemoveNrsite = new System.Windows.Forms.LinkLabel();
            this.splitter3 = new System.Windows.Forms.Splitter();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.panel6 = new System.Windows.Forms.Panel();
            this.lbtAddmselect = new System.Windows.Forms.LinkLabel();
            this.lbtImport = new System.Windows.Forms.LinkLabel();
            this.lbtRemovetest = new System.Windows.Forms.LinkLabel();
            this.lbtAddtest = new System.Windows.Forms.LinkLabel();
            this.lbtAddduration = new System.Windows.Forms.LinkLabel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.txtPcount = new System.Windows.Forms.TextBox();
            this.txtSitename = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.panel7 = new System.Windows.Forms.Panel();
            this.txtTotalpcount = new System.Windows.Forms.TextBox();
            this.txttotalsite = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((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.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblMedian = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.lblDeviation = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lblMean = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel8.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel6.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.lvSite);
            this.splitContainer1.Panel1.Controls.Add(this.splitter1);
            this.splitContainer1.Panel1.Controls.Add(this.panel2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(925, 538);
            this.splitContainer1.SplitterDistance = 214;
            this.splitContainer1.TabIndex = 0;
            // 
            // lvSite
            // 
            this.lvSite.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
            this.lvSite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvSite.FullRowSelect = true;
            this.lvSite.GridLines = true;
            this.lvSite.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvSite.HideSelection = false;
            this.lvSite.Location = new System.Drawing.Point(0, 27);
            this.lvSite.MultiSelect = false;
            this.lvSite.Name = "lvSite";
            this.lvSite.Size = new System.Drawing.Size(214, 511);
            this.lvSite.TabIndex = 6;
            this.lvSite.UseCompatibleStateImageBehavior = false;
            this.lvSite.View = System.Windows.Forms.View.Details;
            this.lvSite.SelectedIndexChanged += new System.EventHandler(this.lvSite_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "List of Reported Sites";
            this.columnHeader1.Width = 200;
            // 
            // splitter1
            // 
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter1.Location = new System.Drawing.Point(0, 24);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(214, 3);
            this.splitter1.TabIndex = 2;
            this.splitter1.TabStop = false;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.lbtRemovesite);
            this.panel2.Controls.Add(this.lbtAddsite);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(214, 24);
            this.panel2.TabIndex = 1;
            // 
            // lbtRemovesite
            // 
            this.lbtRemovesite.AutoSize = true;
            this.lbtRemovesite.Enabled = false;
            this.lbtRemovesite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtRemovesite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtRemovesite.Location = new System.Drawing.Point(125, 8);
            this.lbtRemovesite.Name = "lbtRemovesite";
            this.lbtRemovesite.Size = new System.Drawing.Size(79, 13);
            this.lbtRemovesite.TabIndex = 1;
            this.lbtRemovesite.TabStop = true;
            this.lbtRemovesite.Text = "Remove Site";
            this.lbtRemovesite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtRemovesite_LinkClicked);
            // 
            // lbtAddsite
            // 
            this.lbtAddsite.AutoSize = true;
            this.lbtAddsite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtAddsite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtAddsite.Location = new System.Drawing.Point(58, 8);
            this.lbtAddsite.Name = "lbtAddsite";
            this.lbtAddsite.Size = new System.Drawing.Size(69, 13);
            this.lbtAddsite.TabIndex = 0;
            this.lbtAddsite.TabStop = true;
            this.lbtAddsite.Text = "Select Site";
            this.lbtAddsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtAddsite_LinkClicked);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer2.IsSplitterFixed = true;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.tableLayoutPanel1);
            this.splitContainer2.Panel1.Controls.Add(this.splitter3);
            this.splitContainer2.Panel1.Controls.Add(this.panel3);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.panel5);
            this.splitContainer2.Panel2.Controls.Add(this.panel7);
            this.splitContainer2.Size = new System.Drawing.Size(707, 538);
            this.splitContainer2.SplitterDistance = 477;
            this.splitContainer2.TabIndex = 10;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel1.Controls.Add(this.lvTest, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.splitContainer3, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28);
            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.Size = new System.Drawing.Size(707, 449);
            this.tableLayoutPanel1.TabIndex = 12;
            // 
            // lvTest
            // 
            this.lvTest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvTest.FullRowSelect = true;
            this.lvTest.GridLines = true;
            this.lvTest.Location = new System.Drawing.Point(3, 3);
            this.lvTest.Name = "lvTest";
            this.lvTest.Size = new System.Drawing.Size(418, 443);
            this.lvTest.TabIndex = 7;
            this.lvTest.UseCompatibleStateImageBehavior = false;
            this.lvTest.View = System.Windows.Forms.View.Details;
            this.lvTest.SelectedIndexChanged += new System.EventHandler(this.lvTest_SelectedIndexChanged);
            // 
            // splitContainer3
            // 
            this.splitContainer3.BackColor = System.Drawing.Color.White;
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer3.IsSplitterFixed = true;
            this.splitContainer3.Location = new System.Drawing.Point(427, 3);
            this.splitContainer3.Name = "splitContainer3";
            this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer3.Panel2
            // 
            this.splitContainer3.Panel2.Controls.Add(this.tableLayoutPanel2);
            this.splitContainer3.Size = new System.Drawing.Size(277, 443);
            this.splitContainer3.SplitterDistance = 257;
            this.splitContainer3.TabIndex = 8;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.lvNrSite, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.panel4, 0, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size = new System.Drawing.Size(277, 182);
            this.tableLayoutPanel2.TabIndex = 2;
            // 
            // lvNrSite
            // 
            this.lvNrSite.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2});
            this.lvNrSite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvNrSite.FullRowSelect = true;
            this.lvNrSite.GridLines = true;
            this.lvNrSite.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.lvNrSite.HideSelection = false;
            this.lvNrSite.Location = new System.Drawing.Point(0, 28);
            this.lvNrSite.Margin = new System.Windows.Forms.Padding(0);
            this.lvNrSite.MultiSelect = false;
            this.lvNrSite.Name = "lvNrSite";
            this.lvNrSite.Size = new System.Drawing.Size(277, 275);
            this.lvNrSite.TabIndex = 6;
            this.lvNrSite.UseCompatibleStateImageBehavior = false;
            this.lvNrSite.View = System.Windows.Forms.View.Details;
            this.lvNrSite.SelectedIndexChanged += new System.EventHandler(this.lvNrSite_SelectedIndexChanged);
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "None-Reported Site";
            this.columnHeader2.Width = 210;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.panel8);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(3, 3);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(271, 22);
            this.panel4.TabIndex = 1;
            // 
            // panel8
            // 
            this.panel8.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.panel8.Controls.Add(this.lbtAddnrsite);
            this.panel8.Controls.Add(this.lbtRemoveNrsite);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(0, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(271, 22);
            this.panel8.TabIndex = 3;
            // 
            // lbtAddnrsite
            // 
            this.lbtAddnrsite.AutoSize = true;
            this.lbtAddnrsite.Enabled = false;
            this.lbtAddnrsite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtAddnrsite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtAddnrsite.Location = new System.Drawing.Point(111, 5);
            this.lbtAddnrsite.Name = "lbtAddnrsite";
            this.lbtAddnrsite.Size = new System.Drawing.Size(69, 13);
            this.lbtAddnrsite.TabIndex = 0;
            this.lbtAddnrsite.TabStop = true;
            this.lbtAddnrsite.Text = "Select Site";
            this.lbtAddnrsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtAddnrsite_LinkClicked);
            // 
            // lbtRemoveNrsite
            // 
            this.lbtRemoveNrsite.AutoSize = true;
            this.lbtRemoveNrsite.Enabled = false;
            this.lbtRemoveNrsite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtRemoveNrsite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtRemoveNrsite.Location = new System.Drawing.Point(186, 5);
            this.lbtRemoveNrsite.Name = "lbtRemoveNrsite";
            this.lbtRemoveNrsite.Size = new System.Drawing.Size(79, 13);
            this.lbtRemoveNrsite.TabIndex = 1;
            this.lbtRemoveNrsite.TabStop = true;
            this.lbtRemoveNrsite.Text = "Remove Site";
            this.lbtRemoveNrsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtRemoveNrsite_LinkClicked);
            // 
            // splitter3
            // 
            this.splitter3.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter3.Location = new System.Drawing.Point(0, 25);
            this.splitter3.Name = "splitter3";
            this.splitter3.Size = new System.Drawing.Size(707, 3);
            this.splitter3.TabIndex = 11;
            this.splitter3.TabStop = false;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.label4);
            this.panel3.Controls.Add(this.panel6);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(707, 25);
            this.panel3.TabIndex = 10;
            // 
            // 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(3, 6);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(151, 13);
            this.label4.TabIndex = 1;
            this.label4.Text = "Historical Testing Volume";
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.lbtAddmselect);
            this.panel6.Controls.Add(this.lbtImport);
            this.panel6.Controls.Add(this.lbtRemovetest);
            this.panel6.Controls.Add(this.lbtAddtest);
            this.panel6.Controls.Add(this.lbtAddduration);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel6.Location = new System.Drawing.Point(180, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(527, 25);
            this.panel6.TabIndex = 4;
            // 
            // lbtAddmselect
            // 
            this.lbtAddmselect.AutoSize = true;
            this.lbtAddmselect.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtAddmselect.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtAddmselect.Location = new System.Drawing.Point(157, 6);
            this.lbtAddmselect.Name = "lbtAddmselect";
            this.lbtAddmselect.Size = new System.Drawing.Size(115, 13);
            this.lbtAddmselect.TabIndex = 2;
            this.lbtAddmselect.TabStop = true;
            this.lbtAddmselect.Text = "Add Test and Sites";
            this.lbtAddmselect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtAddmselect_LinkClicked);
            // 
            // lbtImport
            // 
            this.lbtImport.AutoSize = true;
            this.lbtImport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtImport.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtImport.Location = new System.Drawing.Point(22, 6);
            this.lbtImport.Name = "lbtImport";
            this.lbtImport.Size = new System.Drawing.Size(133, 13);
            this.lbtImport.TabIndex = 5;
            this.lbtImport.TabStop = true;
            this.lbtImport.Text = "Import Testing Volume";
            this.lbtImport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtImport_LinkClicked);
            // 
            // lbtRemovetest
            // 
            this.lbtRemovetest.AutoSize = true;
            this.lbtRemovetest.Enabled = false;
            this.lbtRemovetest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtRemovetest.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtRemovetest.Location = new System.Drawing.Point(425, 6);
            this.lbtRemovetest.Name = "lbtRemovetest";
            this.lbtRemovetest.Size = new System.Drawing.Size(98, 13);
            this.lbtRemovetest.TabIndex = 0;
            this.lbtRemovetest.TabStop = true;
            this.lbtRemovetest.Text = "Remove Test V.";
            this.lbtRemovetest.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtRemovetest_LinkClicked);
            // 
            // lbtAddtest
            // 
            this.lbtAddtest.AutoSize = true;
            this.lbtAddtest.Enabled = false;
            this.lbtAddtest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtAddtest.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtAddtest.Location = new System.Drawing.Point(274, 6);
            this.lbtAddtest.Name = "lbtAddtest";
            this.lbtAddtest.Size = new System.Drawing.Size(76, 13);
            this.lbtAddtest.TabIndex = 0;
            this.lbtAddtest.TabStop = true;
            this.lbtAddtest.Text = "Add By Test";
            this.lbtAddtest.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtAddtest_LinkClicked);
            // 
            // lbtAddduration
            // 
            this.lbtAddduration.AutoSize = true;
            this.lbtAddduration.Enabled = false;
            this.lbtAddduration.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbtAddduration.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.lbtAddduration.Location = new System.Drawing.Point(350, 6);
            this.lbtAddduration.Name = "lbtAddduration";
            this.lbtAddduration.Size = new System.Drawing.Size(74, 13);
            this.lbtAddduration.TabIndex = 2;
            this.lbtAddduration.TabStop = true;
            this.lbtAddduration.Text = "Add Test V.";
            this.lbtAddduration.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lbtAddduration_LinkClicked);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.txtPcount);
            this.panel5.Controls.Add(this.txtSitename);
            this.panel5.Controls.Add(this.label2);
            this.panel5.Controls.Add(this.label6);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(363, 57);
            this.panel5.TabIndex = 7;
            // 
            // txtPcount
            // 
            this.txtPcount.BackColor = System.Drawing.SystemColors.Info;
            this.txtPcount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtPcount.Enabled = false;
            this.txtPcount.Location = new System.Drawing.Point(110, 30);
            this.txtPcount.Name = "txtPcount";
            this.txtPcount.ReadOnly = true;
            this.txtPcount.Size = new System.Drawing.Size(100, 20);
            this.txtPcount.TabIndex = 4;
            // 
            // txtSitename
            // 
            this.txtSitename.BackColor = System.Drawing.SystemColors.Info;
            this.txtSitename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtSitename.Enabled = false;
            this.txtSitename.Location = new System.Drawing.Point(110, 7);
            this.txtSitename.Name = "txtSitename";
            this.txtSitename.ReadOnly = true;
            this.txtSitename.Size = new System.Drawing.Size(230, 20);
            this.txtSitename.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(5, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 14);
            this.label2.TabIndex = 0;
            this.label2.Text = "Active Site:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(5, 36);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(70, 14);
            this.label6.TabIndex = 2;
            this.label6.Text = "Test Count:";
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.txtTotalpcount);
            this.panel7.Controls.Add(this.txttotalsite);
            this.panel7.Controls.Add(this.label9);
            this.panel7.Controls.Add(this.label8);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel7.Location = new System.Drawing.Point(463, 0);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(244, 57);
            this.panel7.TabIndex = 6;
            // 
            // txtTotalpcount
            // 
            this.txtTotalpcount.BackColor = System.Drawing.SystemColors.Info;
            this.txtTotalpcount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtTotalpcount.Enabled = false;
            this.txtTotalpcount.Location = new System.Drawing.Point(133, 31);
            this.txtTotalpcount.Name = "txtTotalpcount";
            this.txtTotalpcount.ReadOnly = true;
            this.txtTotalpcount.Size = new System.Drawing.Size(100, 20);
            this.txtTotalpcount.TabIndex = 8;
            // 
            // txttotalsite
            // 
            this.txttotalsite.BackColor = System.Drawing.SystemColors.Info;
            this.txttotalsite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txttotalsite.Enabled = false;
            this.txttotalsite.Location = new System.Drawing.Point(133, 8);
            this.txttotalsite.Name = "txttotalsite";
            this.txttotalsite.ReadOnly = true;
            this.txttotalsite.Size = new System.Drawing.Size(100, 20);
            this.txttotalsite.TabIndex = 7;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(5, 36);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(99, 14);
            this.label9.TabIndex = 5;
            this.label9.Text = "Total Test Count:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(5, 13);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(67, 14);
            this.label8.TabIndex = 4;
            this.label8.Text = "Total Sites:";
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "Reporting Period";
            this.columnHeader11.Width = 115;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "Tests Performed";
            this.columnHeader10.Width = 80;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Stock Out";
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "Adjusted";
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "Note";
            this.columnHeader6.Width = 80;
            // 
            // 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.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
            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;
            chartArea2.Area3DStyle.Inclination = 15;
            chartArea2.Area3DStyle.IsClustered = true;
            chartArea2.Area3DStyle.IsRightAngleAxes = false;
            chartArea2.Area3DStyle.Perspective = 10;
            chartArea2.Area3DStyle.Rotation = 10;
            chartArea2.Area3DStyle.WallWidth = 0;
            chartArea2.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea2.AxisX.LabelStyle.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
            chartArea2.AxisX.LabelStyle.Interval = 0D;
            chartArea2.AxisX.LabelStyle.IntervalOffset = 0D;
            chartArea2.AxisX.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea2.AxisX.MajorGrid.Interval = 0D;
            chartArea2.AxisX.MajorGrid.IntervalOffset = 0D;
            chartArea2.AxisX.MajorGrid.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX.MajorGrid.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea2.AxisX.MajorTickMark.Interval = 0D;
            chartArea2.AxisX.MajorTickMark.IntervalOffset = 0D;
            chartArea2.AxisX.MajorTickMark.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX.MajorTickMark.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX2.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea2.AxisX2.LabelStyle.Interval = 0D;
            chartArea2.AxisX2.LabelStyle.IntervalOffset = 0D;
            chartArea2.AxisX2.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX2.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX2.MajorGrid.Interval = 0D;
            chartArea2.AxisX2.MajorGrid.IntervalOffset = 0D;
            chartArea2.AxisX2.MajorGrid.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX2.MajorGrid.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX2.MajorTickMark.Interval = 0D;
            chartArea2.AxisX2.MajorTickMark.IntervalOffset = 0D;
            chartArea2.AxisX2.MajorTickMark.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisX2.MajorTickMark.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea2.AxisY.LabelStyle.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
            chartArea2.AxisY.LabelStyle.Interval = 0D;
            chartArea2.AxisY.LabelStyle.IntervalOffset = 0D;
            chartArea2.AxisY.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea2.AxisY.MajorGrid.Enabled = false;
            chartArea2.AxisY.MajorGrid.Interval = 0D;
            chartArea2.AxisY.MajorGrid.IntervalOffset = 0D;
            chartArea2.AxisY.MajorGrid.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.MajorGrid.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea2.AxisY.MajorTickMark.Interval = 0D;
            chartArea2.AxisY.MajorTickMark.IntervalOffset = 0D;
            chartArea2.AxisY.MajorTickMark.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY.MajorTickMark.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            stripLine4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(241)))), ((int)(((byte)(185)))), ((int)(((byte)(168)))));
            stripLine4.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            stripLine4.IntervalOffset = 20D;
            stripLine4.StripWidth = 50D;
            stripLine4.Text = "Standard Deviation";
            stripLine4.TextLineAlignment = System.Drawing.StringAlignment.Far;
            stripLine5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(180)))), ((int)(((byte)(65)))));
            stripLine5.BorderWidth = 2;
            stripLine5.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            stripLine5.IntervalOffset = 40D;
            stripLine5.Text = "Mean";
            stripLine5.TextLineAlignment = System.Drawing.StringAlignment.Far;
            stripLine6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(64)))), ((int)(((byte)(10)))));
            stripLine6.BorderWidth = 2;
            stripLine6.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            stripLine6.IntervalOffset = 50D;
            stripLine6.Text = "Median";
            stripLine6.TextAlignment = System.Drawing.StringAlignment.Near;
            stripLine6.TextLineAlignment = System.Drawing.StringAlignment.Far;
            chartArea2.AxisY.StripLines.Add(stripLine4);
            chartArea2.AxisY.StripLines.Add(stripLine5);
            chartArea2.AxisY.StripLines.Add(stripLine6);
            chartArea2.AxisY2.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea2.AxisY2.LabelStyle.Interval = 0D;
            chartArea2.AxisY2.LabelStyle.IntervalOffset = 0D;
            chartArea2.AxisY2.LabelStyle.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY2.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY2.MajorGrid.Interval = 0D;
            chartArea2.AxisY2.MajorGrid.IntervalOffset = 0D;
            chartArea2.AxisY2.MajorGrid.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY2.MajorGrid.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY2.MajorTickMark.Interval = 0D;
            chartArea2.AxisY2.MajorTickMark.IntervalOffset = 0D;
            chartArea2.AxisY2.MajorTickMark.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.AxisY2.MajorTickMark.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto;
            chartArea2.BackColor = System.Drawing.Color.Ivory;
            chartArea2.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea2.BackSecondaryColor = System.Drawing.Color.White;
            chartArea2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea2.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea2.Name = "Default";
            chartArea2.ShadowColor = System.Drawing.Color.Transparent;
            this.chart1.ChartAreas.Add(chartArea2);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Top;
            legend2.Alignment = System.Drawing.StringAlignment.Far;
            legend2.BackColor = System.Drawing.Color.Transparent;
            legend2.Enabled = false;
            legend2.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
            legend2.IsTextAutoFit = false;
            legend2.Name = "Default";
            legend2.Position.Auto = false;
            legend2.Position.Height = 15F;
            legend2.Position.Width = 30F;
            legend2.Position.X = 63F;
            legend2.Position.Y = 5F;
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
            series2.BorderWidth = 2;
            series2.ChartArea = "Default";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.CustomProperties = "LabelStyle=\"down\"";
            series2.Legend = "Default";
            series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series2.Name = "Series1";
            series2.ShadowOffset = 1;
            this.chart1.Series.Add(series2);
            this.chart1.Size = new System.Drawing.Size(277, 207);
            this.chart1.TabIndex = 40;
            title2.Name = "Title1";
            title2.Text = "Title";
            this.chart1.Titles.Add(title2);
            // 
            // lblMedian
            // 
            this.lblMedian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblMedian.Location = new System.Drawing.Point(53, 233);
            this.lblMedian.Name = "lblMedian";
            this.lblMedian.Size = new System.Drawing.Size(60, 20);
            this.lblMedian.TabIndex = 39;
            this.lblMedian.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.ForeColor = System.Drawing.Color.Black;
            this.label7.Location = new System.Drawing.Point(5, 232);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(47, 23);
            this.label7.TabIndex = 38;
            this.label7.Text = "Median:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblDeviation
            // 
            this.lblDeviation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblDeviation.Location = new System.Drawing.Point(216, 219);
            this.lblDeviation.Name = "lblDeviation";
            this.lblDeviation.Size = new System.Drawing.Size(53, 20);
            this.lblDeviation.TabIndex = 37;
            this.lblDeviation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label11
            // 
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.ForeColor = System.Drawing.Color.Black;
            this.label11.Location = new System.Drawing.Point(114, 218);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(101, 23);
            this.label11.TabIndex = 36;
            this.label11.Text = "Standard Deviation:";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblMean
            // 
            this.lblMean.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblMean.Location = new System.Drawing.Point(53, 210);
            this.lblMean.Name = "lblMean";
            this.lblMean.Size = new System.Drawing.Size(60, 20);
            this.lblMean.TabIndex = 35;
            this.lblMean.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label13
            // 
            this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.Black;
            this.label13.Location = new System.Drawing.Point(6, 209);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(46, 23);
            this.label13.TabIndex = 34;
            this.label13.Text = "Mean:";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Instrument Downtime";
            this.columnHeader3.Width = 117;
            // 
            // SReported
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "SReported";
            this.Size = new System.Drawing.Size(925, 538);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.splitContainer3.Panel2.ResumeLayout(false);
            this.splitContainer3.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.panel8.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).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();
     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();
     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.dgwVeri    = new System.Windows.Forms.DataGridView();
     this.chart1     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.lblBeta    = new System.Windows.Forms.Label();
     this.btnHesapla = new System.Windows.Forms.Button();
     this.lblRkare   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgwVeri)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // dgwVeri
     //
     this.dgwVeri.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgwVeri.Location = new System.Drawing.Point(21, 37);
     this.dgwVeri.Name     = "dgwVeri";
     this.dgwVeri.Size     = new System.Drawing.Size(367, 419);
     this.dgwVeri.TabIndex = 13;
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(394, 12);
     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.Point;
     series1.Legend       = "Legend1";
     series1.Name         = "Point";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color        = System.Drawing.Color.Red;
     series2.Legend       = "Legend1";
     series2.Name         = "Doğru";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size          = new System.Drawing.Size(998, 746);
     this.chart1.TabIndex      = 16;
     this.chart1.Text          = "chart1";
     title1.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
     title1.Name            = "Title1";
     title1.Text            = "Saçılım Grafiği";
     title2.Name            = "Title2";
     title2.Position.Auto   = false;
     title2.Position.Height = 10F;
     title2.Position.Width  = 15F;
     title2.Text            = "X";
     title3.Alignment       = System.Drawing.ContentAlignment.BottomRight;
     title3.Name            = "Title3";
     title3.Position.Auto   = false;
     title3.Position.Height = 90F;
     title3.Position.Width  = 90F;
     title3.Position.Y      = 2F;
     title3.Text            = "Y";
     this.chart1.Titles.Add(title1);
     this.chart1.Titles.Add(title2);
     this.chart1.Titles.Add(title3);
     //
     // lblBeta
     //
     this.lblBeta.AutoSize = true;
     this.lblBeta.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblBeta.Location = new System.Drawing.Point(31, 472);
     this.lblBeta.Name     = "lblBeta";
     this.lblBeta.Size     = new System.Drawing.Size(45, 20);
     this.lblBeta.TabIndex = 15;
     this.lblBeta.Text     = "beta";
     //
     // btnHesapla
     //
     this.btnHesapla.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnHesapla.Location                = new System.Drawing.Point(313, 538);
     this.btnHesapla.Name                    = "btnHesapla";
     this.btnHesapla.Size                    = new System.Drawing.Size(75, 23);
     this.btnHesapla.TabIndex                = 14;
     this.btnHesapla.Text                    = "Hesapla";
     this.btnHesapla.UseVisualStyleBackColor = true;
     this.btnHesapla.Click                  += new System.EventHandler(this.btnHesapla_Click);
     //
     // lblRkare
     //
     this.lblRkare.AutoSize = true;
     this.lblRkare.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblRkare.Location = new System.Drawing.Point(241, 472);
     this.lblRkare.Name     = "lblRkare";
     this.lblRkare.Size     = new System.Drawing.Size(40, 20);
     this.lblRkare.TabIndex = 17;
     this.lblRkare.Text     = "R^2";
     //
     // BasitDogrusalForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1387, 764);
     this.Controls.Add(this.lblRkare);
     this.Controls.Add(this.dgwVeri);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.lblBeta);
     this.Controls.Add(this.btnHesapla);
     this.Name          = "BasitDogrusalForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "BasitDogrusalForm";
     ((System.ComponentModel.ISupportInitialize)(this.dgwVeri)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            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.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
            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.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 series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title3 = new System.Windows.Forms.DataVisualization.Charting.Title();
            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();
            System.Windows.Forms.DataVisualization.Charting.Title title4 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.questionGridBusinessCurrent = new System.Windows.Forms.DataGridView();
            this.Header = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalB = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalC = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.numAnswers = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.avgScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.busiCurrentRadioButton = new System.Windows.Forms.RadioButton();
            this.itCurrentRadioButton = new System.Windows.Forms.RadioButton();
            this.questionGridITCurrent = 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.busiCurrentGraph = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.sAMPLEEntitiesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.label1 = new System.Windows.Forms.Label();
            this.cupeScoreLabel = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.busiFutureRadioButton = new System.Windows.Forms.RadioButton();
            this.itFutureRadioButton = new System.Windows.Forms.RadioButton();
            this.questionInfoPanel = new System.Windows.Forms.Panel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.QuestionView = new System.Windows.Forms.TreeView();
            this.filterQuestionsGo = new System.Windows.Forms.Button();
            this.questionFilterAmount = new System.Windows.Forms.ComboBox();
            this.questionFilter = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.questionGridBusiFuture = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            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.questionGridITFuture = new System.Windows.Forms.DataGridView();
            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();
            this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.busiFutureGraph = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.itCurrentGraph = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.itFutureGraph = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.createSurveyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openSurveysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.businessLeadersCurrentFutureComparisonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTVsBusinessFutureComparisonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.questionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.businessAndITResponsesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.currentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.futureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.individualAnswerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTStakeHoldersCurrentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTStakeHoldersFutureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.businessStakeHoldersCurrentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.businessStakeHoldersFutureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cUPEScoreOverallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.currentToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.futureToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.iTProviderRelationshipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.participantsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.numberOfQuestionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.pieGraphColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.commodityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.utilityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.partnerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.enablerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.defaultSurveysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bOMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iTCapabilityToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridBusinessCurrent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridITCurrent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.busiCurrentGraph)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sAMPLEEntitiesBindingSource)).BeginInit();
            this.questionInfoPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridBusiFuture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridITFuture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.busiFutureGraph)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.itCurrentGraph)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.itFutureGraph)).BeginInit();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // questionGridBusinessCurrent
            // 
            this.questionGridBusinessCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.questionGridBusinessCurrent.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            this.questionGridBusinessCurrent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.questionGridBusinessCurrent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Header,
            this.TotalA,
            this.TotalB,
            this.TotalC,
            this.TotalD,
            this.numAnswers,
            this.avgScore});
            this.questionGridBusinessCurrent.Location = new System.Drawing.Point(16, 50);
            this.questionGridBusinessCurrent.Margin = new System.Windows.Forms.Padding(4);
            this.questionGridBusinessCurrent.Name = "questionGridBusinessCurrent";
            this.questionGridBusinessCurrent.Size = new System.Drawing.Size(606, 469);
            this.questionGridBusinessCurrent.TabIndex = 0;
            this.questionGridBusinessCurrent.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridBusinessCurrent_CellClick);
            this.questionGridBusinessCurrent.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGrid_CellEndEdit);
            this.questionGridBusinessCurrent.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridBusinessCurrent_CellClick);
            // 
            // Header
            // 
            this.Header.Frozen = true;
            this.Header.HeaderText = "Questions";
            this.Header.Name = "Header";
            this.Header.ReadOnly = true;
            this.Header.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Header.Width = 150;
            // 
            // TotalA
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TotalA.DefaultCellStyle = dataGridViewCellStyle1;
            this.TotalA.HeaderText = "Total A";
            this.TotalA.Name = "TotalA";
            this.TotalA.ReadOnly = true;
            this.TotalA.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.TotalA.Width = 50;
            // 
            // TotalB
            // 
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TotalB.DefaultCellStyle = dataGridViewCellStyle2;
            this.TotalB.HeaderText = "Total B";
            this.TotalB.Name = "TotalB";
            this.TotalB.ReadOnly = true;
            this.TotalB.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.TotalB.Width = 50;
            // 
            // TotalC
            // 
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TotalC.DefaultCellStyle = dataGridViewCellStyle3;
            this.TotalC.HeaderText = "Total C";
            this.TotalC.Name = "TotalC";
            this.TotalC.ReadOnly = true;
            this.TotalC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.TotalC.Width = 50;
            // 
            // TotalD
            // 
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TotalD.DefaultCellStyle = dataGridViewCellStyle4;
            this.TotalD.HeaderText = "Total D";
            this.TotalD.Name = "TotalD";
            this.TotalD.ReadOnly = true;
            this.TotalD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.TotalD.Width = 50;
            // 
            // numAnswers
            // 
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.numAnswers.DefaultCellStyle = dataGridViewCellStyle5;
            this.numAnswers.HeaderText = "Total Answers";
            this.numAnswers.Name = "numAnswers";
            this.numAnswers.ReadOnly = true;
            this.numAnswers.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.numAnswers.Width = 80;
            // 
            // avgScore
            // 
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.avgScore.DefaultCellStyle = dataGridViewCellStyle6;
            this.avgScore.HeaderText = "Average Score";
            this.avgScore.Name = "avgScore";
            this.avgScore.ReadOnly = true;
            this.avgScore.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // busiCurrentRadioButton
            // 
            this.busiCurrentRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.busiCurrentRadioButton.AutoSize = true;
            this.busiCurrentRadioButton.Checked = true;
            this.busiCurrentRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.busiCurrentRadioButton.Location = new System.Drawing.Point(649, 473);
            this.busiCurrentRadioButton.Name = "busiCurrentRadioButton";
            this.busiCurrentRadioButton.Size = new System.Drawing.Size(75, 17);
            this.busiCurrentRadioButton.TabIndex = 2;
            this.busiCurrentRadioButton.TabStop = true;
            this.busiCurrentRadioButton.Text = "Business";
            this.busiCurrentRadioButton.UseVisualStyleBackColor = true;
            this.busiCurrentRadioButton.Click += new System.EventHandler(this.busiRadioButton_Click);
            // 
            // itCurrentRadioButton
            // 
            this.itCurrentRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.itCurrentRadioButton.AutoSize = true;
            this.itCurrentRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.itCurrentRadioButton.Location = new System.Drawing.Point(649, 498);
            this.itCurrentRadioButton.Name = "itCurrentRadioButton";
            this.itCurrentRadioButton.Size = new System.Drawing.Size(110, 17);
            this.itCurrentRadioButton.TabIndex = 3;
            this.itCurrentRadioButton.Text = "IT Professional";
            this.itCurrentRadioButton.UseVisualStyleBackColor = true;
            this.itCurrentRadioButton.Click += new System.EventHandler(this.itRadioButton_Click);
            // 
            // questionGridITCurrent
            // 
            this.questionGridITCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.questionGridITCurrent.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            this.questionGridITCurrent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.questionGridITCurrent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn7});
            this.questionGridITCurrent.Location = new System.Drawing.Point(16, 50);
            this.questionGridITCurrent.Margin = new System.Windows.Forms.Padding(4);
            this.questionGridITCurrent.Name = "questionGridITCurrent";
            this.questionGridITCurrent.Size = new System.Drawing.Size(606, 469);
            this.questionGridITCurrent.TabIndex = 4;
            this.questionGridITCurrent.Visible = false;
            this.questionGridITCurrent.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridITCurrent_CellClick);
            this.questionGridITCurrent.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGrid_CellEndEdit);
            this.questionGridITCurrent.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridITCurrent_CellClick);
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.Frozen = true;
            this.dataGridViewTextBoxColumn1.HeaderText = "Questions";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn1.Width = 150;
            // 
            // dataGridViewTextBoxColumn2
            // 
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle7;
            this.dataGridViewTextBoxColumn2.HeaderText = "Total A";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn2.Width = 50;
            // 
            // dataGridViewTextBoxColumn3
            // 
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridViewTextBoxColumn3.HeaderText = "Total B";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn3.Width = 50;
            // 
            // dataGridViewTextBoxColumn4
            // 
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle9;
            this.dataGridViewTextBoxColumn4.HeaderText = "Total C";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn4.Width = 50;
            // 
            // dataGridViewTextBoxColumn5
            // 
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle10;
            this.dataGridViewTextBoxColumn5.HeaderText = "Total D";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn5.Width = 50;
            // 
            // dataGridViewTextBoxColumn6
            // 
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle11;
            this.dataGridViewTextBoxColumn6.HeaderText = "Total Answers";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
            this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn6.Width = 80;
            // 
            // dataGridViewTextBoxColumn7
            // 
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle12;
            this.dataGridViewTextBoxColumn7.HeaderText = "Average Score";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // busiCurrentGraph
            // 
            this.busiCurrentGraph.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            chartArea1.Area3DStyle.Enable3D = true;
            chartArea1.Area3DStyle.Inclination = 70;
            chartArea1.Area3DStyle.IsRightAngleAxes = false;
            chartArea1.Area3DStyle.Perspective = 40;
            chartArea1.Area3DStyle.Rotation = 50;
            chartArea1.BackColor = System.Drawing.SystemColors.Window;
            chartArea1.BorderWidth = 4;
            chartArea1.Name = "ChartArea1";
            this.busiCurrentGraph.ChartAreas.Add(chartArea1);
            this.busiCurrentGraph.Cursor = System.Windows.Forms.Cursors.Default;
            legend1.Name = "Legend1";
            this.busiCurrentGraph.Legends.Add(legend1);
            this.busiCurrentGraph.Location = new System.Drawing.Point(637, 50);
            this.busiCurrentGraph.Name = "busiCurrentGraph";
            this.busiCurrentGraph.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.EmptyPointStyle.IsVisibleInLegend = false;
            series1.Legend = "Legend1";
            series1.Name = "BusiCurrent";
            this.busiCurrentGraph.Series.Add(series1);
            this.busiCurrentGraph.Size = new System.Drawing.Size(348, 358);
            this.busiCurrentGraph.TabIndex = 5;
            this.busiCurrentGraph.Text = "chart1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "Title1";
            title1.Text = "Business CUPE Responses - Current";
            title1.TextStyle = System.Windows.Forms.DataVisualization.Charting.TextStyle.Shadow;
            this.busiCurrentGraph.Titles.Add(title1);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(632, 411);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(114, 20);
            this.label1.TabIndex = 6;
            this.label1.Text = "CUPE Score:";
            // 
            // cupeScoreLabel
            // 
            this.cupeScoreLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cupeScoreLabel.AutoSize = true;
            this.cupeScoreLabel.Location = new System.Drawing.Point(809, 411);
            this.cupeScoreLabel.Name = "cupeScoreLabel";
            this.cupeScoreLabel.Size = new System.Drawing.Size(0, 16);
            this.cupeScoreLabel.TabIndex = 7;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(646, 443);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(57, 16);
            this.label2.TabIndex = 8;
            this.label2.Text = "Current";
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(848, 443);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(51, 16);
            this.label3.TabIndex = 9;
            this.label3.Text = "Future";
            // 
            // busiFutureRadioButton
            // 
            this.busiFutureRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.busiFutureRadioButton.AutoSize = true;
            this.busiFutureRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.busiFutureRadioButton.Location = new System.Drawing.Point(851, 473);
            this.busiFutureRadioButton.Name = "busiFutureRadioButton";
            this.busiFutureRadioButton.Size = new System.Drawing.Size(75, 17);
            this.busiFutureRadioButton.TabIndex = 4;
            this.busiFutureRadioButton.TabStop = true;
            this.busiFutureRadioButton.Text = "Business";
            this.busiFutureRadioButton.UseVisualStyleBackColor = true;
            this.busiFutureRadioButton.CheckedChanged += new System.EventHandler(this.busiFutureRadioButton_CheckedChanged);
            // 
            // itFutureRadioButton
            // 
            this.itFutureRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.itFutureRadioButton.AutoSize = true;
            this.itFutureRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.itFutureRadioButton.Location = new System.Drawing.Point(851, 498);
            this.itFutureRadioButton.Name = "itFutureRadioButton";
            this.itFutureRadioButton.Size = new System.Drawing.Size(110, 17);
            this.itFutureRadioButton.TabIndex = 5;
            this.itFutureRadioButton.TabStop = true;
            this.itFutureRadioButton.Text = "IT Professional";
            this.itFutureRadioButton.UseVisualStyleBackColor = true;
            this.itFutureRadioButton.CheckedChanged += new System.EventHandler(this.itFutureRadioButton_CheckedChanged);
            // 
            // questionInfoPanel
            // 
            this.questionInfoPanel.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.questionInfoPanel.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.questionInfoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.questionInfoPanel.Controls.Add(this.statusStrip1);
            this.questionInfoPanel.Controls.Add(this.QuestionView);
            this.questionInfoPanel.Controls.Add(this.filterQuestionsGo);
            this.questionInfoPanel.Controls.Add(this.questionFilterAmount);
            this.questionInfoPanel.Controls.Add(this.questionFilter);
            this.questionInfoPanel.Controls.Add(this.label4);
            this.questionInfoPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.questionInfoPanel.Location = new System.Drawing.Point(0, 526);
            this.questionInfoPanel.Name = "questionInfoPanel";
            this.questionInfoPanel.Padding = new System.Windows.Forms.Padding(100, 0, 0, 0);
            this.questionInfoPanel.Size = new System.Drawing.Size(1006, 195);
            this.questionInfoPanel.TabIndex = 10;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(100, 171);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(904, 22);
            this.statusStrip1.TabIndex = 10;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // QuestionView
            // 
            this.QuestionView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.QuestionView.Cursor = System.Windows.Forms.Cursors.Default;
            this.QuestionView.LabelEdit = true;
            this.QuestionView.Location = new System.Drawing.Point(565, 6);
            this.QuestionView.Name = "QuestionView";
            this.QuestionView.Size = new System.Drawing.Size(436, 196);
            this.QuestionView.TabIndex = 9;
            this.QuestionView.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.QuestionView_AfterLabelEdit);
            this.QuestionView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.QuestionView_MouseDown);
            // 
            // filterQuestionsGo
            // 
            this.filterQuestionsGo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.filterQuestionsGo.Location = new System.Drawing.Point(501, 6);
            this.filterQuestionsGo.Name = "filterQuestionsGo";
            this.filterQuestionsGo.Size = new System.Drawing.Size(49, 28);
            this.filterQuestionsGo.TabIndex = 8;
            this.filterQuestionsGo.Text = "Go";
            this.filterQuestionsGo.UseVisualStyleBackColor = true;
            this.filterQuestionsGo.Click += new System.EventHandler(this.filterQuestionsGo_Click);
            // 
            // questionFilterAmount
            // 
            this.questionFilterAmount.BackColor = System.Drawing.SystemColors.ControlLight;
            this.questionFilterAmount.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.questionFilterAmount.FormattingEnabled = true;
            this.questionFilterAmount.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10"});
            this.questionFilterAmount.Location = new System.Drawing.Point(345, 8);
            this.questionFilterAmount.Name = "questionFilterAmount";
            this.questionFilterAmount.Size = new System.Drawing.Size(144, 21);
            this.questionFilterAmount.TabIndex = 6;
            this.questionFilterAmount.Text = "Select Number";
            // 
            // questionFilter
            // 
            this.questionFilter.BackColor = System.Drawing.SystemColors.ControlLight;
            this.questionFilter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.questionFilter.FormattingEnabled = true;
            this.questionFilter.Items.AddRange(new object[] {
            "Highest Cupe Score",
            "Lowest Cupe Score",
            "Most Commodity",
            "Most Utility",
            "Most Partner",
            "Most Enabler",
            "Least Commodity",
            "Least Utility",
            "Least Partner",
            "Least Enabler",
            "Highest Standard Deviation"});
            this.questionFilter.Location = new System.Drawing.Point(187, 8);
            this.questionFilter.Name = "questionFilter";
            this.questionFilter.Size = new System.Drawing.Size(152, 21);
            this.questionFilter.TabIndex = 4;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(11, 11);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(117, 13);
            this.label4.TabIndex = 0;
            this.label4.Text = "Filter Questions By:";
            // 
            // questionGridBusiFuture
            // 
            this.questionGridBusiFuture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.questionGridBusiFuture.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            this.questionGridBusiFuture.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.questionGridBusiFuture.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9,
            this.dataGridViewTextBoxColumn10,
            this.dataGridViewTextBoxColumn11,
            this.dataGridViewTextBoxColumn12,
            this.dataGridViewTextBoxColumn13,
            this.dataGridViewTextBoxColumn14});
            this.questionGridBusiFuture.Location = new System.Drawing.Point(16, 50);
            this.questionGridBusiFuture.Margin = new System.Windows.Forms.Padding(4);
            this.questionGridBusiFuture.Name = "questionGridBusiFuture";
            this.questionGridBusiFuture.Size = new System.Drawing.Size(606, 469);
            this.questionGridBusiFuture.TabIndex = 11;
            this.questionGridBusiFuture.Visible = false;
            this.questionGridBusiFuture.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridBusiFuture_CellClick);
            this.questionGridBusiFuture.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGrid_CellEndEdit);
            this.questionGridBusiFuture.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridBusiFuture_CellClick);
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.Frozen = true;
            this.dataGridViewTextBoxColumn8.HeaderText = "Questions";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn8.Width = 150;
            // 
            // dataGridViewTextBoxColumn9
            // 
            dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle13;
            this.dataGridViewTextBoxColumn9.HeaderText = "Total A";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            this.dataGridViewTextBoxColumn9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn9.Width = 50;
            // 
            // dataGridViewTextBoxColumn10
            // 
            dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle14;
            this.dataGridViewTextBoxColumn10.HeaderText = "Total B";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            this.dataGridViewTextBoxColumn10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn10.Width = 50;
            // 
            // dataGridViewTextBoxColumn11
            // 
            dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle15;
            this.dataGridViewTextBoxColumn11.HeaderText = "Total C";
            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
            this.dataGridViewTextBoxColumn11.ReadOnly = true;
            this.dataGridViewTextBoxColumn11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn11.Width = 50;
            // 
            // dataGridViewTextBoxColumn12
            // 
            dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle16;
            this.dataGridViewTextBoxColumn12.HeaderText = "Total D";
            this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
            this.dataGridViewTextBoxColumn12.ReadOnly = true;
            this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn12.Width = 50;
            // 
            // dataGridViewTextBoxColumn13
            // 
            dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn13.DefaultCellStyle = dataGridViewCellStyle17;
            this.dataGridViewTextBoxColumn13.HeaderText = "Total Answers";
            this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
            this.dataGridViewTextBoxColumn13.ReadOnly = true;
            this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn13.Width = 80;
            // 
            // dataGridViewTextBoxColumn14
            // 
            dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle18;
            this.dataGridViewTextBoxColumn14.HeaderText = "Average Score";
            this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
            this.dataGridViewTextBoxColumn14.ReadOnly = true;
            this.dataGridViewTextBoxColumn14.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // questionGridITFuture
            // 
            this.questionGridITFuture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.questionGridITFuture.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            this.questionGridITFuture.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.questionGridITFuture.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn15,
            this.dataGridViewTextBoxColumn16,
            this.dataGridViewTextBoxColumn17,
            this.dataGridViewTextBoxColumn18,
            this.dataGridViewTextBoxColumn19,
            this.dataGridViewTextBoxColumn20,
            this.dataGridViewTextBoxColumn21});
            this.questionGridITFuture.Location = new System.Drawing.Point(16, 50);
            this.questionGridITFuture.Margin = new System.Windows.Forms.Padding(4);
            this.questionGridITFuture.Name = "questionGridITFuture";
            this.questionGridITFuture.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.questionGridITFuture.Size = new System.Drawing.Size(606, 469);
            this.questionGridITFuture.TabIndex = 12;
            this.questionGridITFuture.Visible = false;
            this.questionGridITFuture.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridITFuture_CellClick);
            this.questionGridITFuture.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGrid_CellEndEdit);
            this.questionGridITFuture.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGridITFuture_CellClick);
            // 
            // dataGridViewTextBoxColumn15
            // 
            this.dataGridViewTextBoxColumn15.Frozen = true;
            this.dataGridViewTextBoxColumn15.HeaderText = "Questions";
            this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
            this.dataGridViewTextBoxColumn15.ReadOnly = true;
            this.dataGridViewTextBoxColumn15.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn15.Width = 150;
            // 
            // dataGridViewTextBoxColumn16
            // 
            dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle19.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn16.DefaultCellStyle = dataGridViewCellStyle19;
            this.dataGridViewTextBoxColumn16.FillWeight = 150F;
            this.dataGridViewTextBoxColumn16.HeaderText = "Total A";
            this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
            this.dataGridViewTextBoxColumn16.ReadOnly = true;
            this.dataGridViewTextBoxColumn16.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn16.Width = 50;
            // 
            // dataGridViewTextBoxColumn17
            // 
            dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle20.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle20;
            this.dataGridViewTextBoxColumn17.FillWeight = 150F;
            this.dataGridViewTextBoxColumn17.HeaderText = "Total B";
            this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
            this.dataGridViewTextBoxColumn17.ReadOnly = true;
            this.dataGridViewTextBoxColumn17.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn17.Width = 50;
            // 
            // dataGridViewTextBoxColumn18
            // 
            dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle21.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle21;
            this.dataGridViewTextBoxColumn18.FillWeight = 150F;
            this.dataGridViewTextBoxColumn18.HeaderText = "Total C";
            this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
            this.dataGridViewTextBoxColumn18.ReadOnly = true;
            this.dataGridViewTextBoxColumn18.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn18.Width = 50;
            // 
            // dataGridViewTextBoxColumn19
            // 
            dataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle22.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle22;
            this.dataGridViewTextBoxColumn19.FillWeight = 150F;
            this.dataGridViewTextBoxColumn19.HeaderText = "Total D";
            this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
            this.dataGridViewTextBoxColumn19.ReadOnly = true;
            this.dataGridViewTextBoxColumn19.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn19.Width = 50;
            // 
            // dataGridViewTextBoxColumn20
            // 
            dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle23.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle23;
            this.dataGridViewTextBoxColumn20.FillWeight = 150F;
            this.dataGridViewTextBoxColumn20.HeaderText = "Total Answers";
            this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
            this.dataGridViewTextBoxColumn20.ReadOnly = true;
            this.dataGridViewTextBoxColumn20.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn20.Width = 80;
            // 
            // dataGridViewTextBoxColumn21
            // 
            dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle24.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridViewTextBoxColumn21.DefaultCellStyle = dataGridViewCellStyle24;
            this.dataGridViewTextBoxColumn21.FillWeight = 150F;
            this.dataGridViewTextBoxColumn21.HeaderText = "Average Score";
            this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
            this.dataGridViewTextBoxColumn21.ReadOnly = true;
            this.dataGridViewTextBoxColumn21.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // busiFutureGraph
            // 
            this.busiFutureGraph.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            chartArea2.Area3DStyle.Enable3D = true;
            chartArea2.Area3DStyle.Inclination = 70;
            chartArea2.Area3DStyle.IsRightAngleAxes = false;
            chartArea2.Area3DStyle.Perspective = 40;
            chartArea2.Area3DStyle.Rotation = 50;
            chartArea2.BackColor = System.Drawing.SystemColors.Window;
            chartArea2.BorderWidth = 4;
            chartArea2.Name = "ChartArea1";
            this.busiFutureGraph.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.busiFutureGraph.Legends.Add(legend2);
            this.busiFutureGraph.Location = new System.Drawing.Point(637, 50);
            this.busiFutureGraph.Name = "busiFutureGraph";
            this.busiFutureGraph.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series2.Legend = "Legend1";
            series2.Name = "BusiCurrent";
            this.busiFutureGraph.Series.Add(series2);
            this.busiFutureGraph.Size = new System.Drawing.Size(348, 358);
            this.busiFutureGraph.TabIndex = 13;
            this.busiFutureGraph.Text = "chart1";
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "Title1";
            title2.Text = "Business CUPE Responses - Future";
            title2.TextStyle = System.Windows.Forms.DataVisualization.Charting.TextStyle.Shadow;
            this.busiFutureGraph.Titles.Add(title2);
            // 
            // itCurrentGraph
            // 
            this.itCurrentGraph.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            chartArea3.Area3DStyle.Enable3D = true;
            chartArea3.Area3DStyle.Inclination = 70;
            chartArea3.Area3DStyle.IsRightAngleAxes = false;
            chartArea3.Area3DStyle.Perspective = 40;
            chartArea3.Area3DStyle.Rotation = 50;
            chartArea3.BackColor = System.Drawing.SystemColors.Window;
            chartArea3.BorderWidth = 4;
            chartArea3.Name = "ChartArea1";
            this.itCurrentGraph.ChartAreas.Add(chartArea3);
            legend3.Name = "Legend1";
            this.itCurrentGraph.Legends.Add(legend3);
            this.itCurrentGraph.Location = new System.Drawing.Point(636, 50);
            this.itCurrentGraph.Name = "itCurrentGraph";
            this.itCurrentGraph.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series3.Legend = "Legend1";
            series3.Name = "BusiCurrent";
            this.itCurrentGraph.Series.Add(series3);
            this.itCurrentGraph.Size = new System.Drawing.Size(348, 358);
            this.itCurrentGraph.TabIndex = 14;
            this.itCurrentGraph.Text = "chart1";
            title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title3.Name = "Title1";
            title3.Text = "IT CUPE Responses - Current";
            title3.TextStyle = System.Windows.Forms.DataVisualization.Charting.TextStyle.Shadow;
            this.itCurrentGraph.Titles.Add(title3);
            // 
            // itFutureGraph
            // 
            this.itFutureGraph.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            chartArea4.Area3DStyle.Enable3D = true;
            chartArea4.Area3DStyle.Inclination = 70;
            chartArea4.Area3DStyle.IsRightAngleAxes = false;
            chartArea4.Area3DStyle.Perspective = 40;
            chartArea4.Area3DStyle.Rotation = 50;
            chartArea4.BackColor = System.Drawing.SystemColors.Window;
            chartArea4.BorderWidth = 4;
            chartArea4.IsSameFontSizeForAllAxes = true;
            chartArea4.Name = "ChartArea1";
            this.itFutureGraph.ChartAreas.Add(chartArea4);
            legend4.Name = "Legend1";
            this.itFutureGraph.Legends.Add(legend4);
            this.itFutureGraph.Location = new System.Drawing.Point(636, 50);
            this.itFutureGraph.Name = "itFutureGraph";
            this.itFutureGraph.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
            series4.ChartArea = "ChartArea1";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series4.Legend = "Legend1";
            series4.Name = "BusiCurrent";
            this.itFutureGraph.Series.Add(series4);
            this.itFutureGraph.Size = new System.Drawing.Size(348, 358);
            this.itFutureGraph.TabIndex = 15;
            this.itFutureGraph.Text = "chart1";
            title4.Alignment = System.Drawing.ContentAlignment.TopCenter;
            title4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title4.Name = "Title1";
            title4.Text = "IT CUPE Respones - Future";
            title4.TextStyle = System.Windows.Forms.DataVisualization.Charting.TextStyle.Shadow;
            this.itFutureGraph.Titles.Add(title4);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.viewToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1006, 24);
            this.menuStrip1.TabIndex = 16;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.createSurveyToolStripMenuItem,
            this.openSurveysToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.newToolStripMenuItem.Text = "New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // createSurveyToolStripMenuItem
            // 
            this.createSurveyToolStripMenuItem.Name = "createSurveyToolStripMenuItem";
            this.createSurveyToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.createSurveyToolStripMenuItem.Text = "Create Survey";
            this.createSurveyToolStripMenuItem.Click += new System.EventHandler(this.createSurveyToolStripMenuItem_Click);
            // 
            // openSurveysToolStripMenuItem
            // 
            this.openSurveysToolStripMenuItem.Name = "openSurveysToolStripMenuItem";
            this.openSurveysToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.openSurveysToolStripMenuItem.Text = "Open Surveys";
            this.openSurveysToolStripMenuItem.Click += new System.EventHandler(this.openSurveysToolStripMenuItem_Click);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem,
            this.businessLeadersCurrentFutureComparisonToolStripMenuItem,
            this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem,
            this.iTVsBusinessFutureComparisonToolStripMenuItem,
            this.questionsToolStripMenuItem,
            this.toolStripSeparator1,
            this.businessAndITResponsesToolStripMenuItem,
            this.individualAnswerToolStripMenuItem,
            this.cUPEScoreOverallToolStripMenuItem,
            this.toolStripSeparator2,
            this.iTProviderRelationshipToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // iTStakeHoldersCurrentFutureComparisonToolStripMenuItem
            // 
            this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem.Name = "iTStakeHoldersCurrentFutureComparisonToolStripMenuItem";
            this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem.Text = "IT StakeHolders Current/Future Comparison";
            this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem.Click += new System.EventHandler(this.iTStakeHoldersCurrentFutureComparisonToolStripMenuItem_Click);
            // 
            // businessLeadersCurrentFutureComparisonToolStripMenuItem
            // 
            this.businessLeadersCurrentFutureComparisonToolStripMenuItem.Name = "businessLeadersCurrentFutureComparisonToolStripMenuItem";
            this.businessLeadersCurrentFutureComparisonToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.businessLeadersCurrentFutureComparisonToolStripMenuItem.Text = "Business Leaders Current/Future Comparison";
            this.businessLeadersCurrentFutureComparisonToolStripMenuItem.Click += new System.EventHandler(this.businessLeadersCurrentFutureComparisonToolStripMenuItem_Click);
            // 
            // iTVsBusinessLeadersCurrentComparisonToolStripMenuItem
            // 
            this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem.Name = "iTVsBusinessLeadersCurrentComparisonToolStripMenuItem";
            this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem.Text = "IT vs Business Leaders Current Comparison";
            this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem.Click += new System.EventHandler(this.iTVsBusinessLeadersCurrentComparisonToolStripMenuItem_Click);
            // 
            // iTVsBusinessFutureComparisonToolStripMenuItem
            // 
            this.iTVsBusinessFutureComparisonToolStripMenuItem.Name = "iTVsBusinessFutureComparisonToolStripMenuItem";
            this.iTVsBusinessFutureComparisonToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.iTVsBusinessFutureComparisonToolStripMenuItem.Text = "IT vs Business Future Comparison";
            this.iTVsBusinessFutureComparisonToolStripMenuItem.Click += new System.EventHandler(this.iTVsBusinessFutureComparisonToolStripMenuItem_Click);
            // 
            // questionsToolStripMenuItem
            // 
            this.questionsToolStripMenuItem.Name = "questionsToolStripMenuItem";
            this.questionsToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.questionsToolStripMenuItem.Text = "Questions Business and IT Current/Future";
            this.questionsToolStripMenuItem.Click += new System.EventHandler(this.questionsToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(309, 6);
            // 
            // businessAndITResponsesToolStripMenuItem
            // 
            this.businessAndITResponsesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.currentToolStripMenuItem,
            this.futureToolStripMenuItem});
            this.businessAndITResponsesToolStripMenuItem.Name = "businessAndITResponsesToolStripMenuItem";
            this.businessAndITResponsesToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.businessAndITResponsesToolStripMenuItem.Text = "Business and IT Responses";
            // 
            // currentToolStripMenuItem
            // 
            this.currentToolStripMenuItem.Name = "currentToolStripMenuItem";
            this.currentToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.currentToolStripMenuItem.Text = "Current";
            this.currentToolStripMenuItem.Click += new System.EventHandler(this.currentToolStripMenuItem_Click);
            // 
            // futureToolStripMenuItem
            // 
            this.futureToolStripMenuItem.Name = "futureToolStripMenuItem";
            this.futureToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.futureToolStripMenuItem.Text = "Future";
            this.futureToolStripMenuItem.Click += new System.EventHandler(this.futureToolStripMenuItem_Click);
            // 
            // individualAnswerToolStripMenuItem
            // 
            this.individualAnswerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.iTStakeHoldersCurrentToolStripMenuItem,
            this.iTStakeHoldersFutureToolStripMenuItem,
            this.businessStakeHoldersCurrentToolStripMenuItem,
            this.businessStakeHoldersFutureToolStripMenuItem});
            this.individualAnswerToolStripMenuItem.Name = "individualAnswerToolStripMenuItem";
            this.individualAnswerToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.individualAnswerToolStripMenuItem.Text = "Individual Answer";
            // 
            // iTStakeHoldersCurrentToolStripMenuItem
            // 
            this.iTStakeHoldersCurrentToolStripMenuItem.Name = "iTStakeHoldersCurrentToolStripMenuItem";
            this.iTStakeHoldersCurrentToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
            this.iTStakeHoldersCurrentToolStripMenuItem.Text = "IT StakeHolders Current";
            this.iTStakeHoldersCurrentToolStripMenuItem.Click += new System.EventHandler(this.iTStakeHoldersCurrentToolStripMenuItem_Click);
            // 
            // iTStakeHoldersFutureToolStripMenuItem
            // 
            this.iTStakeHoldersFutureToolStripMenuItem.Name = "iTStakeHoldersFutureToolStripMenuItem";
            this.iTStakeHoldersFutureToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
            this.iTStakeHoldersFutureToolStripMenuItem.Text = "IT StakeHolders Future";
            this.iTStakeHoldersFutureToolStripMenuItem.Click += new System.EventHandler(this.iTStakeHoldersFutureToolStripMenuItem_Click);
            // 
            // businessStakeHoldersCurrentToolStripMenuItem
            // 
            this.businessStakeHoldersCurrentToolStripMenuItem.Name = "businessStakeHoldersCurrentToolStripMenuItem";
            this.businessStakeHoldersCurrentToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
            this.businessStakeHoldersCurrentToolStripMenuItem.Text = "Business StakeHolders Current";
            this.businessStakeHoldersCurrentToolStripMenuItem.Click += new System.EventHandler(this.businessStakeHoldersCurrentToolStripMenuItem_Click);
            // 
            // businessStakeHoldersFutureToolStripMenuItem
            // 
            this.businessStakeHoldersFutureToolStripMenuItem.Name = "businessStakeHoldersFutureToolStripMenuItem";
            this.businessStakeHoldersFutureToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
            this.businessStakeHoldersFutureToolStripMenuItem.Text = "Business StakeHolders Future";
            this.businessStakeHoldersFutureToolStripMenuItem.Click += new System.EventHandler(this.businessStakeHoldersFutureToolStripMenuItem_Click);
            // 
            // cUPEScoreOverallToolStripMenuItem
            // 
            this.cUPEScoreOverallToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.currentToolStripMenuItem1,
            this.futureToolStripMenuItem1});
            this.cUPEScoreOverallToolStripMenuItem.Name = "cUPEScoreOverallToolStripMenuItem";
            this.cUPEScoreOverallToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.cUPEScoreOverallToolStripMenuItem.Text = "CUPE Score Overall";
            // 
            // currentToolStripMenuItem1
            // 
            this.currentToolStripMenuItem1.Name = "currentToolStripMenuItem1";
            this.currentToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
            this.currentToolStripMenuItem1.Text = "Current";
            this.currentToolStripMenuItem1.Click += new System.EventHandler(this.currentToolStripMenuItem1_Click);
            // 
            // futureToolStripMenuItem1
            // 
            this.futureToolStripMenuItem1.Name = "futureToolStripMenuItem1";
            this.futureToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
            this.futureToolStripMenuItem1.Text = "Future";
            this.futureToolStripMenuItem1.Click += new System.EventHandler(this.futureToolStripMenuItem1_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(309, 6);
            // 
            // iTProviderRelationshipToolStripMenuItem
            // 
            this.iTProviderRelationshipToolStripMenuItem.Name = "iTProviderRelationshipToolStripMenuItem";
            this.iTProviderRelationshipToolStripMenuItem.Size = new System.Drawing.Size(312, 22);
            this.iTProviderRelationshipToolStripMenuItem.Text = "IT Provider Relationship";
            this.iTProviderRelationshipToolStripMenuItem.Click += new System.EventHandler(this.iTProviderRelationshipToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.participantsToolStripMenuItem,
            this.numberOfQuestionsToolStripMenuItem,
            this.pieGraphColorsToolStripMenuItem,
            this.defaultSurveysToolStripMenuItem,
            this.settingsToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
            this.editToolStripMenuItem.Text = "Edit";
            // 
            // participantsToolStripMenuItem
            // 
            this.participantsToolStripMenuItem.Name = "participantsToolStripMenuItem";
            this.participantsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.participantsToolStripMenuItem.Text = "Participants";
            this.participantsToolStripMenuItem.Click += new System.EventHandler(this.participantsToolStripMenuItem_Click);
            // 
            // numberOfQuestionsToolStripMenuItem
            // 
            this.numberOfQuestionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.numberOfQuestionsToolStripMenuItem.Name = "numberOfQuestionsToolStripMenuItem";
            this.numberOfQuestionsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.numberOfQuestionsToolStripMenuItem.Text = "Number Of Questions";
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(86, 22);
            this.toolStripMenuItem2.Text = "10";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(86, 22);
            this.toolStripMenuItem3.Text = "20";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // pieGraphColorsToolStripMenuItem
            // 
            this.pieGraphColorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.commodityToolStripMenuItem,
            this.utilityToolStripMenuItem,
            this.partnerToolStripMenuItem,
            this.enablerToolStripMenuItem});
            this.pieGraphColorsToolStripMenuItem.Name = "pieGraphColorsToolStripMenuItem";
            this.pieGraphColorsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.pieGraphColorsToolStripMenuItem.Text = "Pie Graph Colors";
            // 
            // commodityToolStripMenuItem
            // 
            this.commodityToolStripMenuItem.Name = "commodityToolStripMenuItem";
            this.commodityToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.commodityToolStripMenuItem.Text = "Commodity";
            this.commodityToolStripMenuItem.Click += new System.EventHandler(this.commodityToolStripMenuItem_Click);
            // 
            // utilityToolStripMenuItem
            // 
            this.utilityToolStripMenuItem.Name = "utilityToolStripMenuItem";
            this.utilityToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.utilityToolStripMenuItem.Text = "Utility";
            this.utilityToolStripMenuItem.Click += new System.EventHandler(this.utilityToolStripMenuItem_Click);
            // 
            // partnerToolStripMenuItem
            // 
            this.partnerToolStripMenuItem.Name = "partnerToolStripMenuItem";
            this.partnerToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.partnerToolStripMenuItem.Text = "Partner";
            this.partnerToolStripMenuItem.Click += new System.EventHandler(this.partnerToolStripMenuItem_Click);
            // 
            // enablerToolStripMenuItem
            // 
            this.enablerToolStripMenuItem.Name = "enablerToolStripMenuItem";
            this.enablerToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
            this.enablerToolStripMenuItem.Text = "Enabler";
            this.enablerToolStripMenuItem.Click += new System.EventHandler(this.enablerToolStripMenuItem_Click);
            // 
            // defaultSurveysToolStripMenuItem
            // 
            this.defaultSurveysToolStripMenuItem.Name = "defaultSurveysToolStripMenuItem";
            this.defaultSurveysToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.defaultSurveysToolStripMenuItem.Text = "Default Surveys";
            this.defaultSurveysToolStripMenuItem.Click += new System.EventHandler(this.defaultSurveysToolStripMenuItem_Click);
            // 
            // settingsToolStripMenuItem
            // 
            this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
            this.settingsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
            this.settingsToolStripMenuItem.Text = "Settings";
            this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bOMToolStripMenuItem,
            this.iTCapabilityToolStripMenuItem1});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            // 
            // bOMToolStripMenuItem
            // 
            this.bOMToolStripMenuItem.Name = "bOMToolStripMenuItem";
            this.bOMToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
            this.bOMToolStripMenuItem.Text = "BOM";
            this.bOMToolStripMenuItem.Click += new System.EventHandler(this.bOMToolStripMenuItem_Click);
            // 
            // iTCapabilityToolStripMenuItem1
            // 
            this.iTCapabilityToolStripMenuItem1.Name = "iTCapabilityToolStripMenuItem1";
            this.iTCapabilityToolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
            this.iTCapabilityToolStripMenuItem1.Text = "ITCAP";
            this.iTCapabilityToolStripMenuItem1.Click += new System.EventHandler(this.iTCapabilityToolStripMenuItem1_Click);
            // 
            // CUPETool
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1006, 721);
            this.Controls.Add(this.questionInfoPanel);
            this.Controls.Add(this.itFutureRadioButton);
            this.Controls.Add(this.busiFutureRadioButton);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cupeScoreLabel);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.itCurrentRadioButton);
            this.Controls.Add(this.busiCurrentRadioButton);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.busiCurrentGraph);
            this.Controls.Add(this.itFutureGraph);
            this.Controls.Add(this.itCurrentGraph);
            this.Controls.Add(this.busiFutureGraph);
            this.Controls.Add(this.questionGridBusinessCurrent);
            this.Controls.Add(this.questionGridITFuture);
            this.Controls.Add(this.questionGridBusiFuture);
            this.Controls.Add(this.questionGridITCurrent);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "CUPETool";
            this.Text = "IT Provider Relationship Tool";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CUPETool_FormClosing);
            this.Load += new System.EventHandler(this.CUPETool_Load);
            ((System.ComponentModel.ISupportInitialize)(this.questionGridBusinessCurrent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridITCurrent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.busiCurrentGraph)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sAMPLEEntitiesBindingSource)).EndInit();
            this.questionInfoPanel.ResumeLayout(false);
            this.questionInfoPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridBusiFuture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.questionGridITFuture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.busiFutureGraph)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.itCurrentGraph)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.itFutureGraph)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
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.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(frmchart));
     this.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     chartArea1.AxisX.IsLabelAutoFit          = false;
     chartArea1.AxisX.LabelAutoFitMaxFontSize = 8;
     chartArea1.AxisX.LabelStyle.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.TitleForeColor          = System.Drawing.Color.Silver;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     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.CustomProperties  = "PointWidth=0.6";
     series1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Legend1";
     series1.Name              = "Purchase";
     series2.ChartArea         = "ChartArea1";
     series2.CustomProperties  = "PointWidth=0.6";
     series2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series2.IsVisibleInLegend = false;
     series2.LabelBackColor    = System.Drawing.Color.Gray;
     series2.LabelForeColor    = System.Drawing.Color.White;
     series2.Legend            = "Legend1";
     series2.Name              = "Sale";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(849, 682);
     this.chart1.TabIndex = 9;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name          = "Monthly Purchase/Sale Analysis";
     title1.Text          = "Monthly Purchase/Sale Analysis";
     this.chart1.Titles.Add(title1);
     this.chart1.Click   += new System.EventHandler(this.chart1_Click);
     this.chart1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chart1_KeyDown);
     //
     // pictureBox1
     //
     this.pictureBox1.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location    = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(23, 21);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex    = 10;
     this.pictureBox1.TabStop     = false;
     this.pictureBox1.Click      += new System.EventHandler(this.pictureBox1_Click);
     this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
     this.pictureBox1.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.flowLayoutPanel1.Location  = new System.Drawing.Point(847, 0);
     this.flowLayoutPanel1.Name      = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size      = new System.Drawing.Size(171, 723);
     this.flowLayoutPanel1.TabIndex  = 12;
     this.flowLayoutPanel1.Paint    += new System.Windows.Forms.PaintEventHandler(this.flowLayoutPanel1_Paint);
     //
     // frmchart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1018, 716);
     this.ControlBox          = false;
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.chart1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "frmchart";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Chart";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.frmchart_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmchart_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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 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 series5 = 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 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 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();
            this.statusCountChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.volunteerCountChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.statusCountChart)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.volunteerCountChart)).BeginInit();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusCountChart
            // 
            this.statusCountChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            chartArea3.AxisX.Interval = 1D;
            chartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
            chartArea3.AxisX.MajorGrid.Enabled = false;
            chartArea3.Name = "ChartArea1";
            this.statusCountChart.ChartAreas.Add(chartArea3);
            legend3.Name = "Legend1";
            this.statusCountChart.Legends.Add(legend3);
            this.statusCountChart.Location = new System.Drawing.Point(23, 16);
            this.statusCountChart.Name = "statusCountChart";
            series5.ChartArea = "ChartArea1";
            series5.Legend = "Legend1";
            series5.LegendText = "Cinderellas";
            series5.Name = "cindCount";
            series5.XValueMember = "currentStatus";
            series5.YValueMembers = "num";
            this.statusCountChart.Series.Add(series5);
            this.statusCountChart.Size = new System.Drawing.Size(522, 400);
            this.statusCountChart.TabIndex = 0;
            this.statusCountChart.Text = "Status Count";
            title2.Alignment = System.Drawing.ContentAlignment.TopLeft;
            title2.Name = "Title1";
            title2.Text = "Cinderella Status Count";
            this.statusCountChart.Titles.Add(title2);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabControl1.Location = new System.Drawing.Point(29, 39);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(591, 462);
            this.tabControl1.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.statusCountChart);
            this.tabPage1.Location = new System.Drawing.Point(4, 29);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(583, 429);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.volunteerCountChart);
            this.tabPage2.Location = new System.Drawing.Point(4, 29);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(583, 429);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // volunteerCountChart
            // 
            chartArea4.Name = "ChartArea1";
            this.volunteerCountChart.ChartAreas.Add(chartArea4);
            legend4.Name = "Legend1";
            this.volunteerCountChart.Legends.Add(legend4);
            this.volunteerCountChart.Location = new System.Drawing.Point(36, 30);
            this.volunteerCountChart.Name = "volunteerCountChart";
            series6.ChartArea = "ChartArea1";
            series6.Legend = "Legend1";
            series6.Name = "volCount";
            series6.XValueMember = "shiftID";
            series6.YValueMembers = "num";
            series7.ChartArea = "ChartArea1";
            series7.Legend = "Legend1";
            series7.Name = "Series2";
            series7.XValueMember = "shiftID";
            series7.YValueMembers = "num";
            series8.ChartArea = "ChartArea1";
            series8.Legend = "Legend1";
            series8.Name = "Series3";
            series8.XValueMember = "shiftID";
            series8.YValueMembers = "num";
            series8.YValuesPerPoint = 4;
            this.volunteerCountChart.Series.Add(series6);
            this.volunteerCountChart.Series.Add(series7);
            this.volunteerCountChart.Series.Add(series8);
            this.volunteerCountChart.Size = new System.Drawing.Size(511, 381);
            this.volunteerCountChart.TabIndex = 0;
            this.volunteerCountChart.Text = "chart1";
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.AliceBlue;
            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(655, 24);
            this.menuStrip1.TabIndex = 2;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            // 
            // Statistics
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Silver;
            this.ClientSize = new System.Drawing.Size(655, 513);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Statistics";
            this.Text = "Statistics";
            this.Load += new System.EventHandler(this.Statistics_Load);
            ((System.ComponentModel.ISupportInitialize)(this.statusCountChart)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.volunteerCountChart)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.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 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.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart_position_discord = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart_distance         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label1   = new System.Windows.Forms.Label();
     this.txt_time = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart_position_discord)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_distance)).BeginInit();
     this.SuspendLayout();
     //
     // chart_position_discord
     //
     this.chart_position_discord.Anchor = System.Windows.Forms.AnchorStyles.None;
     chartArea1.AxisX.Title             = "Thời gian";
     chartArea1.AxisX.TitleAlignment    = System.Drawing.StringAlignment.Far;
     chartArea1.AxisY.Title             = "Vị trí bất thường";
     chartArea1.AxisY.TitleAlignment    = System.Drawing.StringAlignment.Far;
     chartArea1.Name            = "ChartArea1";
     chartArea1.Position.Auto   = false;
     chartArea1.Position.Height = 94F;
     chartArea1.Position.Width  = 77.53266F;
     chartArea1.Position.X      = 3F;
     chartArea1.Position.Y      = 6F;
     this.chart_position_discord.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart_position_discord.Legends.Add(legend1);
     this.chart_position_discord.Location = new System.Drawing.Point(24, 14);
     this.chart_position_discord.Name     = "chart_position_discord";
     series1.ChartArea         = "ChartArea1";
     series1.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Legend1";
     series1.Name = "position";
     this.chart_position_discord.Series.Add(series1);
     this.chart_position_discord.Size     = new System.Drawing.Size(996, 256);
     this.chart_position_discord.TabIndex = 39;
     this.chart_position_discord.Text     = "Chart";
     title1.DockedToChartArea             = "ChartArea1";
     title1.DockingOffset = -8;
     title1.Name          = "Chart";
     title1.Text          = "Vị trí bắt đầu của chuỗi con bất đồng theo thời gian";
     this.chart_position_discord.Titles.Add(title1);
     //
     // chart_distance
     //
     this.chart_distance.Anchor      = System.Windows.Forms.AnchorStyles.None;
     chartArea2.AxisX.Title          = "Thời gian";
     chartArea2.AxisX.TitleAlignment = System.Drawing.StringAlignment.Far;
     chartArea2.AxisY.Title          = "Khoảng cách bất thường";
     chartArea2.AxisY.TitleAlignment = System.Drawing.StringAlignment.Far;
     chartArea2.Name            = "ChartArea1";
     chartArea2.Position.Auto   = false;
     chartArea2.Position.Height = 94F;
     chartArea2.Position.Width  = 77.53266F;
     chartArea2.Position.X      = 3F;
     chartArea2.Position.Y      = 6F;
     this.chart_distance.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart_distance.Legends.Add(legend2);
     this.chart_distance.Location = new System.Drawing.Point(24, 276);
     this.chart_distance.Name     = "chart_distance";
     series2.ChartArea            = "ChartArea1";
     series2.ChartType            = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.IsVisibleInLegend    = false;
     series2.Legend = "Legend1";
     series2.Name   = "distance";
     this.chart_distance.Series.Add(series2);
     this.chart_distance.Size     = new System.Drawing.Size(996, 272);
     this.chart_distance.TabIndex = 40;
     this.chart_distance.Text     = "Chart";
     title2.DockedToChartArea     = "ChartArea1";
     title2.DockingOffset         = -8;
     title2.Name = "Chart";
     title2.Text = "Khoảng cách đến khớp không tầm thường gần nhất của chuỗi con bất đồng" +
                   " theo thời gian";
     this.chart_distance.Titles.Add(title2);
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(413, 551);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(110, 16);
     this.label1.TabIndex = 41;
     this.label1.Text     = "Thời gian thực thi:";
     //
     // txt_time
     //
     this.txt_time.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.txt_time.AutoSize = true;
     this.txt_time.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_time.Location = new System.Drawing.Point(591, 551);
     this.txt_time.Name     = "txt_time";
     this.txt_time.Size     = new System.Drawing.Size(25, 16);
     this.txt_time.TabIndex = 42;
     this.txt_time.Text     = "0 s";
     //
     // Statistical_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1051, 576);
     this.Controls.Add(this.txt_time);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chart_distance);
     this.Controls.Add(this.chart_position_discord);
     this.Name = "Statistical_Form";
     this.Text = "Statistical";
     ((System.ComponentModel.ISupportInitialize)(this.chart_position_discord)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart_distance)).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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.MainTabCtrl = new System.Windows.Forms.TabControl();
            this.ConfigTab = new System.Windows.Forms.TabPage();
            this.ConfigTblLayout = new System.Windows.Forms.TableLayoutPanel();
            this.NumAllelesPanel = new System.Windows.Forms.Panel();
            this.RecessiveSetLbl = new System.Windows.Forms.Label();
            this.DominantSetLbl = new System.Windows.Forms.Label();
            this.DominantCombo = new System.Windows.Forms.ComboBox();
            this.RecessiveCombo = new System.Windows.Forms.ComboBox();
            this.RecessiveLbl = new System.Windows.Forms.Label();
            this.DominantLbl = new System.Windows.Forms.Label();
            this.GenotypesSplit = new System.Windows.Forms.SplitContainer();
            this.HomoGrpbox = new System.Windows.Forms.GroupBox();
            this.HeteroGrpbox = new System.Windows.Forms.GroupBox();
            this.RunTab = new System.Windows.Forms.TabPage();
            this.RunTblLayout = new System.Windows.Forms.TableLayoutPanel();
            this.PlaybackPanel = new System.Windows.Forms.Panel();
            this.IterationLbl = new System.Windows.Forms.Label();
            this.SpeedLbl = new System.Windows.Forms.Label();
            this.SpeedTrackBar = new System.Windows.Forms.TrackBar();
            this.ResetBtn = new System.Windows.Forms.Button();
            this.PlayPauseBtn = new System.Windows.Forms.Button();
            this.StepBtn = new System.Windows.Forms.Button();
            this.OutputPanel = new System.Windows.Forms.Panel();
            this.OutputSplit = new System.Windows.Forms.SplitContainer();
            this.OutputChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.OutputDgv = new System.Windows.Forms.DataGridView();
            this.AlleleCheckPanel = new System.Windows.Forms.Panel();
            this.SimulationWorker = new System.ComponentModel.BackgroundWorker();
            this.GenerationCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MainTabCtrl.SuspendLayout();
            this.ConfigTab.SuspendLayout();
            this.ConfigTblLayout.SuspendLayout();
            this.NumAllelesPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GenotypesSplit)).BeginInit();
            this.GenotypesSplit.Panel1.SuspendLayout();
            this.GenotypesSplit.Panel2.SuspendLayout();
            this.GenotypesSplit.SuspendLayout();
            this.RunTab.SuspendLayout();
            this.RunTblLayout.SuspendLayout();
            this.PlaybackPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SpeedTrackBar)).BeginInit();
            this.OutputPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.OutputSplit)).BeginInit();
            this.OutputSplit.Panel1.SuspendLayout();
            this.OutputSplit.Panel2.SuspendLayout();
            this.OutputSplit.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.OutputChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.OutputDgv)).BeginInit();
            this.SuspendLayout();
            // 
            // MainTabCtrl
            // 
            this.MainTabCtrl.Controls.Add(this.ConfigTab);
            this.MainTabCtrl.Controls.Add(this.RunTab);
            this.MainTabCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainTabCtrl.Location = new System.Drawing.Point(0, 0);
            this.MainTabCtrl.Name = "MainTabCtrl";
            this.MainTabCtrl.SelectedIndex = 0;
            this.MainTabCtrl.Size = new System.Drawing.Size(1025, 410);
            this.MainTabCtrl.TabIndex = 0;
            // 
            // ConfigTab
            // 
            this.ConfigTab.Controls.Add(this.ConfigTblLayout);
            this.ConfigTab.Location = new System.Drawing.Point(4, 22);
            this.ConfigTab.Name = "ConfigTab";
            this.ConfigTab.Padding = new System.Windows.Forms.Padding(3);
            this.ConfigTab.Size = new System.Drawing.Size(1017, 384);
            this.ConfigTab.TabIndex = 0;
            this.ConfigTab.Text = " Configure";
            this.ConfigTab.UseVisualStyleBackColor = true;
            // 
            // ConfigTblLayout
            // 
            this.ConfigTblLayout.ColumnCount = 1;
            this.ConfigTblLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.ConfigTblLayout.Controls.Add(this.NumAllelesPanel, 0, 0);
            this.ConfigTblLayout.Controls.Add(this.GenotypesSplit, 0, 1);
            this.ConfigTblLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ConfigTblLayout.Location = new System.Drawing.Point(3, 3);
            this.ConfigTblLayout.Name = "ConfigTblLayout";
            this.ConfigTblLayout.RowCount = 2;
            this.ConfigTblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
            this.ConfigTblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.ConfigTblLayout.Size = new System.Drawing.Size(1011, 378);
            this.ConfigTblLayout.TabIndex = 0;
            // 
            // NumAllelesPanel
            // 
            this.NumAllelesPanel.Controls.Add(this.RecessiveSetLbl);
            this.NumAllelesPanel.Controls.Add(this.DominantSetLbl);
            this.NumAllelesPanel.Controls.Add(this.DominantCombo);
            this.NumAllelesPanel.Controls.Add(this.RecessiveCombo);
            this.NumAllelesPanel.Controls.Add(this.RecessiveLbl);
            this.NumAllelesPanel.Controls.Add(this.DominantLbl);
            this.NumAllelesPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.NumAllelesPanel.Location = new System.Drawing.Point(3, 3);
            this.NumAllelesPanel.Name = "NumAllelesPanel";
            this.NumAllelesPanel.Size = new System.Drawing.Size(1005, 84);
            this.NumAllelesPanel.TabIndex = 0;
            // 
            // RecessiveSetLbl
            // 
            this.RecessiveSetLbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.RecessiveSetLbl.AutoSize = true;
            this.RecessiveSetLbl.Location = new System.Drawing.Point(576, 44);
            this.RecessiveSetLbl.Name = "RecessiveSetLbl";
            this.RecessiveSetLbl.Size = new System.Drawing.Size(16, 13);
            this.RecessiveSetLbl.TabIndex = 4;
            this.RecessiveSetLbl.Text = "{ }";
            // 
            // DominantSetLbl
            // 
            this.DominantSetLbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.DominantSetLbl.AutoSize = true;
            this.DominantSetLbl.Location = new System.Drawing.Point(576, 17);
            this.DominantSetLbl.Name = "DominantSetLbl";
            this.DominantSetLbl.Size = new System.Drawing.Size(78, 13);
            this.DominantSetLbl.TabIndex = 4;
            this.DominantSetLbl.Text = "{ A, B, C, D, E }";
            // 
            // DominantCombo
            // 
            this.DominantCombo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.DominantCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DominantCombo.FormattingEnabled = true;
            this.DominantCombo.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5"});
            this.DominantCombo.Location = new System.Drawing.Point(449, 14);
            this.DominantCombo.Name = "DominantCombo";
            this.DominantCombo.Size = new System.Drawing.Size(121, 21);
            this.DominantCombo.TabIndex = 0;
            this.DominantCombo.SelectedIndexChanged += new System.EventHandler(this.DominantCombo_SelectedIndexChanged);
            // 
            // RecessiveCombo
            // 
            this.RecessiveCombo.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.RecessiveCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.RecessiveCombo.FormattingEnabled = true;
            this.RecessiveCombo.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5"});
            this.RecessiveCombo.Location = new System.Drawing.Point(449, 41);
            this.RecessiveCombo.Name = "RecessiveCombo";
            this.RecessiveCombo.Size = new System.Drawing.Size(121, 21);
            this.RecessiveCombo.TabIndex = 1;
            this.RecessiveCombo.SelectedIndexChanged += new System.EventHandler(this.RecessiveCombo_SelectedIndexChanged);
            // 
            // RecessiveLbl
            // 
            this.RecessiveLbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.RecessiveLbl.AutoSize = true;
            this.RecessiveLbl.Location = new System.Drawing.Point(350, 44);
            this.RecessiveLbl.Name = "RecessiveLbl";
            this.RecessiveLbl.Size = new System.Drawing.Size(90, 13);
            this.RecessiveLbl.TabIndex = 1;
            this.RecessiveLbl.Text = "Recessive alleles";
            // 
            // DominantLbl
            // 
            this.DominantLbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.DominantLbl.AutoSize = true;
            this.DominantLbl.Location = new System.Drawing.Point(350, 17);
            this.DominantLbl.Name = "DominantLbl";
            this.DominantLbl.Size = new System.Drawing.Size(93, 13);
            this.DominantLbl.TabIndex = 0;
            this.DominantLbl.Text = "Dominant alleles";
            // 
            // GenotypesSplit
            // 
            this.GenotypesSplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.GenotypesSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.GenotypesSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.GenotypesSplit.Location = new System.Drawing.Point(3, 93);
            this.GenotypesSplit.Name = "GenotypesSplit";
            // 
            // GenotypesSplit.Panel1
            // 
            this.GenotypesSplit.Panel1.Controls.Add(this.HomoGrpbox);
            // 
            // GenotypesSplit.Panel2
            // 
            this.GenotypesSplit.Panel2.Controls.Add(this.HeteroGrpbox);
            this.GenotypesSplit.Size = new System.Drawing.Size(1005, 282);
            this.GenotypesSplit.SplitterDistance = 136;
            this.GenotypesSplit.TabIndex = 2;
            this.GenotypesSplit.TabStop = false;
            // 
            // HomoGrpbox
            // 
            this.HomoGrpbox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.HomoGrpbox.Location = new System.Drawing.Point(0, 0);
            this.HomoGrpbox.Name = "HomoGrpbox";
            this.HomoGrpbox.Size = new System.Drawing.Size(132, 278);
            this.HomoGrpbox.TabIndex = 2;
            this.HomoGrpbox.TabStop = false;
            this.HomoGrpbox.Text = "Initial homozygotes";
            // 
            // HeteroGrpbox
            // 
            this.HeteroGrpbox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.HeteroGrpbox.Location = new System.Drawing.Point(0, 0);
            this.HeteroGrpbox.Name = "HeteroGrpbox";
            this.HeteroGrpbox.Size = new System.Drawing.Size(861, 278);
            this.HeteroGrpbox.TabIndex = 3;
            this.HeteroGrpbox.TabStop = false;
            this.HeteroGrpbox.Text = "Initial heterozygotes";
            // 
            // RunTab
            // 
            this.RunTab.Controls.Add(this.RunTblLayout);
            this.RunTab.Location = new System.Drawing.Point(4, 22);
            this.RunTab.Name = "RunTab";
            this.RunTab.Padding = new System.Windows.Forms.Padding(3);
            this.RunTab.Size = new System.Drawing.Size(1017, 384);
            this.RunTab.TabIndex = 1;
            this.RunTab.Text = "Run";
            this.RunTab.UseVisualStyleBackColor = true;
            // 
            // RunTblLayout
            // 
            this.RunTblLayout.ColumnCount = 2;
            this.RunTblLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.RunTblLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.RunTblLayout.Controls.Add(this.PlaybackPanel, 0, 0);
            this.RunTblLayout.Controls.Add(this.OutputPanel, 1, 1);
            this.RunTblLayout.Controls.Add(this.AlleleCheckPanel, 0, 1);
            this.RunTblLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.RunTblLayout.Location = new System.Drawing.Point(3, 3);
            this.RunTblLayout.Name = "RunTblLayout";
            this.RunTblLayout.RowCount = 2;
            this.RunTblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
            this.RunTblLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.RunTblLayout.Size = new System.Drawing.Size(1011, 378);
            this.RunTblLayout.TabIndex = 0;
            // 
            // PlaybackPanel
            // 
            this.RunTblLayout.SetColumnSpan(this.PlaybackPanel, 2);
            this.PlaybackPanel.Controls.Add(this.IterationLbl);
            this.PlaybackPanel.Controls.Add(this.SpeedLbl);
            this.PlaybackPanel.Controls.Add(this.SpeedTrackBar);
            this.PlaybackPanel.Controls.Add(this.ResetBtn);
            this.PlaybackPanel.Controls.Add(this.PlayPauseBtn);
            this.PlaybackPanel.Controls.Add(this.StepBtn);
            this.PlaybackPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PlaybackPanel.Location = new System.Drawing.Point(3, 3);
            this.PlaybackPanel.Name = "PlaybackPanel";
            this.PlaybackPanel.Size = new System.Drawing.Size(1005, 84);
            this.PlaybackPanel.TabIndex = 0;
            // 
            // IterationLbl
            // 
            this.IterationLbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.IterationLbl.AutoSize = true;
            this.IterationLbl.Location = new System.Drawing.Point(558, 54);
            this.IterationLbl.Name = "IterationLbl";
            this.IterationLbl.Size = new System.Drawing.Size(38, 13);
            this.IterationLbl.TabIndex = 1;
            this.IterationLbl.Text = "label2";
            // 
            // SpeedLbl
            // 
            this.SpeedLbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.SpeedLbl.AutoSize = true;
            this.SpeedLbl.Location = new System.Drawing.Point(558, 32);
            this.SpeedLbl.Name = "SpeedLbl";
            this.SpeedLbl.Size = new System.Drawing.Size(98, 13);
            this.SpeedLbl.TabIndex = 4;
            this.SpeedLbl.Text = "5 generations/sec";
            // 
            // SpeedTrackBar
            // 
            this.SpeedTrackBar.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.SpeedTrackBar.LargeChange = 10;
            this.SpeedTrackBar.Location = new System.Drawing.Point(448, 32);
            this.SpeedTrackBar.Maximum = 30;
            this.SpeedTrackBar.Minimum = 1;
            this.SpeedTrackBar.Name = "SpeedTrackBar";
            this.SpeedTrackBar.Size = new System.Drawing.Size(104, 45);
            this.SpeedTrackBar.TabIndex = 3;
            this.SpeedTrackBar.TickFrequency = 5;
            this.SpeedTrackBar.Value = 10;
            // 
            // ResetBtn
            // 
            this.ResetBtn.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.ResetBtn.Enabled = false;
            this.ResetBtn.Location = new System.Drawing.Point(546, 3);
            this.ResetBtn.Name = "ResetBtn";
            this.ResetBtn.Size = new System.Drawing.Size(75, 23);
            this.ResetBtn.TabIndex = 2;
            this.ResetBtn.Text = "Reset";
            this.ResetBtn.UseVisualStyleBackColor = true;
            this.ResetBtn.Click += new System.EventHandler(this.ResetBtn_Click);
            // 
            // PlayPauseBtn
            // 
            this.PlayPauseBtn.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.PlayPauseBtn.Location = new System.Drawing.Point(465, 3);
            this.PlayPauseBtn.Name = "PlayPauseBtn";
            this.PlayPauseBtn.Size = new System.Drawing.Size(75, 23);
            this.PlayPauseBtn.TabIndex = 1;
            this.PlayPauseBtn.Text = "Play";
            this.PlayPauseBtn.UseVisualStyleBackColor = true;
            this.PlayPauseBtn.Click += new System.EventHandler(this.PlayPauseBtn_Click);
            // 
            // StepBtn
            // 
            this.StepBtn.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.StepBtn.Location = new System.Drawing.Point(384, 3);
            this.StepBtn.Name = "StepBtn";
            this.StepBtn.Size = new System.Drawing.Size(75, 23);
            this.StepBtn.TabIndex = 0;
            this.StepBtn.Text = "Step";
            this.StepBtn.UseVisualStyleBackColor = true;
            this.StepBtn.Click += new System.EventHandler(this.StepBtn_Click);
            // 
            // OutputPanel
            // 
            this.OutputPanel.Controls.Add(this.OutputSplit);
            this.OutputPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.OutputPanel.Location = new System.Drawing.Point(53, 93);
            this.OutputPanel.Name = "OutputPanel";
            this.OutputPanel.Size = new System.Drawing.Size(955, 282);
            this.OutputPanel.TabIndex = 1;
            // 
            // OutputSplit
            // 
            this.OutputSplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.OutputSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.OutputSplit.Location = new System.Drawing.Point(0, 0);
            this.OutputSplit.Name = "OutputSplit";
            // 
            // OutputSplit.Panel1
            // 
            this.OutputSplit.Panel1.Controls.Add(this.OutputChart);
            // 
            // OutputSplit.Panel2
            // 
            this.OutputSplit.Panel2.Controls.Add(this.OutputDgv);
            this.OutputSplit.Size = new System.Drawing.Size(955, 282);
            this.OutputSplit.SplitterDistance = 508;
            this.OutputSplit.TabIndex = 0;
            this.OutputSplit.TabStop = false;
            // 
            // OutputChart
            // 
            chartArea1.AxisX.Crossing = -1.7976931348623157E+308D;
            chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea1.AxisX.MajorGrid.Enabled = false;
            chartArea1.AxisX.MajorTickMark.Interval = 0D;
            chartArea1.AxisX.Minimum = 0D;
            chartArea1.AxisX.Title = "Generation";
            chartArea1.AxisX.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            chartArea1.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea1.AxisY.Crossing = -1.7976931348623157E+308D;
            chartArea1.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
            chartArea1.AxisY.LabelStyle.Interval = 0.1D;
            chartArea1.AxisY.MajorGrid.Enabled = false;
            chartArea1.AxisY.MajorTickMark.Interval = 0.1D;
            chartArea1.AxisY.Minimum = 0D;
            chartArea1.AxisY.Title = "Allele Frequency";
            chartArea1.AxisY.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea1.Name = "AlleleFreqArea";
            this.OutputChart.ChartAreas.Add(chartArea1);
            this.OutputChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            legend1.Name = "ChartLegend";
            this.OutputChart.Legends.Add(legend1);
            this.OutputChart.Location = new System.Drawing.Point(0, 0);
            this.OutputChart.Name = "OutputChart";
            this.OutputChart.Size = new System.Drawing.Size(504, 278);
            this.OutputChart.TabIndex = 3;
            this.OutputChart.TabStop = false;
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
            title1.Name = "ChartTitle";
            title1.Text = "Allele Frequencies Over Time";
            this.OutputChart.Titles.Add(title1);
            // 
            // OutputDgv
            // 
            this.OutputDgv.AllowUserToAddRows = false;
            this.OutputDgv.AllowUserToDeleteRows = false;
            this.OutputDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.OutputDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.GenerationCol});
            this.OutputDgv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.OutputDgv.Location = new System.Drawing.Point(0, 0);
            this.OutputDgv.Name = "OutputDgv";
            this.OutputDgv.ReadOnly = true;
            this.OutputDgv.RowHeadersVisible = false;
            this.OutputDgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.ColumnHeaderSelect;
            this.OutputDgv.Size = new System.Drawing.Size(439, 278);
            this.OutputDgv.TabIndex = 0;
            this.OutputDgv.TabStop = false;
            // 
            // AlleleCheckPanel
            // 
            this.AlleleCheckPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.AlleleCheckPanel.Location = new System.Drawing.Point(3, 93);
            this.AlleleCheckPanel.Name = "AlleleCheckPanel";
            this.AlleleCheckPanel.Size = new System.Drawing.Size(44, 282);
            this.AlleleCheckPanel.TabIndex = 1;
            // 
            // SimulationWorker
            // 
            this.SimulationWorker.WorkerSupportsCancellation = true;
            this.SimulationWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.SimulationWorker_DoWork);
            this.SimulationWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.SimulationWorker_RunWorkerCompleted);
            // 
            // GenerationCol
            // 
            this.GenerationCol.HeaderText = "Generation";
            this.GenerationCol.Name = "GenerationCol";
            this.GenerationCol.ReadOnly = true;
            this.GenerationCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1025, 410);
            this.Controls.Add(this.MainTabCtrl);
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MinimumSize = new System.Drawing.Size(360, 230);
            this.Name = "MainForm";
            this.Text = "Hardy-Weinberg Simulator";
            this.MainTabCtrl.ResumeLayout(false);
            this.ConfigTab.ResumeLayout(false);
            this.ConfigTblLayout.ResumeLayout(false);
            this.NumAllelesPanel.ResumeLayout(false);
            this.NumAllelesPanel.PerformLayout();
            this.GenotypesSplit.Panel1.ResumeLayout(false);
            this.GenotypesSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GenotypesSplit)).EndInit();
            this.GenotypesSplit.ResumeLayout(false);
            this.RunTab.ResumeLayout(false);
            this.RunTblLayout.ResumeLayout(false);
            this.PlaybackPanel.ResumeLayout(false);
            this.PlaybackPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SpeedTrackBar)).EndInit();
            this.OutputPanel.ResumeLayout(false);
            this.OutputSplit.Panel1.ResumeLayout(false);
            this.OutputSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.OutputSplit)).EndInit();
            this.OutputSplit.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.OutputChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.OutputDgv)).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();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(ChartBaseForm));
     this.Grafica_Panel = new System.Windows.Forms.SplitContainer();
     this.Chart         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.Print_BT      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.Animation)).BeginInit();
     this.Grafica_Panel.Panel1.SuspendLayout();
     this.Grafica_Panel.Panel2.SuspendLayout();
     this.Grafica_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Chart)).BeginInit();
     this.SuspendLayout();
     //
     // Grafica_Panel
     //
     this.Grafica_Panel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.Grafica_Panel.FixedPanel  = System.Windows.Forms.FixedPanel.Panel2;
     this.Grafica_Panel.Location    = new System.Drawing.Point(0, 0);
     this.Grafica_Panel.Name        = "Grafica_Panel";
     this.Grafica_Panel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // Grafica_Panel.Panel1
     //
     this.Grafica_Panel.Panel1.Controls.Add(this.Chart);
     //
     // Grafica_Panel.Panel2
     //
     this.Grafica_Panel.Panel2.Controls.Add(this.Print_BT);
     this.Grafica_Panel.Panel2MinSize    = 34;
     this.Grafica_Panel.Size             = new System.Drawing.Size(864, 507);
     this.Grafica_Panel.SplitterDistance = 472;
     this.Grafica_Panel.SplitterWidth    = 1;
     this.Grafica_Panel.TabIndex         = 23;
     //
     // Chart
     //
     this.Chart.BackColor                           = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.Chart.BorderSkin.BackColor                = System.Drawing.Color.DarkGray;
     chartArea1.Area3DStyle.Enable3D                = true;
     chartArea1.Area3DStyle.Inclination             = 10;
     chartArea1.Area3DStyle.Rotation                = 10;
     chartArea1.AxisX.IsLabelAutoFit                = false;
     chartArea1.AxisX.LabelStyle.Font               = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisX.LineColor                     = System.Drawing.Color.DarkGray;
     chartArea1.AxisX.MajorGrid.LineColor           = System.Drawing.Color.LightGray;
     chartArea1.AxisX.MajorGrid.LineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX.MajorTickMark.LineColor       = System.Drawing.Color.Gray;
     chartArea1.AxisX.MajorTickMark.LineDashStyle   = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX.MinorGrid.LineColor           = System.Drawing.Color.Gray;
     chartArea1.AxisX.MinorGrid.LineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX.MinorTickMark.LineColor       = System.Drawing.Color.Gray;
     chartArea1.AxisX.MinorTickMark.LineDashStyle   = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX.ScaleBreakStyle.Enabled       = true;
     chartArea1.AxisX.ScaleBreakStyle.LineColor     = System.Drawing.Color.Silver;
     chartArea1.AxisX.ScaleBreakStyle.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX.Title                         = "Titulo del Eje X";
     chartArea1.AxisX2.LineColor                    = System.Drawing.Color.Silver;
     chartArea1.AxisX2.LineDashStyle                = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisX2.ScaleBreakStyle.LineColor    = System.Drawing.Color.Silver;
     chartArea1.AxisY.IsLabelAutoFit                = false;
     chartArea1.AxisY.LabelStyle.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.LabelStyle.Format             = "N2";
     chartArea1.AxisY.LineColor                     = System.Drawing.Color.DarkGray;
     chartArea1.AxisY.MajorGrid.LineColor           = System.Drawing.Color.LightGray;
     chartArea1.AxisY.MajorGrid.LineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisY.MajorTickMark.LineColor       = System.Drawing.Color.Gray;
     chartArea1.AxisY.MajorTickMark.LineDashStyle   = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisY.MinorGrid.LineColor           = System.Drawing.Color.LightGray;
     chartArea1.AxisY.MinorGrid.LineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisY.MinorTickMark.LineColor       = System.Drawing.Color.Gray;
     chartArea1.AxisY.MinorTickMark.LineDashStyle   = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisY.ScaleBreakStyle.LineColor     = System.Drawing.Color.LightGray;
     chartArea1.AxisY.TextOrientation               = System.Windows.Forms.DataVisualization.Charting.TextOrientation.Rotated270;
     chartArea1.AxisY.Title                         = "Titulo del Eje Y";
     chartArea1.AxisY2.LineColor                    = System.Drawing.Color.Silver;
     chartArea1.AxisY2.LineDashStyle                = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
     chartArea1.AxisY2.MajorGrid.LineColor          = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MajorTickMark.LineColor      = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MinorGrid.LineColor          = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MinorTickMark.LineColor      = System.Drawing.Color.Silver;
     chartArea1.AxisY2.ScaleBreakStyle.LineColor    = System.Drawing.Color.Silver;
     chartArea1.BackColor                           = System.Drawing.Color.White;
     chartArea1.BorderColor                         = System.Drawing.Color.DarkGray;
     chartArea1.Name = "ChartArea";
     this.Chart.ChartAreas.Add(chartArea1);
     this.Chart.Dock     = System.Windows.Forms.DockStyle.Fill;
     legend1.BackColor   = System.Drawing.Color.White;
     legend1.BorderColor = System.Drawing.Color.Silver;
     legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name        = "Título de la Leyenda";
     legend1.Title       = "Leyenda";
     legend1.TitleFont   = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Chart.Legends.Add(legend1);
     this.Chart.Location         = new System.Drawing.Point(0, 0);
     this.Chart.Name             = "Chart";
     series1.BorderWidth         = 2;
     series1.ChartArea           = "ChartArea";
     series1.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.IsValueShownAsLabel = true;
     series1.Legend = "Título de la Leyenda";
     series1.Name   = "Series";
     this.Chart.Series.Add(series1);
     this.Chart.Size     = new System.Drawing.Size(864, 472);
     this.Chart.TabIndex = 2;
     this.Chart.Text     = "Ingresos";
     title1.Font         = new System.Drawing.Font("Eras Demi ITC", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name         = "Title";
     title1.Text         = "Título de la Gráfica";
     this.Chart.Titles.Add(title1);
     //
     // Print_BT
     //
     this.Print_BT.Font     = new System.Drawing.Font("Tahoma", 8.5F, System.Drawing.FontStyle.Bold);
     this.Print_BT.Location = new System.Drawing.Point(742, 2);
     this.Print_BT.Name     = "Print_BT";
     this.Print_BT.Size     = new System.Drawing.Size(110, 32);
     this.Print_BT.TabIndex = 0;
     this.Print_BT.Text     = "Imprimir";
     this.Print_BT.UseVisualStyleBackColor = true;
     this.Print_BT.Click += new System.EventHandler(this.Print_BT_Click);
     //
     // ChartBaseForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(864, 507);
     this.Controls.Add(this.Grafica_Panel);
     this.HelpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.TopicId);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ChartBaseForm";
     this.HelpProvider.SetShowHelp(this, true);
     this.Text = "Informe Gráfico";
     this.Controls.SetChildIndex(this.Grafica_Panel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.Animation)).EndInit();
     this.Grafica_Panel.Panel1.ResumeLayout(false);
     this.Grafica_Panel.Panel2.ResumeLayout(false);
     this.Grafica_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Chart)).EndInit();
     this.ResumeLayout(false);
 }
Example #44
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.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = 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.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();
            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.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.chart1);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(634, 366);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(634, 412);
            this.toolStripContainer1.TabIndex = 0;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(634, 22);
            this.statusStrip1.TabIndex = 0;
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
            this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
            // 
            // chart1
            // 
            this.chart1.BackColor = System.Drawing.Color.Transparent;
            chartArea1.AxisX.IsMarginVisible = false;
            chartArea1.AxisX.IsStartedFromZero = false;
            chartArea1.AxisX.LabelStyle.Enabled = false;
            chartArea1.AxisX.MajorGrid.Enabled = false;
            chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisX.MajorTickMark.Enabled = false;
            chartArea1.AxisY.Interval = 5D;
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea1.AxisY.Maximum = 40D;
            chartArea1.AxisY.Minimum = 20D;
            chartArea1.AxisY.MinorTickMark.Enabled = true;
            chartArea1.AxisY.MinorTickMark.Size = 0.5F;
            chartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.InnerPlotPosition.Auto = false;
            chartArea1.InnerPlotPosition.Height = 90F;
            chartArea1.InnerPlotPosition.Width = 93F;
            chartArea1.InnerPlotPosition.X = 7F;
            chartArea1.InnerPlotPosition.Y = 5F;
            chartArea1.Name = "ChartArea1";
            chartArea1.Position.Auto = false;
            chartArea1.Position.Height = 30F;
            chartArea1.Position.Width = 97F;
            chartArea2.AxisX.Interval = 20D;
            chartArea2.AxisX.IsMarginVisible = false;
            chartArea2.AxisX.IsStartedFromZero = false;
            chartArea2.AxisX.LabelStyle.Enabled = false;
            chartArea2.AxisX.MajorGrid.Enabled = false;
            chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisX.MajorTickMark.Enabled = false;
            chartArea2.AxisX.MinorTickMark.Interval = double.NaN;
            chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea2.AxisY.MajorTickMark.Interval = 20D;
            chartArea2.AxisY.Maximum = 100D;
            chartArea2.AxisY.Minimum = 0D;
            chartArea2.AxisY.MinorTickMark.Enabled = true;
            chartArea2.AxisY.MinorTickMark.Interval = 5D;
            chartArea2.AxisY.MinorTickMark.Size = 0.5F;
            chartArea2.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea2.InnerPlotPosition.Auto = false;
            chartArea2.InnerPlotPosition.Height = 90F;
            chartArea2.InnerPlotPosition.Width = 93F;
            chartArea2.InnerPlotPosition.X = 7F;
            chartArea2.InnerPlotPosition.Y = 5F;
            chartArea2.Name = "ChartArea2";
            chartArea2.Position.Auto = false;
            chartArea2.Position.Height = 30F;
            chartArea2.Position.Width = 97F;
            chartArea2.Position.Y = 33F;
            chartArea3.AxisX.IsMarginVisible = false;
            chartArea3.AxisX.IsStartedFromZero = false;
            chartArea3.AxisX.LabelStyle.Enabled = false;
            chartArea3.AxisX.MajorGrid.Enabled = false;
            chartArea3.AxisX.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea3.AxisX.MajorTickMark.Enabled = false;
            chartArea3.AxisY.Interval = 500D;
            chartArea3.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
            chartArea3.AxisY.Maximum = 2500D;
            chartArea3.AxisY.Minimum = 0D;
            chartArea3.AxisY.MinorGrid.Interval = double.NaN;
            chartArea3.AxisY.MinorTickMark.Enabled = true;
            chartArea3.AxisY.MinorTickMark.Interval = 100D;
            chartArea3.AxisY.MinorTickMark.Size = 0.5F;
            chartArea3.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea3.InnerPlotPosition.Auto = false;
            chartArea3.InnerPlotPosition.Height = 90F;
            chartArea3.InnerPlotPosition.Width = 93F;
            chartArea3.InnerPlotPosition.X = 7F;
            chartArea3.InnerPlotPosition.Y = 5F;
            chartArea3.Name = "ChartArea3";
            chartArea3.Position.Auto = false;
            chartArea3.Position.Height = 30F;
            chartArea3.Position.Width = 97F;
            chartArea3.Position.Y = 66F;
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.ChartAreas.Add(chartArea2);
            this.chart1.ChartAreas.Add(chartArea3);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.BorderColor = System.Drawing.Color.Firebrick;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
            series1.Color = System.Drawing.Color.FromArgb(75, 240, 128, 128);
            series1.Name = "Series1";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series2.BorderColor = System.Drawing.Color.DarkBlue;
            series2.ChartArea = "ChartArea2";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
            series2.Color = System.Drawing.Color.FromArgb(75, 135, 206, 250);
            series2.Name = "Series2";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            series3.BorderColor = System.Drawing.Color.SeaGreen;
            series3.ChartArea = "ChartArea3";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
            series3.Color = System.Drawing.Color.PaleGreen;
            series3.Name = "Series3";
            series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time;
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(634, 366);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.DockedToChartArea = "ChartArea1";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "Title1";
            title1.Text = "Température ( °C )";
            title2.DockedToChartArea = "ChartArea2";
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "Title2";
            title2.Text = "Humidité ( % )";
            title3.DockedToChartArea = "ChartArea3";
            title3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title3.Name = "Title3";
            title3.Text = "CO2 ( ppm )";
            this.chart1.Titles.Add(title1);
            this.chart1.Titles.Add(title2);
            this.chart1.Titles.Add(title3);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(634, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // menuToolStripMenuItem
            // 
            this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.startToolStripMenuItem,
            this.stopToolStripMenuItem});
            this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
            this.menuToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
            this.menuToolStripMenuItem.Text = "Data";
            // 
            // startToolStripMenuItem
            // 
            this.startToolStripMenuItem.Name = "startToolStripMenuItem";
            this.startToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.startToolStripMenuItem.Text = "Start";
            this.startToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
            // 
            // stopToolStripMenuItem
            // 
            this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
            this.stopToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.stopToolStripMenuItem.Text = "Stop";
            this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(634, 412);
            this.Controls.Add(this.toolStripContainer1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);

    }
Example #45
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.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnPrint = new MetroFramework.Controls.MetroButton();
     ((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(37, 81);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Quantity In Stock";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(1119, 300);
     this.chart1.TabIndex = 0;
     title1.Name          = "Title1";
     title1.Text          = "Quantity of Products in Stock";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // chart2
     //
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location = new System.Drawing.Point(556, 387);
     this.chart2.Name     = "chart2";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series2.Legend       = "Legend1";
     series2.Name         = "Quantity In Stock";
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(600, 339);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     title2.Name          = "Title1";
     title2.Text          = "Quantity of Products In Stock";
     this.chart2.Titles.Add(title2);
     this.chart2.Click += new System.EventHandler(this.chart2_Click);
     //
     // btnPrint
     //
     this.btnPrint.Location      = new System.Drawing.Point(37, 614);
     this.btnPrint.Name          = "btnPrint";
     this.btnPrint.Size          = new System.Drawing.Size(260, 112);
     this.btnPrint.TabIndex      = 2;
     this.btnPrint.Text          = "Create Detailed Report";
     this.btnPrint.UseSelectable = true;
     this.btnPrint.Click        += new System.EventHandler(this.btnPrint_Click);
     //
     // Inventory_Report_Page
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1179, 774);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(1179, 774);
     this.Name        = "Inventory_Report_Page";
     this.Resizable   = false;
     this.Style       = MetroFramework.MetroColorStyle.Orange;
     this.Text        = "Inventory Report";
     this.Load       += new System.EventHandler(this.Inventory_Report_Page_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).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.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 series3 = 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 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 title3 = new System.Windows.Forms.DataVisualization.Charting.Title();
            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 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.Title title4 = new System.Windows.Forms.DataVisualization.Charting.Title();
            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 series14 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend6 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            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 title6 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.chrtProcentOne = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.cbxOperations = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.chrtPieOne = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.groupBoxOne = new System.Windows.Forms.GroupBox();
            this.chbDivide = new System.Windows.Forms.CheckBox();
            this.chbMultiply = new System.Windows.Forms.CheckBox();
            this.chbMinus = new System.Windows.Forms.CheckBox();
            this.chbPlus = new System.Windows.Forms.CheckBox();
            this.chbOverallOne = new System.Windows.Forms.CheckBox();
            this.graphOne = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblPieTotalOne = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chbFourDigits = new System.Windows.Forms.CheckBox();
            this.chbThreeDigits = new System.Windows.Forms.CheckBox();
            this.chbTwoDigits = new System.Windows.Forms.CheckBox();
            this.chbOneDigit = new System.Windows.Forms.CheckBox();
            this.chbOverallTwo = new System.Windows.Forms.CheckBox();
            this.graphTwo = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.lblPieTotalTwo = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.chrtPieTwo = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.chrtProcentTwo = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.cbxNumberOfDigits = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.chrtProcentOne)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrtPieOne)).BeginInit();
            this.groupBoxOne.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.graphOne)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.graphTwo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrtPieTwo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrtProcentTwo)).BeginInit();
            this.SuspendLayout();
            // 
            // chrtProcentOne
            // 
            chartArea1.Name = "Addition";
            this.chrtProcentOne.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chrtProcentOne.Legends.Add(legend1);
            this.chrtProcentOne.Location = new System.Drawing.Point(29, 53);
            this.chrtProcentOne.Name = "chrtProcentOne";
            series1.ChartArea = "Addition";
            series1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series1.IsValueShownAsLabel = true;
            series1.LabelAngle = 45;
            series1.LabelBackColor = System.Drawing.Color.Transparent;
            series1.Legend = "Legend1";
            series1.Name = "Rating (%)";
            series1.SmartLabelStyle.CalloutStyle = System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle.Box;
            series2.ChartArea = "Addition";
            series2.Font = new System.Drawing.Font("Calibri", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series2.IsValueShownAsLabel = true;
            series2.LabelForeColor = System.Drawing.Color.Red;
            series2.Legend = "Legend1";
            series2.Name = "Time (sec)";
            this.chrtProcentOne.Series.Add(series1);
            this.chrtProcentOne.Series.Add(series2);
            this.chrtProcentOne.Size = new System.Drawing.Size(463, 264);
            this.chrtProcentOne.TabIndex = 0;
            this.chrtProcentOne.Text = "chart1";
            title1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "Title1";
            title1.Text = "Your rating (% correct)";
            this.chrtProcentOne.Titles.Add(title1);
            // 
            // cbxOperations
            // 
            this.cbxOperations.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbxOperations.FormattingEnabled = true;
            this.cbxOperations.Location = new System.Drawing.Point(159, 22);
            this.cbxOperations.Name = "cbxOperations";
            this.cbxOperations.Size = new System.Drawing.Size(162, 23);
            this.cbxOperations.TabIndex = 1;
            this.cbxOperations.SelectedIndexChanged += new System.EventHandler(this.cbxOperations_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(30, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(126, 15);
            this.label1.TabIndex = 2;
            this.label1.Text = "Choose the operation:";
            // 
            // chrtPieOne
            // 
            chartArea2.Name = "Addition";
            this.chrtPieOne.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.chrtPieOne.Legends.Add(legend2);
            this.chrtPieOne.Location = new System.Drawing.Point(498, 53);
            this.chrtPieOne.Name = "chrtPieOne";
            series3.ChartArea = "Addition";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series3.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series3.IsValueShownAsLabel = true;
            series3.Legend = "Legend1";
            series3.Name = "All";
            series3.YValuesPerPoint = 2;
            this.chrtPieOne.Series.Add(series3);
            this.chrtPieOne.Size = new System.Drawing.Size(300, 264);
            this.chrtPieOne.TabIndex = 3;
            this.chrtPieOne.Text = "chart1";
            title2.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "Title1";
            title2.Text = "Number of";
            this.chrtPieOne.Titles.Add(title2);
            // 
            // groupBoxOne
            // 
            this.groupBoxOne.BackColor = System.Drawing.SystemColors.Control;
            this.groupBoxOne.Controls.Add(this.chbDivide);
            this.groupBoxOne.Controls.Add(this.chbMultiply);
            this.groupBoxOne.Controls.Add(this.chbMinus);
            this.groupBoxOne.Controls.Add(this.chbPlus);
            this.groupBoxOne.Controls.Add(this.chbOverallOne);
            this.groupBoxOne.Controls.Add(this.graphOne);
            this.groupBoxOne.Controls.Add(this.lblPieTotalOne);
            this.groupBoxOne.Controls.Add(this.label1);
            this.groupBoxOne.Controls.Add(this.chrtPieOne);
            this.groupBoxOne.Controls.Add(this.chrtProcentOne);
            this.groupBoxOne.Controls.Add(this.cbxOperations);
            this.groupBoxOne.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBoxOne.Location = new System.Drawing.Point(12, 12);
            this.groupBoxOne.Name = "groupBoxOne";
            this.groupBoxOne.Size = new System.Drawing.Size(1537, 340);
            this.groupBoxOne.TabIndex = 4;
            this.groupBoxOne.TabStop = false;
            this.groupBoxOne.Text = "Digit Statistics";
            // 
            // chbDivide
            // 
            this.chbDivide.AutoSize = true;
            this.chbDivide.BackColor = System.Drawing.Color.White;
            this.chbDivide.Checked = true;
            this.chbDivide.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbDivide.Location = new System.Drawing.Point(1424, 283);
            this.chbDivide.Name = "chbDivide";
            this.chbDivide.Size = new System.Drawing.Size(61, 19);
            this.chbDivide.TabIndex = 5;
            this.chbDivide.Text = "Divide";
            this.chbDivide.UseVisualStyleBackColor = false;
            // 
            // chbMultiply
            // 
            this.chbMultiply.AutoSize = true;
            this.chbMultiply.BackColor = System.Drawing.Color.White;
            this.chbMultiply.Checked = true;
            this.chbMultiply.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbMultiply.Location = new System.Drawing.Point(1424, 258);
            this.chbMultiply.Name = "chbMultiply";
            this.chbMultiply.Size = new System.Drawing.Size(72, 19);
            this.chbMultiply.TabIndex = 4;
            this.chbMultiply.Text = "Multiply";
            this.chbMultiply.UseVisualStyleBackColor = false;
            // 
            // chbMinus
            // 
            this.chbMinus.AutoSize = true;
            this.chbMinus.BackColor = System.Drawing.Color.White;
            this.chbMinus.Checked = true;
            this.chbMinus.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbMinus.Location = new System.Drawing.Point(1424, 233);
            this.chbMinus.Name = "chbMinus";
            this.chbMinus.Size = new System.Drawing.Size(61, 19);
            this.chbMinus.TabIndex = 3;
            this.chbMinus.Text = "Minus";
            this.chbMinus.UseVisualStyleBackColor = false;
            // 
            // chbPlus
            // 
            this.chbPlus.AutoSize = true;
            this.chbPlus.BackColor = System.Drawing.Color.White;
            this.chbPlus.Checked = true;
            this.chbPlus.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbPlus.Location = new System.Drawing.Point(1424, 208);
            this.chbPlus.Name = "chbPlus";
            this.chbPlus.Size = new System.Drawing.Size(50, 19);
            this.chbPlus.TabIndex = 2;
            this.chbPlus.Text = "Plus";
            this.chbPlus.UseVisualStyleBackColor = false;
            // 
            // chbOverallOne
            // 
            this.chbOverallOne.AutoSize = true;
            this.chbOverallOne.BackColor = System.Drawing.Color.White;
            this.chbOverallOne.Checked = true;
            this.chbOverallOne.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbOverallOne.Location = new System.Drawing.Point(1424, 183);
            this.chbOverallOne.Name = "chbOverallOne";
            this.chbOverallOne.Size = new System.Drawing.Size(67, 19);
            this.chbOverallOne.TabIndex = 1;
            this.chbOverallOne.Text = "Overall";
            this.chbOverallOne.UseVisualStyleBackColor = false;
            // 
            // graphOne
            // 
            chartArea3.Name = "Addition";
            this.graphOne.ChartAreas.Add(chartArea3);
            legend3.Name = "Legend1";
            this.graphOne.Legends.Add(legend3);
            this.graphOne.Location = new System.Drawing.Point(804, 53);
            this.graphOne.Name = "graphOne";
            series4.BorderWidth = 3;
            series4.ChartArea = "Addition";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series4.Color = System.Drawing.Color.Red;
            series4.CustomProperties = "LineTension=0.5";
            series4.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series4.Legend = "Legend1";
            series4.MarkerBorderColor = System.Drawing.Color.Black;
            series4.MarkerSize = 7;
            series4.Name = "Overall";
            series4.SmartLabelStyle.MaxMovingDistance = 10D;
            series5.BorderWidth = 3;
            series5.ChartArea = "Addition";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series5.Color = System.Drawing.Color.Yellow;
            series5.Legend = "Legend1";
            series5.MarkerBorderColor = System.Drawing.Color.Black;
            series5.Name = "Plus";
            series6.BorderWidth = 3;
            series6.ChartArea = "Addition";
            series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series6.Legend = "Legend1";
            series6.MarkerBorderColor = System.Drawing.Color.Black;
            series6.Name = "Minus";
            series7.BorderWidth = 3;
            series7.ChartArea = "Addition";
            series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series7.Color = System.Drawing.Color.Blue;
            series7.Legend = "Legend1";
            series7.MarkerBorderColor = System.Drawing.Color.Black;
            series7.Name = "Multiply";
            series8.BorderWidth = 3;
            series8.ChartArea = "Addition";
            series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            series8.Legend = "Legend1";
            series8.MarkerBorderColor = System.Drawing.Color.Black;
            series8.Name = "Divide";
            series8.ShadowColor = System.Drawing.Color.Silver;
            this.graphOne.Series.Add(series4);
            this.graphOne.Series.Add(series5);
            this.graphOne.Series.Add(series6);
            this.graphOne.Series.Add(series7);
            this.graphOne.Series.Add(series8);
            this.graphOne.Size = new System.Drawing.Size(716, 264);
            this.graphOne.TabIndex = 6;
            this.graphOne.Text = "chart1";
            title3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title3.Name = "Title1";
            title3.Text = "Your rating (%) in time";
            this.graphOne.Titles.Add(title3);
            // 
            // lblPieTotalOne
            // 
            this.lblPieTotalOne.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lblPieTotalOne.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPieTotalOne.Location = new System.Drawing.Point(692, 299);
            this.lblPieTotalOne.Name = "lblPieTotalOne";
            this.lblPieTotalOne.Size = new System.Drawing.Size(106, 18);
            this.lblPieTotalOne.TabIndex = 4;
            this.lblPieTotalOne.Text = "Total = 1264";
            this.lblPieTotalOne.TextAlign = System.Drawing.ContentAlignment.BottomRight;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
            this.groupBox1.Controls.Add(this.chbFourDigits);
            this.groupBox1.Controls.Add(this.chbThreeDigits);
            this.groupBox1.Controls.Add(this.chbTwoDigits);
            this.groupBox1.Controls.Add(this.chbOneDigit);
            this.groupBox1.Controls.Add(this.chbOverallTwo);
            this.groupBox1.Controls.Add(this.graphTwo);
            this.groupBox1.Controls.Add(this.lblPieTotalTwo);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.chrtPieTwo);
            this.groupBox1.Controls.Add(this.chrtProcentTwo);
            this.groupBox1.Controls.Add(this.cbxNumberOfDigits);
            this.groupBox1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(12, 368);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1537, 340);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Operation Statistics";
            // 
            // chbFourDigits
            // 
            this.chbFourDigits.AutoSize = true;
            this.chbFourDigits.BackColor = System.Drawing.Color.White;
            this.chbFourDigits.Checked = true;
            this.chbFourDigits.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbFourDigits.Location = new System.Drawing.Point(1424, 281);
            this.chbFourDigits.Name = "chbFourDigits";
            this.chbFourDigits.Size = new System.Drawing.Size(67, 19);
            this.chbFourDigits.TabIndex = 5;
            this.chbFourDigits.Text = "4 digits";
            this.chbFourDigits.UseVisualStyleBackColor = false;
            // 
            // chbThreeDigits
            // 
            this.chbThreeDigits.AutoSize = true;
            this.chbThreeDigits.BackColor = System.Drawing.Color.White;
            this.chbThreeDigits.Checked = true;
            this.chbThreeDigits.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbThreeDigits.Location = new System.Drawing.Point(1424, 256);
            this.chbThreeDigits.Name = "chbThreeDigits";
            this.chbThreeDigits.Size = new System.Drawing.Size(67, 19);
            this.chbThreeDigits.TabIndex = 4;
            this.chbThreeDigits.Text = "3 digits";
            this.chbThreeDigits.UseVisualStyleBackColor = false;
            // 
            // chbTwoDigits
            // 
            this.chbTwoDigits.AutoSize = true;
            this.chbTwoDigits.BackColor = System.Drawing.Color.White;
            this.chbTwoDigits.Checked = true;
            this.chbTwoDigits.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbTwoDigits.Location = new System.Drawing.Point(1424, 231);
            this.chbTwoDigits.Name = "chbTwoDigits";
            this.chbTwoDigits.Size = new System.Drawing.Size(67, 19);
            this.chbTwoDigits.TabIndex = 3;
            this.chbTwoDigits.Text = "2 digits";
            this.chbTwoDigits.UseVisualStyleBackColor = false;
            // 
            // chbOneDigit
            // 
            this.chbOneDigit.AutoSize = true;
            this.chbOneDigit.BackColor = System.Drawing.Color.White;
            this.chbOneDigit.Checked = true;
            this.chbOneDigit.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbOneDigit.Location = new System.Drawing.Point(1424, 206);
            this.chbOneDigit.Name = "chbOneDigit";
            this.chbOneDigit.Size = new System.Drawing.Size(61, 19);
            this.chbOneDigit.TabIndex = 2;
            this.chbOneDigit.Text = "1 digit";
            this.chbOneDigit.UseVisualStyleBackColor = false;
            // 
            // chbOverallTwo
            // 
            this.chbOverallTwo.AutoSize = true;
            this.chbOverallTwo.BackColor = System.Drawing.Color.White;
            this.chbOverallTwo.Checked = true;
            this.chbOverallTwo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chbOverallTwo.Location = new System.Drawing.Point(1424, 181);
            this.chbOverallTwo.Name = "chbOverallTwo";
            this.chbOverallTwo.Size = new System.Drawing.Size(67, 19);
            this.chbOverallTwo.TabIndex = 1;
            this.chbOverallTwo.Text = "Overall";
            this.chbOverallTwo.UseVisualStyleBackColor = false;
            // 
            // graphTwo
            // 
            chartArea4.Name = "Addition";
            this.graphTwo.ChartAreas.Add(chartArea4);
            legend4.Name = "Legend1";
            this.graphTwo.Legends.Add(legend4);
            this.graphTwo.Location = new System.Drawing.Point(804, 53);
            this.graphTwo.Name = "graphTwo";
            series9.BorderWidth = 3;
            series9.ChartArea = "Addition";
            series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series9.Color = System.Drawing.Color.Red;
            series9.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series9.Legend = "Legend1";
            series9.MarkerBorderColor = System.Drawing.Color.Black;
            series9.MarkerSize = 7;
            series9.Name = "Overall";
            series9.SmartLabelStyle.MaxMovingDistance = 10D;
            series10.BorderWidth = 3;
            series10.ChartArea = "Addition";
            series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series10.Color = System.Drawing.Color.Yellow;
            series10.Legend = "Legend1";
            series10.MarkerBorderColor = System.Drawing.Color.Black;
            series10.Name = "1 digit";
            series11.BorderWidth = 3;
            series11.ChartArea = "Addition";
            series11.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series11.Legend = "Legend1";
            series11.MarkerBorderColor = System.Drawing.Color.Black;
            series11.Name = "2 digits";
            series12.BorderWidth = 3;
            series12.ChartArea = "Addition";
            series12.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series12.Color = System.Drawing.Color.Blue;
            series12.Legend = "Legend1";
            series12.MarkerBorderColor = System.Drawing.Color.Black;
            series12.Name = "3 digits";
            series13.BorderWidth = 3;
            series13.ChartArea = "Addition";
            series13.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series13.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            series13.Legend = "Legend1";
            series13.MarkerBorderColor = System.Drawing.Color.Black;
            series13.Name = "4 digits";
            series13.ShadowColor = System.Drawing.Color.Silver;
            this.graphTwo.Series.Add(series9);
            this.graphTwo.Series.Add(series10);
            this.graphTwo.Series.Add(series11);
            this.graphTwo.Series.Add(series12);
            this.graphTwo.Series.Add(series13);
            this.graphTwo.Size = new System.Drawing.Size(716, 264);
            this.graphTwo.TabIndex = 7;
            this.graphTwo.Text = "chart1";
            title4.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title4.Name = "Title1";
            title4.Text = "Your rating (%) in time";
            this.graphTwo.Titles.Add(title4);
            // 
            // lblPieTotalTwo
            // 
            this.lblPieTotalTwo.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lblPieTotalTwo.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPieTotalTwo.Location = new System.Drawing.Point(692, 299);
            this.lblPieTotalTwo.Name = "lblPieTotalTwo";
            this.lblPieTotalTwo.Size = new System.Drawing.Size(106, 18);
            this.lblPieTotalTwo.TabIndex = 6;
            this.lblPieTotalTwo.Text = "Total = 1264";
            this.lblPieTotalTwo.TextAlign = System.Drawing.ContentAlignment.BottomRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(30, 25);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(163, 15);
            this.label2.TabIndex = 2;
            this.label2.Text = "Choose the number of digits:";
            // 
            // chrtPieTwo
            // 
            chartArea5.Name = "Addition";
            this.chrtPieTwo.ChartAreas.Add(chartArea5);
            legend5.Name = "Legend1";
            this.chrtPieTwo.Legends.Add(legend5);
            this.chrtPieTwo.Location = new System.Drawing.Point(498, 53);
            this.chrtPieTwo.Name = "chrtPieTwo";
            series14.ChartArea = "Addition";
            series14.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series14.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series14.IsValueShownAsLabel = true;
            series14.Legend = "Legend1";
            series14.Name = "All";
            series14.YValuesPerPoint = 2;
            this.chrtPieTwo.Series.Add(series14);
            this.chrtPieTwo.Size = new System.Drawing.Size(300, 264);
            this.chrtPieTwo.TabIndex = 3;
            this.chrtPieTwo.Text = "chart1";
            title5.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title5.Name = "Title1";
            title5.Text = "Number of";
            this.chrtPieTwo.Titles.Add(title5);
            // 
            // chrtProcentTwo
            // 
            chartArea6.Name = "Addition";
            this.chrtProcentTwo.ChartAreas.Add(chartArea6);
            legend6.Name = "Legend1";
            this.chrtProcentTwo.Legends.Add(legend6);
            this.chrtProcentTwo.Location = new System.Drawing.Point(29, 53);
            this.chrtProcentTwo.Name = "chrtProcentTwo";
            series15.ChartArea = "Addition";
            series15.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series15.IsValueShownAsLabel = true;
            series15.Legend = "Legend1";
            series15.Name = "Rating (%)";
            series16.ChartArea = "Addition";
            series16.Font = new System.Drawing.Font("Calibri", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series16.IsValueShownAsLabel = true;
            series16.LabelForeColor = System.Drawing.Color.Red;
            series16.Legend = "Legend1";
            series16.Name = "Time (sec)";
            this.chrtProcentTwo.Series.Add(series15);
            this.chrtProcentTwo.Series.Add(series16);
            this.chrtProcentTwo.Size = new System.Drawing.Size(463, 264);
            this.chrtProcentTwo.TabIndex = 0;
            this.chrtProcentTwo.Text = "chart1";
            title6.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title6.Name = "Title1";
            title6.Text = "Your rating (% correct)";
            this.chrtProcentTwo.Titles.Add(title6);
            // 
            // cbxNumberOfDigits
            // 
            this.cbxNumberOfDigits.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cbxNumberOfDigits.FormattingEnabled = true;
            this.cbxNumberOfDigits.Location = new System.Drawing.Point(198, 22);
            this.cbxNumberOfDigits.Name = "cbxNumberOfDigits";
            this.cbxNumberOfDigits.Size = new System.Drawing.Size(82, 23);
            this.cbxNumberOfDigits.TabIndex = 1;
            this.cbxNumberOfDigits.SelectedIndexChanged += new System.EventHandler(this.cbxNumberOfDigits_SelectedIndexChanged);
            // 
            // Statistics
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(1563, 711);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBoxOne);
            this.Name = "Statistics";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Your Statistics";
            ((System.ComponentModel.ISupportInitialize)(this.chrtProcentOne)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrtPieOne)).EndInit();
            this.groupBoxOne.ResumeLayout(false);
            this.groupBoxOne.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.graphOne)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.graphTwo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrtPieTwo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chrtProcentTwo)).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.TableLayoutPanel mainTableLayoutPanel;
     System.Windows.Forms.DataVisualization.Charting.ChartArea   chartArea1    = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel1  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel2  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel3  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel4  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel5  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel6  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel7  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel8  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.ChartArea   chartArea2    = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel9  = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel10 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel11 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel12 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel13 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel14 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel15 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel16 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.ChartArea   chartArea3    = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel17 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel18 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel19 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel20 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel21 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel22 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel23 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel24 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
     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.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();
     System.Windows.Forms.DataVisualization.Charting.Title       title4        = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea   chartArea4    = 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      series8       = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title       title5        = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chartTrajectory                = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chartHandshape                 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnUpdate                      = new System.Windows.Forms.Button();
     this.tabControl                     = new System.Windows.Forms.TabControl();
     this.tabPageFeatureVisualization    = new System.Windows.Forms.TabPage();
     this.tabPageFeatureVectorComparison = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1              = new System.Windows.Forms.TableLayoutPanel();
     this.checkedListBoxFeatureVector    = new System.Windows.Forms.CheckedListBox();
     this.flowLayoutPanel1               = new System.Windows.Forms.FlowLayoutPanel();
     this.btnLoadData                    = new System.Windows.Forms.Button();
     this.btnCompare                     = new System.Windows.Forms.Button();
     mainTableLayoutPanel                = new System.Windows.Forms.TableLayoutPanel();
     mainTableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartTrajectory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartHandshape)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabPageFeatureVisualization.SuspendLayout();
     this.tabPageFeatureVectorComparison.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainTableLayoutPanel
     //
     mainTableLayoutPanel.ColumnCount = 2;
     mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     mainTableLayoutPanel.Controls.Add(this.chartTrajectory, 0, 1);
     mainTableLayoutPanel.Controls.Add(this.chartHandshape, 0, 1);
     mainTableLayoutPanel.Controls.Add(this.btnUpdate, 0, 0);
     mainTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     mainTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     mainTableLayoutPanel.Name     = "mainTableLayoutPanel";
     mainTableLayoutPanel.RowCount = 2;
     mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     mainTableLayoutPanel.Size     = new System.Drawing.Size(1110, 516);
     mainTableLayoutPanel.TabIndex = 1;
     //
     // chartTrajectory
     //
     this.chartTrajectory.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
     this.chartTrajectory.BackGradientStyle    = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     this.chartTrajectory.BorderlineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
     this.chartTrajectory.BorderlineDashStyle  = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chartTrajectory.BorderlineWidth      = 2;
     this.chartTrajectory.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
     chartArea1.Area3DStyle.Inclination        = 15;
     chartArea1.Area3DStyle.IsClustered        = true;
     chartArea1.Area3DStyle.IsRightAngleAxes   = false;
     chartArea1.Area3DStyle.Perspective        = 10;
     chartArea1.Area3DStyle.Rotation           = 10;
     chartArea1.Area3DStyle.WallWidth          = 0;
     chartArea1.AxisX.CustomLabels.Add(customLabel1);
     chartArea1.AxisX.CustomLabels.Add(customLabel2);
     chartArea1.AxisX.CustomLabels.Add(customLabel3);
     chartArea1.AxisX.CustomLabels.Add(customLabel4);
     chartArea1.AxisX.CustomLabels.Add(customLabel5);
     chartArea1.AxisX.CustomLabels.Add(customLabel6);
     chartArea1.AxisX.CustomLabels.Add(customLabel7);
     chartArea1.AxisX.CustomLabels.Add(customLabel8);
     chartArea1.AxisX.LabelAutoFitMaxFontSize      = 8;
     chartArea1.AxisX.LabelStyle.Font              = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea1.AxisX.LabelStyle.IsEndLabelVisible = false;
     chartArea1.AxisX.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     chartArea1.AxisX.MajorGrid.Enabled       = false;
     chartArea1.AxisX.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.LabelAutoFitMaxFontSize = 8;
     chartArea1.AxisY.LabelStyle.Enabled      = false;
     chartArea1.AxisY.LabelStyle.Font         = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea1.AxisY.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.MajorGrid.Enabled       = false;
     chartArea1.AxisY.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.MajorTickMark.Enabled   = false;
     chartArea1.BackColor          = System.Drawing.Color.OldLace;
     chartArea1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea1.BackSecondaryColor = System.Drawing.Color.White;
     chartArea1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.Name                         = "charArea1stHalf";
     chartArea1.Position.Auto                = false;
     chartArea1.Position.Height              = 80F;
     chartArea1.Position.Width               = 33F;
     chartArea1.Position.Y                   = 15F;
     chartArea1.ShadowColor                  = System.Drawing.Color.Transparent;
     chartArea2.Area3DStyle.Inclination      = 15;
     chartArea2.Area3DStyle.IsClustered      = true;
     chartArea2.Area3DStyle.IsRightAngleAxes = false;
     chartArea2.Area3DStyle.Perspective      = 10;
     chartArea2.Area3DStyle.Rotation         = 10;
     chartArea2.Area3DStyle.WallWidth        = 0;
     chartArea2.AxisX.CustomLabels.Add(customLabel9);
     chartArea2.AxisX.CustomLabels.Add(customLabel10);
     chartArea2.AxisX.CustomLabels.Add(customLabel11);
     chartArea2.AxisX.CustomLabels.Add(customLabel12);
     chartArea2.AxisX.CustomLabels.Add(customLabel13);
     chartArea2.AxisX.CustomLabels.Add(customLabel14);
     chartArea2.AxisX.CustomLabels.Add(customLabel15);
     chartArea2.AxisX.CustomLabels.Add(customLabel16);
     chartArea2.AxisX.LabelAutoFitMaxFontSize      = 8;
     chartArea2.AxisX.LabelStyle.Font              = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea2.AxisX.LabelStyle.IsEndLabelVisible = false;
     chartArea2.AxisX.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea2.AxisX.MajorGrid.Enabled       = false;
     chartArea2.AxisX.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea2.AxisY.LabelAutoFitMaxFontSize = 8;
     chartArea2.AxisY.LabelStyle.Enabled      = false;
     chartArea2.AxisY.LabelStyle.Font         = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea2.AxisY.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea2.AxisY.MajorGrid.Enabled       = false;
     chartArea2.AxisY.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea2.AxisY.MajorTickMark.Enabled   = false;
     chartArea2.BackColor          = System.Drawing.Color.OldLace;
     chartArea2.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea2.BackSecondaryColor = System.Drawing.Color.White;
     chartArea2.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea2.Name                         = "charAreaAll";
     chartArea2.Position.Auto                = false;
     chartArea2.Position.Height              = 80F;
     chartArea2.Position.Width               = 33F;
     chartArea2.Position.X                   = 33F;
     chartArea2.Position.Y                   = 15F;
     chartArea2.ShadowColor                  = System.Drawing.Color.Transparent;
     chartArea3.Area3DStyle.Inclination      = 15;
     chartArea3.Area3DStyle.IsClustered      = true;
     chartArea3.Area3DStyle.IsRightAngleAxes = false;
     chartArea3.Area3DStyle.Perspective      = 10;
     chartArea3.Area3DStyle.Rotation         = 10;
     chartArea3.Area3DStyle.WallWidth        = 0;
     chartArea3.AxisX.CustomLabels.Add(customLabel17);
     chartArea3.AxisX.CustomLabels.Add(customLabel18);
     chartArea3.AxisX.CustomLabels.Add(customLabel19);
     chartArea3.AxisX.CustomLabels.Add(customLabel20);
     chartArea3.AxisX.CustomLabels.Add(customLabel21);
     chartArea3.AxisX.CustomLabels.Add(customLabel22);
     chartArea3.AxisX.CustomLabels.Add(customLabel23);
     chartArea3.AxisX.CustomLabels.Add(customLabel24);
     chartArea3.AxisX.LabelAutoFitMaxFontSize      = 8;
     chartArea3.AxisX.LabelStyle.Font              = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea3.AxisX.LabelStyle.IsEndLabelVisible = false;
     chartArea3.AxisX.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea3.AxisX.MajorGrid.Enabled       = false;
     chartArea3.AxisX.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea3.AxisY.LabelAutoFitMaxFontSize = 8;
     chartArea3.AxisY.LabelStyle.Enabled      = false;
     chartArea3.AxisY.LabelStyle.Font         = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea3.AxisY.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea3.AxisY.MajorGrid.Enabled       = false;
     chartArea3.AxisY.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea3.AxisY.MajorTickMark.Enabled   = false;
     chartArea3.BackColor          = System.Drawing.Color.OldLace;
     chartArea3.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea3.BackSecondaryColor = System.Drawing.Color.White;
     chartArea3.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea3.Name            = "charArea2ndHalf";
     chartArea3.Position.Auto   = false;
     chartArea3.Position.Height = 80F;
     chartArea3.Position.Width  = 33F;
     chartArea3.Position.X      = 66F;
     chartArea3.Position.Y      = 15F;
     chartArea3.ShadowColor     = System.Drawing.Color.Transparent;
     this.chartTrajectory.ChartAreas.Add(chartArea1);
     this.chartTrajectory.ChartAreas.Add(chartArea2);
     this.chartTrajectory.ChartAreas.Add(chartArea3);
     this.chartTrajectory.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.BackColor         = System.Drawing.Color.Transparent;
     legend1.Enabled           = false;
     legend1.Font          = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     legend1.IsTextAutoFit = false;
     legend1.Name          = "Default";
     this.chartTrajectory.Legends.Add(legend1);
     this.chartTrajectory.Location            = new System.Drawing.Point(558, 261);
     this.chartTrajectory.Name                = "chartTrajectory";
     this.chartTrajectory.Palette             = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     this.chartTrajectory.PaletteCustomColors = new System.Drawing.Color[] {
         System.Drawing.Color.Red,
         System.Drawing.Color.Red,
         System.Drawing.Color.Red,
         System.Drawing.Color.Lime,
         System.Drawing.Color.Blue,
         System.Drawing.Color.Lime,
         System.Drawing.Color.Blue
     };
     series1.ChartArea        = "charAreaAll";
     series1.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series1.CustomProperties = "AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series1.Legend           = "Default";
     series1.Name             = "All";
     series1.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea        = "charArea1stHalf";
     series2.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series2.CustomProperties = "AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series2.Legend           = "Default";
     series2.Name             = "1st Half";
     series3.ChartArea        = "charArea2ndHalf";
     series3.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series3.CustomProperties = "AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series3.Legend           = "Default";
     series3.Name             = "2nd Half";
     series4.BorderWidth      = 5;
     series4.ChartArea        = "charArea1stHalf";
     series4.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series4.CustomProperties = "RadarDrawingStyle=Line, AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series4.Legend           = "Default";
     series4.Name             = "1st Quarter";
     series5.BorderWidth      = 5;
     series5.ChartArea        = "charArea1stHalf";
     series5.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series5.CustomProperties = "RadarDrawingStyle=Line, AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series5.Legend           = "Default";
     series5.Name             = "2nd Quarter";
     series6.BorderWidth      = 5;
     series6.ChartArea        = "charArea2ndHalf";
     series6.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series6.CustomProperties = "RadarDrawingStyle=Line, AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series6.Legend           = "Default";
     series6.Name             = "3rd Quarter";
     series7.BorderWidth      = 5;
     series7.ChartArea        = "charArea2ndHalf";
     series7.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar;
     series7.CustomProperties = "RadarDrawingStyle=Line, AreaDrawingStyle=Polygon, EmptyPointValue=Zero";
     series7.Legend           = "Default";
     series7.Name             = "4th Quarter";
     this.chartTrajectory.Series.Add(series1);
     this.chartTrajectory.Series.Add(series2);
     this.chartTrajectory.Series.Add(series3);
     this.chartTrajectory.Series.Add(series4);
     this.chartTrajectory.Series.Add(series5);
     this.chartTrajectory.Series.Add(series6);
     this.chartTrajectory.Series.Add(series7);
     this.chartTrajectory.Size     = new System.Drawing.Size(549, 252);
     this.chartTrajectory.TabIndex = 4;
     title1.Font              = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold);
     title1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     title1.Name              = "title";
     title1.ShadowColor       = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     title1.ShadowOffset      = 3;
     title1.Text              = "Trajectory Probability Distrbution";
     title2.DockedToChartArea = "charArea1stHalf";
     title2.Docking           = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title2.DockingOffset     = 5;
     title2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name              = "title1stHalf";
     title2.Text              = "1st Half";
     title3.DockedToChartArea = "charAreaAll";
     title3.Docking           = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title3.DockingOffset     = 5;
     title3.Font              = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title3.Name              = "titleAll";
     title3.Text              = "All";
     title4.DockedToChartArea = "charArea2ndHalf";
     title4.Docking           = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     title4.DockingOffset     = 5;
     title4.Font              = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title4.Name              = "title2ndHalf";
     title4.Text              = "2nd Half";
     this.chartTrajectory.Titles.Add(title1);
     this.chartTrajectory.Titles.Add(title2);
     this.chartTrajectory.Titles.Add(title3);
     this.chartTrajectory.Titles.Add(title4);
     //
     // chartHandshape
     //
     this.chartHandshape.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
     this.chartHandshape.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     this.chartHandshape.BorderlineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
     this.chartHandshape.BorderlineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.chartHandshape.BorderlineWidth           = 2;
     this.chartHandshape.BorderSkin.SkinStyle      = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
     chartArea4.Area3DStyle.Inclination            = 15;
     chartArea4.Area3DStyle.IsClustered            = true;
     chartArea4.Area3DStyle.IsRightAngleAxes       = false;
     chartArea4.Area3DStyle.Perspective            = 10;
     chartArea4.Area3DStyle.Rotation               = 10;
     chartArea4.Area3DStyle.WallWidth              = 0;
     chartArea4.AxisX.LabelAutoFitMaxFontSize      = 8;
     chartArea4.AxisX.LabelStyle.Font              = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea4.AxisX.LabelStyle.IsEndLabelVisible = false;
     chartArea4.AxisX.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea4.AxisX.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea4.AxisY.LabelAutoFitMaxFontSize = 8;
     chartArea4.AxisY.LabelStyle.Font         = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea4.AxisY.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea4.AxisY.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea4.BackColor          = System.Drawing.Color.OldLace;
     chartArea4.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea4.BackSecondaryColor = System.Drawing.Color.White;
     chartArea4.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea4.Name        = "Default";
     chartArea4.ShadowColor = System.Drawing.Color.Transparent;
     this.chartHandshape.ChartAreas.Add(chartArea4);
     this.chartHandshape.Dock = System.Windows.Forms.DockStyle.Fill;
     legend2.BackColor        = System.Drawing.Color.Transparent;
     legend2.Enabled          = false;
     legend2.Font             = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     legend2.IsTextAutoFit    = false;
     legend2.Name             = "Default";
     this.chartHandshape.Legends.Add(legend2);
     this.chartHandshape.Location = new System.Drawing.Point(3, 261);
     this.chartHandshape.Name     = "chartHandshape";
     series8.ChartArea            = "Default";
     series8.ChartType            = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
     series8.Legend          = "Default";
     series8.Name            = "Series3";
     series8.YValuesPerPoint = 6;
     series8.YValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.chartHandshape.Series.Add(series8);
     this.chartHandshape.Size     = new System.Drawing.Size(549, 252);
     this.chartHandshape.TabIndex = 3;
     title5.Font         = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold);
     title5.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     title5.Name         = "Title1";
     title5.ShadowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     title5.ShadowOffset = 3;
     title5.Text         = "Handshape Probability Distrbution";
     this.chartHandshape.Titles.Add(title5);
     //
     // btnUpdate
     //
     this.btnUpdate.Location = new System.Drawing.Point(3, 3);
     this.btnUpdate.Name     = "btnUpdate";
     this.btnUpdate.Size     = new System.Drawing.Size(75, 23);
     this.btnUpdate.TabIndex = 5;
     this.btnUpdate.Text     = "Update";
     this.btnUpdate.UseVisualStyleBackColor = true;
     this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPageFeatureVisualization);
     this.tabControl.Controls.Add(this.tabPageFeatureVectorComparison);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Margin        = new System.Windows.Forms.Padding(0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(1118, 542);
     this.tabControl.TabIndex      = 1;
     //
     // tabPageFeatureVisualization
     //
     this.tabPageFeatureVisualization.Controls.Add(mainTableLayoutPanel);
     this.tabPageFeatureVisualization.Location = new System.Drawing.Point(4, 22);
     this.tabPageFeatureVisualization.Margin   = new System.Windows.Forms.Padding(0);
     this.tabPageFeatureVisualization.Name     = "tabPageFeatureVisualization";
     this.tabPageFeatureVisualization.Size     = new System.Drawing.Size(1110, 516);
     this.tabPageFeatureVisualization.TabIndex = 0;
     this.tabPageFeatureVisualization.Text     = "Feature Visualization";
     this.tabPageFeatureVisualization.UseVisualStyleBackColor = true;
     //
     // tabPageFeatureVectorComparison
     //
     this.tabPageFeatureVectorComparison.Controls.Add(this.tableLayoutPanel1);
     this.tabPageFeatureVectorComparison.Location = new System.Drawing.Point(4, 22);
     this.tabPageFeatureVectorComparison.Margin   = new System.Windows.Forms.Padding(0);
     this.tabPageFeatureVectorComparison.Name     = "tabPageFeatureVectorComparison";
     this.tabPageFeatureVectorComparison.Size     = new System.Drawing.Size(1110, 516);
     this.tabPageFeatureVectorComparison.TabIndex = 1;
     this.tabPageFeatureVectorComparison.Text     = "Feature Vector Comparison";
     this.tabPageFeatureVectorComparison.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.checkedListBoxFeatureVector, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 0);
     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.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1110, 516);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // checkedListBoxFeatureVector
     //
     this.checkedListBoxFeatureVector.CheckOnClick      = true;
     this.checkedListBoxFeatureVector.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.checkedListBoxFeatureVector.FormattingEnabled = true;
     this.checkedListBoxFeatureVector.Location          = new System.Drawing.Point(3, 3);
     this.checkedListBoxFeatureVector.MultiColumn       = true;
     this.checkedListBoxFeatureVector.Name              = "checkedListBoxFeatureVector";
     this.checkedListBoxFeatureVector.Size              = new System.Drawing.Size(549, 252);
     this.checkedListBoxFeatureVector.TabIndex          = 1;
     this.checkedListBoxFeatureVector.ItemCheck        += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBoxFeatureVector_ItemCheck);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnLoadData);
     this.flowLayoutPanel1.Controls.Add(this.btnCompare);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(555, 0);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(555, 258);
     this.flowLayoutPanel1.TabIndex      = 2;
     //
     // btnLoadData
     //
     this.btnLoadData.Location = new System.Drawing.Point(3, 3);
     this.btnLoadData.Name     = "btnLoadData";
     this.btnLoadData.Size     = new System.Drawing.Size(75, 23);
     this.btnLoadData.TabIndex = 0;
     this.btnLoadData.Text     = "Load Data";
     this.btnLoadData.UseVisualStyleBackColor = true;
     this.btnLoadData.Click += new System.EventHandler(this.btnLoadData_Click);
     //
     // btnCompare
     //
     this.btnCompare.Enabled  = false;
     this.btnCompare.Location = new System.Drawing.Point(3, 32);
     this.btnCompare.Name     = "btnCompare";
     this.btnCompare.Size     = new System.Drawing.Size(75, 23);
     this.btnCompare.TabIndex = 2;
     this.btnCompare.Text     = "Compare";
     this.btnCompare.UseVisualStyleBackColor = true;
     this.btnCompare.Click += new System.EventHandler(this.btnCompare_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1118, 542);
     this.Controls.Add(this.tabControl);
     this.Name        = "MainForm";
     this.Text        = "Hand Shape Visualization Plaform";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.MainForm_Load);
     mainTableLayoutPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartTrajectory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartHandshape)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabPageFeatureVisualization.ResumeLayout(false);
     this.tabPageFeatureVectorComparison.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.masterPanel = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.RopButton = new System.Windows.Forms.Button();
            this.inputGroupBox = new System.Windows.Forms.GroupBox();
            this.inputStatusButton = new System.Windows.Forms.Button();
            this.inputBrowseButton = new System.Windows.Forms.Button();
            this.inputTextBox = new System.Windows.Forms.TextBox();
            this.inputLabel = new System.Windows.Forms.Label();
            this.openDataFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.InputDataGroupBox = new System.Windows.Forms.GroupBox();
            this.CalculatedDataGroupBox = new System.Windows.Forms.GroupBox();
            this.plotChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.rawPanel = new System.Windows.Forms.Panel();
            this.calculatedPanel = new System.Windows.Forms.Panel();
            this.writeButton = new System.Windows.Forms.Button();
            this.exitButton = new System.Windows.Forms.Button();
            this.saveDataFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.BitDepthButton = new System.Windows.Forms.Button();
            this.masterPanel.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.inputGroupBox.SuspendLayout();
            this.InputDataGroupBox.SuspendLayout();
            this.CalculatedDataGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.plotChart)).BeginInit();
            this.SuspendLayout();
            // 
            // masterPanel
            // 
            this.masterPanel.Controls.Add(this.exitButton);
            this.masterPanel.Controls.Add(this.writeButton);
            this.masterPanel.Controls.Add(this.groupBox2);
            this.masterPanel.Controls.Add(this.groupBox1);
            this.masterPanel.Controls.Add(this.inputGroupBox);
            this.masterPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.masterPanel.Location = new System.Drawing.Point(0, 0);
            this.masterPanel.Name = "masterPanel";
            this.masterPanel.Size = new System.Drawing.Size(784, 562);
            this.masterPanel.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.plotChart);
            this.groupBox2.Controls.Add(this.CalculatedDataGroupBox);
            this.groupBox2.Controls.Add(this.InputDataGroupBox);
            this.groupBox2.Location = new System.Drawing.Point(12, 167);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(760, 351);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Output";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.BitDepthButton);
            this.groupBox1.Controls.Add(this.RopButton);
            this.groupBox1.Location = new System.Drawing.Point(12, 82);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(760, 79);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Calculations";
            // 
            // RopButton
            // 
            this.RopButton.Location = new System.Drawing.Point(9, 19);
            this.RopButton.Name = "RopButton";
            this.RopButton.Size = new System.Drawing.Size(125, 23);
            this.RopButton.TabIndex = 0;
            this.RopButton.Text = "Compute ROP";
            this.RopButton.UseVisualStyleBackColor = true;
            this.RopButton.Click += new System.EventHandler(this.ComputeRopClick);
            // 
            // inputGroupBox
            // 
            this.inputGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.inputGroupBox.Controls.Add(this.inputStatusButton);
            this.inputGroupBox.Controls.Add(this.inputBrowseButton);
            this.inputGroupBox.Controls.Add(this.inputTextBox);
            this.inputGroupBox.Controls.Add(this.inputLabel);
            this.inputGroupBox.Location = new System.Drawing.Point(12, 12);
            this.inputGroupBox.Name = "inputGroupBox";
            this.inputGroupBox.Size = new System.Drawing.Size(760, 64);
            this.inputGroupBox.TabIndex = 0;
            this.inputGroupBox.TabStop = false;
            this.inputGroupBox.Text = "Data Input";
            // 
            // inputStatusButton
            // 
            this.inputStatusButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.inputStatusButton.Location = new System.Drawing.Point(586, 26);
            this.inputStatusButton.Name = "inputStatusButton";
            this.inputStatusButton.Size = new System.Drawing.Size(168, 23);
            this.inputStatusButton.TabIndex = 3;
            this.inputStatusButton.Text = "No Data Loaded - Load Data";
            this.inputStatusButton.UseVisualStyleBackColor = true;
            this.inputStatusButton.Click += new System.EventHandler(this.InputStatusButtonClick);
            // 
            // inputBrowseButton
            // 
            this.inputBrowseButton.Location = new System.Drawing.Point(377, 26);
            this.inputBrowseButton.Name = "inputBrowseButton";
            this.inputBrowseButton.Size = new System.Drawing.Size(98, 23);
            this.inputBrowseButton.TabIndex = 2;
            this.inputBrowseButton.Text = "Browse";
            this.inputBrowseButton.UseVisualStyleBackColor = true;
            this.inputBrowseButton.Click += new System.EventHandler(this.InputBrowseButtonClick);
            // 
            // inputTextBox
            // 
            this.inputTextBox.Location = new System.Drawing.Point(121, 28);
            this.inputTextBox.Name = "inputTextBox";
            this.inputTextBox.Size = new System.Drawing.Size(250, 20);
            this.inputTextBox.TabIndex = 1;
            // 
            // inputLabel
            // 
            this.inputLabel.AutoSize = true;
            this.inputLabel.Location = new System.Drawing.Point(6, 31);
            this.inputLabel.Name = "inputLabel";
            this.inputLabel.Size = new System.Drawing.Size(109, 13);
            this.inputLabel.TabIndex = 0;
            this.inputLabel.Text = "Input Data File (.CSV)";
            // 
            // openDataFileDialog
            // 
            this.openDataFileDialog.FileName = "SampleData.csv";
            this.openDataFileDialog.Filter = "\"CSV Files|*.csv|All Files|*.*";
            // 
            // InputDataGroupBox
            // 
            this.InputDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.InputDataGroupBox.Controls.Add(this.rawPanel);
            this.InputDataGroupBox.Location = new System.Drawing.Point(9, 20);
            this.InputDataGroupBox.Name = "InputDataGroupBox";
            this.InputDataGroupBox.Size = new System.Drawing.Size(125, 325);
            this.InputDataGroupBox.TabIndex = 0;
            this.InputDataGroupBox.TabStop = false;
            this.InputDataGroupBox.Text = "Input Data";
            // 
            // CalculatedDataGroupBox
            // 
            this.CalculatedDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.CalculatedDataGroupBox.Controls.Add(this.calculatedPanel);
            this.CalculatedDataGroupBox.Location = new System.Drawing.Point(629, 17);
            this.CalculatedDataGroupBox.Name = "CalculatedDataGroupBox";
            this.CalculatedDataGroupBox.Size = new System.Drawing.Size(125, 325);
            this.CalculatedDataGroupBox.TabIndex = 1;
            this.CalculatedDataGroupBox.TabStop = false;
            this.CalculatedDataGroupBox.Text = "Calculated Data";
            // 
            // plotChart
            // 
            this.plotChart.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.AxisX.Minimum = 0D;
            chartArea1.AxisX.Title = "Elapsed Time in Seconds";
            chartArea1.CursorX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Seconds;
            chartArea1.CursorX.IsUserEnabled = true;
            chartArea1.CursorX.IsUserSelectionEnabled = true;
            chartArea1.CursorX.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot;
            chartArea1.CursorX.LineWidth = 2;
            chartArea1.CursorX.SelectionColor = System.Drawing.Color.Gold;
            chartArea1.CursorY.IsUserEnabled = true;
            chartArea1.CursorY.IsUserSelectionEnabled = true;
            chartArea1.CursorY.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot;
            chartArea1.CursorY.LineWidth = 2;
            chartArea1.CursorY.SelectionColor = System.Drawing.Color.Gold;
            chartArea1.Name = "ChartArea1";
            this.plotChart.ChartAreas.Add(chartArea1);
            legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
            legend1.Name = "Data Trace";
            legend1.TableStyle = System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Tall;
            this.plotChart.Legends.Add(legend1);
            this.plotChart.Location = new System.Drawing.Point(140, 33);
            this.plotChart.Name = "plotChart";
            this.plotChart.Size = new System.Drawing.Size(486, 309);
            this.plotChart.TabIndex = 2;
            this.plotChart.Text = "Data Visualization";
            title1.Name = "Title1";
            title1.Text = "Rig Data Display in Seconds";
            this.plotChart.Titles.Add(title1);
            // 
            // rawPanel
            // 
            this.rawPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rawPanel.Location = new System.Drawing.Point(3, 16);
            this.rawPanel.Name = "rawPanel";
            this.rawPanel.Size = new System.Drawing.Size(119, 306);
            this.rawPanel.TabIndex = 0;
            // 
            // calculatedPanel
            // 
            this.calculatedPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.calculatedPanel.Location = new System.Drawing.Point(3, 16);
            this.calculatedPanel.Name = "calculatedPanel";
            this.calculatedPanel.Size = new System.Drawing.Size(119, 306);
            this.calculatedPanel.TabIndex = 0;
            // 
            // writeButton
            // 
            this.writeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.writeButton.Location = new System.Drawing.Point(24, 527);
            this.writeButton.Name = "writeButton";
            this.writeButton.Size = new System.Drawing.Size(119, 23);
            this.writeButton.TabIndex = 3;
            this.writeButton.Text = "Write CSV output";
            this.writeButton.UseVisualStyleBackColor = true;
            this.writeButton.Click += new System.EventHandler(this.WriteButtonClick);
            // 
            // exitButton
            // 
            this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.exitButton.Location = new System.Drawing.Point(644, 527);
            this.exitButton.Name = "exitButton";
            this.exitButton.Size = new System.Drawing.Size(119, 23);
            this.exitButton.TabIndex = 4;
            this.exitButton.Text = "Exit";
            this.exitButton.UseVisualStyleBackColor = true;
            this.exitButton.Click += new System.EventHandler(this.ExitClick);
            // 
            // saveDataFileDialog
            // 
            this.saveDataFileDialog.FileName = "DQAOutput.csv";
            this.saveDataFileDialog.Filter = "\"CSV Files|*.csv|All Files|*.*";
            // 
            // BitDepthButton
            // 
            this.BitDepthButton.Location = new System.Drawing.Point(140, 19);
            this.BitDepthButton.Name = "BitDepthButton";
            this.BitDepthButton.Size = new System.Drawing.Size(125, 23);
            this.BitDepthButton.TabIndex = 1;
            this.BitDepthButton.Text = "Compute Bit Depth";
            this.BitDepthButton.UseVisualStyleBackColor = true;
            this.BitDepthButton.Click += new System.EventHandler(this.ComputeBitDepthClick);
            // 
            // MasterForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(this.masterPanel);
            this.Name = "MasterForm";
            this.Text = "SPE DSA-TS DQA Surface Derived Data Calculations";
            this.masterPanel.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.inputGroupBox.ResumeLayout(false);
            this.inputGroupBox.PerformLayout();
            this.InputDataGroupBox.ResumeLayout(false);
            this.CalculatedDataGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.plotChart)).EndInit();
            this.ResumeLayout(false);

        }
Example #49
0
 /// <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()
 {
     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.groupBox1         = new System.Windows.Forms.GroupBox();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.btnSiguienteRND   = new System.Windows.Forms.Button();
     this.groupBox4         = new System.Windows.Forms.GroupBox();
     this.lblFormulaC2      = new System.Windows.Forms.Label();
     this.lblFormulaA       = new System.Windows.Forms.Label();
     this.label15           = new System.Windows.Forms.Label();
     this.label14           = new System.Windows.Forms.Label();
     this.lblFormulaC1      = new System.Windows.Forms.Label();
     this.label12           = new System.Windows.Forms.Label();
     this.label11           = new System.Windows.Forms.Label();
     this.lblFormula        = new System.Windows.Forms.Label();
     this.btnClear          = new System.Windows.Forms.Button();
     this.Integrantes       = new System.Windows.Forms.GroupBox();
     this.label17           = new System.Windows.Forms.Label();
     this.label16           = new System.Windows.Forms.Label();
     this.label10           = new System.Windows.Forms.Label();
     this.label9            = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.btnGenerar        = new System.Windows.Forms.Button();
     this.grilla            = new System.Windows.Forms.DataGridView();
     this.posicion          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.random            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txtTamanio        = new System.Windows.Forms.TextBox();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.txtG              = new System.Windows.Forms.TextBox();
     this.txtC              = new System.Windows.Forms.TextBox();
     this.txtK              = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.txtX              = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.rbLenguaje        = new System.Windows.Forms.RadioButton();
     this.rbMultiplicativo  = new System.Windows.Forms.RadioButton();
     this.rbMixto           = new System.Windows.Forms.RadioButton();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.btnMostrarFe      = new System.Windows.Forms.Button();
     this.label13           = new System.Windows.Forms.Label();
     this.lblGradosLibertad = new System.Windows.Forms.Label();
     this.chrGrafico        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.dgvTablaFecuencia = new System.Windows.Forms.DataGridView();
     this.btnHistograma     = new System.Windows.Forms.Button();
     this.cmbIntervalo      = new System.Windows.Forms.ComboBox();
     this.label6            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.Integrantes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grilla)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chrGrafico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTablaFecuencia)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.btnClear);
     this.groupBox1.Controls.Add(this.Integrantes);
     this.groupBox1.Controls.Add(this.btnGenerar);
     this.groupBox1.Controls.Add(this.grilla);
     this.groupBox1.Controls.Add(this.txtTamanio);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtG);
     this.groupBox1.Controls.Add(this.txtC);
     this.groupBox1.Controls.Add(this.txtK);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtX);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.rbLenguaje);
     this.groupBox1.Controls.Add(this.rbMultiplicativo);
     this.groupBox1.Controls.Add(this.rbMixto);
     this.groupBox1.Location = new System.Drawing.Point(10, 10);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(2);
     this.groupBox1.Size     = new System.Drawing.Size(458, 688);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Parámetros";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.groupBox3.Controls.Add(this.btnSiguienteRND);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox3.Location  = new System.Drawing.Point(6, 203);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(187, 80);
     this.groupBox3.TabIndex  = 15;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Siguiente RND";
     this.groupBox3.Visible   = false;
     //
     // btnSiguienteRND
     //
     this.btnSiguienteRND.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.btnSiguienteRND.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSiguienteRND.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.btnSiguienteRND.Location  = new System.Drawing.Point(7, 27);
     this.btnSiguienteRND.Margin    = new System.Windows.Forms.Padding(2);
     this.btnSiguienteRND.Name      = "btnSiguienteRND";
     this.btnSiguienteRND.Size      = new System.Drawing.Size(175, 31);
     this.btnSiguienteRND.TabIndex  = 16;
     this.btnSiguienteRND.Text      = "Generar RND";
     this.btnSiguienteRND.UseVisualStyleBackColor = false;
     this.btnSiguienteRND.Click += new System.EventHandler(this.btnSiguienteRND_Click);
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.groupBox4.Controls.Add(this.lblFormulaC2);
     this.groupBox4.Controls.Add(this.lblFormulaA);
     this.groupBox4.Controls.Add(this.label15);
     this.groupBox4.Controls.Add(this.label14);
     this.groupBox4.Controls.Add(this.lblFormulaC1);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.lblFormula);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox4.Location  = new System.Drawing.Point(6, 293);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(185, 206);
     this.groupBox4.TabIndex  = 16;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Fórmula";
     //
     // lblFormulaC2
     //
     this.lblFormulaC2.AutoSize = true;
     this.lblFormulaC2.Location = new System.Drawing.Point(17, 175);
     this.lblFormulaC2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFormulaC2.Name     = "lblFormulaC2";
     this.lblFormulaC2.Size     = new System.Drawing.Size(136, 13);
     this.lblFormulaC2.TabIndex = 25;
     this.lblFormulaC2.Text     = "c = relativamente primo a m";
     //
     // lblFormulaA
     //
     this.lblFormulaA.AutoSize = true;
     this.lblFormulaA.Location = new System.Drawing.Point(17, 159);
     this.lblFormulaA.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFormulaA.Name     = "lblFormulaA";
     this.lblFormulaA.Size     = new System.Drawing.Size(65, 13);
     this.lblFormulaA.TabIndex = 24;
     this.lblFormulaA.Text     = "a = 1 + 4 * k";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(17, 142);
     this.label15.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(131, 13);
     this.label15.TabIndex = 23;
     this.label15.Text     = "m = 2^g (g número entero)";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(17, 92);
     this.label14.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(61, 13);
     this.label14.TabIndex = 22;
     this.label14.Text     = "m = módulo";
     //
     // lblFormulaC1
     //
     this.lblFormulaC1.AutoSize = true;
     this.lblFormulaC1.Location = new System.Drawing.Point(17, 110);
     this.lblFormulaC1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFormulaC1.Name     = "lblFormulaC1";
     this.lblFormulaC1.Size     = new System.Drawing.Size(74, 13);
     this.lblFormulaC1.TabIndex = 21;
     this.lblFormulaC1.Text     = "c = cte aditiva";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(17, 75);
     this.label12.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(103, 13);
     this.label12.TabIndex = 20;
     this.label12.Text     = "a = cte multiplicativa";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(15, 58);
     this.label11.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(63, 13);
     this.label11.TabIndex = 19;
     this.label11.Text     = "X0 = semilla";
     //
     // lblFormula
     //
     this.lblFormula.AutoSize = true;
     this.lblFormula.Location = new System.Drawing.Point(15, 28);
     this.lblFormula.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFormula.Name     = "lblFormula";
     this.lblFormula.Size     = new System.Drawing.Size(111, 13);
     this.lblFormula.TabIndex = 18;
     this.lblFormula.Text     = "Xi+1 = ( a * Xi ) mod m";
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(6, 206);
     this.btnClear.Margin   = new System.Windows.Forms.Padding(2);
     this.btnClear.Name     = "btnClear";
     this.btnClear.Size     = new System.Drawing.Size(184, 24);
     this.btnClear.TabIndex = 15;
     this.btnClear.Text     = "Limpiar";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Visible = false;
     this.btnClear.Click  += new System.EventHandler(this.btnClear_Click);
     //
     // Integrantes
     //
     this.Integrantes.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.Integrantes.Controls.Add(this.label17);
     this.Integrantes.Controls.Add(this.label16);
     this.Integrantes.Controls.Add(this.label10);
     this.Integrantes.Controls.Add(this.label9);
     this.Integrantes.Controls.Add(this.label8);
     this.Integrantes.Controls.Add(this.label7);
     this.Integrantes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Integrantes.Location  = new System.Drawing.Point(8, 505);
     this.Integrantes.Name      = "Integrantes";
     this.Integrantes.Size      = new System.Drawing.Size(185, 178);
     this.Integrantes.TabIndex  = 14;
     this.Integrantes.TabStop   = false;
     this.Integrantes.Text      = "Grupo N2";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(15, 146);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(84, 13);
     this.label17.TabIndex = 5;
     this.label17.Text     = "Rodriguez Jorge";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(15, 119);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(79, 13);
     this.label16.TabIndex = 4;
     this.label16.Text     = "Panero Agustin";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(15, 97);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(86, 13);
     this.label10.TabIndex = 3;
     this.label10.Text     = "Gomez Benjamin";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(13, 53);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(69, 13);
     this.label9.TabIndex = 2;
     this.label9.Text     = "Chavez Juan";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(13, 75);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(76, 13);
     this.label8.TabIndex = 1;
     this.label8.Text     = "Gaiga Marcela";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(13, 30);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(76, 13);
     this.label7.TabIndex = 0;
     this.label7.Text     = "Ardiles Hernan";
     //
     // btnGenerar
     //
     this.btnGenerar.BackColor = System.Drawing.SystemColors.HotTrack;
     this.btnGenerar.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGenerar.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.btnGenerar.Location  = new System.Drawing.Point(8, 150);
     this.btnGenerar.Margin    = new System.Windows.Forms.Padding(2);
     this.btnGenerar.Name      = "btnGenerar";
     this.btnGenerar.Size      = new System.Drawing.Size(182, 43);
     this.btnGenerar.TabIndex  = 13;
     this.btnGenerar.Text      = "Generar";
     this.btnGenerar.UseVisualStyleBackColor = false;
     this.btnGenerar.Click += new System.EventHandler(this.btnGenerar_Click);
     //
     // grilla
     //
     this.grilla.AllowUserToAddRows          = false;
     this.grilla.AllowUserToDeleteRows       = false;
     this.grilla.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.posicion,
         this.random
     });
     this.grilla.Location                = new System.Drawing.Point(195, 14);
     this.grilla.Margin                  = new System.Windows.Forms.Padding(2);
     this.grilla.Name                    = "grilla";
     this.grilla.ReadOnly                = true;
     this.grilla.RowHeadersWidth         = 51;
     this.grilla.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.grilla.RowTemplate.Height      = 24;
     this.grilla.Size                    = new System.Drawing.Size(259, 669);
     this.grilla.TabIndex                = 2;
     //
     // posicion
     //
     this.posicion.DataPropertyName = "posicion";
     this.posicion.Frozen           = true;
     this.posicion.HeaderText       = "Posición";
     this.posicion.MinimumWidth     = 6;
     this.posicion.Name             = "posicion";
     this.posicion.ReadOnly         = true;
     this.posicion.Width            = 125;
     //
     // random
     //
     this.random.DataPropertyName = "random";
     this.random.Frozen           = true;
     this.random.HeaderText       = "Random";
     this.random.MinimumWidth     = 6;
     this.random.Name             = "random";
     this.random.ReadOnly         = true;
     this.random.Width            = 125;
     //
     // txtTamanio
     //
     this.txtTamanio.Location = new System.Drawing.Point(54, 110);
     this.txtTamanio.Margin   = new System.Windows.Forms.Padding(2);
     this.txtTamanio.Name     = "txtTamanio";
     this.txtTamanio.Size     = new System.Drawing.Size(72, 20);
     this.txtTamanio.TabIndex = 12;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(5, 112);
     this.label5.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(46, 13);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Tamaño";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(145, 89);
     this.label4.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(13, 13);
     this.label4.TabIndex = 10;
     this.label4.Text     = "g";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(98, 89);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(13, 13);
     this.label3.TabIndex = 9;
     this.label3.Text     = "c";
     //
     // txtG
     //
     this.txtG.Location     = new System.Drawing.Point(164, 86);
     this.txtG.Margin       = new System.Windows.Forms.Padding(2);
     this.txtG.Name         = "txtG";
     this.txtG.Size         = new System.Drawing.Size(27, 20);
     this.txtG.TabIndex     = 8;
     this.txtG.TextChanged += new System.EventHandler(this.txtG_TextChanged);
     //
     // txtC
     //
     this.txtC.Location     = new System.Drawing.Point(114, 86);
     this.txtC.Margin       = new System.Windows.Forms.Padding(2);
     this.txtC.Name         = "txtC";
     this.txtC.Size         = new System.Drawing.Size(27, 20);
     this.txtC.TabIndex     = 7;
     this.txtC.TextChanged += new System.EventHandler(this.txtC_TextChanged);
     //
     // txtK
     //
     this.txtK.Location     = new System.Drawing.Point(68, 86);
     this.txtK.Margin       = new System.Windows.Forms.Padding(2);
     this.txtK.Name         = "txtK";
     this.txtK.Size         = new System.Drawing.Size(27, 20);
     this.txtK.TabIndex     = 6;
     this.txtK.TextChanged += new System.EventHandler(this.txtK_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(51, 89);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(13, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "k";
     //
     // txtX
     //
     this.txtX.Location     = new System.Drawing.Point(20, 86);
     this.txtX.Margin       = new System.Windows.Forms.Padding(2);
     this.txtX.Name         = "txtX";
     this.txtX.Size         = new System.Drawing.Size(27, 20);
     this.txtX.TabIndex     = 4;
     this.txtX.TextChanged += new System.EventHandler(this.txtX_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 89);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(12, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "x";
     //
     // rbLenguaje
     //
     this.rbLenguaje.AutoSize = true;
     this.rbLenguaje.Location = new System.Drawing.Point(5, 63);
     this.rbLenguaje.Margin   = new System.Windows.Forms.Padding(2);
     this.rbLenguaje.Name     = "rbLenguaje";
     this.rbLenguaje.Size     = new System.Drawing.Size(69, 17);
     this.rbLenguaje.TabIndex = 2;
     this.rbLenguaje.TabStop  = true;
     this.rbLenguaje.Text     = "Lenguaje";
     this.rbLenguaje.UseVisualStyleBackColor = true;
     this.rbLenguaje.CheckedChanged         += new System.EventHandler(this.rbLenguaje_CheckedChanged);
     //
     // rbMultiplicativo
     //
     this.rbMultiplicativo.AutoSize = true;
     this.rbMultiplicativo.Location = new System.Drawing.Point(5, 41);
     this.rbMultiplicativo.Margin   = new System.Windows.Forms.Padding(2);
     this.rbMultiplicativo.Name     = "rbMultiplicativo";
     this.rbMultiplicativo.Size     = new System.Drawing.Size(86, 17);
     this.rbMultiplicativo.TabIndex = 1;
     this.rbMultiplicativo.TabStop  = true;
     this.rbMultiplicativo.Text     = "Multiplicativo";
     this.rbMultiplicativo.UseVisualStyleBackColor = true;
     this.rbMultiplicativo.CheckedChanged         += new System.EventHandler(this.rbMultiplicativo_CheckedChanged);
     //
     // rbMixto
     //
     this.rbMixto.AutoSize = true;
     this.rbMixto.Location = new System.Drawing.Point(5, 18);
     this.rbMixto.Margin   = new System.Windows.Forms.Padding(2);
     this.rbMixto.Name     = "rbMixto";
     this.rbMixto.Size     = new System.Drawing.Size(53, 17);
     this.rbMixto.TabIndex = 0;
     this.rbMixto.TabStop  = true;
     this.rbMixto.Text     = "Lineal";
     this.rbMixto.UseVisualStyleBackColor = true;
     this.rbMixto.CheckedChanged         += new System.EventHandler(this.rbLineal_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnMostrarFe);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.lblGradosLibertad);
     this.groupBox2.Controls.Add(this.chrGrafico);
     this.groupBox2.Controls.Add(this.dgvTablaFecuencia);
     this.groupBox2.Controls.Add(this.btnHistograma);
     this.groupBox2.Controls.Add(this.cmbIntervalo);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Location = new System.Drawing.Point(472, 9);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(2);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(2);
     this.groupBox2.Size     = new System.Drawing.Size(678, 689);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Histograma";
     //
     // btnMostrarFe
     //
     this.btnMostrarFe.Location = new System.Drawing.Point(593, 598);
     this.btnMostrarFe.Name     = "btnMostrarFe";
     this.btnMostrarFe.Size     = new System.Drawing.Size(75, 23);
     this.btnMostrarFe.TabIndex = 27;
     this.btnMostrarFe.Text     = "mostrar fe";
     this.btnMostrarFe.UseVisualStyleBackColor = true;
     this.btnMostrarFe.Visible = false;
     this.btnMostrarFe.Click  += new System.EventHandler(this.btnMostrarFe_Click);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(270, 21);
     this.label13.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(225, 13);
     this.label13.TabIndex = 26;
     this.label13.Text     = "Intervalos: Inferior (cerrado) - Superior (abierto)";
     //
     // lblGradosLibertad
     //
     this.lblGradosLibertad.AutoSize = true;
     this.lblGradosLibertad.Location = new System.Drawing.Point(4, 299);
     this.lblGradosLibertad.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblGradosLibertad.Name     = "lblGradosLibertad";
     this.lblGradosLibertad.Size     = new System.Drawing.Size(0, 13);
     this.lblGradosLibertad.TabIndex = 5;
     //
     // chrGrafico
     //
     chartArea1.AxisX.IsLabelAutoFit         = false;
     chartArea1.AxisX.LabelStyle.IsStaggered = true;
     chartArea1.Name = "ChartArea1";
     this.chrGrafico.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chrGrafico.Legends.Add(legend1);
     this.chrGrafico.Location    = new System.Drawing.Point(4, 299);
     this.chrGrafico.Margin      = new System.Windows.Forms.Padding(2);
     this.chrGrafico.Name        = "chrGrafico";
     this.chrGrafico.RightToLeft = System.Windows.Forms.RightToLeft.No;
     series1.ChartArea           = "ChartArea1";
     series1.Legend    = "Legend1";
     series1.Name      = "Series1";
     series2.ChartArea = "ChartArea1";
     series2.Legend    = "Legend1";
     series2.Name      = "Series2";
     this.chrGrafico.Series.Add(series1);
     this.chrGrafico.Series.Add(series2);
     this.chrGrafico.Size     = new System.Drawing.Size(668, 366);
     this.chrGrafico.TabIndex = 4;
     this.chrGrafico.Text     = "chart1";
     title1.Name = "Histograma de frecuencias";
     this.chrGrafico.Titles.Add(title1);
     //
     // dgvTablaFecuencia
     //
     this.dgvTablaFecuencia.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvTablaFecuencia.Location        = new System.Drawing.Point(5, 44);
     this.dgvTablaFecuencia.Name            = "dgvTablaFecuencia";
     this.dgvTablaFecuencia.RowHeadersWidth = 51;
     this.dgvTablaFecuencia.SelectionMode   = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvTablaFecuencia.Size            = new System.Drawing.Size(668, 249);
     this.dgvTablaFecuencia.TabIndex        = 3;
     //
     // btnHistograma
     //
     this.btnHistograma.Location = new System.Drawing.Point(164, 15);
     this.btnHistograma.Name     = "btnHistograma";
     this.btnHistograma.Size     = new System.Drawing.Size(75, 23);
     this.btnHistograma.TabIndex = 2;
     this.btnHistograma.Text     = "Histograma";
     this.btnHistograma.UseVisualStyleBackColor = true;
     this.btnHistograma.Click += new System.EventHandler(this.btnHistograma_Click);
     //
     // cmbIntervalo
     //
     this.cmbIntervalo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbIntervalo.FormattingEnabled = true;
     this.cmbIntervalo.Location          = new System.Drawing.Point(68, 17);
     this.cmbIntervalo.Margin            = new System.Windows.Forms.Padding(2);
     this.cmbIntervalo.Name     = "cmbIntervalo";
     this.cmbIntervalo.Size     = new System.Drawing.Size(92, 21);
     this.cmbIntervalo.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(5, 20);
     this.label6.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "Intervalos";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize          = new System.Drawing.Size(1152, 709);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Margin      = new System.Windows.Forms.Padding(2);
     this.MaximizeBox = false;
     this.Name        = "Form1";
     this.Text        = "Generador de números aleatorios";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.Integrantes.ResumeLayout(false);
     this.Integrantes.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grilla)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chrGrafico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTablaFecuencia)).EndInit();
     this.ResumeLayout(false);
 }