namespace IntelligentControlForsx.MyControls
{
partial class MatrixPopupLine
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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 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.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// chart1
//
this.chart1.BackColor = System.Drawing.Color.Transparent;
chartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
chartArea2.AxisX.Interval = 1D;
chartArea2.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours;
chartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea2.AxisX.LabelStyle.Format = "HH:mm";
chartArea2.AxisX.LabelStyle.Interval = 1D;
chartArea2.AxisX.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours;
chartArea2.AxisX.LabelStyle.IsStaggered = true;
chartArea2.AxisX.LabelStyle.TruncatedLabels = true;
chartArea2.AxisX.LineColor = System.Drawing.Color.White;
chartArea2.AxisX.ScaleBreakStyle.Enabled = true;
chartArea2.AxisX.TitleAlignment = System.Drawing.StringAlignment.Near;
chartArea2.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea2.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
chartArea2.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
chartArea2.AxisY.LineColor = System.Drawing.Color.White;
chartArea2.AxisY.MaximumAutoSize = 25F;
chartArea2.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea2.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
chartArea2.BackColor = System.Drawing.Color.Transparent;
chartArea2.InnerPlotPosition.Auto = false;
chartArea2.InnerPlotPosition.Height = 88F;
chartArea2.InnerPlotPosition.Width = 100F;
chartArea2.InnerPlotPosition.Y = 4F;
chartArea2.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea2);
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
legend2.BackColor = System.Drawing.Color.Transparent;
legend2.DockedToChartArea = "ChartArea1";
legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
legend2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
legend2.ForeColor = System.Drawing.Color.White;
legend2.HeaderSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
legend2.IsTextAutoFit = false;
legend2.ItemColumnSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
legend2.ItemColumnSpacing = 100;
legend2.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
legend2.Name = "Legend1";
legend2.Position.Auto = false;
legend2.Position.Height = 16.31579F;
legend2.Position.Width = 50F;
legend2.Position.X = 50F;
legend2.TitleAlignment = System.Drawing.StringAlignment.Near;
legend2.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
legend2.TitleSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
this.chart1.Legends.Add(legend2);
this.chart1.Location = new System.Drawing.Point(0, 0);
this.chart1.Name = "chart1";
series5.ChartArea = "ChartArea1";
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
series5.LabelBorderWidth = 3;
series5.LabelForeColor = System.Drawing.Color.White;
series5.Legend = "Legend1";
series5.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(103)))), ((int)(((byte)(149)))));
series5.MarkerBorderWidth = 3;
series5.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
series5.MarkerSize = 10;
series5.Name = "预测功率曲线";
series6.ChartArea = "ChartArea1";
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series6.Color = System.Drawing.Color.Fuchsia;
series6.LabelForeColor = System.Drawing.Color.White;
series6.Legend = "Legend1";
series6.Name = "AGC功率曲线";
series7.ChartArea = "ChartArea1";
series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series7.Color = System.Drawing.Color.Aqua;
series7.Legend = "Legend1";
series7.Name = "实时功率曲线";
series8.ChartArea = "ChartArea1";
series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series8.Color = System.Drawing.Color.Blue;
series8.Legend = "Legend1";
series8.Name = "理论功率曲线";
this.chart1.Series.Add(series5);
this.chart1.Series.Add(series6);
this.chart1.Series.Add(series7);
this.chart1.Series.Add(series8);
this.chart1.Size = new System.Drawing.Size(1530, 310);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
this.chart1.GetToolTipText += new System.EventHandler(this.chart1_GetToolTipText);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 60000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// MatrixPopupLine
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.Controls.Add(this.chart1);
this.Name = "MatrixPopupLine";
this.Size = new System.Drawing.Size(1530, 310);
this.Load += new System.EventHandler(this.MatrixPopupLine_Load);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.Timer timer1;
}
}