namespace IntelligentControlForsx.MyControls.agc
{
partial class WindLineChart
{
///
/// 必需的设计器变量。
///
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 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();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit();
this.SuspendLayout();
//
// chartData
//
this.chartData.BackColor = System.Drawing.Color.Transparent;
chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisX2.LineColor = System.Drawing.Color.Empty;
chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
chartArea1.AxisY.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.SandyBrown;
chartArea1.AxisY2.LineColor = System.Drawing.Color.Transparent;
chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
chartArea1.BackColor = System.Drawing.Color.Transparent;
chartArea1.BackImageTransparentColor = System.Drawing.Color.Transparent;
chartArea1.BackSecondaryColor = System.Drawing.Color.Transparent;
chartArea1.BorderColor = System.Drawing.Color.Transparent;
chartArea1.Name = "ChartArea1";
this.chartData.ChartAreas.Add(chartArea1);
legend1.BackColor = System.Drawing.Color.Transparent;
legend1.Enabled = false;
legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
legend1.Name = "Legend1";
legend1.TitleBackColor = System.Drawing.Color.Transparent;
legend1.TitleFont = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chartData.Legends.Add(legend1);
this.chartData.Location = new System.Drawing.Point(1, 4);
this.chartData.Name = "chartData";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series1.Color = System.Drawing.Color.SandyBrown;
series1.Legend = "Legend1";
series1.Name = "Series1";
series1.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary;
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
series2.Legend = "Legend1";
series2.Name = "Series2";
this.chartData.Series.Add(series1);
this.chartData.Series.Add(series2);
this.chartData.Size = new System.Drawing.Size(578, 152);
this.chartData.TabIndex = 0;
this.chartData.Text = "chart1";
this.chartData.GetToolTipText += new System.EventHandler(this.chartData_GetToolTipText);
this.chartData.DoubleClick += new System.EventHandler(this.chartData_DoubleClick);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
this.panel1.Location = new System.Drawing.Point(107, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(20, 1);
this.panel1.TabIndex = 1;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.SandyBrown;
this.panel2.Location = new System.Drawing.Point(107, 28);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(20, 1);
this.panel2.TabIndex = 1;
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
this.label1.Location = new System.Drawing.Point(57, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 16);
this.label1.TabIndex = 2;
this.label1.Text = "有功设定";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.SandyBrown;
this.label2.Location = new System.Drawing.Point(57, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(50, 16);
this.label2.TabIndex = 2;
this.label2.Text = "实发有功";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// WindLineChart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(24)))), ((int)(((byte)(49)))));
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.chartData);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "WindLineChart";
this.Size = new System.Drawing.Size(580, 160);
this.Load += new System.EventHandler(this.LineChart_Load);
((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.DataVisualization.Charting.Chart chartData;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}