Beispiel #1
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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title      title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.CustomItems.Add(legendItem1);
     legend1.Name  = "Legend1";
     legend1.Title = "Legenda";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 5);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel;
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(524, 295);
     this.chart1.TabIndex = 0;
     title1.Name          = "Title1";
     title1.Text          = "Dječije bolesti u 2017.";
     this.chart1.Titles.Add(title1);
     //
     // Graf
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(584, 311);
     this.Controls.Add(this.chart1);
     this.Enabled       = false;
     this.Name          = "Graf";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Graf";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
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.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.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series           series2           = 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
     //
     chartArea1.AxisX.MajorGrid.Enabled           = false;
     chartArea1.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea1.AxisX.Minimum                     = 0.5D;
     chartArea1.AxisX.Title                       = "Index of cell";
     chartArea1.AxisY.MajorGrid.Enabled           = false;
     chartArea1.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea1.AxisY.Title                       = "Posterior";
     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(0, 0);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(431, 401);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // chart2
     //
     chartArea2.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea2.AxisX.Title = "Step";
     chartArea2.AxisY.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None;
     chartArea2.AxisY.Title = "Entropy";
     chartArea2.Name        = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea2);
     legendCellColumn1.Name = "Column1";
     legend2.CellColumns.Add(legendCellColumn1);
     legendItem1.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     legendItem1.Name        = "Before sensing";
     legendItem2.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem2.Name        = "After sensing";
     legend2.CustomItems.Add(legendItem1);
     legend2.CustomItems.Add(legendItem2);
     legend2.Enabled = false;
     legend2.Name    = "Legend1";
     this.chart2.Legends.Add(legend2);
     this.chart2.Location      = new System.Drawing.Point(485, 0);
     this.chart2.Name          = "chart2";
     series2.ChartArea         = "ChartArea1";
     series2.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series2.IsVisibleInLegend = false;
     series2.Legend            = "Legend1";
     series2.Name            = "Series1";
     series2.YValuesPerPoint = 6;
     this.chart2.Series.Add(series2);
     this.chart2.Size     = new System.Drawing.Size(431, 401);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1072, 538);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Name = "MainForm";
     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()
        {
            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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.avgLabel = new System.Windows.Forms.Label();
            this.avgBox = new System.Windows.Forms.TextBox();
            this.minBox = new System.Windows.Forms.TextBox();
            this.minLabel = new System.Windows.Forms.Label();
            this.maxBox = new System.Windows.Forms.TextBox();
            this.maxLabel = new System.Windows.Forms.Label();
            this.improvementBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cbxBoots = new System.Windows.Forms.ComboBox();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.barProgress = new System.Windows.Forms.ToolStripProgressBar();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // chart1
            // 
            chartArea1.CursorX.IsUserEnabled = true;
            chartArea1.CursorX.IsUserSelectionEnabled = true;
            chartArea1.Name = "ChartArea1";
            this.chart1.ChartAreas.Add(chartArea1);
            legendItem1.Color = System.Drawing.Color.DarkRed;
            legendItem1.Name = "Poor";
            legendItem2.Color = System.Drawing.Color.Yellow;
            legendItem2.Name = "Fair";
            legendItem3.Color = System.Drawing.Color.LimeGreen;
            legendItem3.Name = "Good";
            legend1.CustomItems.Add(legendItem1);
            legend1.CustomItems.Add(legendItem2);
            legend1.CustomItems.Add(legendItem3);
            legend1.Name = "Legend1";
            this.chart1.Legends.Add(legend1);
            this.chart1.Location = new System.Drawing.Point(12, 101);
            this.chart1.Name = "chart1";
            series1.ChartArea = "ChartArea1";
            series1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series1.IsValueShownAsLabel = true;
            series1.IsVisibleInLegend = false;
            series1.LabelBackColor = System.Drawing.Color.Black;
            series1.LabelForeColor = System.Drawing.Color.White;
            series1.Legend = "Legend1";
            series1.Name = "Series";
            series1.SmartLabelStyle.Enabled = false;
            this.chart1.Series.Add(series1);
            this.chart1.Size = new System.Drawing.Size(766, 437);
            this.chart1.TabIndex = 0;
            title1.Name = "TableTitle";
            title1.Text = "Historical Boot Times (in seconds)";
            this.chart1.Titles.Add(title1);
            // 
            // avgLabel
            // 
            this.avgLabel.AutoSize = true;
            this.avgLabel.Location = new System.Drawing.Point(13, 44);
            this.avgLabel.Name = "avgLabel";
            this.avgLabel.Size = new System.Drawing.Size(101, 13);
            this.avgLabel.TabIndex = 1;
            this.avgLabel.Text = "Average Boot Time:";
            // 
            // avgBox
            // 
            this.avgBox.Enabled = false;
            this.avgBox.Location = new System.Drawing.Point(120, 41);
            this.avgBox.Name = "avgBox";
            this.avgBox.Size = new System.Drawing.Size(74, 20);
            this.avgBox.TabIndex = 2;
            // 
            // minBox
            // 
            this.minBox.Enabled = false;
            this.minBox.Location = new System.Drawing.Point(405, 41);
            this.minBox.Name = "minBox";
            this.minBox.Size = new System.Drawing.Size(74, 20);
            this.minBox.TabIndex = 4;
            // 
            // minLabel
            // 
            this.minLabel.AutoSize = true;
            this.minLabel.Location = new System.Drawing.Point(297, 44);
            this.minLabel.Name = "minLabel";
            this.minLabel.Size = new System.Drawing.Size(102, 13);
            this.minLabel.TabIndex = 3;
            this.minLabel.Text = "Minimum Boot Time:";
            // 
            // maxBox
            // 
            this.maxBox.Enabled = false;
            this.maxBox.Location = new System.Drawing.Point(704, 41);
            this.maxBox.Name = "maxBox";
            this.maxBox.Size = new System.Drawing.Size(74, 20);
            this.maxBox.TabIndex = 6;
            // 
            // maxLabel
            // 
            this.maxLabel.AutoSize = true;
            this.maxLabel.Location = new System.Drawing.Point(593, 44);
            this.maxLabel.Name = "maxLabel";
            this.maxLabel.Size = new System.Drawing.Size(105, 13);
            this.maxLabel.TabIndex = 5;
            this.maxLabel.Text = "Maximum Boot Time:";
            // 
            // improvementBox
            // 
            this.improvementBox.Enabled = false;
            this.improvementBox.Location = new System.Drawing.Point(624, 73);
            this.improvementBox.Name = "improvementBox";
            this.improvementBox.Size = new System.Drawing.Size(74, 20);
            this.improvementBox.TabIndex = 8;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(381, 76);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(110, 13);
            this.label1.TabIndex = 7;
            this.label1.Text = "Change over X boots:";
            // 
            // cbxBoots
            // 
            this.cbxBoots.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxBoots.FormattingEnabled = true;
            this.cbxBoots.Items.AddRange(new object[] {
            "1 boot",
            "5 boots",
            "10 boots",
            "15 boots",
            "20 boots",
            "25 boots",
            "50 boots",
            "100 boots",
            "all boots"});
            this.cbxBoots.Location = new System.Drawing.Point(497, 73);
            this.cbxBoots.Name = "cbxBoots";
            this.cbxBoots.Size = new System.Drawing.Size(121, 21);
            this.cbxBoots.TabIndex = 9;
            this.cbxBoots.SelectedIndexChanged += new System.EventHandler(this.cbxBoots_SelectedIndexChanged);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(790, 24);
            this.menuStrip1.TabIndex = 10;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshToolStripMenuItem,
            this.printToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.refreshToolStripMenuItem.Text = "&Refresh";
            this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.printToolStripMenuItem.Text = "&Print";
            this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblStatus,
            this.barProgress});
            this.statusStrip1.Location = new System.Drawing.Point(0, 547);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(790, 22);
            this.statusStrip1.TabIndex = 11;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // lblStatus
            // 
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(673, 17);
            this.lblStatus.Spring = true;
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // barProgress
            // 
            this.barProgress.Name = "barProgress";
            this.barProgress.Size = new System.Drawing.Size(100, 16);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(790, 569);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.cbxBoots);
            this.Controls.Add(this.improvementBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.maxBox);
            this.Controls.Add(this.maxLabel);
            this.Controls.Add(this.minBox);
            this.Controls.Add(this.minLabel);
            this.Controls.Add(this.avgBox);
            this.Controls.Add(this.avgLabel);
            this.Controls.Add(this.chart1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Main";
            this.Text = "Boot Time Diagnostics";
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea  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.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.lbl_yazar         = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.lbl_soz           = new System.Windows.Forms.Label();
     this.Yil          = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.Kitapturu    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panel1       = new System.Windows.Forms.Panel();
     this.label1       = new System.Windows.Forms.Label();
     this.lbl_kitapadi = new System.Windows.Forms.Label();
     this.lbl_Baslik   = new System.Windows.Forms.Label();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.btn_Kapat    = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Yil)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Kitapturu)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.Yil, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.Kitapturu, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
     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, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 310F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1124, 604);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.DarkOrange;
     this.panel2.Controls.Add(this.lbl_yazar);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.lbl_soz);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(565, 297);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(556, 304);
     this.panel2.TabIndex = 3;
     //
     // lbl_yazar
     //
     this.lbl_yazar.AutoSize = true;
     this.lbl_yazar.Font     = new System.Drawing.Font("Segoe Print", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lbl_yazar.Location = new System.Drawing.Point(283, 251);
     this.lbl_yazar.Name     = "lbl_yazar";
     this.lbl_yazar.Size     = new System.Drawing.Size(121, 35);
     this.lbl_yazar.TabIndex = 4;
     this.lbl_yazar.Text     = "Günü Sözü";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe Print", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label2.Location = new System.Drawing.Point(189, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(121, 35);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Günü Sözü";
     //
     // lbl_soz
     //
     this.lbl_soz.Font     = new System.Drawing.Font("Segoe Print", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lbl_soz.Location = new System.Drawing.Point(39, 72);
     this.lbl_soz.Name     = "lbl_soz";
     this.lbl_soz.Size     = new System.Drawing.Size(462, 179);
     this.lbl_soz.TabIndex = 2;
     this.lbl_soz.Text     = "Sevgi... Allah tarafından insana verilen büyük bir nimettir. Kiminin elinde heba," +
                             " kiminin elinde vefa olur.";
     //
     // Yil
     //
     this.Yil.BorderlineColor = System.Drawing.Color.Black;
     chartArea3.Name          = "YillikKitap";
     this.Yil.ChartAreas.Add(chartArea3);
     legendItem2.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legend3.CustomItems.Add(legendItem2);
     legend3.Font          = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     legend3.IsTextAutoFit = false;
     legend3.Name          = "Legend1";
     legend3.Title         = "2020";
     this.Yil.Legends.Add(legend3);
     this.Yil.Location   = new System.Drawing.Point(3, 3);
     this.Yil.Name       = "Yil";
     this.Yil.Palette    = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     series3.ChartArea   = "YillikKitap";
     series3.Legend      = "Legend1";
     series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star6;
     series3.Name        = "Yıllık Okuma";
     this.Yil.Series.Add(series3);
     this.Yil.Size     = new System.Drawing.Size(556, 288);
     this.Yil.TabIndex = 0;
     this.Yil.Text     = "KitapTuru";
     //
     // Kitapturu
     //
     chartArea4.Name = "ChartArea1";
     this.Kitapturu.ChartAreas.Add(chartArea4);
     legend4.Name = "Legend1";
     this.Kitapturu.Legends.Add(legend4);
     this.Kitapturu.Location = new System.Drawing.Point(3, 297);
     this.Kitapturu.Name     = "Kitapturu";
     series4.ChartArea       = "ChartArea1";
     series4.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series4.Legend          = "Legend1";
     series4.Name            = "Kitapturu";
     series4.YValuesPerPoint = 2;
     this.Kitapturu.Series.Add(series4);
     this.Kitapturu.Size     = new System.Drawing.Size(556, 304);
     this.Kitapturu.TabIndex = 1;
     this.Kitapturu.Text     = "Yıllık Kitap Okuma";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DarkOrange;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.lbl_kitapadi);
     this.panel1.Controls.Add(this.lbl_Baslik);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(565, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(556, 288);
     this.panel1.TabIndex = 2;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Segoe Print", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label1.Location = new System.Drawing.Point(299, 107);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(223, 102);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Kitabın bilgilerini görmek için lütfen resmi tıklayınız ☻";
     //
     // lbl_kitapadi
     //
     this.lbl_kitapadi.AutoSize = true;
     this.lbl_kitapadi.Font     = new System.Drawing.Font("Segoe Print", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lbl_kitapadi.Location = new System.Drawing.Point(260, 55);
     this.lbl_kitapadi.Name     = "lbl_kitapadi";
     this.lbl_kitapadi.Size     = new System.Drawing.Size(65, 30);
     this.lbl_kitapadi.TabIndex = 2;
     this.lbl_kitapadi.Text     = "Kitap:";
     //
     // lbl_Baslik
     //
     this.lbl_Baslik.AutoSize = true;
     this.lbl_Baslik.Font     = new System.Drawing.Font("Segoe Print", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lbl_Baslik.Location = new System.Drawing.Point(299, 15);
     this.lbl_Baslik.Name     = "lbl_Baslik";
     this.lbl_Baslik.Size     = new System.Drawing.Size(202, 30);
     this.lbl_Baslik.TabIndex = 1;
     this.lbl_Baslik.Text     = "En Son Okunan Kitap";
     //
     // pictureBox1
     //
     this.pictureBox1.Location   = new System.Drawing.Point(15, 13);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(239, 256);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex   = 0;
     this.pictureBox1.TabStop    = false;
     this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
     //
     // btn_Kapat
     //
     this.btn_Kapat.BackColor = System.Drawing.Color.DarkOrange;
     this.btn_Kapat.Font      = new System.Drawing.Font("Segoe Print", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btn_Kapat.Location  = new System.Drawing.Point(1142, 15);
     this.btn_Kapat.Name      = "btn_Kapat";
     this.btn_Kapat.Size      = new System.Drawing.Size(126, 58);
     this.btn_Kapat.TabIndex  = 9;
     this.btn_Kapat.Text      = "Kapat";
     this.btn_Kapat.UseVisualStyleBackColor = false;
     this.btn_Kapat.Click += new System.EventHandler(this.btn_Kapat_Click);
     //
     // frm_Analiz
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaptionText;
     this.ClientSize          = new System.Drawing.Size(1289, 628);
     this.Controls.Add(this.btn_Kapat);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frm_Analiz";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frm_Analiz";
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.frm_Analiz_MouseDown);
     this.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.frm_Analiz_MouseMove);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Yil)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Kitapturu)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem3       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem4       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem5       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem6       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend3           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem7       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem8       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend4           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem9       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem10      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend5           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem11      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem12      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem13      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.crt_grafik       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.panelAll         = new System.Windows.Forms.Panel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.radioButton0     = new System.Windows.Forms.RadioButton();
     this.radioButton1     = new System.Windows.Forms.RadioButton();
     this.radioButton2     = new System.Windows.Forms.RadioButton();
     this.radioButton3     = new System.Windows.Forms.RadioButton();
     this.radioButton4     = new System.Windows.Forms.RadioButton();
     this.radioButton5     = new System.Windows.Forms.RadioButton();
     this.btn_debug        = new System.Windows.Forms.Button();
     this.lbl_operation    = new System.Windows.Forms.Label();
     this.groupBox         = new System.Windows.Forms.GroupBox();
     this.lbl_B_or_Digit   = new System.Windows.Forms.Label();
     this.tBox_B           = new System.Windows.Forms.TextBox();
     this.tBox_A           = new System.Windows.Forms.TextBox();
     this.lbl_A            = new System.Windows.Forms.Label();
     this.tBox_U           = new System.Windows.Forms.TextBox();
     this.lbl_U            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.crt_grafik)).BeginInit();
     this.panelAll.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // crt_grafik
     //
     this.crt_grafik.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.crt_grafik.BackColor                  = System.Drawing.Color.Transparent;
     this.crt_grafik.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Center;
     this.crt_grafik.BorderSkin.BackColor       = System.Drawing.Color.LightGreen;
     this.crt_grafik.BorderSkin.BorderColor     = System.Drawing.Color.Teal;
     this.crt_grafik.BorderSkin.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.BackSecondaryColor              = System.Drawing.Color.White;
     chartArea1.Name = "ChartArea1";
     this.crt_grafik.ChartAreas.Add(chartArea1);
     legendCellColumn1.Alignment        = System.Drawing.ContentAlignment.BottomCenter;
     legendCellColumn1.ColumnType       = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name             = "Column1";
     legendCellColumn1.SeriesSymbolSize = new System.Drawing.Size(0, 0);
     legendCellColumn1.Text             = "";
     legend1.CellColumns.Add(legendCellColumn1);
     legendItem1.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DiagonalCross;
     legendItem1.BackSecondaryColor = System.Drawing.Color.HotPink;
     legendItem1.BorderColor        = System.Drawing.Color.Gray;
     legendItem1.Color          = System.Drawing.Color.MediumPurple;
     legendItem1.Name           = "Результат пересечения";
     legendItem2.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     legendItem2.BorderColor    = System.Drawing.Color.HotPink;
     legendItem2.Color          = System.Drawing.Color.HotPink;
     legendItem2.Name           = "A";
     legendItem3.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.OutlinedDiamond;
     legendItem3.BorderColor    = System.Drawing.Color.MediumPurple;
     legendItem3.Color          = System.Drawing.Color.MediumPurple;
     legendItem3.Name           = "B";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.Enabled            = false;
     legend1.LegendStyle        = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name               = "пересечение";
     legendItem4.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     legendItem4.Color          = System.Drawing.Color.HotPink;
     legendItem4.Name           = "Результат объединения";
     legendItem5.BorderColor    = System.Drawing.Color.HotPink;
     legendItem5.BorderWidth    = 2;
     legendItem5.Color          = System.Drawing.Color.HotPink;
     legendItem5.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem5.Name           = "A";
     legendItem6.BorderColor    = System.Drawing.Color.MediumPurple;
     legendItem6.BorderWidth    = 2;
     legendItem6.Color          = System.Drawing.Color.MediumPurple;
     legendItem6.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem6.Name           = "B";
     legend2.CustomItems.Add(legendItem4);
     legend2.CustomItems.Add(legendItem5);
     legend2.CustomItems.Add(legendItem6);
     legend2.Enabled            = false;
     legend2.Name               = "объединение";
     legendItem7.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     legendItem7.Color          = System.Drawing.Color.HotPink;
     legendItem7.Name           = "Результат отрицания";
     legendItem8.BorderWidth    = 2;
     legendItem8.Color          = System.Drawing.Color.Transparent;
     legendItem8.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem8.Name           = "не A";
     legend3.CustomItems.Add(legendItem7);
     legend3.CustomItems.Add(legendItem8);
     legend3.Enabled          = false;
     legend3.InterlacedRows   = true;
     legend3.Name             = "отрицание";
     legendItem9.BorderWidth  = 2;
     legendItem9.Color        = System.Drawing.Color.HotPink;
     legendItem9.ImageStyle   = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem9.Name         = "Результат";
     legendItem10.BorderWidth = 2;
     legendItem10.Color       = System.Drawing.Color.MediumPurple;
     legendItem10.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem10.Name        = "А";
     legend4.CustomItems.Add(legendItem9);
     legend4.CustomItems.Add(legendItem10);
     legend4.Enabled          = false;
     legend4.Name             = "возв. в степень и умн. на число";
     legendItem11.BorderWidth = 2;
     legendItem11.Color       = System.Drawing.Color.Crimson;
     legendItem11.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem11.Name        = "Результат произведения";
     legendItem12.BorderWidth = 2;
     legendItem12.Color       = System.Drawing.Color.HotPink;
     legendItem12.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem12.Name        = "A";
     legendItem13.BorderWidth = 2;
     legendItem13.Color       = System.Drawing.Color.MediumPurple;
     legendItem13.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem13.Name        = "B";
     legend5.CustomItems.Add(legendItem11);
     legend5.CustomItems.Add(legendItem12);
     legend5.CustomItems.Add(legendItem13);
     legend5.Enabled = false;
     legend5.Name    = "произведение";
     this.crt_grafik.Legends.Add(legend1);
     this.crt_grafik.Legends.Add(legend2);
     this.crt_grafik.Legends.Add(legend3);
     this.crt_grafik.Legends.Add(legend4);
     this.crt_grafik.Legends.Add(legend5);
     this.crt_grafik.Location   = new System.Drawing.Point(1, 1);
     this.crt_grafik.Name       = "crt_grafik";
     this.crt_grafik.Palette    = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Fire;
     series1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
     series1.BackHatchStyle     = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.OutlinedDiamond;
     series1.BackSecondaryColor = System.Drawing.Color.Transparent;
     series1.BorderColor        = System.Drawing.Color.MediumPurple;
     series1.BorderWidth        = 2;
     series1.ChartArea          = "ChartArea1";
     series1.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series1.Color             = System.Drawing.Color.MediumPurple;
     series1.LabelForeColor    = System.Drawing.Color.MediumPurple;
     series1.Legend            = "пересечение";
     series1.MarkerBorderColor = System.Drawing.Color.Transparent;
     series1.MarkerColor       = System.Drawing.Color.MediumPurple;
     series1.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series1.Name                      = "B";
     series1.ShadowColor               = System.Drawing.Color.Transparent;
     series1.XValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
     series1.YValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
     series2.BackHatchStyle            = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50;
     series2.BackImageTransparentColor = System.Drawing.Color.Transparent;
     series2.BackSecondaryColor        = System.Drawing.Color.Transparent;
     series2.BorderColor               = System.Drawing.Color.Transparent;
     series2.BorderWidth               = 2;
     series2.ChartArea                 = "ChartArea1";
     series2.ChartType                 = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series2.Color                     = System.Drawing.Color.HotPink;
     series2.Legend                    = "пересечение";
     series2.MarkerBorderColor         = System.Drawing.Color.Transparent;
     series2.MarkerColor               = System.Drawing.Color.HotPink;
     series2.MarkerStyle               = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series2.Name                      = "A";
     series2.ShadowColor               = System.Drawing.Color.Transparent;
     series2.XValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
     series2.YValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series3.BackGradientStyle         = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
     series3.BackHatchStyle            = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DiagonalCross;
     series3.BackImageTransparentColor = System.Drawing.Color.Transparent;
     series3.BackSecondaryColor        = System.Drawing.Color.Transparent;
     series3.BorderColor               = System.Drawing.Color.Blue;
     series3.BorderWidth               = 2;
     series3.ChartArea                 = "ChartArea1";
     series3.ChartType                 = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series3.Color                     = System.Drawing.Color.Blue;
     series3.IsVisibleInLegend         = false;
     series3.LabelForeColor            = System.Drawing.Color.Blue;
     series3.Legend                    = "пересечение";
     series3.MarkerBorderColor         = System.Drawing.Color.Transparent;
     series3.MarkerColor               = System.Drawing.Color.Transparent;
     series3.MarkerStyle               = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series3.Name                      = "BA";
     series3.ShadowColor               = System.Drawing.Color.Transparent;
     series3.XValueType                = System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32;
     this.crt_grafik.Series.Add(series1);
     this.crt_grafik.Series.Add(series2);
     this.crt_grafik.Series.Add(series3);
     this.crt_grafik.Size     = new System.Drawing.Size(783, 263);
     this.crt_grafik.TabIndex = 0;
     this.crt_grafik.Text     = "Операции над нечеткими множествами";
     this.crt_grafik.Click   += new System.EventHandler(this.crt_grafik_Click);
     //
     // panelAll
     //
     this.panelAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.panelAll.BackColor = System.Drawing.Color.Transparent;
     this.panelAll.Controls.Add(this.flowLayoutPanel1);
     this.panelAll.Controls.Add(this.btn_debug);
     this.panelAll.Controls.Add(this.lbl_operation);
     this.panelAll.Controls.Add(this.groupBox);
     this.panelAll.Controls.Add(this.tBox_U);
     this.panelAll.Controls.Add(this.lbl_U);
     this.panelAll.Location = new System.Drawing.Point(0, 265);
     this.panelAll.Name     = "panelAll";
     this.panelAll.Size     = new System.Drawing.Size(785, 195);
     this.panelAll.TabIndex = 10;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.radioButton0);
     this.flowLayoutPanel1.Controls.Add(this.radioButton1);
     this.flowLayoutPanel1.Controls.Add(this.radioButton2);
     this.flowLayoutPanel1.Controls.Add(this.radioButton3);
     this.flowLayoutPanel1.Controls.Add(this.radioButton4);
     this.flowLayoutPanel1.Controls.Add(this.radioButton5);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(629, 16);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(156, 137);
     this.flowLayoutPanel1.TabIndex = 15;
     //
     // radioButton0
     //
     this.radioButton0.AutoSize = true;
     this.radioButton0.Location = new System.Drawing.Point(3, 3);
     this.radioButton0.Name     = "radioButton0";
     this.radioButton0.Size     = new System.Drawing.Size(92, 17);
     this.radioButton0.TabIndex = 4;
     this.radioButton0.TabStop  = true;
     this.radioButton0.Text     = "Пересечение";
     this.radioButton0.UseVisualStyleBackColor = true;
     this.radioButton0.CheckedChanged         += new System.EventHandler(this.radioButton0_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(3, 26);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(94, 17);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "Объединение";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(3, 49);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(90, 17);
     this.radioButton2.TabIndex = 1;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "Отрицание А";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(3, 72);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(142, 17);
     this.radioButton3.TabIndex = 2;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Умножение А на число";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Location = new System.Drawing.Point(3, 95);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(149, 17);
     this.radioButton4.TabIndex = 3;
     this.radioButton4.TabStop  = true;
     this.radioButton4.Text     = "Возведение А в степень";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton5
     //
     this.radioButton5.AutoSize = true;
     this.radioButton5.Location = new System.Drawing.Point(3, 118);
     this.radioButton5.Name     = "radioButton5";
     this.radioButton5.Size     = new System.Drawing.Size(99, 17);
     this.radioButton5.TabIndex = 5;
     this.radioButton5.TabStop  = true;
     this.radioButton5.Text     = "Произведение";
     this.radioButton5.UseVisualStyleBackColor = true;
     //
     // btn_debug
     //
     this.btn_debug.Anchor    = System.Windows.Forms.AnchorStyles.Right;
     this.btn_debug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.btn_debug.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btn_debug.FlatAppearance.BorderColor        = System.Drawing.Color.Teal;
     this.btn_debug.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(228)))));
     this.btn_debug.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Honeydew;
     this.btn_debug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_debug.Location  = new System.Drawing.Point(607, 159);
     this.btn_debug.Name      = "btn_debug";
     this.btn_debug.Size      = new System.Drawing.Size(156, 23);
     this.btn_debug.TabIndex  = 6;
     this.btn_debug.Text      = "Построить";
     this.btn_debug.UseVisualStyleBackColor = false;
     this.btn_debug.Click += new System.EventHandler(this.btn_debug_Click);
     //
     // lbl_operation
     //
     this.lbl_operation.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_operation.AutoSize = true;
     this.lbl_operation.Location = new System.Drawing.Point(629, 0);
     this.lbl_operation.Name     = "lbl_operation";
     this.lbl_operation.Size     = new System.Drawing.Size(110, 13);
     this.lbl_operation.TabIndex = 13;
     this.lbl_operation.Text     = "Выберите операцию";
     //
     // groupBox
     //
     this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox.BackColor = System.Drawing.Color.Transparent;
     this.groupBox.Controls.Add(this.lbl_B_or_Digit);
     this.groupBox.Controls.Add(this.tBox_B);
     this.groupBox.Controls.Add(this.tBox_A);
     this.groupBox.Controls.Add(this.lbl_A);
     this.groupBox.Location = new System.Drawing.Point(3, 85);
     this.groupBox.Name     = "groupBox";
     this.groupBox.Size     = new System.Drawing.Size(650, 107);
     this.groupBox.TabIndex = 11;
     this.groupBox.TabStop  = false;
     this.groupBox.Text     = "Параметры:";
     this.groupBox.Enter   += new System.EventHandler(this.groupBox_Enter);
     //
     // lbl_B_or_Digit
     //
     this.lbl_B_or_Digit.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_B_or_Digit.AutoSize = true;
     this.lbl_B_or_Digit.Location = new System.Drawing.Point(3, 60);
     this.lbl_B_or_Digit.Name     = "lbl_B_or_Digit";
     this.lbl_B_or_Digit.Size     = new System.Drawing.Size(301, 13);
     this.lbl_B_or_Digit.TabIndex = 5;
     this.lbl_B_or_Digit.Text     = "Введите множество B (например: 0,3/3 + 0,5/5) или число";
     this.lbl_B_or_Digit.Click   += new System.EventHandler(this.lbl_B_or_Digit_Click);
     //
     // tBox_B
     //
     this.tBox_B.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tBox_B.BackColor    = System.Drawing.Color.LightPink;
     this.tBox_B.ForeColor    = System.Drawing.Color.Maroon;
     this.tBox_B.Location     = new System.Drawing.Point(7, 76);
     this.tBox_B.Multiline    = true;
     this.tBox_B.Name         = "tBox_B";
     this.tBox_B.Size         = new System.Drawing.Size(555, 22);
     this.tBox_B.TabIndex     = 3;
     this.tBox_B.TextChanged += new System.EventHandler(this.tBox_B_TextChanged);
     //
     // tBox_A
     //
     this.tBox_A.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tBox_A.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.tBox_A.ForeColor    = System.Drawing.Color.Maroon;
     this.tBox_A.Location     = new System.Drawing.Point(7, 35);
     this.tBox_A.Multiline    = true;
     this.tBox_A.Name         = "tBox_A";
     this.tBox_A.Size         = new System.Drawing.Size(555, 22);
     this.tBox_A.TabIndex     = 2;
     this.tBox_A.TextChanged += new System.EventHandler(this.tBox_A_TextChanged);
     //
     // lbl_A
     //
     this.lbl_A.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_A.AutoSize = true;
     this.lbl_A.Location = new System.Drawing.Point(6, 16);
     this.lbl_A.Name     = "lbl_A";
     this.lbl_A.Size     = new System.Drawing.Size(394, 13);
     this.lbl_A.TabIndex = 4;
     this.lbl_A.Text     = "Введите множество A, используя запятые (например: 0,1/1 + 0,2/2 + 0,3/3) ";
     //
     // tBox_U
     //
     this.tBox_U.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tBox_U.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.tBox_U.ForeColor = System.Drawing.Color.Maroon;
     this.tBox_U.Location  = new System.Drawing.Point(10, 60);
     this.tBox_U.Multiline = true;
     this.tBox_U.Name      = "tBox_U";
     this.tBox_U.Size      = new System.Drawing.Size(555, 22);
     this.tBox_U.TabIndex  = 10;
     //
     // lbl_U
     //
     this.lbl_U.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_U.AutoSize = true;
     this.lbl_U.Location = new System.Drawing.Point(10, 44);
     this.lbl_U.Name     = "lbl_U";
     this.lbl_U.Size     = new System.Drawing.Size(329, 13);
     this.lbl_U.TabIndex = 12;
     this.lbl_U.Text     = "Введите целое универсальное множество (например: 1 2 3 4 5)";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.LavenderBlush;
     this.ClientSize          = new System.Drawing.Size(785, 463);
     this.Controls.Add(this.panelAll);
     this.Controls.Add(this.crt_grafik);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(450, 500);
     this.Name        = "Form1";
     this.Text        = "Операции над нечеткими множествами";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.crt_grafik)).EndInit();
     this.panelAll.ResumeLayout(false);
     this.panelAll.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.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.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell2 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell3 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell4 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell5 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell6 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell7 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell8 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem5 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell9 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell10 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem6 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell11 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell12 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
            this.FitnessChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.run_button = new System.Windows.Forms.Button();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
            this.problemBox = new System.Windows.Forms.ComboBox();
            this.outputTextBox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.crossoverRate = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.genotypeSize = new System.Windows.Forms.TextBox();
            this.protocolBox = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.mechanismBox = new System.Windows.Forms.ComboBox();
            this.generations = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.mutationRate = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.populationSize = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.problemComboBox2 = new System.Windows.Forms.ComboBox();
            this.problemComboBox1 = new System.Windows.Forms.ComboBox();
            this.problemTextBox6 = new System.Windows.Forms.TextBox();
            this.problemTextBox5 = new System.Windows.Forms.TextBox();
            this.probLabel6 = new System.Windows.Forms.Label();
            this.problemTextBox3 = new System.Windows.Forms.TextBox();
            this.probLabel3 = new System.Windows.Forms.Label();
            this.problemTextBox4 = new System.Windows.Forms.TextBox();
            this.probLabel4 = new System.Windows.Forms.Label();
            this.probLabel5 = new System.Windows.Forms.Label();
            this.problemTextBox2 = new System.Windows.Forms.TextBox();
            this.probLabel2 = new System.Windows.Forms.Label();
            this.probLabel1 = new System.Windows.Forms.Label();
            this.problemTextBox1 = new System.Windows.Forms.TextBox();
            this.SpikeTrainChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.FitnessChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SpikeTrainChart)).BeginInit();
            this.SuspendLayout();
            // 
            // FitnessChart
            // 
            chartArea1.Name = "ChartArea1";
            chartArea2.Name = "ChartArea2";
            this.FitnessChart.ChartAreas.Add(chartArea1);
            this.FitnessChart.ChartAreas.Add(chartArea2);
            legend1.Name = "Legend1";
            this.FitnessChart.Legends.Add(legend1);
            this.FitnessChart.Location = new System.Drawing.Point(12, 12);
            this.FitnessChart.Name = "FitnessChart";
            series1.BorderWidth = 2;
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series1.Legend = "Legend1";
            series1.Name = "Highest fitness";
            series2.BorderWidth = 2;
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series2.Legend = "Legend1";
            series2.Name = "Average fitness";
            series3.BorderWidth = 2;
            series3.ChartArea = "ChartArea1";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series3.Legend = "Legend1";
            series3.Name = "Standard deviation";
            series4.BorderWidth = 2;
            series4.ChartArea = "ChartArea2";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series4.Legend = "Legend1";
            series4.Name = "AvgEntropy";
            this.FitnessChart.Series.Add(series1);
            this.FitnessChart.Series.Add(series2);
            this.FitnessChart.Series.Add(series3);
            this.FitnessChart.Series.Add(series4);
            this.FitnessChart.Size = new System.Drawing.Size(492, 277);
            this.FitnessChart.TabIndex = 0;
            this.FitnessChart.Text = "Fitness Chart";
            title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title1.Name = "Title1";
            title1.Text = "Fitness chart";
            this.FitnessChart.Titles.Add(title1);
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 295);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.Size = new System.Drawing.Size(492, 146);
            this.dataGridView1.TabIndex = 20;
            // 
            // run_button
            // 
            this.run_button.Location = new System.Drawing.Point(510, 492);
            this.run_button.Name = "run_button";
            this.run_button.Size = new System.Drawing.Size(473, 38);
            this.run_button.TabIndex = 15;
            this.run_button.Text = "Run";
            this.run_button.UseVisualStyleBackColor = true;
            this.run_button.Click += new System.EventHandler(this.RunButtonClick);
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // problemBox
            // 
            this.problemBox.FormattingEnabled = true;
            this.problemBox.Items.AddRange(new object[] {
            "OneMax",
            "Colonel Blotto",
            "Izhikevich Spiking Neuron",
            "MinCog"});
            this.problemBox.Location = new System.Drawing.Point(597, 292);
            this.problemBox.Name = "problemBox";
            this.problemBox.Size = new System.Drawing.Size(110, 21);
            this.problemBox.TabIndex = 1;
            this.problemBox.SelectedIndexChanged += new System.EventHandler(this.ProblemBoxSelectedIndexChanged);
            // 
            // outputTextBox
            // 
            this.outputTextBox.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.outputTextBox.Location = new System.Drawing.Point(12, 447);
            this.outputTextBox.Multiline = true;
            this.outputTextBox.Name = "outputTextBox";
            this.outputTextBox.ReadOnly = true;
            this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.outputTextBox.Size = new System.Drawing.Size(492, 85);
            this.outputTextBox.TabIndex = 17;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(514, 295);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 13);
            this.label7.TabIndex = 18;
            this.label7.Text = "Select problem";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.crossoverRate);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.genotypeSize);
            this.groupBox1.Controls.Add(this.protocolBox);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.mechanismBox);
            this.groupBox1.Controls.Add(this.generations);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.mutationRate);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.populationSize);
            this.groupBox1.Location = new System.Drawing.Point(510, 318);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.groupBox1.Size = new System.Drawing.Size(222, 168);
            this.groupBox1.TabIndex = 21;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "EA-Parameters";
            // 
            // crossoverRate
            // 
            this.crossoverRate.Location = new System.Drawing.Point(101, 100);
            this.crossoverRate.Name = "crossoverRate";
            this.crossoverRate.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.crossoverRate.Size = new System.Drawing.Size(89, 20);
            this.crossoverRate.TabIndex = 6;
            this.crossoverRate.Text = "0,9";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(7, 101);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(75, 13);
            this.label8.TabIndex = 16;
            this.label8.Text = "Crossover rate";
            // 
            // genotypeSize
            // 
            this.genotypeSize.Location = new System.Drawing.Point(101, 37);
            this.genotypeSize.Name = "genotypeSize";
            this.genotypeSize.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.genotypeSize.Size = new System.Drawing.Size(89, 20);
            this.genotypeSize.TabIndex = 3;
            this.genotypeSize.Text = "40";
            // 
            // protocolBox
            // 
            this.protocolBox.FormattingEnabled = true;
            this.protocolBox.Items.AddRange(new object[] {
            "A-I",
            "A-II",
            "A-III"});
            this.protocolBox.Location = new System.Drawing.Point(101, 122);
            this.protocolBox.Name = "protocolBox";
            this.protocolBox.Size = new System.Drawing.Size(89, 21);
            this.protocolBox.TabIndex = 7;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(7, 146);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(51, 13);
            this.label6.TabIndex = 13;
            this.label6.Text = "Selection";
            // 
            // mechanismBox
            // 
            this.mechanismBox.FormattingEnabled = true;
            this.mechanismBox.Items.AddRange(new object[] {
            "Fitness-prop",
            "Rank",
            "Sigma",
            "Tournament"});
            this.mechanismBox.Location = new System.Drawing.Point(101, 144);
            this.mechanismBox.Name = "mechanismBox";
            this.mechanismBox.Size = new System.Drawing.Size(89, 21);
            this.mechanismBox.TabIndex = 8;
            // 
            // generations
            // 
            this.generations.Location = new System.Drawing.Point(101, 58);
            this.generations.Name = "generations";
            this.generations.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.generations.Size = new System.Drawing.Size(89, 20);
            this.generations.TabIndex = 4;
            this.generations.Text = "100";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(7, 61);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(64, 13);
            this.label5.TabIndex = 10;
            this.label5.Text = "Generations";
            // 
            // mutationRate
            // 
            this.mutationRate.Location = new System.Drawing.Point(101, 79);
            this.mutationRate.Name = "mutationRate";
            this.mutationRate.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.mutationRate.Size = new System.Drawing.Size(89, 20);
            this.mutationRate.TabIndex = 5;
            this.mutationRate.Text = "0,1";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(7, 80);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 13);
            this.label4.TabIndex = 8;
            this.label4.Text = "Mutation rate";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 123);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(46, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Protocol";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 40);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(74, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Genotype size";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(78, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Population size";
            // 
            // populationSize
            // 
            this.populationSize.Location = new System.Drawing.Point(101, 16);
            this.populationSize.Name = "populationSize";
            this.populationSize.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.populationSize.Size = new System.Drawing.Size(89, 20);
            this.populationSize.TabIndex = 2;
            this.populationSize.Tag = "";
            this.populationSize.Text = "100";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.problemComboBox2);
            this.groupBox2.Controls.Add(this.problemComboBox1);
            this.groupBox2.Controls.Add(this.problemTextBox6);
            this.groupBox2.Controls.Add(this.problemTextBox5);
            this.groupBox2.Controls.Add(this.probLabel6);
            this.groupBox2.Controls.Add(this.problemTextBox3);
            this.groupBox2.Controls.Add(this.probLabel3);
            this.groupBox2.Controls.Add(this.problemTextBox4);
            this.groupBox2.Controls.Add(this.probLabel4);
            this.groupBox2.Controls.Add(this.probLabel5);
            this.groupBox2.Controls.Add(this.problemTextBox2);
            this.groupBox2.Controls.Add(this.probLabel2);
            this.groupBox2.Controls.Add(this.probLabel1);
            this.groupBox2.Controls.Add(this.problemTextBox1);
            this.groupBox2.Location = new System.Drawing.Point(738, 318);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.groupBox2.Size = new System.Drawing.Size(245, 168);
            this.groupBox2.TabIndex = 20;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Problem-Parameters";
            // 
            // problemComboBox2
            // 
            this.problemComboBox2.FormattingEnabled = true;
            this.problemComboBox2.Location = new System.Drawing.Point(120, 121);
            this.problemComboBox2.Name = "problemComboBox2";
            this.problemComboBox2.Size = new System.Drawing.Size(89, 21);
            this.problemComboBox2.TabIndex = 16;
            this.problemComboBox2.Visible = false;
            // 
            // problemComboBox1
            // 
            this.problemComboBox1.FormattingEnabled = true;
            this.problemComboBox1.Location = new System.Drawing.Point(120, 120);
            this.problemComboBox1.Name = "problemComboBox1";
            this.problemComboBox1.Size = new System.Drawing.Size(89, 21);
            this.problemComboBox1.TabIndex = 11;
            this.problemComboBox1.Visible = false;
            // 
            // problemTextBox6
            // 
            this.problemTextBox6.Location = new System.Drawing.Point(120, 121);
            this.problemTextBox6.Name = "problemTextBox6";
            this.problemTextBox6.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.problemTextBox6.Size = new System.Drawing.Size(89, 20);
            this.problemTextBox6.TabIndex = 15;
            this.problemTextBox6.Visible = false;
            // 
            // problemTextBox5
            // 
            this.problemTextBox5.Location = new System.Drawing.Point(120, 100);
            this.problemTextBox5.Name = "problemTextBox5";
            this.problemTextBox5.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.problemTextBox5.Size = new System.Drawing.Size(89, 20);
            this.problemTextBox5.TabIndex = 14;
            this.problemTextBox5.Visible = false;
            // 
            // probLabel6
            // 
            this.probLabel6.AutoSize = true;
            this.probLabel6.Location = new System.Drawing.Point(7, 124);
            this.probLabel6.Name = "probLabel6";
            this.probLabel6.Size = new System.Drawing.Size(0, 13);
            this.probLabel6.TabIndex = 13;
            this.probLabel6.Visible = false;
            // 
            // problemTextBox3
            // 
            this.problemTextBox3.Location = new System.Drawing.Point(120, 58);
            this.problemTextBox3.Name = "problemTextBox3";
            this.problemTextBox3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.problemTextBox3.Size = new System.Drawing.Size(89, 20);
            this.problemTextBox3.TabIndex = 11;
            this.problemTextBox3.Visible = false;
            // 
            // probLabel3
            // 
            this.probLabel3.AutoSize = true;
            this.probLabel3.Location = new System.Drawing.Point(7, 61);
            this.probLabel3.Name = "probLabel3";
            this.probLabel3.Size = new System.Drawing.Size(0, 13);
            this.probLabel3.TabIndex = 10;
            // 
            // problemTextBox4
            // 
            this.problemTextBox4.Location = new System.Drawing.Point(120, 79);
            this.problemTextBox4.Name = "problemTextBox4";
            this.problemTextBox4.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.problemTextBox4.Size = new System.Drawing.Size(89, 20);
            this.problemTextBox4.TabIndex = 9;
            this.problemTextBox4.Visible = false;
            // 
            // probLabel4
            // 
            this.probLabel4.AutoSize = true;
            this.probLabel4.Location = new System.Drawing.Point(7, 80);
            this.probLabel4.Name = "probLabel4";
            this.probLabel4.Size = new System.Drawing.Size(0, 13);
            this.probLabel4.TabIndex = 8;
            this.probLabel4.Visible = false;
            // 
            // probLabel5
            // 
            this.probLabel5.AutoSize = true;
            this.probLabel5.Location = new System.Drawing.Point(7, 101);
            this.probLabel5.Name = "probLabel5";
            this.probLabel5.Size = new System.Drawing.Size(0, 13);
            this.probLabel5.TabIndex = 6;
            this.probLabel5.Visible = false;
            // 
            // problemTextBox2
            // 
            this.problemTextBox2.Location = new System.Drawing.Point(120, 37);
            this.problemTextBox2.Name = "problemTextBox2";
            this.problemTextBox2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.problemTextBox2.Size = new System.Drawing.Size(89, 20);
            this.problemTextBox2.TabIndex = 10;
            this.problemTextBox2.Visible = false;
            // 
            // probLabel2
            // 
            this.probLabel2.AutoSize = true;
            this.probLabel2.Location = new System.Drawing.Point(7, 40);
            this.probLabel2.Name = "probLabel2";
            this.probLabel2.Size = new System.Drawing.Size(0, 13);
            this.probLabel2.TabIndex = 4;
            // 
            // probLabel1
            // 
            this.probLabel1.AutoSize = true;
            this.probLabel1.Location = new System.Drawing.Point(7, 19);
            this.probLabel1.Name = "probLabel1";
            this.probLabel1.Size = new System.Drawing.Size(0, 13);
            this.probLabel1.TabIndex = 2;
            // 
            // problemTextBox1
            // 
            this.problemTextBox1.Location = new System.Drawing.Point(120, 16);
            this.problemTextBox1.Name = "problemTextBox1";
            this.problemTextBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.problemTextBox1.Size = new System.Drawing.Size(89, 20);
            this.problemTextBox1.TabIndex = 9;
            this.problemTextBox1.Tag = "";
            this.problemTextBox1.Visible = false;
            // 
            // SpikeTrainChart
            // 
            chartArea3.Name = "ChartArea1";
            this.SpikeTrainChart.ChartAreas.Add(chartArea3);
            legendCell1.Name = "Cell1";
            legendCell1.Text = "Fitness";
            legendCell2.Name = "Cell2";
            legendCell2.Text = "max";
            legendItem1.Cells.Add(legendCell1);
            legendItem1.Cells.Add(legendCell2);
            legendItem1.Name = "Fitness";
            legendCell3.Name = "Cell1";
            legendCell3.Text = "A";
            legendCell4.Name = "Cell2";
            legendItem2.Cells.Add(legendCell3);
            legendItem2.Cells.Add(legendCell4);
            legendItem2.Name = "a";
            legendCell5.Name = "Cell1";
            legendCell5.Text = "B";
            legendCell6.Name = "Cell2";
            legendItem3.Cells.Add(legendCell5);
            legendItem3.Cells.Add(legendCell6);
            legendItem3.Name = "b";
            legendCell7.Name = "Cell1";
            legendCell7.Text = "C";
            legendCell8.Name = "Cell2";
            legendItem4.Cells.Add(legendCell7);
            legendItem4.Cells.Add(legendCell8);
            legendItem4.Name = "c";
            legendCell9.Name = "Cell1";
            legendCell9.Text = "D";
            legendCell10.Name = "Cell2";
            legendItem5.Cells.Add(legendCell9);
            legendItem5.Cells.Add(legendCell10);
            legendItem5.Name = "d";
            legendCell11.Name = "Cell1";
            legendCell11.Text = "K";
            legendCell12.Name = "Cell2";
            legendItem6.Cells.Add(legendCell11);
            legendItem6.Cells.Add(legendCell12);
            legendItem6.Name = "k";
            legend2.CustomItems.Add(legendItem1);
            legend2.CustomItems.Add(legendItem2);
            legend2.CustomItems.Add(legendItem3);
            legend2.CustomItems.Add(legendItem4);
            legend2.CustomItems.Add(legendItem5);
            legend2.CustomItems.Add(legendItem6);
            legend2.Name = "Legend1";
            this.SpikeTrainChart.Legends.Add(legend2);
            this.SpikeTrainChart.Location = new System.Drawing.Point(510, 12);
            this.SpikeTrainChart.Name = "SpikeTrainChart";
            series5.BorderWidth = 2;
            series5.ChartArea = "ChartArea1";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series5.Legend = "Legend1";
            series5.Name = "Goal Train";
            series6.ChartArea = "ChartArea1";
            series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series6.Color = System.Drawing.Color.Red;
            series6.Legend = "Legend1";
            series6.Name = "Best of run Spike Train";
            this.SpikeTrainChart.Series.Add(series5);
            this.SpikeTrainChart.Series.Add(series6);
            this.SpikeTrainChart.Size = new System.Drawing.Size(482, 277);
            this.SpikeTrainChart.TabIndex = 22;
            this.SpikeTrainChart.Text = "Spike Train";
            title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            title2.Name = "Title1";
            title2.Text = "Spike Train";
            this.SpikeTrainChart.Titles.Add(title2);
            // 
            // Gui
            // 
            this.ClientSize = new System.Drawing.Size(1004, 544);
            this.Controls.Add(this.SpikeTrainChart);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.outputTextBox);
            this.Controls.Add(this.problemBox);
            this.Controls.Add(this.run_button);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.FitnessChart);
            this.Name = "Gui";
            ((System.ComponentModel.ISupportInitialize)(this.FitnessChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.SpikeTrainChart)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(HistoricalGraphForm));
     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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend     legend2     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem5 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series     series2     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title      title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title      title2      = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.treeView1       = new System.Windows.Forms.TreeView();
     this.histogramChart  = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.histogramChart)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor  = System.Drawing.Color.WhiteSmoke;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.treeView1);
     resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1");
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.histogramChart);
     resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2");
     this.splitContainer1.TabStop = false;
     //
     // treeView1
     //
     this.treeView1.CheckBoxes = true;
     resources.ApplyResources(this.treeView1, "treeView1");
     this.treeView1.Name = "treeView1";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         ((System.Windows.Forms.TreeNode)(resources.GetObject("treeView1.Nodes"))),
         ((System.Windows.Forms.TreeNode)(resources.GetObject("treeView1.Nodes1"))),
         ((System.Windows.Forms.TreeNode)(resources.GetObject("treeView1.Nodes2")))
     });
     //
     // histogramChart
     //
     this.histogramChart.BorderlineColor     = System.Drawing.Color.Black;
     this.histogramChart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.AxisX.MajorGrid.Enabled      = false;
     chartArea1.AxisX.MajorTickMark.Enabled  = false;
     chartArea1.Name = "ChartArea1";
     this.histogramChart.ChartAreas.Add(chartArea1);
     resources.ApplyResources(this.histogramChart, "histogramChart");
     legendItem1.Name = "LegendItem1";
     legend1.CustomItems.Add(legendItem1);
     legend1.Enabled = false;
     legend1.IsDockedInsideChartArea = false;
     legend1.Name      = "Legend1";
     legendItem2.Color = System.Drawing.Color.Red;
     legendItem2.Name  = "报警";
     legendItem3.Color = System.Drawing.Color.Lime;
     legendItem3.Name  = "正常";
     legendItem4.Color = System.Drawing.Color.Orange;
     legendItem4.Name  = "超上限";
     legendItem5.Color = System.Drawing.Color.DodgerBlue;
     legendItem5.Name  = "吹灰";
     legend2.CustomItems.Add(legendItem2);
     legend2.CustomItems.Add(legendItem3);
     legend2.CustomItems.Add(legendItem4);
     legend2.CustomItems.Add(legendItem5);
     legend2.IsDockedInsideChartArea = false;
     legend2.Name = "Legend2";
     this.histogramChart.Legends.Add(legend1);
     this.histogramChart.Legends.Add(legend2);
     this.histogramChart.Name    = "histogramChart";
     this.histogramChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series1.ChartArea           = "ChartArea1";
     series1.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Legend    = "Legend1";
     series1.Name      = "Series1";
     series2.ChartArea = "ChartArea1";
     series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Legend    = "Legend1";
     series2.Name      = "Series2";
     this.histogramChart.Series.Add(series1);
     this.histogramChart.Series.Add(series2);
     title1.DockedToChartArea       = "ChartArea1";
     title1.IsDockedInsideChartArea = false;
     title1.Name = "Title1";
     title1.Text = "图表1";
     title2.DockedToChartArea       = "ChartArea1";
     title2.IsDockedInsideChartArea = false;
     title2.Name = "Title2";
     title2.Text = "棒图2";
     this.histogramChart.Titles.Add(title1);
     this.histogramChart.Titles.Add(title2);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.splitContainer1);
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // HistoricalGraphForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Name  = "HistoricalGraphForm";
     this.Load += new System.EventHandler(this.HistogramForm_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.histogramChart)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell1       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell2       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell3       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell4       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell5       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell6       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem3       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell7       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell8       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell9       = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem4       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell10      = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell11      = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell       legendCell12      = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     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();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.PowTrend          = new System.Windows.Forms.CheckBox();
     this.LogTrend          = new System.Windows.Forms.CheckBox();
     this.ExpSmoothing      = new System.Windows.Forms.CheckBox();
     this.LineTrend         = new System.Windows.Forms.CheckBox();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.ShowGrid          = new System.Windows.Forms.CheckBox();
     this.BtnSave           = new System.Windows.Forms.Button();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1092, 518);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chart1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(882, 512);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Графики";
     //
     // chart1
     //
     chartArea1.AxisX.Title = "Дата";
     chartArea1.AxisY.Title = "Значение";
     chartArea1.Name        = "Data";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock             = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.ColumnType = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.Name       = "Column1";
     legendCellColumn2.Name       = "Column2";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legend1.Name     = "Legend1";
     legendCell1.Name = "Cell1";
     legendCell1.Text = "Линейный тренд";
     legendCell2.Name = "Cell3";
     legendCell2.Text = "0";
     legendCell3.Name = "Cell2";
     legendCell3.Text = "0";
     legendItem1.Cells.Add(legendCell1);
     legendItem1.Cells.Add(legendCell2);
     legendItem1.Cells.Add(legendCell3);
     legendCell4.Name = "Cell1";
     legendCell4.Text = "Экспоненциальный\\nтренд";
     legendCell5.Name = "Cell3";
     legendCell5.Text = "0";
     legendCell6.Name = "Cell2";
     legendCell6.Text = "0";
     legendItem2.Cells.Add(legendCell4);
     legendItem2.Cells.Add(legendCell5);
     legendItem2.Cells.Add(legendCell6);
     legendCell7.Name = "Cell1";
     legendCell7.Text = "Логарифмический тренд";
     legendCell8.Name = "Cell3";
     legendCell8.Text = "0";
     legendCell9.Name = "Cell2";
     legendCell9.Text = "0";
     legendItem3.Cells.Add(legendCell7);
     legendItem3.Cells.Add(legendCell8);
     legendItem3.Cells.Add(legendCell9);
     legendCell10.Name = "Cell1";
     legendCell10.Text = "Степенной тренд";
     legendCell11.Name = "Cell3";
     legendCell11.Text = "0";
     legendCell12.Name = "Cell2";
     legendCell12.Text = "0";
     legendItem4.Cells.Add(legendCell10);
     legendItem4.Cells.Add(legendCell11);
     legendItem4.Cells.Add(legendCell12);
     legend2.CustomItems.Add(legendItem1);
     legend2.CustomItems.Add(legendItem2);
     legend2.CustomItems.Add(legendItem3);
     legend2.CustomItems.Add(legendItem4);
     legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend2.Name    = "Legend3";
     legend2.Title   = "Методы, их уравнения\\nи коэфициенты достоверности\\nапроксимации R2";
     this.chart1.Legends.Add(legend1);
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(3, 22);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "Data";
     series1.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.Color        = System.Drawing.Color.Blue;
     series1.EmptyPointStyle.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot;
     series1.EmptyPointStyle.BorderWidth     = 12;
     series1.EmptyPointStyle.Color           = System.Drawing.Color.Navy;
     series1.Legend           = "Legend1";
     series1.LegendText       = "Данные";
     series1.MarkerColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     series1.MarkerSize       = 3;
     series1.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series1.Name             = "График";
     series1.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series1.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea        = "Data";
     series2.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color            = System.Drawing.Color.OrangeRed;
     series2.Legend           = "Legend1";
     series2.MarkerSize       = 3;
     series2.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series2.Name             = "Линейный тренд";
     series2.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series2.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series3.ChartArea        = "Data";
     series3.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series3.Color            = System.Drawing.Color.Fuchsia;
     series3.Legend           = "Legend1";
     series3.MarkerSize       = 3;
     series3.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series3.Name             = "Экспоненциальный\\nтренд";
     series3.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series3.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series4.ChartArea        = "Data";
     series4.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series4.Color            = System.Drawing.Color.Green;
     series4.Legend           = "Legend1";
     series4.MarkerSize       = 3;
     series4.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series4.Name             = "Логарифмический\\n тренд";
     series4.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series4.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series5.ChartArea        = "Data";
     series5.ChartType        = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series5.Color            = System.Drawing.Color.Sienna;
     series5.CustomProperties = "ннн=0";
     series5.Legend           = "Legend1";
     series5.MarkerSize       = 3;
     series5.MarkerStyle      = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series5.Name             = "Степенной тренд";
     series5.XValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series5.YValueType       = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Series.Add(series3);
     this.chart1.Series.Add(series4);
     this.chart1.Series.Add(series5);
     this.chart1.Size     = new System.Drawing.Size(876, 487);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.BtnSave, 0, 3);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(891, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 4;
     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(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(198, 512);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tableLayoutPanel3);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(3, 90);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(192, 311);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Методы";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.AutoSize    = true;
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.Controls.Add(this.PowTrend, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.LogTrend, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.ExpSmoothing, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.LineTrend, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 22);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 4;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(186, 286);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // PowTrend
     //
     this.PowTrend.AutoSize   = true;
     this.PowTrend.Checked    = true;
     this.PowTrend.CheckState = System.Windows.Forms.CheckState.Checked;
     this.PowTrend.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.PowTrend.Location   = new System.Drawing.Point(3, 216);
     this.PowTrend.Name       = "PowTrend";
     this.PowTrend.Size       = new System.Drawing.Size(185, 67);
     this.PowTrend.TabIndex   = 7;
     this.PowTrend.Text       = "Степенной тренд";
     this.PowTrend.UseVisualStyleBackColor = true;
     this.PowTrend.CheckedChanged         += new System.EventHandler(this.PowTrend_CheckedChanged);
     //
     // LogTrend
     //
     this.LogTrend.AutoSize   = true;
     this.LogTrend.Checked    = true;
     this.LogTrend.CheckState = System.Windows.Forms.CheckState.Checked;
     this.LogTrend.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.LogTrend.Location   = new System.Drawing.Point(3, 145);
     this.LogTrend.Name       = "LogTrend";
     this.LogTrend.Size       = new System.Drawing.Size(185, 65);
     this.LogTrend.TabIndex   = 6;
     this.LogTrend.Text       = "Логарифмический\r\nтренд";
     this.LogTrend.UseVisualStyleBackColor = true;
     this.LogTrend.CheckedChanged         += new System.EventHandler(this.LogTrend_CheckedChanged);
     //
     // ExpSmoothing
     //
     this.ExpSmoothing.AutoSize   = true;
     this.ExpSmoothing.Checked    = true;
     this.ExpSmoothing.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ExpSmoothing.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ExpSmoothing.Location   = new System.Drawing.Point(3, 74);
     this.ExpSmoothing.Name       = "ExpSmoothing";
     this.ExpSmoothing.Size       = new System.Drawing.Size(185, 65);
     this.ExpSmoothing.TabIndex   = 5;
     this.ExpSmoothing.Text       = "Экспотенциальное \r\nсглаживание";
     this.ExpSmoothing.UseVisualStyleBackColor = true;
     this.ExpSmoothing.CheckedChanged         += new System.EventHandler(this.ExpSmoothing_CheckedChanged);
     //
     // LineTrend
     //
     this.LineTrend.AutoSize   = true;
     this.LineTrend.Checked    = true;
     this.LineTrend.CheckState = System.Windows.Forms.CheckState.Checked;
     this.LineTrend.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.LineTrend.Location   = new System.Drawing.Point(3, 3);
     this.LineTrend.Name       = "LineTrend";
     this.LineTrend.Size       = new System.Drawing.Size(185, 65);
     this.LineTrend.TabIndex   = 4;
     this.LineTrend.Text       = "Линейный тренд";
     this.LineTrend.UseVisualStyleBackColor = true;
     this.LineTrend.CheckedChanged         += new System.EventHandler(this.LineTrend_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ShowGrid);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 3);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(192, 81);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Данные";
     //
     // ShowGrid
     //
     this.ShowGrid.AutoSize   = true;
     this.ShowGrid.Checked    = true;
     this.ShowGrid.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ShowGrid.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ShowGrid.Location   = new System.Drawing.Point(3, 22);
     this.ShowGrid.Name       = "ShowGrid";
     this.ShowGrid.Size       = new System.Drawing.Size(186, 56);
     this.ShowGrid.TabIndex   = 0;
     this.ShowGrid.Text       = "Отображать график";
     this.ShowGrid.UseVisualStyleBackColor = true;
     this.ShowGrid.CheckedChanged         += new System.EventHandler(this.ShowGrid_CheckedChanged);
     //
     // BtnSave
     //
     this.BtnSave.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.BtnSave.Location = new System.Drawing.Point(3, 457);
     this.BtnSave.Name     = "BtnSave";
     this.BtnSave.Size     = new System.Drawing.Size(192, 52);
     this.BtnSave.TabIndex = 3;
     this.BtnSave.Text     = "Сохранить результаты";
     this.BtnSave.UseVisualStyleBackColor = true;
     this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // Charts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1092, 518);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Charts";
     this.Text = "Charts";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea  chartArea1  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.ChartArea  chartArea2  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(HistogramForm));
     System.Windows.Forms.DataVisualization.Charting.Legend     legend1     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend     legend2     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem5 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series     series2     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title      title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title      title2      = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.histogramChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.histogramChart)).BeginInit();
     this.SuspendLayout();
     //
     // histogramChart
     //
     this.histogramChart.BorderlineColor    = System.Drawing.SystemColors.MenuHighlight;
     chartArea1.AxisX.MajorGrid.Enabled     = false;
     chartArea1.AxisX.MajorTickMark.Enabled = false;
     chartArea1.Name          = "ChartArea1";
     chartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
     chartArea2.Name          = "ChartArea2";
     this.histogramChart.ChartAreas.Add(chartArea1);
     this.histogramChart.ChartAreas.Add(chartArea2);
     resources.ApplyResources(this.histogramChart, "histogramChart");
     legendItem1.Name = "LegendItem1";
     legend1.CustomItems.Add(legendItem1);
     legend1.Enabled = false;
     legend1.IsDockedInsideChartArea = false;
     legend1.Name      = "Legend1";
     legendItem2.Color = System.Drawing.Color.Red;
     legendItem2.Name  = "报警";
     legendItem3.Color = System.Drawing.Color.Lime;
     legendItem3.Name  = "正常";
     legendItem4.Color = System.Drawing.Color.Orange;
     legendItem4.Name  = "超上限";
     legendItem5.Color = System.Drawing.Color.DodgerBlue;
     legendItem5.Name  = "吹灰";
     legend2.CustomItems.Add(legendItem2);
     legend2.CustomItems.Add(legendItem3);
     legend2.CustomItems.Add(legendItem4);
     legend2.CustomItems.Add(legendItem5);
     legend2.IsDockedInsideChartArea = false;
     legend2.Name = "Legend2";
     this.histogramChart.Legends.Add(legend1);
     this.histogramChart.Legends.Add(legend2);
     this.histogramChart.Name    = "histogramChart";
     this.histogramChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series1.ChartArea           = "ChartArea1";
     series1.Legend    = "Legend1";
     series1.Name      = "Series1";
     series2.ChartArea = "ChartArea2";
     series2.Legend    = "Legend1";
     series2.Name      = "Series2";
     this.histogramChart.Series.Add(series1);
     this.histogramChart.Series.Add(series2);
     title1.DockedToChartArea       = "ChartArea1";
     title1.IsDockedInsideChartArea = false;
     title1.Name = "Title1";
     title1.Text = "图表1";
     title2.DockedToChartArea       = "ChartArea2";
     title2.IsDockedInsideChartArea = false;
     title2.Name = "Title2";
     title2.Text = "棒图2";
     this.histogramChart.Titles.Add(title1);
     this.histogramChart.Titles.Add(title2);
     this.histogramChart.Click += new System.EventHandler(this.histogramChart_Click);
     //
     // HistogramForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.histogramChart);
     this.Name  = "HistogramForm";
     this.Load += new System.EventHandler(this.HistogramForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.histogramChart)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            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.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
            System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
            this.panel1 = new System.Windows.Forms.Panel();
            this.personNameLabel = new System.Windows.Forms.Label();
            this.addPersonButton = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.new5Question = new System.Windows.Forms.ToolStripMenuItem();
            this.new10Question = new System.Windows.Forms.ToolStripMenuItem();
            this.new20Question = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.previousPersonButton = new System.Windows.Forms.Button();
            this.nextPersonButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.totalCommodityLabel = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.totalUtilityLabel = new System.Windows.Forms.Label();
            this.totalPartnerLabel = new System.Windows.Forms.Label();
            this.totalEnablerLabel = new System.Windows.Forms.Label();
            this.totalFutureCommodityLabel = new System.Windows.Forms.Label();
            this.totalFutureUtilityLabel = new System.Windows.Forms.Label();
            this.totalFuturePartnerLabel = new System.Windows.Forms.Label();
            this.totalFutureEnablerLabel = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.personListBox = new System.Windows.Forms.ListBox();
            this.questionChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.sAMPLEEntitiesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.questionNameLabel = 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.label6 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.flagCommLabel = new System.Windows.Forms.Label();
            this.flagUtilLabel = new System.Windows.Forms.Label();
            this.flagPartLabel = new System.Windows.Forms.Label();
            this.flagEnabLabel = new System.Windows.Forms.Label();
            this.avgCurrentEnabLabel = new System.Windows.Forms.Label();
            this.avgCurrentPartLabel = new System.Windows.Forms.Label();
            this.avgCurrentUtilLabel = new System.Windows.Forms.Label();
            this.avgCurrentCommLabel = new System.Windows.Forms.Label();
            this.avgFutureEnabLabel = new System.Windows.Forms.Label();
            this.avgFuturePartLabel = new System.Windows.Forms.Label();
            this.avgFutureUtilLabel = new System.Windows.Forms.Label();
            this.avgFutureCommLabel = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.avgCurrentLabel = new System.Windows.Forms.Label();
            this.avgFutureLabel = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.cupeResponseChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.button1 = new System.Windows.Forms.Button();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.questionChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sAMPLEEntitiesBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cupeResponseChart)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Location = new System.Drawing.Point(153, 82);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(543, 224);
            this.panel1.TabIndex = 0;
            // 
            // personNameLabel
            // 
            this.personNameLabel.AutoSize = true;
            this.personNameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.personNameLabel.Location = new System.Drawing.Point(989, 395);
            this.personNameLabel.Name = "personNameLabel";
            this.personNameLabel.Size = new System.Drawing.Size(37, 15);
            this.personNameLabel.TabIndex = 1;
            this.personNameLabel.Text = "Name";
            // 
            // addPersonButton
            // 
            this.addPersonButton.Location = new System.Drawing.Point(388, 27);
            this.addPersonButton.Name = "addPersonButton";
            this.addPersonButton.Size = new System.Drawing.Size(75, 23);
            this.addPersonButton.TabIndex = 2;
            this.addPersonButton.Text = "New Person";
            this.addPersonButton.UseVisualStyleBackColor = true;
            this.addPersonButton.Click += new System.EventHandler(this.addPersonButton_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1099, 24);
            this.menuStrip1.TabIndex = 3;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.new5Question,
            this.new10Question,
            this.new20Question});
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.newToolStripMenuItem.Text = "New";
            // 
            // new5Question
            // 
            this.new5Question.Name = "new5Question";
            this.new5Question.Size = new System.Drawing.Size(86, 22);
            this.new5Question.Text = "5";
            // 
            // new10Question
            // 
            this.new10Question.Name = "new10Question";
            this.new10Question.Size = new System.Drawing.Size(86, 22);
            this.new10Question.Text = "10";
            // 
            // new20Question
            // 
            this.new20Question.Name = "new20Question";
            this.new20Question.Size = new System.Drawing.Size(86, 22);
            this.new20Question.Text = "20";
            this.new20Question.Click += new System.EventHandler(this.new20Question_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.openToolStripMenuItem.Text = "Open";
            // 
            // previousPersonButton
            // 
            this.previousPersonButton.Location = new System.Drawing.Point(153, 27);
            this.previousPersonButton.Name = "previousPersonButton";
            this.previousPersonButton.Size = new System.Drawing.Size(75, 23);
            this.previousPersonButton.TabIndex = 4;
            this.previousPersonButton.Text = "< --";
            this.previousPersonButton.UseVisualStyleBackColor = true;
            this.previousPersonButton.Click += new System.EventHandler(this.previousPersonButton_Click);
            // 
            // nextPersonButton
            // 
            this.nextPersonButton.Location = new System.Drawing.Point(621, 27);
            this.nextPersonButton.Name = "nextPersonButton";
            this.nextPersonButton.Size = new System.Drawing.Size(75, 23);
            this.nextPersonButton.TabIndex = 5;
            this.nextPersonButton.Text = "-- >";
            this.nextPersonButton.UseVisualStyleBackColor = true;
            this.nextPersonButton.Click += new System.EventHandler(this.nextPersonButton_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(857, 477);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 13);
            this.label1.TabIndex = 6;
            this.label1.Text = "Total Commodity";
            // 
            // totalCommodityLabel
            // 
            this.totalCommodityLabel.AutoSize = true;
            this.totalCommodityLabel.Location = new System.Drawing.Point(980, 477);
            this.totalCommodityLabel.Name = "totalCommodityLabel";
            this.totalCommodityLabel.Size = new System.Drawing.Size(0, 13);
            this.totalCommodityLabel.TabIndex = 7;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(857, 521);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 13);
            this.label5.TabIndex = 8;
            this.label5.Text = "Total Utility";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(859, 565);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(68, 13);
            this.label7.TabIndex = 9;
            this.label7.Text = "Total Partner";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(857, 616);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(70, 13);
            this.label9.TabIndex = 10;
            this.label9.Text = "Total Enabler";
            // 
            // totalUtilityLabel
            // 
            this.totalUtilityLabel.AutoSize = true;
            this.totalUtilityLabel.Location = new System.Drawing.Point(980, 521);
            this.totalUtilityLabel.Name = "totalUtilityLabel";
            this.totalUtilityLabel.Size = new System.Drawing.Size(0, 13);
            this.totalUtilityLabel.TabIndex = 11;
            // 
            // totalPartnerLabel
            // 
            this.totalPartnerLabel.AutoSize = true;
            this.totalPartnerLabel.Location = new System.Drawing.Point(983, 565);
            this.totalPartnerLabel.Name = "totalPartnerLabel";
            this.totalPartnerLabel.Size = new System.Drawing.Size(0, 13);
            this.totalPartnerLabel.TabIndex = 12;
            // 
            // totalEnablerLabel
            // 
            this.totalEnablerLabel.AutoSize = true;
            this.totalEnablerLabel.Location = new System.Drawing.Point(986, 616);
            this.totalEnablerLabel.Name = "totalEnablerLabel";
            this.totalEnablerLabel.Size = new System.Drawing.Size(0, 13);
            this.totalEnablerLabel.TabIndex = 13;
            // 
            // totalFutureCommodityLabel
            // 
            this.totalFutureCommodityLabel.AutoSize = true;
            this.totalFutureCommodityLabel.Location = new System.Drawing.Point(1047, 477);
            this.totalFutureCommodityLabel.Name = "totalFutureCommodityLabel";
            this.totalFutureCommodityLabel.Size = new System.Drawing.Size(0, 13);
            this.totalFutureCommodityLabel.TabIndex = 14;
            // 
            // totalFutureUtilityLabel
            // 
            this.totalFutureUtilityLabel.AutoSize = true;
            this.totalFutureUtilityLabel.Location = new System.Drawing.Point(1050, 520);
            this.totalFutureUtilityLabel.Name = "totalFutureUtilityLabel";
            this.totalFutureUtilityLabel.Size = new System.Drawing.Size(0, 13);
            this.totalFutureUtilityLabel.TabIndex = 15;
            // 
            // totalFuturePartnerLabel
            // 
            this.totalFuturePartnerLabel.AutoSize = true;
            this.totalFuturePartnerLabel.Location = new System.Drawing.Point(1050, 565);
            this.totalFuturePartnerLabel.Name = "totalFuturePartnerLabel";
            this.totalFuturePartnerLabel.Size = new System.Drawing.Size(0, 13);
            this.totalFuturePartnerLabel.TabIndex = 16;
            // 
            // totalFutureEnablerLabel
            // 
            this.totalFutureEnablerLabel.AutoSize = true;
            this.totalFutureEnablerLabel.Location = new System.Drawing.Point(1050, 615);
            this.totalFutureEnablerLabel.Name = "totalFutureEnablerLabel";
            this.totalFutureEnablerLabel.Size = new System.Drawing.Size(0, 13);
            this.totalFutureEnablerLabel.TabIndex = 17;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(944, 431);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 13);
            this.label8.TabIndex = 18;
            this.label8.Text = "Current";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(1041, 431);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(37, 13);
            this.label10.TabIndex = 19;
            this.label10.Text = "Future";
            // 
            // personListBox
            // 
            this.personListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.personListBox.FormattingEnabled = true;
            this.personListBox.Location = new System.Drawing.Point(12, 81);
            this.personListBox.Name = "personListBox";
            this.personListBox.Size = new System.Drawing.Size(72, 225);
            this.personListBox.TabIndex = 20;
            // 
            // questionChart
            // 
            chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
            chartArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            chartArea1.Name = "ChartArea1";
            this.questionChart.ChartAreas.Add(chartArea1);
            legendItem1.Color = System.Drawing.Color.Red;
            legendItem1.Name = "IT Future";
            legendItem2.Color = System.Drawing.Color.Cyan;
            legendItem2.Name = "IT Current";
            legendItem3.Color = System.Drawing.Color.Yellow;
            legendItem3.Name = "Busi Future";
            legendItem4.Color = System.Drawing.Color.Fuchsia;
            legendItem4.Name = "Busi Current";
            legend1.CustomItems.Add(legendItem1);
            legend1.CustomItems.Add(legendItem2);
            legend1.CustomItems.Add(legendItem3);
            legend1.CustomItems.Add(legendItem4);
            legend1.Name = "One";
            legend1.Title = "Legend";
            legend1.TitleBackColor = System.Drawing.Color.White;
            this.questionChart.Legends.Add(legend1);
            this.questionChart.Location = new System.Drawing.Point(729, 42);
            this.questionChart.Name = "questionChart";
            this.questionChart.RightToLeft = System.Windows.Forms.RightToLeft.No;
            series1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
            series1.BorderWidth = 5;
            series1.ChartArea = "ChartArea1";
            series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            series1.Legend = "One";
            series1.Name = "Series1";
            series1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
            this.questionChart.Series.Add(series1);
            this.questionChart.Size = new System.Drawing.Size(300, 264);
            this.questionChart.TabIndex = 21;
            this.questionChart.Text = "questionChart";
            title1.Name = "Title1";
            title1.Text = "Question Chart";
            this.questionChart.Titles.Add(title1);
            // 
            // sAMPLEEntitiesBindingSource
            // 
            this.sAMPLEEntitiesBindingSource.DataSource = typeof(IBMConsultantTool.SAMPLEEntities);
            // 
            // questionNameLabel
            // 
            this.questionNameLabel.AutoSize = true;
            this.questionNameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.questionNameLabel.Location = new System.Drawing.Point(200, 312);
            this.questionNameLabel.Name = "questionNameLabel";
            this.questionNameLabel.Size = new System.Drawing.Size(61, 15);
            this.questionNameLabel.TabIndex = 22;
            this.questionNameLabel.Text = "Question #";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(149, 348);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 13);
            this.label2.TabIndex = 23;
            this.label2.Text = "Current";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(278, 346);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(37, 13);
            this.label3.TabIndex = 24;
            this.label3.Text = "Future";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(17, 420);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(85, 13);
            this.label4.TabIndex = 25;
            this.label4.Text = "Total Commodity";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(17, 559);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(70, 13);
            this.label6.TabIndex = 28;
            this.label6.Text = "Total Enabler";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(19, 508);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(68, 13);
            this.label11.TabIndex = 27;
            this.label11.Text = "Total Partner";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(17, 464);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(59, 13);
            this.label12.TabIndex = 26;
            this.label12.Text = "Total Utility";
            // 
            // flagCommLabel
            // 
            this.flagCommLabel.AutoSize = true;
            this.flagCommLabel.Location = new System.Drawing.Point(212, 420);
            this.flagCommLabel.Name = "flagCommLabel";
            this.flagCommLabel.Size = new System.Drawing.Size(0, 13);
            this.flagCommLabel.TabIndex = 29;
            // 
            // flagUtilLabel
            // 
            this.flagUtilLabel.AutoSize = true;
            this.flagUtilLabel.Location = new System.Drawing.Point(215, 462);
            this.flagUtilLabel.Name = "flagUtilLabel";
            this.flagUtilLabel.Size = new System.Drawing.Size(0, 13);
            this.flagUtilLabel.TabIndex = 30;
            // 
            // flagPartLabel
            // 
            this.flagPartLabel.AutoSize = true;
            this.flagPartLabel.Location = new System.Drawing.Point(212, 508);
            this.flagPartLabel.Name = "flagPartLabel";
            this.flagPartLabel.Size = new System.Drawing.Size(0, 13);
            this.flagPartLabel.TabIndex = 31;
            // 
            // flagEnabLabel
            // 
            this.flagEnabLabel.AutoSize = true;
            this.flagEnabLabel.Location = new System.Drawing.Point(212, 558);
            this.flagEnabLabel.Name = "flagEnabLabel";
            this.flagEnabLabel.Size = new System.Drawing.Size(0, 13);
            this.flagEnabLabel.TabIndex = 32;
            // 
            // avgCurrentEnabLabel
            // 
            this.avgCurrentEnabLabel.AutoSize = true;
            this.avgCurrentEnabLabel.Location = new System.Drawing.Point(149, 559);
            this.avgCurrentEnabLabel.Name = "avgCurrentEnabLabel";
            this.avgCurrentEnabLabel.Size = new System.Drawing.Size(0, 13);
            this.avgCurrentEnabLabel.TabIndex = 33;
            // 
            // avgCurrentPartLabel
            // 
            this.avgCurrentPartLabel.AutoSize = true;
            this.avgCurrentPartLabel.Location = new System.Drawing.Point(152, 507);
            this.avgCurrentPartLabel.Name = "avgCurrentPartLabel";
            this.avgCurrentPartLabel.Size = new System.Drawing.Size(0, 13);
            this.avgCurrentPartLabel.TabIndex = 34;
            // 
            // avgCurrentUtilLabel
            // 
            this.avgCurrentUtilLabel.AutoSize = true;
            this.avgCurrentUtilLabel.Location = new System.Drawing.Point(152, 463);
            this.avgCurrentUtilLabel.Name = "avgCurrentUtilLabel";
            this.avgCurrentUtilLabel.Size = new System.Drawing.Size(0, 13);
            this.avgCurrentUtilLabel.TabIndex = 35;
            // 
            // avgCurrentCommLabel
            // 
            this.avgCurrentCommLabel.AutoSize = true;
            this.avgCurrentCommLabel.Location = new System.Drawing.Point(152, 419);
            this.avgCurrentCommLabel.Name = "avgCurrentCommLabel";
            this.avgCurrentCommLabel.Size = new System.Drawing.Size(0, 13);
            this.avgCurrentCommLabel.TabIndex = 36;
            // 
            // avgFutureEnabLabel
            // 
            this.avgFutureEnabLabel.AutoSize = true;
            this.avgFutureEnabLabel.Location = new System.Drawing.Point(280, 559);
            this.avgFutureEnabLabel.Name = "avgFutureEnabLabel";
            this.avgFutureEnabLabel.Size = new System.Drawing.Size(0, 13);
            this.avgFutureEnabLabel.TabIndex = 37;
            // 
            // avgFuturePartLabel
            // 
            this.avgFuturePartLabel.AutoSize = true;
            this.avgFuturePartLabel.Location = new System.Drawing.Point(283, 506);
            this.avgFuturePartLabel.Name = "avgFuturePartLabel";
            this.avgFuturePartLabel.Size = new System.Drawing.Size(0, 13);
            this.avgFuturePartLabel.TabIndex = 38;
            // 
            // avgFutureUtilLabel
            // 
            this.avgFutureUtilLabel.AutoSize = true;
            this.avgFutureUtilLabel.Location = new System.Drawing.Point(283, 463);
            this.avgFutureUtilLabel.Name = "avgFutureUtilLabel";
            this.avgFutureUtilLabel.Size = new System.Drawing.Size(0, 13);
            this.avgFutureUtilLabel.TabIndex = 39;
            // 
            // avgFutureCommLabel
            // 
            this.avgFutureCommLabel.AutoSize = true;
            this.avgFutureCommLabel.Location = new System.Drawing.Point(283, 418);
            this.avgFutureCommLabel.Name = "avgFutureCommLabel";
            this.avgFutureCommLabel.Size = new System.Drawing.Size(0, 13);
            this.avgFutureCommLabel.TabIndex = 40;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(22, 375);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(47, 13);
            this.label13.TabIndex = 41;
            this.label13.Text = "Average";
            // 
            // avgCurrentLabel
            // 
            this.avgCurrentLabel.AutoSize = true;
            this.avgCurrentLabel.Location = new System.Drawing.Point(152, 374);
            this.avgCurrentLabel.Name = "avgCurrentLabel";
            this.avgCurrentLabel.Size = new System.Drawing.Size(0, 13);
            this.avgCurrentLabel.TabIndex = 42;
            // 
            // avgFutureLabel
            // 
            this.avgFutureLabel.AutoSize = true;
            this.avgFutureLabel.Location = new System.Drawing.Point(281, 375);
            this.avgFutureLabel.Name = "avgFutureLabel";
            this.avgFutureLabel.Size = new System.Drawing.Size(0, 13);
            this.avgFutureLabel.TabIndex = 43;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(388, 63);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(41, 13);
            this.label14.TabIndex = 44;
            this.label14.Text = "Current";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(454, 63);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(37, 13);
            this.label15.TabIndex = 45;
            this.label15.Text = "Future";
            // 
            // cupeResponseChart
            // 
            chartArea2.Name = "ChartArea1";
            this.cupeResponseChart.ChartAreas.Add(chartArea2);
            legend2.Name = "Legend1";
            this.cupeResponseChart.Legends.Add(legend2);
            this.cupeResponseChart.Location = new System.Drawing.Point(424, 346);
            this.cupeResponseChart.Name = "cupeResponseChart";
            series2.ChartArea = "ChartArea1";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series2.Legend = "Legend1";
            series2.Name = "cupeResponse";
            dataPoint1.Label = "Utility";
            dataPoint2.Label = "Commodity";
            dataPoint3.Label = "Partner";
            dataPoint4.Label = "Enabler";
            series2.Points.Add(dataPoint1);
            series2.Points.Add(dataPoint2);
            series2.Points.Add(dataPoint3);
            series2.Points.Add(dataPoint4);
            this.cupeResponseChart.Series.Add(series2);
            this.cupeResponseChart.Size = new System.Drawing.Size(300, 300);
            this.cupeResponseChart.TabIndex = 46;
            this.cupeResponseChart.Text = "Cupe Response Chart";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(947, 335);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 47;
            this.button1.Text = "Load Chart";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // CupeForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1099, 662);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.cupeResponseChart);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.avgFutureLabel);
            this.Controls.Add(this.avgCurrentLabel);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.avgFutureCommLabel);
            this.Controls.Add(this.avgFutureUtilLabel);
            this.Controls.Add(this.avgFuturePartLabel);
            this.Controls.Add(this.avgFutureEnabLabel);
            this.Controls.Add(this.avgCurrentCommLabel);
            this.Controls.Add(this.avgCurrentUtilLabel);
            this.Controls.Add(this.avgCurrentPartLabel);
            this.Controls.Add(this.avgCurrentEnabLabel);
            this.Controls.Add(this.flagEnabLabel);
            this.Controls.Add(this.flagPartLabel);
            this.Controls.Add(this.flagUtilLabel);
            this.Controls.Add(this.flagCommLabel);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.questionNameLabel);
            this.Controls.Add(this.questionChart);
            this.Controls.Add(this.personListBox);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.totalFutureEnablerLabel);
            this.Controls.Add(this.totalFuturePartnerLabel);
            this.Controls.Add(this.totalFutureUtilityLabel);
            this.Controls.Add(this.totalFutureCommodityLabel);
            this.Controls.Add(this.totalEnablerLabel);
            this.Controls.Add(this.totalPartnerLabel);
            this.Controls.Add(this.totalUtilityLabel);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.totalCommodityLabel);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.nextPersonButton);
            this.Controls.Add(this.previousPersonButton);
            this.Controls.Add(this.addPersonButton);
            this.Controls.Add(this.personNameLabel);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "CupeForm";
            this.Text = "CupeForm";
            this.Load += new System.EventHandler(this.CupeForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CupeForm_KeyDown);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.questionChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sAMPLEEntitiesBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cupeResponseChart)).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.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalisarCorrida));
            this.btVoltar = new System.Windows.Forms.Button();
            this.chartsNew = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.btVerSetup = new System.Windows.Forms.Button();
            this.btZoomOut = new System.Windows.Forms.Button();
            this.btZoomIn = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.labelRPM = new System.Windows.Forms.Label();
            this.labelSpeed = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.labelMedSpeed = new System.Windows.Forms.Label();
            this.labelMaxSpeed = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.chartsNew)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // btVoltar
            // 
            this.btVoltar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btVoltar.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.btVoltar.Location = new System.Drawing.Point(945, 602);
            this.btVoltar.Name = "btVoltar";
            this.btVoltar.Size = new System.Drawing.Size(78, 35);
            this.btVoltar.TabIndex = 7;
            this.btVoltar.Text = "Fechar";
            this.btVoltar.UseVisualStyleBackColor = true;
            this.btVoltar.Click += new System.EventHandler(this.btVoltar_Click);
            // 
            // chartsNew
            // 
            this.chartsNew.BackColor = System.Drawing.Color.Transparent;
            chartArea1.AxisX.LabelStyle.Enabled = false;
            chartArea1.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Silver;
            chartArea1.AxisX.ScrollBar.Size = 16D;
            chartArea1.AxisY.IsLabelAutoFit = false;
            chartArea1.AxisY.LabelStyle.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartArea1.CursorX.IsUserEnabled = true;
            chartArea1.CursorX.IsUserSelectionEnabled = true;
            chartArea1.InnerPlotPosition.Auto = false;
            chartArea1.InnerPlotPosition.Height = 100F;
            chartArea1.InnerPlotPosition.Width = 92.23604F;
            chartArea1.InnerPlotPosition.X = 6.64694F;
            chartArea1.Name = "Speed";
            chartArea1.Position.Auto = false;
            chartArea1.Position.Height = 33F;
            chartArea1.Position.Width = 94F;
            chartArea1.Position.X = 3F;
            chartArea1.Position.Y = 3F;
            chartArea2.AlignWithChartArea = "Speed";
            chartArea2.AxisX.LabelStyle.Enabled = false;
            chartArea2.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea2.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Silver;
            chartArea2.AxisX.ScrollBar.Size = 16D;
            chartArea2.AxisY.LabelStyle.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartArea2.CursorX.IsUserEnabled = true;
            chartArea2.CursorX.IsUserSelectionEnabled = true;
            chartArea2.InnerPlotPosition.Auto = false;
            chartArea2.InnerPlotPosition.Height = 100F;
            chartArea2.InnerPlotPosition.Width = 92.23604F;
            chartArea2.InnerPlotPosition.X = 6.64694F;
            chartArea2.Name = "RPM";
            chartArea2.Position.Auto = false;
            chartArea2.Position.Height = 32.5F;
            chartArea2.Position.Width = 94F;
            chartArea2.Position.X = 3F;
            chartArea2.Position.Y = 39F;
            chartArea3.AlignWithChartArea = "Speed";
            chartArea3.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea3.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Silver;
            chartArea3.AxisX.ScrollBar.Size = 16D;
            chartArea3.AxisY.LabelStyle.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartArea3.CursorX.IsUserEnabled = true;
            chartArea3.CursorX.IsUserSelectionEnabled = true;
            chartArea3.InnerPlotPosition.Auto = false;
            chartArea3.InnerPlotPosition.Height = 60F;
            chartArea3.InnerPlotPosition.Width = 92.23604F;
            chartArea3.InnerPlotPosition.X = 6.64694F;
            chartArea3.InnerPlotPosition.Y = 30F;
            chartArea3.Name = "Brake";
            chartArea3.Position.Auto = false;
            chartArea3.Position.Height = 29.33333F;
            chartArea3.Position.Width = 94F;
            chartArea3.Position.X = 3F;
            chartArea3.Position.Y = 65.5F;
            this.chartsNew.ChartAreas.Add(chartArea1);
            this.chartsNew.ChartAreas.Add(chartArea2);
            this.chartsNew.ChartAreas.Add(chartArea3);
            this.chartsNew.Cursor = System.Windows.Forms.Cursors.Cross;
            legend1.BackColor = System.Drawing.Color.White;
            legend1.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Top;
            legend1.BorderColor = System.Drawing.Color.Black;
            legendItem1.BorderWidth = 3;
            legendItem1.Color = System.Drawing.Color.Maroon;
            legendItem1.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
            legendItem1.Name = "max";
            legendItem2.BorderWidth = 3;
            legendItem2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            legendItem2.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
            legendItem2.Name = "med";
            legend1.CustomItems.Add(legendItem1);
            legend1.CustomItems.Add(legendItem2);
            legend1.DockedToChartArea = "Speed";
            legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
            legend1.Name = "Legend1";
            legend1.ShadowOffset = 3;
            this.chartsNew.Legends.Add(legend1);
            this.chartsNew.Location = new System.Drawing.Point(12, 12);
            this.chartsNew.Name = "chartsNew";
            series1.ChartArea = "Speed";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series1.IsVisibleInLegend = false;
            series1.Legend = "Legend1";
            series1.Name = "Speed";
            series2.ChartArea = "RPM";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
            series2.IsVisibleInLegend = false;
            series2.Legend = "Legend1";
            series2.Name = "RPM";
            series3.ChartArea = "Brake";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StepLine;
            series3.IsVisibleInLegend = false;
            series3.Legend = "Legend1";
            series3.Name = "Brake";
            series4.ChartArea = "Speed";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint;
            series4.Legend = "Legend1";
            series4.Name = "SpeedMarker";
            series5.ChartArea = "RPM";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint;
            series5.Legend = "Legend1";
            series5.Name = "RPMMarker";
            series6.ChartArea = "Brake";
            series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint;
            series6.Legend = "Legend1";
            series6.Name = "BrakeMarker";
            this.chartsNew.Series.Add(series1);
            this.chartsNew.Series.Add(series2);
            this.chartsNew.Series.Add(series3);
            this.chartsNew.Series.Add(series4);
            this.chartsNew.Series.Add(series5);
            this.chartsNew.Series.Add(series6);
            this.chartsNew.Size = new System.Drawing.Size(1040, 541);
            this.chartsNew.TabIndex = 13;
            this.chartsNew.Text = "5";
            this.chartsNew.SelectionRangeChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.chartsNew_SelectionRangeChanged);
            this.chartsNew.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chartsNew_AxisViewChanged);
            this.chartsNew.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chartsNew_CustomizeLegend);
            this.chartsNew.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartsNew_MouseDown);
            this.chartsNew.MouseEnter += new System.EventHandler(this.chartsNew_MouseEnter);
            this.chartsNew.MouseLeave += new System.EventHandler(this.chartsNew_MouseLeave);
            this.chartsNew.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartsNew_MouseMove);
            // 
            // btVerSetup
            // 
            this.btVerSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btVerSetup.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.btVerSetup.Location = new System.Drawing.Point(840, 602);
            this.btVerSetup.Name = "btVerSetup";
            this.btVerSetup.Size = new System.Drawing.Size(99, 35);
            this.btVerSetup.TabIndex = 14;
            this.btVerSetup.Text = "Ver Setup";
            this.btVerSetup.UseVisualStyleBackColor = true;
            this.btVerSetup.Click += new System.EventHandler(this.btVerSetup_Click);
            // 
            // btZoomOut
            // 
            this.btZoomOut.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
            this.btZoomOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btZoomOut.Image = global::TeleBajaUEA.Properties.Resources.zoom_out;
            this.btZoomOut.Location = new System.Drawing.Point(587, 574);
            this.btZoomOut.Name = "btZoomOut";
            this.btZoomOut.Size = new System.Drawing.Size(40, 40);
            this.btZoomOut.TabIndex = 18;
            this.btZoomOut.UseVisualStyleBackColor = true;
            this.btZoomOut.Click += new System.EventHandler(this.btZoomOut_Click);
            // 
            // btZoomIn
            // 
            this.btZoomIn.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
            this.btZoomIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btZoomIn.Image = global::TeleBajaUEA.Properties.Resources.zoom_in;
            this.btZoomIn.Location = new System.Drawing.Point(541, 574);
            this.btZoomIn.Name = "btZoomIn";
            this.btZoomIn.Size = new System.Drawing.Size(40, 40);
            this.btZoomIn.TabIndex = 17;
            this.btZoomIn.UseVisualStyleBackColor = true;
            this.btZoomIn.Click += new System.EventHandler(this.btZoomIn_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
            this.groupBox1.Controls.Add(this.labelRPM);
            this.groupBox1.Controls.Add(this.labelSpeed);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.groupBox1.Location = new System.Drawing.Point(99, 568);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(197, 88);
            this.groupBox1.TabIndex = 19;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Ponto Selec.";
            // 
            // labelRPM
            // 
            this.labelRPM.AutoSize = true;
            this.labelRPM.Location = new System.Drawing.Point(110, 52);
            this.labelRPM.Name = "labelRPM";
            this.labelRPM.Size = new System.Drawing.Size(68, 17);
            this.labelRPM.TabIndex = 4;
            this.labelRPM.Text = "0000 rpm";
            this.labelRPM.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // labelSpeed
            // 
            this.labelSpeed.AutoSize = true;
            this.labelSpeed.Location = new System.Drawing.Point(110, 29);
            this.labelSpeed.Name = "labelSpeed";
            this.labelSpeed.Size = new System.Drawing.Size(58, 17);
            this.labelSpeed.TabIndex = 3;
            this.labelSpeed.Text = "00 km/h";
            this.labelSpeed.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label2.Location = new System.Drawing.Point(22, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 17);
            this.label2.TabIndex = 1;
            this.label2.Text = "RPM:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label1.Location = new System.Drawing.Point(22, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(82, 17);
            this.label1.TabIndex = 0;
            this.label1.Text = "Velocidade:";
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
            this.groupBox2.Controls.Add(this.labelMedSpeed);
            this.groupBox2.Controls.Add(this.labelMaxSpeed);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.groupBox2.Location = new System.Drawing.Point(313, 568);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(197, 87);
            this.groupBox2.TabIndex = 20;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Velocidade";
            // 
            // labelMedSpeed
            // 
            this.labelMedSpeed.AutoSize = true;
            this.labelMedSpeed.Location = new System.Drawing.Point(83, 52);
            this.labelMedSpeed.Name = "labelMedSpeed";
            this.labelMedSpeed.Size = new System.Drawing.Size(78, 17);
            this.labelMedSpeed.TabIndex = 6;
            this.labelMedSpeed.Text = "00,00 km/h";
            this.labelMedSpeed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelMaxSpeed
            // 
            this.labelMaxSpeed.AutoSize = true;
            this.labelMaxSpeed.Location = new System.Drawing.Point(103, 30);
            this.labelMaxSpeed.Name = "labelMaxSpeed";
            this.labelMaxSpeed.Size = new System.Drawing.Size(58, 17);
            this.labelMaxSpeed.TabIndex = 3;
            this.labelMaxSpeed.Text = "00 km/h";
            this.labelMaxSpeed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label5.Location = new System.Drawing.Point(27, 52);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(50, 17);
            this.label5.TabIndex = 1;
            this.label5.Text = "Média:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label6.Location = new System.Drawing.Point(15, 29);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(59, 17);
            this.label6.TabIndex = 0;
            this.label6.Text = "Máxima:";
            // 
            // AnalisarCorrida
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1064, 665);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btZoomOut);
            this.Controls.Add(this.btZoomIn);
            this.Controls.Add(this.btVerSetup);
            this.Controls.Add(this.chartsNew);
            this.Controls.Add(this.btVoltar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "AnalisarCorrida";
            this.Text = "Analisar Corrida - TeleBaja UEA";
            ((System.ComponentModel.ISupportInitialize)(this.chartsNew)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #12
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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title      title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.pomocToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.zawartośćToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.dokumentacjaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.txtUser              = new System.Windows.Forms.Label();
     this.txtImieNazwisko      = new System.Windows.Forms.Label();
     this.layout_Imie_Nazwisko = new System.Windows.Forms.TableLayoutPanel();
     this.buttonDodajProdukt   = new System.Windows.Forms.Button();
     this.Wykres                    = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.buttonLogout              = new System.Windows.Forms.Button();
     this.buttonRefresh             = new System.Windows.Forms.Button();
     this.timerRefresh              = new System.Windows.Forms.Timer(this.components);
     this.buttonFinder              = new System.Windows.Forms.Button();
     this.tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     this.textBoxKategoria          = new System.Windows.Forms.ListBox();
     this.textBoxNazwa              = new System.Windows.Forms.TextBox();
     this.textBoxNumer              = new System.Windows.Forms.NumericUpDown();
     this.textBoxData               = new System.Windows.Forms.DateTimePicker();
     this.textBoxCena               = new System.Windows.Forms.NumericUpDown();
     this.textBoxIlosc              = new System.Windows.Forms.NumericUpDown();
     this.textBoxSuma               = new System.Windows.Forms.NumericUpDown();
     this.radioButtonWiekszy        = new System.Windows.Forms.RadioButton();
     this.radioButtonWiekszyRowny   = new System.Windows.Forms.RadioButton();
     this.radioButtonRowny          = new System.Windows.Forms.RadioButton();
     this.radioButtonMniejszyRowny  = new System.Windows.Forms.RadioButton();
     this.radioButtonMniejszy       = new System.Windows.Forms.RadioButton();
     this.radioButtonRozny          = new System.Windows.Forms.RadioButton();
     this.flowLayoutPanelPorownania = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel3          = new System.Windows.Forms.FlowLayoutPanel();
     this.checkBoxNumer             = new System.Windows.Forms.RadioButton();
     this.checkBoxKategoria         = new System.Windows.Forms.RadioButton();
     this.checkBoxNazwa             = new System.Windows.Forms.RadioButton();
     this.checkBoxCena              = new System.Windows.Forms.RadioButton();
     this.checkBoxIlosc             = new System.Windows.Forms.RadioButton();
     this.checkBoxData              = new System.Windows.Forms.RadioButton();
     this.checkBoxSuma              = new System.Windows.Forms.RadioButton();
     this.printDocument1            = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1       = new System.Windows.Forms.PrintPreviewDialog();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.buttonPrint               = new System.Windows.Forms.Button();
     this.txtNazwisko               = new System.Windows.Forms.Label();
     this.txtLoginId                = new System.Windows.Forms.Label();
     this.menuStrip1.SuspendLayout();
     this.layout_Imie_Nazwisko.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Wykres)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxNumer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxCena)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxIlosc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxSuma)).BeginInit();
     this.flowLayoutPanelPorownania.SuspendLayout();
     this.flowLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.pomocToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(892, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // pomocToolStripMenuItem
     //
     this.pomocToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.zawartośćToolStripMenuItem,
         this.dokumentacjaToolStripMenuItem
     });
     this.pomocToolStripMenuItem.Name = "pomocToolStripMenuItem";
     this.pomocToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.pomocToolStripMenuItem.Text = "&Pomoc";
     //
     // zawartośćToolStripMenuItem
     //
     this.zawartośćToolStripMenuItem.Name   = "zawartośćToolStripMenuItem";
     this.zawartośćToolStripMenuItem.Size   = new System.Drawing.Size(151, 22);
     this.zawartośćToolStripMenuItem.Text   = "&O programie";
     this.zawartośćToolStripMenuItem.Click += new System.EventHandler(this.zawartośćToolStripMenuItem_Click);
     //
     // dokumentacjaToolStripMenuItem
     //
     this.dokumentacjaToolStripMenuItem.Name   = "dokumentacjaToolStripMenuItem";
     this.dokumentacjaToolStripMenuItem.Size   = new System.Drawing.Size(151, 22);
     this.dokumentacjaToolStripMenuItem.Text   = "&Dokumentacja";
     this.dokumentacjaToolStripMenuItem.Click += new System.EventHandler(this.dokumentacjaToolStripMenuItem_Click);
     //
     // txtUser
     //
     this.txtUser.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.txtUser.AutoSize = true;
     this.txtUser.Location = new System.Drawing.Point(2, 5);
     this.txtUser.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(95, 13);
     this.txtUser.TabIndex = 4;
     this.txtUser.Text     = "Zalogowano jako: ";
     this.txtUser.Visible  = false;
     //
     // txtImieNazwisko
     //
     this.txtImieNazwisko.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.txtImieNazwisko.AutoSize = true;
     this.txtImieNazwisko.Location = new System.Drawing.Point(108, 5);
     this.txtImieNazwisko.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.txtImieNazwisko.Name     = "txtImieNazwisko";
     this.txtImieNazwisko.Size     = new System.Drawing.Size(78, 13);
     this.txtImieNazwisko.TabIndex = 5;
     this.txtImieNazwisko.Text     = "Imię i nazwisko";
     this.txtImieNazwisko.Visible  = false;
     //
     // layout_Imie_Nazwisko
     //
     this.layout_Imie_Nazwisko.ColumnCount = 2;
     this.layout_Imie_Nazwisko.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.88341F));
     this.layout_Imie_Nazwisko.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 88.11659F));
     this.layout_Imie_Nazwisko.Controls.Add(this.txtUser, 0, 0);
     this.layout_Imie_Nazwisko.Controls.Add(this.txtImieNazwisko, 1, 0);
     this.layout_Imie_Nazwisko.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.layout_Imie_Nazwisko.Location = new System.Drawing.Point(0, 632);
     this.layout_Imie_Nazwisko.Margin   = new System.Windows.Forms.Padding(2);
     this.layout_Imie_Nazwisko.Name     = "layout_Imie_Nazwisko";
     this.layout_Imie_Nazwisko.RowCount = 1;
     this.layout_Imie_Nazwisko.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.layout_Imie_Nazwisko.Size     = new System.Drawing.Size(892, 24);
     this.layout_Imie_Nazwisko.TabIndex = 6;
     //
     // buttonDodajProdukt
     //
     this.buttonDodajProdukt.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.buttonDodajProdukt.Location = new System.Drawing.Point(33, 34);
     this.buttonDodajProdukt.Margin   = new System.Windows.Forms.Padding(2);
     this.buttonDodajProdukt.Name     = "buttonDodajProdukt";
     this.buttonDodajProdukt.Size     = new System.Drawing.Size(64, 27);
     this.buttonDodajProdukt.TabIndex = 1;
     this.buttonDodajProdukt.Text     = "Edycja";
     this.buttonDodajProdukt.UseVisualStyleBackColor = true;
     this.buttonDodajProdukt.Click += new System.EventHandler(this.buttonDodajProdukt_Click);
     //
     // Wykres
     //
     this.Wykres.BorderSkin.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
     chartArea1.Name = "ChartArea1";
     this.Wykres.ChartAreas.Add(chartArea1);
     legendCell1.Name = "Cell1";
     legendItem1.Cells.Add(legendCell1);
     legend1.CustomItems.Add(legendItem1);
     legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name        = "Legend1";
     this.Wykres.Legends.Add(legend1);
     this.Wykres.Location    = new System.Drawing.Point(113, 353);
     this.Wykres.Name        = "Wykres";
     this.Wykres.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
     series1.IsXValueIndexed = true;
     series1.Legend          = "Legend1";
     series1.Name            = "Wydatki";
     series1.YValuesPerPoint = 6;
     this.Wykres.Series.Add(series1);
     this.Wykres.Size     = new System.Drawing.Size(760, 263);
     this.Wykres.TabIndex = 8;
     this.Wykres.Text     = "Wydatki";
     title1.Name          = "Wydatki";
     this.Wykres.Titles.Add(title1);
     //
     // buttonLogout
     //
     this.buttonLogout.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.buttonLogout.Location = new System.Drawing.Point(33, 99);
     this.buttonLogout.Margin   = new System.Windows.Forms.Padding(2);
     this.buttonLogout.Name     = "buttonLogout";
     this.buttonLogout.Size     = new System.Drawing.Size(64, 28);
     this.buttonLogout.TabIndex = 3;
     this.buttonLogout.Text     = "Wyloguj";
     this.buttonLogout.UseVisualStyleBackColor = true;
     this.buttonLogout.Click += new System.EventHandler(this.buttonLogout_Click);
     //
     // buttonRefresh
     //
     this.buttonRefresh.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.buttonRefresh.Location = new System.Drawing.Point(33, 66);
     this.buttonRefresh.Name     = "buttonRefresh";
     this.buttonRefresh.Size     = new System.Drawing.Size(64, 28);
     this.buttonRefresh.TabIndex = 10;
     this.buttonRefresh.Text     = "Odśwież";
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // timerRefresh
     //
     this.timerRefresh.Interval = 1000;
     this.timerRefresh.Tick    += new System.EventHandler(this.timerRefresh_Tick);
     //
     // buttonFinder
     //
     this.buttonFinder.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonFinder.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.buttonFinder.Image     = ((System.Drawing.Image)(resources.GetObject("buttonFinder.Image")));
     this.buttonFinder.Location  = new System.Drawing.Point(113, 64);
     this.buttonFinder.Margin    = new System.Windows.Forms.Padding(2);
     this.buttonFinder.Name      = "buttonFinder";
     this.buttonFinder.Size      = new System.Drawing.Size(32, 31);
     this.buttonFinder.TabIndex  = 12;
     this.buttonFinder.UseVisualStyleBackColor = false;
     this.buttonFinder.Click += new System.EventHandler(this.buttonFinder_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 7;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     this.tableLayoutPanel1.Controls.Add(this.textBoxKategoria, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBoxNazwa, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBoxNumer, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBoxData, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBoxCena, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBoxIlosc, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.textBoxSuma, 6, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(151, 34);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.66667F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(725, 61);
     this.tableLayoutPanel1.TabIndex = 13;
     //
     // textBoxKategoria
     //
     this.textBoxKategoria.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxKategoria.FormattingEnabled = true;
     this.textBoxKategoria.Items.AddRange(new object[] {
         "Usługa",
         "Zdrowie",
         "Żywność",
         "Przedmiot"
     });
     this.textBoxKategoria.Location            = new System.Drawing.Point(106, 15);
     this.textBoxKategoria.Name                = "textBoxKategoria";
     this.textBoxKategoria.ScrollAlwaysVisible = true;
     this.textBoxKategoria.Size                = new System.Drawing.Size(97, 43);
     this.textBoxKategoria.TabIndex            = 9;
     //
     // textBoxNazwa
     //
     this.textBoxNazwa.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxNazwa.Location = new System.Drawing.Point(209, 38);
     this.textBoxNazwa.Name     = "textBoxNazwa";
     this.textBoxNazwa.Size     = new System.Drawing.Size(97, 20);
     this.textBoxNazwa.TabIndex = 3;
     //
     // textBoxNumer
     //
     this.textBoxNumer.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxNumer.Location = new System.Drawing.Point(3, 38);
     this.textBoxNumer.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.textBoxNumer.Name     = "textBoxNumer";
     this.textBoxNumer.Size     = new System.Drawing.Size(97, 20);
     this.textBoxNumer.TabIndex = 8;
     //
     // textBoxData
     //
     this.textBoxData.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxData.Location = new System.Drawing.Point(518, 38);
     this.textBoxData.Name     = "textBoxData";
     this.textBoxData.Size     = new System.Drawing.Size(97, 20);
     this.textBoxData.TabIndex = 10;
     //
     // textBoxCena
     //
     this.textBoxCena.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxCena.Location = new System.Drawing.Point(312, 38);
     this.textBoxCena.Maximum  = new decimal(new int[] {
         999999,
         0,
         0,
         0
     });
     this.textBoxCena.Name     = "textBoxCena";
     this.textBoxCena.Size     = new System.Drawing.Size(97, 20);
     this.textBoxCena.TabIndex = 11;
     //
     // textBoxIlosc
     //
     this.textBoxIlosc.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxIlosc.Location = new System.Drawing.Point(415, 38);
     this.textBoxIlosc.Maximum  = new decimal(new int[] {
         999999,
         0,
         0,
         0
     });
     this.textBoxIlosc.Name     = "textBoxIlosc";
     this.textBoxIlosc.Size     = new System.Drawing.Size(97, 20);
     this.textBoxIlosc.TabIndex = 12;
     //
     // textBoxSuma
     //
     this.textBoxSuma.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.textBoxSuma.Location = new System.Drawing.Point(621, 38);
     this.textBoxSuma.Maximum  = new decimal(new int[] {
         999999,
         0,
         0,
         0
     });
     this.textBoxSuma.Name     = "textBoxSuma";
     this.textBoxSuma.Size     = new System.Drawing.Size(101, 20);
     this.textBoxSuma.TabIndex = 13;
     //
     // radioButtonWiekszy
     //
     this.radioButtonWiekszy.AutoSize = true;
     this.radioButtonWiekszy.Location = new System.Drawing.Point(3, 3);
     this.radioButtonWiekszy.Name     = "radioButtonWiekszy";
     this.radioButtonWiekszy.Size     = new System.Drawing.Size(31, 17);
     this.radioButtonWiekszy.TabIndex = 14;
     this.radioButtonWiekszy.TabStop  = true;
     this.radioButtonWiekszy.Text     = ">";
     this.radioButtonWiekszy.UseVisualStyleBackColor = true;
     //
     // radioButtonWiekszyRowny
     //
     this.radioButtonWiekszyRowny.AutoSize = true;
     this.radioButtonWiekszyRowny.Location = new System.Drawing.Point(40, 3);
     this.radioButtonWiekszyRowny.Name     = "radioButtonWiekszyRowny";
     this.radioButtonWiekszyRowny.Size     = new System.Drawing.Size(37, 17);
     this.radioButtonWiekszyRowny.TabIndex = 15;
     this.radioButtonWiekszyRowny.TabStop  = true;
     this.radioButtonWiekszyRowny.Text     = ">=";
     this.radioButtonWiekszyRowny.UseVisualStyleBackColor = true;
     //
     // radioButtonRowny
     //
     this.radioButtonRowny.AutoSize = true;
     this.radioButtonRowny.Location = new System.Drawing.Point(3, 49);
     this.radioButtonRowny.Name     = "radioButtonRowny";
     this.radioButtonRowny.Size     = new System.Drawing.Size(37, 17);
     this.radioButtonRowny.TabIndex = 17;
     this.radioButtonRowny.TabStop  = true;
     this.radioButtonRowny.Text     = "==";
     this.radioButtonRowny.UseVisualStyleBackColor = true;
     //
     // radioButtonMniejszyRowny
     //
     this.radioButtonMniejszyRowny.AutoSize = true;
     this.radioButtonMniejszyRowny.Location = new System.Drawing.Point(40, 26);
     this.radioButtonMniejszyRowny.Name     = "radioButtonMniejszyRowny";
     this.radioButtonMniejszyRowny.Size     = new System.Drawing.Size(37, 17);
     this.radioButtonMniejszyRowny.TabIndex = 19;
     this.radioButtonMniejszyRowny.TabStop  = true;
     this.radioButtonMniejszyRowny.Text     = "<=";
     this.radioButtonMniejszyRowny.UseVisualStyleBackColor = true;
     //
     // radioButtonMniejszy
     //
     this.radioButtonMniejszy.AutoSize = true;
     this.radioButtonMniejszy.Location = new System.Drawing.Point(3, 26);
     this.radioButtonMniejszy.Name     = "radioButtonMniejszy";
     this.radioButtonMniejszy.Size     = new System.Drawing.Size(31, 17);
     this.radioButtonMniejszy.TabIndex = 18;
     this.radioButtonMniejszy.TabStop  = true;
     this.radioButtonMniejszy.Text     = "<";
     this.radioButtonMniejszy.UseVisualStyleBackColor = true;
     //
     // radioButtonRozny
     //
     this.radioButtonRozny.AutoSize = true;
     this.radioButtonRozny.Location = new System.Drawing.Point(46, 49);
     this.radioButtonRozny.Name     = "radioButtonRozny";
     this.radioButtonRozny.Size     = new System.Drawing.Size(34, 17);
     this.radioButtonRozny.TabIndex = 20;
     this.radioButtonRozny.TabStop  = true;
     this.radioButtonRozny.Text     = "!=";
     this.radioButtonRozny.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanelPorownania
     //
     this.flowLayoutPanelPorownania.Controls.Add(this.radioButtonWiekszy);
     this.flowLayoutPanelPorownania.Controls.Add(this.radioButtonWiekszyRowny);
     this.flowLayoutPanelPorownania.Controls.Add(this.radioButtonMniejszy);
     this.flowLayoutPanelPorownania.Controls.Add(this.radioButtonMniejszyRowny);
     this.flowLayoutPanelPorownania.Controls.Add(this.radioButtonRowny);
     this.flowLayoutPanelPorownania.Controls.Add(this.radioButtonRozny);
     this.flowLayoutPanelPorownania.Location = new System.Drawing.Point(20, 297);
     this.flowLayoutPanelPorownania.Name     = "flowLayoutPanelPorownania";
     this.flowLayoutPanelPorownania.Size     = new System.Drawing.Size(85, 81);
     this.flowLayoutPanelPorownania.TabIndex = 21;
     this.flowLayoutPanelPorownania.Visible  = false;
     //
     // flowLayoutPanel3
     //
     this.flowLayoutPanel3.Controls.Add(this.checkBoxNumer);
     this.flowLayoutPanel3.Controls.Add(this.checkBoxKategoria);
     this.flowLayoutPanel3.Controls.Add(this.checkBoxNazwa);
     this.flowLayoutPanel3.Controls.Add(this.checkBoxCena);
     this.flowLayoutPanel3.Controls.Add(this.checkBoxIlosc);
     this.flowLayoutPanel3.Controls.Add(this.checkBoxData);
     this.flowLayoutPanel3.Controls.Add(this.checkBoxSuma);
     this.flowLayoutPanel3.Location = new System.Drawing.Point(20, 133);
     this.flowLayoutPanel3.Name     = "flowLayoutPanel3";
     this.flowLayoutPanel3.Size     = new System.Drawing.Size(89, 161);
     this.flowLayoutPanel3.TabIndex = 7;
     //
     // checkBoxNumer
     //
     this.checkBoxNumer.AutoSize = true;
     this.checkBoxNumer.Location = new System.Drawing.Point(3, 3);
     this.checkBoxNumer.Name     = "checkBoxNumer";
     this.checkBoxNumer.Size     = new System.Drawing.Size(56, 17);
     this.checkBoxNumer.TabIndex = 0;
     this.checkBoxNumer.TabStop  = true;
     this.checkBoxNumer.Text     = "Numer";
     this.checkBoxNumer.UseVisualStyleBackColor = true;
     this.checkBoxNumer.CheckedChanged         += new System.EventHandler(this.checkBoxNumer_CheckedChanged);
     //
     // checkBoxKategoria
     //
     this.checkBoxKategoria.AutoSize = true;
     this.checkBoxKategoria.Location = new System.Drawing.Point(3, 26);
     this.checkBoxKategoria.Name     = "checkBoxKategoria";
     this.checkBoxKategoria.Size     = new System.Drawing.Size(70, 17);
     this.checkBoxKategoria.TabIndex = 1;
     this.checkBoxKategoria.TabStop  = true;
     this.checkBoxKategoria.Text     = "Kategoria";
     this.checkBoxKategoria.UseVisualStyleBackColor = true;
     this.checkBoxKategoria.CheckedChanged         += new System.EventHandler(this.checkBoxKategoria_CheckedChanged);
     //
     // checkBoxNazwa
     //
     this.checkBoxNazwa.AutoSize = true;
     this.checkBoxNazwa.Location = new System.Drawing.Point(3, 49);
     this.checkBoxNazwa.Name     = "checkBoxNazwa";
     this.checkBoxNazwa.Size     = new System.Drawing.Size(58, 17);
     this.checkBoxNazwa.TabIndex = 2;
     this.checkBoxNazwa.TabStop  = true;
     this.checkBoxNazwa.Text     = "Nazwa";
     this.checkBoxNazwa.UseVisualStyleBackColor = true;
     this.checkBoxNazwa.CheckedChanged         += new System.EventHandler(this.checkBoxNazwa_CheckedChanged);
     //
     // checkBoxCena
     //
     this.checkBoxCena.AutoSize = true;
     this.checkBoxCena.Location = new System.Drawing.Point(3, 72);
     this.checkBoxCena.Name     = "checkBoxCena";
     this.checkBoxCena.Size     = new System.Drawing.Size(50, 17);
     this.checkBoxCena.TabIndex = 3;
     this.checkBoxCena.TabStop  = true;
     this.checkBoxCena.Text     = "Cena";
     this.checkBoxCena.UseVisualStyleBackColor = true;
     this.checkBoxCena.CheckedChanged         += new System.EventHandler(this.checkBoxCena_CheckedChanged);
     //
     // checkBoxIlosc
     //
     this.checkBoxIlosc.AutoSize = true;
     this.checkBoxIlosc.Location = new System.Drawing.Point(3, 95);
     this.checkBoxIlosc.Name     = "checkBoxIlosc";
     this.checkBoxIlosc.Size     = new System.Drawing.Size(47, 17);
     this.checkBoxIlosc.TabIndex = 4;
     this.checkBoxIlosc.TabStop  = true;
     this.checkBoxIlosc.Text     = "Ilość";
     this.checkBoxIlosc.UseVisualStyleBackColor = true;
     this.checkBoxIlosc.CheckedChanged         += new System.EventHandler(this.checkBoxIlosc_CheckedChanged);
     //
     // checkBoxData
     //
     this.checkBoxData.AutoSize = true;
     this.checkBoxData.Location = new System.Drawing.Point(3, 118);
     this.checkBoxData.Name     = "checkBoxData";
     this.checkBoxData.Size     = new System.Drawing.Size(48, 17);
     this.checkBoxData.TabIndex = 5;
     this.checkBoxData.TabStop  = true;
     this.checkBoxData.Text     = "Data";
     this.checkBoxData.UseVisualStyleBackColor = true;
     this.checkBoxData.CheckedChanged         += new System.EventHandler(this.checkBoxData_CheckedChanged);
     //
     // checkBoxSuma
     //
     this.checkBoxSuma.AutoSize = true;
     this.checkBoxSuma.Location = new System.Drawing.Point(3, 141);
     this.checkBoxSuma.Name     = "checkBoxSuma";
     this.checkBoxSuma.Size     = new System.Drawing.Size(52, 17);
     this.checkBoxSuma.TabIndex = 6;
     this.checkBoxSuma.TabStop  = true;
     this.checkBoxSuma.Text     = "Suma";
     this.checkBoxSuma.UseVisualStyleBackColor = true;
     this.checkBoxSuma.CheckedChanged         += new System.EventHandler(this.checkBoxSuma_CheckedChanged);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document          = this.printDocument1;
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.Window;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.dataGridView1.Location           = new System.Drawing.Point(113, 100);
     this.dataGridView1.Margin             = new System.Windows.Forms.Padding(2);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size               = new System.Drawing.Size(760, 240);
     this.dataGridView1.TabIndex           = 9;
     //
     // buttonPrint
     //
     this.buttonPrint.Image    = ((System.Drawing.Image)(resources.GetObject("buttonPrint.Image")));
     this.buttonPrint.Location = new System.Drawing.Point(24, 560);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(57, 56);
     this.buttonPrint.TabIndex = 23;
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.buttonPrint_Click);
     //
     // txtNazwisko
     //
     this.txtNazwisko.AutoSize = true;
     this.txtNazwisko.Location = new System.Drawing.Point(13, 531);
     this.txtNazwisko.Name     = "txtNazwisko";
     this.txtNazwisko.Size     = new System.Drawing.Size(87, 13);
     this.txtNazwisko.TabIndex = 6;
     this.txtNazwisko.Text     = "Pomoc nazwisko";
     this.txtNazwisko.Visible  = false;
     //
     // txtLoginId
     //
     this.txtLoginId.AutoSize = true;
     this.txtLoginId.Location = new System.Drawing.Point(21, 544);
     this.txtLoginId.Name     = "txtLoginId";
     this.txtLoginId.Size     = new System.Drawing.Size(74, 13);
     this.txtLoginId.TabIndex = 24;
     this.txtLoginId.Text     = "Pomoc loginId";
     this.txtLoginId.Visible  = false;
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(892, 656);
     this.Controls.Add(this.txtLoginId);
     this.Controls.Add(this.buttonPrint);
     this.Controls.Add(this.flowLayoutPanelPorownania);
     this.Controls.Add(this.txtNazwisko);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.buttonFinder);
     this.Controls.Add(this.buttonRefresh);
     this.Controls.Add(this.buttonLogout);
     this.Controls.Add(this.flowLayoutPanel3);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.Wykres);
     this.Controls.Add(this.buttonDodajProdukt);
     this.Controls.Add(this.layout_Imie_Nazwisko);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.menuStrip1;
     this.Margin          = new System.Windows.Forms.Padding(2);
     this.MaximizeBox     = false;
     this.Name            = "FormMain";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Skarbonka";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
     this.Load           += new System.EventHandler(this.FormMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.layout_Imie_Nazwisko.ResumeLayout(false);
     this.layout_Imie_Nazwisko.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Wykres)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxNumer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxCena)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxIlosc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxSuma)).EndInit();
     this.flowLayoutPanelPorownania.ResumeLayout(false);
     this.flowLayoutPanelPorownania.PerformLayout();
     this.flowLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #13
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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     this.comboBoxPortNames = new System.Windows.Forms.ComboBox();
     this.progressBarStatus = new System.Windows.Forms.ProgressBar();
     this.buttonOpenPort    = new System.Windows.Forms.Button();
     this.buttonClosePort   = new System.Windows.Forms.Button();
     this.labelPortNames    = new System.Windows.Forms.Label();
     this.labelStatus       = new System.Windows.Forms.Label();
     this.serialPort1       = new System.IO.Ports.SerialPort(this.components);
     this.groupBoxKociolWartosciOtrzymane  = new System.Windows.Forms.GroupBox();
     this.numericUpDownTemperaturaAktualna = new System.Windows.Forms.NumericUpDown();
     this.labelTemperaturaAktualna         = new System.Windows.Forms.Label();
     this.numericUpDownStanGrzalek         = new System.Windows.Forms.NumericUpDown();
     this.labelStanGrzalek                 = new System.Windows.Forms.Label();
     this.groupBoxKociolWartosciZadane     = new System.Windows.Forms.GroupBox();
     this.numericUpDownStanMieszadla       = new System.Windows.Forms.NumericUpDown();
     this.labelStanMieszadla               = new System.Windows.Forms.Label();
     this.numericUpDownTemperaturaZadana   = new System.Windows.Forms.NumericUpDown();
     this.labelTemperaturaZadana           = new System.Windows.Forms.Label();
     this.buttonZmienStanMieszadla         = new System.Windows.Forms.Button();
     this.numericUpDownStanGrzalekManualny = new System.Windows.Forms.NumericUpDown();
     this.labelStanGrzalekManualnie        = new System.Windows.Forms.Label();
     this.groupBoxStanKotla                = new System.Windows.Forms.GroupBox();
     this.labelStanKotla            = new System.Windows.Forms.Label();
     this.buttonZmienStanKotla      = new System.Windows.Forms.Button();
     this.numericUpDownStanKotla    = new System.Windows.Forms.NumericUpDown();
     this.labelTrybManualny         = new System.Windows.Forms.Label();
     this.buttonZmienTrybManualny   = new System.Windows.Forms.Button();
     this.numericUpDownTrybManualny = new System.Windows.Forms.NumericUpDown();
     this.buttonAktualizujPorty     = new System.Windows.Forms.Button();
     this.folderBrowserDialog1      = new System.Windows.Forms.FolderBrowserDialog();
     this.tabControlMain            = new System.Windows.Forms.TabControl();
     this.tabPageKontrolaProcesu    = new System.Windows.Forms.TabPage();
     this.groupBoxTrybManualny      = new System.Windows.Forms.GroupBox();
     this.groupBoxPolaczenie        = new System.Windows.Forms.GroupBox();
     this.tabPageWykres             = new System.Windows.Forms.TabPage();
     this.groupBoxChart             = new System.Windows.Forms.GroupBox();
     this.chart1       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.tabPageTesty = new System.Windows.Forms.TabPage();
     this.groupBoxPodgladPortuSzeregowego = new System.Windows.Forms.GroupBox();
     this.labelTest3   = new System.Windows.Forms.Label();
     this.labelTest2   = new System.Windows.Forms.Label();
     this.labelTest    = new System.Windows.Forms.Label();
     this.textBoxTest  = new System.Windows.Forms.TextBox();
     this.textBoxTest3 = new System.Windows.Forms.TextBox();
     this.textBoxTest2 = new System.Windows.Forms.TextBox();
     this.groupBoxParametryRegulatora      = new System.Windows.Forms.GroupBox();
     this.buttonZmienTestoweParametryPID   = new System.Windows.Forms.Button();
     this.numericUpDownTestoweParametryPID = new System.Windows.Forms.NumericUpDown();
     this.labelTestoweParametryPID         = new System.Windows.Forms.Label();
     this.numericUpDownStalaP = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownStalaD = new System.Windows.Forms.NumericUpDown();
     this.labelStalaP         = new System.Windows.Forms.Label();
     this.numericUpDownStalaI = new System.Windows.Forms.NumericUpDown();
     this.labelStalaI         = new System.Windows.Forms.Label();
     this.labelStalaD         = new System.Windows.Forms.Label();
     this.groupBoxKociolWartosciOtrzymane.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTemperaturaAktualna)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanGrzalek)).BeginInit();
     this.groupBoxKociolWartosciZadane.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanMieszadla)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTemperaturaZadana)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanGrzalekManualny)).BeginInit();
     this.groupBoxStanKotla.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanKotla)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTrybManualny)).BeginInit();
     this.tabControlMain.SuspendLayout();
     this.tabPageKontrolaProcesu.SuspendLayout();
     this.groupBoxTrybManualny.SuspendLayout();
     this.groupBoxPolaczenie.SuspendLayout();
     this.tabPageWykres.SuspendLayout();
     this.groupBoxChart.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.tabPageTesty.SuspendLayout();
     this.groupBoxPodgladPortuSzeregowego.SuspendLayout();
     this.groupBoxParametryRegulatora.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTestoweParametryPID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStalaP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStalaD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStalaI)).BeginInit();
     this.SuspendLayout();
     //
     // comboBoxPortNames
     //
     this.comboBoxPortNames.BackColor         = System.Drawing.SystemColors.Window;
     this.comboBoxPortNames.FormattingEnabled = true;
     this.comboBoxPortNames.Location          = new System.Drawing.Point(32, 45);
     this.comboBoxPortNames.Name     = "comboBoxPortNames";
     this.comboBoxPortNames.Size     = new System.Drawing.Size(121, 21);
     this.comboBoxPortNames.Sorted   = true;
     this.comboBoxPortNames.TabIndex = 0;
     //
     // progressBarStatus
     //
     this.progressBarStatus.Location = new System.Drawing.Point(296, 47);
     this.progressBarStatus.Name     = "progressBarStatus";
     this.progressBarStatus.Size     = new System.Drawing.Size(114, 23);
     this.progressBarStatus.TabIndex = 2;
     //
     // buttonOpenPort
     //
     this.buttonOpenPort.Location = new System.Drawing.Point(446, 28);
     this.buttonOpenPort.Name     = "buttonOpenPort";
     this.buttonOpenPort.Size     = new System.Drawing.Size(97, 23);
     this.buttonOpenPort.TabIndex = 7;
     this.buttonOpenPort.Text     = "Połącz z kotłem";
     this.buttonOpenPort.UseVisualStyleBackColor = true;
     this.buttonOpenPort.Click += new System.EventHandler(this.buttonOpenPort_Click);
     //
     // buttonClosePort
     //
     this.buttonClosePort.Enabled  = false;
     this.buttonClosePort.Location = new System.Drawing.Point(446, 57);
     this.buttonClosePort.Name     = "buttonClosePort";
     this.buttonClosePort.Size     = new System.Drawing.Size(97, 23);
     this.buttonClosePort.TabIndex = 8;
     this.buttonClosePort.Text     = "Rozłącz kocioł";
     this.buttonClosePort.UseVisualStyleBackColor = true;
     this.buttonClosePort.Click += new System.EventHandler(this.buttonClosePort_Click);
     //
     // labelPortNames
     //
     this.labelPortNames.AutoSize = true;
     this.labelPortNames.Location = new System.Drawing.Point(29, 28);
     this.labelPortNames.Name     = "labelPortNames";
     this.labelPortNames.Size     = new System.Drawing.Size(79, 13);
     this.labelPortNames.TabIndex = 9;
     this.labelPortNames.Text     = "Dostępne porty";
     //
     // labelStatus
     //
     this.labelStatus.AutoSize = true;
     this.labelStatus.Location = new System.Drawing.Point(293, 28);
     this.labelStatus.Name     = "labelStatus";
     this.labelStatus.Size     = new System.Drawing.Size(37, 13);
     this.labelStatus.TabIndex = 9;
     this.labelStatus.Text     = "Status";
     //
     // groupBoxKociolWartosciOtrzymane
     //
     this.groupBoxKociolWartosciOtrzymane.Controls.Add(this.numericUpDownTemperaturaAktualna);
     this.groupBoxKociolWartosciOtrzymane.Controls.Add(this.labelTemperaturaAktualna);
     this.groupBoxKociolWartosciOtrzymane.Controls.Add(this.numericUpDownStanGrzalek);
     this.groupBoxKociolWartosciOtrzymane.Controls.Add(this.labelStanGrzalek);
     this.groupBoxKociolWartosciOtrzymane.Location = new System.Drawing.Point(6, 218);
     this.groupBoxKociolWartosciOtrzymane.Name     = "groupBoxKociolWartosciOtrzymane";
     this.groupBoxKociolWartosciOtrzymane.Size     = new System.Drawing.Size(282, 115);
     this.groupBoxKociolWartosciOtrzymane.TabIndex = 12;
     this.groupBoxKociolWartosciOtrzymane.TabStop  = false;
     this.groupBoxKociolWartosciOtrzymane.Text     = "Kocioł - wartości otrzymane";
     //
     // numericUpDownTemperaturaAktualna
     //
     this.numericUpDownTemperaturaAktualna.DecimalPlaces = 1;
     this.numericUpDownTemperaturaAktualna.Enabled       = false;
     this.numericUpDownTemperaturaAktualna.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.numericUpDownTemperaturaAktualna.InterceptArrowKeys = false;
     this.numericUpDownTemperaturaAktualna.Location           = new System.Drawing.Point(155, 28);
     this.numericUpDownTemperaturaAktualna.Maximum            = new decimal(new int[] {
         70000,
         0,
         0,
         0
     });
     this.numericUpDownTemperaturaAktualna.Name     = "numericUpDownTemperaturaAktualna";
     this.numericUpDownTemperaturaAktualna.ReadOnly = true;
     this.numericUpDownTemperaturaAktualna.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownTemperaturaAktualna.TabIndex = 13;
     //
     // labelTemperaturaAktualna
     //
     this.labelTemperaturaAktualna.AutoSize = true;
     this.labelTemperaturaAktualna.Location = new System.Drawing.Point(24, 30);
     this.labelTemperaturaAktualna.Name     = "labelTemperaturaAktualna";
     this.labelTemperaturaAktualna.Size     = new System.Drawing.Size(114, 13);
     this.labelTemperaturaAktualna.TabIndex = 11;
     this.labelTemperaturaAktualna.Text     = "Temperatura aktualna:";
     //
     // numericUpDownStanGrzalek
     //
     this.numericUpDownStanGrzalek.Enabled            = false;
     this.numericUpDownStanGrzalek.InterceptArrowKeys = false;
     this.numericUpDownStanGrzalek.Location           = new System.Drawing.Point(155, 54);
     this.numericUpDownStanGrzalek.Maximum            = new decimal(new int[] {
         70000,
         0,
         0,
         0
     });
     this.numericUpDownStanGrzalek.Name     = "numericUpDownStanGrzalek";
     this.numericUpDownStanGrzalek.ReadOnly = true;
     this.numericUpDownStanGrzalek.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownStanGrzalek.TabIndex = 14;
     //
     // labelStanGrzalek
     //
     this.labelStanGrzalek.AutoSize = true;
     this.labelStanGrzalek.Location = new System.Drawing.Point(24, 56);
     this.labelStanGrzalek.Name     = "labelStanGrzalek";
     this.labelStanGrzalek.Size     = new System.Drawing.Size(116, 13);
     this.labelStanGrzalek.TabIndex = 12;
     this.labelStanGrzalek.Text     = "Stan grzałek (X/3000):";
     //
     // groupBoxKociolWartosciZadane
     //
     this.groupBoxKociolWartosciZadane.Controls.Add(this.numericUpDownStanMieszadla);
     this.groupBoxKociolWartosciZadane.Controls.Add(this.labelStanMieszadla);
     this.groupBoxKociolWartosciZadane.Controls.Add(this.numericUpDownTemperaturaZadana);
     this.groupBoxKociolWartosciZadane.Controls.Add(this.labelTemperaturaZadana);
     this.groupBoxKociolWartosciZadane.Controls.Add(this.buttonZmienStanMieszadla);
     this.groupBoxKociolWartosciZadane.Location = new System.Drawing.Point(294, 218);
     this.groupBoxKociolWartosciZadane.Name     = "groupBoxKociolWartosciZadane";
     this.groupBoxKociolWartosciZadane.Size     = new System.Drawing.Size(288, 115);
     this.groupBoxKociolWartosciZadane.TabIndex = 13;
     this.groupBoxKociolWartosciZadane.TabStop  = false;
     this.groupBoxKociolWartosciZadane.Text     = "Kocioł - wartości zadane";
     //
     // numericUpDownStanMieszadla
     //
     this.numericUpDownStanMieszadla.Enabled  = false;
     this.numericUpDownStanMieszadla.Location = new System.Drawing.Point(124, 55);
     this.numericUpDownStanMieszadla.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownStanMieszadla.Name     = "numericUpDownStanMieszadla";
     this.numericUpDownStanMieszadla.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownStanMieszadla.TabIndex = 17;
     //
     // labelStanMieszadla
     //
     this.labelStanMieszadla.AutoSize = true;
     this.labelStanMieszadla.Location = new System.Drawing.Point(31, 57);
     this.labelStanMieszadla.Name     = "labelStanMieszadla";
     this.labelStanMieszadla.Size     = new System.Drawing.Size(83, 13);
     this.labelStanMieszadla.TabIndex = 16;
     this.labelStanMieszadla.Text     = "Stan mieszadła:";
     //
     // numericUpDownTemperaturaZadana
     //
     this.numericUpDownTemperaturaZadana.DecimalPlaces = 1;
     this.numericUpDownTemperaturaZadana.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.numericUpDownTemperaturaZadana.Location = new System.Drawing.Point(124, 28);
     this.numericUpDownTemperaturaZadana.Name     = "numericUpDownTemperaturaZadana";
     this.numericUpDownTemperaturaZadana.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownTemperaturaZadana.TabIndex = 15;
     //
     // labelTemperaturaZadana
     //
     this.labelTemperaturaZadana.AutoSize = true;
     this.labelTemperaturaZadana.Location = new System.Drawing.Point(6, 31);
     this.labelTemperaturaZadana.Name     = "labelTemperaturaZadana";
     this.labelTemperaturaZadana.Size     = new System.Drawing.Size(108, 13);
     this.labelTemperaturaZadana.TabIndex = 14;
     this.labelTemperaturaZadana.Text     = "Temperatura zadana:";
     //
     // buttonZmienStanMieszadla
     //
     this.buttonZmienStanMieszadla.Enabled  = false;
     this.buttonZmienStanMieszadla.Location = new System.Drawing.Point(181, 49);
     this.buttonZmienStanMieszadla.Name     = "buttonZmienStanMieszadla";
     this.buttonZmienStanMieszadla.Size     = new System.Drawing.Size(99, 28);
     this.buttonZmienStanMieszadla.TabIndex = 6;
     this.buttonZmienStanMieszadla.Text     = "Zmień";
     this.buttonZmienStanMieszadla.UseVisualStyleBackColor = true;
     this.buttonZmienStanMieszadla.Click += new System.EventHandler(this.buttonZmienStanMieszadla_Click);
     //
     // numericUpDownStanGrzalekManualny
     //
     this.numericUpDownStanGrzalekManualny.Location = new System.Drawing.Point(124, 65);
     this.numericUpDownStanGrzalekManualny.Maximum  = new decimal(new int[] {
         3000,
         0,
         0,
         0
     });
     this.numericUpDownStanGrzalekManualny.Name     = "numericUpDownStanGrzalekManualny";
     this.numericUpDownStanGrzalekManualny.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownStanGrzalekManualny.TabIndex = 17;
     //
     // labelStanGrzalekManualnie
     //
     this.labelStanGrzalekManualnie.AutoSize = true;
     this.labelStanGrzalekManualnie.Location = new System.Drawing.Point(43, 67);
     this.labelStanGrzalekManualnie.Name     = "labelStanGrzalekManualnie";
     this.labelStanGrzalekManualnie.Size     = new System.Drawing.Size(71, 13);
     this.labelStanGrzalekManualnie.TabIndex = 16;
     this.labelStanGrzalekManualnie.Text     = "Stan grzałek:";
     //
     // groupBoxStanKotla
     //
     this.groupBoxStanKotla.Controls.Add(this.labelStanKotla);
     this.groupBoxStanKotla.Controls.Add(this.buttonZmienStanKotla);
     this.groupBoxStanKotla.Controls.Add(this.numericUpDownStanKotla);
     this.groupBoxStanKotla.Location = new System.Drawing.Point(6, 112);
     this.groupBoxStanKotla.Name     = "groupBoxStanKotla";
     this.groupBoxStanKotla.Size     = new System.Drawing.Size(282, 100);
     this.groupBoxStanKotla.TabIndex = 14;
     this.groupBoxStanKotla.TabStop  = false;
     this.groupBoxStanKotla.Text     = "Stan kotła";
     //
     // labelStanKotla
     //
     this.labelStanKotla.AutoSize = true;
     this.labelStanKotla.Location = new System.Drawing.Point(24, 32);
     this.labelStanKotla.Name     = "labelStanKotla";
     this.labelStanKotla.Size     = new System.Drawing.Size(63, 13);
     this.labelStanKotla.TabIndex = 15;
     this.labelStanKotla.Text     = "Stan kotła: ";
     //
     // buttonZmienStanKotla
     //
     this.buttonZmienStanKotla.Enabled  = false;
     this.buttonZmienStanKotla.Location = new System.Drawing.Point(160, 24);
     this.buttonZmienStanKotla.Name     = "buttonZmienStanKotla";
     this.buttonZmienStanKotla.Size     = new System.Drawing.Size(101, 28);
     this.buttonZmienStanKotla.TabIndex = 6;
     this.buttonZmienStanKotla.Text     = "Zmień";
     this.buttonZmienStanKotla.UseVisualStyleBackColor = true;
     this.buttonZmienStanKotla.Click += new System.EventHandler(this.buttonZmienStanKotla_Click);
     //
     // numericUpDownStanKotla
     //
     this.numericUpDownStanKotla.Enabled            = false;
     this.numericUpDownStanKotla.InterceptArrowKeys = false;
     this.numericUpDownStanKotla.Location           = new System.Drawing.Point(93, 30);
     this.numericUpDownStanKotla.Maximum            = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownStanKotla.Name     = "numericUpDownStanKotla";
     this.numericUpDownStanKotla.ReadOnly = true;
     this.numericUpDownStanKotla.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownStanKotla.TabIndex = 16;
     //
     // labelTrybManualny
     //
     this.labelTrybManualny.AutoSize = true;
     this.labelTrybManualny.Location = new System.Drawing.Point(36, 32);
     this.labelTrybManualny.Name     = "labelTrybManualny";
     this.labelTrybManualny.Size     = new System.Drawing.Size(82, 13);
     this.labelTrybManualny.TabIndex = 15;
     this.labelTrybManualny.Text     = "Tryb manualny: ";
     //
     // buttonZmienTrybManualny
     //
     this.buttonZmienTrybManualny.Enabled  = false;
     this.buttonZmienTrybManualny.Location = new System.Drawing.Point(181, 24);
     this.buttonZmienTrybManualny.Name     = "buttonZmienTrybManualny";
     this.buttonZmienTrybManualny.Size     = new System.Drawing.Size(99, 28);
     this.buttonZmienTrybManualny.TabIndex = 6;
     this.buttonZmienTrybManualny.Text     = "Zmień";
     this.buttonZmienTrybManualny.UseVisualStyleBackColor = true;
     this.buttonZmienTrybManualny.Click += new System.EventHandler(this.buttonZmienTrybManualny_Click);
     //
     // numericUpDownTrybManualny
     //
     this.numericUpDownTrybManualny.Enabled            = false;
     this.numericUpDownTrybManualny.InterceptArrowKeys = false;
     this.numericUpDownTrybManualny.Location           = new System.Drawing.Point(124, 30);
     this.numericUpDownTrybManualny.Maximum            = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownTrybManualny.Name     = "numericUpDownTrybManualny";
     this.numericUpDownTrybManualny.ReadOnly = true;
     this.numericUpDownTrybManualny.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownTrybManualny.TabIndex = 16;
     //
     // buttonAktualizujPorty
     //
     this.buttonAktualizujPorty.Location = new System.Drawing.Point(160, 45);
     this.buttonAktualizujPorty.Name     = "buttonAktualizujPorty";
     this.buttonAktualizujPorty.Size     = new System.Drawing.Size(98, 23);
     this.buttonAktualizujPorty.TabIndex = 21;
     this.buttonAktualizujPorty.Text     = "Aktualizuj porty";
     this.buttonAktualizujPorty.UseVisualStyleBackColor = true;
     this.buttonAktualizujPorty.Click += new System.EventHandler(this.buttonAktualizujPorty_Click);
     //
     // tabControlMain
     //
     this.tabControlMain.Controls.Add(this.tabPageKontrolaProcesu);
     this.tabControlMain.Controls.Add(this.tabPageWykres);
     this.tabControlMain.Controls.Add(this.tabPageTesty);
     this.tabControlMain.Location      = new System.Drawing.Point(12, 12);
     this.tabControlMain.Name          = "tabControlMain";
     this.tabControlMain.SelectedIndex = 0;
     this.tabControlMain.Size          = new System.Drawing.Size(596, 365);
     this.tabControlMain.TabIndex      = 22;
     //
     // tabPageKontrolaProcesu
     //
     this.tabPageKontrolaProcesu.Controls.Add(this.groupBoxTrybManualny);
     this.tabPageKontrolaProcesu.Controls.Add(this.groupBoxPolaczenie);
     this.tabPageKontrolaProcesu.Controls.Add(this.groupBoxStanKotla);
     this.tabPageKontrolaProcesu.Controls.Add(this.groupBoxKociolWartosciZadane);
     this.tabPageKontrolaProcesu.Controls.Add(this.groupBoxKociolWartosciOtrzymane);
     this.tabPageKontrolaProcesu.Location = new System.Drawing.Point(4, 22);
     this.tabPageKontrolaProcesu.Name     = "tabPageKontrolaProcesu";
     this.tabPageKontrolaProcesu.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageKontrolaProcesu.Size     = new System.Drawing.Size(588, 339);
     this.tabPageKontrolaProcesu.TabIndex = 0;
     this.tabPageKontrolaProcesu.Text     = "Kontrola procesu";
     this.tabPageKontrolaProcesu.UseVisualStyleBackColor = true;
     //
     // groupBoxTrybManualny
     //
     this.groupBoxTrybManualny.Controls.Add(this.numericUpDownStanGrzalekManualny);
     this.groupBoxTrybManualny.Controls.Add(this.labelTrybManualny);
     this.groupBoxTrybManualny.Controls.Add(this.numericUpDownTrybManualny);
     this.groupBoxTrybManualny.Controls.Add(this.labelStanGrzalekManualnie);
     this.groupBoxTrybManualny.Controls.Add(this.buttonZmienTrybManualny);
     this.groupBoxTrybManualny.Location = new System.Drawing.Point(294, 112);
     this.groupBoxTrybManualny.Name     = "groupBoxTrybManualny";
     this.groupBoxTrybManualny.Size     = new System.Drawing.Size(288, 100);
     this.groupBoxTrybManualny.TabIndex = 23;
     this.groupBoxTrybManualny.TabStop  = false;
     this.groupBoxTrybManualny.Text     = "Tryb manualny - grzałki";
     //
     // groupBoxPolaczenie
     //
     this.groupBoxPolaczenie.Controls.Add(this.labelPortNames);
     this.groupBoxPolaczenie.Controls.Add(this.labelStatus);
     this.groupBoxPolaczenie.Controls.Add(this.buttonAktualizujPorty);
     this.groupBoxPolaczenie.Controls.Add(this.buttonClosePort);
     this.groupBoxPolaczenie.Controls.Add(this.comboBoxPortNames);
     this.groupBoxPolaczenie.Controls.Add(this.buttonOpenPort);
     this.groupBoxPolaczenie.Controls.Add(this.progressBarStatus);
     this.groupBoxPolaczenie.Location = new System.Drawing.Point(6, 6);
     this.groupBoxPolaczenie.Name     = "groupBoxPolaczenie";
     this.groupBoxPolaczenie.Size     = new System.Drawing.Size(576, 100);
     this.groupBoxPolaczenie.TabIndex = 22;
     this.groupBoxPolaczenie.TabStop  = false;
     this.groupBoxPolaczenie.Text     = "Połączenie";
     //
     // tabPageWykres
     //
     this.tabPageWykres.Controls.Add(this.groupBoxChart);
     this.tabPageWykres.Location = new System.Drawing.Point(4, 22);
     this.tabPageWykres.Name     = "tabPageWykres";
     this.tabPageWykres.Size     = new System.Drawing.Size(588, 339);
     this.tabPageWykres.TabIndex = 2;
     this.tabPageWykres.Text     = "Wykres";
     this.tabPageWykres.UseVisualStyleBackColor = true;
     //
     // groupBoxChart
     //
     this.groupBoxChart.Controls.Add(this.chart1);
     this.groupBoxChart.Location = new System.Drawing.Point(5, 5);
     this.groupBoxChart.Name     = "groupBoxChart";
     this.groupBoxChart.Size     = new System.Drawing.Size(577, 329);
     this.groupBoxChart.TabIndex = 21;
     this.groupBoxChart.TabStop  = false;
     this.groupBoxChart.Text     = "Wykres temperatury";
     //
     // chart1
     //
     this.chart1.BackColor       = System.Drawing.Color.Transparent;
     this.chart1.BorderlineColor = System.Drawing.Color.Transparent;
     chartArea1.Name             = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.BackColor   = System.Drawing.Color.Transparent;
     legendItem1.Enabled = false;
     legendItem1.Name    = "temperatura aktualna";
     legendItem2.Enabled = false;
     legendItem2.Name    = "temperatura zadana";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.DockedToChartArea       = "ChartArea1";
     legend1.Docking                 = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
     legend1.IsDockedInsideChartArea = false;
     legend1.LegendStyle             = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(-5, 9);
     this.chart1.Name     = "chart1";
     this.chart1.Size     = new System.Drawing.Size(590, 320);
     this.chart1.TabIndex = 19;
     //
     // tabPageTesty
     //
     this.tabPageTesty.Controls.Add(this.groupBoxPodgladPortuSzeregowego);
     this.tabPageTesty.Controls.Add(this.groupBoxParametryRegulatora);
     this.tabPageTesty.Location = new System.Drawing.Point(4, 22);
     this.tabPageTesty.Name     = "tabPageTesty";
     this.tabPageTesty.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageTesty.Size     = new System.Drawing.Size(588, 339);
     this.tabPageTesty.TabIndex = 1;
     this.tabPageTesty.Text     = "Testy";
     this.tabPageTesty.UseVisualStyleBackColor = true;
     //
     // groupBoxPodgladPortuSzeregowego
     //
     this.groupBoxPodgladPortuSzeregowego.Controls.Add(this.labelTest3);
     this.groupBoxPodgladPortuSzeregowego.Controls.Add(this.labelTest2);
     this.groupBoxPodgladPortuSzeregowego.Controls.Add(this.labelTest);
     this.groupBoxPodgladPortuSzeregowego.Controls.Add(this.textBoxTest);
     this.groupBoxPodgladPortuSzeregowego.Controls.Add(this.textBoxTest3);
     this.groupBoxPodgladPortuSzeregowego.Controls.Add(this.textBoxTest2);
     this.groupBoxPodgladPortuSzeregowego.Location = new System.Drawing.Point(6, 125);
     this.groupBoxPodgladPortuSzeregowego.Name     = "groupBoxPodgladPortuSzeregowego";
     this.groupBoxPodgladPortuSzeregowego.Size     = new System.Drawing.Size(576, 208);
     this.groupBoxPodgladPortuSzeregowego.TabIndex = 19;
     this.groupBoxPodgladPortuSzeregowego.TabStop  = false;
     this.groupBoxPodgladPortuSzeregowego.Text     = "Podgląd portu szeregowego";
     //
     // labelTest3
     //
     this.labelTest3.AutoSize = true;
     this.labelTest3.Location = new System.Drawing.Point(14, 105);
     this.labelTest3.Name     = "labelTest3";
     this.labelTest3.Size     = new System.Drawing.Size(119, 13);
     this.labelTest3.TabIndex = 20;
     this.labelTest3.Text     = "Stan zmiennych w kotle";
     //
     // labelTest2
     //
     this.labelTest2.AutoSize = true;
     this.labelTest2.Location = new System.Drawing.Point(15, 66);
     this.labelTest2.Name     = "labelTest2";
     this.labelTest2.Size     = new System.Drawing.Size(123, 13);
     this.labelTest2.TabIndex = 19;
     this.labelTest2.Text     = "Bajty odbierane od kotła";
     //
     // labelTest
     //
     this.labelTest.AutoSize = true;
     this.labelTest.Location = new System.Drawing.Point(14, 27);
     this.labelTest.Name     = "labelTest";
     this.labelTest.Size     = new System.Drawing.Size(121, 13);
     this.labelTest.TabIndex = 18;
     this.labelTest.Text     = "Bajty wysyłane do kotła";
     //
     // textBoxTest
     //
     this.textBoxTest.Location = new System.Drawing.Point(17, 43);
     this.textBoxTest.Name     = "textBoxTest";
     this.textBoxTest.ReadOnly = true;
     this.textBoxTest.Size     = new System.Drawing.Size(542, 20);
     this.textBoxTest.TabIndex = 15;
     //
     // textBoxTest3
     //
     this.textBoxTest3.Location  = new System.Drawing.Point(18, 121);
     this.textBoxTest3.Multiline = true;
     this.textBoxTest3.Name      = "textBoxTest3";
     this.textBoxTest3.ReadOnly  = true;
     this.textBoxTest3.Size      = new System.Drawing.Size(541, 76);
     this.textBoxTest3.TabIndex  = 17;
     //
     // textBoxTest2
     //
     this.textBoxTest2.Location = new System.Drawing.Point(18, 82);
     this.textBoxTest2.Name     = "textBoxTest2";
     this.textBoxTest2.ReadOnly = true;
     this.textBoxTest2.Size     = new System.Drawing.Size(541, 20);
     this.textBoxTest2.TabIndex = 16;
     //
     // groupBoxParametryRegulatora
     //
     this.groupBoxParametryRegulatora.Controls.Add(this.buttonZmienTestoweParametryPID);
     this.groupBoxParametryRegulatora.Controls.Add(this.numericUpDownTestoweParametryPID);
     this.groupBoxParametryRegulatora.Controls.Add(this.labelTestoweParametryPID);
     this.groupBoxParametryRegulatora.Controls.Add(this.numericUpDownStalaP);
     this.groupBoxParametryRegulatora.Controls.Add(this.numericUpDownStalaD);
     this.groupBoxParametryRegulatora.Controls.Add(this.labelStalaP);
     this.groupBoxParametryRegulatora.Controls.Add(this.numericUpDownStalaI);
     this.groupBoxParametryRegulatora.Controls.Add(this.labelStalaI);
     this.groupBoxParametryRegulatora.Controls.Add(this.labelStalaD);
     this.groupBoxParametryRegulatora.Location = new System.Drawing.Point(6, 6);
     this.groupBoxParametryRegulatora.Name     = "groupBoxParametryRegulatora";
     this.groupBoxParametryRegulatora.Size     = new System.Drawing.Size(576, 113);
     this.groupBoxParametryRegulatora.TabIndex = 12;
     this.groupBoxParametryRegulatora.TabStop  = false;
     this.groupBoxParametryRegulatora.Text     = "Parametry regulatora PID - grzałki";
     //
     // buttonZmienTestoweParametryPID
     //
     this.buttonZmienTestoweParametryPID.Enabled  = false;
     this.buttonZmienTestoweParametryPID.Location = new System.Drawing.Point(227, 27);
     this.buttonZmienTestoweParametryPID.Name     = "buttonZmienTestoweParametryPID";
     this.buttonZmienTestoweParametryPID.Size     = new System.Drawing.Size(99, 28);
     this.buttonZmienTestoweParametryPID.TabIndex = 18;
     this.buttonZmienTestoweParametryPID.Text     = "Zmień";
     this.buttonZmienTestoweParametryPID.UseVisualStyleBackColor = true;
     this.buttonZmienTestoweParametryPID.Click += new System.EventHandler(this.buttonZmienTestoweParametryPID_Click);
     //
     // numericUpDownTestoweParametryPID
     //
     this.numericUpDownTestoweParametryPID.Enabled            = false;
     this.numericUpDownTestoweParametryPID.InterceptArrowKeys = false;
     this.numericUpDownTestoweParametryPID.Location           = new System.Drawing.Point(152, 33);
     this.numericUpDownTestoweParametryPID.Maximum            = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDownTestoweParametryPID.Name     = "numericUpDownTestoweParametryPID";
     this.numericUpDownTestoweParametryPID.ReadOnly = true;
     this.numericUpDownTestoweParametryPID.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownTestoweParametryPID.TabIndex = 17;
     //
     // labelTestoweParametryPID
     //
     this.labelTestoweParametryPID.AutoSize = true;
     this.labelTestoweParametryPID.Location = new System.Drawing.Point(25, 35);
     this.labelTestoweParametryPID.Name     = "labelTestoweParametryPID";
     this.labelTestoweParametryPID.Size     = new System.Drawing.Size(121, 13);
     this.labelTestoweParametryPID.TabIndex = 11;
     this.labelTestoweParametryPID.Text     = "Testowe parametry PID:";
     //
     // numericUpDownStalaP
     //
     this.numericUpDownStalaP.DecimalPlaces = 2;
     this.numericUpDownStalaP.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDownStalaP.Location = new System.Drawing.Point(77, 72);
     this.numericUpDownStalaP.Maximum  = new decimal(new int[] {
         20000,
         0,
         0,
         0
     });
     this.numericUpDownStalaP.Name     = "numericUpDownStalaP";
     this.numericUpDownStalaP.Size     = new System.Drawing.Size(91, 20);
     this.numericUpDownStalaP.TabIndex = 10;
     this.numericUpDownStalaP.Value    = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.numericUpDownStalaP.ValueChanged += new System.EventHandler(this.numericUpDownStalaP_ValueChanged);
     //
     // numericUpDownStalaD
     //
     this.numericUpDownStalaD.DecimalPlaces = 2;
     this.numericUpDownStalaD.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDownStalaD.Location = new System.Drawing.Point(428, 72);
     this.numericUpDownStalaD.Maximum  = new decimal(new int[] {
         20000,
         0,
         0,
         0
     });
     this.numericUpDownStalaD.Name          = "numericUpDownStalaD";
     this.numericUpDownStalaD.Size          = new System.Drawing.Size(91, 20);
     this.numericUpDownStalaD.TabIndex      = 10;
     this.numericUpDownStalaD.ValueChanged += new System.EventHandler(this.numericUpDownStalaD_ValueChanged);
     //
     // labelStalaP
     //
     this.labelStalaP.AutoSize = true;
     this.labelStalaP.Location = new System.Drawing.Point(25, 74);
     this.labelStalaP.Name     = "labelStalaP";
     this.labelStalaP.Size     = new System.Drawing.Size(46, 13);
     this.labelStalaP.TabIndex = 9;
     this.labelStalaP.Text     = "Stała P:";
     this.labelStalaP.Click   += new System.EventHandler(this.labelStalaP_Click);
     //
     // numericUpDownStalaI
     //
     this.numericUpDownStalaI.DecimalPlaces = 2;
     this.numericUpDownStalaI.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.numericUpDownStalaI.Location = new System.Drawing.Point(246, 72);
     this.numericUpDownStalaI.Maximum  = new decimal(new int[] {
         20000,
         0,
         0,
         0
     });
     this.numericUpDownStalaI.Name          = "numericUpDownStalaI";
     this.numericUpDownStalaI.Size          = new System.Drawing.Size(91, 20);
     this.numericUpDownStalaI.TabIndex      = 10;
     this.numericUpDownStalaI.ValueChanged += new System.EventHandler(this.numericUpDownStalaI_ValueChanged);
     //
     // labelStalaI
     //
     this.labelStalaI.AutoSize = true;
     this.labelStalaI.Location = new System.Drawing.Point(198, 74);
     this.labelStalaI.Name     = "labelStalaI";
     this.labelStalaI.Size     = new System.Drawing.Size(42, 13);
     this.labelStalaI.TabIndex = 9;
     this.labelStalaI.Text     = "Stała I:";
     this.labelStalaI.Click   += new System.EventHandler(this.labelStalaI_Click);
     //
     // labelStalaD
     //
     this.labelStalaD.AutoSize = true;
     this.labelStalaD.Location = new System.Drawing.Point(375, 74);
     this.labelStalaD.Name     = "labelStalaD";
     this.labelStalaD.Size     = new System.Drawing.Size(47, 13);
     this.labelStalaD.TabIndex = 9;
     this.labelStalaD.Text     = "Stała D:";
     this.labelStalaD.Click   += new System.EventHandler(this.labelStalaD_Click);
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(618, 388);
     this.Controls.Add(this.tabControlMain);
     this.Name  = "FormMain";
     this.Text  = "Kocioł warzelny - komunikacja";
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.groupBoxKociolWartosciOtrzymane.ResumeLayout(false);
     this.groupBoxKociolWartosciOtrzymane.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTemperaturaAktualna)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanGrzalek)).EndInit();
     this.groupBoxKociolWartosciZadane.ResumeLayout(false);
     this.groupBoxKociolWartosciZadane.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanMieszadla)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTemperaturaZadana)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanGrzalekManualny)).EndInit();
     this.groupBoxStanKotla.ResumeLayout(false);
     this.groupBoxStanKotla.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStanKotla)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTrybManualny)).EndInit();
     this.tabControlMain.ResumeLayout(false);
     this.tabPageKontrolaProcesu.ResumeLayout(false);
     this.groupBoxTrybManualny.ResumeLayout(false);
     this.groupBoxTrybManualny.PerformLayout();
     this.groupBoxPolaczenie.ResumeLayout(false);
     this.groupBoxPolaczenie.PerformLayout();
     this.tabPageWykres.ResumeLayout(false);
     this.groupBoxChart.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.tabPageTesty.ResumeLayout(false);
     this.groupBoxPodgladPortuSzeregowego.ResumeLayout(false);
     this.groupBoxPodgladPortuSzeregowego.PerformLayout();
     this.groupBoxParametryRegulatora.ResumeLayout(false);
     this.groupBoxParametryRegulatora.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTestoweParametryPID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStalaP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStalaD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStalaI)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #14
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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     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 = "ChartAreaMain";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock           = System.Windows.Forms.DockStyle.Fill;
     legend1.AutoFitMinFontSize = 20;
     legend1.BorderWidth        = 10;
     legendItem1.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem1.MarkerColor    = System.Drawing.Color.Green;
     legendItem1.MarkerSize     = 40;
     legendItem1.MarkerStyle    = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     legendItem1.Name           = "烧录成功";
     legendItem2.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem2.MarkerColor    = System.Drawing.Color.Red;
     legendItem2.MarkerSize     = 40;
     legendItem2.MarkerStyle    = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     legendItem2.Name           = "烧录失败";
     legendItem3.ImageStyle     = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem3.MarkerColor    = System.Drawing.Color.Gray;
     legendItem3.MarkerSize     = 40;
     legendItem3.MarkerStyle    = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     legendItem3.Name           = "末烧录";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.Docking       = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
     legend1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.IsTextAutoFit = false;
     legend1.Name          = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location      = new System.Drawing.Point(0, 0);
     this.chart1.Name          = "chart1";
     series1.ChartArea         = "ChartAreaMain";
     series1.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Legend1";
     series1.LegendText        = "烧录成功";
     series1.MarkerSize        = 10;
     series1.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series1.Name              = "SeriesBurnOk";
     series1.YValuesPerPoint   = 2;
     series2.ChartArea         = "ChartAreaMain";
     series2.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
     series2.IsVisibleInLegend = false;
     series2.Legend            = "Legend1";
     series2.LegendText        = "烧录失败";
     series2.MarkerSize        = 10;
     series2.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series2.Name              = "SeriesBurnNG";
     series2.YValuesPerPoint   = 2;
     series3.ChartArea         = "ChartAreaMain";
     series3.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
     series3.IsVisibleInLegend = false;
     series3.Legend            = "Legend1";
     series3.LegendText        = "末烧录";
     series3.MarkerSize        = 10;
     series3.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
     series3.Name              = "SeriesNotBurn";
     series3.YValuesPerPoint   = 2;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Series.Add(series3);
     this.chart1.Size     = new System.Drawing.Size(863, 652);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // PalletPanelShow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chart1);
     this.Name = "PalletPanelShow";
     this.Size = new System.Drawing.Size(863, 652);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #15
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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(FrmNetPing));
     this.pingChart     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnActivate   = new System.Windows.Forms.Button();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.txtPingTarget = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.txtTTL        = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.txtTimeout    = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.txtInterval   = new System.Windows.Forms.TextBox();
     this.btnReset      = new System.Windows.Forms.Button();
     this.txtDisplay    = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pingChart)).BeginInit();
     this.SuspendLayout();
     //
     // pingChart
     //
     this.pingChart.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.pingChart.BackColor                 = System.Drawing.Color.Black;
     this.pingChart.BorderlineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.pingChart.BorderlineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.pingChart.BorderSkin.BackColor      = System.Drawing.Color.Black;
     this.pingChart.BorderSkin.PageColor      = System.Drawing.Color.Black;
     chartArea1.AlignmentOrientation          = ((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical | System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal)));
     chartArea1.Area3DStyle.Inclination       = 10;
     chartArea1.Area3DStyle.LightStyle        = System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic;
     chartArea1.Area3DStyle.Rotation          = 10;
     chartArea1.AxisX.Enabled                 = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
     chartArea1.AxisX.IsMarginVisible         = false;
     chartArea1.AxisX.LabelStyle.Enabled      = false;
     chartArea1.AxisX.LabelStyle.ForeColor    = System.Drawing.Color.DeepSkyBlue;
     chartArea1.AxisX.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisX.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisX.MinorGrid.Enabled       = true;
     chartArea1.AxisX.MinorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisX.TitleForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisX2.LineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisX2.LineDashStyle          = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     chartArea1.AxisY.LabelStyle.ForeColor    = System.Drawing.Color.DeepSkyBlue;
     chartArea1.AxisY.LineColor               = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisY.MajorTickMark.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisY.MinorGrid.Enabled       = true;
     chartArea1.AxisY.MinorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     chartArea1.AxisY.ScaleView.MinSizeType   = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds;
     chartArea1.AxisY.ScaleView.SizeType      = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds;
     chartArea1.AxisY.ScrollBar.Enabled       = false;
     chartArea1.AxisY.Title              = "Ping reply (ms)";
     chartArea1.AxisY.TitleFont          = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisY.TitleForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisY2.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisY2.TitleForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.BackColor                = System.Drawing.Color.Black;
     chartArea1.BorderColor              = System.Drawing.Color.White;
     chartArea1.InnerPlotPosition.Auto   = false;
     chartArea1.InnerPlotPosition.Height = 100F;
     chartArea1.InnerPlotPosition.Width  = 92F;
     chartArea1.InnerPlotPosition.X      = 8F;
     chartArea1.IsSameFontSizeForAllAxes = true;
     chartArea1.Name        = "ChartArea1";
     chartArea1.ShadowColor = System.Drawing.Color.Black;
     this.pingChart.ChartAreas.Add(chartArea1);
     legend1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
     legendItem1.BorderColor     = System.Drawing.Color.Red;
     legendItem1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     legendItem1.Color           = System.Drawing.Color.Red;
     legendItem1.ImageStyle      = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem1.Name            = "Timeout";
     legend1.CustomItems.Add(legendItem1);
     legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     legend1.Name      = "Legend1";
     this.pingChart.Legends.Add(legend1);
     this.pingChart.Location = new System.Drawing.Point(9, 31);
     this.pingChart.Margin   = new System.Windows.Forms.Padding(0);
     this.pingChart.Name     = "pingChart";
     this.pingChart.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series1.BorderWidth     = 2;
     series1.ChartArea       = "ChartArea1";
     series1.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series1.EmptyPointStyle.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     series1.EmptyPointStyle.Color           = System.Drawing.Color.Red;
     series1.EmptyPointStyle.LegendText      = "Timeout";
     series1.Legend     = "Legend1";
     series1.LegendText = "Ping";
     series1.Name       = "srPing";
     this.pingChart.Series.Add(series1);
     this.pingChart.Size     = new System.Drawing.Size(854, 348);
     this.pingChart.TabIndex = 0;
     this.pingChart.Text     = "Ping reply";
     //
     // btnActivate
     //
     this.btnActivate.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnActivate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnActivate.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.btnActivate.FlatAppearance.BorderSize  = 0;
     this.btnActivate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnActivate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnActivate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.btnActivate.Location  = new System.Drawing.Point(813, 6);
     this.btnActivate.Name      = "btnActivate";
     this.btnActivate.Size      = new System.Drawing.Size(50, 22);
     this.btnActivate.TabIndex  = 1;
     this.btnActivate.Text      = "Start";
     this.btnActivate.UseVisualStyleBackColor = false;
     this.btnActivate.Click += new System.EventHandler(this.StartStopClicked);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.TimerTick);
     //
     // txtPingTarget
     //
     this.txtPingTarget.AccessibleDescription = "Insert IP address or hostname";
     this.txtPingTarget.AccessibleName        = "Ping target";
     this.txtPingTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPingTarget.BackColor   = System.Drawing.Color.Black;
     this.txtPingTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPingTarget.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPingTarget.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtPingTarget.Location    = new System.Drawing.Point(57, 6);
     this.txtPingTarget.Name        = "txtPingTarget";
     this.txtPingTarget.Size        = new System.Drawing.Size(337, 21);
     this.txtPingTarget.TabIndex    = 2;
     //
     // 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)(0)));
     this.label1.ForeColor   = System.Drawing.Color.White;
     this.label1.Location    = new System.Drawing.Point(6, 9);
     this.label1.Name        = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size        = new System.Drawing.Size(45, 15);
     this.label1.TabIndex    = 3;
     this.label1.Text        = "Target:";
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize    = true;
     this.label2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor   = System.Drawing.Color.White;
     this.label2.Location    = new System.Drawing.Point(400, 9);
     this.label2.Name        = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size        = new System.Drawing.Size(31, 15);
     this.label2.TabIndex    = 4;
     this.label2.Text        = "TTL:";
     //
     // txtTTL
     //
     this.txtTTL.AccessibleDescription = "Insert IP address or hostname";
     this.txtTTL.AccessibleName        = "Ping target";
     this.txtTTL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTTL.AutoCompleteCustomSource.AddRange(new string[] {
         "64",
         "128",
         "256"
     });
     this.txtTTL.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.txtTTL.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtTTL.BackColor          = System.Drawing.Color.Black;
     this.txtTTL.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTTL.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTTL.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtTTL.Location     = new System.Drawing.Point(437, 6);
     this.txtTTL.Name         = "txtTTL";
     this.txtTTL.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.txtTTL.Size         = new System.Drawing.Size(22, 21);
     this.txtTTL.TabIndex     = 5;
     this.txtTTL.Text         = "64";
     this.txtTTL.TextChanged += new System.EventHandler(this.TTLChanged);
     //
     // label3
     //
     this.label3.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize    = true;
     this.label3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor   = System.Drawing.Color.White;
     this.label3.Location    = new System.Drawing.Point(465, 9);
     this.label3.Name        = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size        = new System.Drawing.Size(55, 15);
     this.label3.TabIndex    = 6;
     this.label3.Text        = "Timeout:";
     //
     // txtTimeout
     //
     this.txtTimeout.AccessibleDescription = "Insert IP address or hostname";
     this.txtTimeout.AccessibleName        = "Ping target";
     this.txtTimeout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTimeout.AutoCompleteCustomSource.AddRange(new string[] {
         "64",
         "128",
         "256"
     });
     this.txtTimeout.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.txtTimeout.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtTimeout.BackColor          = System.Drawing.Color.Black;
     this.txtTimeout.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTimeout.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTimeout.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtTimeout.Location     = new System.Drawing.Point(526, 7);
     this.txtTimeout.Name         = "txtTimeout";
     this.txtTimeout.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.txtTimeout.Size         = new System.Drawing.Size(34, 21);
     this.txtTimeout.TabIndex     = 7;
     this.txtTimeout.Text         = "1000";
     this.txtTimeout.TextChanged += new System.EventHandler(this.TimeoutChanged);
     //
     // label4
     //
     this.label4.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize    = true;
     this.label4.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor   = System.Drawing.Color.White;
     this.label4.Location    = new System.Drawing.Point(566, 9);
     this.label4.Name        = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label4.Size        = new System.Drawing.Size(49, 15);
     this.label4.TabIndex    = 8;
     this.label4.Text        = "Interval:";
     //
     // txtInterval
     //
     this.txtInterval.AccessibleDescription = "Insert IP address or hostname";
     this.txtInterval.AccessibleName        = "Ping target";
     this.txtInterval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtInterval.AutoCompleteCustomSource.AddRange(new string[] {
         "64",
         "128",
         "256"
     });
     this.txtInterval.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.txtInterval.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtInterval.BackColor          = System.Drawing.Color.Black;
     this.txtInterval.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtInterval.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInterval.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtInterval.Location     = new System.Drawing.Point(621, 6);
     this.txtInterval.Name         = "txtInterval";
     this.txtInterval.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.txtInterval.Size         = new System.Drawing.Size(34, 21);
     this.txtInterval.TabIndex     = 9;
     this.txtInterval.Text         = "1000";
     this.txtInterval.TextChanged += new System.EventHandler(this.IntervalChanged);
     //
     // btnReset
     //
     this.btnReset.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnReset.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.btnReset.FlatAppearance.BorderSize  = 0;
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnReset.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnReset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.btnReset.Location  = new System.Drawing.Point(757, 6);
     this.btnReset.Name      = "btnReset";
     this.btnReset.Size      = new System.Drawing.Size(50, 22);
     this.btnReset.TabIndex  = 10;
     this.btnReset.Text      = "Reset";
     this.btnReset.UseVisualStyleBackColor = false;
     this.btnReset.Click += new System.EventHandler(this.ResetClicked);
     //
     // txtDisplay
     //
     this.txtDisplay.AccessibleDescription = "Insert IP address or hostname";
     this.txtDisplay.AccessibleName        = "Ping target";
     this.txtDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDisplay.AutoCompleteCustomSource.AddRange(new string[] {
         "64",
         "128",
         "256"
     });
     this.txtDisplay.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.txtDisplay.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtDisplay.BackColor          = System.Drawing.Color.Black;
     this.txtDisplay.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDisplay.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDisplay.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtDisplay.Location     = new System.Drawing.Point(717, 7);
     this.txtDisplay.Name         = "txtDisplay";
     this.txtDisplay.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.txtDisplay.Size         = new System.Drawing.Size(34, 21);
     this.txtDisplay.TabIndex     = 12;
     this.txtDisplay.Text         = "120";
     this.txtDisplay.TextChanged += new System.EventHandler(this.DisplayChanged);
     //
     // label5
     //
     this.label5.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.AutoSize    = true;
     this.label5.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor   = System.Drawing.Color.White;
     this.label5.Location    = new System.Drawing.Point(661, 9);
     this.label5.Name        = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label5.Size        = new System.Drawing.Size(50, 15);
     this.label5.TabIndex    = 11;
     this.label5.Text        = "Display:";
     //
     // frmNetPing
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(872, 388);
     this.Controls.Add(this.txtDisplay);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.txtInterval);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtTimeout);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtTTL);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtPingTarget);
     this.Controls.Add(this.btnActivate);
     this.Controls.Add(this.pingChart);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(640, 320);
     this.Name          = "frmNetPing";
     this.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "NetPing";
     ((System.ComponentModel.ISupportInitialize)(this.pingChart)).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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell2 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell3 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell4 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell5 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell6 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell7 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell8 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell9 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell10 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell11 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell12 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            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();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label16 = new System.Windows.Forms.Label();
            this.lqtChart1 = new LQT.GUI.LQTChart();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lqtChart1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.SystemColors.ControlLight;
            this.panel4.Controls.Add(this.label16);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Margin = new System.Windows.Forms.Padding(0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(491, 30);
            this.panel4.TabIndex = 1;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label16.Location = new System.Drawing.Point(6, 6);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(139, 13);
            this.label16.TabIndex = 0;
            this.label16.Text = "Moving Averages Chart";
            // 
            // lqtChart1
            // 
            this.lqtChart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
            this.lqtChart1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            this.lqtChart1.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
            this.lqtChart1.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            this.lqtChart1.BorderlineWidth = 2;
            this.lqtChart1.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
            chartArea1.Area3DStyle.Inclination = 15;
            chartArea1.Area3DStyle.IsClustered = true;
            chartArea1.Area3DStyle.IsRightAngleAxes = false;
            chartArea1.Area3DStyle.Perspective = 10;
            chartArea1.Area3DStyle.Rotation = 10;
            chartArea1.Area3DStyle.WallWidth = 0;
            chartArea1.AxisX.IsLabelAutoFit = false;
            chartArea1.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea1.AxisX.LabelStyle.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartArea1.AxisX.LabelStyle.Format = "MMM yyyy";
            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.AxisX2.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea1.AxisY.IsStartedFromZero = false;
            chartArea1.AxisY.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea1.AxisY.LabelStyle.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
            chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.AxisY2.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                        | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
            chartArea1.BackColor = System.Drawing.Color.OldLace;
            chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea1.BackSecondaryColor = System.Drawing.Color.White;
            chartArea1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            chartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.Name = "Default";
            chartArea1.ShadowColor = System.Drawing.Color.Transparent;
            this.lqtChart1.ChartAreas.Add(chartArea1);
            this.lqtChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.BackColor = System.Drawing.Color.Transparent;
            legend1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            legendItem1.BorderWidth = 2;
            legendCell1.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
            legendCell1.Name = "Cell1";
            legendCell2.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
            legendCell2.Name = "Cell2";
            legendCell3.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            legendCell3.Name = "Cell3";
            legendCell3.Text = "Input";
            legendItem1.Cells.Add(legendCell1);
            legendItem1.Cells.Add(legendCell2);
            legendItem1.Cells.Add(legendCell3);
            legendItem1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
            legendItem1.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
            legendItem1.MarkerSize = 10;
            legendItem1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            legendItem1.Name = "Input";
            legendItem2.BorderWidth = 2;
            legendCell4.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
            legendCell4.Name = "Cell1";
            legendCell5.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
            legendCell5.Name = "Cell2";
            legendCell6.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            legendCell6.Name = "Cell3";
            legendCell6.Text = "Simple";
            legendItem2.Cells.Add(legendCell4);
            legendItem2.Cells.Add(legendCell5);
            legendItem2.Cells.Add(legendCell6);
            legendItem2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(180)))), ((int)(((byte)(65)))));
            legendItem2.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
            legendItem2.MarkerSize = 10;
            legendItem2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            legendItem2.Name = "Simple";
            legendItem3.BorderWidth = 2;
            legendCell7.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
            legendCell7.Name = "Cell1";
            legendCell8.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
            legendCell8.Name = "Cell2";
            legendCell9.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            legendCell9.Name = "Cell3";
            legendCell9.Text = "Exponential";
            legendItem3.Cells.Add(legendCell7);
            legendItem3.Cells.Add(legendCell8);
            legendItem3.Cells.Add(legendCell9);
            legendItem3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(64)))), ((int)(((byte)(10)))));
            legendItem3.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
            legendItem3.MarkerSize = 10;
            legendItem3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            legendItem3.Name = "Exponential";
            legendItem4.BorderWidth = 2;
            legendCell10.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
            legendCell10.Name = "Cell1";
            legendCell11.CellType = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
            legendCell11.Name = "Cell2";
            legendCell12.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            legendCell12.Name = "Cell3";
            legendCell12.Text = "Weighted";
            legendItem4.Cells.Add(legendCell10);
            legendItem4.Cells.Add(legendCell11);
            legendItem4.Cells.Add(legendCell12);
            legendItem4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
            legendItem4.ImageStyle = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
            legendItem4.MarkerSize = 10;
            legendItem4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            legendItem4.Name = "Weighted";
            legend1.CustomItems.Add(legendItem1);
            legend1.CustomItems.Add(legendItem2);
            legend1.CustomItems.Add(legendItem3);
            legend1.CustomItems.Add(legendItem4);
            legend1.Font = new System.Drawing.Font("Trebuchet MS", 8F, System.Drawing.FontStyle.Bold);
            legend1.HeaderSeparator = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
            legend1.HeaderSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            legend1.IsTextAutoFit = false;
            legend1.ItemColumnSeparator = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
            legend1.ItemColumnSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            legend1.Name = "Default";
            legend1.TitleFont = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold);
            legend1.TitleSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.lqtChart1.Legends.Add(legend1);
            this.lqtChart1.Location = new System.Drawing.Point(0, 30);
            this.lqtChart1.Name = "lqtChart1";
            series1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
            series1.BorderWidth = 2;
            series1.ChartArea = "Default";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series1.IsVisibleInLegend = false;
            series1.Legend = "Default";
            series1.Name = "Input";
            series1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            series1.ShadowOffset = 1;
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series2.ChartArea = "Default";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Legend = "Default";
            series2.Name = "Simple";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series3.ChartArea = "Default";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series3.Legend = "Default";
            series3.Name = "Exponential";
            series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series4.ChartArea = "Default";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series4.Legend = "Default";
            series4.Name = "Weighted";
            series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            this.lqtChart1.Series.Add(series1);
            this.lqtChart1.Series.Add(series2);
            this.lqtChart1.Series.Add(series3);
            this.lqtChart1.Series.Add(series4);
            this.lqtChart1.Size = new System.Drawing.Size(491, 368);
            this.lqtChart1.TabIndex = 8;
            // 
            // chartSandCMovingAvg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.lqtChart1);
            this.Controls.Add(this.panel4);
            this.Name = "chartSandCMovingAvg";
            this.Size = new System.Drawing.Size(491, 398);
            this.Load += new System.EventHandler(this.chartSandCMovingAvg_Load);
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lqtChart1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #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.StripLine  stripLine1  = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.StripLine  stripLine2  = new System.Windows.Forms.DataVisualization.Charting.StripLine();
     System.Windows.Forms.DataVisualization.Charting.Legend     legend1     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell2 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Series     series2     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title      title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title      title2      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.Windows.Forms.DataVisualization.Charting.Title      title3      = new System.Windows.Forms.DataVisualization.Charting.Title();
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor = System.Drawing.Color.DarkGray;
     chartArea1.AxisY2.StripLines.Add(stripLine1);
     chartArea1.AxisY2.StripLines.Add(stripLine2);
     chartArea1.BackColor   = System.Drawing.Color.Yellow;
     chartArea1.BorderColor = System.Drawing.Color.Bisque;
     chartArea1.Name        = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Top;
     legendCell1.Name = "Cell1";
     legendCell2.Name = "Cell2";
     legendItem1.Cells.Add(legendCell1);
     legendItem1.Cells.Add(legendCell2);
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.Name = "Legend4";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location    = new System.Drawing.Point(0, 0);
     this.chart1.Name        = "chart1";
     this.chart1.Palette     = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series1.BackHatchStyle  = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal;
     series1.ChartArea       = "ChartArea1";
     series1.Color           = System.Drawing.Color.Red;
     series1.Legend          = "Legend4";
     series1.Name            = "Xuất";
     series1.XValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series1.YValuesPerPoint = 2;
     series1.YValueType      = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea       = "ChartArea1";
     series2.ChartType       = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
     series2.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     series2.Legend          = "Legend4";
     series2.Name            = "Nhập";
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(852, 473);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Name          = "Title1";
     title2.Name          = "Title2";
     title3.Name          = "Title3";
     this.chart1.Titles.Add(title1);
     this.chart1.Titles.Add(title2);
     this.chart1.Titles.Add(title3);
     //
     // Statistic
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chart1);
     this.Name = "Statistic";
     this.Size = new System.Drawing.Size(852, 525);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea  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.Title      title9      = new System.Windows.Forms.DataVisualization.Charting.Title();
     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.LegendItem legendItem5 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell5 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.Title      title10     = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(Resultados));
     this.pnResultados           = new System.Windows.Forms.Panel();
     this.label1                 = new System.Windows.Forms.Label();
     this.lblMedia               = new System.Windows.Forms.Label();
     this.lblMediana             = new System.Windows.Forms.Label();
     this.lblModa                = new System.Windows.Forms.Label();
     this.lblDesvioMedio         = new System.Windows.Forms.Label();
     this.lblValencia            = new System.Windows.Forms.Label();
     this.lblValenciaAmostra     = new System.Windows.Forms.Label();
     this.lblDesvioPadrao        = new System.Windows.Forms.Label();
     this.lblDesvioPadraoAmostra = new System.Windows.Forms.Label();
     this.chtGrafico             = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.lblQuartilTwo          = new System.Windows.Forms.Label();
     this.lblQuartilOne          = new System.Windows.Forms.Label();
     this.lblQuartilTres         = new System.Windows.Forms.Label();
     this.chtGraficoPizza        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.lblDecilDez            = new System.Windows.Forms.Label();
     this.lblDecilVinte          = new System.Windows.Forms.Label();
     this.lblDecilTrinta         = new System.Windows.Forms.Label();
     this.lblDecilQuarenta       = new System.Windows.Forms.Label();
     this.lblDecilCinquenta      = new System.Windows.Forms.Label();
     this.lblDecilNoventa        = new System.Windows.Forms.Label();
     this.lblDecilOitenta        = new System.Windows.Forms.Label();
     this.lblDecilSetenta        = new System.Windows.Forms.Label();
     this.lblDecilSessenta       = new System.Windows.Forms.Label();
     this.btnVoltar              = new System.Windows.Forms.PictureBox();
     this.btnSair                = new System.Windows.Forms.PictureBox();
     this.dgvTabela              = new System.Windows.Forms.DataGridView();
     this.Intervalo              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Frequencia             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnResultados.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chtGrafico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chtGraficoPizza)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnVoltar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSair)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTabela)).BeginInit();
     this.SuspendLayout();
     //
     // pnResultados
     //
     this.pnResultados.BackColor = System.Drawing.Color.Chartreuse;
     this.pnResultados.Controls.Add(this.label1);
     this.pnResultados.Location = new System.Drawing.Point(0, 0);
     this.pnResultados.Name     = "pnResultados";
     this.pnResultados.Size     = new System.Drawing.Size(857, 53);
     this.pnResultados.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(359, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(135, 33);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Resultados";
     //
     // lblMedia
     //
     this.lblMedia.AutoSize = true;
     this.lblMedia.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMedia.Location = new System.Drawing.Point(23, 72);
     this.lblMedia.Name     = "lblMedia";
     this.lblMedia.Size     = new System.Drawing.Size(65, 23);
     this.lblMedia.TabIndex = 2;
     this.lblMedia.Text     = "Média: ";
     //
     // lblMediana
     //
     this.lblMediana.AutoSize = true;
     this.lblMediana.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMediana.Location = new System.Drawing.Point(23, 107);
     this.lblMediana.Name     = "lblMediana";
     this.lblMediana.Size     = new System.Drawing.Size(81, 23);
     this.lblMediana.TabIndex = 3;
     this.lblMediana.Text     = "Mediana: ";
     //
     // lblModa
     //
     this.lblModa.AutoSize = true;
     this.lblModa.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblModa.Location = new System.Drawing.Point(23, 143);
     this.lblModa.Name     = "lblModa";
     this.lblModa.Size     = new System.Drawing.Size(60, 23);
     this.lblModa.TabIndex = 4;
     this.lblModa.Text     = "Moda: ";
     //
     // lblDesvioMedio
     //
     this.lblDesvioMedio.AutoSize = true;
     this.lblDesvioMedio.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDesvioMedio.Location = new System.Drawing.Point(23, 177);
     this.lblDesvioMedio.Name     = "lblDesvioMedio";
     this.lblDesvioMedio.Size     = new System.Drawing.Size(118, 23);
     this.lblDesvioMedio.TabIndex = 5;
     this.lblDesvioMedio.Text     = "Desvio Médio: ";
     //
     // lblValencia
     //
     this.lblValencia.AutoSize = true;
     this.lblValencia.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblValencia.Location = new System.Drawing.Point(23, 211);
     this.lblValencia.Name     = "lblValencia";
     this.lblValencia.Size     = new System.Drawing.Size(80, 23);
     this.lblValencia.TabIndex = 6;
     this.lblValencia.Text     = "Valência: ";
     //
     // lblValenciaAmostra
     //
     this.lblValenciaAmostra.AutoSize = true;
     this.lblValenciaAmostra.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblValenciaAmostra.Location = new System.Drawing.Point(23, 246);
     this.lblValenciaAmostra.Name     = "lblValenciaAmostra";
     this.lblValenciaAmostra.Size     = new System.Drawing.Size(158, 23);
     this.lblValenciaAmostra.TabIndex = 7;
     this.lblValenciaAmostra.Text     = "Valência (Amostra): ";
     //
     // lblDesvioPadrao
     //
     this.lblDesvioPadrao.AutoSize = true;
     this.lblDesvioPadrao.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDesvioPadrao.Location = new System.Drawing.Point(23, 284);
     this.lblDesvioPadrao.Name     = "lblDesvioPadrao";
     this.lblDesvioPadrao.Size     = new System.Drawing.Size(122, 23);
     this.lblDesvioPadrao.TabIndex = 8;
     this.lblDesvioPadrao.Text     = "Desvio Padrão: ";
     //
     // lblDesvioPadraoAmostra
     //
     this.lblDesvioPadraoAmostra.AutoSize = true;
     this.lblDesvioPadraoAmostra.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDesvioPadraoAmostra.Location = new System.Drawing.Point(23, 320);
     this.lblDesvioPadraoAmostra.Name     = "lblDesvioPadraoAmostra";
     this.lblDesvioPadraoAmostra.Size     = new System.Drawing.Size(200, 23);
     this.lblDesvioPadraoAmostra.TabIndex = 9;
     this.lblDesvioPadraoAmostra.Text     = "Desvio Padrão (Amostra): ";
     //
     // chtGrafico
     //
     chartArea9.Name = "ChartArea1";
     this.chtGrafico.ChartAreas.Add(chartArea9);
     legend9.Name = "Legend1";
     this.chtGrafico.Legends.Add(legend9);
     this.chtGrafico.Location = new System.Drawing.Point(475, 84);
     this.chtGrafico.Name     = "chtGrafico";
     this.chtGrafico.Size     = new System.Drawing.Size(358, 300);
     this.chtGrafico.TabIndex = 10;
     this.chtGrafico.Text     = "chart1";
     title9.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title9.Name = "Title1";
     title9.Text = "Histograma";
     this.chtGrafico.Titles.Add(title9);
     //
     // lblQuartilTwo
     //
     this.lblQuartilTwo.AutoSize = true;
     this.lblQuartilTwo.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuartilTwo.Location = new System.Drawing.Point(23, 388);
     this.lblQuartilTwo.Name     = "lblQuartilTwo";
     this.lblQuartilTwo.Size     = new System.Drawing.Size(120, 23);
     this.lblQuartilTwo.TabIndex = 12;
     this.lblQuartilTwo.Text     = "Quartil(50%): ";
     //
     // lblQuartilOne
     //
     this.lblQuartilOne.AutoSize = true;
     this.lblQuartilOne.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuartilOne.Location = new System.Drawing.Point(23, 352);
     this.lblQuartilOne.Name     = "lblQuartilOne";
     this.lblQuartilOne.Size     = new System.Drawing.Size(120, 23);
     this.lblQuartilOne.TabIndex = 0;
     this.lblQuartilOne.Text     = "Quartil(25%): ";
     //
     // lblQuartilTres
     //
     this.lblQuartilTres.AutoSize = true;
     this.lblQuartilTres.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuartilTres.Location = new System.Drawing.Point(300, 388);
     this.lblQuartilTres.Name     = "lblQuartilTres";
     this.lblQuartilTres.Size     = new System.Drawing.Size(120, 23);
     this.lblQuartilTres.TabIndex = 13;
     this.lblQuartilTres.Text     = "Quartil(75%): ";
     //
     // chtGraficoPizza
     //
     chartArea10.Name = "ChartArea1";
     this.chtGraficoPizza.ChartAreas.Add(chartArea10);
     legendCell5.Name = "Teste cell 1";
     legendItem5.Cells.Add(legendCell5);
     legendItem5.Name = "teste";
     legend10.CustomItems.Add(legendItem5);
     legend10.Name = "Legend1";
     this.chtGraficoPizza.Legends.Add(legend10);
     this.chtGraficoPizza.Location = new System.Drawing.Point(475, 409);
     this.chtGraficoPizza.Name     = "chtGraficoPizza";
     this.chtGraficoPizza.Size     = new System.Drawing.Size(358, 300);
     this.chtGraficoPizza.TabIndex = 14;
     this.chtGraficoPizza.Text     = "chart1";
     title10.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title10.Name = "Title1";
     title10.Text = "Gráfico de setores";
     this.chtGraficoPizza.Titles.Add(title10);
     //
     // lblDecilDez
     //
     this.lblDecilDez.AutoSize = true;
     this.lblDecilDez.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilDez.Location = new System.Drawing.Point(300, 72);
     this.lblDecilDez.Name     = "lblDecilDez";
     this.lblDecilDez.Size     = new System.Drawing.Size(95, 23);
     this.lblDecilDez.TabIndex = 15;
     this.lblDecilDez.Text     = "Decil(10%):";
     //
     // lblDecilVinte
     //
     this.lblDecilVinte.AutoSize = true;
     this.lblDecilVinte.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilVinte.Location = new System.Drawing.Point(300, 107);
     this.lblDecilVinte.Name     = "lblDecilVinte";
     this.lblDecilVinte.Size     = new System.Drawing.Size(103, 23);
     this.lblDecilVinte.TabIndex = 16;
     this.lblDecilVinte.Text     = "Decil(20%): ";
     //
     // lblDecilTrinta
     //
     this.lblDecilTrinta.AutoSize = true;
     this.lblDecilTrinta.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilTrinta.Location = new System.Drawing.Point(300, 143);
     this.lblDecilTrinta.Name     = "lblDecilTrinta";
     this.lblDecilTrinta.Size     = new System.Drawing.Size(103, 23);
     this.lblDecilTrinta.TabIndex = 17;
     this.lblDecilTrinta.Text     = "Decil(30%): ";
     //
     // lblDecilQuarenta
     //
     this.lblDecilQuarenta.AutoSize = true;
     this.lblDecilQuarenta.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilQuarenta.Location = new System.Drawing.Point(300, 177);
     this.lblDecilQuarenta.Name     = "lblDecilQuarenta";
     this.lblDecilQuarenta.Size     = new System.Drawing.Size(98, 23);
     this.lblDecilQuarenta.TabIndex = 18;
     this.lblDecilQuarenta.Text     = "Decil(40%):";
     //
     // lblDecilCinquenta
     //
     this.lblDecilCinquenta.AutoSize = true;
     this.lblDecilCinquenta.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilCinquenta.Location = new System.Drawing.Point(300, 211);
     this.lblDecilCinquenta.Name     = "lblDecilCinquenta";
     this.lblDecilCinquenta.Size     = new System.Drawing.Size(98, 23);
     this.lblDecilCinquenta.TabIndex = 19;
     this.lblDecilCinquenta.Text     = "Decil(50%):";
     //
     // lblDecilNoventa
     //
     this.lblDecilNoventa.AutoSize = true;
     this.lblDecilNoventa.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilNoventa.Location = new System.Drawing.Point(300, 352);
     this.lblDecilNoventa.Name     = "lblDecilNoventa";
     this.lblDecilNoventa.Size     = new System.Drawing.Size(98, 23);
     this.lblDecilNoventa.TabIndex = 23;
     this.lblDecilNoventa.Text     = "Decil(90%):";
     //
     // lblDecilOitenta
     //
     this.lblDecilOitenta.AutoSize = true;
     this.lblDecilOitenta.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilOitenta.Location = new System.Drawing.Point(300, 320);
     this.lblDecilOitenta.Name     = "lblDecilOitenta";
     this.lblDecilOitenta.Size     = new System.Drawing.Size(103, 23);
     this.lblDecilOitenta.TabIndex = 22;
     this.lblDecilOitenta.Text     = "Decil(80%): ";
     //
     // lblDecilSetenta
     //
     this.lblDecilSetenta.AutoSize = true;
     this.lblDecilSetenta.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilSetenta.Location = new System.Drawing.Point(300, 284);
     this.lblDecilSetenta.Name     = "lblDecilSetenta";
     this.lblDecilSetenta.Size     = new System.Drawing.Size(103, 23);
     this.lblDecilSetenta.TabIndex = 21;
     this.lblDecilSetenta.Text     = "Decil(70%): ";
     //
     // lblDecilSessenta
     //
     this.lblDecilSessenta.AutoSize = true;
     this.lblDecilSessenta.Font     = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecilSessenta.Location = new System.Drawing.Point(300, 246);
     this.lblDecilSessenta.Name     = "lblDecilSessenta";
     this.lblDecilSessenta.Size     = new System.Drawing.Size(98, 23);
     this.lblDecilSessenta.TabIndex = 20;
     this.lblDecilSessenta.Text     = "Decil(60%):";
     //
     // btnVoltar
     //
     this.btnVoltar.Image    = ((System.Drawing.Image)(resources.GetObject("btnVoltar.Image")));
     this.btnVoltar.Location = new System.Drawing.Point(27, 599);
     this.btnVoltar.Name     = "btnVoltar";
     this.btnVoltar.Size     = new System.Drawing.Size(167, 138);
     this.btnVoltar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnVoltar.TabIndex = 24;
     this.btnVoltar.TabStop  = false;
     this.btnVoltar.Click   += new System.EventHandler(this.btnVoltar_Click);
     //
     // btnSair
     //
     this.btnSair.Image    = ((System.Drawing.Image)(resources.GetObject("btnSair.Image")));
     this.btnSair.Location = new System.Drawing.Point(253, 599);
     this.btnSair.Name     = "btnSair";
     this.btnSair.Size     = new System.Drawing.Size(167, 138);
     this.btnSair.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnSair.TabIndex = 25;
     this.btnSair.TabStop  = false;
     this.btnSair.Click   += new System.EventHandler(this.btnSair_Click);
     //
     // dgvTabela
     //
     this.dgvTabela.AllowUserToAddRows          = false;
     this.dgvTabela.AllowUserToDeleteRows       = false;
     this.dgvTabela.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvTabela.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Intervalo,
         this.Frequencia
     });
     this.dgvTabela.Location = new System.Drawing.Point(60, 427);
     this.dgvTabela.Name     = "dgvTabela";
     this.dgvTabela.ReadOnly = true;
     this.dgvTabela.Size     = new System.Drawing.Size(243, 153);
     this.dgvTabela.TabIndex = 26;
     //
     // Intervalo
     //
     this.Intervalo.HeaderText     = "Intervalo";
     this.Intervalo.MaxInputLength = 15;
     this.Intervalo.Name           = "Intervalo";
     this.Intervalo.ReadOnly       = true;
     this.Intervalo.Resizable      = System.Windows.Forms.DataGridViewTriState.False;
     //
     // Frequencia
     //
     this.Frequencia.HeaderText     = "Frequência";
     this.Frequencia.MaxInputLength = 3;
     this.Frequencia.Name           = "Frequencia";
     this.Frequencia.ReadOnly       = true;
     this.Frequencia.Resizable      = System.Windows.Forms.DataGridViewTriState.False;
     //
     // Resultados
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(857, 749);
     this.Controls.Add(this.dgvTabela);
     this.Controls.Add(this.btnSair);
     this.Controls.Add(this.btnVoltar);
     this.Controls.Add(this.lblDecilNoventa);
     this.Controls.Add(this.lblDecilOitenta);
     this.Controls.Add(this.lblDecilSetenta);
     this.Controls.Add(this.lblDecilSessenta);
     this.Controls.Add(this.lblDecilCinquenta);
     this.Controls.Add(this.lblDecilQuarenta);
     this.Controls.Add(this.lblDecilTrinta);
     this.Controls.Add(this.lblDecilVinte);
     this.Controls.Add(this.lblDecilDez);
     this.Controls.Add(this.chtGraficoPizza);
     this.Controls.Add(this.lblQuartilTres);
     this.Controls.Add(this.lblQuartilTwo);
     this.Controls.Add(this.lblQuartilOne);
     this.Controls.Add(this.chtGrafico);
     this.Controls.Add(this.lblDesvioPadraoAmostra);
     this.Controls.Add(this.lblDesvioPadrao);
     this.Controls.Add(this.lblValenciaAmostra);
     this.Controls.Add(this.lblValencia);
     this.Controls.Add(this.lblDesvioMedio);
     this.Controls.Add(this.lblModa);
     this.Controls.Add(this.lblMediana);
     this.Controls.Add(this.lblMedia);
     this.Controls.Add(this.pnResultados);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Resultados";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Estatística - Resultados";
     this.Load           += new System.EventHandler(this.Resultados_Load);
     this.pnResultados.ResumeLayout(false);
     this.pnResultados.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chtGrafico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chtGraficoPizza)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnVoltar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSair)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTabela)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #19
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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     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.debugInstructionsLabel = new System.Windows.Forms.Label();
     this.button1             = new System.Windows.Forms.Button();
     this.helloWorldLabel     = new System.Windows.Forms.Label();
     this.filePathTextbox     = new System.Windows.Forms.TextBox();
     this.dataGridView1       = new System.Windows.Forms.DataGridView();
     this.button2             = new System.Windows.Forms.Button();
     this.performanceCounter1 = new System.Diagnostics.PerformanceCounter();
     this.commaSeparatedRadio = new System.Windows.Forms.RadioButton();
     this.tabSeparatedRadio   = new System.Windows.Forms.RadioButton();
     this.backgroundWorker1   = new System.ComponentModel.BackgroundWorker();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.anomalyText       = new System.Windows.Forms.RichTextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.graph             = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.openFileExplorer  = new System.Windows.Forms.OpenFileDialog();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.changePointDet    = new System.Windows.Forms.CheckBox();
     this.spikeDet          = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.graph)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // debugInstructionsLabel
     //
     this.debugInstructionsLabel.AutoSize = true;
     this.debugInstructionsLabel.Location = new System.Drawing.Point(17, 105);
     this.debugInstructionsLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.debugInstructionsLabel.Name     = "debugInstructionsLabel";
     this.debugInstructionsLabel.Size     = new System.Drawing.Size(154, 25);
     this.debugInstructionsLabel.TabIndex = 1;
     this.debugInstructionsLabel.Text     = "Data File Path:";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(423, 130);
     this.button1.Margin   = new System.Windows.Forms.Padding(4);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(121, 46);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Find";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // helloWorldLabel
     //
     this.helloWorldLabel.AutoSize = true;
     this.helloWorldLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helloWorldLabel.Location = new System.Drawing.Point(13, 25);
     this.helloWorldLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.helloWorldLabel.Name     = "helloWorldLabel";
     this.helloWorldLabel.Size     = new System.Drawing.Size(385, 51);
     this.helloWorldLabel.TabIndex = 3;
     this.helloWorldLabel.Text     = "Anomaly Detection";
     //
     // filePathTextbox
     //
     this.filePathTextbox.Location = new System.Drawing.Point(22, 138);
     this.filePathTextbox.Name     = "filePathTextbox";
     this.filePathTextbox.Size     = new System.Drawing.Size(394, 31);
     this.filePathTextbox.TabIndex = 4;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location           = new System.Drawing.Point(18, 388);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 33;
     this.dataGridView1.Size               = new System.Drawing.Size(526, 812);
     this.dataGridView1.TabIndex           = 5;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(14, 310);
     this.button2.Margin   = new System.Windows.Forms.Padding(4);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(544, 46);
     this.button2.TabIndex = 6;
     this.button2.Text     = "Go";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // commaSeparatedRadio
     //
     this.commaSeparatedRadio.AutoSize = true;
     this.commaSeparatedRadio.Checked  = true;
     this.commaSeparatedRadio.Location = new System.Drawing.Point(13, 19);
     this.commaSeparatedRadio.Name     = "commaSeparatedRadio";
     this.commaSeparatedRadio.Size     = new System.Drawing.Size(221, 29);
     this.commaSeparatedRadio.TabIndex = 9;
     this.commaSeparatedRadio.TabStop  = true;
     this.commaSeparatedRadio.Text     = "Comma Separated";
     this.commaSeparatedRadio.UseVisualStyleBackColor = true;
     //
     // tabSeparatedRadio
     //
     this.tabSeparatedRadio.AutoSize = true;
     this.tabSeparatedRadio.Location = new System.Drawing.Point(13, 66);
     this.tabSeparatedRadio.Name     = "tabSeparatedRadio";
     this.tabSeparatedRadio.Size     = new System.Drawing.Size(185, 29);
     this.tabSeparatedRadio.TabIndex = 10;
     this.tabSeparatedRadio.Text     = "Tab Separated";
     this.tabSeparatedRadio.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 360);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(197, 25);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Data View Preview:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(600, 130);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(210, 25);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Anomalies Detected:";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new System.Drawing.Size(61, 4);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.contextMenuStrip2.Name             = "contextMenuStrip2";
     this.contextMenuStrip2.Size             = new System.Drawing.Size(61, 4);
     //
     // anomalyText
     //
     this.anomalyText.ForeColor = System.Drawing.Color.Black;
     this.anomalyText.Location  = new System.Drawing.Point(605, 168);
     this.anomalyText.Name      = "anomalyText";
     this.anomalyText.Size      = new System.Drawing.Size(1194, 174);
     this.anomalyText.TabIndex  = 17;
     this.anomalyText.Text      = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(600, 360);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 25);
     this.label3.TabIndex = 18;
     this.label3.Text     = "Graph:";
     //
     // graph
     //
     chartArea1.AxisX.Title   = "Month";
     chartArea1.AxisY.Maximum = 700D;
     chartArea1.AxisY.Minimum = 0D;
     chartArea1.AxisY.Title   = "Sales";
     chartArea1.Name          = "ChartArea1";
     this.graph.ChartAreas.Add(chartArea1);
     legendItem1.ImageStyle        = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem1.MarkerBorderColor = System.Drawing.Color.DarkRed;
     legendItem1.MarkerBorderWidth = 0;
     legendItem1.MarkerColor       = System.Drawing.Color.DarkRed;
     legendItem1.MarkerSize        = 15;
     legendItem1.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star4;
     legendItem1.Name              = "Spike";
     legendItem2.ImageStyle        = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker;
     legendItem2.MarkerBorderColor = System.Drawing.Color.DarkBlue;
     legendItem2.MarkerBorderWidth = 0;
     legendItem2.MarkerColor       = System.Drawing.Color.DarkBlue;
     legendItem2.MarkerSize        = 15;
     legendItem2.MarkerStyle       = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star4;
     legendItem2.Name              = "Change point";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.Enabled = false;
     legend1.Name    = "Legend1";
     this.graph.Legends.Add(legend1);
     this.graph.Location       = new System.Drawing.Point(605, 388);
     this.graph.Name           = "graph";
     this.graph.Palette        = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series1.ChartArea         = "ChartArea1";
     series1.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.Color             = System.Drawing.Color.DimGray;
     series1.IsVisibleInLegend = false;
     series1.IsXValueIndexed   = true;
     series1.Legend            = "Legend1";
     series1.Name              = "Series1";
     series2.ChartArea         = "ChartArea1";
     series2.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     series2.IsVisibleInLegend = false;
     series2.Legend            = "Legend1";
     series2.Name              = "Series2";
     this.graph.Series.Add(series1);
     this.graph.Series.Add(series2);
     this.graph.Size     = new System.Drawing.Size(1194, 812);
     this.graph.TabIndex = 19;
     this.graph.Text     = "graph";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.commaSeparatedRadio);
     this.panel1.Controls.Add(this.tabSeparatedRadio);
     this.panel1.Location = new System.Drawing.Point(14, 183);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(241, 116);
     this.panel1.TabIndex = 22;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.changePointDet);
     this.panel2.Controls.Add(this.spikeDet);
     this.panel2.Location = new System.Drawing.Point(261, 183);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(297, 116);
     this.panel2.TabIndex = 23;
     //
     // changePointDet
     //
     this.changePointDet.AutoSize = true;
     this.changePointDet.Location = new System.Drawing.Point(24, 66);
     this.changePointDet.Name     = "changePointDet";
     this.changePointDet.Size     = new System.Drawing.Size(271, 29);
     this.changePointDet.TabIndex = 25;
     this.changePointDet.Text     = "Change Point Detection";
     this.changePointDet.UseVisualStyleBackColor = true;
     //
     // spikeDet
     //
     this.spikeDet.AutoSize = true;
     this.spikeDet.Location = new System.Drawing.Point(24, 20);
     this.spikeDet.Name     = "spikeDet";
     this.spikeDet.Size     = new System.Drawing.Size(195, 29);
     this.spikeDet.TabIndex = 24;
     this.spikeDet.Text     = "Spike Detection";
     this.spikeDet.UseVisualStyleBackColor = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1841, 1231);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.graph);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.anomalyText);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.filePathTextbox);
     this.Controls.Add(this.helloWorldLabel);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.debugInstructionsLabel);
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Anomaly Detection";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.graph)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea        chartArea1        = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend1           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem1       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem2       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem3       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem4       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem5       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Legend           legend2           = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn3 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn4 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem6       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem7       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem8       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem9       = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem       legendItem10      = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     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.dateEscolhida = new System.Windows.Forms.DateTimePicker();
     this.checkEnable3D = new System.Windows.Forms.CheckBox();
     this.label1        = new System.Windows.Forms.Label();
     this.numericGrau   = new System.Windows.Forms.NumericUpDown();
     this.btnDescrimina = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericGrau)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.BackColor            = System.Drawing.Color.Gray;
     this.chart1.BorderSkin.SkinStyle = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle1;
     chartArea1.BackColor             = System.Drawing.Color.Transparent;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     legendCellColumn1.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn1.ColumnType      = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
     legendCellColumn1.ForeColor       = System.Drawing.Color.Transparent;
     legendCellColumn1.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn1.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn1.HeaderText      = "Cor";
     legendCellColumn1.Name            = "Column1";
     legendCellColumn1.Text            = "#leo2";
     legendCellColumn2.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn2.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn2.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn2.HeaderText      = "Classe";
     legendCellColumn2.Name            = "Column2";
     legend1.CellColumns.Add(legendCellColumn1);
     legend1.CellColumns.Add(legendCellColumn2);
     legendItem1.Color = System.Drawing.Color.Red;
     legendItem1.Name  = "Bazar";
     legendItem2.Color = System.Drawing.Color.Yellow;
     legendItem2.Name  = "Lava-Rápido";
     legendItem3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     legendItem3.Name  = "Dízimo";
     legendItem4.Color = System.Drawing.Color.Navy;
     legendItem4.Name  = "Oferta";
     legendItem5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     legendItem5.Name  = "Cantina";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.CustomItems.Add(legendItem4);
     legend1.CustomItems.Add(legendItem5);
     legend1.DockedToChartArea = "ChartArea1";
     legend1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.IsDockedInsideChartArea = false;
     legend1.IsEquallySpacedItems    = true;
     legend1.IsTextAutoFit           = false;
     legend1.Name                      = "Legend1";
     legend1.Title                     = "Movimentação de entrada";
     legend1.TitleFont                 = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.TitleSeparator            = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
     legend2.Alignment                 = System.Drawing.StringAlignment.Far;
     legendCellColumn3.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn3.Font            = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legendCellColumn3.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn3.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn3.HeaderText      = "Cor";
     legendCellColumn3.Name            = "Column1";
     legendCellColumn3.Text            = "#leo";
     legendCellColumn4.Alignment       = System.Drawing.ContentAlignment.MiddleLeft;
     legendCellColumn4.BackColor       = System.Drawing.Color.DarkSalmon;
     legendCellColumn4.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legendCellColumn4.HeaderForeColor = System.Drawing.Color.Maroon;
     legendCellColumn4.HeaderText      = "Classe";
     legendCellColumn4.Name            = "Column2";
     legend2.CellColumns.Add(legendCellColumn3);
     legend2.CellColumns.Add(legendCellColumn4);
     legendItem6.Color  = System.Drawing.Color.Red;
     legendItem6.Name   = "Aluguel";
     legendItem7.Color  = System.Drawing.Color.Yellow;
     legendItem7.Name   = "Transação";
     legendItem8.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     legendItem8.Name   = "Transporte";
     legendItem9.Color  = System.Drawing.Color.Navy;
     legendItem9.Name   = "Compra";
     legendItem10.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     legendItem10.Name  = "Retiro";
     legend2.CustomItems.Add(legendItem6);
     legend2.CustomItems.Add(legendItem7);
     legend2.CustomItems.Add(legendItem8);
     legend2.CustomItems.Add(legendItem9);
     legend2.CustomItems.Add(legendItem10);
     legend2.DockedToChartArea = "ChartArea1";
     legend2.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend2.HeaderSeparator         = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.DashLine;
     legend2.HeaderSeparatorColor    = System.Drawing.Color.Silver;
     legend2.IsDockedInsideChartArea = false;
     legend2.IsEquallySpacedItems    = true;
     legend2.IsTextAutoFit           = false;
     legend2.Name                    = "Legend2";
     legend2.Title                   = "Movimentação de saída";
     legend2.TitleSeparator          = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
     this.chart1.Legends.Add(legend1);
     this.chart1.Legends.Add(legend2);
     this.chart1.Location      = new System.Drawing.Point(0, 0);
     this.chart1.Name          = "chart1";
     this.chart1.Palette       = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel;
     series1.ChartArea         = "ChartArea1";
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Legend1";
     series1.LegendText        = "...";
     series1.Name              = "Series1";
     series1.XValueMember      = "Data";
     series1.XValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series1.YValueMembers     = "Valor";
     series1.YValuesPerPoint   = 3;
     series1.YValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea         = "ChartArea1";
     series2.IsVisibleInLegend = false;
     series2.Legend            = "Legend2";
     series2.LegendText        = "...";
     series2.Name              = "Series2";
     series2.XValueMember      = "Data";
     series2.XValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series2.YValueMembers     = "Valor";
     series2.YValueType        = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1496, 679);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Font          = new System.Drawing.Font("Impact", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     title1.Name          = "Title1";
     title1.Text          = "Gráfico de movimentação";
     this.chart1.Titles.Add(title1);
     this.chart1.Click += new System.EventHandler(this.chart1_Click);
     //
     // dateEscolhida
     //
     this.dateEscolhida.CalendarFont  = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateEscolhida.Location      = new System.Drawing.Point(0, 0);
     this.dateEscolhida.Name          = "dateEscolhida";
     this.dateEscolhida.Size          = new System.Drawing.Size(287, 22);
     this.dateEscolhida.TabIndex      = 1;
     this.dateEscolhida.ValueChanged += new System.EventHandler(this.dateEscolhida_ValueChanged);
     //
     // checkEnable3D
     //
     this.checkEnable3D.AutoSize = true;
     this.checkEnable3D.Location = new System.Drawing.Point(304, 0);
     this.checkEnable3D.Name     = "checkEnable3D";
     this.checkEnable3D.Size     = new System.Drawing.Size(88, 21);
     this.checkEnable3D.TabIndex = 2;
     this.checkEnable3D.Text     = "Ativar 3D";
     this.checkEnable3D.UseVisualStyleBackColor = true;
     this.checkEnable3D.CheckedChanged         += new System.EventHandler(this.checkEnable3D_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(409, 5);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 17);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Grau";
     //
     // numericGrau
     //
     this.numericGrau.Location = new System.Drawing.Point(464, 3);
     this.numericGrau.Maximum  = new decimal(new int[] {
         180,
         0,
         0,
         0
     });
     this.numericGrau.Minimum = new decimal(new int[] {
         180,
         0,
         0,
         -2147483648
     });
     this.numericGrau.Name          = "numericGrau";
     this.numericGrau.Size          = new System.Drawing.Size(82, 22);
     this.numericGrau.TabIndex      = 5;
     this.numericGrau.ValueChanged += new System.EventHandler(this.numericGrau_ValueChanged);
     //
     // btnDescrimina
     //
     this.btnDescrimina.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDescrimina.Location = new System.Drawing.Point(0, 27);
     this.btnDescrimina.Name     = "btnDescrimina";
     this.btnDescrimina.Size     = new System.Drawing.Size(337, 33);
     this.btnDescrimina.TabIndex = 6;
     this.btnDescrimina.Text     = "Descriminar movimentações";
     this.btnDescrimina.UseVisualStyleBackColor = true;
     this.btnDescrimina.Click += new System.EventHandler(this.btnDescrimina_Click);
     //
     // FrmGrafico
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1496, 679);
     this.Controls.Add(this.btnDescrimina);
     this.Controls.Add(this.numericGrau);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkEnable3D);
     this.Controls.Add(this.dateEscolhida);
     this.Controls.Add(this.chart1);
     this.Name          = "FrmGrafico";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmGrafico";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FrmGrafico_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericGrau)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #21
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.LegendCellColumn legendCellColumn1 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
            System.Windows.Forms.DataVisualization.Charting.LegendCellColumn legendCellColumn2 = new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell2 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell3 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell4 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell5 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell6 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell7 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell8 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell9 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell10 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell11 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell12 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
            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();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.PowTrend = new System.Windows.Forms.CheckBox();
            this.LogTrend = new System.Windows.Forms.CheckBox();
            this.ExpSmoothing = new System.Windows.Forms.CheckBox();
            this.LineTrend = new System.Windows.Forms.CheckBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.ShowGrid = new System.Windows.Forms.CheckBox();
            this.BtnSave = new System.Windows.Forms.Button();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1092, 518);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chart1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(882, 512);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Графики";
            // 
            // chart1
            // 
            chartArea1.AxisX.Title = "Дата";
            chartArea1.AxisY.Title = "Значение";
            chartArea1.Name = "Data";
            this.chart1.ChartAreas.Add(chartArea1);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legendCellColumn1.ColumnType = System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol;
            legendCellColumn1.Name = "Column1";
            legendCellColumn2.Name = "Column2";
            legend1.CellColumns.Add(legendCellColumn1);
            legend1.CellColumns.Add(legendCellColumn2);
            legend1.Name = "Legend1";
            legendCell1.Name = "Cell1";
            legendCell1.Text = "Линейный тренд";
            legendCell2.Name = "Cell3";
            legendCell2.Text = "0";
            legendCell3.Name = "Cell2";
            legendCell3.Text = "0";
            legendItem1.Cells.Add(legendCell1);
            legendItem1.Cells.Add(legendCell2);
            legendItem1.Cells.Add(legendCell3);
            legendCell4.Name = "Cell1";
            legendCell4.Text = "Экспоненциальный\\nтренд";
            legendCell5.Name = "Cell3";
            legendCell5.Text = "0";
            legendCell6.Name = "Cell2";
            legendCell6.Text = "0";
            legendItem2.Cells.Add(legendCell4);
            legendItem2.Cells.Add(legendCell5);
            legendItem2.Cells.Add(legendCell6);
            legendCell7.Name = "Cell1";
            legendCell7.Text = "Логарифмический тренд";
            legendCell8.Name = "Cell3";
            legendCell8.Text = "0";
            legendCell9.Name = "Cell2";
            legendCell9.Text = "0";
            legendItem3.Cells.Add(legendCell7);
            legendItem3.Cells.Add(legendCell8);
            legendItem3.Cells.Add(legendCell9);
            legendCell10.Name = "Cell1";
            legendCell10.Text = "Степенной тренд";
            legendCell11.Name = "Cell3";
            legendCell11.Text = "0";
            legendCell12.Name = "Cell2";
            legendCell12.Text = "0";
            legendItem4.Cells.Add(legendCell10);
            legendItem4.Cells.Add(legendCell11);
            legendItem4.Cells.Add(legendCell12);
            legend2.CustomItems.Add(legendItem1);
            legend2.CustomItems.Add(legendItem2);
            legend2.CustomItems.Add(legendItem3);
            legend2.CustomItems.Add(legendItem4);
            legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
            legend2.Name = "Legend3";
            legend2.Title = "Методы, их уравнения\\nи коэфициенты достоверности\\nапроксимации R2";
            this.chart1.Legends.Add(legend1);
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(3, 22);
            this.chart1.Name = "chart1";
            series1.ChartArea = "Data";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series1.Color = System.Drawing.Color.Blue;
            series1.EmptyPointStyle.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot;
            series1.EmptyPointStyle.BorderWidth = 12;
            series1.EmptyPointStyle.Color = System.Drawing.Color.Navy;
            series1.Legend = "Legend1";
            series1.LegendText = "Данные";
            series1.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            series1.MarkerSize = 3;
            series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series1.Name = "График";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series2.ChartArea = "Data";
            series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
            series2.Color = System.Drawing.Color.OrangeRed;
            series2.Legend = "Legend1";
            series2.MarkerSize = 3;
            series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series2.Name = "Линейный тренд";
            series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series3.ChartArea = "Data";
            series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series3.Color = System.Drawing.Color.Fuchsia;
            series3.Legend = "Legend1";
            series3.MarkerSize = 3;
            series3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square;
            series3.Name = "Экспоненциальный\\nтренд";
            series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series4.ChartArea = "Data";
            series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series4.Color = System.Drawing.Color.Green;
            series4.Legend = "Legend1";
            series4.MarkerSize = 3;
            series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series4.Name = "Логарифмический\\n тренд";
            series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series4.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            series5.ChartArea = "Data";
            series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
            series5.Color = System.Drawing.Color.Sienna;
            series5.CustomProperties = "ннн=0";
            series5.Legend = "Legend1";
            series5.MarkerSize = 3;
            series5.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
            series5.Name = "Степенной тренд";
            series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
            series5.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chart1.Series.Add(series1);
            this.chart1.Series.Add(series2);
            this.chart1.Series.Add(series3);
            this.chart1.Series.Add(series4);
            this.chart1.Series.Add(series5);
            this.chart1.Size = new System.Drawing.Size(876, 487);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.BtnSave, 0, 3);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(891, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 4;
            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(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size = new System.Drawing.Size(198, 512);
            this.tableLayoutPanel2.TabIndex = 1;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.tableLayoutPanel3);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(3, 90);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(192, 311);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Методы";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.AutoSize = true;
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel3.Controls.Add(this.PowTrend, 0, 3);
            this.tableLayoutPanel3.Controls.Add(this.LogTrend, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.ExpSmoothing, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.LineTrend, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 22);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 4;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(186, 286);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // PowTrend
            // 
            this.PowTrend.AutoSize = true;
            this.PowTrend.Checked = true;
            this.PowTrend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.PowTrend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PowTrend.Location = new System.Drawing.Point(3, 216);
            this.PowTrend.Name = "PowTrend";
            this.PowTrend.Size = new System.Drawing.Size(185, 67);
            this.PowTrend.TabIndex = 7;
            this.PowTrend.Text = "Степенной тренд";
            this.PowTrend.UseVisualStyleBackColor = true;
            this.PowTrend.CheckedChanged += new System.EventHandler(this.PowTrend_CheckedChanged);
            // 
            // LogTrend
            // 
            this.LogTrend.AutoSize = true;
            this.LogTrend.Checked = true;
            this.LogTrend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.LogTrend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LogTrend.Location = new System.Drawing.Point(3, 145);
            this.LogTrend.Name = "LogTrend";
            this.LogTrend.Size = new System.Drawing.Size(185, 65);
            this.LogTrend.TabIndex = 6;
            this.LogTrend.Text = "Логарифмический\r\nтренд";
            this.LogTrend.UseVisualStyleBackColor = true;
            this.LogTrend.CheckedChanged += new System.EventHandler(this.LogTrend_CheckedChanged);
            // 
            // ExpSmoothing
            // 
            this.ExpSmoothing.AutoSize = true;
            this.ExpSmoothing.Checked = true;
            this.ExpSmoothing.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ExpSmoothing.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ExpSmoothing.Location = new System.Drawing.Point(3, 74);
            this.ExpSmoothing.Name = "ExpSmoothing";
            this.ExpSmoothing.Size = new System.Drawing.Size(185, 65);
            this.ExpSmoothing.TabIndex = 5;
            this.ExpSmoothing.Text = "Экспотенциальное \r\nсглаживание";
            this.ExpSmoothing.UseVisualStyleBackColor = true;
            this.ExpSmoothing.CheckedChanged += new System.EventHandler(this.ExpSmoothing_CheckedChanged);
            // 
            // LineTrend
            // 
            this.LineTrend.AutoSize = true;
            this.LineTrend.Checked = true;
            this.LineTrend.CheckState = System.Windows.Forms.CheckState.Checked;
            this.LineTrend.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LineTrend.Location = new System.Drawing.Point(3, 3);
            this.LineTrend.Name = "LineTrend";
            this.LineTrend.Size = new System.Drawing.Size(185, 65);
            this.LineTrend.TabIndex = 4;
            this.LineTrend.Text = "Линейный тренд";
            this.LineTrend.UseVisualStyleBackColor = true;
            this.LineTrend.CheckedChanged += new System.EventHandler(this.LineTrend_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.ShowGrid);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(192, 81);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Данные";
            // 
            // ShowGrid
            // 
            this.ShowGrid.AutoSize = true;
            this.ShowGrid.Checked = true;
            this.ShowGrid.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ShowGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ShowGrid.Location = new System.Drawing.Point(3, 22);
            this.ShowGrid.Name = "ShowGrid";
            this.ShowGrid.Size = new System.Drawing.Size(186, 56);
            this.ShowGrid.TabIndex = 0;
            this.ShowGrid.Text = "Отображать график";
            this.ShowGrid.UseVisualStyleBackColor = true;
            this.ShowGrid.CheckedChanged += new System.EventHandler(this.ShowGrid_CheckedChanged);
            // 
            // BtnSave
            // 
            this.BtnSave.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BtnSave.Location = new System.Drawing.Point(3, 457);
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Size = new System.Drawing.Size(192, 52);
            this.BtnSave.TabIndex = 3;
            this.BtnSave.Text = "Сохранить результаты";
            this.BtnSave.UseVisualStyleBackColor = true;
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // Charts
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1092, 518);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "Charts";
            this.Text = "Charts";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.Title      title1      = new System.Windows.Forms.DataVisualization.Charting.Title();
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.chart1                   = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.avgLabel                 = new System.Windows.Forms.Label();
     this.avgBox                   = new System.Windows.Forms.TextBox();
     this.minBox                   = new System.Windows.Forms.TextBox();
     this.minLabel                 = new System.Windows.Forms.Label();
     this.maxBox                   = new System.Windows.Forms.TextBox();
     this.maxLabel                 = new System.Windows.Forms.Label();
     this.improvementBox           = new System.Windows.Forms.TextBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.cbxBoots                 = new System.Windows.Forms.ComboBox();
     this.menuStrip1               = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.printToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1             = new System.Windows.Forms.StatusStrip();
     this.lblStatus                = new System.Windows.Forms.ToolStripStatusLabel();
     this.barProgress              = new System.Windows.Forms.ToolStripProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // chart1
     //
     chartArea1.CursorX.IsUserEnabled          = true;
     chartArea1.CursorX.IsUserSelectionEnabled = true;
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legendItem1.Color = System.Drawing.Color.DarkRed;
     legendItem1.Name  = "Poor";
     legendItem2.Color = System.Drawing.Color.Yellow;
     legendItem2.Name  = "Fair";
     legendItem3.Color = System.Drawing.Color.LimeGreen;
     legendItem3.Name  = "Good";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location            = new System.Drawing.Point(12, 101);
     this.chart1.Name                = "chart1";
     series1.ChartArea               = "ChartArea1";
     series1.Font                    = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.IsValueShownAsLabel     = true;
     series1.IsVisibleInLegend       = false;
     series1.LabelBackColor          = System.Drawing.Color.Black;
     series1.LabelForeColor          = System.Drawing.Color.White;
     series1.Legend                  = "Legend1";
     series1.Name                    = "Series";
     series1.SmartLabelStyle.Enabled = false;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(766, 437);
     this.chart1.TabIndex = 0;
     title1.Name          = "TableTitle";
     title1.Text          = "Historical Boot Times (in seconds)";
     this.chart1.Titles.Add(title1);
     //
     // avgLabel
     //
     this.avgLabel.AutoSize = true;
     this.avgLabel.Location = new System.Drawing.Point(13, 44);
     this.avgLabel.Name     = "avgLabel";
     this.avgLabel.Size     = new System.Drawing.Size(101, 13);
     this.avgLabel.TabIndex = 1;
     this.avgLabel.Text     = "Average Boot Time:";
     //
     // avgBox
     //
     this.avgBox.Enabled  = false;
     this.avgBox.Location = new System.Drawing.Point(120, 41);
     this.avgBox.Name     = "avgBox";
     this.avgBox.Size     = new System.Drawing.Size(74, 20);
     this.avgBox.TabIndex = 2;
     //
     // minBox
     //
     this.minBox.Enabled  = false;
     this.minBox.Location = new System.Drawing.Point(405, 41);
     this.minBox.Name     = "minBox";
     this.minBox.Size     = new System.Drawing.Size(74, 20);
     this.minBox.TabIndex = 4;
     //
     // minLabel
     //
     this.minLabel.AutoSize = true;
     this.minLabel.Location = new System.Drawing.Point(297, 44);
     this.minLabel.Name     = "minLabel";
     this.minLabel.Size     = new System.Drawing.Size(102, 13);
     this.minLabel.TabIndex = 3;
     this.minLabel.Text     = "Minimum Boot Time:";
     //
     // maxBox
     //
     this.maxBox.Enabled  = false;
     this.maxBox.Location = new System.Drawing.Point(704, 41);
     this.maxBox.Name     = "maxBox";
     this.maxBox.Size     = new System.Drawing.Size(74, 20);
     this.maxBox.TabIndex = 6;
     //
     // maxLabel
     //
     this.maxLabel.AutoSize = true;
     this.maxLabel.Location = new System.Drawing.Point(593, 44);
     this.maxLabel.Name     = "maxLabel";
     this.maxLabel.Size     = new System.Drawing.Size(105, 13);
     this.maxLabel.TabIndex = 5;
     this.maxLabel.Text     = "Maximum Boot Time:";
     //
     // improvementBox
     //
     this.improvementBox.Enabled  = false;
     this.improvementBox.Location = new System.Drawing.Point(624, 73);
     this.improvementBox.Name     = "improvementBox";
     this.improvementBox.Size     = new System.Drawing.Size(74, 20);
     this.improvementBox.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(381, 76);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(110, 13);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Change over X boots:";
     //
     // cbxBoots
     //
     this.cbxBoots.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxBoots.FormattingEnabled = true;
     this.cbxBoots.Items.AddRange(new object[] {
         "1 boot",
         "5 boots",
         "10 boots",
         "15 boots",
         "20 boots",
         "25 boots",
         "50 boots",
         "100 boots",
         "all boots"
     });
     this.cbxBoots.Location              = new System.Drawing.Point(497, 73);
     this.cbxBoots.Name                  = "cbxBoots";
     this.cbxBoots.Size                  = new System.Drawing.Size(121, 21);
     this.cbxBoots.TabIndex              = 9;
     this.cbxBoots.SelectedIndexChanged += new System.EventHandler(this.cbxBoots_SelectedIndexChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(790, 24);
     this.menuStrip1.TabIndex = 10;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.refreshToolStripMenuItem,
         this.printToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name   = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.refreshToolStripMenuItem.Text   = "&Refresh";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Name   = "printToolStripMenuItem";
     this.printToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.printToolStripMenuItem.Text   = "&Print";
     this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus,
         this.barProgress
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 547);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(790, 22);
     this.statusStrip1.TabIndex = 11;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblStatus
     //
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(673, 17);
     this.lblStatus.Spring    = true;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // barProgress
     //
     this.barProgress.Name = "barProgress";
     this.barProgress.Size = new System.Drawing.Size(100, 16);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(790, 569);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.cbxBoots);
     this.Controls.Add(this.improvementBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.maxBox);
     this.Controls.Add(this.maxLabel);
     this.Controls.Add(this.minBox);
     this.Controls.Add(this.minLabel);
     this.Controls.Add(this.avgBox);
     this.Controls.Add(this.avgLabel);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Main";
     this.Text          = "Boot Time Diagnostics";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necessário para suporte ao Designer - não modifique
 /// o conteúdo deste método com o editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea  chartArea1  = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend     legend1     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series3     = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chart2        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart3        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.chart1        = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.panel1        = new System.Windows.Forms.Panel();
     this.companiLabel  = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.panel2        = new System.Windows.Forms.Panel();
     this.contractLabel = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.panel3        = new System.Windows.Forms.Panel();
     this.costomerLabel = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // chart2
     //
     this.chart2.BackColor                = System.Drawing.Color.Transparent;
     chartArea1.AlignmentOrientation      = ((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical | System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal)));
     chartArea1.AxisY.TitleForeColor      = System.Drawing.Color.White;
     chartArea1.BackColor                 = System.Drawing.Color.Transparent;
     chartArea1.BackImageTransparentColor = System.Drawing.Color.White;
     chartArea1.BorderColor               = System.Drawing.Color.White;
     chartArea1.Name = "ChartArea1";
     this.chart2.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = System.Drawing.Color.White;
     legend1.Name      = "Legend1";
     this.chart2.Legends.Add(legend1);
     this.chart2.Location        = new System.Drawing.Point(378, 12);
     this.chart2.Name            = "chart2";
     this.chart2.Palette         = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series1.ChartArea           = "ChartArea1";
     series1.IsValueShownAsLabel = true;
     series1.LabelBackColor      = System.Drawing.Color.Transparent;
     series1.LabelBorderColor    = System.Drawing.Color.Transparent;
     series1.Legend            = "Legend1";
     series1.MarkerBorderColor = System.Drawing.Color.Transparent;
     series1.Name = "Clientes";
     this.chart2.Series.Add(series1);
     this.chart2.Size     = new System.Drawing.Size(366, 221);
     this.chart2.TabIndex = 0;
     this.chart2.Text     = "chart2";
     //
     // chart3
     //
     this.chart3.BackColor = System.Drawing.Color.Transparent;
     chartArea2.BackColor  = System.Drawing.Color.Transparent;
     chartArea2.Name       = "ChartArea1";
     this.chart3.ChartAreas.Add(chartArea2);
     legend2.BackColor = System.Drawing.Color.Transparent;
     legend2.ForeColor = System.Drawing.Color.White;
     legend2.Name      = "Legend1";
     this.chart3.Legends.Add(legend2);
     this.chart3.Location        = new System.Drawing.Point(15, 239);
     this.chart3.Name            = "chart3";
     this.chart3.Palette         = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series2.BorderColor         = System.Drawing.Color.Transparent;
     series2.BorderWidth         = 3;
     series2.ChartArea           = "ChartArea1";
     series2.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedBar;
     series2.IsValueShownAsLabel = true;
     series2.Legend          = "Legend1";
     series2.Name            = "Empresas";
     series2.YValuesPerPoint = 2;
     this.chart3.Series.Add(series2);
     this.chart3.Size     = new System.Drawing.Size(361, 236);
     this.chart3.TabIndex = 1;
     this.chart3.Text     = "chart3";
     //
     // chart1
     //
     this.chart1.BackColor                = System.Drawing.Color.Transparent;
     this.chart1.BorderlineColor          = System.Drawing.Color.Transparent;
     chartArea3.AxisX.InterlacedColor     = System.Drawing.Color.Gray;
     chartArea3.AxisY.InterlacedColor     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea3.BackColor                 = System.Drawing.Color.Transparent;
     chartArea3.BackImageTransparentColor = System.Drawing.Color.Transparent;
     chartArea3.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea3);
     legend3.BackColor                     = System.Drawing.Color.Transparent;
     legend3.BackSecondaryColor            = System.Drawing.Color.White;
     legendItem1.BackImageTransparentColor = System.Drawing.Color.White;
     legendItem1.BackSecondaryColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     legendItem1.Color                     = System.Drawing.Color.Blue;
     legendItem1.Name = "Clientes Cadastrados";
     legend3.CustomItems.Add(legendItem1);
     legend3.Enabled             = false;
     legend3.InterlacedRowsColor = System.Drawing.Color.White;
     legend3.Name           = "Clientes Cadastrados";
     legend3.TitleBackColor = System.Drawing.Color.White;
     this.chart1.Legends.Add(legend3);
     this.chart1.Location        = new System.Drawing.Point(15, 12);
     this.chart1.Name            = "chart1";
     this.chart1.Palette         = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen;
     series3.ChartArea           = "ChartArea1";
     series3.ChartType           = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series3.IsValueShownAsLabel = true;
     series3.Legend = "Clientes Cadastrados";
     series3.Name   = "Clientes Cadastrados";
     this.chart1.Series.Add(series3);
     this.chart1.Size     = new System.Drawing.Size(270, 223);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     this.chart1.Click   += new System.EventHandler(this.chart1_Click);
     //
     // textBox2
     //
     this.textBox2.BackColor = System.Drawing.Color.MediumAquamarine;
     this.textBox2.Enabled   = false;
     this.textBox2.Location  = new System.Drawing.Point(231, 32);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(29, 14);
     this.textBox2.TabIndex  = 3;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(262, 33);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(99, 13);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Clientes Em Analize";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.SeaGreen;
     this.textBox1.Enabled   = false;
     this.textBox1.Location  = new System.Drawing.Point(231, 13);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(29, 14);
     this.textBox1.TabIndex  = 1;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(262, 13);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(106, 13);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Clientes Cadastrados";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Gray;
     this.panel1.Controls.Add(this.companiLabel);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Location = new System.Drawing.Point(382, 239);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(179, 121);
     this.panel1.TabIndex = 5;
     //
     // companiLabel
     //
     this.companiLabel.AutoSize  = true;
     this.companiLabel.Font      = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.companiLabel.ForeColor = System.Drawing.Color.White;
     this.companiLabel.Location  = new System.Drawing.Point(5, 43);
     this.companiLabel.Name      = "companiLabel";
     this.companiLabel.Size      = new System.Drawing.Size(78, 32);
     this.companiLabel.TabIndex  = 3;
     this.companiLabel.Text      = "label";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(3, 10);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(80, 18);
     this.label5.TabIndex  = 2;
     this.label5.Text      = "Empresas";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Gray;
     this.panel2.Controls.Add(this.contractLabel);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Location = new System.Drawing.Point(567, 239);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(177, 121);
     this.panel2.TabIndex = 6;
     //
     // contractLabel
     //
     this.contractLabel.AutoSize  = true;
     this.contractLabel.Font      = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contractLabel.ForeColor = System.Drawing.Color.White;
     this.contractLabel.Location  = new System.Drawing.Point(3, 43);
     this.contractLabel.Name      = "contractLabel";
     this.contractLabel.Size      = new System.Drawing.Size(78, 32);
     this.contractLabel.TabIndex  = 4;
     this.contractLabel.Text      = "label";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(3, 10);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(76, 18);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "Contratos";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Gray;
     this.panel3.Controls.Add(this.costomerLabel);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Location = new System.Drawing.Point(382, 368);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(362, 107);
     this.panel3.TabIndex = 7;
     //
     // costomerLabel
     //
     this.costomerLabel.AutoSize  = true;
     this.costomerLabel.Font      = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costomerLabel.ForeColor = System.Drawing.Color.White;
     this.costomerLabel.Location  = new System.Drawing.Point(5, 43);
     this.costomerLabel.Name      = "costomerLabel";
     this.costomerLabel.Size      = new System.Drawing.Size(78, 32);
     this.costomerLabel.TabIndex  = 5;
     this.costomerLabel.Text      = "label";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(3, 9);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(65, 18);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Clientes";
     //
     // ChartFormControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(92)))));
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.chart3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.chart1);
     this.Font   = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "ChartFormControl";
     this.Size   = new System.Drawing.Size(856, 489);
     this.Load  += new System.EventHandler(this.ChartFormControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     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.DataPoint  dataPoint1  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint2  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint3  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint4  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 0D);
     this.panel1                      = new System.Windows.Forms.Panel();
     this.personNameLabel             = new System.Windows.Forms.Label();
     this.addPersonButton             = new System.Windows.Forms.Button();
     this.menuStrip1                  = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.new5Question                = new System.Windows.Forms.ToolStripMenuItem();
     this.new10Question               = new System.Windows.Forms.ToolStripMenuItem();
     this.new20Question               = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.previousPersonButton        = new System.Windows.Forms.Button();
     this.nextPersonButton            = new System.Windows.Forms.Button();
     this.label1                      = new System.Windows.Forms.Label();
     this.totalCommodityLabel         = new System.Windows.Forms.Label();
     this.label5                      = new System.Windows.Forms.Label();
     this.label7                      = new System.Windows.Forms.Label();
     this.label9                      = new System.Windows.Forms.Label();
     this.totalUtilityLabel           = new System.Windows.Forms.Label();
     this.totalPartnerLabel           = new System.Windows.Forms.Label();
     this.totalEnablerLabel           = new System.Windows.Forms.Label();
     this.totalFutureCommodityLabel   = new System.Windows.Forms.Label();
     this.totalFutureUtilityLabel     = new System.Windows.Forms.Label();
     this.totalFuturePartnerLabel     = new System.Windows.Forms.Label();
     this.totalFutureEnablerLabel     = new System.Windows.Forms.Label();
     this.label8                      = new System.Windows.Forms.Label();
     this.label10                     = new System.Windows.Forms.Label();
     this.personListBox               = new System.Windows.Forms.ListBox();
     this.questionChart               = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.sAMPLEEntitiesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.questionNameLabel           = 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.label6                      = new System.Windows.Forms.Label();
     this.label11                     = new System.Windows.Forms.Label();
     this.label12                     = new System.Windows.Forms.Label();
     this.flagCommLabel               = new System.Windows.Forms.Label();
     this.flagUtilLabel               = new System.Windows.Forms.Label();
     this.flagPartLabel               = new System.Windows.Forms.Label();
     this.flagEnabLabel               = new System.Windows.Forms.Label();
     this.avgCurrentEnabLabel         = new System.Windows.Forms.Label();
     this.avgCurrentPartLabel         = new System.Windows.Forms.Label();
     this.avgCurrentUtilLabel         = new System.Windows.Forms.Label();
     this.avgCurrentCommLabel         = new System.Windows.Forms.Label();
     this.avgFutureEnabLabel          = new System.Windows.Forms.Label();
     this.avgFuturePartLabel          = new System.Windows.Forms.Label();
     this.avgFutureUtilLabel          = new System.Windows.Forms.Label();
     this.avgFutureCommLabel          = new System.Windows.Forms.Label();
     this.label13                     = new System.Windows.Forms.Label();
     this.avgCurrentLabel             = new System.Windows.Forms.Label();
     this.avgFutureLabel              = new System.Windows.Forms.Label();
     this.label14                     = new System.Windows.Forms.Label();
     this.label15                     = new System.Windows.Forms.Label();
     this.cupeResponseChart           = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.button1                     = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.questionChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sAMPLEEntitiesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cupeResponseChart)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll  = true;
     this.panel1.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Location    = new System.Drawing.Point(153, 82);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(543, 224);
     this.panel1.TabIndex    = 0;
     //
     // personNameLabel
     //
     this.personNameLabel.AutoSize    = true;
     this.personNameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.personNameLabel.Location    = new System.Drawing.Point(989, 395);
     this.personNameLabel.Name        = "personNameLabel";
     this.personNameLabel.Size        = new System.Drawing.Size(37, 15);
     this.personNameLabel.TabIndex    = 1;
     this.personNameLabel.Text        = "Name";
     //
     // addPersonButton
     //
     this.addPersonButton.Location = new System.Drawing.Point(388, 27);
     this.addPersonButton.Name     = "addPersonButton";
     this.addPersonButton.Size     = new System.Drawing.Size(75, 23);
     this.addPersonButton.TabIndex = 2;
     this.addPersonButton.Text     = "New Person";
     this.addPersonButton.UseVisualStyleBackColor = true;
     this.addPersonButton.Click += new System.EventHandler(this.addPersonButton_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1099, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.new5Question,
         this.new10Question,
         this.new20Question
     });
     this.newToolStripMenuItem.Name = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.newToolStripMenuItem.Text = "New";
     //
     // new5Question
     //
     this.new5Question.Name = "new5Question";
     this.new5Question.Size = new System.Drawing.Size(86, 22);
     this.new5Question.Text = "5";
     //
     // new10Question
     //
     this.new10Question.Name = "new10Question";
     this.new10Question.Size = new System.Drawing.Size(86, 22);
     this.new10Question.Text = "10";
     //
     // new20Question
     //
     this.new20Question.Name   = "new20Question";
     this.new20Question.Size   = new System.Drawing.Size(86, 22);
     this.new20Question.Text   = "20";
     this.new20Question.Click += new System.EventHandler(this.new20Question_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.openToolStripMenuItem.Text = "Open";
     //
     // previousPersonButton
     //
     this.previousPersonButton.Location = new System.Drawing.Point(153, 27);
     this.previousPersonButton.Name     = "previousPersonButton";
     this.previousPersonButton.Size     = new System.Drawing.Size(75, 23);
     this.previousPersonButton.TabIndex = 4;
     this.previousPersonButton.Text     = "< --";
     this.previousPersonButton.UseVisualStyleBackColor = true;
     this.previousPersonButton.Click += new System.EventHandler(this.previousPersonButton_Click);
     //
     // nextPersonButton
     //
     this.nextPersonButton.Location = new System.Drawing.Point(621, 27);
     this.nextPersonButton.Name     = "nextPersonButton";
     this.nextPersonButton.Size     = new System.Drawing.Size(75, 23);
     this.nextPersonButton.TabIndex = 5;
     this.nextPersonButton.Text     = "-- >";
     this.nextPersonButton.UseVisualStyleBackColor = true;
     this.nextPersonButton.Click += new System.EventHandler(this.nextPersonButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(857, 477);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(85, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Total Commodity";
     //
     // totalCommodityLabel
     //
     this.totalCommodityLabel.AutoSize = true;
     this.totalCommodityLabel.Location = new System.Drawing.Point(980, 477);
     this.totalCommodityLabel.Name     = "totalCommodityLabel";
     this.totalCommodityLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalCommodityLabel.TabIndex = 7;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(857, 521);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(59, 13);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Total Utility";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(859, 565);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 9;
     this.label7.Text     = "Total Partner";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(857, 616);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(70, 13);
     this.label9.TabIndex = 10;
     this.label9.Text     = "Total Enabler";
     //
     // totalUtilityLabel
     //
     this.totalUtilityLabel.AutoSize = true;
     this.totalUtilityLabel.Location = new System.Drawing.Point(980, 521);
     this.totalUtilityLabel.Name     = "totalUtilityLabel";
     this.totalUtilityLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalUtilityLabel.TabIndex = 11;
     //
     // totalPartnerLabel
     //
     this.totalPartnerLabel.AutoSize = true;
     this.totalPartnerLabel.Location = new System.Drawing.Point(983, 565);
     this.totalPartnerLabel.Name     = "totalPartnerLabel";
     this.totalPartnerLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalPartnerLabel.TabIndex = 12;
     //
     // totalEnablerLabel
     //
     this.totalEnablerLabel.AutoSize = true;
     this.totalEnablerLabel.Location = new System.Drawing.Point(986, 616);
     this.totalEnablerLabel.Name     = "totalEnablerLabel";
     this.totalEnablerLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalEnablerLabel.TabIndex = 13;
     //
     // totalFutureCommodityLabel
     //
     this.totalFutureCommodityLabel.AutoSize = true;
     this.totalFutureCommodityLabel.Location = new System.Drawing.Point(1047, 477);
     this.totalFutureCommodityLabel.Name     = "totalFutureCommodityLabel";
     this.totalFutureCommodityLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalFutureCommodityLabel.TabIndex = 14;
     //
     // totalFutureUtilityLabel
     //
     this.totalFutureUtilityLabel.AutoSize = true;
     this.totalFutureUtilityLabel.Location = new System.Drawing.Point(1050, 520);
     this.totalFutureUtilityLabel.Name     = "totalFutureUtilityLabel";
     this.totalFutureUtilityLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalFutureUtilityLabel.TabIndex = 15;
     //
     // totalFuturePartnerLabel
     //
     this.totalFuturePartnerLabel.AutoSize = true;
     this.totalFuturePartnerLabel.Location = new System.Drawing.Point(1050, 565);
     this.totalFuturePartnerLabel.Name     = "totalFuturePartnerLabel";
     this.totalFuturePartnerLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalFuturePartnerLabel.TabIndex = 16;
     //
     // totalFutureEnablerLabel
     //
     this.totalFutureEnablerLabel.AutoSize = true;
     this.totalFutureEnablerLabel.Location = new System.Drawing.Point(1050, 615);
     this.totalFutureEnablerLabel.Name     = "totalFutureEnablerLabel";
     this.totalFutureEnablerLabel.Size     = new System.Drawing.Size(0, 13);
     this.totalFutureEnablerLabel.TabIndex = 17;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(944, 431);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 13);
     this.label8.TabIndex = 18;
     this.label8.Text     = "Current";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(1041, 431);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(37, 13);
     this.label10.TabIndex = 19;
     this.label10.Text     = "Future";
     //
     // personListBox
     //
     this.personListBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.personListBox.FormattingEnabled = true;
     this.personListBox.Location          = new System.Drawing.Point(12, 81);
     this.personListBox.Name     = "personListBox";
     this.personListBox.Size     = new System.Drawing.Size(72, 225);
     this.personListBox.TabIndex = 20;
     //
     // questionChart
     //
     chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
     chartArea1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea1.Name          = "ChartArea1";
     this.questionChart.ChartAreas.Add(chartArea1);
     legendItem1.Color = System.Drawing.Color.Red;
     legendItem1.Name  = "IT Future";
     legendItem2.Color = System.Drawing.Color.Cyan;
     legendItem2.Name  = "IT Current";
     legendItem3.Color = System.Drawing.Color.Yellow;
     legendItem3.Name  = "Busi Future";
     legendItem4.Color = System.Drawing.Color.Fuchsia;
     legendItem4.Name  = "Busi Current";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.CustomItems.Add(legendItem4);
     legend1.Name           = "One";
     legend1.Title          = "Legend";
     legend1.TitleBackColor = System.Drawing.Color.White;
     this.questionChart.Legends.Add(legend1);
     this.questionChart.Location    = new System.Drawing.Point(729, 42);
     this.questionChart.Name        = "questionChart";
     this.questionChart.RightToLeft = System.Windows.Forms.RightToLeft.No;
     series1.BorderDashStyle        = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     series1.BorderWidth            = 5;
     series1.ChartArea = "ChartArea1";
     series1.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     series1.Legend    = "One";
     series1.Name      = "Series1";
     series1.Palette   = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     this.questionChart.Series.Add(series1);
     this.questionChart.Size     = new System.Drawing.Size(300, 264);
     this.questionChart.TabIndex = 21;
     this.questionChart.Text     = "questionChart";
     title1.Name = "Title1";
     title1.Text = "Question Chart";
     this.questionChart.Titles.Add(title1);
     //
     // sAMPLEEntitiesBindingSource
     //
     this.sAMPLEEntitiesBindingSource.DataSource = typeof(IBMConsultantTool.SAMPLEEntities);
     //
     // questionNameLabel
     //
     this.questionNameLabel.AutoSize    = true;
     this.questionNameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.questionNameLabel.Location    = new System.Drawing.Point(200, 312);
     this.questionNameLabel.Name        = "questionNameLabel";
     this.questionNameLabel.Size        = new System.Drawing.Size(61, 15);
     this.questionNameLabel.TabIndex    = 22;
     this.questionNameLabel.Text        = "Question #";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(149, 348);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 13);
     this.label2.TabIndex = 23;
     this.label2.Text     = "Current";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(278, 346);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(37, 13);
     this.label3.TabIndex = 24;
     this.label3.Text     = "Future";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(17, 420);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(85, 13);
     this.label4.TabIndex = 25;
     this.label4.Text     = "Total Commodity";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 559);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(70, 13);
     this.label6.TabIndex = 28;
     this.label6.Text     = "Total Enabler";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(19, 508);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(68, 13);
     this.label11.TabIndex = 27;
     this.label11.Text     = "Total Partner";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(17, 464);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(59, 13);
     this.label12.TabIndex = 26;
     this.label12.Text     = "Total Utility";
     //
     // flagCommLabel
     //
     this.flagCommLabel.AutoSize = true;
     this.flagCommLabel.Location = new System.Drawing.Point(212, 420);
     this.flagCommLabel.Name     = "flagCommLabel";
     this.flagCommLabel.Size     = new System.Drawing.Size(0, 13);
     this.flagCommLabel.TabIndex = 29;
     //
     // flagUtilLabel
     //
     this.flagUtilLabel.AutoSize = true;
     this.flagUtilLabel.Location = new System.Drawing.Point(215, 462);
     this.flagUtilLabel.Name     = "flagUtilLabel";
     this.flagUtilLabel.Size     = new System.Drawing.Size(0, 13);
     this.flagUtilLabel.TabIndex = 30;
     //
     // flagPartLabel
     //
     this.flagPartLabel.AutoSize = true;
     this.flagPartLabel.Location = new System.Drawing.Point(212, 508);
     this.flagPartLabel.Name     = "flagPartLabel";
     this.flagPartLabel.Size     = new System.Drawing.Size(0, 13);
     this.flagPartLabel.TabIndex = 31;
     //
     // flagEnabLabel
     //
     this.flagEnabLabel.AutoSize = true;
     this.flagEnabLabel.Location = new System.Drawing.Point(212, 558);
     this.flagEnabLabel.Name     = "flagEnabLabel";
     this.flagEnabLabel.Size     = new System.Drawing.Size(0, 13);
     this.flagEnabLabel.TabIndex = 32;
     //
     // avgCurrentEnabLabel
     //
     this.avgCurrentEnabLabel.AutoSize = true;
     this.avgCurrentEnabLabel.Location = new System.Drawing.Point(149, 559);
     this.avgCurrentEnabLabel.Name     = "avgCurrentEnabLabel";
     this.avgCurrentEnabLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgCurrentEnabLabel.TabIndex = 33;
     //
     // avgCurrentPartLabel
     //
     this.avgCurrentPartLabel.AutoSize = true;
     this.avgCurrentPartLabel.Location = new System.Drawing.Point(152, 507);
     this.avgCurrentPartLabel.Name     = "avgCurrentPartLabel";
     this.avgCurrentPartLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgCurrentPartLabel.TabIndex = 34;
     //
     // avgCurrentUtilLabel
     //
     this.avgCurrentUtilLabel.AutoSize = true;
     this.avgCurrentUtilLabel.Location = new System.Drawing.Point(152, 463);
     this.avgCurrentUtilLabel.Name     = "avgCurrentUtilLabel";
     this.avgCurrentUtilLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgCurrentUtilLabel.TabIndex = 35;
     //
     // avgCurrentCommLabel
     //
     this.avgCurrentCommLabel.AutoSize = true;
     this.avgCurrentCommLabel.Location = new System.Drawing.Point(152, 419);
     this.avgCurrentCommLabel.Name     = "avgCurrentCommLabel";
     this.avgCurrentCommLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgCurrentCommLabel.TabIndex = 36;
     //
     // avgFutureEnabLabel
     //
     this.avgFutureEnabLabel.AutoSize = true;
     this.avgFutureEnabLabel.Location = new System.Drawing.Point(280, 559);
     this.avgFutureEnabLabel.Name     = "avgFutureEnabLabel";
     this.avgFutureEnabLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgFutureEnabLabel.TabIndex = 37;
     //
     // avgFuturePartLabel
     //
     this.avgFuturePartLabel.AutoSize = true;
     this.avgFuturePartLabel.Location = new System.Drawing.Point(283, 506);
     this.avgFuturePartLabel.Name     = "avgFuturePartLabel";
     this.avgFuturePartLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgFuturePartLabel.TabIndex = 38;
     //
     // avgFutureUtilLabel
     //
     this.avgFutureUtilLabel.AutoSize = true;
     this.avgFutureUtilLabel.Location = new System.Drawing.Point(283, 463);
     this.avgFutureUtilLabel.Name     = "avgFutureUtilLabel";
     this.avgFutureUtilLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgFutureUtilLabel.TabIndex = 39;
     //
     // avgFutureCommLabel
     //
     this.avgFutureCommLabel.AutoSize = true;
     this.avgFutureCommLabel.Location = new System.Drawing.Point(283, 418);
     this.avgFutureCommLabel.Name     = "avgFutureCommLabel";
     this.avgFutureCommLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgFutureCommLabel.TabIndex = 40;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(22, 375);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(47, 13);
     this.label13.TabIndex = 41;
     this.label13.Text     = "Average";
     //
     // avgCurrentLabel
     //
     this.avgCurrentLabel.AutoSize = true;
     this.avgCurrentLabel.Location = new System.Drawing.Point(152, 374);
     this.avgCurrentLabel.Name     = "avgCurrentLabel";
     this.avgCurrentLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgCurrentLabel.TabIndex = 42;
     //
     // avgFutureLabel
     //
     this.avgFutureLabel.AutoSize = true;
     this.avgFutureLabel.Location = new System.Drawing.Point(281, 375);
     this.avgFutureLabel.Name     = "avgFutureLabel";
     this.avgFutureLabel.Size     = new System.Drawing.Size(0, 13);
     this.avgFutureLabel.TabIndex = 43;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(388, 63);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(41, 13);
     this.label14.TabIndex = 44;
     this.label14.Text     = "Current";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(454, 63);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(37, 13);
     this.label15.TabIndex = 45;
     this.label15.Text     = "Future";
     //
     // cupeResponseChart
     //
     chartArea2.Name = "ChartArea1";
     this.cupeResponseChart.ChartAreas.Add(chartArea2);
     legend2.Name = "Legend1";
     this.cupeResponseChart.Legends.Add(legend2);
     this.cupeResponseChart.Location = new System.Drawing.Point(424, 346);
     this.cupeResponseChart.Name     = "cupeResponseChart";
     series2.ChartArea = "ChartArea1";
     series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series2.Legend    = "Legend1";
     series2.Name      = "cupeResponse";
     dataPoint1.Label  = "Utility";
     dataPoint2.Label  = "Commodity";
     dataPoint3.Label  = "Partner";
     dataPoint4.Label  = "Enabler";
     series2.Points.Add(dataPoint1);
     series2.Points.Add(dataPoint2);
     series2.Points.Add(dataPoint3);
     series2.Points.Add(dataPoint4);
     this.cupeResponseChart.Series.Add(series2);
     this.cupeResponseChart.Size     = new System.Drawing.Size(300, 300);
     this.cupeResponseChart.TabIndex = 46;
     this.cupeResponseChart.Text     = "Cupe Response Chart";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(947, 335);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 47;
     this.button1.Text     = "Load Chart";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // CupeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1099, 662);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.cupeResponseChart);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.avgFutureLabel);
     this.Controls.Add(this.avgCurrentLabel);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.avgFutureCommLabel);
     this.Controls.Add(this.avgFutureUtilLabel);
     this.Controls.Add(this.avgFuturePartLabel);
     this.Controls.Add(this.avgFutureEnabLabel);
     this.Controls.Add(this.avgCurrentCommLabel);
     this.Controls.Add(this.avgCurrentUtilLabel);
     this.Controls.Add(this.avgCurrentPartLabel);
     this.Controls.Add(this.avgCurrentEnabLabel);
     this.Controls.Add(this.flagEnabLabel);
     this.Controls.Add(this.flagPartLabel);
     this.Controls.Add(this.flagUtilLabel);
     this.Controls.Add(this.flagCommLabel);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.questionNameLabel);
     this.Controls.Add(this.questionChart);
     this.Controls.Add(this.personListBox);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.totalFutureEnablerLabel);
     this.Controls.Add(this.totalFuturePartnerLabel);
     this.Controls.Add(this.totalFutureUtilityLabel);
     this.Controls.Add(this.totalFutureCommodityLabel);
     this.Controls.Add(this.totalEnablerLabel);
     this.Controls.Add(this.totalPartnerLabel);
     this.Controls.Add(this.totalUtilityLabel);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.totalCommodityLabel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.nextPersonButton);
     this.Controls.Add(this.previousPersonButton);
     this.Controls.Add(this.addPersonButton);
     this.Controls.Add(this.personNameLabel);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "CupeForm";
     this.Text          = "CupeForm";
     this.Load         += new System.EventHandler(this.CupeForm_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CupeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.questionChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sAMPLEEntitiesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cupeResponseChart)).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.LegendItem legendItem1  = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell1  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell2  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell3  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2  = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell4  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell5  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell6  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem3  = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell7  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell8  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell9  = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem4  = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell10 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell11 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     System.Windows.Forms.DataVisualization.Charting.LegendCell legendCell12 = new System.Windows.Forms.DataVisualization.Charting.LegendCell();
     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();
     this.panel4    = new System.Windows.Forms.Panel();
     this.label16   = new System.Windows.Forms.Label();
     this.lqtChart1 = new LQT.GUI.LQTChart();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lqtChart1)).BeginInit();
     this.SuspendLayout();
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ControlLight;
     this.panel4.Controls.Add(this.label16);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Margin   = new System.Windows.Forms.Padding(0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(491, 30);
     this.panel4.TabIndex = 1;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(6, 6);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(139, 13);
     this.label16.TabIndex = 0;
     this.label16.Text     = "Moving Averages Chart";
     //
     // lqtChart1
     //
     this.lqtChart1.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(223)))), ((int)(((byte)(193)))));
     this.lqtChart1.BackGradientStyle        = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     this.lqtChart1.BorderlineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(64)))), ((int)(((byte)(1)))));
     this.lqtChart1.BorderlineDashStyle      = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     this.lqtChart1.BorderlineWidth          = 2;
     this.lqtChart1.BorderSkin.SkinStyle     = System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss;
     chartArea1.Area3DStyle.Inclination      = 15;
     chartArea1.Area3DStyle.IsClustered      = true;
     chartArea1.Area3DStyle.IsRightAngleAxes = false;
     chartArea1.Area3DStyle.Perspective      = 10;
     chartArea1.Area3DStyle.Rotation         = 10;
     chartArea1.Area3DStyle.WallWidth        = 0;
     chartArea1.AxisX.IsLabelAutoFit         = false;
     chartArea1.AxisX.LabelAutoFitStyle      = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                                                                                                                       | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                                                                                                                      | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
     chartArea1.AxisX.LabelStyle.Font     = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     chartArea1.AxisX.LabelStyle.Format   = "MMM yyyy";
     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.AxisX2.LabelAutoFitStyle  = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                                                                                                                    | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                                                                                                                   | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
     chartArea1.AxisY.IsStartedFromZero = false;
     chartArea1.AxisY.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                                                                                                                  | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                                                                                                                 | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
     chartArea1.AxisY.LabelStyle.Font     = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
     chartArea1.AxisY.LineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.AxisY2.LabelAutoFitStyle  = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels)
                                                                                                                    | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
                                                                                                                   | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
     chartArea1.BackColor          = System.Drawing.Color.OldLace;
     chartArea1.BackGradientStyle  = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
     chartArea1.BackSecondaryColor = System.Drawing.Color.White;
     chartArea1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     chartArea1.BorderDashStyle    = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
     chartArea1.Name        = "Default";
     chartArea1.ShadowColor = System.Drawing.Color.Transparent;
     this.lqtChart1.ChartAreas.Add(chartArea1);
     this.lqtChart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     legend1.BackColor       = System.Drawing.Color.Transparent;
     legend1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     legendItem1.BorderWidth = 2;
     legendCell1.CellType    = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
     legendCell1.Name        = "Cell1";
     legendCell2.CellType    = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
     legendCell2.Name        = "Cell2";
     legendCell3.Alignment   = System.Drawing.ContentAlignment.MiddleLeft;
     legendCell3.Name        = "Cell3";
     legendCell3.Text        = "Input";
     legendItem1.Cells.Add(legendCell1);
     legendItem1.Cells.Add(legendCell2);
     legendItem1.Cells.Add(legendCell3);
     legendItem1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
     legendItem1.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem1.MarkerSize  = 10;
     legendItem1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     legendItem1.Name        = "Input";
     legendItem2.BorderWidth = 2;
     legendCell4.CellType    = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
     legendCell4.Name        = "Cell1";
     legendCell5.CellType    = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
     legendCell5.Name        = "Cell2";
     legendCell6.Alignment   = System.Drawing.ContentAlignment.MiddleLeft;
     legendCell6.Name        = "Cell3";
     legendCell6.Text        = "Simple";
     legendItem2.Cells.Add(legendCell4);
     legendItem2.Cells.Add(legendCell5);
     legendItem2.Cells.Add(legendCell6);
     legendItem2.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(180)))), ((int)(((byte)(65)))));
     legendItem2.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem2.MarkerSize  = 10;
     legendItem2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     legendItem2.Name        = "Simple";
     legendItem3.BorderWidth = 2;
     legendCell7.CellType    = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
     legendCell7.Name        = "Cell1";
     legendCell8.CellType    = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
     legendCell8.Name        = "Cell2";
     legendCell9.Alignment   = System.Drawing.ContentAlignment.MiddleLeft;
     legendCell9.Name        = "Cell3";
     legendCell9.Text        = "Exponential";
     legendItem3.Cells.Add(legendCell7);
     legendItem3.Cells.Add(legendCell8);
     legendItem3.Cells.Add(legendCell9);
     legendItem3.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(64)))), ((int)(((byte)(10)))));
     legendItem3.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem3.MarkerSize  = 10;
     legendItem3.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     legendItem3.Name        = "Exponential";
     legendItem4.BorderWidth = 2;
     legendCell10.CellType   = System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image;
     legendCell10.Name       = "Cell1";
     legendCell11.CellType   = System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol;
     legendCell11.Name       = "Cell2";
     legendCell12.Alignment  = System.Drawing.ContentAlignment.MiddleLeft;
     legendCell12.Name       = "Cell3";
     legendCell12.Text       = "Weighted";
     legendItem4.Cells.Add(legendCell10);
     legendItem4.Cells.Add(legendCell11);
     legendItem4.Cells.Add(legendCell12);
     legendItem4.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     legendItem4.ImageStyle  = System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line;
     legendItem4.MarkerSize  = 10;
     legendItem4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     legendItem4.Name        = "Weighted";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.CustomItems.Add(legendItem3);
     legend1.CustomItems.Add(legendItem4);
     legend1.Font                     = new System.Drawing.Font("Trebuchet MS", 8F, System.Drawing.FontStyle.Bold);
     legend1.HeaderSeparator          = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
     legend1.HeaderSeparatorColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     legend1.IsTextAutoFit            = false;
     legend1.ItemColumnSeparator      = System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line;
     legend1.ItemColumnSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     legend1.Name                     = "Default";
     legend1.TitleFont                = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold);
     legend1.TitleSeparatorColor      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lqtChart1.Legends.Add(legend1);
     this.lqtChart1.Location   = new System.Drawing.Point(0, 30);
     this.lqtChart1.Name       = "lqtChart1";
     series1.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     series1.BorderWidth       = 2;
     series1.ChartArea         = "Default";
     series1.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Default";
     series1.Name         = "Input";
     series1.ShadowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.ShadowOffset = 1;
     series1.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series1.YValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     series2.ChartArea    = "Default";
     series2.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Legend       = "Default";
     series2.Name         = "Simple";
     series2.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series3.ChartArea    = "Default";
     series3.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series3.Legend       = "Default";
     series3.Name         = "Exponential";
     series3.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     series4.ChartArea    = "Default";
     series4.ChartType    = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series4.Legend       = "Default";
     series4.Name         = "Weighted";
     series4.XValueType   = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime;
     this.lqtChart1.Series.Add(series1);
     this.lqtChart1.Series.Add(series2);
     this.lqtChart1.Series.Add(series3);
     this.lqtChart1.Series.Add(series4);
     this.lqtChart1.Size     = new System.Drawing.Size(491, 368);
     this.lqtChart1.TabIndex = 8;
     //
     // chartSandCMovingAvg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.lqtChart1);
     this.Controls.Add(this.panel4);
     this.Name  = "chartSandCMovingAvg";
     this.Size  = new System.Drawing.Size(491, 398);
     this.Load += new System.EventHandler(this.chartSandCMovingAvg_Load);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lqtChart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #26
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.Legend     legend1     = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series1     = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.contextMenuStripPicture           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.clearAnnotationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.legendsChart       = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.splitContainer     = new System.Windows.Forms.SplitContainer();
     this.rotatingPictureBox = new Alturos.ImageAnnotation.CustomControls.RotatingPictureBox();
     this.contextMenuStripPicture.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.legendsChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rotatingPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStripPicture
     //
     this.contextMenuStripPicture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearAnnotationsToolStripMenuItem
     });
     this.contextMenuStripPicture.Name = "contextMenuStripPicture";
     this.contextMenuStripPicture.Size = new System.Drawing.Size(170, 26);
     //
     // clearAnnotationsToolStripMenuItem
     //
     this.clearAnnotationsToolStripMenuItem.Image  = global::Alturos.ImageAnnotation.Properties.Resources.asterisk_yellow;
     this.clearAnnotationsToolStripMenuItem.Name   = "clearAnnotationsToolStripMenuItem";
     this.clearAnnotationsToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.clearAnnotationsToolStripMenuItem.Text   = "&Clear Annotations";
     this.clearAnnotationsToolStripMenuItem.Click += new System.EventHandler(this.ClearAnnotationsToolStripMenuItem_Click);
     //
     // legendsChart
     //
     this.legendsChart.BackColor = System.Drawing.Color.Transparent;
     this.legendsChart.Dock      = System.Windows.Forms.DockStyle.Fill;
     legend1.Alignment           = System.Drawing.StringAlignment.Center;
     legend1.BackColor           = System.Drawing.Color.Transparent;
     legendItem1.Color           = System.Drawing.Color.Aqua;
     legendItem1.Name            = "Legend 1";
     legendItem2.Color           = System.Drawing.Color.Red;
     legendItem2.Name            = "Legend 2";
     legend1.CustomItems.Add(legendItem1);
     legend1.CustomItems.Add(legendItem2);
     legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
     legend1.IsDockedInsideChartArea = false;
     legend1.Name = "Legend1";
     this.legendsChart.Legends.Add(legend1);
     this.legendsChart.Location = new System.Drawing.Point(0, 0);
     this.legendsChart.Name     = "legendsChart";
     series1.Legend             = "Legend1";
     series1.Name = "Series1";
     this.legendsChart.Series.Add(series1);
     this.legendsChart.Size     = new System.Drawing.Size(624, 42);
     this.legendsChart.TabIndex = 2;
     this.legendsChart.Text     = "chart1";
     //
     // splitContainer
     //
     this.splitContainer.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.rotatingPictureBox);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.legendsChart);
     this.splitContainer.Size             = new System.Drawing.Size(624, 336);
     this.splitContainer.SplitterDistance = 290;
     this.splitContainer.TabIndex         = 4;
     //
     // rotatingPictureBox
     //
     this.rotatingPictureBox.ContextMenuStrip  = this.contextMenuStripPicture;
     this.rotatingPictureBox.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.rotatingPictureBox.Image             = null;
     this.rotatingPictureBox.Location          = new System.Drawing.Point(0, 0);
     this.rotatingPictureBox.Name              = "rotatingPictureBox";
     this.rotatingPictureBox.Size              = new System.Drawing.Size(624, 290);
     this.rotatingPictureBox.SizeMode          = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.rotatingPictureBox.TabIndex          = 3;
     this.rotatingPictureBox.TabStop           = false;
     this.rotatingPictureBox.Paint            += new System.Windows.Forms.PaintEventHandler(this.PictureBox1_Paint);
     this.rotatingPictureBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDoubleClick);
     this.rotatingPictureBox.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown);
     this.rotatingPictureBox.MouseEnter       += new System.EventHandler(this.PictureBox1_MouseEnter);
     this.rotatingPictureBox.MouseLeave       += new System.EventHandler(this.PictureBox1_MouseLeave);
     this.rotatingPictureBox.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseMove);
     this.rotatingPictureBox.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseUp);
     //
     // AnnotationDrawControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer);
     this.Name = "AnnotationDrawControl";
     this.Size = new System.Drawing.Size(624, 336);
     this.contextMenuStripPicture.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.legendsChart)).EndInit();
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     this.splitContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rotatingPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager             resources   = new System.ComponentModel.ComponentResourceManager(typeof(UCHome));
     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.LegendItem legendItem1 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series2     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint1  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 45D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint2  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 55D);
     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.LegendItem legendItem2 = new System.Windows.Forms.DataVisualization.Charting.LegendItem();
     System.Windows.Forms.DataVisualization.Charting.Series     series3     = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint3  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 10D);
     System.Windows.Forms.DataVisualization.Charting.DataPoint  dataPoint4  = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 90D);
     this.label1      = new System.Windows.Forms.Label();
     this.panel1      = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.panel2      = new System.Windows.Forms.Panel();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label5      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.panel3      = new System.Windows.Forms.Panel();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     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.btnRefresh  = new System.Windows.Forms.Button();
     this.label10     = new System.Windows.Forms.Label();
     this.label11     = new System.Windows.Forms.Label();
     this.label12     = new System.Windows.Forms.Label();
     this.pieReceived = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.piePaid     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.timer1      = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pieReceived)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.piePaid)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(91)))), ((int)(((byte)(183)))));
     this.label1.Location  = new System.Drawing.Point(343, 37);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(316, 25);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Sales And Purchase Overview";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.SeaGreen;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Location = new System.Drawing.Point(130, 100);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(227, 90);
     this.panel1.TabIndex = 2;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(122, 19);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(76, 55);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(43, 42);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(54, 23);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "1000";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(3, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(94, 19);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "Sold Books:";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Crimson;
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Location = new System.Drawing.Point(386, 100);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(227, 90);
     this.panel2.TabIndex = 2;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(141, 19);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(76, 55);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 3;
     this.pictureBox2.TabStop  = false;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(43, 42);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(54, 23);
     this.label5.TabIndex  = 1;
     this.label5.Text      = "1234";
     //
     // label6
     //
     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.White;
     this.label6.Location  = new System.Drawing.Point(3, 10);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(132, 19);
     this.label6.TabIndex  = 1;
     this.label6.Text      = "Purchase Books:";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.SeaGreen;
     this.panel3.Controls.Add(this.pictureBox3);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Location = new System.Drawing.Point(645, 100);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(227, 90);
     this.panel3.TabIndex = 2;
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(122, 19);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(76, 55);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 3;
     this.pictureBox3.TabStop  = false;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location  = new System.Drawing.Point(43, 42);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(43, 23);
     this.label7.TabIndex  = 1;
     this.label7.Text      = "512";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location  = new System.Drawing.Point(3, 10);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(92, 19);
     this.label8.TabIndex  = 1;
     this.label8.Text      = "Customers:";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(91)))), ((int)(((byte)(183)))));
     this.label9.Location  = new System.Drawing.Point(27, 218);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(122, 19);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "Weekly Report:";
     //
     // chart1
     //
     this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     chartArea1.Name    = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location      = new System.Drawing.Point(31, 263);
     this.chart1.Name          = "chart1";
     series1.ChartArea         = "ChartArea1";
     series1.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
     series1.IsVisibleInLegend = false;
     series1.Legend            = "Legend1";
     series1.Name = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(438, 244);
     this.chart1.TabIndex = 3;
     this.chart1.Text     = "chart1";
     //
     // btnRefresh
     //
     this.btnRefresh.FlatAppearance.BorderSize = 0;
     this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnRefresh.Image     = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location  = new System.Drawing.Point(864, 33);
     this.btnRefresh.Name      = "btnRefresh";
     this.btnRefresh.Size      = new System.Drawing.Size(42, 39);
     this.btnRefresh.TabIndex  = 4;
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(91)))), ((int)(((byte)(183)))));
     this.label10.Location  = new System.Drawing.Point(627, 263);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(245, 19);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "% Amount Received and Paid:";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(91)))), ((int)(((byte)(183)))));
     this.label11.Location  = new System.Drawing.Point(594, 502);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(82, 19);
     this.label11.TabIndex  = 0;
     this.label11.Text      = "Received";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(91)))), ((int)(((byte)(183)))));
     this.label12.Location  = new System.Drawing.Point(841, 502);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(44, 19);
     this.label12.TabIndex  = 0;
     this.label12.Text      = "Paid";
     //
     // pieReceived
     //
     this.pieReceived.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea2.Name            = "ChartArea1";
     this.pieReceived.ChartAreas.Add(chartArea2);
     legend2.CustomItems.Add(legendItem1);
     legend2.Enabled        = false;
     legend2.Name           = "Legend1";
     legend2.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.pieReceived.Legends.Add(legend2);
     this.pieReceived.Location = new System.Drawing.Point(527, 305);
     this.pieReceived.Name     = "pieReceived";
     this.pieReceived.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series2.ChartArea         = "ChartArea1";
     series2.ChartType         = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series2.Legend            = "Legend1";
     series2.Name     = "data";
     dataPoint1.Color = System.Drawing.Color.White;
     dataPoint2.Color = System.Drawing.Color.Purple;
     series2.Points.Add(dataPoint1);
     series2.Points.Add(dataPoint2);
     series2.ShadowColor = System.Drawing.Color.Red;
     series2.XValueType  = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
     this.pieReceived.Series.Add(series2);
     this.pieReceived.Size     = new System.Drawing.Size(218, 176);
     this.pieReceived.TabIndex = 5;
     //
     // piePaid
     //
     this.piePaid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     chartArea3.Name        = "ChartArea1";
     this.piePaid.ChartAreas.Add(chartArea3);
     legend3.CustomItems.Add(legendItem2);
     legend3.Enabled = false;
     legend3.Name    = "Legend1";
     this.piePaid.Legends.Add(legend3);
     this.piePaid.Location = new System.Drawing.Point(757, 305);
     this.piePaid.Name     = "piePaid";
     series3.ChartArea     = "ChartArea1";
     series3.ChartType     = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut;
     series3.Legend        = "Legend1";
     series3.Name          = "Series1";
     dataPoint3.Color      = System.Drawing.Color.White;
     dataPoint4.Color      = System.Drawing.Color.Red;
     series3.Points.Add(dataPoint3);
     series3.Points.Add(dataPoint4);
     this.piePaid.Series.Add(series3);
     this.piePaid.Size     = new System.Drawing.Size(218, 176);
     this.piePaid.TabIndex = 5;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // UCHome
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.piePaid);
     this.Controls.Add(this.pieReceived);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label1);
     this.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "UCHome";
     this.Size = new System.Drawing.Size(1002, 542);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pieReceived)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.piePaid)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }