namespace IntelligentControlForsx.MyControls { partial class StationPowerLine { /// /// 必需的设计器变量。 /// 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(); 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; chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True; chartArea1.AxisX.Interval = 1D; chartArea1.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours; chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White; chartArea1.AxisX.LabelStyle.Format = "HH:mm"; chartArea1.AxisX.LabelStyle.Interval = 1D; chartArea1.AxisX.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours; chartArea1.AxisX.LabelStyle.IsStaggered = true; chartArea1.AxisX.LabelStyle.TruncatedLabels = true; chartArea1.AxisX.LineColor = System.Drawing.Color.White; chartArea1.AxisX.ScaleBreakStyle.Enabled = true; chartArea1.AxisX.TitleAlignment = System.Drawing.StringAlignment.Near; chartArea1.AxisX.TitleForeColor = System.Drawing.Color.White; chartArea1.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; chartArea1.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True; chartArea1.AxisY.LineColor = System.Drawing.Color.White; chartArea1.AxisY.MaximumAutoSize = 25F; chartArea1.AxisY.TitleForeColor = System.Drawing.Color.White; chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; chartArea1.BackColor = System.Drawing.Color.Transparent; chartArea1.InnerPlotPosition.Auto = false; chartArea1.InnerPlotPosition.Height = 88F; chartArea1.InnerPlotPosition.Width = 100F; chartArea1.InnerPlotPosition.Y = 4F; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; legend1.BackColor = System.Drawing.Color.Transparent; legend1.DockedToChartArea = "ChartArea1"; legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top; legend1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); legend1.ForeColor = System.Drawing.Color.White; legend1.HeaderSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); legend1.IsTextAutoFit = false; legend1.ItemColumnSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); legend1.ItemColumnSpacing = 100; legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row; legend1.Name = "Legend1"; legend1.Position.Auto = false; legend1.Position.Height = 16.31579F; legend1.Position.Width = 50F; legend1.Position.X = 50F; legend1.TitleAlignment = System.Drawing.StringAlignment.Near; legend1.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); legend1.TitleSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); 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.Line; series1.Color = System.Drawing.Color.Aqua; series1.Legend = "Legend1"; series1.Name = "实时功率曲线"; this.chart1.Series.Add(series1); this.chart1.Size = new System.Drawing.Size(800, 210); 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 = 10000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // StationPowerLine // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139))))); this.Controls.Add(this.chart1); this.Name = "StationPowerLine"; this.Size = new System.Drawing.Size(800, 210); this.Load += new System.EventHandler(this.StationPowerLine_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; } }