LabelInfo.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace IntelligentControlForsx.MyControls.windturbine
  2. {
  3. partial class LabelInfo
  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.wlValue = new IntelligentControlForsx.MyControls.WebfontLable();
  30. this.panel1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // panel1
  34. //
  35. this.panel1.AutoSize = true;
  36. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
  37. this.panel1.Controls.Add(this.wlValue);
  38. this.panel1.Location = new System.Drawing.Point(1, 1);
  39. this.panel1.Margin = new System.Windows.Forms.Padding(1);
  40. this.panel1.Name = "panel1";
  41. this.panel1.Size = new System.Drawing.Size(141, 29);
  42. this.panel1.TabIndex = 0;
  43. //
  44. // wlValue
  45. //
  46. this.wlValue.AutoSize = true;
  47. this.wlValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
  48. this.wlValue.LableShowType = 0;
  49. this.wlValue.LableText = "00000";
  50. this.wlValue.LableType = 0;
  51. this.wlValue.Location = new System.Drawing.Point(0, 0);
  52. this.wlValue.Margin = new System.Windows.Forms.Padding(1);
  53. this.wlValue.MyEmSize = 21.75F;
  54. this.wlValue.MyLabelDock = System.Windows.Forms.DockStyle.Right;
  55. this.wlValue.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
  56. this.wlValue.Name = "wlValue";
  57. this.wlValue.Size = new System.Drawing.Size(140, 28);
  58. this.wlValue.TabIndex = 177;
  59. this.wlValue.TestPointId = null;
  60. this.wlValue.UniformCode = null;
  61. this.wlValue.WindPowerId = null;
  62. this.wlValue.WindTurbineId = null;
  63. //
  64. // LabelInfo
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.AutoSize = true;
  69. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(118)))), ((int)(((byte)(152)))));
  70. this.Controls.Add(this.panel1);
  71. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.Margin = new System.Windows.Forms.Padding(1);
  73. this.Name = "LabelInfo";
  74. this.Size = new System.Drawing.Size(143, 31);
  75. this.panel1.ResumeLayout(false);
  76. this.panel1.PerformLayout();
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private System.Windows.Forms.Panel panel1;
  82. private WebfontLable wlValue;
  83. }
  84. }