DatePower.designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class DatePower
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  32. this.webfontLable1 = new IntelligentControlForsx.MyControls.WebfontLable();
  33. ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // chart2
  37. //
  38. this.chart2.BackColor = System.Drawing.Color.Transparent;
  39. chartArea1.Name = "ChartArea1";
  40. this.chart2.ChartAreas.Add(chartArea1);
  41. this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
  42. legend1.Name = "Legend1";
  43. this.chart2.Legends.Add(legend1);
  44. this.chart2.Location = new System.Drawing.Point(0, 0);
  45. this.chart2.Name = "chart2";
  46. this.chart2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
  47. series1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
  48. series1.BackImageTransparentColor = System.Drawing.Color.Transparent;
  49. series1.ChartArea = "ChartArea1";
  50. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
  51. series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(171)))), ((int)(((byte)(238)))));
  52. series1.IsValueShownAsLabel = true;
  53. series1.IsVisibleInLegend = false;
  54. series1.IsXValueIndexed = true;
  55. series1.LabelBackColor = System.Drawing.Color.Transparent;
  56. series1.LabelBorderColor = System.Drawing.Color.Transparent;
  57. series1.LabelForeColor = System.Drawing.Color.White;
  58. series1.Legend = "Legend1";
  59. series1.LegendText = "日发电量";
  60. series1.Name = "Series1";
  61. series1.ShadowColor = System.Drawing.Color.White;
  62. this.chart2.Series.Add(series1);
  63. this.chart2.Size = new System.Drawing.Size(361, 371);
  64. this.chart2.TabIndex = 1;
  65. this.chart2.Text = "chart2";
  66. this.chart2.Click += new System.EventHandler(this.chart2_Click_1);
  67. //
  68. // webfontLable1
  69. //
  70. this.webfontLable1.BackColor = System.Drawing.Color.Transparent;
  71. this.webfontLable1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.webfontLable1.LableShowType = 0;
  73. this.webfontLable1.LableText = "日发电量(万Kwh)";
  74. this.webfontLable1.LableType = 0;
  75. this.webfontLable1.Location = new System.Drawing.Point(15, 43);
  76. this.webfontLable1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  77. this.webfontLable1.MyEmSize = 21.75F;
  78. this.webfontLable1.MyLabelDock = System.Windows.Forms.DockStyle.Fill;
  79. this.webfontLable1.MyLabelTextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  80. this.webfontLable1.Name = "webfontLable1";
  81. this.webfontLable1.Size = new System.Drawing.Size(270, 32);
  82. this.webfontLable1.TabIndex = 0;
  83. this.webfontLable1.TestPointId = null;
  84. this.webfontLable1.UniformCode = null;
  85. this.webfontLable1.WindPowerId = null;
  86. this.webfontLable1.WindTurbineId = null;
  87. this.webfontLable1.Load += new System.EventHandler(this.webfontLable1_Load);
  88. //
  89. // DatePower
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  94. this.Controls.Add(this.chart2);
  95. this.Controls.Add(this.webfontLable1);
  96. this.Name = "DatePower";
  97. this.Size = new System.Drawing.Size(361, 371);
  98. this.Load += new System.EventHandler(this.Chart1_Load);
  99. ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
  100. this.ResumeLayout(false);
  101. }
  102. #endregion
  103. private WebfontLable webfontLable1;
  104. private System.Windows.Forms.DataVisualization.Charting.Chart chart2;
  105. }
  106. }