MatrixPopupLine.designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 
  2. namespace IntelligentControlForsx.MyControls
  3. {
  4. partial class MatrixPopupLine
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  31. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  32. System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
  35. System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
  36. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  37. this.timer1 = new System.Windows.Forms.Timer(this.components);
  38. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // chart1
  42. //
  43. this.chart1.BackColor = System.Drawing.Color.Transparent;
  44. chartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
  45. chartArea2.AxisX.Interval = 1D;
  46. chartArea2.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours;
  47. chartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
  48. chartArea2.AxisX.LabelStyle.Format = "HH:mm";
  49. chartArea2.AxisX.LabelStyle.Interval = 1D;
  50. chartArea2.AxisX.LabelStyle.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours;
  51. chartArea2.AxisX.LabelStyle.IsStaggered = true;
  52. chartArea2.AxisX.LabelStyle.TruncatedLabels = true;
  53. chartArea2.AxisX.LineColor = System.Drawing.Color.White;
  54. chartArea2.AxisX.ScaleBreakStyle.Enabled = true;
  55. chartArea2.AxisX.TitleAlignment = System.Drawing.StringAlignment.Near;
  56. chartArea2.AxisX.TitleForeColor = System.Drawing.Color.White;
  57. chartArea2.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  58. chartArea2.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True;
  59. chartArea2.AxisY.LineColor = System.Drawing.Color.White;
  60. chartArea2.AxisY.MaximumAutoSize = 25F;
  61. chartArea2.AxisY.TitleForeColor = System.Drawing.Color.White;
  62. chartArea2.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  63. chartArea2.BackColor = System.Drawing.Color.Transparent;
  64. chartArea2.InnerPlotPosition.Auto = false;
  65. chartArea2.InnerPlotPosition.Height = 88F;
  66. chartArea2.InnerPlotPosition.Width = 100F;
  67. chartArea2.InnerPlotPosition.Y = 4F;
  68. chartArea2.Name = "ChartArea1";
  69. this.chart1.ChartAreas.Add(chartArea2);
  70. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  71. legend2.BackColor = System.Drawing.Color.Transparent;
  72. legend2.DockedToChartArea = "ChartArea1";
  73. legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
  74. legend2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. legend2.ForeColor = System.Drawing.Color.White;
  76. legend2.HeaderSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  77. legend2.IsTextAutoFit = false;
  78. legend2.ItemColumnSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  79. legend2.ItemColumnSpacing = 100;
  80. legend2.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
  81. legend2.Name = "Legend1";
  82. legend2.Position.Auto = false;
  83. legend2.Position.Height = 16.31579F;
  84. legend2.Position.Width = 50F;
  85. legend2.Position.X = 50F;
  86. legend2.TitleAlignment = System.Drawing.StringAlignment.Near;
  87. legend2.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  88. legend2.TitleSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  89. this.chart1.Legends.Add(legend2);
  90. this.chart1.Location = new System.Drawing.Point(0, 0);
  91. this.chart1.Name = "chart1";
  92. series5.ChartArea = "ChartArea1";
  93. series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  94. series5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  95. series5.LabelBorderWidth = 3;
  96. series5.LabelForeColor = System.Drawing.Color.White;
  97. series5.Legend = "Legend1";
  98. series5.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(103)))), ((int)(((byte)(149)))));
  99. series5.MarkerBorderWidth = 3;
  100. series5.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  101. series5.MarkerSize = 10;
  102. series5.Name = "预测功率曲线";
  103. series6.ChartArea = "ChartArea1";
  104. series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  105. series6.Color = System.Drawing.Color.Fuchsia;
  106. series6.LabelForeColor = System.Drawing.Color.White;
  107. series6.Legend = "Legend1";
  108. series6.Name = "AGC功率曲线";
  109. series7.ChartArea = "ChartArea1";
  110. series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  111. series7.Color = System.Drawing.Color.Aqua;
  112. series7.Legend = "Legend1";
  113. series7.Name = "实时功率曲线";
  114. series8.ChartArea = "ChartArea1";
  115. series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  116. series8.Color = System.Drawing.Color.Blue;
  117. series8.Legend = "Legend1";
  118. series8.Name = "理论功率曲线";
  119. this.chart1.Series.Add(series5);
  120. this.chart1.Series.Add(series6);
  121. this.chart1.Series.Add(series7);
  122. this.chart1.Series.Add(series8);
  123. this.chart1.Size = new System.Drawing.Size(1530, 310);
  124. this.chart1.TabIndex = 0;
  125. this.chart1.Text = "chart1";
  126. this.chart1.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chart1_GetToolTipText);
  127. //
  128. // timer1
  129. //
  130. this.timer1.Enabled = true;
  131. this.timer1.Interval = 60000;
  132. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  133. //
  134. // MatrixPopupLine
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.BackColor = System.Drawing.Color.Black;
  139. this.Controls.Add(this.chart1);
  140. this.Name = "MatrixPopupLine";
  141. this.Size = new System.Drawing.Size(1530, 310);
  142. this.Load += new System.EventHandler(this.MatrixPopupLine_Load);
  143. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  148. private System.Windows.Forms.Timer timer1;
  149. }
  150. }