/// <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();
			this.m_AnglesChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
			((System.ComponentModel.ISupportInitialize)(this.m_AnglesChart)).BeginInit();
			this.SuspendLayout();
			// 
			// m_AnglesChart
			// 
			chartArea1.Name = "ChartArea1";
			this.m_AnglesChart.ChartAreas.Add(chartArea1);
			this.m_AnglesChart.Dock = System.Windows.Forms.DockStyle.Fill;
			this.m_AnglesChart.Location = new System.Drawing.Point(0, 0);
			this.m_AnglesChart.Name = "m_AnglesChart";
			this.m_AnglesChart.Size = new System.Drawing.Size(371, 316);
			this.m_AnglesChart.TabIndex = 0;
			this.m_AnglesChart.Text = "Angles";
			// 
			// RotationAnalysisForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(371, 316);
			this.Controls.Add(this.m_AnglesChart);
			this.Name = "RotationAnalysisForm";
			this.Text = "Rotation Analysis";
			((System.ComponentModel.ISupportInitialize)(this.m_AnglesChart)).EndInit();
			this.ResumeLayout(false);

		}
Exemplo n.º 2
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();
            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.Location = new System.Drawing.Point(57, 12);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(575, 333);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Visualization
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(682, 380);
            this.Controls.Add(this.chart1);
            this.Name = "Visualization";
            this.Text = "Visualization";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(3, 3);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(737, 447);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Control_AccOutClass
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart1);
            this.Name = "Control_AccOutClass";
            this.Size = new System.Drawing.Size(743, 453);
            this.Load += new System.EventHandler(this.Control_AccOutClass_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();
      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
      this.SuspendLayout();
      // 
      // chart
      // 
      chartArea1.Name = "ChartArea";
      this.chart.ChartAreas.Add(chartArea1);
      this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
      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(289, 220);
      this.chart.TabIndex = 0;
      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);
      // 
      // RegressionSolutionResidualHistogram
      // 
      this.AllowDrop = true;
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
      this.Controls.Add(this.chart);
      this.Name = "RegressionSolutionResidualHistogram";
      this.Size = new System.Drawing.Size(289, 220);
      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
      this.ResumeLayout(false);

    }
		/// <summary> 
		/// デザイナー サポートに必要なメソッドです。このメソッドの内容を 
		/// コード エディターで変更しないでください。
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
			System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
			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);
			legend1.Name = "Legend1";
			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(768, 399);
			this.chart.TabIndex = 0;
			this.chart.Text = "chart1";
			// 
			// NxtChart
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoSize = true;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.Controls.Add(this.chart);
			this.Name = "NxtChart";
			this.Size = new System.Drawing.Size(771, 402);
			((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
			this.ResumeLayout(false);

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

        }
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent() {
      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
      this.SuspendLayout();
      // 
      // chart
      // 
      chartArea1.Name = "ChartArea";
      this.chart.ChartAreas.Add(chartArea1);
      this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
      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(358, 225);
      this.chart.TabIndex = 0;
      this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Chart_MouseDoubleClick);
      // 
      // LineChartView
      // 
      this.AllowDrop = true;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.chart);
      this.Name = "LineChartView";
      this.Size = new System.Drawing.Size(358, 225);
      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
      this.ResumeLayout(false);

    }
Exemplo n.º 8
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();
            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";
            this.chart1.Size = new System.Drawing.Size(760, 505);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // TimeSeriesChartForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(760, 505);
            this.Controls.Add(this.chart1);
            this.Name = "TimeSeriesChartForm";
            this.ShowIcon = false;
            this.Text = "Chart";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TimeSeriesChartForm_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();
            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;
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(122, 93);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // MyChartControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart1);
            this.Name = "MyChartControl";
            this.Size = new System.Drawing.Size(122, 93);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 10
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();
			this.m_Chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
			((System.ComponentModel.ISupportInitialize)(this.m_Chart)).BeginInit();
			this.SuspendLayout();
			// 
			// m_Chart
			// 
			chartArea1.Name = "ChartArea1";
			this.m_Chart.ChartAreas.Add(chartArea1);
			this.m_Chart.Location = new System.Drawing.Point(84, 12);
			this.m_Chart.Name = "m_Chart";
			this.m_Chart.Size = new System.Drawing.Size(300, 300);
			this.m_Chart.TabIndex = 0;
			this.m_Chart.Text = "chart1";
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(489, 334);
			this.Controls.Add(this.m_Chart);
			this.Name = "Form1";
			this.Text = "Form1";
			((System.ComponentModel.ISupportInitialize)(this.m_Chart)).EndInit();
			this.ResumeLayout(false);

		}
Exemplo n.º 11
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();
            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.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart.Legends.Add(legend1);
            this.chart.Location = new System.Drawing.Point(0, 0);
            this.chart.Name = "chart";
            this.chart.Size = new System.Drawing.Size(372, 309);
            this.chart.TabIndex = 0;
            this.chart.Text = "chart1";
            // 
            // BasicGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart);
            this.Name = "BasicGraph";
            this.Size = new System.Drawing.Size(372, 309);
            ((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 chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea2.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea2);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend2.Name = "Legend1";
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(311, 288);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // AdvancePerSprint
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(311, 288);
            this.Controls.Add(this.chart1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "AdvancePerSprint";
            this.Text = "AdvancePerSprint";
            this.Load += new System.EventHandler(this.AdvancePerSprint_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();
            this.chtGrafico = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.btbgrafico = new System.Windows.Forms.Button();
            this.btbSalir = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.chtGrafico)).BeginInit();
            this.SuspendLayout();
            // 
            // chtGrafico
            // 
            chartArea1.Name = "ChartArea1";
            this.chtGrafico.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chtGrafico.Legends.Add(legend1);
            this.chtGrafico.Location = new System.Drawing.Point(12, 87);
            this.chtGrafico.Name = "chtGrafico";
            this.chtGrafico.Size = new System.Drawing.Size(328, 300);
            this.chtGrafico.TabIndex = 0;
            this.chtGrafico.Text = "chart1";
            // 
            // btbgrafico
            // 
            this.btbgrafico.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DeepSkyBlue;
            this.btbgrafico.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btbgrafico.Location = new System.Drawing.Point(91, 12);
            this.btbgrafico.Name = "btbgrafico";
            this.btbgrafico.Size = new System.Drawing.Size(159, 53);
            this.btbgrafico.TabIndex = 2;
            this.btbgrafico.Text = "Gráfico";
            this.btbgrafico.UseVisualStyleBackColor = true;
            // 
            // btbSalir
            // 
            this.btbSalir.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DeepSkyBlue;
            this.btbSalir.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btbSalir.Location = new System.Drawing.Point(274, 412);
            this.btbSalir.Name = "btbSalir";
            this.btbSalir.Size = new System.Drawing.Size(79, 25);
            this.btbSalir.TabIndex = 3;
            this.btbSalir.Text = "Salir";
            this.btbSalir.UseVisualStyleBackColor = true;
            this.btbSalir.Click += new System.EventHandler(this.btbSalir_Click);
            // 
            // frmGrafico
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(354, 437);
            this.Controls.Add(this.btbSalir);
            this.Controls.Add(this.btbgrafico);
            this.Controls.Add(this.chtGrafico);
            this.Name = "frmGrafico";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Grafico";
            ((System.ComponentModel.ISupportInitialize)(this.chtGrafico)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 14
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormChart));
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            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);
            resources.ApplyResources(this.chart, "chart");
            legend1.Name = "Legend1";
            this.chart.Legends.Add(legend1);
            this.chart.Name = "chart";
            this.chart.Click += new System.EventHandler(this.chart_Click);
            // 
            // FormChart
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart);
            this.Name = "FormChart";
            this.Resizable = false;
            this.Style = MetroFramework.MetroColorStyle.Default;
            this.Load += new System.EventHandler(this.FormChart_Load);
            ((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();
            this.iterationChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.printBtn = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.iterationChart)).BeginInit();
            this.SuspendLayout();
            // 
            // iterationChart
            // 
            chartArea1.Name = "ChartArea1";
            this.iterationChart.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.iterationChart.Legends.Add(legend1);
            this.iterationChart.Location = new System.Drawing.Point(12, 12);
            this.iterationChart.Name = "iterationChart";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series1.Legend = "Legend1";
            series1.Name = "Completed Tasks";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series2.Legend = "Legend1";
            series2.Name = "Tasks";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.iterationChart.Series.Add(series1);
            this.iterationChart.Series.Add(series2);
            this.iterationChart.Size = new System.Drawing.Size(731, 399);
            this.iterationChart.TabIndex = 0;
            this.iterationChart.Text = "Iteration Progress";
            // 
            // printBtn
            // 
            this.printBtn.Location = new System.Drawing.Point(668, 417);
            this.printBtn.Name = "printBtn";
            this.printBtn.Size = new System.Drawing.Size(75, 23);
            this.printBtn.TabIndex = 1;
            this.printBtn.Text = "Print";
            this.printBtn.UseVisualStyleBackColor = true;
            // 
            // IterationGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(755, 452);
            this.Controls.Add(this.printBtn);
            this.Controls.Add(this.iterationChart);
            this.Name = "IterationGraph";
            this.Text = "IterationGraph";
            this.Load += new System.EventHandler(this.IterationGraph_Load);
            ((System.ComponentModel.ISupportInitialize)(this.iterationChart)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 16
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Location = new System.Drawing.Point(0, 3);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(802, 482);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // tmpContrast
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chart1);
            this.Name = "tmpContrast";
            this.Size = new System.Drawing.Size(1118, 668);
            this.Load += new System.EventHandler(this.tmpContrast_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 17
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();
            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);
            legend1.Name = "Legend1";
            this.chart.Legends.Add(legend1);
            this.chart.Location = new System.Drawing.Point(13, 13);
            this.chart.Name = "chart";
            this.chart.Size = new System.Drawing.Size(808, 396);
            this.chart.TabIndex = 0;
            this.chart.Text = "chart1";
            // 
            // ChartForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(833, 421);
            this.Controls.Add(this.chart);
            this.Name = "ChartForm";
            this.Text = "Plot";
            ((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();
      this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
      ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
      this.SuspendLayout();
      // 
      // chart1
      // 
      chartArea1.Name = "ChartArea1";
      this.chart1.ChartAreas.Add(chartArea1);
      legend1.Name = "Legend1";
      this.chart1.Legends.Add(legend1);
      this.chart1.Location = new System.Drawing.Point(2, 4);
      this.chart1.Name = "chart1";
      this.chart1.Size = new System.Drawing.Size(992, 566);
      this.chart1.TabIndex = 1;
      this.chart1.Text = "chart1";
      // 
      // SectorKospiLongShortUI
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(1002, 582);
      this.Controls.Add(this.chart1);
      this.Name = "SectorKospiLongShortUI";
      this.Text = "SectorKospiLongShortUI";
      ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
      this.ResumeLayout(false);

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

        }
    /// <summary> 
    /// 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();
      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)));
      chartArea1.Name = "ChartArea1";
      this.chart.ChartAreas.Add(chartArea1);
      legend1.Name = "Legend1";
      this.chart.Legends.Add(legend1);
      this.chart.Location = new System.Drawing.Point(4, 4);
      this.chart.Name = "chart";
      this.chart.Size = new System.Drawing.Size(486, 337);
      this.chart.TabIndex = 0;
      this.chart.Text = "enhancedChart1";
      // 
      // DataCompletenessView
      // 
      this.Controls.Add(this.chart);
      this.Name = "DataCompletenessView";
      this.Size = new System.Drawing.Size(493, 344);
      ((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 chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            this.chartProgress = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chartProgress)).BeginInit();
            this.SuspendLayout();
            // 
            // chartProgress
            // 
            chartArea2.Name = "ChartArea1";
            this.chartProgress.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.chartProgress.Legends.Add(legend2);
            this.chartProgress.Location = new System.Drawing.Point(1, -1);
            this.chartProgress.Name = "chartProgress";
            this.chartProgress.Size = new System.Drawing.Size(810, 461);
            this.chartProgress.TabIndex = 3;
            this.chartProgress.Text = "chart1";
            // 
            // StudentOverallProgressWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(810, 463);
            this.Controls.Add(this.chartProgress);
            this.Name = "StudentOverallProgressWindow";
            this.Text = "My overall progress - School Journal";
            this.Load += new System.EventHandler(this.StudentOverallProgressWindow_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chartProgress)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 22
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.buttonStartTempControl = new System.Windows.Forms.Button();
            this.chartTempLoopProfile = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.propertyGridSettings = new System.Windows.Forms.PropertyGrid();
            ((System.ComponentModel.ISupportInitialize)(this.chartTempLoopProfile)).BeginInit();
            this.SuspendLayout();
            // 
            // buttonStartTempControl
            // 
            this.buttonStartTempControl.Location = new System.Drawing.Point(3, 3);
            this.buttonStartTempControl.Name = "buttonStartTempControl";
            this.buttonStartTempControl.Size = new System.Drawing.Size(75, 23);
            this.buttonStartTempControl.TabIndex = 2;
            this.buttonStartTempControl.Text = "Start";
            this.buttonStartTempControl.UseVisualStyleBackColor = true;
            this.buttonStartTempControl.Click += new System.EventHandler(this.buttonStartTempControl_Click);
            // 
            // chartTempLoopProfile
            // 
            chartArea1.Name = "ChartArea1";
            this.chartTempLoopProfile.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartTempLoopProfile.Legends.Add(legend1);
            this.chartTempLoopProfile.Location = new System.Drawing.Point(237, 30);
            this.chartTempLoopProfile.Name = "chartTempLoopProfile";
            series1.ChartArea = "ChartArea1";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chartTempLoopProfile.Series.Add(series1);
            this.chartTempLoopProfile.Size = new System.Drawing.Size(601, 319);
            this.chartTempLoopProfile.TabIndex = 4;
            this.chartTempLoopProfile.Text = "chartTempLoopControl";
            // 
            // propertyGridSettings
            // 
            this.propertyGridSettings.Location = new System.Drawing.Point(4, 30);
            this.propertyGridSettings.Name = "propertyGridSettings";
            this.propertyGridSettings.Size = new System.Drawing.Size(227, 319);
            this.propertyGridSettings.TabIndex = 5;
            // 
            // TempLoopControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.Controls.Add(this.propertyGridSettings);
            this.Controls.Add(this.chartTempLoopProfile);
            this.Controls.Add(this.buttonStartTempControl);
            this.Name = "TempLoopControl";
            this.Size = new System.Drawing.Size(853, 365);
            this.Load += new System.EventHandler(this.TempLoopControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chartTempLoopProfile)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagStatisticsChartControl));
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.Label lblType;
            this.comboBoxTagStatisticsType = new System.Windows.Forms.ComboBox();
            this.chartTagDetails = new System.Windows.Forms.DataVisualization.Charting.Chart();
            lblType = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.chartTagDetails)).BeginInit();
            this.SuspendLayout();
            // 
            // comboBoxTagStatisticsType
            // 
            this.comboBoxTagStatisticsType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTagStatisticsType.FormattingEnabled = true;
            this.comboBoxTagStatisticsType.Items.AddRange(new object[] {
            resources.GetString("comboBoxTagStatisticsType.Items"),
            resources.GetString("comboBoxTagStatisticsType.Items1")});
            resources.ApplyResources(this.comboBoxTagStatisticsType, "comboBoxTagStatisticsType");
            this.comboBoxTagStatisticsType.Name = "comboBoxTagStatisticsType";
            this.comboBoxTagStatisticsType.SelectedIndexChanged += new System.EventHandler(this.comboBoxTagStatisticsType_SelectedIndexChanged);
            // 
            // chartTagDetails
            // 
            resources.ApplyResources(this.chartTagDetails, "chartTagDetails");
            this.chartTagDetails.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.Name = "ChartAreaTags";
            this.chartTagDetails.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartTagDetails.Legends.Add(legend1);
            this.chartTagDetails.Name = "chartTagDetails";
            series1.ChartArea = "ChartAreaTags";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.Legend = "Legend1";
            series1.Name = "Tags";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartTagDetails.Series.Add(series1);
            // 
            // lblType
            // 
            resources.ApplyResources(lblType, "lblType");
            lblType.Name = "lblType";
            // 
            // TagStatisticsChartControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(lblType);
            this.Controls.Add(this.chartTagDetails);
            this.Controls.Add(this.comboBoxTagStatisticsType);
            this.Name = "TagStatisticsChartControl";
            ((System.ComponentModel.ISupportInitialize)(this.chartTagDetails)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 24
0
        /// <summary>
        /// Обязательный метод для поддержки конструктора - не изменяйте
        /// содержимое данного метода при помощи редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.button1 = new System.Windows.Forms.Button();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(293, 477);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(175, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "Create Graph";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(113, 24);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Color = System.Drawing.Color.Navy;
            series1.Legend = "Legend1";
            series1.Name = "Upper";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Color = System.Drawing.Color.Lime;
            series2.Legend = "Legend1";
            series2.Name = "Lower";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Size = new System.Drawing.Size(610, 431);
            this.chart1.TabIndex = 1;
            this.chart1.Text = "chart1";
            this.chart1.Click += new System.EventHandler(this.chart1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(764, 526);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.button1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 25
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series1.BorderWidth = 2;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.Legend = "Legend1";
            series1.Name = "Function";
            series2.BorderWidth = 2;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Legend = "Legend1";
            series2.MarkerColor = System.Drawing.Color.DarkBlue;
            series2.MarkerSize = 3;
            series2.Name = "Interpolation";
            series3.BorderWidth = 2;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
            series3.Legend = "Legend1";
            series3.MarkerSize = 10;
            series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
            series3.Name = "Nodes";
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(869, 531);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // FormPlot
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(869, 531);
            this.Controls.Add(this.chart1);
            this.Name = "FormPlot";
            this.Text = "FormPlot";
            this.Load += new System.EventHandler(this.FormPlot_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

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

        }
Exemplo n.º 27
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();
            this.btnClose = new System.Windows.Forms.Button();
            this.labelTitle = new System.Windows.Forms.Label();
            this.chartStatistics = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chartStatistics)).BeginInit();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(205, 366);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 0;
            this.btnClose.Text = "Inchide";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // labelTitle
            // 
            this.labelTitle.AutoSize = true;
            this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F);
            this.labelTitle.Location = new System.Drawing.Point(71, 25);
            this.labelTitle.Name = "labelTitle";
            this.labelTitle.Size = new System.Drawing.Size(336, 29);
            this.labelTitle.TabIndex = 1;
            this.labelTitle.Text = "Statistici categorii si produse";
            // 
            // chartStatistics
            // 
            chartArea1.Name = "ChartArea1";
            this.chartStatistics.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartStatistics.Legends.Add(legend1);
            this.chartStatistics.Location = new System.Drawing.Point(29, 79);
            this.chartStatistics.Name = "chartStatistics";
            this.chartStatistics.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
            this.chartStatistics.Size = new System.Drawing.Size(436, 268);
            this.chartStatistics.TabIndex = 2;
            this.chartStatistics.Text = "Statistici";
            // 
            // StatsChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(498, 407);
            this.Controls.Add(this.chartStatistics);
            this.Controls.Add(this.labelTitle);
            this.Controls.Add(this.btnClose);
            this.Name = "StatsChart";
            this.Text = "Statistici";
            ((System.ComponentModel.ISupportInitialize)(this.chartStatistics)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 28
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.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            this.progressPlot = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.resultPlot = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.progressBar = new System.Windows.Forms.ProgressBar();
            ((System.ComponentModel.ISupportInitialize)(this.progressPlot)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.resultPlot)).BeginInit();
            this.SuspendLayout();
            // 
            // progressPlot
            // 
            chartArea1.Name = "ChartArea1";
            this.progressPlot.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.progressPlot.Legends.Add(legend1);
            this.progressPlot.Location = new System.Drawing.Point(12, 12);
            this.progressPlot.Name = "progressPlot";
            this.progressPlot.Size = new System.Drawing.Size(825, 266);
            this.progressPlot.TabIndex = 0;
            this.progressPlot.Text = "Best Fitness";
            // 
            // resultPlot
            // 
            chartArea2.Name = "ChartArea1";
            this.resultPlot.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.resultPlot.Legends.Add(legend2);
            this.resultPlot.Location = new System.Drawing.Point(12, 286);
            this.resultPlot.Name = "resultPlot";
            this.resultPlot.Size = new System.Drawing.Size(825, 266);
            this.resultPlot.TabIndex = 0;
            this.resultPlot.Text = "Average Fitness";
            // 
            // progressBar
            // 
            this.progressBar.Location = new System.Drawing.Point(12, 559);
            this.progressBar.Name = "progressBar";
            this.progressBar.Size = new System.Drawing.Size(825, 23);
            this.progressBar.TabIndex = 1;
            // 
            // Report
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(849, 591);
            this.Controls.Add(this.progressBar);
            this.Controls.Add(this.resultPlot);
            this.Controls.Add(this.progressPlot);
            this.Name = "Report";
            this.Text = "Report";
            ((System.ComponentModel.ISupportInitialize)(this.progressPlot)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.resultPlot)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 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.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.chart);
            this.splitContainer1.Size = new System.Drawing.Size(389, 275);
            this.splitContainer1.SplitterDistance = 246;
            this.splitContainer1.TabIndex = 0;
            // 
            // chart
            // 
            chartArea1.Name = "ChartArea1";
            this.chart.ChartAreas.Add(chartArea1);
            this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart.Legends.Add(legend1);
            this.chart.Location = new System.Drawing.Point(0, 0);
            this.chart.Name = "chart";
            series1.ChartArea = "ChartArea1";
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart.Series.Add(series1);
            this.chart.Size = new System.Drawing.Size(389, 246);
            this.chart.TabIndex = 0;
            this.chart.Text = "chart1";
            // 
            // UcChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "UcChart";
            this.Size = new System.Drawing.Size(389, 275);
            this.splitContainer1.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 30
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.chart1, 1, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1004, 576);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // chart1
            // 
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(153, 103);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(848, 470);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // Graphs
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1004, 576);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "Graphs";
            this.Text = "Graphs";
            this.Load += new System.EventHandler(this.Graphs_Load);
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.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();
     this.communicationSetting = new System.Windows.Forms.GroupBox();
     this.tbTime           = new System.Windows.Forms.TextBox();
     this.btnSave          = new System.Windows.Forms.Button();
     this.label7           = new System.Windows.Forms.Label();
     this.tbAddr           = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.cbParity         = new System.Windows.Forms.ComboBox();
     this.cbDataBits       = new System.Windows.Forms.ComboBox();
     this.cbStop           = new System.Windows.Forms.ComboBox();
     this.cbBaudRate       = new System.Windows.Forms.ComboBox();
     this.cbSerial         = new System.Windows.Forms.ComboBox();
     this.btnOpenCloseSCom = new System.Windows.Forms.Button();
     this.voltageChart     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.communicationSetting.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.voltageChart)).BeginInit();
     this.SuspendLayout();
     //
     // communicationSetting
     //
     this.communicationSetting.Controls.Add(this.tbTime);
     this.communicationSetting.Controls.Add(this.btnSave);
     this.communicationSetting.Controls.Add(this.label7);
     this.communicationSetting.Controls.Add(this.tbAddr);
     this.communicationSetting.Controls.Add(this.label6);
     this.communicationSetting.Controls.Add(this.label5);
     this.communicationSetting.Controls.Add(this.label4);
     this.communicationSetting.Controls.Add(this.label3);
     this.communicationSetting.Controls.Add(this.label2);
     this.communicationSetting.Controls.Add(this.label1);
     this.communicationSetting.Controls.Add(this.cbParity);
     this.communicationSetting.Controls.Add(this.cbDataBits);
     this.communicationSetting.Controls.Add(this.cbStop);
     this.communicationSetting.Controls.Add(this.cbBaudRate);
     this.communicationSetting.Controls.Add(this.cbSerial);
     this.communicationSetting.Controls.Add(this.btnOpenCloseSCom);
     this.communicationSetting.Location = new System.Drawing.Point(13, 4);
     this.communicationSetting.Name     = "communicationSetting";
     this.communicationSetting.Size     = new System.Drawing.Size(180, 359);
     this.communicationSetting.TabIndex = 0;
     this.communicationSetting.TabStop  = false;
     this.communicationSetting.Text     = "通信设置";
     //
     // tbTime
     //
     this.tbTime.Location = new System.Drawing.Point(75, 275);
     this.tbTime.Name     = "tbTime";
     this.tbTime.Size     = new System.Drawing.Size(81, 21);
     this.tbTime.TabIndex = 14;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(90, 318);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 13;
     this.btnSave.Text     = "保存参数";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(7, 278);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(53, 24);
     this.label7.TabIndex = 13;
     this.label7.Text     = "数据间隔\r\n(ms)";
     //
     // tbAddr
     //
     this.tbAddr.Location = new System.Drawing.Point(74, 233);
     this.tbAddr.Name     = "tbAddr";
     this.tbAddr.Size     = new System.Drawing.Size(81, 21);
     this.tbAddr.TabIndex = 12;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 236);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 11;
     this.label6.Text     = "从站地址";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 199);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 10;
     this.label5.Text     = "校验位";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 158);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(41, 12);
     this.label4.TabIndex = 9;
     this.label4.Text     = "数据位";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 115);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 8;
     this.label3.Text     = "停止位";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 7;
     this.label2.Text     = "波特率";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 6;
     this.label1.Text     = "通信口";
     //
     // cbParity
     //
     this.cbParity.FormattingEnabled = true;
     this.cbParity.Items.AddRange(new object[] {
         "无",
         "奇校验",
         "偶校验"
     });
     this.cbParity.Location = new System.Drawing.Point(74, 191);
     this.cbParity.Name     = "cbParity";
     this.cbParity.Size     = new System.Drawing.Size(81, 20);
     this.cbParity.TabIndex = 5;
     //
     // cbDataBits
     //
     this.cbDataBits.FormattingEnabled = true;
     this.cbDataBits.Items.AddRange(new object[] {
         "5",
         "6",
         "7",
         "8"
     });
     this.cbDataBits.Location = new System.Drawing.Point(74, 150);
     this.cbDataBits.Name     = "cbDataBits";
     this.cbDataBits.Size     = new System.Drawing.Size(81, 20);
     this.cbDataBits.TabIndex = 4;
     //
     // cbStop
     //
     this.cbStop.FormattingEnabled = true;
     this.cbStop.Items.AddRange(new object[] {
         "1",
         "1.5",
         "2"
     });
     this.cbStop.Location = new System.Drawing.Point(74, 107);
     this.cbStop.Name     = "cbStop";
     this.cbStop.Size     = new System.Drawing.Size(81, 20);
     this.cbStop.TabIndex = 3;
     //
     // cbBaudRate
     //
     this.cbBaudRate.FormattingEnabled = true;
     this.cbBaudRate.Items.AddRange(new object[] {
         "4800",
         "9600",
         "19200",
         "38400",
         "115200"
     });
     this.cbBaudRate.Location = new System.Drawing.Point(74, 69);
     this.cbBaudRate.Name     = "cbBaudRate";
     this.cbBaudRate.Size     = new System.Drawing.Size(81, 20);
     this.cbBaudRate.TabIndex = 2;
     //
     // cbSerial
     //
     this.cbSerial.FormattingEnabled = true;
     this.cbSerial.Location          = new System.Drawing.Point(74, 29);
     this.cbSerial.Name     = "cbSerial";
     this.cbSerial.Size     = new System.Drawing.Size(81, 20);
     this.cbSerial.TabIndex = 1;
     //
     // btnOpenCloseSCom
     //
     this.btnOpenCloseSCom.Location = new System.Drawing.Point(9, 318);
     this.btnOpenCloseSCom.Name     = "btnOpenCloseSCom";
     this.btnOpenCloseSCom.Size     = new System.Drawing.Size(75, 23);
     this.btnOpenCloseSCom.TabIndex = 0;
     this.btnOpenCloseSCom.Text     = "打开通信";
     this.btnOpenCloseSCom.UseVisualStyleBackColor = true;
     this.btnOpenCloseSCom.Click += new System.EventHandler(this.btnOpenCloseSCom_Click);
     //
     // voltageChart
     //
     chartArea1.Name = "ChartArea1";
     this.voltageChart.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.voltageChart.Legends.Add(legend1);
     this.voltageChart.Location = new System.Drawing.Point(211, 12);
     this.voltageChart.Name     = "voltageChart";
     series1.ChartArea          = "ChartArea1";
     series1.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend             = "Legend1";
     series1.Name      = "CH1";
     series2.ChartArea = "ChartArea1";
     series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Legend    = "Legend1";
     series2.Name      = "CH2";
     series3.ChartArea = "ChartArea1";
     series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series3.Legend    = "Legend1";
     series3.Name      = "CH3";
     series4.ChartArea = "ChartArea1";
     series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series4.Legend    = "Legend1";
     series4.Name      = "CH4";
     series5.ChartArea = "ChartArea1";
     series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series5.Legend    = "Legend1";
     series5.Name      = "CH5";
     series6.ChartArea = "ChartArea1";
     series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series6.Legend    = "Legend1";
     series6.Name      = "CH6";
     this.voltageChart.Series.Add(series1);
     this.voltageChart.Series.Add(series2);
     this.voltageChart.Series.Add(series3);
     this.voltageChart.Series.Add(series4);
     this.voltageChart.Series.Add(series5);
     this.voltageChart.Series.Add(series6);
     this.voltageChart.Size     = new System.Drawing.Size(1217, 700);
     this.voltageChart.TabIndex = 1;
     this.voltageChart.Text     = "传感监测值";
     //
     // ModbusDataAcquisition
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1440, 724);
     this.Controls.Add(this.voltageChart);
     this.Controls.Add(this.communicationSetting);
     this.Name         = "ModbusDataAcquisition";
     this.Text         = "数据采集器";
     this.Load        += new System.EventHandler(this.ModbusDataAcquisition_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(Form1_Closeing);
     this.communicationSetting.ResumeLayout(false);
     this.communicationSetting.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.voltageChart)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.departement_label = new System.Windows.Forms.Label();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.equipement_label  = new System.Windows.Forms.Label();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panne_label       = new System.Windows.Forms.Label();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.label4            = new System.Windows.Forms.Label();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount     = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.Controls.Add(this.label6, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 114F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(626, 114);
     this.tableLayoutPanel1.TabIndex = 0;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.TableLayoutPanel1_Paint);
     //
     // label6
     //
     this.label6.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Red;
     this.label6.Location  = new System.Drawing.Point(478, 87);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(86, 23);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "PANNES";
     //
     // label5
     //
     this.label5.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(239, 87);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(147, 23);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "COMPOSANTS";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.departement_label, 1, 0);
     this.tableLayoutPanel2.ForeColor = System.Drawing.Color.Black;
     this.tableLayoutPanel2.Location  = new System.Drawing.Point(4, 4);
     this.tableLayoutPanel2.Name      = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount  = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(200, 77);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(92, 71);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // departement_label
     //
     this.departement_label.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.departement_label.AutoSize = true;
     this.departement_label.Font     = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.departement_label.Location = new System.Drawing.Point(118, 15);
     this.departement_label.Name     = "departement_label";
     this.departement_label.Size     = new System.Drawing.Size(64, 47);
     this.departement_label.TabIndex = 1;
     this.departement_label.Text     = "14";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.equipement_label, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.pictureBox3, 0, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(212, 4);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(200, 77);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // equipement_label
     //
     this.equipement_label.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.equipement_label.AutoSize  = true;
     this.equipement_label.Font      = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.equipement_label.ForeColor = System.Drawing.Color.Black;
     this.equipement_label.Location  = new System.Drawing.Point(107, 15);
     this.equipement_label.Name      = "equipement_label";
     this.equipement_label.Size      = new System.Drawing.Size(86, 47);
     this.equipement_label.TabIndex  = 2;
     this.equipement_label.Text      = "123";
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(3, 3);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(92, 71);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 0;
     this.pictureBox3.TabStop  = false;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.panne_label, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.pictureBox2, 0, 0);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(420, 4);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(200, 77);
     this.tableLayoutPanel4.TabIndex = 2;
     //
     // panne_label
     //
     this.panne_label.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.panne_label.AutoSize  = true;
     this.panne_label.Font      = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panne_label.ForeColor = System.Drawing.Color.Red;
     this.panne_label.Location  = new System.Drawing.Point(118, 15);
     this.panne_label.Name      = "panne_label";
     this.panne_label.Size      = new System.Drawing.Size(64, 47);
     this.panne_label.TabIndex  = 2;
     this.panne_label.Text      = "56";
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(3, 3);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(92, 71);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop  = false;
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(34, 87);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(141, 23);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "DEPARTEMENT";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(12, 132);
     this.chart1.Name        = "chart1";
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Legend          = "Legend1";
     series1.Name            = "Pannes";
     series1.YValuesPerPoint = 2;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(626, 196);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // Dashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(650, 340);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Location        = new System.Drawing.Point(0, 3);
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "Dashboard";
     this.Load           += new System.EventHandler(this.Dashboard_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea73 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend73    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series73    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea74 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend74    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series74    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea75 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend75    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series75    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea76 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend76    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series76    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea77 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend77    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series77    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea78 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend78    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series78    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea79 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend79    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series79    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea80 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend80    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series80    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.pictureBox3         = new System.Windows.Forms.PictureBox();
     this.pictureBox4         = new System.Windows.Forms.PictureBox();
     this.pictureBox5         = new System.Windows.Forms.PictureBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.btnNegative         = new System.Windows.Forms.Button();
     this.numericUpDown1      = new System.Windows.Forms.NumericUpDown();
     this.labelThreshold      = new System.Windows.Forms.Label();
     this.horizontalGrayChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.verticalGrayChart   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.chart1              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart2              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label10             = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.chart3              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart4              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label12             = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.chart5              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart6              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel1              = new System.Windows.Forms.Panel();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.panel5              = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.horizontalGrayChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.verticalGrayChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox1.Location  = new System.Drawing.Point(10, 23);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(300, 300);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     this.pictureBox1.Click    += new System.EventHandler(this.pictureBox1_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox2.Location  = new System.Drawing.Point(6, 44);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(250, 250);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex  = 1;
     this.pictureBox2.TabStop   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox3.Location  = new System.Drawing.Point(11, 41);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(250, 250);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex  = 2;
     this.pictureBox3.TabStop   = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox4.Location  = new System.Drawing.Point(3, 41);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(250, 250);
     this.pictureBox4.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox4.TabIndex  = 3;
     this.pictureBox4.TabStop   = false;
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor = System.Drawing.SystemColors.Info;
     this.pictureBox5.Location  = new System.Drawing.Point(5, 26);
     this.pictureBox5.Name      = "pictureBox5";
     this.pictureBox5.Size      = new System.Drawing.Size(300, 300);
     this.pictureBox5.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox5.TabIndex  = 4;
     this.pictureBox5.TabStop   = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label2.Location = new System.Drawing.Point(3, 4);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 19);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Gray";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label1.Location = new System.Drawing.Point(6, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(38, 19);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Red";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label3.Location = new System.Drawing.Point(7, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 19);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Green";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label4.Location = new System.Drawing.Point(3, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(43, 19);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Blue";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label5.Location = new System.Drawing.Point(10, 1);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(69, 19);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Original";
     //
     // btnNegative
     //
     this.btnNegative.Font     = new System.Drawing.Font("PMingLiU", 12F);
     this.btnNegative.Location = new System.Drawing.Point(16, 19);
     this.btnNegative.Name     = "btnNegative";
     this.btnNegative.Size     = new System.Drawing.Size(91, 33);
     this.btnNegative.TabIndex = 24;
     this.btnNegative.Text     = "Negative";
     this.btnNegative.UseVisualStyleBackColor = true;
     this.btnNegative.Click += new System.EventHandler(this.btnNegative_Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Font     = new System.Drawing.Font("PMingLiU", 16F);
     this.numericUpDown1.Location = new System.Drawing.Point(241, 19);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         254,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(149, 33);
     this.numericUpDown1.TabIndex = 22;
     this.numericUpDown1.Value    = new decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // labelThreshold
     //
     this.labelThreshold.AutoSize = true;
     this.labelThreshold.Font     = new System.Drawing.Font("PMingLiU", 18F);
     this.labelThreshold.Location = new System.Drawing.Point(134, 24);
     this.labelThreshold.Name     = "labelThreshold";
     this.labelThreshold.Size     = new System.Drawing.Size(101, 24);
     this.labelThreshold.TabIndex = 21;
     this.labelThreshold.Text     = "Threshold";
     //
     // horizontalGrayChart
     //
     chartArea73.Name = "ChartArea1";
     this.horizontalGrayChart.ChartAreas.Add(chartArea73);
     legend73.Name = "Legend1";
     this.horizontalGrayChart.Legends.Add(legend73);
     this.horizontalGrayChart.Location = new System.Drawing.Point(311, 206);
     this.horizontalGrayChart.Name     = "horizontalGrayChart";
     series73.ChartArea = "ChartArea1";
     series73.Legend    = "Legend1";
     series73.Name      = "Series1";
     this.horizontalGrayChart.Series.Add(series73);
     this.horizontalGrayChart.Size     = new System.Drawing.Size(300, 120);
     this.horizontalGrayChart.TabIndex = 27;
     this.horizontalGrayChart.Text     = "Horizontal Projection";
     //
     // verticalGrayChart
     //
     chartArea74.Name = "ChartArea1";
     this.verticalGrayChart.ChartAreas.Add(chartArea74);
     legend74.Name = "Legend1";
     this.verticalGrayChart.Legends.Add(legend74);
     this.verticalGrayChart.Location = new System.Drawing.Point(311, 48);
     this.verticalGrayChart.Name     = "verticalGrayChart";
     series74.ChartArea = "ChartArea1";
     series74.Legend    = "Legend1";
     series74.Name      = "Series1";
     this.verticalGrayChart.Series.Add(series74);
     this.verticalGrayChart.Size     = new System.Drawing.Size(300, 120);
     this.verticalGrayChart.TabIndex = 28;
     this.verticalGrayChart.Text     = "Vertical Projection";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label6.Location = new System.Drawing.Point(312, 26);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(146, 19);
     this.label6.TabIndex = 29;
     this.label6.Text     = "Vertical Projection";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label7.Location = new System.Drawing.Point(312, 184);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(165, 19);
     this.label7.TabIndex = 30;
     this.label7.Text     = "Horizontal Projection";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label8.Location = new System.Drawing.Point(262, 172);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(165, 19);
     this.label8.TabIndex = 34;
     this.label8.Text     = "Horizontal Projection";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label9.Location = new System.Drawing.Point(262, 44);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(146, 19);
     this.label9.TabIndex = 33;
     this.label9.Text     = "Vertical Projection";
     //
     // chart1
     //
     chartArea75.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea75);
     legend75.Name = "Legend1";
     this.chart1.Legends.Add(legend75);
     this.chart1.Location = new System.Drawing.Point(262, 66);
     this.chart1.Name     = "chart1";
     series75.ChartArea   = "ChartArea1";
     series75.Legend      = "Legend1";
     series75.Name        = "Series1";
     this.chart1.Series.Add(series75);
     this.chart1.Size     = new System.Drawing.Size(200, 100);
     this.chart1.TabIndex = 32;
     this.chart1.Text     = "Vertical Projection";
     //
     // chart2
     //
     chartArea76.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea76);
     legend76.Name = "Legend1";
     this.chart2.Legends.Add(legend76);
     this.chart2.Location = new System.Drawing.Point(262, 194);
     this.chart2.Name     = "chart2";
     series76.ChartArea   = "ChartArea1";
     series76.Legend      = "Legend1";
     series76.Name        = "Series1";
     this.chart2.Series.Add(series76);
     this.chart2.Size     = new System.Drawing.Size(200, 100);
     this.chart2.TabIndex = 31;
     this.chart2.Text     = "Horizontal Projection";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label10.Location = new System.Drawing.Point(267, 169);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(165, 19);
     this.label10.TabIndex = 38;
     this.label10.Text     = "Horizontal Projection";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label11.Location = new System.Drawing.Point(267, 41);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(146, 19);
     this.label11.TabIndex = 37;
     this.label11.Text     = "Vertical Projection";
     //
     // chart3
     //
     chartArea77.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea77);
     legend77.Name = "Legend1";
     this.chart3.Legends.Add(legend77);
     this.chart3.Location = new System.Drawing.Point(267, 63);
     this.chart3.Name     = "chart3";
     series77.ChartArea   = "ChartArea1";
     series77.Legend      = "Legend1";
     series77.Name        = "Series1";
     this.chart3.Series.Add(series77);
     this.chart3.Size     = new System.Drawing.Size(200, 100);
     this.chart3.TabIndex = 36;
     this.chart3.Text     = "Vertical Projection";
     //
     // chart4
     //
     chartArea78.Name = "ChartArea1";
     this.chart4.ChartAreas.Add(chartArea78);
     legend78.Name = "Legend1";
     this.chart4.Legends.Add(legend78);
     this.chart4.Location = new System.Drawing.Point(267, 191);
     this.chart4.Name     = "chart4";
     series78.ChartArea   = "ChartArea1";
     series78.Legend      = "Legend1";
     series78.Name        = "Series1";
     this.chart4.Series.Add(series78);
     this.chart4.Size     = new System.Drawing.Size(200, 100);
     this.chart4.TabIndex = 35;
     this.chart4.Text     = "Horizontal Projection";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label12.Location = new System.Drawing.Point(259, 169);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(165, 19);
     this.label12.TabIndex = 42;
     this.label12.Text     = "Horizontal Projection";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("PMingLiU", 14F);
     this.label13.Location = new System.Drawing.Point(259, 41);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(146, 19);
     this.label13.TabIndex = 41;
     this.label13.Text     = "Vertical Projection";
     //
     // chart5
     //
     chartArea79.Name = "ChartArea1";
     this.chart5.ChartAreas.Add(chartArea79);
     legend79.Name = "Legend1";
     this.chart5.Legends.Add(legend79);
     this.chart5.Location = new System.Drawing.Point(259, 63);
     this.chart5.Name     = "chart5";
     series79.ChartArea   = "ChartArea1";
     series79.Legend      = "Legend1";
     series79.Name        = "Series1";
     this.chart5.Series.Add(series79);
     this.chart5.Size     = new System.Drawing.Size(200, 100);
     this.chart5.TabIndex = 40;
     this.chart5.Text     = "Vertical Projection";
     //
     // chart6
     //
     chartArea80.Name = "ChartArea1";
     this.chart6.ChartAreas.Add(chartArea80);
     legend80.Name = "Legend1";
     this.chart6.Legends.Add(legend80);
     this.chart6.Location = new System.Drawing.Point(259, 191);
     this.chart6.Name     = "chart6";
     series80.ChartArea   = "ChartArea1";
     series80.Legend      = "Legend1";
     series80.Name        = "Series1";
     this.chart6.Series.Add(series80);
     this.chart6.Size     = new System.Drawing.Size(200, 100);
     this.chart6.TabIndex = 39;
     this.chart6.Text     = "Horizontal Projection";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel1.Controls.Add(this.pictureBox5);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.horizontalGrayChart);
     this.panel1.Controls.Add(this.verticalGrayChart);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Location = new System.Drawing.Point(609, 60);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(621, 329);
     this.panel1.TabIndex = 43;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel2.Controls.Add(this.chart1);
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.chart2);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Location = new System.Drawing.Point(6, 395);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(470, 310);
     this.panel2.TabIndex = 44;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel3.Controls.Add(this.chart3);
     this.panel3.Controls.Add(this.pictureBox3);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.chart4);
     this.panel3.Controls.Add(this.label11);
     this.panel3.Controls.Add(this.label10);
     this.panel3.Location = new System.Drawing.Point(482, 395);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(470, 310);
     this.panel3.TabIndex = 45;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.panel4.Controls.Add(this.pictureBox4);
     this.panel4.Controls.Add(this.label4);
     this.panel4.Controls.Add(this.chart6);
     this.panel4.Controls.Add(this.chart5);
     this.panel4.Controls.Add(this.label13);
     this.panel4.Controls.Add(this.label12);
     this.panel4.Location = new System.Drawing.Point(958, 395);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(470, 310);
     this.panel4.TabIndex = 46;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.pictureBox1);
     this.panel5.Controls.Add(this.label5);
     this.panel5.Location = new System.Drawing.Point(224, 58);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(318, 332);
     this.panel5.TabIndex = 47;
     //
     // FormAnalysis
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1436, 711);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.labelThreshold);
     this.Controls.Add(this.btnNegative);
     this.Name = "FormAnalysis";
     this.Text = "Analysis";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.horizontalGrayChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.verticalGrayChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 34
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.button1       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.InactiveCaption;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dataGridView1.Location   = new System.Drawing.Point(738, 0);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size       = new System.Drawing.Size(212, 529);
     this.dataGridView1.TabIndex   = 0;
     //
     // Column1
     //
     this.Column1.HeaderText = "X";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Y";
     this.Column2.Name       = "Column2";
     //
     // button1
     //
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button1.Location  = new System.Drawing.Point(794, 532);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(108, 45);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "аппроксимир-овать";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.ForeColor = System.Drawing.SystemColors.Highlight;
     this.button2.Location  = new System.Drawing.Point(794, 583);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(108, 45);
     this.button2.TabIndex  = 2;
     this.button2.Text      = "очистить";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.ForeColor = System.Drawing.SystemColors.Info;
     this.label1.Location  = new System.Drawing.Point(63, 572);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(51, 20);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "label1";
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.Lavender;
     chartArea1.Name       = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(-1, 0);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry;
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series1.Legend       = "Legend1";
     series1.Name         = "точки";
     series2.ChartArea    = "ChartArea1";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend       = "Legend1";
     series2.Name         = "аппроксимация";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(733, 529);
     this.chart1.TabIndex = 5;
     this.chart1.Text     = "chart1";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(632, 569);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Location  = new System.Drawing.Point(567, 572);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(33, 13);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Xmax";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(950, 646);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dataGridView1);
     this.Name   = "Form1";
     this.Text   = "Form";
     this.Load  += new System.EventHandler(this.Form1_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(배경));
     this.button1  = new System.Windows.Forms.Button();
     this.chart2   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.timer1   = new System.Windows.Forms.Timer(this.components);
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.label3   = new System.Windows.Forms.Label();
     this.label4   = new System.Windows.Forms.Label();
     this.label5   = new System.Windows.Forms.Label();
     this.button2  = new System.Windows.Forms.Button();
     this.button3  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(1652, 1028);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(260, 46);
     this.button1.TabIndex = 0;
     this.button1.Text     = "종료 하기";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // chart2
     //
     this.chart2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     chartArea1.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea1);
     this.chart2.Cursor = System.Windows.Forms.Cursors.Hand;
     legend1.Name       = "Legend1";
     this.chart2.Legends.Add(legend1);
     this.chart2.Location    = new System.Drawing.Point(24, 24);
     this.chart2.Name        = "chart2";
     this.chart2.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     this.chart2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend          = "Legend1";
     series1.Name            = "시세";
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend          = "Legend1";
     series2.Name            = "코드아트 코인";
     this.chart2.Series.Add(series1);
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(823, 450);
     this.chart2.TabIndex = 2;
     this.chart2.Text     = "시세";
     this.chart2.Click   += new System.EventHandler(this.chart2_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // listBox1
     //
     this.listBox1.BackColor         = System.Drawing.Color.Black;
     this.listBox1.Font              = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.listBox1.ForeColor         = System.Drawing.Color.White;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 24;
     this.listBox1.Location          = new System.Drawing.Point(23, 529);
     this.listBox1.Name              = "listBox1";
     this.listBox1.Size              = new System.Drawing.Size(822, 220);
     this.listBox1.TabIndex          = 3;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(16, 487);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(59, 39);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "랭킹";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(12, 1042);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(379, 39);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "저작권: [email protected]";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(17, 767);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 39);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "[유저 정보]";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(17, 816);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(68, 39);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "이름:";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("배달의민족 연성", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(16, 855);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(140, 39);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "컴퓨터 이름:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(1386, 1028);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(260, 46);
     this.button2.TabIndex = 11;
     this.button2.Text     = "저장 하기";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click_1);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(1120, 1028);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(260, 46);
     this.button3.TabIndex = 12;
     this.button3.Text     = "한강 행";
     this.button3.UseVisualStyleBackColor = true;
     //
     // 배경
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1924, 1061);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "배경";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "배경";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.배경_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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 chartArea16 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend16    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series16    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea17 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend17    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series17    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea18 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend18    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series18    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.btn_open        = new System.Windows.Forms.Button();
     this.pictureBox2     = new System.Windows.Forms.PictureBox();
     this.label1          = new System.Windows.Forms.Label();
     this.HistogramRed    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.HistogramBlue   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.HistogramGreen  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.pictureBox3     = new System.Windows.Forms.PictureBox();
     this.pictureBox4     = new System.Windows.Forms.PictureBox();
     this.pictureBox5     = new System.Windows.Forms.PictureBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.Percentage      = new System.Windows.Forms.TextBox();
     this.label8          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.btn_Negative    = new System.Windows.Forms.Button();
     this.btn_Brightness  = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramRed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramBlue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramGreen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(13, 13);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(290, 202);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // btn_open
     //
     this.btn_open.Location = new System.Drawing.Point(310, 13);
     this.btn_open.Name     = "btn_open";
     this.btn_open.Size     = new System.Drawing.Size(105, 36);
     this.btn_open.TabIndex = 1;
     this.btn_open.Text     = "Open file";
     this.btn_open.UseVisualStyleBackColor = true;
     this.btn_open.Click += new System.EventHandler(this.btn_open_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new System.Drawing.Point(421, 13);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(290, 202);
     this.pictureBox2.TabIndex = 2;
     this.pictureBox2.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(539, 228);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(97, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Intensity Correction";
     //
     // HistogramRed
     //
     chartArea16.Name = "ChartArea1";
     this.HistogramRed.ChartAreas.Add(chartArea16);
     legend16.Name = "Legend1";
     this.HistogramRed.Legends.Add(legend16);
     this.HistogramRed.Location = new System.Drawing.Point(13, 244);
     this.HistogramRed.Name     = "HistogramRed";
     series16.ChartArea         = "ChartArea1";
     series16.Color             = System.Drawing.Color.Red;
     series16.Legend            = "Legend1";
     series16.Name        = "Color";
     series16.ShadowColor = System.Drawing.Color.Red;
     this.HistogramRed.Series.Add(series16);
     this.HistogramRed.Size     = new System.Drawing.Size(283, 131);
     this.HistogramRed.TabIndex = 19;
     this.HistogramRed.Text     = "HistogramRed";
     //
     // HistogramBlue
     //
     chartArea17.Name = "ChartArea1";
     this.HistogramBlue.ChartAreas.Add(chartArea17);
     legend17.Name = "Legend1";
     this.HistogramBlue.Legends.Add(legend17);
     this.HistogramBlue.Location = new System.Drawing.Point(606, 244);
     this.HistogramBlue.Name     = "HistogramBlue";
     series17.ChartArea          = "ChartArea1";
     series17.Color  = System.Drawing.Color.Blue;
     series17.Legend = "Legend1";
     series17.Name   = "Color";
     this.HistogramBlue.Series.Add(series17);
     this.HistogramBlue.Size     = new System.Drawing.Size(283, 131);
     this.HistogramBlue.TabIndex = 22;
     this.HistogramBlue.Text     = "HistogramBlue";
     //
     // HistogramGreen
     //
     chartArea18.Name = "ChartArea1";
     this.HistogramGreen.ChartAreas.Add(chartArea18);
     legend18.Name = "Legend1";
     this.HistogramGreen.Legends.Add(legend18);
     this.HistogramGreen.Location = new System.Drawing.Point(310, 244);
     this.HistogramGreen.Name     = "HistogramGreen";
     series18.ChartArea           = "ChartArea1";
     series18.Color       = System.Drawing.Color.Lime;
     series18.Legend      = "Legend1";
     series18.Name        = "Color";
     series18.ShadowColor = System.Drawing.Color.Red;
     this.HistogramGreen.Series.Add(series18);
     this.HistogramGreen.Size     = new System.Drawing.Size(283, 131);
     this.HistogramGreen.TabIndex = 21;
     this.HistogramGreen.Text     = "HistogramGreen";
     //
     // pictureBox3
     //
     this.pictureBox3.Location = new System.Drawing.Point(13, 395);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(283, 185);
     this.pictureBox3.TabIndex = 23;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox4
     //
     this.pictureBox4.Location = new System.Drawing.Point(310, 395);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(283, 185);
     this.pictureBox4.TabIndex = 24;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Location = new System.Drawing.Point(606, 395);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(283, 185);
     this.pictureBox5.TabIndex = 25;
     this.pictureBox5.TabStop  = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(35, 587);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 13);
     this.label2.TabIndex = 26;
     this.label2.Text     = "Red Component";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(335, 586);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 13);
     this.label3.TabIndex = 27;
     this.label3.Text     = "Green Conponent";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(617, 586);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(87, 13);
     this.label4.TabIndex = 28;
     this.label4.Text     = "Blue Commonent";
     //
     // Percentage
     //
     this.Percentage.Location = new System.Drawing.Point(761, 52);
     this.Percentage.Name     = "Percentage";
     this.Percentage.Size     = new System.Drawing.Size(107, 20);
     this.Percentage.TabIndex = 33;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(874, 55);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(15, 13);
     this.label8.TabIndex = 32;
     this.label8.Text     = "%";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(761, 36);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(85, 13);
     this.label7.TabIndex = 31;
     this.label7.Text     = "Percentage (+/-)";
     //
     // btn_Negative
     //
     this.btn_Negative.Location = new System.Drawing.Point(837, 90);
     this.btn_Negative.Name     = "btn_Negative";
     this.btn_Negative.Size     = new System.Drawing.Size(75, 23);
     this.btn_Negative.TabIndex = 30;
     this.btn_Negative.Text     = "Negative";
     this.btn_Negative.UseVisualStyleBackColor = true;
     this.btn_Negative.Click += new System.EventHandler(this.btn_Negative_Click);
     //
     // btn_Brightness
     //
     this.btn_Brightness.Location = new System.Drawing.Point(761, 90);
     this.btn_Brightness.Name     = "btn_Brightness";
     this.btn_Brightness.Size     = new System.Drawing.Size(70, 23);
     this.btn_Brightness.TabIndex = 29;
     this.btn_Brightness.Text     = "Brigtness";
     this.btn_Brightness.UseVisualStyleBackColor = true;
     this.btn_Brightness.Click += new System.EventHandler(this.btn_Brightness_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(933, 605);
     this.Controls.Add(this.Percentage);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btn_Negative);
     this.Controls.Add(this.btn_Brightness);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.HistogramBlue);
     this.Controls.Add(this.HistogramGreen);
     this.Controls.Add(this.HistogramRed);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.btn_open);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramRed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramBlue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HistogramGreen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chart_nb_vente = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.comboBoxYears  = new System.Windows.Forms.ComboBox();
     this.cherch         = new System.Windows.Forms.Button();
     this.label4         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.panel5         = new System.Windows.Forms.Panel();
     this.label10        = new System.Windows.Forms.Label();
     this.achat          = new System.Windows.Forms.Label();
     this.panel4         = new System.Windows.Forms.Panel();
     this.label5         = new System.Windows.Forms.Label();
     this.des            = new System.Windows.Forms.Label();
     this.panel3         = new System.Windows.Forms.Panel();
     this.label3         = new System.Windows.Forms.Label();
     this.perte          = new System.Windows.Forms.Label();
     this.panel2         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.gain           = new System.Windows.Forms.Label();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label1         = new System.Windows.Forms.Label();
     this.nb             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart_nb_vente)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // chart_nb_vente
     //
     chartArea1.Name = "ChartArea1";
     this.chart_nb_vente.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart_nb_vente.Legends.Add(legend1);
     this.chart_nb_vente.Location = new System.Drawing.Point(16, 80);
     this.chart_nb_vente.Name     = "chart_nb_vente";
     this.chart_nb_vente.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series1.ChartArea            = "ChartArea1";
     series1.ChartType            = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
     series1.Legend          = "Legend1";
     series1.Name            = "ventes";
     series1.YValuesPerPoint = 4;
     this.chart_nb_vente.Series.Add(series1);
     this.chart_nb_vente.Size     = new System.Drawing.Size(368, 364);
     this.chart_nb_vente.TabIndex = 24;
     this.chart_nb_vente.Text     = "chart_nb_vente";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Janvier",
         "Février",
         "Mars",
         "Avril",
         "Mai",
         "Juin",
         "Juillet",
         "Aout",
         "Septembre",
         "Octobre",
         "Novembre",
         "Décembre"
     });
     this.comboBox1.Location = new System.Drawing.Point(338, 4);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(179, 21);
     this.comboBox1.TabIndex = 25;
     //
     // comboBoxYears
     //
     this.comboBoxYears.FormattingEnabled = true;
     this.comboBoxYears.Items.AddRange(new object[] {
         "2020",
         "2021",
         "2022",
         "2023",
         "2024"
     });
     this.comboBoxYears.Location = new System.Drawing.Point(338, 40);
     this.comboBoxYears.Name     = "comboBoxYears";
     this.comboBoxYears.Size     = new System.Drawing.Size(179, 21);
     this.comboBoxYears.TabIndex = 26;
     //
     // cherch
     //
     this.cherch.BackColor = System.Drawing.SystemColors.Highlight;
     this.cherch.FlatAppearance.BorderSize = 0;
     this.cherch.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.cherch.Font       = new System.Drawing.Font("Consolas", 12F);
     this.cherch.ForeColor  = System.Drawing.Color.White;
     this.cherch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cherch.Location   = new System.Drawing.Point(561, 12);
     this.cherch.Name       = "cherch";
     this.cherch.Size       = new System.Drawing.Size(141, 30);
     this.cherch.TabIndex   = 35;
     this.cherch.Text       = "Chercher";
     this.cherch.UseVisualStyleBackColor = false;
     this.cherch.Click += new System.EventHandler(this.cherch_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(-4, 5);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(284, 20);
     this.label4.TabIndex = 36;
     this.label4.Text     = "choissisez le mois   que vous voulez    : ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(12, 38);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(224, 20);
     this.label6.TabIndex = 47;
     this.label6.Text     = "choissisez l\'année également  ";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel5.Controls.Add(this.label10);
     this.panel5.Controls.Add(this.achat);
     this.panel5.Location = new System.Drawing.Point(402, 319);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(359, 43);
     this.panel5.TabIndex = 52;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location  = new System.Drawing.Point(14, 13);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(133, 20);
     this.label10.TabIndex  = 32;
     this.label10.Text      = "Nombre d\'achats:";
     //
     // achat
     //
     this.achat.AutoSize  = true;
     this.achat.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.achat.ForeColor = System.Drawing.Color.Black;
     this.achat.Location  = new System.Drawing.Point(330, 13);
     this.achat.Name      = "achat";
     this.achat.Size      = new System.Drawing.Size(18, 20);
     this.achat.TabIndex  = 33;
     this.achat.Text      = "0";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.des);
     this.panel4.Location = new System.Drawing.Point(402, 270);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(359, 43);
     this.panel4.TabIndex = 51;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(14, 11);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(233, 20);
     this.label5.TabIndex  = 27;
     this.label5.Text      = "Nombre de produits destockes :";
     //
     // des
     //
     this.des.AutoSize  = true;
     this.des.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.des.ForeColor = System.Drawing.Color.Black;
     this.des.Location  = new System.Drawing.Point(330, 11);
     this.des.Name      = "des";
     this.des.Size      = new System.Drawing.Size(18, 20);
     this.des.TabIndex  = 31;
     this.des.Text      = "0";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.perte);
     this.panel3.Location = new System.Drawing.Point(402, 221);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(359, 43);
     this.panel3.TabIndex = 50;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(14, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(76, 20);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "La perte :";
     //
     // perte
     //
     this.perte.AutoSize  = true;
     this.perte.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.perte.ForeColor = System.Drawing.Color.Black;
     this.perte.Location  = new System.Drawing.Point(330, 10);
     this.perte.Name      = "perte";
     this.perte.Size      = new System.Drawing.Size(18, 20);
     this.perte.TabIndex  = 30;
     this.perte.Text      = "0";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.gain);
     this.panel2.Location = new System.Drawing.Point(402, 172);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(359, 43);
     this.panel2.TabIndex = 49;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(14, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 20);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Le gain :";
     //
     // gain
     //
     this.gain.AutoSize  = true;
     this.gain.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gain.ForeColor = System.Drawing.Color.Black;
     this.gain.Location  = new System.Drawing.Point(330, 11);
     this.gain.Name      = "gain";
     this.gain.Size      = new System.Drawing.Size(18, 20);
     this.gain.TabIndex  = 29;
     this.gain.Text      = "0";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(120)))), ((int)(((byte)(138)))));
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.nb);
     this.panel1.Location = new System.Drawing.Point(402, 123);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(359, 43);
     this.panel1.TabIndex = 48;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(14, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(142, 20);
     this.label1.TabIndex  = 24;
     this.label1.Text      = "Nombre de ventes:";
     //
     // nb
     //
     this.nb.AutoSize  = true;
     this.nb.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nb.ForeColor = System.Drawing.Color.Black;
     this.nb.Location  = new System.Drawing.Point(330, 11);
     this.nb.Name      = "nb";
     this.nb.Size      = new System.Drawing.Size(18, 20);
     this.nb.TabIndex  = 28;
     this.nb.Text      = "0";
     //
     // Stat_mois
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.White;
     this.ClientSize    = new System.Drawing.Size(865, 487);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cherch);
     this.Controls.Add(this.comboBoxYears);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.chart_nb_vente);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Stat_mois";
     this.Text            = "Stat_mois";
     this.Load           += new System.EventHandler(this.Stat_mois_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart_nb_vente)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.Actueel          = new System.Windows.Forms.TabPage();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.Voorspelling     = new System.Windows.Forms.Label();
     this.plaats           = new System.Windows.Forms.Label();
     this.time             = new System.Windows.Forms.Label();
     this.Wind             = new System.Windows.Forms.Label();
     this.Luchtvochtigheid = new System.Windows.Forms.Label();
     this.Tempera          = new System.Windows.Forms.Label();
     this.Trend            = new System.Windows.Forms.TabPage();
     this.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.Opties           = new System.Windows.Forms.TabPage();
     this.button1          = new System.Windows.Forms.Button();
     this.label7           = new System.Windows.Forms.Label();
     this.inputInterval    = new System.Windows.Forms.TextBox();
     this.C                 = new System.Windows.Forms.RadioButton();
     this.F                 = new System.Windows.Forms.RadioButton();
     this.label6            = new System.Windows.Forms.Label();
     this.intervaltext      = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.inputPlaats       = new System.Windows.Forms.TextBox();
     this.notifyIcon1       = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.huidigeTemperatuurToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.overToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.verversenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optiesToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.sluitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.tabControl1.SuspendLayout();
     this.Actueel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.Trend.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.Opties.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.Actueel);
     this.tabControl1.Controls.Add(this.Trend);
     this.tabControl1.Controls.Add(this.Opties);
     this.tabControl1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.tabControl1.Location      = new System.Drawing.Point(-5, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(518, 391);
     this.tabControl1.TabIndex      = 0;
     //
     // Actueel
     //
     this.Actueel.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.Actueel.Controls.Add(this.pictureBox1);
     this.Actueel.Controls.Add(this.Voorspelling);
     this.Actueel.Controls.Add(this.plaats);
     this.Actueel.Controls.Add(this.time);
     this.Actueel.Controls.Add(this.Wind);
     this.Actueel.Controls.Add(this.Luchtvochtigheid);
     this.Actueel.Controls.Add(this.Tempera);
     this.Actueel.Location = new System.Drawing.Point(4, 25);
     this.Actueel.Name     = "Actueel";
     this.Actueel.Padding  = new System.Windows.Forms.Padding(3);
     this.Actueel.Size     = new System.Drawing.Size(510, 362);
     this.Actueel.TabIndex = 0;
     this.Actueel.Text     = "Actueel";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(35, 6);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(128, 98);
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop  = false;
     //
     // Voorspelling
     //
     this.Voorspelling.AutoSize = true;
     this.Voorspelling.Location = new System.Drawing.Point(205, 127);
     this.Voorspelling.Name     = "Voorspelling";
     this.Voorspelling.Size     = new System.Drawing.Size(86, 17);
     this.Voorspelling.TabIndex = 11;
     this.Voorspelling.Text     = "Voorspelling";
     //
     // plaats
     //
     this.plaats.AutoSize = true;
     this.plaats.Location = new System.Drawing.Point(36, 127);
     this.plaats.Name     = "plaats";
     this.plaats.Size     = new System.Drawing.Size(47, 17);
     this.plaats.TabIndex = 10;
     this.plaats.Text     = "Plaats";
     //
     // time
     //
     this.time.AutoSize = true;
     this.time.Location = new System.Drawing.Point(205, 212);
     this.time.Name     = "time";
     this.time.Size     = new System.Drawing.Size(105, 17);
     this.time.TabIndex = 9;
     this.time.Text     = "[ Last Update ] ";
     //
     // Wind
     //
     this.Wind.AutoSize = true;
     this.Wind.Location = new System.Drawing.Point(36, 249);
     this.Wind.Name     = "Wind";
     this.Wind.Size     = new System.Drawing.Size(52, 17);
     this.Wind.TabIndex = 8;
     this.Wind.Text     = "Wind : ";
     //
     // Luchtvochtigheid
     //
     this.Luchtvochtigheid.AutoSize = true;
     this.Luchtvochtigheid.Location = new System.Drawing.Point(36, 212);
     this.Luchtvochtigheid.Name     = "Luchtvochtigheid";
     this.Luchtvochtigheid.Size     = new System.Drawing.Size(127, 17);
     this.Luchtvochtigheid.TabIndex = 7;
     this.Luchtvochtigheid.Text     = "Luchtvochtigheid : ";
     //
     // Tempera
     //
     this.Tempera.AutoSize = true;
     this.Tempera.Location = new System.Drawing.Point(32, 172);
     this.Tempera.Name     = "Tempera";
     this.Tempera.Size     = new System.Drawing.Size(102, 17);
     this.Tempera.TabIndex = 6;
     this.Tempera.Text     = "Temperatuur : ";
     //
     // Trend
     //
     this.Trend.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.Trend.Controls.Add(this.chart1);
     this.Trend.Location = new System.Drawing.Point(4, 25);
     this.Trend.Name     = "Trend";
     this.Trend.Padding  = new System.Windows.Forms.Padding(3);
     this.Trend.Size     = new System.Drawing.Size(510, 362);
     this.Trend.TabIndex = 1;
     this.Trend.Text     = "Trend";
     //
     // chart1
     //
     chartArea1.AxisX.InterlacedColor   = System.Drawing.Color.White;
     chartArea1.AxisX.IsMarginVisible   = false;
     chartArea1.AxisX.Title             = "Datum";
     chartArea1.AxisX.TitleForeColor    = System.Drawing.Color.LightGray;
     chartArea1.AxisY.IsStartedFromZero = false;
     chartArea1.AxisY.TextOrientation   = System.Windows.Forms.DataVisualization.Charting.TextOrientation.Stacked;
     chartArea1.AxisY.Title             = "Temperatuur";
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Enabled = false;
     legend1.Name    = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(3, 0);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Temperatuur";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(501, 359);
     this.chart1.TabIndex = 3;
     this.chart1.Text     = "chart1";
     //
     // Opties
     //
     this.Opties.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.Opties.Controls.Add(this.button1);
     this.Opties.Controls.Add(this.label7);
     this.Opties.Controls.Add(this.inputInterval);
     this.Opties.Controls.Add(this.C);
     this.Opties.Controls.Add(this.F);
     this.Opties.Controls.Add(this.label6);
     this.Opties.Controls.Add(this.intervaltext);
     this.Opties.Controls.Add(this.label4);
     this.Opties.Controls.Add(this.inputPlaats);
     this.Opties.Location = new System.Drawing.Point(4, 25);
     this.Opties.Name     = "Opties";
     this.Opties.Padding  = new System.Windows.Forms.Padding(3);
     this.Opties.Size     = new System.Drawing.Size(510, 362);
     this.Opties.TabIndex = 2;
     this.Opties.Text     = "Opties";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(238, 222);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(109, 23);
     this.button1.TabIndex = 11;
     this.button1.Text     = "Change";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(771, 304);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(57, 17);
     this.label7.TabIndex = 10;
     this.label7.Text     = "(in Sec)";
     //
     // inputInterval
     //
     this.inputInterval.Location = new System.Drawing.Point(73, 79);
     this.inputInterval.Name     = "inputInterval";
     this.inputInterval.Size     = new System.Drawing.Size(352, 22);
     this.inputInterval.TabIndex = 9;
     this.inputInterval.Text     = "60";
     //
     // C
     //
     this.C.AutoSize = true;
     this.C.Checked  = true;
     this.C.Location = new System.Drawing.Point(103, 117);
     this.C.Name     = "C";
     this.C.Size     = new System.Drawing.Size(38, 21);
     this.C.TabIndex = 8;
     this.C.TabStop  = true;
     this.C.Text     = "C";
     this.C.UseVisualStyleBackColor = true;
     //
     // F
     //
     this.F.AutoSize = true;
     this.F.Location = new System.Drawing.Point(166, 117);
     this.F.Name     = "F";
     this.F.Size     = new System.Drawing.Size(37, 21);
     this.F.TabIndex = 7;
     this.F.Text     = "F";
     this.F.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 119);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(73, 17);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Weergave";
     //
     // intervaltext
     //
     this.intervaltext.AutoSize = true;
     this.intervaltext.Location = new System.Drawing.Point(13, 79);
     this.intervaltext.Name     = "intervaltext";
     this.intervaltext.Size     = new System.Drawing.Size(54, 17);
     this.intervaltext.TabIndex = 5;
     this.intervaltext.Text     = "Interval";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(13, 43);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 17);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Plaats";
     //
     // inputPlaats
     //
     this.inputPlaats.Location = new System.Drawing.Point(73, 43);
     this.inputPlaats.Name     = "inputPlaats";
     this.inputPlaats.Size     = new System.Drawing.Size(352, 22);
     this.inputPlaats.TabIndex = 3;
     this.inputPlaats.Text     = "Emmen";
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip  = this.contextMenuStrip1;
     this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text              = "Weerstation Mark";
     this.notifyIcon1.Visible           = true;
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.huidigeTemperatuurToolStripMenuItem,
         this.overToolStripMenuItem,
         this.verversenToolStripMenuItem,
         this.optiesToolStripMenuItem,
         this.openToolStripMenuItem,
         this.sluitToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(218, 176);
     //
     // huidigeTemperatuurToolStripMenuItem
     //
     this.huidigeTemperatuurToolStripMenuItem.Name = "huidigeTemperatuurToolStripMenuItem";
     this.huidigeTemperatuurToolStripMenuItem.Size = new System.Drawing.Size(217, 24);
     this.huidigeTemperatuurToolStripMenuItem.Text = "Huidige temperatuur";
     //
     // overToolStripMenuItem
     //
     this.overToolStripMenuItem.Name   = "overToolStripMenuItem";
     this.overToolStripMenuItem.Size   = new System.Drawing.Size(217, 24);
     this.overToolStripMenuItem.Text   = "Over...";
     this.overToolStripMenuItem.Click += new System.EventHandler(this.overToolStripMenuItem_Click);
     //
     // verversenToolStripMenuItem
     //
     this.verversenToolStripMenuItem.Name   = "verversenToolStripMenuItem";
     this.verversenToolStripMenuItem.Size   = new System.Drawing.Size(217, 24);
     this.verversenToolStripMenuItem.Text   = "Verversen";
     this.verversenToolStripMenuItem.Click += new System.EventHandler(this.verversenToolStripMenuItem_Click);
     //
     // optiesToolStripMenuItem
     //
     this.optiesToolStripMenuItem.Name   = "optiesToolStripMenuItem";
     this.optiesToolStripMenuItem.Size   = new System.Drawing.Size(217, 24);
     this.optiesToolStripMenuItem.Text   = "Opties...";
     this.optiesToolStripMenuItem.Click += new System.EventHandler(this.optiesToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(217, 24);
     this.openToolStripMenuItem.Text   = "Open...";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // sluitToolStripMenuItem
     //
     this.sluitToolStripMenuItem.Name   = "sluitToolStripMenuItem";
     this.sluitToolStripMenuItem.Size   = new System.Drawing.Size(217, 24);
     this.sluitToolStripMenuItem.Text   = "Sluit...";
     this.sluitToolStripMenuItem.Click += new System.EventHandler(this.sluitToolStripMenuItem_Click);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 60;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlDarkDark;
     this.ClientSize          = new System.Drawing.Size(506, 386);
     this.Controls.Add(this.tabControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Weerstation van Mark Benjamins";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.tabControl1.ResumeLayout(false);
     this.Actueel.ResumeLayout(false);
     this.Actueel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.Trend.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.Opties.ResumeLayout(false);
     this.Opties.PerformLayout();
     this.contextMenuStrip1.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.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(Datavisualisatie3));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.button1      = new System.Windows.Forms.Button();
     this.WGSmaand     = new System.Windows.Forms.GroupBox();
     this.WGSdec       = new System.Windows.Forms.CheckBox();
     this.WGSnov       = new System.Windows.Forms.CheckBox();
     this.WGSokt       = new System.Windows.Forms.CheckBox();
     this.WGSsep       = new System.Windows.Forms.CheckBox();
     this.WGSaug       = new System.Windows.Forms.CheckBox();
     this.WGSjul       = new System.Windows.Forms.CheckBox();
     this.WGSjun       = new System.Windows.Forms.CheckBox();
     this.WGSmei       = new System.Windows.Forms.CheckBox();
     this.WGSapr       = new System.Windows.Forms.CheckBox();
     this.WGSmrt       = new System.Windows.Forms.CheckBox();
     this.WGSfeb       = new System.Windows.Forms.CheckBox();
     this.WGSjan       = new System.Windows.Forms.CheckBox();
     this.WGSinleiding = new System.Windows.Forms.TextBox();
     this.WGStitel     = new System.Windows.Forms.TextBox();
     this.WGSchart     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.WGSmaand.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.WGSchart)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(760, 595);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(125, 25);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Terug naar hoofdmenu";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // WGSmaand
     //
     this.WGSmaand.Controls.Add(this.WGSdec);
     this.WGSmaand.Controls.Add(this.WGSnov);
     this.WGSmaand.Controls.Add(this.WGSokt);
     this.WGSmaand.Controls.Add(this.WGSsep);
     this.WGSmaand.Controls.Add(this.WGSaug);
     this.WGSmaand.Controls.Add(this.WGSjul);
     this.WGSmaand.Controls.Add(this.WGSjun);
     this.WGSmaand.Controls.Add(this.WGSmei);
     this.WGSmaand.Controls.Add(this.WGSapr);
     this.WGSmaand.Controls.Add(this.WGSmrt);
     this.WGSmaand.Controls.Add(this.WGSfeb);
     this.WGSmaand.Controls.Add(this.WGSjan);
     this.WGSmaand.Location = new System.Drawing.Point(95, 390);
     this.WGSmaand.Name     = "WGSmaand";
     this.WGSmaand.Size     = new System.Drawing.Size(400, 130);
     this.WGSmaand.TabIndex = 21;
     this.WGSmaand.TabStop  = false;
     this.WGSmaand.Text     = "Maand";
     //
     // WGSdec
     //
     this.WGSdec.AutoSize = true;
     this.WGSdec.Location = new System.Drawing.Point(288, 78);
     this.WGSdec.Name     = "WGSdec";
     this.WGSdec.Size     = new System.Drawing.Size(73, 17);
     this.WGSdec.TabIndex = 11;
     this.WGSdec.Text     = "december";
     this.WGSdec.UseVisualStyleBackColor = true;
     //
     // WGSnov
     //
     this.WGSnov.AutoSize = true;
     this.WGSnov.Location = new System.Drawing.Point(202, 78);
     this.WGSnov.Name     = "WGSnov";
     this.WGSnov.Size     = new System.Drawing.Size(73, 17);
     this.WGSnov.TabIndex = 10;
     this.WGSnov.Text     = "november";
     this.WGSnov.UseVisualStyleBackColor = true;
     //
     // WGSokt
     //
     this.WGSokt.AutoSize = true;
     this.WGSokt.Location = new System.Drawing.Point(116, 78);
     this.WGSokt.Name     = "WGSokt";
     this.WGSokt.Size     = new System.Drawing.Size(62, 17);
     this.WGSokt.TabIndex = 9;
     this.WGSokt.Text     = "oktober";
     this.WGSokt.UseVisualStyleBackColor = true;
     //
     // WGSsep
     //
     this.WGSsep.AutoSize = true;
     this.WGSsep.Location = new System.Drawing.Point(30, 78);
     this.WGSsep.Name     = "WGSsep";
     this.WGSsep.Size     = new System.Drawing.Size(75, 17);
     this.WGSsep.TabIndex = 8;
     this.WGSsep.Text     = "september";
     this.WGSsep.UseVisualStyleBackColor = true;
     //
     // WGSaug
     //
     this.WGSaug.AutoSize = true;
     this.WGSaug.Location = new System.Drawing.Point(288, 54);
     this.WGSaug.Name     = "WGSaug";
     this.WGSaug.Size     = new System.Drawing.Size(69, 17);
     this.WGSaug.TabIndex = 7;
     this.WGSaug.Text     = "augustus";
     this.WGSaug.UseVisualStyleBackColor = true;
     //
     // WGSjul
     //
     this.WGSjul.AutoSize = true;
     this.WGSjul.Location = new System.Drawing.Point(202, 54);
     this.WGSjul.Name     = "WGSjul";
     this.WGSjul.Size     = new System.Drawing.Size(38, 17);
     this.WGSjul.TabIndex = 6;
     this.WGSjul.Text     = "juli";
     this.WGSjul.UseVisualStyleBackColor = true;
     //
     // WGSjun
     //
     this.WGSjun.AutoSize = true;
     this.WGSjun.Location = new System.Drawing.Point(116, 54);
     this.WGSjun.Name     = "WGSjun";
     this.WGSjun.Size     = new System.Drawing.Size(42, 17);
     this.WGSjun.TabIndex = 5;
     this.WGSjun.Text     = "juni";
     this.WGSjun.UseVisualStyleBackColor = true;
     //
     // WGSmei
     //
     this.WGSmei.AutoSize = true;
     this.WGSmei.Location = new System.Drawing.Point(30, 54);
     this.WGSmei.Name     = "WGSmei";
     this.WGSmei.Size     = new System.Drawing.Size(42, 17);
     this.WGSmei.TabIndex = 4;
     this.WGSmei.Text     = "mei";
     this.WGSmei.UseVisualStyleBackColor = true;
     //
     // WGSapr
     //
     this.WGSapr.AutoSize = true;
     this.WGSapr.Location = new System.Drawing.Point(288, 30);
     this.WGSapr.Name     = "WGSapr";
     this.WGSapr.Size     = new System.Drawing.Size(45, 17);
     this.WGSapr.TabIndex = 3;
     this.WGSapr.Text     = "april";
     this.WGSapr.UseVisualStyleBackColor = true;
     //
     // WGSmrt
     //
     this.WGSmrt.AutoSize = true;
     this.WGSmrt.Location = new System.Drawing.Point(202, 30);
     this.WGSmrt.Name     = "WGSmrt";
     this.WGSmrt.Size     = new System.Drawing.Size(52, 17);
     this.WGSmrt.TabIndex = 2;
     this.WGSmrt.Text     = "maart";
     this.WGSmrt.UseVisualStyleBackColor = true;
     //
     // WGSfeb
     //
     this.WGSfeb.AutoSize = true;
     this.WGSfeb.Location = new System.Drawing.Point(116, 30);
     this.WGSfeb.Name     = "WGSfeb";
     this.WGSfeb.Size     = new System.Drawing.Size(61, 17);
     this.WGSfeb.TabIndex = 1;
     this.WGSfeb.Text     = "februari";
     this.WGSfeb.UseVisualStyleBackColor = true;
     //
     // WGSjan
     //
     this.WGSjan.AutoSize = true;
     this.WGSjan.Location = new System.Drawing.Point(30, 30);
     this.WGSjan.Name     = "WGSjan";
     this.WGSjan.Size     = new System.Drawing.Size(57, 17);
     this.WGSjan.TabIndex = 0;
     this.WGSjan.Text     = "januari";
     this.WGSjan.UseVisualStyleBackColor = true;
     //
     // WGSinleiding
     //
     this.WGSinleiding.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WGSinleiding.Location  = new System.Drawing.Point(60, 210);
     this.WGSinleiding.Multiline = true;
     this.WGSinleiding.Name      = "WGSinleiding";
     this.WGSinleiding.Size      = new System.Drawing.Size(470, 70);
     this.WGSinleiding.TabIndex  = 24;
     this.WGSinleiding.Text      = resources.GetString("WGSinleiding.Text");
     //
     // WGStitel
     //
     this.WGStitel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WGStitel.Location  = new System.Drawing.Point(70, 30);
     this.WGStitel.Name      = "WGStitel";
     this.WGStitel.Size      = new System.Drawing.Size(960, 44);
     this.WGStitel.TabIndex  = 23;
     this.WGStitel.Text      = "Windsnelheid en geboorte en sterfte";
     this.WGStitel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // WGSchart
     //
     chartArea1.Name = "ChartArea1";
     this.WGSchart.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.WGSchart.Legends.Add(legend1);
     this.WGSchart.Location = new System.Drawing.Point(580, 150);
     this.WGSchart.Name     = "WGSchart";
     series1.ChartArea      = "ChartArea1";
     series1.Legend         = "Legend1";
     series1.Name           = "Windsnelheid";
     series2.ChartArea      = "ChartArea1";
     series2.Legend         = "Legend1";
     series2.Name           = "Geboorte";
     series3.ChartArea      = "ChartArea1";
     series3.Legend         = "Legend1";
     series3.Name           = "Sterfte";
     this.WGSchart.Series.Add(series1);
     this.WGSchart.Series.Add(series2);
     this.WGSchart.Series.Add(series3);
     this.WGSchart.Size     = new System.Drawing.Size(490, 400);
     this.WGSchart.TabIndex = 25;
     this.WGSchart.Text     = "Windsnelheid en geboorte en sterfte";
     //
     // Datavisualisatie3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1114, 701);
     this.Controls.Add(this.WGSchart);
     this.Controls.Add(this.WGSmaand);
     this.Controls.Add(this.WGSinleiding);
     this.Controls.Add(this.WGStitel);
     this.Controls.Add(this.button1);
     this.Name = "Datavisualisatie3";
     this.Text = "Datavisualisatie3";
     this.WGSmaand.ResumeLayout(false);
     this.WGSmaand.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.WGSchart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea 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.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.plot_chart           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.points_chart         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label3               = new System.Windows.Forms.Label();
     this.alpha_textBox        = new System.Windows.Forms.TextBox();
     this.betta_textBox        = new System.Windows.Forms.TextBox();
     this.label7               = new System.Windows.Forms.Label();
     this.gamma_textBox        = new System.Windows.Forms.TextBox();
     this.label8               = new System.Windows.Forms.Label();
     this.delta_textBox        = new System.Windows.Forms.TextBox();
     this.label9               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.range_left_textBox   = new System.Windows.Forms.TextBox();
     this.range_right_textBox  = new System.Windows.Forms.TextBox();
     this.trivial_radioButton  = new System.Windows.Forms.RadioButton();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.strongin_radioButton = new System.Windows.Forms.RadioButton();
     this.piyavsky_radioButton = new System.Windows.Forms.RadioButton();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.label11              = new System.Windows.Forms.Label();
     this.plot_button          = new System.Windows.Forms.Button();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.label10              = new System.Windows.Forms.Label();
     this.method_param_textBox = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.accuracy_textBox     = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.iterations_textBox   = new System.Windows.Forms.TextBox();
     this.run_button           = new System.Windows.Forms.Button();
     this.cancel_button        = new System.Windows.Forms.Button();
     this.result_textBox       = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.plot_chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.points_chart)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // plot_chart
     //
     chartArea3.Name = "ChartArea1";
     this.plot_chart.ChartAreas.Add(chartArea3);
     legend3.Name = "Legend1";
     this.plot_chart.Legends.Add(legend3);
     this.plot_chart.Location = new System.Drawing.Point(5, 34);
     this.plot_chart.Margin   = new System.Windows.Forms.Padding(4);
     this.plot_chart.Name     = "plot_chart";
     this.plot_chart.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
     series5.ChartArea        = "ChartArea1";
     series5.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series5.Legend           = "Legend1";
     series5.MarkerColor      = System.Drawing.Color.White;
     series5.Name             = "Функция";
     this.plot_chart.Series.Add(series5);
     this.plot_chart.Size     = new System.Drawing.Size(710, 482);
     this.plot_chart.TabIndex = 0;
     this.plot_chart.Text     = "chart1";
     this.plot_chart.Click   += new System.EventHandler(this.plot_chart_Click);
     //
     // points_chart
     //
     chartArea4.Name = "ChartArea1";
     this.points_chart.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.points_chart.Legends.Add(legend4);
     this.points_chart.Location = new System.Drawing.Point(5, 522);
     this.points_chart.Margin   = new System.Windows.Forms.Padding(4);
     this.points_chart.Name     = "points_chart";
     this.points_chart.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel;
     series6.ChartArea          = "ChartArea1";
     series6.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series6.Legend             = "Legend1";
     series6.Name       = "Перебор";
     series7.ChartArea  = "ChartArea1";
     series7.ChartType  = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series7.Legend     = "Legend1";
     series7.MarkerSize = 7;
     series7.Name       = "Пиявский";
     series8.ChartArea  = "ChartArea1";
     series8.ChartType  = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series8.Legend     = "Legend1";
     series8.MarkerSize = 7;
     series8.Name       = "Стронгин";
     this.points_chart.Series.Add(series6);
     this.points_chart.Series.Add(series7);
     this.points_chart.Series.Add(series8);
     this.points_chart.Size     = new System.Drawing.Size(710, 188);
     this.points_chart.TabIndex = 1;
     this.points_chart.Text     = "chart2";
     this.points_chart.Click   += new System.EventHandler(this.points_chart_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(88, 49);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(40, 17);
     this.label3.TabIndex = 4;
     this.label3.Text     = "F(x)=";
     //
     // alpha_textBox
     //
     this.alpha_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.alpha_textBox.Location = new System.Drawing.Point(134, 46);
     this.alpha_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.alpha_textBox.Name     = "alpha_textBox";
     this.alpha_textBox.Size     = new System.Drawing.Size(22, 22);
     this.alpha_textBox.TabIndex = 8;
     this.alpha_textBox.Text     = "2";
     //
     // betta_textBox
     //
     this.betta_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.betta_textBox.Location = new System.Drawing.Point(207, 46);
     this.betta_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.betta_textBox.Name     = "betta_textBox";
     this.betta_textBox.Size     = new System.Drawing.Size(23, 22);
     this.betta_textBox.TabIndex = 10;
     this.betta_textBox.Text     = "3";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label7.Location = new System.Drawing.Point(164, 49);
     this.label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(35, 17);
     this.label7.TabIndex = 9;
     this.label7.Text     = "* sin";
     this.label7.Click   += new System.EventHandler(this.label7_Click);
     //
     // gamma_textBox
     //
     this.gamma_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.gamma_textBox.Location = new System.Drawing.Point(268, 46);
     this.gamma_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.gamma_textBox.Name     = "gamma_textBox";
     this.gamma_textBox.Size     = new System.Drawing.Size(23, 22);
     this.gamma_textBox.TabIndex = 12;
     this.gamma_textBox.Text     = "3";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label8.Location = new System.Drawing.Point(238, 49);
     this.label8.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(30, 17);
     this.label8.TabIndex = 11;
     this.label8.Text     = "x + ";
     //
     // delta_textBox
     //
     this.delta_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.delta_textBox.Location = new System.Drawing.Point(345, 46);
     this.delta_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.delta_textBox.Name     = "delta_textBox";
     this.delta_textBox.Size     = new System.Drawing.Size(26, 22);
     this.delta_textBox.TabIndex = 14;
     this.delta_textBox.Text     = "5";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label9.Location = new System.Drawing.Point(298, 49);
     this.label9.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(39, 17);
     this.label9.TabIndex = 13;
     this.label9.Text     = "* cos";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(227, 82);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(37, 20);
     this.label4.TabIndex = 15;
     this.label4.Text     = "x∈ [";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(302, 82);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(13, 20);
     this.label5.TabIndex = 16;
     this.label5.Text     = ",";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(358, 82);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(14, 20);
     this.label6.TabIndex = 17;
     this.label6.Text     = "]";
     //
     // range_left_textBox
     //
     this.range_left_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.range_left_textBox.Location = new System.Drawing.Point(264, 79);
     this.range_left_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.range_left_textBox.Name     = "range_left_textBox";
     this.range_left_textBox.Size     = new System.Drawing.Size(30, 27);
     this.range_left_textBox.TabIndex = 18;
     this.range_left_textBox.Text     = "0";
     //
     // range_right_textBox
     //
     this.range_right_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.range_right_textBox.Location = new System.Drawing.Point(319, 79);
     this.range_right_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.range_right_textBox.Name     = "range_right_textBox";
     this.range_right_textBox.Size     = new System.Drawing.Size(31, 27);
     this.range_right_textBox.TabIndex = 19;
     this.range_right_textBox.Text     = "10";
     //
     // trivial_radioButton
     //
     this.trivial_radioButton.AutoSize  = true;
     this.trivial_radioButton.Checked   = true;
     this.trivial_radioButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.trivial_radioButton.ForeColor = System.Drawing.SystemColors.MenuText;
     this.trivial_radioButton.Location  = new System.Drawing.Point(8, 44);
     this.trivial_radioButton.Margin    = new System.Windows.Forms.Padding(4);
     this.trivial_radioButton.Name      = "trivial_radioButton";
     this.trivial_radioButton.Size      = new System.Drawing.Size(113, 24);
     this.trivial_radioButton.TabIndex  = 20;
     this.trivial_radioButton.TabStop   = true;
     this.trivial_radioButton.Text      = "Перебора";
     this.trivial_radioButton.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.strongin_radioButton);
     this.groupBox1.Controls.Add(this.piyavsky_radioButton);
     this.groupBox1.Controls.Add(this.trivial_radioButton);
     this.groupBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox1.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.groupBox1.Location  = new System.Drawing.Point(725, 221);
     this.groupBox1.Margin    = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Padding   = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size      = new System.Drawing.Size(156, 169);
     this.groupBox1.TabIndex  = 22;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Метод";
     this.groupBox1.Enter    += new System.EventHandler(this.groupBox1_Enter);
     //
     // strongin_radioButton
     //
     this.strongin_radioButton.AutoSize  = true;
     this.strongin_radioButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.strongin_radioButton.ForeColor = System.Drawing.SystemColors.MenuText;
     this.strongin_radioButton.Location  = new System.Drawing.Point(8, 108);
     this.strongin_radioButton.Margin    = new System.Windows.Forms.Padding(4);
     this.strongin_radioButton.Name      = "strongin_radioButton";
     this.strongin_radioButton.Size      = new System.Drawing.Size(120, 24);
     this.strongin_radioButton.TabIndex  = 22;
     this.strongin_radioButton.Text      = "Стронгина";
     this.strongin_radioButton.UseVisualStyleBackColor = true;
     //
     // piyavsky_radioButton
     //
     this.piyavsky_radioButton.AutoSize  = true;
     this.piyavsky_radioButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.piyavsky_radioButton.ForeColor = System.Drawing.SystemColors.MenuText;
     this.piyavsky_radioButton.Location  = new System.Drawing.Point(8, 76);
     this.piyavsky_radioButton.Margin    = new System.Windows.Forms.Padding(4);
     this.piyavsky_radioButton.Name      = "piyavsky_radioButton";
     this.piyavsky_radioButton.Size      = new System.Drawing.Size(119, 24);
     this.piyavsky_radioButton.TabIndex  = 21;
     this.piyavsky_radioButton.Text      = "Пиявского";
     this.piyavsky_radioButton.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.plot_button);
     this.groupBox2.Controls.Add(this.gamma_textBox);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.range_right_textBox);
     this.groupBox2.Controls.Add(this.alpha_textBox);
     this.groupBox2.Controls.Add(this.range_left_textBox);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.betta_textBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.delta_textBox);
     this.groupBox2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.groupBox2.Location  = new System.Drawing.Point(715, 34);
     this.groupBox2.Margin    = new System.Windows.Forms.Padding(4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Padding   = new System.Windows.Forms.Padding(4);
     this.groupBox2.Size      = new System.Drawing.Size(406, 168);
     this.groupBox2.TabIndex  = 21;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Функция";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label11.Location = new System.Drawing.Point(378, 49);
     this.label11.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(14, 17);
     this.label11.TabIndex = 11;
     this.label11.Text     = "x";
     this.label11.Click   += new System.EventHandler(this.label11_Click);
     //
     // plot_button
     //
     this.plot_button.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.plot_button.ForeColor = System.Drawing.Color.Black;
     this.plot_button.Location  = new System.Drawing.Point(158, 114);
     this.plot_button.Margin    = new System.Windows.Forms.Padding(4);
     this.plot_button.Name      = "plot_button";
     this.plot_button.Size      = new System.Drawing.Size(133, 31);
     this.plot_button.TabIndex  = 28;
     this.plot_button.Text      = "Построить";
     this.plot_button.UseVisualStyleBackColor = true;
     this.plot_button.Click += new System.EventHandler(this.plot_button_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.method_param_textBox);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.accuracy_textBox);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.iterations_textBox);
     this.groupBox3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox3.ForeColor = System.Drawing.Color.DimGray;
     this.groupBox3.Location  = new System.Drawing.Point(882, 221);
     this.groupBox3.Margin    = new System.Windows.Forms.Padding(4);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Padding   = new System.Windows.Forms.Padding(4);
     this.groupBox3.Size      = new System.Drawing.Size(239, 169);
     this.groupBox3.TabIndex  = 23;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Параметры";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location  = new System.Drawing.Point(8, 123);
     this.label10.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(30, 20);
     this.label10.TabIndex  = 17;
     this.label10.Text      = "r =";
     //
     // method_param_textBox
     //
     this.method_param_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.method_param_textBox.Location = new System.Drawing.Point(61, 123);
     this.method_param_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.method_param_textBox.Name     = "method_param_textBox";
     this.method_param_textBox.Size     = new System.Drawing.Size(53, 26);
     this.method_param_textBox.TabIndex = 18;
     this.method_param_textBox.Text     = "1.01";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(8, 78);
     this.label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 20);
     this.label2.TabIndex  = 15;
     this.label2.Text      = "Точность";
     //
     // accuracy_textBox
     //
     this.accuracy_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.accuracy_textBox.Location = new System.Drawing.Point(132, 76);
     this.accuracy_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.accuracy_textBox.Name     = "accuracy_textBox";
     this.accuracy_textBox.Size     = new System.Drawing.Size(99, 26);
     this.accuracy_textBox.TabIndex = 16;
     this.accuracy_textBox.Text     = "0.001";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(7, 38);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(119, 18);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Число итераций";
     //
     // iterations_textBox
     //
     this.iterations_textBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.iterations_textBox.Location = new System.Drawing.Point(146, 34);
     this.iterations_textBox.Margin   = new System.Windows.Forms.Padding(4);
     this.iterations_textBox.Name     = "iterations_textBox";
     this.iterations_textBox.Size     = new System.Drawing.Size(85, 26);
     this.iterations_textBox.TabIndex = 14;
     this.iterations_textBox.Text     = "50";
     //
     // run_button
     //
     this.run_button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.run_button.Location = new System.Drawing.Point(890, 398);
     this.run_button.Margin   = new System.Windows.Forms.Padding(4);
     this.run_button.Name     = "run_button";
     this.run_button.Size     = new System.Drawing.Size(133, 31);
     this.run_button.TabIndex = 24;
     this.run_button.Text     = "Рассчитать";
     this.run_button.UseVisualStyleBackColor = true;
     this.run_button.Click += new System.EventHandler(this.run_button_Click);
     //
     // cancel_button
     //
     this.cancel_button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.cancel_button.Location = new System.Drawing.Point(960, 751);
     this.cancel_button.Margin   = new System.Windows.Forms.Padding(4);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(133, 31);
     this.cancel_button.TabIndex = 25;
     this.cancel_button.Text     = "Закрыть";
     this.cancel_button.UseVisualStyleBackColor = true;
     //
     // result_textBox
     //
     this.result_textBox.Location     = new System.Drawing.Point(723, 476);
     this.result_textBox.Margin       = new System.Windows.Forms.Padding(4);
     this.result_textBox.Multiline    = true;
     this.result_textBox.Name         = "result_textBox";
     this.result_textBox.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.result_textBox.Size         = new System.Drawing.Size(398, 234);
     this.result_textBox.TabIndex     = 26;
     this.result_textBox.TextChanged += new System.EventHandler(this.result_textBox_TextChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1120, 795);
     this.Controls.Add(this.result_textBox);
     this.Controls.Add(this.cancel_button);
     this.Controls.Add(this.run_button);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.points_chart);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.plot_chart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.Text            = "Поиск глобального минимума";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.plot_chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.points_chart)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8    = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7    = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series7    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series8    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.pbRAM            = new MetroFramework.Controls.MetroProgressBar();
     this.pbCPU            = new MetroFramework.Controls.MetroProgressBar();
     this.lblPorcentajeRAM = new MetroFramework.Controls.MetroLabel();
     this.lblPorcentajeCPU = new MetroFramework.Controls.MetroLabel();
     this.lblRAM           = new MetroFramework.Controls.MetroLabel();
     this.lblCPU           = new MetroFramework.Controls.MetroLabel();
     this.dgvProceso       = new System.Windows.Forms.DataGridView();
     this.col1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col2             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col3             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col4             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col5             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.col6             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1           = new System.Windows.Forms.Panel();
     this.lblContador      = new System.Windows.Forms.Label();
     this.btnGrafica       = new System.Windows.Forms.Button();
     this.btnFinalizar     = new System.Windows.Forms.Button();
     this.btnVer           = new System.Windows.Forms.Button();
     this.grafica          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.timer2           = new System.Windows.Forms.Timer(this.components);
     this.panel2           = new System.Windows.Forms.Panel();
     this.pRAM             = new System.Diagnostics.PerformanceCounter();
     this.pCPU             = new System.Diagnostics.PerformanceCounter();
     ((System.ComponentModel.ISupportInitialize)(this.dgvProceso)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grafica)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pRAM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pCPU)).BeginInit();
     this.SuspendLayout();
     //
     // pbRAM
     //
     this.pbRAM.Location = new System.Drawing.Point(87, 132);
     this.pbRAM.Name     = "pbRAM";
     this.pbRAM.Size     = new System.Drawing.Size(538, 23);
     this.pbRAM.Style    = MetroFramework.MetroColorStyle.Blue;
     this.pbRAM.TabIndex = 33;
     this.pbRAM.Visible  = false;
     //
     // pbCPU
     //
     this.pbCPU.Location = new System.Drawing.Point(87, 103);
     this.pbCPU.Name     = "pbCPU";
     this.pbCPU.Size     = new System.Drawing.Size(538, 23);
     this.pbCPU.Style    = MetroFramework.MetroColorStyle.Blue;
     this.pbCPU.TabIndex = 32;
     this.pbCPU.Visible  = false;
     //
     // lblPorcentajeRAM
     //
     this.lblPorcentajeRAM.AutoSize   = true;
     this.lblPorcentajeRAM.BackColor  = System.Drawing.Color.Teal;
     this.lblPorcentajeRAM.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblPorcentajeRAM.ForeColor  = System.Drawing.Color.Black;
     this.lblPorcentajeRAM.Location   = new System.Drawing.Point(642, 132);
     this.lblPorcentajeRAM.Name       = "lblPorcentajeRAM";
     this.lblPorcentajeRAM.Size       = new System.Drawing.Size(29, 19);
     this.lblPorcentajeRAM.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblPorcentajeRAM.TabIndex   = 31;
     this.lblPorcentajeRAM.Text       = "0%";
     this.lblPorcentajeRAM.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblPorcentajeRAM.Visible    = false;
     //
     // lblPorcentajeCPU
     //
     this.lblPorcentajeCPU.AutoSize   = true;
     this.lblPorcentajeCPU.BackColor  = System.Drawing.Color.Teal;
     this.lblPorcentajeCPU.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblPorcentajeCPU.ForeColor  = System.Drawing.Color.Black;
     this.lblPorcentajeCPU.Location   = new System.Drawing.Point(642, 103);
     this.lblPorcentajeCPU.Name       = "lblPorcentajeCPU";
     this.lblPorcentajeCPU.Size       = new System.Drawing.Size(29, 19);
     this.lblPorcentajeCPU.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblPorcentajeCPU.TabIndex   = 30;
     this.lblPorcentajeCPU.Text       = "0%";
     this.lblPorcentajeCPU.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblPorcentajeCPU.Visible    = false;
     //
     // lblRAM
     //
     this.lblRAM.AutoSize   = true;
     this.lblRAM.BackColor  = System.Drawing.Color.Teal;
     this.lblRAM.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblRAM.ForeColor  = System.Drawing.Color.Black;
     this.lblRAM.Location   = new System.Drawing.Point(33, 132);
     this.lblRAM.Name       = "lblRAM";
     this.lblRAM.Size       = new System.Drawing.Size(41, 19);
     this.lblRAM.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblRAM.TabIndex   = 29;
     this.lblRAM.Text       = "RAM";
     this.lblRAM.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblRAM.Visible    = false;
     //
     // lblCPU
     //
     this.lblCPU.AutoSize   = true;
     this.lblCPU.BackColor  = System.Drawing.Color.Teal;
     this.lblCPU.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.lblCPU.ForeColor  = System.Drawing.Color.Black;
     this.lblCPU.Location   = new System.Drawing.Point(33, 107);
     this.lblCPU.Name       = "lblCPU";
     this.lblCPU.Size       = new System.Drawing.Size(37, 19);
     this.lblCPU.Style      = MetroFramework.MetroColorStyle.Teal;
     this.lblCPU.TabIndex   = 28;
     this.lblCPU.Text       = "CPU";
     this.lblCPU.Theme      = MetroFramework.MetroThemeStyle.Dark;
     this.lblCPU.Visible    = false;
     //
     // dgvProceso
     //
     this.dgvProceso.AllowUserToAddRows          = false;
     this.dgvProceso.AllowUserToDeleteRows       = false;
     this.dgvProceso.BackgroundColor             = System.Drawing.Color.Teal;
     this.dgvProceso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvProceso.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.col1,
         this.col2,
         this.col3,
         this.col4,
         this.col5,
         this.col6
     });
     this.dgvProceso.Location                  = new System.Drawing.Point(23, 63);
     this.dgvProceso.Name                      = "dgvProceso";
     this.dgvProceso.ReadOnly                  = true;
     dataGridViewCellStyle8.BackColor          = System.Drawing.Color.Teal;
     dataGridViewCellStyle8.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.PowderBlue;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvProceso.RowsDefaultCellStyle      = dataGridViewCellStyle8;
     this.dgvProceso.Size                      = new System.Drawing.Size(659, 413);
     this.dgvProceso.TabIndex                  = 27;
     this.dgvProceso.MouseClick               += new System.Windows.Forms.MouseEventHandler(this.dgvProceso_MouseClick);
     //
     // col1
     //
     dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.col1.DefaultCellStyle       = dataGridViewCellStyle7;
     this.col1.HeaderText             = "# Proceso";
     this.col1.Name     = "col1";
     this.col1.ReadOnly = true;
     //
     // col2
     //
     this.col2.HeaderText = "Proceso";
     this.col2.Name       = "col2";
     this.col2.ReadOnly   = true;
     //
     // col3
     //
     this.col3.HeaderText = "Prioridad del Proceso";
     this.col3.Name       = "col3";
     this.col3.ReadOnly   = true;
     //
     // col4
     //
     this.col4.HeaderText = "ID";
     this.col4.Name       = "col4";
     this.col4.ReadOnly   = true;
     //
     // col5
     //
     this.col5.HeaderText = "Memoria Fisica";
     this.col5.Name       = "col5";
     this.col5.ReadOnly   = true;
     //
     // col6
     //
     this.col6.HeaderText = "Memoria Virtual";
     this.col6.Name       = "col6";
     this.col6.ReadOnly   = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblContador);
     this.panel1.Controls.Add(this.btnGrafica);
     this.panel1.Controls.Add(this.btnFinalizar);
     this.panel1.Controls.Add(this.btnVer);
     this.panel1.Location = new System.Drawing.Point(688, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(146, 413);
     this.panel1.TabIndex = 26;
     //
     // lblContador
     //
     this.lblContador.AutoSize    = true;
     this.lblContador.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblContador.Font        = new System.Drawing.Font("MS Reference Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblContador.Location    = new System.Drawing.Point(3, 325);
     this.lblContador.Name        = "lblContador";
     this.lblContador.Size        = new System.Drawing.Size(149, 18);
     this.lblContador.TabIndex    = 3;
     this.lblContador.Text        = "Numero de procesos: ";
     //
     // btnGrafica
     //
     this.btnGrafica.BackColor = System.Drawing.Color.PowderBlue;
     this.btnGrafica.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnGrafica.Font      = new System.Drawing.Font("MS Reference Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGrafica.Location  = new System.Drawing.Point(3, 213);
     this.btnGrafica.Name      = "btnGrafica";
     this.btnGrafica.Size      = new System.Drawing.Size(140, 62);
     this.btnGrafica.TabIndex  = 2;
     this.btnGrafica.Text      = "Grafica CPU y RAM";
     this.btnGrafica.UseVisualStyleBackColor = false;
     this.btnGrafica.Click += new System.EventHandler(this.btnGrafica_Click);
     //
     // btnFinalizar
     //
     this.btnFinalizar.BackColor = System.Drawing.Color.PowderBlue;
     this.btnFinalizar.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnFinalizar.Font      = new System.Drawing.Font("MS Reference Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFinalizar.Location  = new System.Drawing.Point(3, 120);
     this.btnFinalizar.Name      = "btnFinalizar";
     this.btnFinalizar.Size      = new System.Drawing.Size(140, 62);
     this.btnFinalizar.TabIndex  = 1;
     this.btnFinalizar.Text      = "Finalizar Proceso";
     this.btnFinalizar.UseVisualStyleBackColor = false;
     this.btnFinalizar.Click += new System.EventHandler(this.btnFinalizar_Click);
     //
     // btnVer
     //
     this.btnVer.BackColor = System.Drawing.Color.PowderBlue;
     this.btnVer.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnVer.Font      = new System.Drawing.Font("MS Reference Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnVer.Location  = new System.Drawing.Point(3, 29);
     this.btnVer.Name      = "btnVer";
     this.btnVer.Size      = new System.Drawing.Size(140, 62);
     this.btnVer.TabIndex  = 0;
     this.btnVer.Text      = "Visualizar Procesos";
     this.btnVer.UseVisualStyleBackColor = false;
     this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
     //
     // grafica
     //
     this.grafica.BackColor = System.Drawing.Color.Teal;
     chartArea4.BackColor   = System.Drawing.Color.PowderBlue;
     chartArea4.Name        = "ChartArea1";
     this.grafica.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.grafica.Legends.Add(legend4);
     this.grafica.Location = new System.Drawing.Point(34, 165);
     this.grafica.Name     = "grafica";
     this.grafica.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     series7.BorderWidth   = 3;
     series7.ChartArea     = "ChartArea1";
     series7.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series7.Legend        = "Legend1";
     series7.Name          = "CPU";
     series8.BorderWidth   = 3;
     series8.ChartArea     = "ChartArea1";
     series8.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series8.Legend        = "Legend1";
     series8.Name          = "RAM";
     this.grafica.Series.Add(series7);
     this.grafica.Series.Add(series8);
     this.grafica.Size     = new System.Drawing.Size(636, 300);
     this.grafica.TabIndex = 34;
     this.grafica.Text     = "grafica";
     //
     // timer1
     //
     this.timer1.Interval = 3000;
     this.timer1.Tick    += new System.EventHandler(this.Timer_Tick);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Location  = new System.Drawing.Point(23, 92);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(659, 384);
     this.panel2.TabIndex  = 35;
     //
     // pRAM
     //
     this.pRAM.CategoryName = "Memory";
     this.pRAM.CounterName  = "% Committed Bytes in Use ";
     //
     // pCPU
     //
     this.pCPU.CategoryName = "Processor";
     this.pCPU.CounterName  = "% Processor Time";
     this.pCPU.InstanceName = "_Total";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(841, 488);
     this.Controls.Add(this.grafica);
     this.Controls.Add(this.pbRAM);
     this.Controls.Add(this.pbCPU);
     this.Controls.Add(this.lblPorcentajeRAM);
     this.Controls.Add(this.lblPorcentajeCPU);
     this.Controls.Add(this.lblRAM);
     this.Controls.Add(this.lblCPU);
     this.Controls.Add(this.dgvProceso);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.MaximizeBox = false;
     this.Name        = "Form1";
     this.Style       = MetroFramework.MetroColorStyle.Teal;
     this.Text        = "ADMINISTRADOR DE PROCESOS";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvProceso)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grafica)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.pRAM)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.pCPU)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.button1       = new System.Windows.Forms.Button();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label2        = new System.Windows.Forms.Label();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.button2       = new System.Windows.Forms.Button();
     this.label3        = new System.Windows.Forms.Label();
     this.button3       = new System.Windows.Forms.Button();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button4       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(38, 112);
     this.button1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(188, 49);
     this.button1.TabIndex = 0;
     this.button1.Text     = " Построить";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(38, 64);
     this.textBox1.Margin    = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(188, 31);
     this.textBox1.TabIndex  = 1;
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox1_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 22);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(259, 25);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Введите кол-во функций";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location                      = new System.Drawing.Point(325, 52);
     this.dataGridView1.Margin                        = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.dataGridView1.Name                          = "dataGridView1";
     this.dataGridView1.RowHeadersWidth               = 30;
     this.dataGridView1.RowTemplate.Height            = 30;
     this.dataGridView1.Size                          = new System.Drawing.Size(1075, 362);
     this.dataGridView1.TabIndex                      = 3;
     this.dataGridView1.CellValueChanged             += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
     this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
     this.dataGridView1.EditingControlShowing        += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.DataGridView1_EditingControlShowing);
     this.dataGridView1.SelectionChanged             += new System.EventHandler(this.DataGridView1_SelectionChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(320, 22);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(616, 25);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Функциональная модель определения значимости функции\r\n";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows          = false;
     this.dataGridView2.AllowUserToDeleteRows       = false;
     this.dataGridView2.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Location               = new System.Drawing.Point(325, 457);
     this.dataGridView2.Margin                 = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.dataGridView2.Name                   = "dataGridView2";
     this.dataGridView2.RowHeadersWidth        = 30;
     this.dataGridView2.RowTemplate.Height     = 30;
     this.dataGridView2.Size                   = new System.Drawing.Size(1075, 475);
     this.dataGridView2.TabIndex               = 5;
     this.dataGridView2.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.DataGridView2_EditingControlShowing);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(38, 457);
     this.button2.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(188, 49);
     this.button2.TabIndex = 6;
     this.button2.Text     = " Построить";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(320, 426);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(574, 25);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Совмещенная модель определения стоимости функций\r\n";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(38, 525);
     this.button3.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(188, 49);
     this.button3.TabIndex = 8;
     this.button3.Text     = "Рассчитать";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3_Click);
     //
     // chart1
     //
     chartArea1.AxisX.Title = "Функции";
     chartArea1.AxisY.Title = "Доли";
     chartArea1.Name        = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(1447, 52);
     this.chart1.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Д значимости ф";
     series2.ChartArea    = "ChartArea1";
     series2.Legend       = "Legend1";
     series2.Name         = "Д стоимости ф";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size            = new System.Drawing.Size(938, 586);
     this.chart1.TabIndex        = 9;
     this.chart1.Text            = "chart1";
     this.chart1.Visible         = false;
     this.chart1.VisibleChanged += new System.EventHandler(this.Button4_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(38, 883);
     this.button4.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(188, 49);
     this.button4.TabIndex = 10;
     this.button4.Text     = "Гистограмма";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4_Click);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2398, 1064);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.dataGridView2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name   = "Form2";
     this.Text   = "Функциональная и совмещенная модели системы";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 43
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.chart1   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.button1  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Font      = new System.Drawing.Font("微软雅黑 Light", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox1.Location  = new System.Drawing.Point(6, 370);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(1385, 258);
     this.textBox1.TabIndex  = 0;
     //
     // chart1
     //
     chartArea4.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.chart1.Legends.Add(legend4);
     this.chart1.Location = new System.Drawing.Point(12, 12);
     this.chart1.Name     = "chart1";
     series4.ChartArea    = "ChartArea1";
     series4.Legend       = "Legend1";
     series4.Name         = "Series1";
     this.chart1.Series.Add(series4);
     this.chart1.Size     = new System.Drawing.Size(997, 352);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(1015, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(211, 36);
     this.label1.TabIndex = 2;
     this.label1.Text     = "输入行动步骤:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(1015, 96);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(211, 36);
     this.label2.TabIndex = 3;
     this.label2.Text     = "输入观测结果:";
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox2.Location = new System.Drawing.Point(1021, 48);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(370, 45);
     this.textBox2.TabIndex = 4;
     //
     // textBox3
     //
     this.textBox3.Font     = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox3.Location = new System.Drawing.Point(1021, 135);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(370, 45);
     this.textBox3.TabIndex = 5;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("微软雅黑 Light", 26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(1055, 223);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(292, 110);
     this.button1.TabIndex = 6;
     this.button1.Text     = "计     算";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1403, 640);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.textBox1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series5    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabPage1             = new System.Windows.Forms.TabPage();
     this.label6               = new System.Windows.Forms.Label();
     this.textBoxJumlah        = new System.Windows.Forms.TextBox();
     this.dataGridViewRNG      = new System.Windows.Forms.DataGridView();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.textBoxZ             = new System.Windows.Forms.TextBox();
     this.textBoxM             = new System.Windows.Forms.TextBox();
     this.textBoxA             = new System.Windows.Forms.TextBox();
     this.buttonGenerate       = new System.Windows.Forms.Button();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.chartPR              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chartPS              = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label5               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.dataGridViewTPR      = new System.Windows.Forms.DataGridView();
     this.dataGridViewTPS      = new System.Windows.Forms.DataGridView();
     this.tabPage3             = new System.Windows.Forms.TabPage();
     this.chartSimulasi        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.buttonSimulasi       = new System.Windows.Forms.Button();
     this.dataGridViewSimulasi = new System.Windows.Forms.DataGridView();
     this.label7               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.label14              = new System.Windows.Forms.Label();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRNG)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTPR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTPS)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartSimulasi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSimulasi)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(0, 2);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1243, 821);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.textBoxJumlah);
     this.tabPage1.Controls.Add(this.dataGridViewRNG);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.textBoxZ);
     this.tabPage1.Controls.Add(this.textBoxM);
     this.tabPage1.Controls.Add(this.textBoxA);
     this.tabPage1.Controls.Add(this.buttonGenerate);
     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(1235, 795);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "RNG";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 86);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(40, 13);
     this.label6.TabIndex = 9;
     this.label6.Text     = "Jumlah";
     //
     // textBoxJumlah
     //
     this.textBoxJumlah.Location = new System.Drawing.Point(43, 83);
     this.textBoxJumlah.Name     = "textBoxJumlah";
     this.textBoxJumlah.Size     = new System.Drawing.Size(100, 20);
     this.textBoxJumlah.TabIndex = 8;
     //
     // dataGridViewRNG
     //
     this.dataGridViewRNG.AllowUserToAddRows    = false;
     this.dataGridViewRNG.AllowUserToDeleteRows = false;
     this.dataGridViewRNG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)));
     this.dataGridViewRNG.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewRNG.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewRNG.Location          = new System.Drawing.Point(162, 3);
     this.dataGridViewRNG.MultiSelect       = false;
     this.dataGridViewRNG.Name              = "dataGridViewRNG";
     this.dataGridViewRNG.ReadOnly          = true;
     this.dataGridViewRNG.RowHeadersVisible = false;
     this.dataGridViewRNG.Size              = new System.Drawing.Size(404, 767);
     this.dataGridViewRNG.TabIndex          = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 35);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(15, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "m";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 60);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(20, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Z0";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(13, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "a";
     //
     // textBoxZ
     //
     this.textBoxZ.Location = new System.Drawing.Point(43, 57);
     this.textBoxZ.Name     = "textBoxZ";
     this.textBoxZ.Size     = new System.Drawing.Size(100, 20);
     this.textBoxZ.TabIndex = 3;
     //
     // textBoxM
     //
     this.textBoxM.Location = new System.Drawing.Point(43, 32);
     this.textBoxM.Name     = "textBoxM";
     this.textBoxM.Size     = new System.Drawing.Size(100, 20);
     this.textBoxM.TabIndex = 2;
     //
     // textBoxA
     //
     this.textBoxA.Location = new System.Drawing.Point(43, 6);
     this.textBoxA.Name     = "textBoxA";
     this.textBoxA.Size     = new System.Drawing.Size(100, 20);
     this.textBoxA.TabIndex = 1;
     //
     // buttonGenerate
     //
     this.buttonGenerate.Location = new System.Drawing.Point(43, 123);
     this.buttonGenerate.Name     = "buttonGenerate";
     this.buttonGenerate.Size     = new System.Drawing.Size(75, 23);
     this.buttonGenerate.TabIndex = 0;
     this.buttonGenerate.Text     = "Generate";
     this.buttonGenerate.UseVisualStyleBackColor = true;
     this.buttonGenerate.Click += new System.EventHandler(this.buttonGenerate_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label11);
     this.tabPage2.Controls.Add(this.label12);
     this.tabPage2.Controls.Add(this.label13);
     this.tabPage2.Controls.Add(this.label14);
     this.tabPage2.Controls.Add(this.label10);
     this.tabPage2.Controls.Add(this.label9);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.label7);
     this.tabPage2.Controls.Add(this.chartPR);
     this.tabPage2.Controls.Add(this.chartPS);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.dataGridViewTPR);
     this.tabPage2.Controls.Add(this.dataGridViewTPS);
     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(1235, 795);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Tabel Distribusi";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // chartPR
     //
     chartArea1.Name = "ChartArea1";
     this.chartPR.ChartAreas.Add(chartArea1);
     legend1.Name = "Pelanggan";
     this.chartPR.Legends.Add(legend1);
     this.chartPR.Location = new System.Drawing.Point(268, 289);
     this.chartPR.Name     = "chartPR";
     series1.ChartArea     = "ChartArea1";
     series1.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend        = "Pelanggan";
     series1.Name          = "Pemotongan Rambut";
     series1.XValueMember  = "Waktu";
     series1.YValueMembers = "Frekuensi";
     this.chartPR.Series.Add(series1);
     this.chartPR.Size     = new System.Drawing.Size(515, 211);
     this.chartPR.TabIndex = 5;
     this.chartPR.Text     = "chart1";
     //
     // chartPS
     //
     chartArea2.Name = "ChartArea1";
     this.chartPS.ChartAreas.Add(chartArea2);
     legend2.Name = "Pelanggan";
     this.chartPS.Legends.Add(legend2);
     this.chartPS.Location = new System.Drawing.Point(268, 52);
     this.chartPS.Name     = "chartPS";
     series2.ChartArea     = "ChartArea1";
     series2.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend        = "Pelanggan";
     series2.Name          = "Pelanggan";
     series2.XValueMember  = "Waktu";
     series2.YValueMembers = "Frekuensi";
     series2.YValueType    = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.chartPS.Series.Add(series2);
     this.chartPS.Size     = new System.Drawing.Size(515, 211);
     this.chartPS.TabIndex = 4;
     this.chartPS.Text     = "chart1";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 262);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(136, 13);
     this.label5.TabIndex = 3;
     this.label5.Text     = "Proses pemotongan rambut";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(7, 25);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(146, 13);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Kedatangan pelanggan salon";
     //
     // dataGridViewTPR
     //
     this.dataGridViewTPR.AllowUserToAddRows          = false;
     this.dataGridViewTPR.AllowUserToDeleteRows       = false;
     this.dataGridViewTPR.AllowUserToResizeColumns    = false;
     this.dataGridViewTPR.AllowUserToResizeRows       = false;
     this.dataGridViewTPR.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dataGridViewTPR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewTPR.Location          = new System.Drawing.Point(8, 289);
     this.dataGridViewTPR.Name              = "dataGridViewTPR";
     this.dataGridViewTPR.ReadOnly          = true;
     this.dataGridViewTPR.RowHeadersVisible = false;
     this.dataGridViewTPR.Size              = new System.Drawing.Size(165, 173);
     this.dataGridViewTPR.TabIndex          = 1;
     //
     // dataGridViewTPS
     //
     this.dataGridViewTPS.AllowUserToAddRows          = false;
     this.dataGridViewTPS.AllowUserToDeleteRows       = false;
     this.dataGridViewTPS.AllowUserToResizeColumns    = false;
     this.dataGridViewTPS.AllowUserToResizeRows       = false;
     this.dataGridViewTPS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewTPS.Location          = new System.Drawing.Point(7, 52);
     this.dataGridViewTPS.Name              = "dataGridViewTPS";
     this.dataGridViewTPS.ReadOnly          = true;
     this.dataGridViewTPS.RowHeadersVisible = false;
     this.dataGridViewTPS.Size              = new System.Drawing.Size(238, 187);
     this.dataGridViewTPS.TabIndex          = 0;
     this.dataGridViewTPS.TabStop           = false;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.chartSimulasi);
     this.tabPage3.Controls.Add(this.buttonSimulasi);
     this.tabPage3.Controls.Add(this.dataGridViewSimulasi);
     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(1235, 795);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Simulasi";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // chartSimulasi
     //
     chartArea3.Name = "ChartArea1";
     this.chartSimulasi.ChartAreas.Add(chartArea3);
     legend3.Name = "Legend1";
     this.chartSimulasi.Legends.Add(legend3);
     this.chartSimulasi.Location = new System.Drawing.Point(8, 429);
     this.chartSimulasi.Name     = "chartSimulasi";
     this.chartSimulasi.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
     series3.ChartArea           = "ChartArea1";
     series3.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
     series3.Legend          = "Legend1";
     series3.Name            = "Akumulatif Kedatangan Pelanggan";
     series3.XValueMember    = "No";
     series3.YValueMembers   = "Kumulatif_Plg_Datang";
     series3.YValuesPerPoint = 2;
     series4.ChartArea       = "ChartArea1";
     series4.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
     series4.Legend          = "Legend1";
     series4.Name            = "Selesai Cuci Rambut";
     series4.XValueMember    = "No";
     series4.YValueMembers   = "Sls_Cuci_rambut";
     series5.ChartArea       = "ChartArea1";
     series5.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
     series5.Legend          = "Legend1";
     series5.Name            = "Selesai Potong Rambut";
     series5.XValueMember    = "No";
     series5.YValueMembers   = "Sls_Potong_Rambut";
     this.chartSimulasi.Series.Add(series3);
     this.chartSimulasi.Series.Add(series4);
     this.chartSimulasi.Series.Add(series5);
     this.chartSimulasi.Size     = new System.Drawing.Size(1217, 259);
     this.chartSimulasi.TabIndex = 1;
     this.chartSimulasi.Text     = "chart1";
     //
     // buttonSimulasi
     //
     this.buttonSimulasi.Location = new System.Drawing.Point(8, 6);
     this.buttonSimulasi.Name     = "buttonSimulasi";
     this.buttonSimulasi.Size     = new System.Drawing.Size(75, 23);
     this.buttonSimulasi.TabIndex = 1;
     this.buttonSimulasi.Text     = "Generate";
     this.buttonSimulasi.UseVisualStyleBackColor = true;
     this.buttonSimulasi.Click += new System.EventHandler(this.buttonSimulasi_Click);
     //
     // dataGridViewSimulasi
     //
     this.dataGridViewSimulasi.AllowUserToAddRows          = false;
     this.dataGridViewSimulasi.AllowUserToDeleteRows       = false;
     this.dataGridViewSimulasi.AllowUserToResizeColumns    = false;
     this.dataGridViewSimulasi.AllowUserToResizeRows       = false;
     this.dataGridViewSimulasi.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dataGridViewSimulasi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewSimulasi.Location          = new System.Drawing.Point(8, 34);
     this.dataGridViewSimulasi.Name              = "dataGridViewSimulasi";
     this.dataGridViewSimulasi.RowHeadersVisible = false;
     this.dataGridViewSimulasi.Size              = new System.Drawing.Size(1217, 389);
     this.dataGridViewSimulasi.TabIndex          = 0;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(881, 61);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(90, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Ringkasan Data :";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(881, 88);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(87, 13);
     this.label8.TabIndex = 7;
     this.label8.Text     = "Rata-rata : 18,77";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(881, 113);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(78, 13);
     this.label9.TabIndex = 8;
     this.label9.Text     = "Varians : 94,51";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(881, 135);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(117, 13);
     this.label10.TabIndex = 9;
     this.label10.Text     = "Simpangan baku : 9,72";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(881, 363);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(117, 13);
     this.label11.TabIndex = 13;
     this.label11.Text     = "Simpangan baku : 3,74";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(881, 341);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(63, 13);
     this.label12.TabIndex = 12;
     this.label12.Text     = "Varians : 14";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(881, 316);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(87, 13);
     this.label13.TabIndex = 11;
     this.label13.Text     = "Rata-rata : 15,07";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(881, 289);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(90, 13);
     this.label14.TabIndex = 10;
     this.label14.Text     = "Ringkasan Data :";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1241, 724);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.Text            = "Simulasi";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRNG)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartPR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTPR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTPS)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chartSimulasi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSimulasi)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "25,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "56,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "23,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "66,0");
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "44,0");
     System.Windows.Forms.DataVisualization.Charting.Title     title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series2     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 25D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 56D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 23D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 66D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 44D);
     System.Windows.Forms.DataVisualization.Charting.Series    series3     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint13 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint14 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint15 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.Title     title2      = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.bestChart         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.stockChart        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.ipgo_list         = new System.Windows.Forms.ListBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.culgo_list        = new System.Windows.Forms.ListBox();
     this.label2            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bestChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.99902F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.00098F));
     this.tableLayoutPanel1.Controls.Add(this.bestChart, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.stockChart, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 289F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1017, 580);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // bestChart
     //
     this.bestChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.bestChart.BackGradientStyle      = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     this.bestChart.BorderlineColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.bestChart.BorderlineWidth        = 0;
     this.bestChart.BorderSkin.BorderWidth = 0;
     this.bestChart.BorderSkin.PageColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea1.Name = "ChartArea1";
     this.bestChart.ChartAreas.Add(chartArea1);
     this.bestChart.Location = new System.Drawing.Point(542, 294);
     this.bestChart.Name     = "bestChart";
     series1.ChartArea       = "ChartArea1";
     series1.Name            = "Series1";
     dataPoint1.Label        = "키크론키보드";
     dataPoint2.Label        = "삼성노트북";
     dataPoint3.Label        = "msi마우스";
     dataPoint4.Label        = "팬슬";
     dataPoint5.Label        = "한성모니터";
     series1.Points.Add(dataPoint1);
     series1.Points.Add(dataPoint2);
     series1.Points.Add(dataPoint3);
     series1.Points.Add(dataPoint4);
     series1.Points.Add(dataPoint5);
     series1.YValuesPerPoint = 2;
     this.bestChart.Series.Add(series1);
     this.bestChart.Size     = new System.Drawing.Size(472, 283);
     this.bestChart.TabIndex = 11;
     this.bestChart.Text     = "chart1";
     title1.Font             = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name             = "Title1";
     title1.Text             = "이번주 Best 아이템(출고)";
     this.bestChart.Titles.Add(title1);
     //
     // stockChart
     //
     this.stockChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.stockChart.BackGradientStyle      = System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter;
     this.stockChart.BorderlineColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.stockChart.BorderlineWidth        = 0;
     this.stockChart.BorderSkin.BorderWidth = 0;
     this.stockChart.BorderSkin.PageColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea2.Name = "ChartArea1";
     this.stockChart.ChartAreas.Add(chartArea2);
     this.stockChart.Location = new System.Drawing.Point(542, 3);
     this.stockChart.Name     = "stockChart";
     series2.ChartArea        = "ChartArea1";
     series2.Name             = "Series1";
     dataPoint6.Label         = "키크론키보드";
     dataPoint7.Label         = "삼성노트북";
     dataPoint8.Label         = "msi마우스";
     dataPoint9.Label         = "팬슬";
     dataPoint10.Label        = "한성모니터";
     series2.Points.Add(dataPoint6);
     series2.Points.Add(dataPoint7);
     series2.Points.Add(dataPoint8);
     series2.Points.Add(dataPoint9);
     series2.Points.Add(dataPoint10);
     series3.ChartArea = "ChartArea1";
     series3.Name      = "Series2";
     series3.Points.Add(dataPoint11);
     series3.Points.Add(dataPoint12);
     series3.Points.Add(dataPoint13);
     series3.Points.Add(dataPoint14);
     series3.Points.Add(dataPoint15);
     this.stockChart.Series.Add(series2);
     this.stockChart.Series.Add(series3);
     this.stockChart.Size     = new System.Drawing.Size(472, 285);
     this.stockChart.TabIndex = 8;
     this.stockChart.Text     = "chart1";
     title2.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name = "Title1";
     title2.Text = "재고량 TOP5";
     this.stockChart.Titles.Add(title2);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ipgo_list);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(533, 285);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "알림 ( 최신입고정보 )";
     //
     // ipgo_list
     //
     this.ipgo_list.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ipgo_list.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ipgo_list.Font              = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ipgo_list.FormattingEnabled = true;
     this.ipgo_list.ItemHeight        = 20;
     this.ipgo_list.Items.AddRange(new object[] {
         "1. - (2020년 12월 12일 목요일 ) 키크론 키보드(가)이 100개 입고 되었습니다."
     });
     this.ipgo_list.Location = new System.Drawing.Point(6, 20);
     this.ipgo_list.Name     = "ipgo_list";
     this.ipgo_list.Size     = new System.Drawing.Size(521, 244);
     this.ipgo_list.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(46, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(0, 12);
     this.label1.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.culgo_list);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(3, 294);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(533, 283);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "알림 ( 최신출고정보 )";
     //
     // culgo_list
     //
     this.culgo_list.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.culgo_list.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.culgo_list.Font              = new System.Drawing.Font("Segoe UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.culgo_list.FormattingEnabled = true;
     this.culgo_list.ItemHeight        = 20;
     this.culgo_list.Items.AddRange(new object[] {
         "1. - (2020년 12월 12일 목요일 ) 키크론 키보드(가)이 100개 입고 되었습니다."
     });
     this.culgo_list.Location = new System.Drawing.Point(6, 20);
     this.culgo_list.Name     = "culgo_list";
     this.culgo_list.Size     = new System.Drawing.Size(521, 244);
     this.culgo_list.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(46, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(0, 12);
     this.label2.TabIndex = 0;
     //
     // Statement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1017, 580);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Statement";
     this.Text            = "5";
     this.Load           += new System.EventHandler(this.Statement_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bestChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.panel1     = new System.Windows.Forms.Panel();
     this.buttonHide = new System.Windows.Forms.Button();
     this.labelTitle = new System.Windows.Forms.Label();
     this.panelMain  = new System.Windows.Forms.Panel();
     this.chart1     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel1.SuspendLayout();
     this.panelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonHide);
     this.panel1.Controls.Add(this.labelTitle);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(960, 42);
     this.panel1.TabIndex = 0;
     //
     // buttonHide
     //
     this.buttonHide.Location = new System.Drawing.Point(863, 5);
     this.buttonHide.Name     = "buttonHide";
     this.buttonHide.Size     = new System.Drawing.Size(75, 23);
     this.buttonHide.TabIndex = 1;
     this.buttonHide.Text     = "&Hide";
     this.buttonHide.UseVisualStyleBackColor = true;
     this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click);
     //
     // labelTitle
     //
     this.labelTitle.AutoSize = true;
     this.labelTitle.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitle.Location = new System.Drawing.Point(13, 4);
     this.labelTitle.Name     = "labelTitle";
     this.labelTitle.Size     = new System.Drawing.Size(58, 25);
     this.labelTitle.TabIndex = 0;
     this.labelTitle.Text     = "Title";
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.chart1);
     this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(0, 42);
     this.panelMain.Name     = "panelMain";
     this.panelMain.Size     = new System.Drawing.Size(960, 626);
     this.panelMain.TabIndex = 1;
     //
     // chart1
     //
     chartArea3.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea3);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend3.Name     = "Legend1";
     this.chart1.Legends.Add(legend3);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name     = "chart1";
     series3.ChartArea    = "ChartArea1";
     series3.Legend       = "Legend1";
     series3.Name         = "Series1";
     this.chart1.Series.Add(series3);
     this.chart1.Size     = new System.Drawing.Size(960, 626);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // SingleGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonHide;
     this.ClientSize          = new System.Drawing.Size(960, 668);
     this.Controls.Add(this.panelMain);
     this.Controls.Add(this.panel1);
     this.Name         = "SingleGraph";
     this.Text         = "eastridges.com/covid19";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SingleGraph_FormClosing);
     this.Load        += new System.EventHandler(this.SingleGraph_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(LljDemarcate));
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.panel_msg        = new System.Windows.Forms.Panel();
     this.label_msg        = new System.Windows.Forms.Label();
     this.panel2           = new System.Windows.Forms.Panel();
     this.buttonLljz       = new System.Windows.Forms.Button();
     this.buttonCcsz       = new System.Windows.Forms.Button();
     this.label5           = new System.Windows.Forms.Label();
     this.buttonWdjz       = new System.Windows.Forms.Button();
     this.textEditQtwd     = new DevExpress.XtraEditors.TextEdit();
     this.label4           = new System.Windows.Forms.Label();
     this.buttonYljz       = new System.Windows.Forms.Button();
     this.textEditQtYl     = new DevExpress.XtraEditors.TextEdit();
     this.label3           = new System.Windows.Forms.Label();
     this.buttonO2jz       = new System.Windows.Forms.Button();
     this.textEditXsy      = new DevExpress.XtraEditors.TextEdit();
     this.panel1           = new System.Windows.Forms.Panel();
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.项目内容             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.标定内容             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.实测数据             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.标准数据             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.判定结果             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.标定日期             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.操作人员             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.radioButtonBzll  = new System.Windows.Forms.RadioButton();
     this.radioButtonSsll  = new System.Windows.Forms.RadioButton();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.panel_xsyl       = new System.Windows.Forms.Panel();
     this.label_xsyl       = new System.Windows.Forms.Label();
     this.panel_xswd       = new System.Windows.Forms.Panel();
     this.label_xswd       = new System.Windows.Forms.Label();
     this.panel_xsyq       = new System.Windows.Forms.Panel();
     this.label_xsyq       = new System.Windows.Forms.Label();
     this.panel_sjll       = new System.Windows.Forms.Panel();
     this.label_sjll       = new System.Windows.Forms.Label();
     this.panel_bzll       = new System.Windows.Forms.Panel();
     this.label_bzll       = new System.Windows.Forms.Label();
     this.labelControl3    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7    = new DevExpress.XtraEditors.LabelControl();
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.groupBox2.SuspendLayout();
     this.panel_msg.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtwd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtYl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditXsy.Properties)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel_xsyl.SuspendLayout();
     this.panel_xswd.SuspendLayout();
     this.panel_xsyq.SuspendLayout();
     this.panel_sjll.SuspendLayout();
     this.panel_bzll.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.panel_msg);
     this.groupBox2.Controls.Add(this.panel2);
     this.groupBox2.Controls.Add(this.panel1);
     this.groupBox2.Controls.Add(this.chart1);
     this.groupBox2.Controls.Add(this.groupBox3);
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.toolStrip1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(849, 506);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop  = false;
     //
     // panel_msg
     //
     this.panel_msg.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.panel_msg.BackColor = System.Drawing.SystemColors.Highlight;
     this.panel_msg.Controls.Add(this.label_msg);
     this.panel_msg.Location = new System.Drawing.Point(3, 7);
     this.panel_msg.Name     = "panel_msg";
     this.panel_msg.Size     = new System.Drawing.Size(840, 45);
     this.panel_msg.TabIndex = 44;
     //
     // label_msg
     //
     this.label_msg.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.label_msg.AutoSize  = true;
     this.label_msg.Font      = new System.Drawing.Font("黑体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label_msg.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.label_msg.Location  = new System.Drawing.Point(331, 6);
     this.label_msg.Name      = "label_msg";
     this.label_msg.Size      = new System.Drawing.Size(180, 33);
     this.label_msg.TabIndex  = 0;
     this.label_msg.Text      = "流量计标定";
     //
     // panel2
     //
     this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.panel2.Controls.Add(this.buttonLljz);
     this.panel2.Controls.Add(this.buttonCcsz);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.buttonWdjz);
     this.panel2.Controls.Add(this.textEditQtwd);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.buttonYljz);
     this.panel2.Controls.Add(this.textEditQtYl);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.buttonO2jz);
     this.panel2.Controls.Add(this.textEditXsy);
     this.panel2.Location = new System.Drawing.Point(6, 148);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(333, 161);
     this.panel2.TabIndex = 43;
     //
     // buttonLljz
     //
     this.buttonLljz.Location = new System.Drawing.Point(37, 128);
     this.buttonLljz.Name     = "buttonLljz";
     this.buttonLljz.Size     = new System.Drawing.Size(99, 23);
     this.buttonLljz.TabIndex = 13;
     this.buttonLljz.Text     = "流量校准";
     this.buttonLljz.UseVisualStyleBackColor = true;
     //
     // buttonCcsz
     //
     this.buttonCcsz.Location = new System.Drawing.Point(179, 128);
     this.buttonCcsz.Name     = "buttonCcsz";
     this.buttonCcsz.Size     = new System.Drawing.Size(99, 23);
     this.buttonCcsz.TabIndex = 12;
     this.buttonCcsz.Text     = "恢复出厂设置";
     this.buttonCcsz.UseVisualStyleBackColor = true;
     this.buttonCcsz.Click += new System.EventHandler(this.buttonCcsz_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(142, 97);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 11;
     this.label5.Text     = "摄氏度";
     //
     // buttonWdjz
     //
     this.buttonWdjz.Location = new System.Drawing.Point(186, 90);
     this.buttonWdjz.Name     = "buttonWdjz";
     this.buttonWdjz.Size     = new System.Drawing.Size(99, 23);
     this.buttonWdjz.TabIndex = 10;
     this.buttonWdjz.Text     = "气体温度校准";
     this.buttonWdjz.UseVisualStyleBackColor = true;
     this.buttonWdjz.Click += new System.EventHandler(this.buttonWdjz_Click);
     //
     // textEditQtwd
     //
     this.textEditQtwd.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEditQtwd.Location  = new System.Drawing.Point(20, 92);
     this.textEditQtwd.Name      = "textEditQtwd";
     this.textEditQtwd.Size      = new System.Drawing.Size(116, 21);
     this.textEditQtwd.TabIndex  = 9;
     this.textEditQtwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEditqtwd_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(142, 57);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(23, 12);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Kpa";
     //
     // buttonYljz
     //
     this.buttonYljz.Location = new System.Drawing.Point(186, 52);
     this.buttonYljz.Name     = "buttonYljz";
     this.buttonYljz.Size     = new System.Drawing.Size(99, 23);
     this.buttonYljz.TabIndex = 7;
     this.buttonYljz.Text     = "气体压力校准";
     this.buttonYljz.UseVisualStyleBackColor = true;
     this.buttonYljz.Click += new System.EventHandler(this.button2_Click);
     //
     // textEditQtYl
     //
     this.textEditQtYl.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEditQtYl.Location  = new System.Drawing.Point(20, 54);
     this.textEditQtYl.Name      = "textEditQtYl";
     this.textEditQtYl.Size      = new System.Drawing.Size(116, 21);
     this.textEditQtYl.TabIndex  = 6;
     this.textEditQtYl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEditqtyl_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(142, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(11, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "%";
     //
     // buttonO2jz
     //
     this.buttonO2jz.Location = new System.Drawing.Point(186, 14);
     this.buttonO2jz.Name     = "buttonO2jz";
     this.buttonO2jz.Size     = new System.Drawing.Size(99, 23);
     this.buttonO2jz.TabIndex = 4;
     this.buttonO2jz.Text     = "稀释氧校准";
     this.buttonO2jz.UseVisualStyleBackColor = true;
     this.buttonO2jz.Click += new System.EventHandler(this.buttonO2jz_Click);
     //
     // textEditXsy
     //
     this.textEditXsy.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEditXsy.Location  = new System.Drawing.Point(20, 16);
     this.textEditXsy.Name      = "textEditXsy";
     this.textEditXsy.Size      = new System.Drawing.Size(116, 21);
     this.textEditXsy.TabIndex  = 3;
     this.textEditXsy.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEditXsy_KeyPress);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.panel1.Controls.Add(this.dataGridView1);
     this.panel1.Location = new System.Drawing.Point(6, 315);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(824, 158);
     this.panel1.TabIndex = 42;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.项目内容,
         this.标定内容,
         this.实测数据,
         this.标准数据,
         this.判定结果,
         this.标定日期,
         this.操作人员
     });
     this.dataGridView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.ReadOnly           = true;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.ScrollBars         = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.Size               = new System.Drawing.Size(824, 158);
     this.dataGridView1.TabIndex           = 24;
     //
     // 项目内容
     //
     this.项目内容.HeaderText = "项目内容";
     this.项目内容.Name       = "项目内容";
     this.项目内容.ReadOnly   = true;
     //
     // 标定内容
     //
     this.标定内容.HeaderText = "标定内容";
     this.标定内容.Name       = "标定内容";
     this.标定内容.ReadOnly   = true;
     //
     // 实测数据
     //
     this.实测数据.HeaderText = "实测数据";
     this.实测数据.Name       = "实测数据";
     this.实测数据.ReadOnly   = true;
     //
     // 标准数据
     //
     this.标准数据.HeaderText = "标准数据";
     this.标准数据.Name       = "标准数据";
     this.标准数据.ReadOnly   = true;
     //
     // 判定结果
     //
     this.判定结果.HeaderText = "判定结果";
     this.判定结果.Name       = "判定结果";
     this.判定结果.ReadOnly   = true;
     //
     // 标定日期
     //
     this.标定日期.HeaderText = "标定日期";
     this.标定日期.Name       = "标定日期";
     this.标定日期.ReadOnly   = true;
     //
     // 操作人员
     //
     this.操作人员.HeaderText = "操作人员";
     this.操作人员.Name       = "操作人员";
     this.操作人员.ReadOnly   = true;
     //
     // chart1
     //
     this.chart1.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     chartArea1.AxisY.Maximum = 200D;
     chartArea1.AxisY.Minimum = 0D;
     chartArea1.Name          = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(345, 148);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series1.Legend       = "Legend1";
     series1.Name         = "流量";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(492, 161);
     this.chart1.TabIndex = 41;
     this.chart1.Text     = "chart1";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupBox3.Controls.Add(this.radioButtonBzll);
     this.groupBox3.Controls.Add(this.radioButtonSsll);
     this.groupBox3.Location = new System.Drawing.Point(704, 58);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(133, 84);
     this.groupBox3.TabIndex = 39;
     this.groupBox3.TabStop  = false;
     //
     // radioButtonBzll
     //
     this.radioButtonBzll.AutoSize = true;
     this.radioButtonBzll.Location = new System.Drawing.Point(32, 52);
     this.radioButtonBzll.Name     = "radioButtonBzll";
     this.radioButtonBzll.Size     = new System.Drawing.Size(71, 16);
     this.radioButtonBzll.TabIndex = 1;
     this.radioButtonBzll.TabStop  = true;
     this.radioButtonBzll.Text     = "标准流量";
     this.radioButtonBzll.UseVisualStyleBackColor = true;
     //
     // radioButtonSsll
     //
     this.radioButtonSsll.AutoSize = true;
     this.radioButtonSsll.Location = new System.Drawing.Point(32, 29);
     this.radioButtonSsll.Name     = "radioButtonSsll";
     this.radioButtonSsll.Size     = new System.Drawing.Size(71, 16);
     this.radioButtonSsll.TabIndex = 0;
     this.radioButtonSsll.TabStop  = true;
     this.radioButtonSsll.Text     = "瞬时流量";
     this.radioButtonSsll.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupBox1.Controls.Add(this.panel_xsyl);
     this.groupBox1.Controls.Add(this.panel_xswd);
     this.groupBox1.Controls.Add(this.panel_xsyq);
     this.groupBox1.Controls.Add(this.panel_sjll);
     this.groupBox1.Controls.Add(this.panel_bzll);
     this.groupBox1.Controls.Add(this.labelControl3);
     this.groupBox1.Controls.Add(this.labelControl1);
     this.groupBox1.Controls.Add(this.labelControl4);
     this.groupBox1.Controls.Add(this.labelControl2);
     this.groupBox1.Controls.Add(this.labelControl7);
     this.groupBox1.Location = new System.Drawing.Point(6, 58);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(692, 84);
     this.groupBox1.TabIndex = 38;
     this.groupBox1.TabStop  = false;
     //
     // panel_xsyl
     //
     this.panel_xsyl.BackColor = System.Drawing.Color.Black;
     this.panel_xsyl.Controls.Add(this.label_xsyl);
     this.panel_xsyl.Location = new System.Drawing.Point(543, 42);
     this.panel_xsyl.Name     = "panel_xsyl";
     this.panel_xsyl.Size     = new System.Drawing.Size(116, 36);
     this.panel_xsyl.TabIndex = 35;
     //
     // label_xsyl
     //
     this.label_xsyl.AutoSize  = true;
     this.label_xsyl.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_xsyl.ForeColor = System.Drawing.Color.White;
     this.label_xsyl.Location  = new System.Drawing.Point(38, 6);
     this.label_xsyl.Name      = "label_xsyl";
     this.label_xsyl.Size      = new System.Drawing.Size(39, 20);
     this.label_xsyl.TabIndex  = 33;
     this.label_xsyl.Text      = "0.0";
     //
     // panel_xswd
     //
     this.panel_xswd.BackColor = System.Drawing.Color.Black;
     this.panel_xswd.Controls.Add(this.label_xswd);
     this.panel_xswd.Location = new System.Drawing.Point(421, 42);
     this.panel_xswd.Name     = "panel_xswd";
     this.panel_xswd.Size     = new System.Drawing.Size(116, 36);
     this.panel_xswd.TabIndex = 35;
     //
     // label_xswd
     //
     this.label_xswd.AutoSize  = true;
     this.label_xswd.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_xswd.ForeColor = System.Drawing.Color.White;
     this.label_xswd.Location  = new System.Drawing.Point(38, 6);
     this.label_xswd.Name      = "label_xswd";
     this.label_xswd.Size      = new System.Drawing.Size(39, 20);
     this.label_xswd.TabIndex  = 33;
     this.label_xswd.Text      = "0.0";
     //
     // panel_xsyq
     //
     this.panel_xsyq.BackColor = System.Drawing.Color.Black;
     this.panel_xsyq.Controls.Add(this.label_xsyq);
     this.panel_xsyq.Location = new System.Drawing.Point(299, 42);
     this.panel_xsyq.Name     = "panel_xsyq";
     this.panel_xsyq.Size     = new System.Drawing.Size(116, 36);
     this.panel_xsyq.TabIndex = 35;
     //
     // label_xsyq
     //
     this.label_xsyq.AutoSize  = true;
     this.label_xsyq.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_xsyq.ForeColor = System.Drawing.Color.White;
     this.label_xsyq.Location  = new System.Drawing.Point(38, 6);
     this.label_xsyq.Name      = "label_xsyq";
     this.label_xsyq.Size      = new System.Drawing.Size(39, 20);
     this.label_xsyq.TabIndex  = 33;
     this.label_xsyq.Text      = "0.0";
     //
     // panel_sjll
     //
     this.panel_sjll.BackColor = System.Drawing.Color.Black;
     this.panel_sjll.Controls.Add(this.label_sjll);
     this.panel_sjll.Location = new System.Drawing.Point(177, 42);
     this.panel_sjll.Name     = "panel_sjll";
     this.panel_sjll.Size     = new System.Drawing.Size(116, 36);
     this.panel_sjll.TabIndex = 35;
     //
     // label_sjll
     //
     this.label_sjll.AutoSize  = true;
     this.label_sjll.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_sjll.ForeColor = System.Drawing.Color.White;
     this.label_sjll.Location  = new System.Drawing.Point(38, 6);
     this.label_sjll.Name      = "label_sjll";
     this.label_sjll.Size      = new System.Drawing.Size(39, 20);
     this.label_sjll.TabIndex  = 33;
     this.label_sjll.Text      = "0.0";
     //
     // panel_bzll
     //
     this.panel_bzll.BackColor = System.Drawing.Color.Black;
     this.panel_bzll.Controls.Add(this.label_bzll);
     this.panel_bzll.Location = new System.Drawing.Point(51, 42);
     this.panel_bzll.Name     = "panel_bzll";
     this.panel_bzll.Size     = new System.Drawing.Size(116, 36);
     this.panel_bzll.TabIndex = 34;
     //
     // label_bzll
     //
     this.label_bzll.AutoSize  = true;
     this.label_bzll.Font      = new System.Drawing.Font("宋体", 15F);
     this.label_bzll.ForeColor = System.Drawing.Color.White;
     this.label_bzll.Location  = new System.Drawing.Point(38, 6);
     this.label_bzll.Name      = "label_bzll";
     this.label_bzll.Size      = new System.Drawing.Size(39, 20);
     this.label_bzll.TabIndex  = 33;
     this.label_bzll.Text      = "0.0";
     //
     // labelControl3
     //
     this.labelControl3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl3.Location = new System.Drawing.Point(441, 17);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(65, 14);
     this.labelControl3.TabIndex = 32;
     this.labelControl3.Text     = "稀释温度[C]";
     //
     // labelControl1
     //
     this.labelControl1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl1.Location = new System.Drawing.Point(192, 16);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(74, 14);
     this.labelControl1.TabIndex = 32;
     this.labelControl1.Text     = "实际流量[L/s]";
     //
     // labelControl4
     //
     this.labelControl4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl4.Location = new System.Drawing.Point(560, 16);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(78, 14);
     this.labelControl4.TabIndex = 32;
     this.labelControl4.Text     = "稀释压力[Kpa]";
     //
     // labelControl2
     //
     this.labelControl2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl2.Location = new System.Drawing.Point(309, 17);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(86, 14);
     this.labelControl2.TabIndex = 32;
     this.labelControl2.Text     = "稀释O2浓度[%]";
     //
     // labelControl7
     //
     this.labelControl7.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl7.Location = new System.Drawing.Point(79, 17);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(74, 14);
     this.labelControl7.TabIndex = 32;
     this.labelControl7.Text     = "标准流量[L/s]";
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton4,
         this.toolStripButton5
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 476);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(843, 27);
     this.toolStrip1.TabIndex = 26;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(73, 24);
     this.toolStripButton1.Text   = "开始取数";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(73, 24);
     this.toolStripButton4.Text   = "停止取数";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton5.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(43, 24);
     this.toolStripButton5.Text   = "退出";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // LljDemarcate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(849, 506);
     this.Controls.Add(this.groupBox2);
     this.Name         = "LljDemarcate";
     this.Text         = "流量计标定";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.lljdemarcate_formClosing);
     this.Load        += new System.EventHandler(this.LljDemarcate_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel_msg.ResumeLayout(false);
     this.panel_msg.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtwd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditQtYl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditXsy.Properties)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel_xsyl.ResumeLayout(false);
     this.panel_xsyl.PerformLayout();
     this.panel_xswd.ResumeLayout(false);
     this.panel_xswd.PerformLayout();
     this.panel_xsyq.ResumeLayout(false);
     this.panel_xsyq.PerformLayout();
     this.panel_sjll.ResumeLayout(false);
     this.panel_sjll.PerformLayout();
     this.panel_bzll.ResumeLayout(false);
     this.panel_bzll.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 48
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.SpringGreen;
     chartArea1.Name       = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Cursor = System.Windows.Forms.Cursors.Cross;
     legend1.Name       = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(23, 12);
     this.chart1.Name        = "chart1";
     this.chart1.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
     this.chart1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Font            = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     series1.Legend          = "Legend1";
     series1.LegendText      = "Z1";
     series1.Name            = "Series1";
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend          = "Legend1";
     series2.Name            = "Z2";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1061, 460);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     title1.Name          = "Title1";
     title1.Text          = "Постороение графиков функций";
     this.chart1.Titles.Add(title1);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Brown;
     this.button1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button1.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.button1.Location  = new System.Drawing.Point(981, 493);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(103, 37);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "Выход";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Aquamarine;
     this.ClientSize          = new System.Drawing.Size(1096, 542);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chart1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Лабораторная работа №1, задание №2";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 49
0
        /// <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.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.statusStrip1          = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.Report                       = new System.Windows.Forms.ToolStripStatusLabel();
            this.RuntimeData                  = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1                   = new System.Windows.Forms.MenuStrip();
            this.toolStripMenuItem1           = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.configToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
            this.saveProfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadProfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
            this.productToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
            this.meToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1                       = new System.Windows.Forms.Panel();
            this.tabSource                    = new System.Windows.Forms.TabControl();
            this.tabPage1                     = new System.Windows.Forms.TabPage();
            this.splitContainer1              = new System.Windows.Forms.SplitContainer();
            this.close                   = new System.Windows.Forms.Button();
            this.open                    = new System.Windows.Forms.Button();
            this.ForAllCheck             = new System.Windows.Forms.CheckBox();
            this.groupBox1               = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2       = new System.Windows.Forms.TableLayoutPanel();
            this.CheckX                  = new System.Windows.Forms.ComboBox();
            this.label6                  = new System.Windows.Forms.Label();
            this.StopX                   = new System.Windows.Forms.ComboBox();
            this.DataX                   = new System.Windows.Forms.ComboBox();
            this.BaudX                   = new System.Windows.Forms.ComboBox();
            this.label2                  = new System.Windows.Forms.Label();
            this.PortX                   = new System.Windows.Forms.ComboBox();
            this.label1                  = new System.Windows.Forms.Label();
            this.label5                  = new System.Windows.Forms.Label();
            this.label3                  = new System.Windows.Forms.Label();
            this.PortID                  = new System.Windows.Forms.TextBox();
            this.label4                  = new System.Windows.Forms.Label();
            this.splitContainer2         = new System.Windows.Forms.SplitContainer();
            this.DataBox                 = new System.Windows.Forms.RichTextBox();
            this.PortBox                 = new System.Windows.Forms.ListBox();
            this.mouseevent              = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.openToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPage2                = new System.Windows.Forms.TabPage();
            this.splitContainer5         = new System.Windows.Forms.SplitContainer();
            this.timerbox                = new System.Windows.Forms.TextBox();
            this.checkBox1               = new System.Windows.Forms.CheckBox();
            this.Channel                 = new System.Windows.Forms.ComboBox();
            this.groupBox2               = new System.Windows.Forms.GroupBox();
            this.chart1                  = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabPage3                = new System.Windows.Forms.TabPage();
            this.splitContainer3         = new System.Windows.Forms.SplitContainer();
            this.anaylase                = new System.Windows.Forms.Button();
            this.reflush                 = new System.Windows.Forms.Button();
            this.DBSwitch                = new System.Windows.Forms.ComboBox();
            this.splitContainer4         = new System.Windows.Forms.SplitContainer();
            this.dataGridView1           = new System.Windows.Forms.DataGridView();
            this.dataGridView2           = new System.Windows.Forms.DataGridView();

            this.dataDataSet = new Csharp_omap_server.DataDataSet();
            this.dataDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.coM5TableAdapter1        = new Csharp_omap_server.DataDataSetTableAdapters.COM5TableAdapter();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tabSource.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.mouseevent.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
            this.splitContainer5.Panel1.SuspendLayout();
            this.splitContainer5.Panel2.SuspendLayout();
            this.splitContainer5.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
            this.splitContainer4.Panel1.SuspendLayout();
            this.splitContainer4.Panel2.SuspendLayout();
            this.splitContainer4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDataSetBindingSource)).BeginInit();
            this.SuspendLayout();
            //
            // statusStrip1
            //
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripStatusLabel1,
                this.toolStripStatusLabel2,
                this.Report,
                this.RuntimeData
            });
            this.statusStrip1.Location = new System.Drawing.Point(0, 360);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new System.Drawing.Size(485, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text     = "statusStrip1";
            //
            // toolStripStatusLabel1
            //
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(37, 17);
            this.toolStripStatusLabel1.Text = "State";
            //
            // toolStripStatusLabel2
            //
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
            //
            // Report
            //
            this.Report.Name = "Report";
            this.Report.Size = new System.Drawing.Size(48, 17);
            this.Report.Text = "Report";
            //
            // RuntimeData
            //
            this.RuntimeData.Name = "RuntimeData";
            this.RuntimeData.Size = new System.Drawing.Size(0, 17);
            //
            // menuStrip1
            //
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripMenuItem1,
                this.configToolStripMenuItem,
                this.aboutToolStripMenuItem
            });
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name     = "menuStrip1";
            this.menuStrip1.Size     = new System.Drawing.Size(485, 25);
            this.menuStrip1.TabIndex = 2;
            this.menuStrip1.Text     = "menuStrip1";
            //
            // toolStripMenuItem1
            //
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripSeparator1,
                this.exitToolStripMenuItem
            });
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(47, 21);
            this.toolStripMenuItem1.Text = "&Start";
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(93, 6);
            //
            // exitToolStripMenuItem
            //
            this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size   = new System.Drawing.Size(96, 22);
            this.exitToolStripMenuItem.Text   = "&Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            //
            // configToolStripMenuItem
            //
            this.configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.saveProfileToolStripMenuItem,
                this.loadProfileToolStripMenuItem
            });
            this.configToolStripMenuItem.Name = "configToolStripMenuItem";
            this.configToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
            this.configToolStripMenuItem.Text = "&Config";
            //
            // saveProfileToolStripMenuItem
            //
            this.saveProfileToolStripMenuItem.Name   = "saveProfileToolStripMenuItem";
            this.saveProfileToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
            this.saveProfileToolStripMenuItem.Text   = "&Save Profile";
            this.saveProfileToolStripMenuItem.Click += new System.EventHandler(this.saveProfileToolStripMenuItem_Click);
            //
            // loadProfileToolStripMenuItem
            //
            this.loadProfileToolStripMenuItem.Name   = "loadProfileToolStripMenuItem";
            this.loadProfileToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
            this.loadProfileToolStripMenuItem.Text   = "&Load Profile";
            this.loadProfileToolStripMenuItem.Click += new System.EventHandler(this.loadProfileToolStripMenuItem_Click);
            //
            // aboutToolStripMenuItem
            //
            this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.productToolStripMenuItem,
                this.meToolStripMenuItem
            });
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(55, 21);
            this.aboutToolStripMenuItem.Text = "&About";
            //
            // productToolStripMenuItem
            //
            this.productToolStripMenuItem.Name   = "productToolStripMenuItem";
            this.productToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.productToolStripMenuItem.Text   = "&Product";
            this.productToolStripMenuItem.Click += new System.EventHandler(this.productToolStripMenuItem_Click);
            //
            // meToolStripMenuItem
            //
            this.meToolStripMenuItem.Name   = "meToolStripMenuItem";
            this.meToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.meToolStripMenuItem.Text   = "&Me";
            this.meToolStripMenuItem.Click += new System.EventHandler(this.meToolStripMenuItem_Click);
            //
            // panel1
            //
            this.panel1.Controls.Add(this.tabSource);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(485, 335);
            this.panel1.TabIndex = 3;
            //
            // tabSource
            //
            this.tabSource.Controls.Add(this.tabPage1);
            this.tabSource.Controls.Add(this.tabPage2);
            this.tabSource.Controls.Add(this.tabPage3);
            this.tabSource.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabSource.Location      = new System.Drawing.Point(0, 0);
            this.tabSource.Name          = "tabSource";
            this.tabSource.SelectedIndex = 0;
            this.tabSource.Size          = new System.Drawing.Size(485, 335);
            this.tabSource.TabIndex      = 0;
            //
            // tabPage1
            //
            this.tabPage1.Controls.Add(this.splitContainer1);
            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(477, 309);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "Source";
            this.tabPage1.UseVisualStyleBackColor = true;
            //
            // splitContainer1
            //
            this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Font     = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.splitContainer1.Location = new System.Drawing.Point(3, 3);
            this.splitContainer1.Name     = "splitContainer1";
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.close);
            this.splitContainer1.Panel1.Controls.Add(this.open);
            this.splitContainer1.Panel1.Controls.Add(this.ForAllCheck);
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size             = new System.Drawing.Size(471, 303);
            this.splitContainer1.SplitterDistance = 256;
            this.splitContainer1.TabIndex         = 0;
            //
            // close
            //
            this.close.Location = new System.Drawing.Point(131, 245);
            this.close.Name     = "close";
            this.close.Size     = new System.Drawing.Size(61, 21);
            this.close.TabIndex = 11;
            this.close.Text     = "Close";
            this.close.UseVisualStyleBackColor = true;
            this.close.Click += new System.EventHandler(this.close_Click);
            //
            // open
            //
            this.open.Location = new System.Drawing.Point(64, 245);
            this.open.Name     = "open";
            this.open.Size     = new System.Drawing.Size(57, 21);
            this.open.TabIndex = 1;
            this.open.Text     = "Open";
            this.open.UseVisualStyleBackColor = true;
            this.open.Click += new System.EventHandler(this.open_Click);
            //
            // ForAllCheck
            //
            this.ForAllCheck.AutoSize = true;
            this.ForAllCheck.Location = new System.Drawing.Point(75, 203);
            this.ForAllCheck.Name     = "ForAllCheck";
            this.ForAllCheck.Size     = new System.Drawing.Size(117, 18);
            this.ForAllCheck.TabIndex = 14;
            this.ForAllCheck.Text     = "Apply For All";
            this.ForAllCheck.UseVisualStyleBackColor = true;
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.tableLayoutPanel2);
            this.groupBox1.Location = new System.Drawing.Point(17, 10);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(233, 187);
            this.groupBox1.TabIndex = 16;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "Serial Port Settings";
            //
            // tableLayoutPanel2
            //
            this.tableLayoutPanel2.ColumnCount = 2;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.Controls.Add(this.CheckX, 1, 5);
            this.tableLayoutPanel2.Controls.Add(this.label6, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.StopX, 1, 4);
            this.tableLayoutPanel2.Controls.Add(this.DataX, 1, 3);
            this.tableLayoutPanel2.Controls.Add(this.BaudX, 1, 2);
            this.tableLayoutPanel2.Controls.Add(this.label2, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this.PortX, 1, 1);
            this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.label5, 0, 5);
            this.tableLayoutPanel2.Controls.Add(this.label3, 0, 3);
            this.tableLayoutPanel2.Controls.Add(this.PortID, 1, 0);
            this.tableLayoutPanel2.Controls.Add(this.label4, 0, 4);
            this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 19);
            this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 6;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size     = new System.Drawing.Size(227, 165);
            this.tableLayoutPanel2.TabIndex = 17;
            //
            // CheckX
            //
            this.CheckX.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CheckX.FormattingEnabled = true;
            this.CheckX.Items.AddRange(new object[] {
                "None",
                "Odd",
                "Even",
                "Mark",
                "Space"
            });
            this.CheckX.Location = new System.Drawing.Point(107, 140);
            this.CheckX.Name     = "CheckX";
            this.CheckX.Size     = new System.Drawing.Size(117, 21);
            this.CheckX.TabIndex = 14;
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Dock     = System.Windows.Forms.DockStyle.Left;
            this.label6.Location = new System.Drawing.Point(3, 0);
            this.label6.Name     = "label6";
            this.label6.Size     = new System.Drawing.Size(70, 29);
            this.label6.TabIndex = 15;
            this.label6.Text     = "Port ID:";
            //
            // StopX
            //
            this.StopX.Dock              = System.Windows.Forms.DockStyle.Bottom;
            this.StopX.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.StopX.FormattingEnabled = true;
            this.StopX.Items.AddRange(new object[] {
                "1",
                "1.5",
                "2"
            });
            this.StopX.Location = new System.Drawing.Point(107, 113);
            this.StopX.Name     = "StopX";
            this.StopX.Size     = new System.Drawing.Size(117, 21);
            this.StopX.TabIndex = 8;
            //
            // DataX
            //
            this.DataX.Dock              = System.Windows.Forms.DockStyle.Bottom;
            this.DataX.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DataX.FormattingEnabled = true;
            this.DataX.Items.AddRange(new object[] {
                "5",
                "6",
                "7",
                "8"
            });
            this.DataX.Location = new System.Drawing.Point(107, 86);
            this.DataX.Name     = "DataX";
            this.DataX.Size     = new System.Drawing.Size(117, 21);
            this.DataX.TabIndex = 6;
            //
            // BaudX
            //
            this.BaudX.Dock              = System.Windows.Forms.DockStyle.Bottom;
            this.BaudX.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.BaudX.FormattingEnabled = true;
            this.BaudX.Items.AddRange(new object[] {
                "9600",
                "14400",
                "19200",
                "38400",
                "57600",
                "115200"
            });
            this.BaudX.Location = new System.Drawing.Point(107, 59);
            this.BaudX.Name     = "BaudX";
            this.BaudX.Size     = new System.Drawing.Size(117, 21);
            this.BaudX.TabIndex = 2;
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Dock     = System.Windows.Forms.DockStyle.Left;
            this.label2.Location = new System.Drawing.Point(3, 56);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(84, 27);
            this.label2.TabIndex = 5;
            this.label2.Text     = "Baud Rate:";
            //
            // PortX
            //
            this.PortX.Dock              = System.Windows.Forms.DockStyle.Bottom;
            this.PortX.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.PortX.FormattingEnabled = true;
            this.PortX.Items.AddRange(new object[] {
                "COM1",
                "COM2",
                "COM3",
                "COM4",
                "COM5",
                "COM6",
                "COM7",
                "COM8",
                "COM9",
                "COM10",
                "COM11",
                "COM12"
            });
            this.PortX.Location = new System.Drawing.Point(107, 32);
            this.PortX.Name     = "PortX";
            this.PortX.Size     = new System.Drawing.Size(117, 21);
            this.PortX.TabIndex = 0;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Dock     = System.Windows.Forms.DockStyle.Left;
            this.label1.Location = new System.Drawing.Point(3, 29);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(98, 27);
            this.label1.TabIndex = 4;
            this.label1.Text     = "Serial Port:";
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Dock     = System.Windows.Forms.DockStyle.Left;
            this.label5.Location = new System.Drawing.Point(3, 137);
            this.label5.Name     = "label5";
            this.label5.Size     = new System.Drawing.Size(91, 28);
            this.label5.TabIndex = 12;
            this.label5.Text     = "Check Bits:";
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Dock     = System.Windows.Forms.DockStyle.Left;
            this.label3.Location = new System.Drawing.Point(3, 83);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(84, 27);
            this.label3.TabIndex = 7;
            this.label3.Text     = "Data Bits:";
            //
            // PortID
            //
            this.PortID.Dock         = System.Windows.Forms.DockStyle.Bottom;
            this.PortID.Location     = new System.Drawing.Point(107, 3);
            this.PortID.Name         = "PortID";
            this.PortID.Size         = new System.Drawing.Size(117, 23);
            this.PortID.TabIndex     = 15;
            this.PortID.TextChanged += new System.EventHandler(this.PortID_ModifiedChanged);
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Dock     = System.Windows.Forms.DockStyle.Left;
            this.label4.Location = new System.Drawing.Point(3, 110);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(84, 27);
            this.label4.TabIndex = 9;
            this.label4.Text     = "Stop Bits:";
            //
            // 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.DataBox);
            //
            // splitContainer2.Panel2
            //
            this.splitContainer2.Panel2.Controls.Add(this.PortBox);
            this.splitContainer2.Size             = new System.Drawing.Size(211, 303);
            this.splitContainer2.SplitterDistance = 183;
            this.splitContainer2.TabIndex         = 1;
            //
            // DataBox
            //
            this.DataBox.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.DataBox.Location = new System.Drawing.Point(0, 0);
            this.DataBox.Name     = "DataBox";
            this.DataBox.Size     = new System.Drawing.Size(211, 183);
            this.DataBox.TabIndex = 0;
            this.DataBox.Text     = "";
            //
            // PortBox
            //
            this.PortBox.AllowDrop         = true;
            this.PortBox.ContextMenuStrip  = this.mouseevent;
            this.PortBox.Dock              = System.Windows.Forms.DockStyle.Fill;
            this.PortBox.FormattingEnabled = true;
            this.PortBox.Location          = new System.Drawing.Point(0, 0);
            this.PortBox.Name              = "PortBox";
            this.PortBox.SelectionMode     = System.Windows.Forms.SelectionMode.MultiExtended;
            this.PortBox.Size              = new System.Drawing.Size(211, 116);
            this.PortBox.TabIndex          = 0;
            this.PortBox.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.PortBox_MouseUp);
            //
            // mouseevent
            //
            this.mouseevent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.openToolStripMenuItem,
                this.cToolStripMenuItem,
                this.deleteToolStripMenuItem
            });
            this.mouseevent.Name = "mouseevent";
            this.mouseevent.Size = new System.Drawing.Size(114, 70);
            //
            // openToolStripMenuItem
            //
            this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
            this.openToolStripMenuItem.Text   = "&Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            //
            // cToolStripMenuItem
            //
            this.cToolStripMenuItem.Name   = "cToolStripMenuItem";
            this.cToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
            this.cToolStripMenuItem.Text   = "&Close";
            this.cToolStripMenuItem.Click += new System.EventHandler(this.cToolStripMenuItem_Click);
            //
            // deleteToolStripMenuItem
            //
            this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
            this.deleteToolStripMenuItem.Text   = "&Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.splitContainer5);
            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(477, 309);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text     = "Display";
            this.tabPage2.UseVisualStyleBackColor = true;
            this.tabPage2.Enter += new System.EventHandler(this.tabPage2_Enter);
            //
            // splitContainer5
            //
            this.splitContainer5.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer5.Location    = new System.Drawing.Point(3, 3);
            this.splitContainer5.Name        = "splitContainer5";
            this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer5.Panel1
            //
            this.splitContainer5.Panel1.Controls.Add(this.timerbox);
            this.splitContainer5.Panel1.Controls.Add(this.checkBox1);
            this.splitContainer5.Panel1.Controls.Add(this.Channel);
            //
            // splitContainer5.Panel2
            //
            this.splitContainer5.Panel2.Controls.Add(this.groupBox2);
            this.splitContainer5.Size             = new System.Drawing.Size(471, 303);
            this.splitContainer5.SplitterDistance = 26;
            this.splitContainer5.TabIndex         = 4;
            //
            // timerbox
            //
            this.timerbox.Location = new System.Drawing.Point(296, 3);
            this.timerbox.Name     = "timerbox";
            this.timerbox.Size     = new System.Drawing.Size(100, 21);
            this.timerbox.TabIndex = 5;
            this.timerbox.Text     = "5000";
            //
            // checkBox1
            //
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(412, 5);
            this.checkBox1.Name     = "checkBox1";
            this.checkBox1.Size     = new System.Drawing.Size(54, 16);
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text     = "timer";
            this.checkBox1.UseVisualStyleBackColor = true;
            //
            // Channel
            //
            this.Channel.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.Channel.FormattingEnabled = true;
            this.Channel.Location          = new System.Drawing.Point(5, 3);
            this.Channel.Name                  = "Channel";
            this.Channel.Size                  = new System.Drawing.Size(108, 20);
            this.Channel.TabIndex              = 1;
            this.Channel.SelectedIndexChanged += new System.EventHandler(this.Channel_SelectedIndexChanged);
            //
            // groupBox2
            //
            this.groupBox2.Controls.Add(this.chart1);
            this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(471, 273);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "展示图表";
            //
            // 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(3, 17);
            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(465, 253);
            this.chart1.TabIndex = 0;
            this.chart1.Text     = "chart1";
            //
            // tabPage3
            //
            this.tabPage3.Controls.Add(this.splitContainer3);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name     = "tabPage3";
            this.tabPage3.Size     = new System.Drawing.Size(477, 309);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text     = "Database";
            this.tabPage3.UseVisualStyleBackColor = true;
            this.tabPage3.Enter += new System.EventHandler(this.tabPage3_Enter);
            //
            // 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.anaylase);
            this.splitContainer3.Panel1.Controls.Add(this.reflush);
            this.splitContainer3.Panel1.Controls.Add(this.DBSwitch);
            //
            // splitContainer3.Panel2
            //
            this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
            this.splitContainer3.Size             = new System.Drawing.Size(477, 309);
            this.splitContainer3.SplitterDistance = 26;
            this.splitContainer3.TabIndex         = 0;
            //
            // anaylase
            //
            this.anaylase.Location = new System.Drawing.Point(382, 2);
            this.anaylase.Name     = "anaylase";
            this.anaylase.Size     = new System.Drawing.Size(75, 23);
            this.anaylase.TabIndex = 4;
            this.anaylase.Text     = "anaylase";
            this.anaylase.UseVisualStyleBackColor = true;
            //
            // reflush
            //
            this.reflush.Location = new System.Drawing.Point(301, 1);
            this.reflush.Name     = "reflush";
            this.reflush.Size     = new System.Drawing.Size(75, 23);
            this.reflush.TabIndex = 3;
            this.reflush.Text     = "reflush";
            this.reflush.UseVisualStyleBackColor = true;
            this.reflush.Click += new System.EventHandler(this.reflush_Click);
            //
            // DBSwitch
            //
            this.DBSwitch.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DBSwitch.FormattingEnabled = true;
            this.DBSwitch.Location          = new System.Drawing.Point(2, 4);
            this.DBSwitch.Name                  = "DBSwitch";
            this.DBSwitch.Size                  = new System.Drawing.Size(111, 20);
            this.DBSwitch.TabIndex              = 2;
            this.DBSwitch.SelectedIndexChanged += new System.EventHandler(this.DBSwitch_SelectedIndexChanged);
            //
            // splitContainer4
            //
            this.splitContainer4.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer4.Location = new System.Drawing.Point(0, 0);
            this.splitContainer4.Name     = "splitContainer4";
            //
            // splitContainer4.Panel1
            //
            this.splitContainer4.Panel1.Controls.Add(this.dataGridView1);
            //
            // splitContainer4.Panel2
            //
            this.splitContainer4.Panel2.Controls.Add(this.dataGridView2);
            this.splitContainer4.Size             = new System.Drawing.Size(477, 279);
            this.splitContainer4.SplitterDistance = 228;
            this.splitContainer4.TabIndex         = 1;
            //
            // dataGridView1
            //
            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(228, 279);
            this.dataGridView1.TabIndex           = 0;
            //
            // dataGridView2
            //
            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(245, 279);
            this.dataGridView2.TabIndex           = 1;
            //
            // dataDataSet
            //
            this.dataDataSet.DataSetName             = "DataDataSet";
            this.dataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            //
            // dataDataSetBindingSource
            //
            this.dataDataSetBindingSource.DataSource = this.dataDataSet;
            this.dataDataSetBindingSource.Position   = 0;
            //
            // coM5TableAdapter1
            //
            this.coM5TableAdapter1.ClearBeforeFill = true;
            //
            // timer1
            //
            this.timer1.Interval = 1000;
            this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
            //
            // Fmain
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(485, 382);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.DoubleBuffered = true;
            this.Name           = "Fmain";
            this.Text           = "Server";
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.tabSource.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.mouseevent.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.splitContainer5.Panel1.ResumeLayout(false);
            this.splitContainer5.Panel1.PerformLayout();
            this.splitContainer5.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
            this.splitContainer5.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
            this.splitContainer3.ResumeLayout(false);
            this.splitContainer4.Panel1.ResumeLayout(false);
            this.splitContainer4.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
            this.splitContainer4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataDataSetBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemplo n.º 50
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 5D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 8D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 3D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 7D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint5 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 6D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint6 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 2D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 6D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 9D);
     System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("ListViewGroup", System.Windows.Forms.HorizontalAlignment.Left);
     System.Windows.Forms.ListViewItem  listViewItem1  = new System.Windows.Forms.ListViewItem("aa");
     System.Windows.Forms.ListViewItem  listViewItem2  = new System.Windows.Forms.ListViewItem("bb");
     System.Windows.Forms.TreeNode      treeNode1      = new System.Windows.Forms.TreeNode("通道0");
     System.Windows.Forms.TreeNode      treeNode2      = new System.Windows.Forms.TreeNode("通道1");
     System.Windows.Forms.TreeNode      treeNode3      = new System.Windows.Forms.TreeNode("通道2");
     System.Windows.Forms.TreeNode      treeNode4      = new System.Windows.Forms.TreeNode("通道3");
     System.Windows.Forms.TreeNode      treeNode5      = new System.Windows.Forms.TreeNode("通道4");
     System.Windows.Forms.TreeNode      treeNode6      = new System.Windows.Forms.TreeNode("通道5");
     System.Windows.Forms.TreeNode      treeNode7      = new System.Windows.Forms.TreeNode("通道6");
     System.Windows.Forms.TreeNode      treeNode8      = new System.Windows.Forms.TreeNode("通道7");
     System.Windows.Forms.TreeNode      treeNode9      = new System.Windows.Forms.TreeNode("模块0", new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode3,
         treeNode4,
         treeNode5,
         treeNode6,
         treeNode7,
         treeNode8
     });
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("站点", new System.Windows.Forms.TreeNode[] {
         treeNode9
     });
     System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("User", new System.Windows.Forms.TreeNode[] {
         treeNode10
     });
     this.notifyIcon1        = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip1  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.chart1             = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.title              = new System.Windows.Forms.Label();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.name               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.description        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unit               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.currentValue       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.alarmLeavl         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.quality            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.positon            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ShowMode           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.tabControl1        = new System.Windows.Forms.TabControl();
     this.tabPage1           = new System.Windows.Forms.TabPage();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.listView1          = new System.Windows.Forms.ListView();
     this.tagName            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.time               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.information        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabPage3           = new System.Windows.Forms.TabPage();
     this.listView2          = new System.Windows.Forms.ListView();
     this.columnHeader1      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabPage4           = new System.Windows.Forms.TabPage();
     this.webBrowser1        = new System.Windows.Forms.WebBrowser();
     this.tabPage5           = new System.Windows.Forms.TabPage();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.menuStrip1         = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.login              = new System.Windows.Forms.ToolStripMenuItem();
     this.logout             = new System.Windows.Forms.ToolStripMenuItem();
     this.exit               = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1    = new System.Windows.Forms.SplitContainer();
     this.treeView1          = new System.Windows.Forms.TreeView();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.anaBar1            = new SCSMController.AnaBar();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // notifyIcon1
     //
     this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text              = "notifyIcon1";
     this.notifyIcon1.Visible           = true;
     this.notifyIcon1.Click            += new System.EventHandler(this.notifyIcon1_Click);
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(109, 48);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(108, 22);
     this.toolStripMenuItem1.Text   = "Open";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(108, 22);
     this.toolStripMenuItem2.Text   = "Exit";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.SystemColors.Control;
     chartArea1.Name       = "ChartArea2";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Bottom;
     legend1.Name     = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(3, 162);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea2";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend       = "Legend1";
     series1.Name         = "Series2";
     series1.Points.Add(dataPoint1);
     series1.Points.Add(dataPoint2);
     series1.Points.Add(dataPoint3);
     series1.Points.Add(dataPoint4);
     series1.Points.Add(dataPoint5);
     series1.Points.Add(dataPoint6);
     series1.Points.Add(dataPoint7);
     series1.Points.Add(dataPoint8);
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(993, 193);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     //
     // title
     //
     this.title.AutoSize  = true;
     this.title.Font      = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.title.Location  = new System.Drawing.Point(175, 25);
     this.title.Name      = "title";
     this.title.Size      = new System.Drawing.Size(752, 56);
     this.title.TabIndex  = 2;
     this.title.Text      = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
     this.title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.name,
         this.description,
         this.unit,
         this.currentValue,
         this.alarmLeavl,
         this.quality,
         this.positon,
         this.ShowMode
     });
     this.dataGridView1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(1007, 142);
     this.dataGridView1.TabIndex           = 3;
     //
     // name
     //
     this.name.HeaderText = "名称";
     this.name.Name       = "name";
     //
     // description
     //
     this.description.HeaderText = "描述";
     this.description.Name       = "description";
     //
     // unit
     //
     this.unit.HeaderText = "单位";
     this.unit.Name       = "unit";
     //
     // currentValue
     //
     this.currentValue.HeaderText = "当前值";
     this.currentValue.Name       = "currentValue";
     //
     // alarmLeavl
     //
     this.alarmLeavl.HeaderText  = "报警";
     this.alarmLeavl.Name        = "alarmLeavl";
     this.alarmLeavl.Resizable   = System.Windows.Forms.DataGridViewTriState.True;
     this.alarmLeavl.ToolTipText = "aaa";
     //
     // quality
     //
     this.quality.HeaderText = "质量";
     this.quality.Name       = "quality";
     //
     // positon
     //
     this.positon.HeaderText = "位置";
     this.positon.Name       = "positon";
     //
     // ShowMode
     //
     this.ShowMode.HeaderText = "图表模式";
     this.ShowMode.Name       = "ShowMode";
     this.ShowMode.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.ShowMode.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Dock                  = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl1.Location              = new System.Drawing.Point(0, 148);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(1007, 384);
     this.tabControl1.TabIndex              = 4;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.anaBar1);
     this.tabPage1.Controls.Add(this.chart1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(999, 358);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "图表";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.listView1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(999, 358);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "报警列表";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.tagName,
         this.time,
         this.information
     });
     this.listView1.Dock   = System.Windows.Forms.DockStyle.Fill;
     listViewGroup1.Header = "ListViewGroup";
     listViewGroup1.Name   = "listViewGroup1";
     listViewGroup2.Header = "ListViewGroup";
     listViewGroup2.Name   = "listViewGroup2";
     this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
         listViewGroup1,
         listViewGroup2
     });
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.listView1.Location = new System.Drawing.Point(3, 3);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(993, 352);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     //
     // tagName
     //
     this.tagName.Text = "点名";
     //
     // time
     //
     this.time.Text = "时间";
     //
     // information
     //
     this.information.Text = "报警描述";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.listView2);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(999, 358);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "日志列表";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // listView2
     //
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.listView2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.listView2.Location = new System.Drawing.Point(0, 0);
     this.listView2.Name     = "listView2";
     this.listView2.Size     = new System.Drawing.Size(999, 358);
     this.listView2.TabIndex = 1;
     this.listView2.UseCompatibleStateImageBehavior = false;
     this.listView2.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "名称";
     this.columnHeader2.Width = 200;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "类型";
     this.columnHeader3.Width = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "地址";
     this.columnHeader4.Width = 150;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "时间";
     this.columnHeader5.Width = 150;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "描述";
     this.columnHeader6.Width = 400;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.webBrowser1);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(999, 358);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "地图";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // webBrowser1
     //
     this.webBrowser1.Location    = new System.Drawing.Point(3, 3);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name        = "webBrowser1";
     this.webBrowser1.Size        = new System.Drawing.Size(564, 282);
     this.webBrowser1.TabIndex    = 9;
     this.webBrowser1.Url         = new System.Uri("", System.UriKind.Relative);
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.pictureBox1);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(999, 358);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "视频监控";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Black;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location  = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(267, 352);
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 688);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1187, 22);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1187, 25);
     this.menuStrip1.TabIndex = 6;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.login,
         this.logout,
         this.exit
     });
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem3.Text = "系统管理";
     //
     // login
     //
     this.login.Name   = "login";
     this.login.Size   = new System.Drawing.Size(100, 22);
     this.login.Text   = "登录";
     this.login.Click += new System.EventHandler(this.login_Click);
     //
     // logout
     //
     this.logout.Name   = "logout";
     this.logout.Size   = new System.Drawing.Size(100, 22);
     this.logout.Text   = "注销";
     this.logout.Click += new System.EventHandler(this.logout_Click);
     //
     // exit
     //
     this.exit.Name   = "exit";
     this.exit.Size   = new System.Drawing.Size(100, 22);
     this.exit.Text   = "退出";
     this.exit.Click += new System.EventHandler(this.exit_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitContainer1.Location = new System.Drawing.Point(0, 156);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.treeView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(1187, 532);
     this.splitContainer1.SplitterDistance = 176;
     this.splitContainer1.TabIndex         = 8;
     //
     // treeView1
     //
     this.treeView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name     = "treeView1";
     treeNode1.Name          = "channle0";
     treeNode1.Text          = "通道0";
     treeNode2.Name          = "channle1";
     treeNode2.Text          = "通道1";
     treeNode3.Name          = "channle2";
     treeNode3.Text          = "通道2";
     treeNode4.Name          = "channle3";
     treeNode4.Text          = "通道3";
     treeNode5.Name          = "channle4";
     treeNode5.Text          = "通道4";
     treeNode6.Name          = "channle5";
     treeNode6.Text          = "通道5";
     treeNode7.Name          = "channle6";
     treeNode7.Text          = "通道6";
     treeNode8.Name          = "channle7";
     treeNode8.Text          = "通道7";
     treeNode9.Name          = "module0";
     treeNode9.Text          = "模块0";
     treeNode10.Name         = "Station";
     treeNode10.Text         = "站点";
     treeNode11.Name         = "User";
     treeNode11.Text         = "User";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode11
     });
     this.treeView1.Size         = new System.Drawing.Size(176, 532);
     this.treeView1.TabIndex     = 1;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // anaBar1
     //
     this.anaBar1.H1l        = 80D;
     this.anaBar1.H2l        = 85D;
     this.anaBar1.H3l        = 90D;
     this.anaBar1.H4l        = 95D;
     this.anaBar1.L1l        = 20D;
     this.anaBar1.L2l        = 15D;
     this.anaBar1.L3l        = 10D;
     this.anaBar1.L4l        = 5D;
     this.anaBar1.Location   = new System.Drawing.Point(64, 6);
     this.anaBar1.LowLimit   = 0D;
     this.anaBar1.Name       = "anaBar1";
     this.anaBar1.Q          = true;
     this.anaBar1.Size       = new System.Drawing.Size(122, 346);
     this.anaBar1.TabIndex   = 2;
     this.anaBar1.UpperLimit = 100D;
     this.anaBar1.Value      = 0D;
     //
     // MainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1187, 710);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.title);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainFrm";
     this.Text          = "Form1sss";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.SizeChanged  += new System.EventHandler(this.Form1_SizeChanged);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 51
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.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Metas));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.Pnl_Desempeño      = new System.Windows.Forms.Panel();
     this.Btn_ayuda          = new System.Windows.Forms.Button();
     this.Btn_minimizar      = new System.Windows.Forms.Button();
     this.Btn_cerrar         = new System.Windows.Forms.Button();
     this.Lbl_metaTitulo     = new System.Windows.Forms.Label();
     this.Gpb_meta           = new System.Windows.Forms.GroupBox();
     this.Nud_puntajeMeta    = new System.Windows.Forms.NumericUpDown();
     this.Txt_nombreMeta     = new System.Windows.Forms.TextBox();
     this.Lbl_puntaje        = new System.Windows.Forms.Label();
     this.Txt_totalMeta      = new System.Windows.Forms.TextBox();
     this.Lbl_totalMeta      = new System.Windows.Forms.Label();
     this.Cob_completado     = new System.Windows.Forms.ComboBox();
     this.Cob_tipoMeta       = new System.Windows.Forms.ComboBox();
     this.Btn_Agregar        = new System.Windows.Forms.Button();
     this.Lbl_nombreEmpleado = new System.Windows.Forms.Label();
     this.Txt_empleadoMeta   = new System.Windows.Forms.TextBox();
     this.Txt_fechaMeta      = new System.Windows.Forms.TextBox();
     this.Btn_buscar         = new System.Windows.Forms.Button();
     this.Lbl_fechaMeta      = new System.Windows.Forms.Label();
     this.Lbl_completado     = new System.Windows.Forms.Label();
     this.Lbl_plazoMeta      = new System.Windows.Forms.Label();
     this.Txt_descripcion    = new System.Windows.Forms.TextBox();
     this.Lbl_descripcion    = new System.Windows.Forms.Label();
     this.Lbl_codigoMeta     = new System.Windows.Forms.Label();
     this.Txt_codigoMeta     = new System.Windows.Forms.TextBox();
     this.Lbl_nombreMeta     = new System.Windows.Forms.Label();
     this.Gpb_vista          = new System.Windows.Forms.GroupBox();
     this.Dgv_vistaMeta      = new System.Windows.Forms.DataGridView();
     this.Empleado           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meta           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Puntaje        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Gpb_grafica    = new System.Windows.Forms.GroupBox();
     this.Ct_graficaMeta = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.Pnl_Desempeño.SuspendLayout();
     this.Gpb_meta.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Nud_puntajeMeta)).BeginInit();
     this.Gpb_vista.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Dgv_vistaMeta)).BeginInit();
     this.Gpb_grafica.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Ct_graficaMeta)).BeginInit();
     this.SuspendLayout();
     //
     // Pnl_Desempeño
     //
     this.Pnl_Desempeño.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(107)))), ((int)(((byte)(44)))));
     this.Pnl_Desempeño.Controls.Add(this.Btn_ayuda);
     this.Pnl_Desempeño.Controls.Add(this.Btn_minimizar);
     this.Pnl_Desempeño.Controls.Add(this.Btn_cerrar);
     this.Pnl_Desempeño.Controls.Add(this.Lbl_metaTitulo);
     this.Pnl_Desempeño.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Pnl_Desempeño.Location = new System.Drawing.Point(0, 0);
     this.Pnl_Desempeño.Margin   = new System.Windows.Forms.Padding(2);
     this.Pnl_Desempeño.Name     = "Pnl_Desempeño";
     this.Pnl_Desempeño.Size     = new System.Drawing.Size(831, 51);
     this.Pnl_Desempeño.TabIndex = 3;
     //
     // Btn_ayuda
     //
     this.Btn_ayuda.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.Btn_ayuda.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Btn_ayuda.Image     = ((System.Drawing.Image)(resources.GetObject("Btn_ayuda.Image")));
     this.Btn_ayuda.Location  = new System.Drawing.Point(750, 12);
     this.Btn_ayuda.Margin    = new System.Windows.Forms.Padding(2);
     this.Btn_ayuda.Name      = "Btn_ayuda";
     this.Btn_ayuda.Size      = new System.Drawing.Size(33, 31);
     this.Btn_ayuda.TabIndex  = 9;
     this.Btn_ayuda.UseVisualStyleBackColor = true;
     this.Btn_ayuda.Click += new System.EventHandler(this.Btn_ayuda_Click);
     //
     // Btn_minimizar
     //
     this.Btn_minimizar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.Btn_minimizar.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Btn_minimizar.Image     = ((System.Drawing.Image)(resources.GetObject("Btn_minimizar.Image")));
     this.Btn_minimizar.Location  = new System.Drawing.Point(714, 12);
     this.Btn_minimizar.Margin    = new System.Windows.Forms.Padding(2);
     this.Btn_minimizar.Name      = "Btn_minimizar";
     this.Btn_minimizar.Size      = new System.Drawing.Size(33, 31);
     this.Btn_minimizar.TabIndex  = 8;
     this.Btn_minimizar.UseVisualStyleBackColor = true;
     this.Btn_minimizar.Click += new System.EventHandler(this.Btn_minimizar_Click);
     //
     // Btn_cerrar
     //
     this.Btn_cerrar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.Btn_cerrar.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Btn_cerrar.Image     = ((System.Drawing.Image)(resources.GetObject("Btn_cerrar.Image")));
     this.Btn_cerrar.Location  = new System.Drawing.Point(787, 12);
     this.Btn_cerrar.Margin    = new System.Windows.Forms.Padding(2);
     this.Btn_cerrar.Name      = "Btn_cerrar";
     this.Btn_cerrar.Size      = new System.Drawing.Size(33, 31);
     this.Btn_cerrar.TabIndex  = 7;
     this.Btn_cerrar.UseVisualStyleBackColor = true;
     this.Btn_cerrar.Click += new System.EventHandler(this.Btn_cerrar_Click);
     //
     // Lbl_metaTitulo
     //
     this.Lbl_metaTitulo.AutoSize  = true;
     this.Lbl_metaTitulo.ForeColor = System.Drawing.Color.White;
     this.Lbl_metaTitulo.Location  = new System.Drawing.Point(11, 17);
     this.Lbl_metaTitulo.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.Lbl_metaTitulo.Name      = "Lbl_metaTitulo";
     this.Lbl_metaTitulo.Size      = new System.Drawing.Size(199, 20);
     this.Lbl_metaTitulo.TabIndex  = 0;
     this.Lbl_metaTitulo.Text      = "META DEL EMPLEADO";
     //
     // Gpb_meta
     //
     this.Gpb_meta.Controls.Add(this.Nud_puntajeMeta);
     this.Gpb_meta.Controls.Add(this.Txt_nombreMeta);
     this.Gpb_meta.Controls.Add(this.Lbl_puntaje);
     this.Gpb_meta.Controls.Add(this.Txt_totalMeta);
     this.Gpb_meta.Controls.Add(this.Lbl_totalMeta);
     this.Gpb_meta.Controls.Add(this.Cob_completado);
     this.Gpb_meta.Controls.Add(this.Cob_tipoMeta);
     this.Gpb_meta.Controls.Add(this.Btn_Agregar);
     this.Gpb_meta.Controls.Add(this.Lbl_nombreEmpleado);
     this.Gpb_meta.Controls.Add(this.Txt_empleadoMeta);
     this.Gpb_meta.Controls.Add(this.Txt_fechaMeta);
     this.Gpb_meta.Controls.Add(this.Btn_buscar);
     this.Gpb_meta.Controls.Add(this.Lbl_fechaMeta);
     this.Gpb_meta.Controls.Add(this.Lbl_completado);
     this.Gpb_meta.Controls.Add(this.Lbl_plazoMeta);
     this.Gpb_meta.Controls.Add(this.Txt_descripcion);
     this.Gpb_meta.Controls.Add(this.Lbl_descripcion);
     this.Gpb_meta.Controls.Add(this.Lbl_codigoMeta);
     this.Gpb_meta.Controls.Add(this.Txt_codigoMeta);
     this.Gpb_meta.Controls.Add(this.Lbl_nombreMeta);
     this.Gpb_meta.Location = new System.Drawing.Point(12, 56);
     this.Gpb_meta.Name     = "Gpb_meta";
     this.Gpb_meta.Size     = new System.Drawing.Size(371, 259);
     this.Gpb_meta.TabIndex = 4;
     this.Gpb_meta.TabStop  = false;
     this.Gpb_meta.Text     = "Meta";
     //
     // Nud_puntajeMeta
     //
     this.Nud_puntajeMeta.Location = new System.Drawing.Point(259, 191);
     this.Nud_puntajeMeta.Maximum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.Nud_puntajeMeta.Name      = "Nud_puntajeMeta";
     this.Nud_puntajeMeta.Size      = new System.Drawing.Size(101, 20);
     this.Nud_puntajeMeta.TabIndex  = 16;
     this.Nud_puntajeMeta.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Txt_nombreMeta
     //
     this.Txt_nombreMeta.Location = new System.Drawing.Point(119, 97);
     this.Txt_nombreMeta.Name     = "Txt_nombreMeta";
     this.Txt_nombreMeta.Size     = new System.Drawing.Size(134, 20);
     this.Txt_nombreMeta.TabIndex = 15;
     //
     // Lbl_puntaje
     //
     this.Lbl_puntaje.AutoSize = true;
     this.Lbl_puntaje.Location = new System.Drawing.Point(266, 172);
     this.Lbl_puntaje.Name     = "Lbl_puntaje";
     this.Lbl_puntaje.Size     = new System.Drawing.Size(43, 13);
     this.Lbl_puntaje.TabIndex = 13;
     this.Lbl_puntaje.Text     = "Puntaje";
     //
     // Txt_totalMeta
     //
     this.Txt_totalMeta.Location     = new System.Drawing.Point(257, 225);
     this.Txt_totalMeta.Name         = "Txt_totalMeta";
     this.Txt_totalMeta.Size         = new System.Drawing.Size(100, 20);
     this.Txt_totalMeta.TabIndex     = 10;
     this.Txt_totalMeta.TextChanged += new System.EventHandler(this.Txt_totalMeta_TextChanged);
     //
     // Lbl_totalMeta
     //
     this.Lbl_totalMeta.AutoSize = true;
     this.Lbl_totalMeta.Location = new System.Drawing.Point(193, 225);
     this.Lbl_totalMeta.Name     = "Lbl_totalMeta";
     this.Lbl_totalMeta.Size     = new System.Drawing.Size(58, 13);
     this.Lbl_totalMeta.TabIndex = 12;
     this.Lbl_totalMeta.Text     = "Total Meta";
     //
     // Cob_completado
     //
     this.Cob_completado.FormattingEnabled = true;
     this.Cob_completado.Items.AddRange(new object[] {
         "Si",
         "No"
     });
     this.Cob_completado.Location = new System.Drawing.Point(11, 188);
     this.Cob_completado.Name     = "Cob_completado";
     this.Cob_completado.Size     = new System.Drawing.Size(109, 21);
     this.Cob_completado.TabIndex = 7;
     //
     // Cob_tipoMeta
     //
     this.Cob_tipoMeta.FormattingEnabled = true;
     this.Cob_tipoMeta.Items.AddRange(new object[] {
         "Corto",
         "Mediano"
     });
     this.Cob_tipoMeta.Location = new System.Drawing.Point(259, 97);
     this.Cob_tipoMeta.Name     = "Cob_tipoMeta";
     this.Cob_tipoMeta.Size     = new System.Drawing.Size(101, 21);
     this.Cob_tipoMeta.TabIndex = 5;
     //
     // Btn_Agregar
     //
     this.Btn_Agregar.Location = new System.Drawing.Point(29, 225);
     this.Btn_Agregar.Name     = "Btn_Agregar";
     this.Btn_Agregar.Size     = new System.Drawing.Size(75, 23);
     this.Btn_Agregar.TabIndex = 11;
     this.Btn_Agregar.Text     = "Agregar";
     this.Btn_Agregar.UseVisualStyleBackColor = true;
     this.Btn_Agregar.Click += new System.EventHandler(this.Btn_Agregar_Click);
     //
     // Lbl_nombreEmpleado
     //
     this.Lbl_nombreEmpleado.AutoSize = true;
     this.Lbl_nombreEmpleado.Location = new System.Drawing.Point(26, 26);
     this.Lbl_nombreEmpleado.Name     = "Lbl_nombreEmpleado";
     this.Lbl_nombreEmpleado.Size     = new System.Drawing.Size(94, 13);
     this.Lbl_nombreEmpleado.TabIndex = 6;
     this.Lbl_nombreEmpleado.Text     = "Nombre Empleado";
     //
     // Txt_empleadoMeta
     //
     this.Txt_empleadoMeta.Location     = new System.Drawing.Point(11, 42);
     this.Txt_empleadoMeta.Name         = "Txt_empleadoMeta";
     this.Txt_empleadoMeta.Size         = new System.Drawing.Size(262, 20);
     this.Txt_empleadoMeta.TabIndex     = 1;
     this.Txt_empleadoMeta.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.Txt_empleadoMeta.TextChanged += new System.EventHandler(this.Txt_empleadoMeta_TextChanged);
     //
     // Txt_fechaMeta
     //
     this.Txt_fechaMeta.Enabled   = false;
     this.Txt_fechaMeta.Location  = new System.Drawing.Point(143, 188);
     this.Txt_fechaMeta.Name      = "Txt_fechaMeta";
     this.Txt_fechaMeta.Size      = new System.Drawing.Size(98, 20);
     this.Txt_fechaMeta.TabIndex  = 8;
     this.Txt_fechaMeta.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Btn_buscar
     //
     this.Btn_buscar.Location = new System.Drawing.Point(285, 39);
     this.Btn_buscar.Name     = "Btn_buscar";
     this.Btn_buscar.Size     = new System.Drawing.Size(75, 23);
     this.Btn_buscar.TabIndex = 2;
     this.Btn_buscar.Text     = "Buscar";
     this.Btn_buscar.UseVisualStyleBackColor = true;
     this.Btn_buscar.Click += new System.EventHandler(this.Btn_buscar_Click);
     //
     // Lbl_fechaMeta
     //
     this.Lbl_fechaMeta.AutoSize = true;
     this.Lbl_fechaMeta.Location = new System.Drawing.Point(152, 172);
     this.Lbl_fechaMeta.Name     = "Lbl_fechaMeta";
     this.Lbl_fechaMeta.Size     = new System.Drawing.Size(79, 13);
     this.Lbl_fechaMeta.TabIndex = 11;
     this.Lbl_fechaMeta.Text     = "Fecha de Meta";
     //
     // Lbl_completado
     //
     this.Lbl_completado.AutoSize = true;
     this.Lbl_completado.Location = new System.Drawing.Point(26, 172);
     this.Lbl_completado.Name     = "Lbl_completado";
     this.Lbl_completado.Size     = new System.Drawing.Size(63, 13);
     this.Lbl_completado.TabIndex = 10;
     this.Lbl_completado.Text     = "Completado";
     //
     // Lbl_plazoMeta
     //
     this.Lbl_plazoMeta.AutoSize = true;
     this.Lbl_plazoMeta.Location = new System.Drawing.Point(266, 81);
     this.Lbl_plazoMeta.Name     = "Lbl_plazoMeta";
     this.Lbl_plazoMeta.Size     = new System.Drawing.Size(60, 13);
     this.Lbl_plazoMeta.TabIndex = 9;
     this.Lbl_plazoMeta.Text     = "Plazo Meta";
     //
     // Txt_descripcion
     //
     this.Txt_descripcion.Location  = new System.Drawing.Point(11, 146);
     this.Txt_descripcion.Multiline = true;
     this.Txt_descripcion.Name      = "Txt_descripcion";
     this.Txt_descripcion.Size      = new System.Drawing.Size(349, 20);
     this.Txt_descripcion.TabIndex  = 6;
     //
     // Lbl_descripcion
     //
     this.Lbl_descripcion.AutoSize = true;
     this.Lbl_descripcion.Location = new System.Drawing.Point(26, 130);
     this.Lbl_descripcion.Name     = "Lbl_descripcion";
     this.Lbl_descripcion.Size     = new System.Drawing.Size(63, 13);
     this.Lbl_descripcion.TabIndex = 4;
     this.Lbl_descripcion.Text     = "Descripción";
     //
     // Lbl_codigoMeta
     //
     this.Lbl_codigoMeta.AutoSize = true;
     this.Lbl_codigoMeta.Location = new System.Drawing.Point(26, 81);
     this.Lbl_codigoMeta.Name     = "Lbl_codigoMeta";
     this.Lbl_codigoMeta.Size     = new System.Drawing.Size(40, 13);
     this.Lbl_codigoMeta.TabIndex = 3;
     this.Lbl_codigoMeta.Text     = "Código";
     //
     // Txt_codigoMeta
     //
     this.Txt_codigoMeta.Enabled   = false;
     this.Txt_codigoMeta.Location  = new System.Drawing.Point(11, 97);
     this.Txt_codigoMeta.Name      = "Txt_codigoMeta";
     this.Txt_codigoMeta.Size      = new System.Drawing.Size(100, 20);
     this.Txt_codigoMeta.TabIndex  = 3;
     this.Txt_codigoMeta.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lbl_nombreMeta
     //
     this.Lbl_nombreMeta.AutoSize = true;
     this.Lbl_nombreMeta.Location = new System.Drawing.Point(140, 81);
     this.Lbl_nombreMeta.Name     = "Lbl_nombreMeta";
     this.Lbl_nombreMeta.Size     = new System.Drawing.Size(71, 13);
     this.Lbl_nombreMeta.TabIndex = 0;
     this.Lbl_nombreMeta.Text     = "Nombre Meta";
     //
     // Gpb_vista
     //
     this.Gpb_vista.Controls.Add(this.Dgv_vistaMeta);
     this.Gpb_vista.Location = new System.Drawing.Point(15, 321);
     this.Gpb_vista.Name     = "Gpb_vista";
     this.Gpb_vista.Size     = new System.Drawing.Size(368, 221);
     this.Gpb_vista.TabIndex = 5;
     this.Gpb_vista.TabStop  = false;
     this.Gpb_vista.Text     = "Vista";
     //
     // Dgv_vistaMeta
     //
     this.Dgv_vistaMeta.AllowUserToDeleteRows       = false;
     this.Dgv_vistaMeta.AllowUserToOrderColumns     = true;
     this.Dgv_vistaMeta.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Dgv_vistaMeta.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Empleado,
         this.Meta,
         this.Puntaje
     });
     this.Dgv_vistaMeta.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.Dgv_vistaMeta.Location          = new System.Drawing.Point(3, 16);
     this.Dgv_vistaMeta.Name              = "Dgv_vistaMeta";
     this.Dgv_vistaMeta.RowHeadersVisible = false;
     this.Dgv_vistaMeta.Size              = new System.Drawing.Size(362, 202);
     this.Dgv_vistaMeta.TabIndex          = 0;
     //
     // Empleado
     //
     this.Empleado.HeaderText = "Empleado";
     this.Empleado.Name       = "Empleado";
     //
     // Meta
     //
     this.Meta.HeaderText = "Meta";
     this.Meta.Name       = "Meta";
     //
     // Puntaje
     //
     this.Puntaje.HeaderText = "Puntaje";
     this.Puntaje.Name       = "Puntaje";
     //
     // Gpb_grafica
     //
     this.Gpb_grafica.Controls.Add(this.Ct_graficaMeta);
     this.Gpb_grafica.Location = new System.Drawing.Point(389, 56);
     this.Gpb_grafica.Name     = "Gpb_grafica";
     this.Gpb_grafica.Size     = new System.Drawing.Size(431, 483);
     this.Gpb_grafica.TabIndex = 0;
     this.Gpb_grafica.TabStop  = false;
     this.Gpb_grafica.Text     = "Gráfica";
     //
     // Ct_graficaMeta
     //
     chartArea2.Name = "ChartArea1";
     this.Ct_graficaMeta.ChartAreas.Add(chartArea2);
     this.Ct_graficaMeta.Dock = System.Windows.Forms.DockStyle.Fill;
     legend2.Name             = "Legend1";
     this.Ct_graficaMeta.Legends.Add(legend2);
     this.Ct_graficaMeta.Location = new System.Drawing.Point(3, 16);
     this.Ct_graficaMeta.Name     = "Ct_graficaMeta";
     series2.ChartArea            = "ChartArea1";
     series2.Legend          = "Legend1";
     series2.Name            = "Series1";
     series2.YValuesPerPoint = 6;
     this.Ct_graficaMeta.Series.Add(series2);
     this.Ct_graficaMeta.Size     = new System.Drawing.Size(425, 464);
     this.Ct_graficaMeta.TabIndex = 0;
     this.Ct_graficaMeta.Text     = "chart1";
     this.Ct_graficaMeta.Click   += new System.EventHandler(this.Ct_graficaMeta_Click);
     //
     // Frm_Metas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(829, 551);
     this.Controls.Add(this.Gpb_grafica);
     this.Controls.Add(this.Gpb_vista);
     this.Controls.Add(this.Gpb_meta);
     this.Controls.Add(this.Pnl_Desempeño);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Frm_Metas";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.Pnl_Desempeño.ResumeLayout(false);
     this.Pnl_Desempeño.PerformLayout();
     this.Gpb_meta.ResumeLayout(false);
     this.Gpb_meta.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Nud_puntajeMeta)).EndInit();
     this.Gpb_vista.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Dgv_vistaMeta)).EndInit();
     this.Gpb_grafica.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Ct_graficaMeta)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1    = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2    = new System.Windows.Forms.DataGridViewCellStyle();
     this.Main_Data_gridview  = new System.Windows.Forms.DataGridView();
     this.Refresh_timer       = new System.Windows.Forms.Timer(this.components);
     this.btn_Guardar         = new System.Windows.Forms.Button();
     this.Mes_cmbx            = new System.Windows.Forms.ComboBox();
     this.btn_nuevo           = new System.Windows.Forms.Button();
     this.Chart_Publicaciones = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.Cmb_Filter          = new System.Windows.Forms.ComboBox();
     this.Chk_Pub             = new System.Windows.Forms.CheckBox();
     this.Chk_Aux             = new System.Windows.Forms.CheckBox();
     this.Chk_Reg             = new System.Windows.Forms.CheckBox();
     this.Chk_Nul             = new System.Windows.Forms.CheckBox();
     this.Chk_All             = new System.Windows.Forms.CheckBox();
     this.Txt_Publicador      = new System.Windows.Forms.TextBox();
     this.Totals_Grid_View    = new System.Windows.Forms.DataGridView();
     this.Chk_Promedios       = new System.Windows.Forms.CheckBox();
     this.Lbl_Selected_Pub    = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.Prom_Grid_View = new System.Windows.Forms.DataGridView();
     this.Pub_Grid_View  = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.Main_Data_gridview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chart_Publicaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Totals_Grid_View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Prom_Grid_View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pub_Grid_View)).BeginInit();
     this.SuspendLayout();
     //
     // Main_Data_gridview
     //
     this.Main_Data_gridview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Main_Data_gridview.Location          = new System.Drawing.Point(12, 175);
     this.Main_Data_gridview.Name              = "Main_Data_gridview";
     this.Main_Data_gridview.Size              = new System.Drawing.Size(709, 405);
     this.Main_Data_gridview.TabIndex          = 0;
     this.Main_Data_gridview.CellEndEdit      += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_gridview_CellEndEdit);
     this.Main_Data_gridview.DataError        += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.Data_gridview_DataError);
     this.Main_Data_gridview.SelectionChanged += new System.EventHandler(this.Data_gridview_SelectionChanged);
     //
     // Refresh_timer
     //
     this.Refresh_timer.Enabled  = true;
     this.Refresh_timer.Interval = 500;
     this.Refresh_timer.Tick    += new System.EventHandler(this.Refresh_timer_Tick);
     //
     // btn_Guardar
     //
     this.btn_Guardar.Location = new System.Drawing.Point(55, 103);
     this.btn_Guardar.Name     = "btn_Guardar";
     this.btn_Guardar.Size     = new System.Drawing.Size(75, 23);
     this.btn_Guardar.TabIndex = 1;
     this.btn_Guardar.Text     = "Guardar";
     this.btn_Guardar.UseVisualStyleBackColor = true;
     this.btn_Guardar.Click += new System.EventHandler(this.Btn_Guardar_Click);
     //
     // Mes_cmbx
     //
     this.Mes_cmbx.FormattingEnabled = true;
     this.Mes_cmbx.Location          = new System.Drawing.Point(79, 60);
     this.Mes_cmbx.Name                  = "Mes_cmbx";
     this.Mes_cmbx.Size                  = new System.Drawing.Size(121, 21);
     this.Mes_cmbx.TabIndex              = 2;
     this.Mes_cmbx.SelectedIndexChanged += new System.EventHandler(this.Mes_cmbx_SelectedIndexChanged);
     //
     // btn_nuevo
     //
     this.btn_nuevo.Location = new System.Drawing.Point(136, 103);
     this.btn_nuevo.Name     = "btn_nuevo";
     this.btn_nuevo.Size     = new System.Drawing.Size(75, 23);
     this.btn_nuevo.TabIndex = 3;
     this.btn_nuevo.Text     = "Nuevo";
     this.btn_nuevo.UseVisualStyleBackColor = true;
     this.btn_nuevo.Click += new System.EventHandler(this.Btn_nuevo_Click);
     //
     // Chart_Publicaciones
     //
     chartArea1.Name = "ChartArea1";
     this.Chart_Publicaciones.ChartAreas.Add(chartArea1);
     this.Chart_Publicaciones.Location = new System.Drawing.Point(727, 455);
     this.Chart_Publicaciones.Name     = "Chart_Publicaciones";
     series1.ChartArea = "ChartArea1";
     series1.Name      = "Series1";
     this.Chart_Publicaciones.Series.Add(series1);
     this.Chart_Publicaciones.Size     = new System.Drawing.Size(248, 181);
     this.Chart_Publicaciones.TabIndex = 4;
     //
     // Cmb_Filter
     //
     this.Cmb_Filter.FormattingEnabled = true;
     this.Cmb_Filter.Location          = new System.Drawing.Point(272, 12);
     this.Cmb_Filter.Name                  = "Cmb_Filter";
     this.Cmb_Filter.Size                  = new System.Drawing.Size(121, 21);
     this.Cmb_Filter.TabIndex              = 5;
     this.Cmb_Filter.SelectedIndexChanged += new System.EventHandler(this.Cmb_Filter_SelectedIndexChanged);
     //
     // Chk_Pub
     //
     this.Chk_Pub.AutoSize   = true;
     this.Chk_Pub.Checked    = true;
     this.Chk_Pub.CheckState = System.Windows.Forms.CheckState.Checked;
     this.Chk_Pub.Location   = new System.Drawing.Point(272, 70);
     this.Chk_Pub.Name       = "Chk_Pub";
     this.Chk_Pub.Size       = new System.Drawing.Size(87, 17);
     this.Chk_Pub.TabIndex   = 6;
     this.Chk_Pub.Text       = "Publicadores";
     this.Chk_Pub.UseVisualStyleBackColor = true;
     this.Chk_Pub.CheckedChanged         += new System.EventHandler(this.Chkbx_CheckedChanged);
     //
     // Chk_Aux
     //
     this.Chk_Aux.AutoSize   = true;
     this.Chk_Aux.Checked    = true;
     this.Chk_Aux.CheckState = System.Windows.Forms.CheckState.Checked;
     this.Chk_Aux.Location   = new System.Drawing.Point(272, 96);
     this.Chk_Aux.Name       = "Chk_Aux";
     this.Chk_Aux.Size       = new System.Drawing.Size(59, 17);
     this.Chk_Aux.TabIndex   = 7;
     this.Chk_Aux.Text       = "Auxiliar";
     this.Chk_Aux.UseVisualStyleBackColor = true;
     this.Chk_Aux.CheckedChanged         += new System.EventHandler(this.Chkbx_CheckedChanged);
     //
     // Chk_Reg
     //
     this.Chk_Reg.AutoSize   = true;
     this.Chk_Reg.Checked    = true;
     this.Chk_Reg.CheckState = System.Windows.Forms.CheckState.Checked;
     this.Chk_Reg.Location   = new System.Drawing.Point(272, 122);
     this.Chk_Reg.Name       = "Chk_Reg";
     this.Chk_Reg.Size       = new System.Drawing.Size(63, 17);
     this.Chk_Reg.TabIndex   = 8;
     this.Chk_Reg.Text       = "Regular";
     this.Chk_Reg.UseVisualStyleBackColor = true;
     this.Chk_Reg.CheckedChanged         += new System.EventHandler(this.Chkbx_CheckedChanged);
     //
     // Chk_Nul
     //
     this.Chk_Nul.AutoSize   = true;
     this.Chk_Nul.Checked    = true;
     this.Chk_Nul.CheckState = System.Windows.Forms.CheckState.Checked;
     this.Chk_Nul.Location   = new System.Drawing.Point(272, 148);
     this.Chk_Nul.Name       = "Chk_Nul";
     this.Chk_Nul.Size       = new System.Drawing.Size(77, 17);
     this.Chk_Nul.TabIndex   = 9;
     this.Chk_Nul.Text       = "No informo";
     this.Chk_Nul.UseVisualStyleBackColor = true;
     this.Chk_Nul.CheckedChanged         += new System.EventHandler(this.Chkbx_CheckedChanged);
     //
     // Chk_All
     //
     this.Chk_All.AutoSize   = true;
     this.Chk_All.Checked    = true;
     this.Chk_All.CheckState = System.Windows.Forms.CheckState.Checked;
     this.Chk_All.Location   = new System.Drawing.Point(272, 44);
     this.Chk_All.Name       = "Chk_All";
     this.Chk_All.Size       = new System.Drawing.Size(56, 17);
     this.Chk_All.TabIndex   = 10;
     this.Chk_All.Text       = "Todos";
     this.Chk_All.UseVisualStyleBackColor = true;
     this.Chk_All.CheckedChanged         += new System.EventHandler(this.Chkbx_CheckedChanged);
     //
     // Txt_Publicador
     //
     this.Txt_Publicador.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.Txt_Publicador.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.Txt_Publicador.Enabled            = false;
     this.Txt_Publicador.Location           = new System.Drawing.Point(410, 12);
     this.Txt_Publicador.Name         = "Txt_Publicador";
     this.Txt_Publicador.Size         = new System.Drawing.Size(164, 20);
     this.Txt_Publicador.TabIndex     = 11;
     this.Txt_Publicador.TextChanged += new System.EventHandler(this.Txt_Publicador_TextChanged);
     //
     // Totals_Grid_View
     //
     this.Totals_Grid_View.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.NullValue          = null;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.Totals_Grid_View.DefaultCellStyle    = dataGridViewCellStyle1;
     this.Totals_Grid_View.Location            = new System.Drawing.Point(12, 700);
     this.Totals_Grid_View.Name     = "Totals_Grid_View";
     this.Totals_Grid_View.ReadOnly = true;
     this.Totals_Grid_View.Size     = new System.Drawing.Size(709, 108);
     this.Totals_Grid_View.TabIndex = 12;
     //
     // Chk_Promedios
     //
     this.Chk_Promedios.AutoSize = true;
     this.Chk_Promedios.Location = new System.Drawing.Point(499, 122);
     this.Chk_Promedios.Name     = "Chk_Promedios";
     this.Chk_Promedios.Size     = new System.Drawing.Size(75, 17);
     this.Chk_Promedios.TabIndex = 13;
     this.Chk_Promedios.Text     = "Promedios";
     this.Chk_Promedios.UseVisualStyleBackColor = true;
     this.Chk_Promedios.CheckedChanged         += new System.EventHandler(this.Chk_Promedios_CheckedChanged);
     //
     // Lbl_Selected_Pub
     //
     this.Lbl_Selected_Pub.AutoSize = true;
     this.Lbl_Selected_Pub.Location = new System.Drawing.Point(775, 20);
     this.Lbl_Selected_Pub.Name     = "Lbl_Selected_Pub";
     this.Lbl_Selected_Pub.Size     = new System.Drawing.Size(69, 13);
     this.Lbl_Selected_Pub.TabIndex = 14;
     this.Lbl_Selected_Pub.Text     = "<Publicador>";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 63);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(27, 13);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Mes";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(236, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(30, 13);
     this.label2.TabIndex = 16;
     this.label2.Text     = "Vista";
     //
     // Prom_Grid_View
     //
     this.Prom_Grid_View.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.NullValue          = "0";
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.Prom_Grid_View.DefaultCellStyle      = dataGridViewCellStyle2;
     this.Prom_Grid_View.Location              = new System.Drawing.Point(12, 586);
     this.Prom_Grid_View.Name     = "Prom_Grid_View";
     this.Prom_Grid_View.ReadOnly = true;
     this.Prom_Grid_View.Size     = new System.Drawing.Size(709, 108);
     this.Prom_Grid_View.TabIndex = 17;
     //
     // Pub_Grid_View
     //
     this.Pub_Grid_View.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Pub_Grid_View.Location = new System.Drawing.Point(727, 44);
     this.Pub_Grid_View.Name     = "Pub_Grid_View";
     this.Pub_Grid_View.Size     = new System.Drawing.Size(669, 405);
     this.Pub_Grid_View.TabIndex = 18;
     //
     // Main_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1408, 838);
     this.Controls.Add(this.Pub_Grid_View);
     this.Controls.Add(this.Prom_Grid_View);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Lbl_Selected_Pub);
     this.Controls.Add(this.Chk_Promedios);
     this.Controls.Add(this.Totals_Grid_View);
     this.Controls.Add(this.Txt_Publicador);
     this.Controls.Add(this.Chk_All);
     this.Controls.Add(this.Chk_Nul);
     this.Controls.Add(this.Chk_Reg);
     this.Controls.Add(this.Chk_Aux);
     this.Controls.Add(this.Chk_Pub);
     this.Controls.Add(this.Cmb_Filter);
     this.Controls.Add(this.Chart_Publicaciones);
     this.Controls.Add(this.btn_nuevo);
     this.Controls.Add(this.Mes_cmbx);
     this.Controls.Add(this.btn_Guardar);
     this.Controls.Add(this.Main_Data_gridview);
     this.Name        = "Main_Form";
     this.Text        = "JW_Secretario";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_Form_FormClosed);
     this.Load       += new System.EventHandler(this.Main_Form_Load);
     ((System.ComponentModel.ISupportInitialize)(this.Main_Data_gridview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Chart_Publicaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Totals_Grid_View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Prom_Grid_View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pub_Grid_View)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend4    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.cSales           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cReceipt         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cPurchase        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.cPayment         = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.pnlSales         = new DevComponents.DotNetBar.PanelEx();
     this.lblSales         = new System.Windows.Forms.Label();
     this.lblSaleTotal     = new System.Windows.Forms.Label();
     this.pnlReceipt       = new DevComponents.DotNetBar.PanelEx();
     this.lblReceipt       = new System.Windows.Forms.Label();
     this.lblReceiptTotal  = new System.Windows.Forms.Label();
     this.pnlPurchase      = new DevComponents.DotNetBar.PanelEx();
     this.lblPurchase      = new System.Windows.Forms.Label();
     this.lblPurchaseTotal = new System.Windows.Forms.Label();
     this.pnlPayment       = new DevComponents.DotNetBar.PanelEx();
     this.lblPayment       = new System.Windows.Forms.Label();
     this.lblPaymentTotal  = new System.Windows.Forms.Label();
     this.lblSubmit        = new DevComponents.DotNetBar.LabelX();
     this.lblChart         = new DevComponents.DotNetBar.LabelX();
     this.lblToDate        = new DevComponents.DotNetBar.LabelX();
     this.lblFromDate      = new DevComponents.DotNetBar.LabelX();
     this.dtpToDate        = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.cboChartType     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.dtpFromDate      = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.pnlFilter        = new DevComponents.DotNetBar.PanelEx();
     this.pnlTile          = new DevComponents.DotNetBar.PanelEx();
     this.lblPaymentWidth  = new DevComponents.DotNetBar.LabelX();
     this.lblPurchaseWidth = new DevComponents.DotNetBar.LabelX();
     this.lblReceiptWidth  = new DevComponents.DotNetBar.LabelX();
     this.lblSalesWidth    = new DevComponents.DotNetBar.LabelX();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cReceipt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPurchase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPayment)).BeginInit();
     this.pnlSales.SuspendLayout();
     this.pnlReceipt.SuspendLayout();
     this.pnlPurchase.SuspendLayout();
     this.pnlPayment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate)).BeginInit();
     this.pnlFilter.SuspendLayout();
     this.pnlTile.SuspendLayout();
     this.SuspendLayout();
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll = true;
     this.flowLayoutPanel1.BackColor  = System.Drawing.Color.Gainsboro;
     this.flowLayoutPanel1.Controls.Add(this.cSales);
     this.flowLayoutPanel1.Controls.Add(this.cReceipt);
     this.flowLayoutPanel1.Controls.Add(this.cPurchase);
     this.flowLayoutPanel1.Controls.Add(this.cPayment);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 139);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(5);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(800, 394);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // cSales
     //
     this.cSales.BackColor                 = System.Drawing.Color.LightGray;
     this.cSales.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea1.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea1.AxisX.ScaleView.Size       = 5D;
     chartArea1.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea1.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea1.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea1.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.Name      = "ChartArea1";
     this.cSales.ChartAreas.Add(chartArea1);
     legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend1.Name    = "Legend1";
     this.cSales.Legends.Add(legend1);
     this.cSales.Location        = new System.Drawing.Point(5, 5);
     this.cSales.Margin          = new System.Windows.Forms.Padding(5);
     this.cSales.Name            = "cSales";
     series1.BorderColor         = System.Drawing.Color.RoyalBlue;
     series1.ChartArea           = "ChartArea1";
     series1.IsValueShownAsLabel = true;
     series1.Legend = "Legend1";
     series1.Name   = "Sales";
     this.cSales.Series.Add(series1);
     this.cSales.Size     = new System.Drawing.Size(600, 450);
     this.cSales.TabIndex = 0;
     this.cSales.Text     = "chart1";
     //
     // cReceipt
     //
     this.cReceipt.BackColor               = System.Drawing.Color.LightGray;
     this.cReceipt.BackGradientStyle       = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea2.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea2.AxisX.ScaleView.Size       = 5D;
     chartArea2.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea2.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea2.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea2.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea2.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea2.BackColor = System.Drawing.Color.Transparent;
     chartArea2.Name      = "ChartArea1";
     this.cReceipt.ChartAreas.Add(chartArea2);
     legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend2.Name    = "Legend1";
     this.cReceipt.Legends.Add(legend2);
     this.cReceipt.Location      = new System.Drawing.Point(5, 465);
     this.cReceipt.Margin        = new System.Windows.Forms.Padding(5);
     this.cReceipt.Name          = "cReceipt";
     this.cReceipt.Palette       = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series2.BorderColor         = System.Drawing.Color.DarkGreen;
     series2.ChartArea           = "ChartArea1";
     series2.IsValueShownAsLabel = true;
     series2.Legend = "Legend1";
     series2.Name   = "Receipt";
     this.cReceipt.Series.Add(series2);
     this.cReceipt.Size     = new System.Drawing.Size(600, 450);
     this.cReceipt.TabIndex = 1;
     this.cReceipt.Text     = "chart1";
     //
     // cPurchase
     //
     this.cPurchase.BackColor              = System.Drawing.Color.LightGray;
     this.cPurchase.BackGradientStyle      = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea3.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea3.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea3.AxisX.ScaleView.Size       = 5D;
     chartArea3.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea3.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea3.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea3.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea3.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea3.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea3.BackColor = System.Drawing.Color.Transparent;
     chartArea3.Name      = "ChartArea1";
     this.cPurchase.ChartAreas.Add(chartArea3);
     legend3.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend3.Name    = "Legend1";
     this.cPurchase.Legends.Add(legend3);
     this.cPurchase.Location     = new System.Drawing.Point(5, 925);
     this.cPurchase.Margin       = new System.Windows.Forms.Padding(5);
     this.cPurchase.Name         = "cPurchase";
     this.cPurchase.Palette      = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     series3.BorderColor         = System.Drawing.Color.DarkGoldenrod;
     series3.ChartArea           = "ChartArea1";
     series3.IsValueShownAsLabel = true;
     series3.Legend = "Legend1";
     series3.Name   = "Purchase";
     this.cPurchase.Series.Add(series3);
     this.cPurchase.Size     = new System.Drawing.Size(600, 450);
     this.cPurchase.TabIndex = 2;
     this.cPurchase.Text     = "chart1";
     //
     // cPayment
     //
     this.cPayment.BackColor               = System.Drawing.Color.LightGray;
     this.cPayment.BackGradientStyle       = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea4.AxisX.LineColor            = System.Drawing.Color.Silver;
     chartArea4.AxisX.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea4.AxisX.ScaleView.Size       = 5D;
     chartArea4.AxisX2.LineColor           = System.Drawing.Color.Silver;
     chartArea4.AxisX2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea4.AxisY.LineColor            = System.Drawing.Color.Silver;
     chartArea4.AxisY.MajorGrid.LineColor  = System.Drawing.Color.Silver;
     chartArea4.AxisY2.LineColor           = System.Drawing.Color.Silver;
     chartArea4.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Silver;
     chartArea4.BackColor = System.Drawing.Color.Transparent;
     chartArea4.Name      = "ChartArea1";
     this.cPayment.ChartAreas.Add(chartArea4);
     legend4.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend4.Name    = "Legend1";
     this.cPayment.Legends.Add(legend4);
     this.cPayment.Location      = new System.Drawing.Point(5, 1385);
     this.cPayment.Margin        = new System.Windows.Forms.Padding(5);
     this.cPayment.Name          = "cPayment";
     this.cPayment.Palette       = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Chocolate;
     series4.BorderColor         = System.Drawing.Color.Maroon;
     series4.ChartArea           = "ChartArea1";
     series4.IsValueShownAsLabel = true;
     series4.Legend = "Legend1";
     series4.Name   = "Payment";
     this.cPayment.Series.Add(series4);
     this.cPayment.Size     = new System.Drawing.Size(600, 450);
     this.cPayment.TabIndex = 3;
     this.cPayment.Text     = "chart1";
     //
     // pnlSales
     //
     this.pnlSales.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlSales.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlSales.Controls.Add(this.lblSales);
     this.pnlSales.Controls.Add(this.lblSaleTotal);
     this.pnlSales.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlSales.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlSales.Location                        = new System.Drawing.Point(12, 0);
     this.pnlSales.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlSales.Name                            = "pnlSales";
     this.pnlSales.Size                            = new System.Drawing.Size(200, 106);
     this.pnlSales.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlSales.Style.BackColor1.Color          = System.Drawing.Color.SkyBlue;
     this.pnlSales.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(239)))));
     this.pnlSales.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlSales.Style.BorderColor.Color         = System.Drawing.Color.DodgerBlue;
     this.pnlSales.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlSales.Style.GradientAngle             = 90;
     this.pnlSales.TabIndex                        = 21;
     //
     // lblSales
     //
     this.lblSales.AutoSize  = true;
     this.lblSales.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblSales.ForeColor = System.Drawing.Color.White;
     this.lblSales.Location  = new System.Drawing.Point(0, 0);
     this.lblSales.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblSales.Name      = "lblSales";
     this.lblSales.Size      = new System.Drawing.Size(43, 16);
     this.lblSales.TabIndex  = 0;
     this.lblSales.Text      = "Sales";
     //
     // lblSaleTotal
     //
     this.lblSaleTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblSaleTotal.ForeColor   = System.Drawing.Color.White;
     this.lblSaleTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblSaleTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblSaleTotal.Name        = "lblSaleTotal";
     this.lblSaleTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblSaleTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblSaleTotal.TabIndex    = 1;
     this.lblSaleTotal.Text        = "0.00";
     //
     // pnlReceipt
     //
     this.pnlReceipt.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlReceipt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlReceipt.Controls.Add(this.lblReceipt);
     this.pnlReceipt.Controls.Add(this.lblReceiptTotal);
     this.pnlReceipt.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlReceipt.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlReceipt.Location                        = new System.Drawing.Point(224, 0);
     this.pnlReceipt.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlReceipt.Name                            = "pnlReceipt";
     this.pnlReceipt.Size                            = new System.Drawing.Size(200, 106);
     this.pnlReceipt.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlReceipt.Style.BackColor1.Color          = System.Drawing.Color.SeaGreen;
     this.pnlReceipt.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(166)))), ((int)(((byte)(90)))));
     this.pnlReceipt.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlReceipt.Style.BorderColor.Color         = System.Drawing.Color.Green;
     this.pnlReceipt.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlReceipt.Style.GradientAngle             = 90;
     this.pnlReceipt.TabIndex                        = 22;
     //
     // lblReceipt
     //
     this.lblReceipt.AutoSize  = true;
     this.lblReceipt.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblReceipt.ForeColor = System.Drawing.Color.White;
     this.lblReceipt.Location  = new System.Drawing.Point(0, 0);
     this.lblReceipt.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblReceipt.Name      = "lblReceipt";
     this.lblReceipt.Size      = new System.Drawing.Size(57, 16);
     this.lblReceipt.TabIndex  = 0;
     this.lblReceipt.Text      = "Receipt";
     //
     // lblReceiptTotal
     //
     this.lblReceiptTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblReceiptTotal.ForeColor   = System.Drawing.Color.White;
     this.lblReceiptTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblReceiptTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblReceiptTotal.Name        = "lblReceiptTotal";
     this.lblReceiptTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblReceiptTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblReceiptTotal.TabIndex    = 1;
     this.lblReceiptTotal.Text        = "0.00";
     //
     // pnlPurchase
     //
     this.pnlPurchase.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlPurchase.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlPurchase.Controls.Add(this.lblPurchase);
     this.pnlPurchase.Controls.Add(this.lblPurchaseTotal);
     this.pnlPurchase.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlPurchase.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlPurchase.Location                        = new System.Drawing.Point(436, 0);
     this.pnlPurchase.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlPurchase.Name                            = "pnlPurchase";
     this.pnlPurchase.Size                            = new System.Drawing.Size(200, 106);
     this.pnlPurchase.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlPurchase.Style.BackColor1.Color          = System.Drawing.Color.Goldenrod;
     this.pnlPurchase.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(18)))));
     this.pnlPurchase.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlPurchase.Style.BorderColor.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.pnlPurchase.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlPurchase.Style.GradientAngle             = 90;
     this.pnlPurchase.TabIndex                        = 23;
     //
     // lblPurchase
     //
     this.lblPurchase.AutoSize  = true;
     this.lblPurchase.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblPurchase.ForeColor = System.Drawing.Color.White;
     this.lblPurchase.Location  = new System.Drawing.Point(0, 0);
     this.lblPurchase.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPurchase.Name      = "lblPurchase";
     this.lblPurchase.Size      = new System.Drawing.Size(68, 16);
     this.lblPurchase.TabIndex  = 0;
     this.lblPurchase.Text      = "Purchase";
     //
     // lblPurchaseTotal
     //
     this.lblPurchaseTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblPurchaseTotal.ForeColor   = System.Drawing.Color.White;
     this.lblPurchaseTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblPurchaseTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPurchaseTotal.Name        = "lblPurchaseTotal";
     this.lblPurchaseTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblPurchaseTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblPurchaseTotal.TabIndex    = 1;
     this.lblPurchaseTotal.Text        = "0.00";
     //
     // pnlPayment
     //
     this.pnlPayment.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlPayment.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlPayment.Controls.Add(this.lblPayment);
     this.pnlPayment.Controls.Add(this.lblPaymentTotal);
     this.pnlPayment.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlPayment.Dock                            = System.Windows.Forms.DockStyle.Left;
     this.pnlPayment.Location                        = new System.Drawing.Point(648, 0);
     this.pnlPayment.Margin                          = new System.Windows.Forms.Padding(5);
     this.pnlPayment.Name                            = "pnlPayment";
     this.pnlPayment.Size                            = new System.Drawing.Size(200, 106);
     this.pnlPayment.Style.Alignment                 = System.Drawing.StringAlignment.Center;
     this.pnlPayment.Style.BackColor1.Color          = System.Drawing.Color.Tomato;
     this.pnlPayment.Style.BackColor2.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(75)))), ((int)(((byte)(57)))));
     this.pnlPayment.Style.Border                    = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlPayment.Style.BorderColor.Color         = System.Drawing.Color.IndianRed;
     this.pnlPayment.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlPayment.Style.GradientAngle             = 90;
     this.pnlPayment.TabIndex                        = 24;
     //
     // lblPayment
     //
     this.lblPayment.AutoSize  = true;
     this.lblPayment.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblPayment.ForeColor = System.Drawing.Color.White;
     this.lblPayment.Location  = new System.Drawing.Point(0, 0);
     this.lblPayment.Margin    = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPayment.Name      = "lblPayment";
     this.lblPayment.Size      = new System.Drawing.Size(65, 16);
     this.lblPayment.TabIndex  = 0;
     this.lblPayment.Text      = "Payment";
     //
     // lblPaymentTotal
     //
     this.lblPaymentTotal.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.lblPaymentTotal.ForeColor   = System.Drawing.Color.White;
     this.lblPaymentTotal.Location    = new System.Drawing.Point(0, 84);
     this.lblPaymentTotal.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.lblPaymentTotal.Name        = "lblPaymentTotal";
     this.lblPaymentTotal.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblPaymentTotal.Size        = new System.Drawing.Size(200, 22);
     this.lblPaymentTotal.TabIndex    = 1;
     this.lblPaymentTotal.Text        = "0.00";
     //
     // lblSubmit
     //
     this.lblSubmit.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSubmit.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSubmit.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.lblSubmit.Location    = new System.Drawing.Point(564, 6);
     this.lblSubmit.Name        = "lblSubmit";
     this.lblSubmit.Size        = new System.Drawing.Size(22, 22);
     this.lblSubmit.Symbol      = "";
     this.lblSubmit.SymbolColor = System.Drawing.Color.RoyalBlue;
     this.lblSubmit.TabIndex    = 25;
     this.lblSubmit.Click      += new System.EventHandler(this.lblSubmit_Click);
     //
     // lblChart
     //
     this.lblChart.AutoSize  = true;
     this.lblChart.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblChart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblChart.Location = new System.Drawing.Point(8, 8);
     this.lblChart.Margin   = new System.Windows.Forms.Padding(5);
     this.lblChart.Name     = "lblChart";
     this.lblChart.Size     = new System.Drawing.Size(38, 18);
     this.lblChart.TabIndex = 0;
     this.lblChart.Text     = "Chart";
     //
     // lblToDate
     //
     this.lblToDate.AutoSize  = true;
     this.lblToDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblToDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblToDate.Location = new System.Drawing.Point(393, 8);
     this.lblToDate.Margin   = new System.Windows.Forms.Padding(5);
     this.lblToDate.Name     = "lblToDate";
     this.lblToDate.Size     = new System.Drawing.Size(18, 18);
     this.lblToDate.TabIndex = 4;
     this.lblToDate.Text     = "To";
     //
     // lblFromDate
     //
     this.lblFromDate.AutoSize  = true;
     this.lblFromDate.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblFromDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblFromDate.Location = new System.Drawing.Point(202, 8);
     this.lblFromDate.Margin   = new System.Windows.Forms.Padding(5);
     this.lblFromDate.Name     = "lblFromDate";
     this.lblFromDate.Size     = new System.Drawing.Size(36, 18);
     this.lblFromDate.TabIndex = 2;
     this.lblFromDate.Text     = "From";
     //
     // dtpToDate
     //
     //
     //
     //
     this.dtpToDate.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.dtpToDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.ButtonClear.Tooltip        = "";
     this.dtpToDate.ButtonCustom.Tooltip       = "";
     this.dtpToDate.ButtonCustom2.Tooltip      = "";
     this.dtpToDate.ButtonDropDown.Shortcut    = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpToDate.ButtonDropDown.Tooltip     = "";
     this.dtpToDate.ButtonDropDown.Visible     = true;
     this.dtpToDate.ButtonFreeText.Tooltip     = "";
     this.dtpToDate.IsPopupCalendarOpen        = false;
     this.dtpToDate.Location = new System.Drawing.Point(422, 5);
     this.dtpToDate.Margin   = new System.Windows.Forms.Padding(5);
     //
     //
     //
     this.dtpToDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpToDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.MonthCalendar.CalendarDimensions         = new System.Drawing.Size(1, 1);
     this.dtpToDate.MonthCalendar.ClearButtonVisible         = true;
     //
     //
     //
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtpToDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.MonthCalendar.DisplayMonth       = new System.DateTime(2018, 10, 1, 0, 0, 0, 0);
     this.dtpToDate.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtpToDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpToDate.MonthCalendar.NavigationBackgroundStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpToDate.MonthCalendar.TodayButtonVisible = true;
     this.dtpToDate.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtpToDate.Name     = "dtpToDate";
     this.dtpToDate.Size     = new System.Drawing.Size(133, 23);
     this.dtpToDate.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtpToDate.TabIndex = 5;
     //
     // cboChartType
     //
     this.cboChartType.DisplayMember     = "Text";
     this.cboChartType.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboChartType.DropDownHeight    = 120;
     this.cboChartType.FormattingEnabled = true;
     this.cboChartType.IntegralHeight    = false;
     this.cboChartType.ItemHeight        = 17;
     this.cboChartType.Location          = new System.Drawing.Point(58, 5);
     this.cboChartType.Margin            = new System.Windows.Forms.Padding(5);
     this.cboChartType.Name     = "cboChartType";
     this.cboChartType.Size     = new System.Drawing.Size(134, 23);
     this.cboChartType.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboChartType.TabIndex = 1;
     //
     // dtpFromDate
     //
     //
     //
     //
     this.dtpFromDate.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.dtpFromDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.ButtonClear.Tooltip        = "";
     this.dtpFromDate.ButtonCustom.Tooltip       = "";
     this.dtpFromDate.ButtonCustom2.Tooltip      = "";
     this.dtpFromDate.ButtonDropDown.Shortcut    = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtpFromDate.ButtonDropDown.Tooltip     = "";
     this.dtpFromDate.ButtonDropDown.Visible     = true;
     this.dtpFromDate.ButtonFreeText.Tooltip     = "";
     this.dtpFromDate.IsPopupCalendarOpen        = false;
     this.dtpFromDate.Location = new System.Drawing.Point(249, 5);
     this.dtpFromDate.Margin   = new System.Windows.Forms.Padding(5);
     //
     //
     //
     this.dtpFromDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFromDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.CalendarDimensions         = new System.Drawing.Size(1, 1);
     this.dtpFromDate.MonthCalendar.ClearButtonVisible         = true;
     //
     //
     //
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtpFromDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.DisplayMonth       = new System.DateTime(2018, 10, 1, 0, 0, 0, 0);
     this.dtpFromDate.MonthCalendar.MarkedDates        = new System.DateTime[0];
     this.dtpFromDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtpFromDate.MonthCalendar.NavigationBackgroundStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.dtpFromDate.MonthCalendar.TodayButtonVisible = true;
     this.dtpFromDate.MonthCalendar.WeeklyMarkedDays   = new System.DayOfWeek[0];
     this.dtpFromDate.Name     = "dtpFromDate";
     this.dtpFromDate.Size     = new System.Drawing.Size(133, 23);
     this.dtpFromDate.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtpFromDate.TabIndex = 3;
     //
     // pnlFilter
     //
     this.pnlFilter.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlFilter.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlFilter.Controls.Add(this.lblSubmit);
     this.pnlFilter.Controls.Add(this.dtpToDate);
     this.pnlFilter.Controls.Add(this.lblToDate);
     this.pnlFilter.Controls.Add(this.dtpFromDate);
     this.pnlFilter.Controls.Add(this.lblFromDate);
     this.pnlFilter.Controls.Add(this.cboChartType);
     this.pnlFilter.Controls.Add(this.lblChart);
     this.pnlFilter.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlFilter.Dock                              = System.Windows.Forms.DockStyle.Top;
     this.pnlFilter.Location                          = new System.Drawing.Point(0, 0);
     this.pnlFilter.Name                              = "pnlFilter";
     this.pnlFilter.Size                              = new System.Drawing.Size(800, 33);
     this.pnlFilter.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.pnlFilter.Style.BackColor1.Color            = System.Drawing.Color.White;
     this.pnlFilter.Style.BackColor2.Color            = System.Drawing.Color.White;
     this.pnlFilter.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlFilter.Style.BorderSide                  = DevComponents.DotNetBar.eBorderSide.None;
     this.pnlFilter.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlFilter.Style.GradientAngle               = 90;
     this.pnlFilter.TabIndex                          = 25;
     //
     // pnlTile
     //
     this.pnlTile.CanvasColor      = System.Drawing.SystemColors.Control;
     this.pnlTile.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlTile.Controls.Add(this.pnlPayment);
     this.pnlTile.Controls.Add(this.lblPaymentWidth);
     this.pnlTile.Controls.Add(this.pnlPurchase);
     this.pnlTile.Controls.Add(this.lblPurchaseWidth);
     this.pnlTile.Controls.Add(this.pnlReceipt);
     this.pnlTile.Controls.Add(this.lblReceiptWidth);
     this.pnlTile.Controls.Add(this.pnlSales);
     this.pnlTile.Controls.Add(this.lblSalesWidth);
     this.pnlTile.DisabledBackColor = System.Drawing.Color.Empty;
     this.pnlTile.Dock                              = System.Windows.Forms.DockStyle.Top;
     this.pnlTile.Location                          = new System.Drawing.Point(0, 33);
     this.pnlTile.Name                              = "pnlTile";
     this.pnlTile.Size                              = new System.Drawing.Size(800, 106);
     this.pnlTile.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.pnlTile.Style.BackColor1.Color            = System.Drawing.Color.White;
     this.pnlTile.Style.BackColor2.Color            = System.Drawing.Color.LightGray;
     this.pnlTile.Style.Border                      = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.pnlTile.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlTile.Style.BorderSide                  = DevComponents.DotNetBar.eBorderSide.None;
     this.pnlTile.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.pnlTile.Style.GradientAngle               = 90;
     this.pnlTile.TabIndex                          = 26;
     //
     // lblPaymentWidth
     //
     this.lblPaymentWidth.AutoSize  = true;
     this.lblPaymentWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblPaymentWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblPaymentWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblPaymentWidth.Location = new System.Drawing.Point(636, 0);
     this.lblPaymentWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblPaymentWidth.Name     = "lblPaymentWidth";
     this.lblPaymentWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblPaymentWidth.TabIndex = 28;
     this.lblPaymentWidth.Text     = " ";
     //
     // lblPurchaseWidth
     //
     this.lblPurchaseWidth.AutoSize  = true;
     this.lblPurchaseWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblPurchaseWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblPurchaseWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblPurchaseWidth.Location = new System.Drawing.Point(424, 0);
     this.lblPurchaseWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblPurchaseWidth.Name     = "lblPurchaseWidth";
     this.lblPurchaseWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblPurchaseWidth.TabIndex = 26;
     this.lblPurchaseWidth.Text     = " ";
     //
     // lblReceiptWidth
     //
     this.lblReceiptWidth.AutoSize  = true;
     this.lblReceiptWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblReceiptWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblReceiptWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblReceiptWidth.Location = new System.Drawing.Point(212, 0);
     this.lblReceiptWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblReceiptWidth.Name     = "lblReceiptWidth";
     this.lblReceiptWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblReceiptWidth.TabIndex = 27;
     this.lblReceiptWidth.Text     = " ";
     //
     // lblSalesWidth
     //
     this.lblSalesWidth.AutoSize  = true;
     this.lblSalesWidth.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSalesWidth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSalesWidth.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblSalesWidth.Location = new System.Drawing.Point(0, 0);
     this.lblSalesWidth.Margin   = new System.Windows.Forms.Padding(5);
     this.lblSalesWidth.Name     = "lblSalesWidth";
     this.lblSalesWidth.Size     = new System.Drawing.Size(12, 18);
     this.lblSalesWidth.TabIndex = 25;
     this.lblSalesWidth.Text     = " ";
     //
     // frmDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 533);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.pnlTile);
     this.Controls.Add(this.pnlFilter);
     this.Font            = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "frmDashboard";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Dashboard";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.frmDashboard_Load);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cReceipt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPurchase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cPayment)).EndInit();
     this.pnlSales.ResumeLayout(false);
     this.pnlSales.PerformLayout();
     this.pnlReceipt.ResumeLayout(false);
     this.pnlReceipt.PerformLayout();
     this.pnlPurchase.ResumeLayout(false);
     this.pnlPurchase.PerformLayout();
     this.pnlPayment.ResumeLayout(false);
     this.pnlPayment.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtpToDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpFromDate)).EndInit();
     this.pnlFilter.ResumeLayout(false);
     this.pnlFilter.PerformLayout();
     this.pnlTile.ResumeLayout(false);
     this.pnlTile.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1       = new System.Windows.Forms.Button();
     this.bttnDashBoard = new System.Windows.Forms.Button();
     this.bttnPrint     = new System.Windows.Forms.Button();
     this.dateFrom      = new System.Windows.Forms.DateTimePicker();
     this.dateTo        = new System.Windows.Forms.DateTimePicker();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.drpPattern    = new System.Windows.Forms.ComboBox();
     this.label4        = new System.Windows.Forms.Label();
     this.chart2        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(12, 96);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Color        = System.Drawing.Color.DarkViolet;
     series1.Legend       = "Legend1";
     series1.Name         = "No of Patients";
     series1.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Date;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(1100, 600);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(592, 57);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Load Graph";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // bttnDashBoard
     //
     this.bttnDashBoard.Location = new System.Drawing.Point(998, 12);
     this.bttnDashBoard.Name     = "bttnDashBoard";
     this.bttnDashBoard.Size     = new System.Drawing.Size(75, 23);
     this.bttnDashBoard.TabIndex = 2;
     this.bttnDashBoard.Text     = "Dash Board";
     this.bttnDashBoard.UseVisualStyleBackColor = true;
     //
     // bttnPrint
     //
     this.bttnPrint.Location = new System.Drawing.Point(619, 719);
     this.bttnPrint.Name     = "bttnPrint";
     this.bttnPrint.Size     = new System.Drawing.Size(75, 23);
     this.bttnPrint.TabIndex = 3;
     this.bttnPrint.Text     = "Print";
     this.bttnPrint.UseVisualStyleBackColor = true;
     //
     // dateFrom
     //
     this.dateFrom.Location = new System.Drawing.Point(72, 61);
     this.dateFrom.Name     = "dateFrom";
     this.dateFrom.Size     = new System.Drawing.Size(132, 20);
     this.dateFrom.TabIndex = 4;
     //
     // dateTo
     //
     this.dateTo.Location = new System.Drawing.Point(248, 61);
     this.dateTo.Name     = "dateTo";
     this.dateTo.Size     = new System.Drawing.Size(132, 20);
     this.dateTo.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 67);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "From";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(222, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(20, 13);
     this.label2.TabIndex = 7;
     this.label2.Text     = "To";
     //
     // label3
     //
     this.label3.AutoSize    = true;
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Font        = new System.Drawing.Font("Modern No. 20", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.label3.Location    = new System.Drawing.Point(550, 9);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(238, 26);
     this.label3.TabIndex    = 8;
     this.label3.Text        = "Graph - Admission-wise";
     //
     // drpPattern
     //
     this.drpPattern.FormattingEnabled = true;
     this.drpPattern.Location          = new System.Drawing.Point(455, 59);
     this.drpPattern.Name     = "drpPattern";
     this.drpPattern.Size     = new System.Drawing.Size(121, 21);
     this.drpPattern.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(402, 67);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Pattern";
     //
     // chart2
     //
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location = new System.Drawing.Point(24, 96);
     this.chart2.Name     = "chart2";
     series2.ChartArea    = "ChartArea1";
     series2.Color        = System.Drawing.Color.DarkViolet;
     series2.Legend       = "Legend1";
     series2.Name         = "No of Patients";
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(1100, 600);
     this.chart2.TabIndex = 11;
     this.chart2.Text     = "chart2";
     //
     // WindowGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1184, 861);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.drpPattern);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dateTo);
     this.Controls.Add(this.dateFrom);
     this.Controls.Add(this.bttnPrint);
     this.Controls.Add(this.bttnDashBoard);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chart1);
     this.Name = "WindowGraph";
     this.Text = "WindowGraph";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.chartSpectrum            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnScan                  = new System.Windows.Forms.Button();
     this.checkBoxEnableIrradiance = new System.Windows.Forms.CheckBox();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.buttonSave               = new System.Windows.Forms.Button();
     this.buttonReset              = new System.Windows.Forms.Button();
     this.buttonSaveDark           = new System.Windows.Forms.Button();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.numericUpDownTriggerMode = new System.Windows.Forms.NumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.numericUpDownScansToAverage = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.numericUpDownBoxcarHalfWidth = new System.Windows.Forms.NumericUpDown();
     this.label4            = new System.Windows.Forms.Label();
     this.checkBoxEnableNLC = new System.Windows.Forms.CheckBox();
     this.checkBoxEnableEDC = new System.Windows.Forms.CheckBox();
     this.numericUpDownIntegrationTimeMillisec = new System.Windows.Forms.NumericUpDown();
     this.label3                      = new System.Windows.Forms.Label();
     this.labelN                      = new System.Windows.Forms.Label();
     this.labelPixels                 = new System.Windows.Forms.Label();
     this.label2                      = new System.Windows.Forms.Label();
     this.labelType                   = new System.Windows.Forms.Label();
     this.label1                      = new System.Windows.Forms.Label();
     this.labelSerialNumber           = new System.Windows.Forms.Label();
     this.groupBox3                   = new System.Windows.Forms.GroupBox();
     this.textBoxEventLog             = new System.Windows.Forms.TextBox();
     this.backgroundWorkerAcquisition = new System.ComponentModel.BackgroundWorker();
     this.saveFileDialogSpectra       = new System.Windows.Forms.SaveFileDialog();
     this.MouseOverTT                 = new System.Windows.Forms.ToolTip(this.components);
     this.PersistenceUpDown           = new System.Windows.Forms.NumericUpDown();
     this.IntensityUpDown             = new System.Windows.Forms.NumericUpDown();
     this.label6                      = new System.Windows.Forms.Label();
     this.label7                      = new System.Windows.Forms.Label();
     this.PeakFindCheckBox            = new System.Windows.Forms.CheckBox();
     this.groupBox4                   = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.chartSpectrum)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTriggerMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownScansToAverage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBoxcarHalfWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownIntegrationTimeMillisec)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PersistenceUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntensityUpDown)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // chartSpectrum
     //
     this.chartSpectrum.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.LabelStyle.Format        = "F0";
     chartArea1.AxisX.Title                    = "Wavelength (nm)";
     chartArea1.AxisY.Title                    = "Intensity (Counts)";
     chartArea1.AxisY2.Title                   = "µWatts / cm² / nm";
     chartArea1.CursorX.IsUserEnabled          = true;
     chartArea1.CursorX.IsUserSelectionEnabled = true;
     chartArea1.CursorX.LineColor              = System.Drawing.Color.Transparent;
     chartArea1.CursorY.IsUserEnabled          = true;
     chartArea1.CursorY.IsUserSelectionEnabled = true;
     chartArea1.CursorY.LineColor              = System.Drawing.Color.Transparent;
     chartArea1.Name = "ChartArea1";
     this.chartSpectrum.ChartAreas.Add(chartArea1);
     legend1.Alignment = System.Drawing.StringAlignment.Center;
     legend1.Docking   = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend1.Name      = "Legend1";
     this.chartSpectrum.Legends.Add(legend1);
     this.chartSpectrum.Location = new System.Drawing.Point(9, 12);
     this.chartSpectrum.Name     = "chartSpectrum";
     series1.ChartArea           = "ChartArea1";
     series1.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Color      = System.Drawing.Color.Red;
     series1.Legend     = "Legend1";
     series1.LegendText = "Spectrum";
     series1.Name       = "seriesSpectrum";
     series2.ChartArea  = "ChartArea1";
     series2.ChartType  = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     series2.Legend     = "Legend1";
     series2.LegendText = "Irradiance";
     series2.Name       = "seriesIrradiance";
     series2.YAxisType  = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
     this.chartSpectrum.Series.Add(series1);
     this.chartSpectrum.Series.Add(series2);
     this.chartSpectrum.Size     = new System.Drawing.Size(664, 377);
     this.chartSpectrum.TabIndex = 0;
     this.chartSpectrum.Text     = "Spectrum";
     //
     // btnScan
     //
     this.btnScan.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnScan.Location = new System.Drawing.Point(6, 19);
     this.btnScan.Name     = "btnScan";
     this.btnScan.Size     = new System.Drawing.Size(75, 23);
     this.btnScan.TabIndex = 1;
     this.btnScan.Text     = "Start";
     this.btnScan.UseVisualStyleBackColor = true;
     this.btnScan.Click += new System.EventHandler(this.buttonScan_Click);
     //
     // checkBoxEnableIrradiance
     //
     this.checkBoxEnableIrradiance.AutoSize = true;
     this.checkBoxEnableIrradiance.Enabled  = false;
     this.checkBoxEnableIrradiance.Location = new System.Drawing.Point(6, 234);
     this.checkBoxEnableIrradiance.Name     = "checkBoxEnableIrradiance";
     this.checkBoxEnableIrradiance.Size     = new System.Drawing.Size(73, 17);
     this.checkBoxEnableIrradiance.TabIndex = 2;
     this.checkBoxEnableIrradiance.Text     = "Irradiance";
     this.checkBoxEnableIrradiance.UseVisualStyleBackColor = true;
     this.checkBoxEnableIrradiance.Click += new System.EventHandler(this.checkBoxEnableIrradiance_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.buttonSave);
     this.groupBox1.Controls.Add(this.buttonReset);
     this.groupBox1.Controls.Add(this.buttonSaveDark);
     this.groupBox1.Controls.Add(this.btnScan);
     this.groupBox1.Location = new System.Drawing.Point(9, 395);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(688, 54);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Controls";
     //
     // buttonSave
     //
     this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonSave.Location = new System.Drawing.Point(168, 19);
     this.buttonSave.Name     = "buttonSave";
     this.buttonSave.Size     = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex = 5;
     this.buttonSave.Text     = "Save";
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonReset
     //
     this.buttonReset.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonReset.Location = new System.Drawing.Point(87, 19);
     this.buttonReset.Name     = "buttonReset";
     this.buttonReset.Size     = new System.Drawing.Size(75, 23);
     this.buttonReset.TabIndex = 4;
     this.buttonReset.Text     = "Reset";
     this.buttonReset.UseVisualStyleBackColor = true;
     this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
     //
     // buttonSaveDark
     //
     this.buttonSaveDark.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonSaveDark.Location = new System.Drawing.Point(249, 19);
     this.buttonSaveDark.Name     = "buttonSaveDark";
     this.buttonSaveDark.Size     = new System.Drawing.Size(75, 23);
     this.buttonSaveDark.TabIndex = 3;
     this.buttonSaveDark.Text     = "Take Dark";
     this.buttonSaveDark.UseVisualStyleBackColor = true;
     this.buttonSaveDark.Click += new System.EventHandler(this.buttonSaveDark_Click);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.numericUpDownTriggerMode);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.numericUpDownScansToAverage);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.checkBoxEnableIrradiance);
     this.groupBox2.Controls.Add(this.numericUpDownBoxcarHalfWidth);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.checkBoxEnableNLC);
     this.groupBox2.Controls.Add(this.checkBoxEnableEDC);
     this.groupBox2.Controls.Add(this.numericUpDownIntegrationTimeMillisec);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.labelN);
     this.groupBox2.Controls.Add(this.labelPixels);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.labelType);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.labelSerialNumber);
     this.groupBox2.Location = new System.Drawing.Point(679, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(157, 255);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Spectrometer";
     //
     // numericUpDownTriggerMode
     //
     this.numericUpDownTriggerMode.Location = new System.Drawing.Point(6, 181);
     this.numericUpDownTriggerMode.Maximum  = new decimal(new int[] {
         4,
         0,
         0,
         0
     });
     this.numericUpDownTriggerMode.Name          = "numericUpDownTriggerMode";
     this.numericUpDownTriggerMode.Size          = new System.Drawing.Size(73, 20);
     this.numericUpDownTriggerMode.TabIndex      = 15;
     this.numericUpDownTriggerMode.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownTriggerMode.ValueChanged += new System.EventHandler(this.numericUpDownTriggerMode_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(81, 183);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(70, 13);
     this.label8.TabIndex = 16;
     this.label8.Text     = "Trigger Mode";
     //
     // numericUpDownScansToAverage
     //
     this.numericUpDownScansToAverage.Location = new System.Drawing.Point(6, 155);
     this.numericUpDownScansToAverage.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDownScansToAverage.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownScansToAverage.Name      = "numericUpDownScansToAverage";
     this.numericUpDownScansToAverage.Size      = new System.Drawing.Size(73, 20);
     this.numericUpDownScansToAverage.TabIndex  = 12;
     this.numericUpDownScansToAverage.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownScansToAverage.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownScansToAverage.ValueChanged += new System.EventHandler(this.numericUpDownScansToAverage_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(81, 157);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(75, 13);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Scans To Avg";
     //
     // numericUpDownBoxcarHalfWidth
     //
     this.numericUpDownBoxcarHalfWidth.Location  = new System.Drawing.Point(6, 129);
     this.numericUpDownBoxcarHalfWidth.Name      = "numericUpDownBoxcarHalfWidth";
     this.numericUpDownBoxcarHalfWidth.Size      = new System.Drawing.Size(73, 20);
     this.numericUpDownBoxcarHalfWidth.TabIndex  = 10;
     this.numericUpDownBoxcarHalfWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(81, 131);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Boxcar";
     //
     // checkBoxEnableNLC
     //
     this.checkBoxEnableNLC.AutoSize = true;
     this.checkBoxEnableNLC.Location = new System.Drawing.Point(60, 211);
     this.checkBoxEnableNLC.Name     = "checkBoxEnableNLC";
     this.checkBoxEnableNLC.Size     = new System.Drawing.Size(47, 17);
     this.checkBoxEnableNLC.TabIndex = 9;
     this.checkBoxEnableNLC.Text     = "NLC";
     this.checkBoxEnableNLC.UseVisualStyleBackColor = true;
     //
     // checkBoxEnableEDC
     //
     this.checkBoxEnableEDC.AutoSize = true;
     this.checkBoxEnableEDC.Location = new System.Drawing.Point(8, 211);
     this.checkBoxEnableEDC.Name     = "checkBoxEnableEDC";
     this.checkBoxEnableEDC.Size     = new System.Drawing.Size(48, 17);
     this.checkBoxEnableEDC.TabIndex = 8;
     this.checkBoxEnableEDC.Text     = "EDC";
     this.checkBoxEnableEDC.UseVisualStyleBackColor = true;
     //
     // numericUpDownIntegrationTimeMillisec
     //
     this.numericUpDownIntegrationTimeMillisec.DecimalPlaces = 3;
     this.numericUpDownIntegrationTimeMillisec.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         196608
     });
     this.numericUpDownIntegrationTimeMillisec.Location = new System.Drawing.Point(6, 103);
     this.numericUpDownIntegrationTimeMillisec.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.numericUpDownIntegrationTimeMillisec.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownIntegrationTimeMillisec.Name      = "numericUpDownIntegrationTimeMillisec";
     this.numericUpDownIntegrationTimeMillisec.Size      = new System.Drawing.Size(73, 20);
     this.numericUpDownIntegrationTimeMillisec.TabIndex  = 6;
     this.numericUpDownIntegrationTimeMillisec.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownIntegrationTimeMillisec.Value     = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.numericUpDownIntegrationTimeMillisec.ValueChanged += new System.EventHandler(this.numericUpDownIntegrationTimeMillisec_ValueChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(81, 105);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Integ (ms)";
     //
     // labelN
     //
     this.labelN.AutoSize = true;
     this.labelN.Location = new System.Drawing.Point(78, 82);
     this.labelN.Name     = "labelN";
     this.labelN.Size     = new System.Drawing.Size(34, 13);
     this.labelN.TabIndex = 5;
     this.labelN.Text     = "Pixels";
     //
     // labelPixels
     //
     this.labelPixels.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelPixels.Location    = new System.Drawing.Point(6, 81);
     this.labelPixels.Name        = "labelPixels";
     this.labelPixels.Size        = new System.Drawing.Size(73, 19);
     this.labelPixels.TabIndex    = 4;
     this.labelPixels.Text        = "0";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(36, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Model";
     //
     // labelType
     //
     this.labelType.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelType.Location    = new System.Drawing.Point(6, 48);
     this.labelType.Name        = "labelType";
     this.labelType.Size        = new System.Drawing.Size(121, 15);
     this.labelType.TabIndex    = 2;
     this.labelType.Text        = "unknown";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 31);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(73, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Serial Number";
     //
     // labelSerialNumber
     //
     this.labelSerialNumber.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelSerialNumber.Location    = new System.Drawing.Point(6, 16);
     this.labelSerialNumber.Name        = "labelSerialNumber";
     this.labelSerialNumber.Size        = new System.Drawing.Size(121, 15);
     this.labelSerialNumber.TabIndex    = 0;
     this.labelSerialNumber.Text        = "unknownSN";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.textBoxEventLog);
     this.groupBox3.Location = new System.Drawing.Point(9, 455);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(826, 89);
     this.groupBox3.TabIndex = 5;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Event Log";
     //
     // textBoxEventLog
     //
     this.textBoxEventLog.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.textBoxEventLog.Location   = new System.Drawing.Point(12, 19);
     this.textBoxEventLog.Multiline  = true;
     this.textBoxEventLog.Name       = "textBoxEventLog";
     this.textBoxEventLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBoxEventLog.Size       = new System.Drawing.Size(808, 64);
     this.textBoxEventLog.TabIndex   = 0;
     //
     // backgroundWorkerAcquisition
     //
     this.backgroundWorkerAcquisition.WorkerReportsProgress      = true;
     this.backgroundWorkerAcquisition.WorkerSupportsCancellation = true;
     this.backgroundWorkerAcquisition.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAcquisition_DoWork);
     this.backgroundWorkerAcquisition.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorkerAcquisition_ProgressChanged);
     this.backgroundWorkerAcquisition.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerAcquisition_RunWorkerCompleted);
     //
     // saveFileDialogSpectra
     //
     this.saveFileDialogSpectra.DefaultExt = "csv";
     //
     // MouseOverTT
     //
     this.MouseOverTT.AutomaticDelay = 0;
     this.MouseOverTT.UseAnimation   = false;
     this.MouseOverTT.UseFading      = false;
     //
     // PersistenceUpDown
     //
     this.PersistenceUpDown.Enabled  = false;
     this.PersistenceUpDown.Location = new System.Drawing.Point(8, 38);
     this.PersistenceUpDown.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.PersistenceUpDown.Minimum = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.PersistenceUpDown.Name      = "PersistenceUpDown";
     this.PersistenceUpDown.Size      = new System.Drawing.Size(49, 20);
     this.PersistenceUpDown.TabIndex  = 16;
     this.PersistenceUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.MouseOverTT.SetToolTip(this.PersistenceUpDown, "The number of adjacent data points that must be lower");
     this.PersistenceUpDown.Value = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.PersistenceUpDown.ValueChanged += new System.EventHandler(this.PersistenceUpDown_ValueChanged);
     //
     // IntensityUpDown
     //
     this.IntensityUpDown.Enabled  = false;
     this.IntensityUpDown.Location = new System.Drawing.Point(8, 64);
     this.IntensityUpDown.Maximum  = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.IntensityUpDown.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.IntensityUpDown.Name      = "IntensityUpDown";
     this.IntensityUpDown.Size      = new System.Drawing.Size(47, 20);
     this.IntensityUpDown.TabIndex  = 17;
     this.IntensityUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.MouseOverTT.SetToolTip(this.IntensityUpDown, "The intensity (Counts) above which a point is");
     this.IntensityUpDown.Value = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.IntensityUpDown.ValueChanged += new System.EventHandler(this.IntensityUpDown_ValueChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(56, 40);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(62, 13);
     this.label6.TabIndex = 18;
     this.label6.Text     = "Persistence";
     this.MouseOverTT.SetToolTip(this.label6, "The number of adjacent data points that must be lower\r\nthan the wavelength in que" +
                                 "stion. Higher values mean\r\nmore adjacent points must be below this wavelength to" +
                                 "\r\nbe considered a \'Peak\'.\r\n\r\n");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(56, 66);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(74, 13);
     this.label7.TabIndex = 19;
     this.label7.Text     = "Intensity Delta";
     this.MouseOverTT.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
     //
     // PeakFindCheckBox
     //
     this.PeakFindCheckBox.AutoSize = true;
     this.PeakFindCheckBox.Location = new System.Drawing.Point(7, 19);
     this.PeakFindCheckBox.Name     = "PeakFindCheckBox";
     this.PeakFindCheckBox.Size     = new System.Drawing.Size(59, 17);
     this.PeakFindCheckBox.TabIndex = 15;
     this.PeakFindCheckBox.Text     = "Enable";
     this.PeakFindCheckBox.UseVisualStyleBackColor = true;
     this.PeakFindCheckBox.CheckedChanged         += new System.EventHandler(this.PeakFindCheckBox_CheckedChanged);
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.PeakFindCheckBox);
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.IntensityUpDown);
     this.groupBox4.Controls.Add(this.PersistenceUpDown);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Location = new System.Drawing.Point(679, 273);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(157, 98);
     this.groupBox4.TabIndex = 20;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Peak Finding";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(848, 556);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.chartSpectrum);
     this.Name = "Form1";
     this.Text = "SeaBreeze C# Demo";
     ((System.ComponentModel.ISupportInitialize)(this.chartSpectrum)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTriggerMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownScansToAverage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBoxcarHalfWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownIntegrationTimeMillisec)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PersistenceUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntensityUpDown)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea9  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend9     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series9     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea10 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend10    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series10    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea11 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend11    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series11    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea12 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend12    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series12    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea8  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend8     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series8     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea13 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend13    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series13    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea14 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend14    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series14    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.chart1          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.label1          = new System.Windows.Forms.Label();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.label2          = new System.Windows.Forms.Label();
     this.chart2          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage3        = new System.Windows.Forms.TabPage();
     this.label3          = new System.Windows.Forms.Label();
     this.chart3          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage4        = new System.Windows.Forms.TabPage();
     this.label4          = new System.Windows.Forms.Label();
     this.chart4          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage5        = new System.Windows.Forms.TabPage();
     this.label5          = new System.Windows.Forms.Label();
     this.chart5          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage6        = new System.Windows.Forms.TabPage();
     this.label6          = new System.Windows.Forms.Label();
     this.chart6          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPage7        = new System.Windows.Forms.TabPage();
     this.label7          = new System.Windows.Forms.Label();
     this.chart7          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.button3         = new System.Windows.Forms.Button();
     this.button4         = new System.Windows.Forms.Button();
     this.button5         = new System.Windows.Forms.Button();
     this.button6         = new System.Windows.Forms.Button();
     this.button7         = new System.Windows.Forms.Button();
     this.Inicio          = new System.Windows.Forms.DateTimePicker();
     this.Fin             = new System.Windows.Forms.DateTimePicker();
     this.label8          = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.button8         = new System.Windows.Forms.Button();
     this.label10         = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label11         = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.btnBuscar       = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).BeginInit();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).BeginInit();
     this.tabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).BeginInit();
     this.tabPage7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart7)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Location      = new System.Drawing.Point(13, 13);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(918, 523);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Controls.Add(this.chart1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(910, 497);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Reporte 1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // chart1
     //
     chartArea9.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea9);
     legend9.Name = "Legend1";
     this.chart1.Legends.Add(legend9);
     this.chart1.Location = new System.Drawing.Point(9, 46);
     this.chart1.Name     = "chart1";
     series9.ChartArea    = "ChartArea1";
     series9.Legend       = "Legend1";
     series9.Name         = "Series1";
     this.chart1.Series.Add(series9);
     this.chart1.Size     = new System.Drawing.Size(854, 448);
     this.chart1.TabIndex = 1;
     this.chart1.Text     = "chart1";
     this.chart1.Click   += new System.EventHandler(this.chart1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(3, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(426, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mostrar la cantidad de veces que han reservado cada uno de los hoteles.";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.chart2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(910, 497);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Reporte 2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(22, 17);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(339, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Mostrar la cantidad de personas que han estado por hotel.";
     //
     // chart2
     //
     chartArea10.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea10);
     legend10.Name = "Legend1";
     this.chart2.Legends.Add(legend10);
     this.chart2.Location = new System.Drawing.Point(25, 46);
     this.chart2.Name     = "chart2";
     series10.ChartArea   = "ChartArea1";
     series10.Legend      = "Legend1";
     series10.Name        = "Series1";
     this.chart2.Series.Add(series10);
     this.chart2.Size     = new System.Drawing.Size(854, 448);
     this.chart2.TabIndex = 2;
     this.chart2.Text     = "chart2";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.button3);
     this.tabPage3.Controls.Add(this.label3);
     this.tabPage3.Controls.Add(this.chart3);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(910, 497);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Reporte 3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(18, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(471, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Mostrar el porcentaje de visita por país. Solo se considera los que tengan visita" +
                            "s.";
     //
     // chart3
     //
     chartArea11.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea11);
     legend11.Name = "Legend1";
     this.chart3.Legends.Add(legend11);
     this.chart3.Location = new System.Drawing.Point(21, 46);
     this.chart3.Name     = "chart3";
     series11.ChartArea   = "ChartArea1";
     series11.Legend      = "Legend1";
     series11.Name        = "Series1";
     this.chart3.Series.Add(series11);
     this.chart3.Size     = new System.Drawing.Size(854, 448);
     this.chart3.TabIndex = 2;
     this.chart3.Text     = "chart3";
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.button8);
     this.tabPage4.Controls.Add(this.label9);
     this.tabPage4.Controls.Add(this.label8);
     this.tabPage4.Controls.Add(this.Fin);
     this.tabPage4.Controls.Add(this.Inicio);
     this.tabPage4.Controls.Add(this.button4);
     this.tabPage4.Controls.Add(this.label4);
     this.tabPage4.Controls.Add(this.chart4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(910, 497);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Reporte 4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(25, 23);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(410, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Mostrar la cantidad de adultos que han viajado en un rango de fechas.";
     //
     // chart4
     //
     chartArea12.Name = "ChartArea1";
     this.chart4.ChartAreas.Add(chartArea12);
     legend12.Name = "Legend1";
     this.chart4.Legends.Add(legend12);
     this.chart4.Location = new System.Drawing.Point(28, 46);
     this.chart4.Name     = "chart4";
     series12.ChartArea   = "ChartArea1";
     series12.Legend      = "Legend1";
     series12.Name        = "Series1";
     this.chart4.Series.Add(series12);
     this.chart4.Size     = new System.Drawing.Size(872, 448);
     this.chart4.TabIndex = 2;
     this.chart4.Text     = "chart4";
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.btnBuscar);
     this.tabPage5.Controls.Add(this.dateTimePicker2);
     this.tabPage5.Controls.Add(this.label11);
     this.tabPage5.Controls.Add(this.dateTimePicker1);
     this.tabPage5.Controls.Add(this.label10);
     this.tabPage5.Controls.Add(this.button5);
     this.tabPage5.Controls.Add(this.label5);
     this.tabPage5.Controls.Add(this.chart5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Size     = new System.Drawing.Size(910, 497);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Reporte 5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(34, 23);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(399, 13);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Mostrar la cantidad de niños que han viajado en un rango de fechas.";
     //
     // chart5
     //
     chartArea8.Name = "ChartArea1";
     this.chart5.ChartAreas.Add(chartArea8);
     legend8.Name = "Legend1";
     this.chart5.Legends.Add(legend8);
     this.chart5.Location = new System.Drawing.Point(23, 39);
     this.chart5.Name     = "chart5";
     series8.ChartArea    = "ChartArea1";
     series8.Legend       = "Legend1";
     series8.Name         = "Series1";
     this.chart5.Series.Add(series8);
     this.chart5.Size     = new System.Drawing.Size(854, 448);
     this.chart5.TabIndex = 2;
     this.chart5.Text     = "chart5";
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.button6);
     this.tabPage6.Controls.Add(this.label6);
     this.tabPage6.Controls.Add(this.chart6);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Size     = new System.Drawing.Size(910, 497);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "Reporte 6";
     this.tabPage6.UseVisualStyleBackColor = true;
     this.tabPage6.Click += new System.EventHandler(this.tabPage6_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(63, 8);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(294, 13);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Mostrar las marcas de los vehículos más rentados.";
     //
     // chart6
     //
     chartArea13.Name = "ChartArea1";
     this.chart6.ChartAreas.Add(chartArea13);
     legend13.Name = "Legend1";
     this.chart6.Legends.Add(legend13);
     this.chart6.Location = new System.Drawing.Point(28, 24);
     this.chart6.Name     = "chart6";
     series13.ChartArea   = "ChartArea1";
     series13.Legend      = "Legend1";
     series13.Name        = "Series1";
     this.chart6.Series.Add(series13);
     this.chart6.Size     = new System.Drawing.Size(854, 448);
     this.chart6.TabIndex = 2;
     this.chart6.Text     = "chart6";
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.button7);
     this.tabPage7.Controls.Add(this.label7);
     this.tabPage7.Controls.Add(this.chart7);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Size     = new System.Drawing.Size(910, 497);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text     = "Reporte 7";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(51, 14);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(366, 13);
     this.label7.TabIndex = 8;
     this.label7.Text     = "Mostrar los nombres de los países en que se ha hecho escala. ";
     //
     // chart7
     //
     chartArea14.Name = "ChartArea1";
     this.chart7.ChartAreas.Add(chartArea14);
     legend14.Name = "Legend1";
     this.chart7.Legends.Add(legend14);
     this.chart7.Location = new System.Drawing.Point(21, 39);
     this.chart7.Name     = "chart7";
     series14.ChartArea   = "ChartArea1";
     series14.Legend      = "Legend1";
     series14.Name        = "Series1";
     this.chart7.Series.Add(series14);
     this.chart7.Size     = new System.Drawing.Size(854, 448);
     this.chart7.TabIndex = 2;
     this.chart7.Text     = "chart7";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(795, 15);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Menu";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(792, 17);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Menu";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(800, 17);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Menu";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(807, 18);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 6;
     this.button4.Text     = "Menu";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(802, 18);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 7;
     this.button5.Text     = "Menu";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(776, 8);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 23);
     this.button6.TabIndex = 8;
     this.button6.Text     = "Menu";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(764, 14);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 9;
     this.button7.Text     = "Menu";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // Inicio
     //
     this.Inicio.CustomFormat = "dd/MM/yyyy";
     this.Inicio.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Inicio.Location     = new System.Drawing.Point(759, 119);
     this.Inicio.Name         = "Inicio";
     this.Inicio.Size         = new System.Drawing.Size(148, 20);
     this.Inicio.TabIndex     = 7;
     //
     // Fin
     //
     this.Fin.CustomFormat = "dd/MM/yyyy";
     this.Fin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Fin.Location     = new System.Drawing.Point(759, 193);
     this.Fin.Name         = "Fin";
     this.Fin.Size         = new System.Drawing.Size(148, 20);
     this.Fin.TabIndex     = 8;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(804, 91);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 13);
     this.label8.TabIndex = 9;
     this.label8.Text     = "Inicio";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(804, 168);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(21, 13);
     this.label9.TabIndex = 10;
     this.label9.Text     = "Fin";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(786, 248);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(75, 23);
     this.button8.TabIndex = 11;
     this.button8.Text     = "Buscar";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(778, 126);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(32, 13);
     this.label10.TabIndex = 10;
     this.label10.Text     = "Inicio";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "dd/MM/yyyy";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(741, 161);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(148, 20);
     this.dateTimePicker1.TabIndex     = 11;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(778, 212);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(21, 13);
     this.label11.TabIndex = 12;
     this.label11.Text     = "Fin";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CustomFormat = "dd/MM/yyyy";
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(741, 250);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.Size         = new System.Drawing.Size(148, 20);
     this.dateTimePicker2.TabIndex     = 13;
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(781, 304);
     this.btnBuscar.Name     = "btnBuscar";
     this.btnBuscar.Size     = new System.Drawing.Size(75, 23);
     this.btnBuscar.TabIndex = 14;
     this.btnBuscar.Text     = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // Reportes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(929, 534);
     this.Controls.Add(this.tabControl1);
     this.Name  = "Reportes";
     this.Text  = "Reportes";
     this.Load += new System.EventHandler(this.Reportes_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart4)).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart5)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart6)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart7)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.listBoxKraji     = new System.Windows.Forms.ListBox();
     this.buttonKrajForm   = new System.Windows.Forms.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.listBoxRazredi   = new System.Windows.Forms.ListBox();
     this.groupBoxKraji    = new System.Windows.Forms.GroupBox();
     this.groupBoxRazredi  = new System.Windows.Forms.GroupBox();
     this.buttonRazredForm = new System.Windows.Forms.Button();
     this.buttonVrsteForm  = new System.Windows.Forms.Button();
     this.groupBoxVrste    = new System.Windows.Forms.GroupBox();
     this.listBoxVrste     = new System.Windows.Forms.ListBox();
     this.labelByKraj      = new System.Windows.Forms.Label();
     this.labelByVrste     = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.chart1           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.labelFont        = new System.Windows.Forms.Label();
     this.labelBackground  = new System.Windows.Forms.Label();
     this.buttonSettings   = new System.Windows.Forms.Button();
     this.labelTitle       = new System.Windows.Forms.Label();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.groupBoxKraji.SuspendLayout();
     this.groupBoxRazredi.SuspendLayout();
     this.groupBoxVrste.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // listBoxKraji
     //
     this.listBoxKraji.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.listBoxKraji.FormattingEnabled = true;
     this.listBoxKraji.Location          = new System.Drawing.Point(6, 29);
     this.listBoxKraji.Name                  = "listBoxKraji";
     this.listBoxKraji.Size                  = new System.Drawing.Size(267, 290);
     this.listBoxKraji.TabIndex              = 1;
     this.listBoxKraji.SelectedIndexChanged += new System.EventHandler(this.listBoxKraji_SelectedIndexChanged);
     //
     // buttonKrajForm
     //
     this.buttonKrajForm.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.buttonKrajForm.Location = new System.Drawing.Point(28, 349);
     this.buttonKrajForm.Name     = "buttonKrajForm";
     this.buttonKrajForm.Size     = new System.Drawing.Size(221, 23);
     this.buttonKrajForm.TabIndex = 2;
     this.buttonKrajForm.Text     = "Upravljaj kraje";
     this.buttonKrajForm.UseVisualStyleBackColor = true;
     this.buttonKrajForm.Click += new System.EventHandler(this.buttonKrajForm_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(649, 110);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(99, 26);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "V tem kraju je\r\n toliko različnih vrst:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(763, 110);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(107, 26);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Teh vrst je v\r\n toliko različnih krajih:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // listBoxRazredi
     //
     this.listBoxRazredi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.listBoxRazredi.FormattingEnabled = true;
     this.listBoxRazredi.Location          = new System.Drawing.Point(6, 29);
     this.listBoxRazredi.Name     = "listBoxRazredi";
     this.listBoxRazredi.Size     = new System.Drawing.Size(132, 290);
     this.listBoxRazredi.TabIndex = 12;
     //
     // groupBoxKraji
     //
     this.groupBoxKraji.Controls.Add(this.listBoxKraji);
     this.groupBoxKraji.Controls.Add(this.buttonKrajForm);
     this.groupBoxKraji.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.groupBoxKraji.Location = new System.Drawing.Point(18, 81);
     this.groupBoxKraji.Name     = "groupBoxKraji";
     this.groupBoxKraji.Size     = new System.Drawing.Size(279, 388);
     this.groupBoxKraji.TabIndex = 13;
     this.groupBoxKraji.TabStop  = false;
     this.groupBoxKraji.Text     = "Kraji";
     //
     // groupBoxRazredi
     //
     this.groupBoxRazredi.Controls.Add(this.buttonRazredForm);
     this.groupBoxRazredi.Controls.Add(this.listBoxRazredi);
     this.groupBoxRazredi.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.groupBoxRazredi.Location = new System.Drawing.Point(304, 81);
     this.groupBoxRazredi.Name     = "groupBoxRazredi";
     this.groupBoxRazredi.Size     = new System.Drawing.Size(144, 388);
     this.groupBoxRazredi.TabIndex = 14;
     this.groupBoxRazredi.TabStop  = false;
     this.groupBoxRazredi.Text     = "Razredi";
     //
     // buttonRazredForm
     //
     this.buttonRazredForm.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.buttonRazredForm.Location = new System.Drawing.Point(16, 349);
     this.buttonRazredForm.Name     = "buttonRazredForm";
     this.buttonRazredForm.Size     = new System.Drawing.Size(114, 23);
     this.buttonRazredForm.TabIndex = 15;
     this.buttonRazredForm.Text     = "Upravljaj razrede";
     this.buttonRazredForm.UseVisualStyleBackColor = true;
     this.buttonRazredForm.Click += new System.EventHandler(this.buttonRazredForm_Click);
     //
     // buttonVrsteForm
     //
     this.buttonVrsteForm.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.buttonVrsteForm.Location = new System.Drawing.Point(20, 349);
     this.buttonVrsteForm.Name     = "buttonVrsteForm";
     this.buttonVrsteForm.Size     = new System.Drawing.Size(129, 23);
     this.buttonVrsteForm.TabIndex = 16;
     this.buttonVrsteForm.Text     = "Upravljaj vrste";
     this.buttonVrsteForm.UseVisualStyleBackColor = true;
     this.buttonVrsteForm.Click += new System.EventHandler(this.buttonVrsteForm_Click);
     //
     // groupBoxVrste
     //
     this.groupBoxVrste.Controls.Add(this.listBoxVrste);
     this.groupBoxVrste.Controls.Add(this.buttonVrsteForm);
     this.groupBoxVrste.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.groupBoxVrste.Location = new System.Drawing.Point(454, 81);
     this.groupBoxVrste.Name     = "groupBoxVrste";
     this.groupBoxVrste.Size     = new System.Drawing.Size(165, 388);
     this.groupBoxVrste.TabIndex = 17;
     this.groupBoxVrste.TabStop  = false;
     this.groupBoxVrste.Text     = "Vrste";
     //
     // listBoxVrste
     //
     this.listBoxVrste.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.listBoxVrste.FormattingEnabled = true;
     this.listBoxVrste.Location          = new System.Drawing.Point(6, 29);
     this.listBoxVrste.Name                  = "listBoxVrste";
     this.listBoxVrste.Size                  = new System.Drawing.Size(153, 290);
     this.listBoxVrste.TabIndex              = 12;
     this.listBoxVrste.SelectedIndexChanged += new System.EventHandler(this.listBoxVrste_SelectedIndexChanged);
     //
     // labelByKraj
     //
     this.labelByKraj.AutoSize = true;
     this.labelByKraj.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
     this.labelByKraj.Location = new System.Drawing.Point(692, 156);
     this.labelByKraj.Name     = "labelByKraj";
     this.labelByKraj.Size     = new System.Drawing.Size(17, 18);
     this.labelByKraj.TabIndex = 18;
     this.labelByKraj.Text     = "0";
     //
     // labelByVrste
     //
     this.labelByVrste.AutoSize = true;
     this.labelByVrste.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.labelByVrste.Location = new System.Drawing.Point(810, 156);
     this.labelByVrste.Name     = "labelByVrste";
     this.labelByVrste.Size     = new System.Drawing.Size(17, 18);
     this.labelByVrste.TabIndex = 19;
     this.labelByVrste.Text     = "0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
     this.label3.Location = new System.Drawing.Point(675, 196);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(173, 90);
     this.label3.TabIndex = 20;
     this.label3.Text     = "Za pregled koliko vrst\r\nje v katerem kraju in\r\nkater kraj ima koliko\r\nvrsti, izbe" +
                            "rite vrstice\r\nv Kraji in Vrste seznamih.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(625, 300);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Število";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(241, 205);
     this.chart1.TabIndex = 21;
     this.chart1.Text     = "chart1";
     //
     // labelFont
     //
     this.labelFont.AutoSize = true;
     this.labelFont.Location = new System.Drawing.Point(142, 489);
     this.labelFont.Name     = "labelFont";
     this.labelFont.Size     = new System.Drawing.Size(33, 13);
     this.labelFont.TabIndex = 22;
     this.labelFont.Text     = "l_font";
     this.labelFont.Visible  = false;
     //
     // labelBackground
     //
     this.labelBackground.AutoSize = true;
     this.labelBackground.Location = new System.Drawing.Point(181, 489);
     this.labelBackground.Name     = "labelBackground";
     this.labelBackground.Size     = new System.Drawing.Size(72, 13);
     this.labelBackground.TabIndex = 23;
     this.labelBackground.Text     = "l_background";
     this.labelBackground.Visible  = false;
     //
     // buttonSettings
     //
     this.buttonSettings.Location = new System.Drawing.Point(28, 484);
     this.buttonSettings.Name     = "buttonSettings";
     this.buttonSettings.Size     = new System.Drawing.Size(94, 23);
     this.buttonSettings.TabIndex = 24;
     this.buttonSettings.Text     = "Spremeni barve";
     this.buttonSettings.UseVisualStyleBackColor = true;
     this.buttonSettings.Click += new System.EventHandler(this.buttonSettings_Click);
     //
     // labelTitle
     //
     this.labelTitle.AutoSize = true;
     this.labelTitle.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.labelTitle.Location = new System.Drawing.Point(111, 27);
     this.labelTitle.Name     = "labelTitle";
     this.labelTitle.Size     = new System.Drawing.Size(588, 31);
     this.labelTitle.TabIndex = 25;
     this.labelTitle.Text     = "EVIDENCE ŽIVALSKIH VRST V SLOVENIJI";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::evidence_zivalskih_vrst.Properties.Resources.mainKoala;
     this.pictureBox1.Location = new System.Drawing.Point(774, 389);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(204, 141);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 26;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new System.Drawing.Point(774, 300);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(109, 90);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 27;
     this.pictureBox2.TabStop  = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(884, 524);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.labelTitle);
     this.Controls.Add(this.buttonSettings);
     this.Controls.Add(this.labelBackground);
     this.Controls.Add(this.labelFont);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.labelByVrste);
     this.Controls.Add(this.labelByKraj);
     this.Controls.Add(this.groupBoxVrste);
     this.Controls.Add(this.groupBoxRazredi);
     this.Controls.Add(this.groupBoxKraji);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "Form1";
     this.Text            = "Glavni zavihek";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.groupBoxKraji.ResumeLayout(false);
     this.groupBoxRazredi.ResumeLayout(false);
     this.groupBoxVrste.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.ch1_Vis_valMa    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.sec2_dr_01248_dv = new System.Windows.Forms.DataGridView();
     this.linkLabel1       = new System.Windows.Forms.LinkLabel();
     this.comboBox1        = new System.Windows.Forms.ComboBox();
     this.label1           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ch1_Vis_valMa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sec2_dr_01248_dv)).BeginInit();
     this.SuspendLayout();
     //
     // ch1_Vis_valMa
     //
     chartArea1.Name = "ChartArea1";
     this.ch1_Vis_valMa.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.ch1_Vis_valMa.Legends.Add(legend1);
     this.ch1_Vis_valMa.Location = new System.Drawing.Point(-1, -21);
     this.ch1_Vis_valMa.Name     = "ch1_Vis_valMa";
     series1.ChartArea           = "ChartArea1";
     series1.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series1.Legend = "Legend1";
     series1.Name   = "Series1";
     this.ch1_Vis_valMa.Series.Add(series1);
     this.ch1_Vis_valMa.Size     = new System.Drawing.Size(601, 656);
     this.ch1_Vis_valMa.TabIndex = 19;
     this.ch1_Vis_valMa.Text     = "ch1_Vis_valMa";
     //
     // sec2_dr_01248_dv
     //
     this.sec2_dr_01248_dv.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.sec2_dr_01248_dv.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
     this.sec2_dr_01248_dv.BackgroundColor             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.sec2_dr_01248_dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.sec2_dr_01248_dv.Location = new System.Drawing.Point(468, 167);
     this.sec2_dr_01248_dv.Name     = "sec2_dr_01248_dv";
     this.sec2_dr_01248_dv.Size     = new System.Drawing.Size(370, 278);
     this.sec2_dr_01248_dv.TabIndex = 20;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Location     = new System.Drawing.Point(779, 25);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(24, 13);
     this.linkLabel1.TabIndex     = 21;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Exit";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "AUTHENTICATE",
         "CONTROL",
         "CONNECT",
         "VIEW DETAILS"
     });
     this.comboBox1.Location              = new System.Drawing.Point(597, 121);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(161, 24);
     this.comboBox1.TabIndex              = 22;
     this.comboBox1.Visible               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     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(465, 121);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(115, 16);
     this.label1.TabIndex  = 23;
     this.label1.Text      = "Database Actions";
     this.label1.Visible   = false;
     //
     // UserContextValue
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(847, 543);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.sec2_dr_01248_dv);
     this.Controls.Add(this.ch1_Vis_valMa);
     this.Name          = "UserContextValue";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SecurityEvents";
     this.Load         += new System.EventHandler(this.UserContextValue_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ch1_Vis_valMa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sec2_dr_01248_dv)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title1     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend2    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series3    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend3    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series4    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series    series5    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title     title2     = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.textBox3      = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.button1       = new System.Windows.Forms.Button();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.button2       = new System.Windows.Forms.Button();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label5   = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label6   = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label7   = new System.Windows.Forms.Label();
     this.label8   = new System.Windows.Forms.Label();
     this.chart2   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart3   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.chart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Cornsilk;
     legend1.Name      = "Legend1";
     legend1.Title     = "Графік";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(-6, 40);
     this.chart1.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.chart1.Name        = "chart1";
     this.chart1.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint;
     series1.Legend          = "Legend1";
     series1.Name            = "y=x^(1/x)";
     series1.YValuesPerPoint = 2;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(864, 638);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.BackColor     = System.Drawing.Color.Cornsilk;
     title1.Font          = new System.Drawing.Font("Broadway", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name          = "Title1";
     title1.Text          = "Графік явно заданої функції";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.dataGridView1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox1.Location = new System.Drawing.Point(867, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox1.Size     = new System.Drawing.Size(708, 758);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Параметри";
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(501, 170);
     this.textBox3.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new System.Drawing.Size(157, 35);
     this.textBox3.TabIndex  = 7;
     this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(328, 170);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(146, 29);
     this.label4.TabIndex = 6;
     this.label4.Text     = "К-сть точок";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(501, 102);
     this.textBox2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(157, 35);
     this.textBox2.TabIndex  = 5;
     this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(422, 106);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(43, 29);
     this.label3.TabIndex = 4;
     this.label3.Text     = "До";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(501, 34);
     this.textBox1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(157, 35);
     this.textBox1.TabIndex  = 3;
     this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ControlLightLight;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dataGridView1.GridColor       = System.Drawing.SystemColors.Control;
     this.dataGridView1.Location        = new System.Drawing.Point(90, 218);
     this.dataGridView1.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dataGridView1.Name            = "dataGridView1";
     this.dataGridView1.ReadOnly        = true;
     this.dataGridView1.RowHeadersWidth = 70;
     this.dataGridView1.Size            = new System.Drawing.Size(556, 525);
     this.dataGridView1.TabIndex        = 2;
     //
     // Column1
     //
     this.Column1.HeaderText   = "f(x)";
     this.Column1.MinimumWidth = 6;
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     this.Column1.Width        = 200;
     //
     // Column2
     //
     this.Column2.HeaderText   = "x";
     this.Column2.MinimumWidth = 6;
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     this.Column2.ToolTipText  = "h";
     this.Column2.Width        = 200;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(422, 40);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(49, 29);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Від";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Cornsilk;
     this.label1.Location  = new System.Drawing.Point(4, 34);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(0, 29);
     this.label1.TabIndex  = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(-4, 16);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1598, 895);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Controls.Add(this.chart1);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 29);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage1.Size     = new System.Drawing.Size(1590, 862);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Explicit func";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Cornsilk;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Location  = new System.Drawing.Point(1035, 768);
     this.button1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(351, 48);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "Побудувати графік";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.groupBox2);
     this.tabPage2.Controls.Add(this.chart2);
     this.tabPage2.Controls.Add(this.chart3);
     this.tabPage2.Location = new System.Drawing.Point(4, 29);
     this.tabPage2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tabPage2.Size     = new System.Drawing.Size(1590, 862);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Implicit func";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Cornsilk;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.Location  = new System.Drawing.Point(1048, 656);
     this.button2.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(440, 68);
     this.button2.TabIndex  = 4;
     this.button2.Text      = "Побудувати графік";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridView2);
     this.groupBox2.Controls.Add(this.textBox4);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.textBox5);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.textBox6);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox2.Location = new System.Drawing.Point(892, 10);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.groupBox2.Size     = new System.Drawing.Size(687, 636);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Параметри";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows          = false;
     this.dataGridView2.AllowUserToDeleteRows       = false;
     this.dataGridView2.BackgroundColor             = System.Drawing.SystemColors.ControlLightLight;
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.Column3,
         this.dataGridViewTextBoxColumn2
     });
     this.dataGridView2.GridColor       = System.Drawing.SystemColors.Control;
     this.dataGridView2.Location        = new System.Drawing.Point(46, 174);
     this.dataGridView2.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.dataGridView2.Name            = "dataGridView2";
     this.dataGridView2.ReadOnly        = true;
     this.dataGridView2.RowHeadersWidth = 70;
     this.dataGridView2.Size            = new System.Drawing.Size(573, 449);
     this.dataGridView2.TabIndex        = 2;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText   = "x(t)";
     this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly     = true;
     this.dataGridViewTextBoxColumn1.Width        = 150;
     //
     // Column3
     //
     this.Column3.HeaderText   = "y(t)";
     this.Column3.MinimumWidth = 6;
     this.Column3.Name         = "Column3";
     this.Column3.ReadOnly     = true;
     this.Column3.Width        = 150;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText   = "t";
     this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly     = true;
     this.dataGridViewTextBoxColumn2.ToolTipText  = "h";
     this.dataGridViewTextBoxColumn2.Width        = 150;
     //
     // textBox4
     //
     this.textBox4.Location  = new System.Drawing.Point(497, 126);
     this.textBox4.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new System.Drawing.Size(157, 35);
     this.textBox4.TabIndex  = 7;
     this.textBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(336, 130);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(146, 29);
     this.label5.TabIndex = 6;
     this.label5.Text     = "К-сть точок";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(497, 79);
     this.textBox5.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new System.Drawing.Size(157, 35);
     this.textBox5.TabIndex  = 5;
     this.textBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(413, 82);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(43, 29);
     this.label6.TabIndex = 4;
     this.label6.Text     = "До";
     //
     // textBox6
     //
     this.textBox6.Location  = new System.Drawing.Point(497, 28);
     this.textBox6.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.textBox6.Name      = "textBox6";
     this.textBox6.Size      = new System.Drawing.Size(157, 35);
     this.textBox6.TabIndex  = 3;
     this.textBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label7.Location = new System.Drawing.Point(413, 28);
     this.label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(49, 29);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Від";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Cornsilk;
     this.label8.Location  = new System.Drawing.Point(4, 34);
     this.label8.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(0, 29);
     this.label8.TabIndex  = 0;
     //
     // chart2
     //
     this.chart2.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.chart2.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
     chartArea2.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legend2.BackColor = System.Drawing.Color.Cornsilk;
     legend2.Name      = "Legend1";
     legend2.Title     = "Графік";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location    = new System.Drawing.Point(-6, 0);
     this.chart2.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.chart2.Name        = "chart2";
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series2.Legend          = "Legend1";
     series2.Name            = "y(x) = (x-1)^2/(x+1)^2 ";
     series2.YValuesPerPoint = 2;
     series3.ChartArea       = "ChartArea1";
     series3.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series3.Legend          = "Legend1";
     series3.Name            = "x(y) = (y+1)^2/(y-1)^2";
     this.chart2.Series.Add(series2);
     this.chart2.Series.Add(series3);
     this.chart2.Size     = new System.Drawing.Size(902, 331);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     //
     // chart3
     //
     this.chart3.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.chart3.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft;
     chartArea3.Name = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea3);
     legend3.BackColor = System.Drawing.Color.Cornsilk;
     legend3.Name      = "Legend1";
     legend3.Title     = "Графік";
     this.chart3.Legends.Add(legend3);
     this.chart3.Location    = new System.Drawing.Point(4, 341);
     this.chart3.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.chart3.Name        = "chart3";
     series4.ChartArea       = "ChartArea1";
     series4.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series4.Legend          = "Legend1";
     series4.Name            = "x(t) = (t+1)^2/4";
     series4.YValuesPerPoint = 2;
     series5.ChartArea       = "ChartArea1";
     series5.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series5.Legend          = "Legend1";
     series5.Name            = "y(t) = (t-1)^2/4";
     this.chart3.Series.Add(series4);
     this.chart3.Series.Add(series5);
     this.chart3.Size     = new System.Drawing.Size(892, 382);
     this.chart3.TabIndex = 2;
     this.chart3.Text     = "chart3";
     title2.BackColor     = System.Drawing.Color.White;
     title2.Font          = new System.Drawing.Font("Broadway", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title2.Name          = "Title1";
     this.chart3.Titles.Add(title2);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1590, 910);
     this.Controls.Add(this.tabControl1);
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MaximizeBox   = false;
     this.Name          = "Form1";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.Text          = "Form1";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormThongKeDoanhThuTheoNam));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.btnLoadChart  = new XanderUI.XUISuperButton();
     this.comboBoxNam   = new System.Windows.Forms.ComboBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // btnLoadChart
     //
     this.btnLoadChart.BackgroundColor      = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(202)))), ((int)(((byte)(142)))));
     this.btnLoadChart.ButtonImage          = ((System.Drawing.Image)(resources.GetObject("btnLoadChart.ButtonImage")));
     this.btnLoadChart.ButtonSmoothing      = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
     this.btnLoadChart.ButtonStyle          = XanderUI.XUISuperButton.Style.RoundedEdges;
     this.btnLoadChart.ButtonText           = "Thống kê";
     this.btnLoadChart.CornerRadius         = 5;
     this.btnLoadChart.Horizontal_Alignment = System.Drawing.StringAlignment.Center;
     this.btnLoadChart.HoverBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(217)))), ((int)(((byte)(174)))));
     this.btnLoadChart.HoverTextColor       = System.Drawing.Color.White;
     this.btnLoadChart.ImagePosition        = XanderUI.XUISuperButton.imgPosition.Left;
     this.btnLoadChart.Location             = new System.Drawing.Point(263, 70);
     this.btnLoadChart.Name = "btnLoadChart";
     this.btnLoadChart.SelectedBackColor = System.Drawing.Color.LimeGreen;
     this.btnLoadChart.SelectedTextColor = System.Drawing.Color.White;
     this.btnLoadChart.Size               = new System.Drawing.Size(98, 35);
     this.btnLoadChart.SuperSelected      = false;
     this.btnLoadChart.TabIndex           = 37;
     this.btnLoadChart.TextColor          = System.Drawing.Color.White;
     this.btnLoadChart.Vertical_Alignment = System.Drawing.StringAlignment.Center;
     this.btnLoadChart.Click             += new System.EventHandler(this.btnLoadChart_Click);
     //
     // comboBoxNam
     //
     this.comboBoxNam.FormattingEnabled = true;
     this.comboBoxNam.Location          = new System.Drawing.Point(116, 76);
     this.comboBoxNam.Name     = "comboBoxNam";
     this.comboBoxNam.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxNam.TabIndex = 36;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(64, 77);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(42, 19);
     this.label3.TabIndex = 35;
     this.label3.Text     = "Năm";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.LimeGreen;
     this.label1.Location  = new System.Drawing.Point(102, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(543, 42);
     this.label1.TabIndex  = 34;
     this.label1.Text      = "Thống kê doanh thu theo năm";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(59, 137);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.Legend       = "Legend1";
     series1.Name         = "DoanhThu";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(606, 300);
     this.chart1.TabIndex = 38;
     this.chart1.Text     = "chart1";
     //
     // FormThongKeDoanhThuTheoNam
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.ClientSize          = new System.Drawing.Size(1100, 661);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.btnLoadChart);
     this.Controls.Add(this.comboBoxNam);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormThongKeDoanhThuTheoNam";
     this.Text            = "ThongKeDoanhThuTheoNam";
     this.Load           += new System.EventHandler(this.ThongKeDoanhThuTheoNam_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }