LabelWindturbineName.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class LabelWindturbineName
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.lblStatus = new System.Windows.Forms.Label();
  30. this.lblWindturbineName = new System.Windows.Forms.Label();
  31. this.panel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // panel1
  35. //
  36. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  37. this.panel1.Controls.Add(this.lblStatus);
  38. this.panel1.Controls.Add(this.lblWindturbineName);
  39. this.panel1.Location = new System.Drawing.Point(1, 1);
  40. this.panel1.Name = "panel1";
  41. this.panel1.Size = new System.Drawing.Size(130, 25);
  42. this.panel1.TabIndex = 0;
  43. //
  44. // lblStatus
  45. //
  46. this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58)))));
  47. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
  48. this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58)))));
  49. this.lblStatus.Location = new System.Drawing.Point(96, 2);
  50. this.lblStatus.Name = "lblStatus";
  51. this.lblStatus.Size = new System.Drawing.Size(20, 20);
  52. this.lblStatus.TabIndex = 1;
  53. //
  54. // lblWindturbineName
  55. //
  56. this.lblWindturbineName.AutoSize = true;
  57. this.lblWindturbineName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblWindturbineName.ForeColor = System.Drawing.Color.White;
  59. this.lblWindturbineName.Location = new System.Drawing.Point(15, 4);
  60. this.lblWindturbineName.Name = "lblWindturbineName";
  61. this.lblWindturbineName.Size = new System.Drawing.Size(70, 19);
  62. this.lblWindturbineName.TabIndex = 0;
  63. this.lblWindturbineName.Text = "SG01-01";
  64. this.lblWindturbineName.Click += new System.EventHandler(this.lblWindturbineName_Click);
  65. //
  66. // LabelWindturbineName
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(73)))), ((int)(((byte)(109)))));
  71. this.Controls.Add(this.panel1);
  72. this.Name = "LabelWindturbineName";
  73. this.Size = new System.Drawing.Size(132, 27);
  74. this.panel1.ResumeLayout(false);
  75. this.panel1.PerformLayout();
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. private System.Windows.Forms.Panel panel1;
  80. private System.Windows.Forms.Label lblWindturbineName;
  81. private System.Windows.Forms.Label lblStatus;
  82. }
  83. }