PointValueDI.Designer.cs 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class PointValueDI
  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.lblStatus = new System.Windows.Forms.Label();
  29. this.lblName = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // lblStatus
  33. //
  34. this.lblStatus.BackColor = System.Drawing.Color.Lime;
  35. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  36. this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  37. this.lblStatus.Location = new System.Drawing.Point(218, 10);
  38. this.lblStatus.Name = "lblStatus";
  39. this.lblStatus.Size = new System.Drawing.Size(20, 20);
  40. this.lblStatus.TabIndex = 129;
  41. this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  42. //
  43. // lblName
  44. //
  45. this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  46. this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
  47. this.lblName.Location = new System.Drawing.Point(3, 5);
  48. this.lblName.Name = "lblName";
  49. this.lblName.Size = new System.Drawing.Size(154, 28);
  50. this.lblName.TabIndex = 128;
  51. this.lblName.Text = "U2项绕组电压";
  52. this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  53. //
  54. // PointValueDI
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
  59. this.Controls.Add(this.lblStatus);
  60. this.Controls.Add(this.lblName);
  61. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  63. this.Name = "PointValueDI";
  64. this.Size = new System.Drawing.Size(295, 38);
  65. this.ResumeLayout(false);
  66. }
  67. #endregion
  68. private System.Windows.Forms.Label lblStatus;
  69. private System.Windows.Forms.Label lblName;
  70. }
  71. }