159 lines
8.0 KiB
C#
159 lines
8.0 KiB
C#
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()
|
|
{
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
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(101, 43);
|
|
this.updateButton.TabIndex = 4;
|
|
this.updateButton.Text = "Update data";
|
|
this.updateButton.UseVisualStyleBackColor = true;
|
|
this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
|
|
//
|
|
// chart1
|
|
//
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chart1.ChartAreas.Add(chartArea1);
|
|
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
legend1.Name = "Legend1";
|
|
this.chart1.Legends.Add(legend1);
|
|
this.chart1.Location = new System.Drawing.Point(0, 0);
|
|
this.chart1.Name = "chart1";
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
series1.Color = System.Drawing.Color.ForestGreen;
|
|
series1.Legend = "Legend1";
|
|
series1.Name = "Flow 1";
|
|
series2.ChartArea = "ChartArea1";
|
|
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
series2.Color = System.Drawing.Color.Red;
|
|
series2.Legend = "Legend1";
|
|
series2.Name = "Flow 2";
|
|
series3.ChartArea = "ChartArea1";
|
|
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
series3.Color = System.Drawing.Color.Blue;
|
|
series3.Legend = "Legend1";
|
|
series3.Name = "Flow 3";
|
|
series4.ChartArea = "ChartArea1";
|
|
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
series4.Color = System.Drawing.Color.Yellow;
|
|
series4.Legend = "Legend1";
|
|
series4.Name = "Flow 4";
|
|
series5.ChartArea = "ChartArea1";
|
|
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
series5.Color = System.Drawing.Color.Fuchsia;
|
|
series5.Legend = "Legend1";
|
|
series5.Name = "Flow 5";
|
|
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(473, 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 = 473;
|
|
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(101, 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;
|
|
}
|
|
}
|