Photovoltaic.designer.cs 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 
  2. namespace IntelligentControlForsx.MyControls
  3. {
  4. partial class Photovoltaic
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Photovoltaic));
  30. this.SuspendLayout();
  31. //
  32. // Photovoltaic
  33. //
  34. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  35. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  36. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  37. this.Cursor = System.Windows.Forms.Cursors.Hand;
  38. this.Name = "Photovoltaic";
  39. this.Size = new System.Drawing.Size(53, 41);
  40. this.Click += new System.EventHandler(this.Photovoltaic_Click);
  41. this.MouseEnter += new System.EventHandler(this.Photovoltaic_MouseEnter);
  42. this.MouseLeave += new System.EventHandler(this.Photovoltaic_MouseLeave);
  43. this.ResumeLayout(false);
  44. }
  45. #endregion
  46. }
  47. }