HistoryLine.designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. 
  2. namespace IntelligentControlForsx.MyControls
  3. {
  4. partial class HistoryLine
  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. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  31. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  32. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  35. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // chart1
  39. //
  40. this.chart1.BackColor = System.Drawing.Color.Transparent;
  41. chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  42. chartArea1.AxisX2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  43. chartArea1.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  44. chartArea1.AxisY2.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  45. chartArea1.BackColor = System.Drawing.Color.Transparent;
  46. chartArea1.Name = "ChartArea1";
  47. chartArea1.Position.Auto = false;
  48. chartArea1.Position.Height = 23F;
  49. chartArea1.Position.Width = 94F;
  50. chartArea1.Position.X = 3F;
  51. chartArea1.Position.Y = 30F;
  52. chartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  53. chartArea2.AxisY.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
  54. chartArea2.BackColor = System.Drawing.Color.Transparent;
  55. chartArea2.Name = "ChartArea2";
  56. chartArea2.Position.Auto = false;
  57. chartArea2.Position.Height = 45.5F;
  58. chartArea2.Position.Width = 94F;
  59. chartArea2.Position.X = 3F;
  60. chartArea2.Position.Y = 40F;
  61. this.chart1.ChartAreas.Add(chartArea1);
  62. this.chart1.ChartAreas.Add(chartArea2);
  63. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. legend1.BackColor = System.Drawing.Color.Transparent;
  65. legend1.DockedToChartArea = "ChartArea1";
  66. legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
  67. legend1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  69. legend1.HeaderSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  70. legend1.IsTextAutoFit = false;
  71. legend1.ItemColumnSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  72. legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
  73. legend1.Name = "Legend1";
  74. legend1.Position.Auto = false;
  75. legend1.Position.Height = 16.31579F;
  76. legend1.Position.Width = 53.79747F;
  77. legend1.TitleAlignment = System.Drawing.StringAlignment.Near;
  78. legend1.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  79. legend1.TitleSeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  80. this.chart1.Legends.Add(legend1);
  81. this.chart1.Location = new System.Drawing.Point(0, 0);
  82. this.chart1.Name = "chart1";
  83. series1.BorderWidth = 3;
  84. series1.ChartArea = "ChartArea1";
  85. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  86. series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(103)))), ((int)(((byte)(149)))));
  87. series1.LabelBorderWidth = 3;
  88. series1.Legend = "Legend1";
  89. series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(103)))), ((int)(((byte)(149)))));
  90. series1.MarkerBorderWidth = 3;
  91. series1.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  92. series1.MarkerSize = 10;
  93. series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
  94. series1.Name = "风速";
  95. series2.ChartArea = "ChartArea2";
  96. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
  97. series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(103)))), ((int)(((byte)(149)))));
  98. series2.Legend = "Legend1";
  99. series2.Name = "功率";
  100. this.chart1.Series.Add(series1);
  101. this.chart1.Series.Add(series2);
  102. this.chart1.Size = new System.Drawing.Size(317, 191);
  103. this.chart1.TabIndex = 0;
  104. this.chart1.Text = "chart1";
  105. this.chart1.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.chart1_GetToolTipText);
  106. //
  107. // HistoryLine
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.BackColor = System.Drawing.Color.Transparent;
  112. this.Controls.Add(this.chart1);
  113. this.Name = "HistoryLine";
  114. this.Size = new System.Drawing.Size(317, 191);
  115. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  116. this.ResumeLayout(false);
  117. }
  118. #endregion
  119. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  120. }
  121. }