namespace Statistics.UserControls { partial class StatisticsCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.updateButton = new System.Windows.Forms.Button(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.exportButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // updateButton // this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.updateButton.Location = new System.Drawing.Point(3, 7); this.updateButton.Name = "updateButton"; this.updateButton.Size = new System.Drawing.Size(90, 43); this.updateButton.TabIndex = 4; this.updateButton.Text = "Update data"; this.updateButton.UseVisualStyleBackColor = true; this.updateButton.Click += new System.EventHandler(this.updateButton_Click); // // chart1 // chartArea2.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea2); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; legend2.Name = "Legend1"; this.chart1.Legends.Add(legend2); this.chart1.Location = new System.Drawing.Point(0, 0); this.chart1.Name = "chart1"; series6.ChartArea = "ChartArea1"; series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; series6.Color = System.Drawing.Color.ForestGreen; series6.Legend = "Legend1"; series6.Name = "Flow 1"; series7.ChartArea = "ChartArea1"; series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; series7.Color = System.Drawing.Color.Red; series7.Legend = "Legend1"; series7.Name = "Flow 2"; series8.ChartArea = "ChartArea1"; series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; series8.Color = System.Drawing.Color.Blue; series8.Legend = "Legend1"; series8.Name = "Flow 3"; series9.ChartArea = "ChartArea1"; series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; series9.Color = System.Drawing.Color.DarkOrange; series9.Legend = "Legend1"; series9.Name = "Flow 4"; series10.ChartArea = "ChartArea1"; series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; series10.Color = System.Drawing.Color.Fuchsia; series10.Legend = "Legend1"; series10.Name = "Flow 5"; this.chart1.Series.Add(series6); this.chart1.Series.Add(series7); this.chart1.Series.Add(series8); this.chart1.Series.Add(series9); this.chart1.Series.Add(series10); this.chart1.Size = new System.Drawing.Size(476, 381); this.chart1.TabIndex = 5; this.chart1.Text = "chart1"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.chart1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.exportButton); this.splitContainer1.Panel2.Controls.Add(this.updateButton); this.splitContainer1.Size = new System.Drawing.Size(577, 381); this.splitContainer1.SplitterDistance = 476; this.splitContainer1.SplitterWidth = 1; this.splitContainer1.TabIndex = 6; // // exportButton // this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.exportButton.Location = new System.Drawing.Point(3, 56); this.exportButton.Name = "exportButton"; this.exportButton.Size = new System.Drawing.Size(90, 43); this.exportButton.TabIndex = 5; this.exportButton.Text = "Export"; this.exportButton.UseVisualStyleBackColor = true; this.exportButton.Click += new System.EventHandler(this.exportButton_Click); // // StatisticsCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "StatisticsCtrl"; this.Size = new System.Drawing.Size(577, 381); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button updateButton; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Button exportButton; } }