2018-12-10 20:17:00 +00:00
|
|
|
|
namespace Statistics.UserControls
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class StatisticsCtrl
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
|
{
|
|
|
|
|
|
components.Dispose();
|
|
|
|
|
|
}
|
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
|
{
|
2018-12-31 22:13:47 +00:00
|
|
|
|
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();
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.updateButton = new System.Windows.Forms.Button();
|
2018-12-19 11:23:41 +00:00
|
|
|
|
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();
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// updateButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.updateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2018-12-19 11:23:41 +00:00
|
|
|
|
this.updateButton.Location = new System.Drawing.Point(3, 7);
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.updateButton.Name = "updateButton";
|
2018-12-31 22:13:47 +00:00
|
|
|
|
this.updateButton.Size = new System.Drawing.Size(90, 43);
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.updateButton.TabIndex = 4;
|
2018-12-19 11:23:41 +00:00
|
|
|
|
this.updateButton.Text = "Update data";
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.updateButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
|
|
|
|
|
|
//
|
2018-12-19 11:23:41 +00:00
|
|
|
|
// chart1
|
|
|
|
|
|
//
|
2018-12-31 22:13:47 +00:00
|
|
|
|
chartArea2.Name = "ChartArea1";
|
|
|
|
|
|
this.chart1.ChartAreas.Add(chartArea2);
|
2018-12-19 11:23:41 +00:00
|
|
|
|
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
|
2018-12-31 22:13:47 +00:00
|
|
|
|
legend2.Name = "Legend1";
|
|
|
|
|
|
this.chart1.Legends.Add(legend2);
|
2018-12-19 11:23:41 +00:00
|
|
|
|
this.chart1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.chart1.Name = "chart1";
|
2018-12-31 22:13:47 +00:00
|
|
|
|
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);
|
2018-12-19 11:23:41 +00:00
|
|
|
|
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);
|
2018-12-31 22:13:47 +00:00
|
|
|
|
this.splitContainer1.SplitterDistance = 476;
|
2018-12-19 11:23:41 +00:00
|
|
|
|
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";
|
2018-12-31 22:13:47 +00:00
|
|
|
|
this.exportButton.Size = new System.Drawing.Size(90, 43);
|
2018-12-19 11:23:41 +00:00
|
|
|
|
this.exportButton.TabIndex = 5;
|
|
|
|
|
|
this.exportButton.Text = "Export";
|
|
|
|
|
|
this.exportButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
|
|
|
|
|
|
//
|
2018-12-10 20:17:00 +00:00
|
|
|
|
// StatisticsCtrl
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2018-12-19 11:23:41 +00:00
|
|
|
|
this.Controls.Add(this.splitContainer1);
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.Name = "StatisticsCtrl";
|
2018-12-19 11:23:41 +00:00
|
|
|
|
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);
|
2018-12-10 20:17:00 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button updateButton;
|
2018-12-19 11:23:41 +00:00
|
|
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
|
|
private System.Windows.Forms.Button exportButton;
|
2018-12-10 20:17:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|