LightPlate.Designer.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace IntelligentControlForsx
  2. {
  3. partial class LightPlate
  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.lblTitle = new System.Windows.Forms.Label();
  29. this.lblCount = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // lblTitle
  33. //
  34. this.lblTitle.AutoSize = true;
  35. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  36. this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.lblTitle.ForeColor = System.Drawing.Color.White;
  38. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  39. this.lblTitle.Name = "lblTitle";
  40. this.lblTitle.Size = new System.Drawing.Size(93, 20);
  41. this.lblTitle.TabIndex = 0;
  42. this.lblTitle.Text = "石板泉风电场";
  43. //
  44. // lblCount
  45. //
  46. this.lblCount.AutoSize = true;
  47. this.lblCount.BackColor = System.Drawing.Color.Transparent;
  48. this.lblCount.Font = new System.Drawing.Font("新宋体", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.lblCount.ForeColor = System.Drawing.Color.White;
  50. this.lblCount.Location = new System.Drawing.Point(71, 35);
  51. this.lblCount.Name = "lblCount";
  52. this.lblCount.Size = new System.Drawing.Size(18, 18);
  53. this.lblCount.TabIndex = 1;
  54. this.lblCount.Text = "0";
  55. this.lblCount.TextAlign = System.Drawing.ContentAlignment.BottomRight;
  56. //
  57. // LightPlate
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  61. this.BackColor = System.Drawing.Color.Transparent;
  62. this.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.光字牌02;
  63. this.Controls.Add(this.lblCount);
  64. this.Controls.Add(this.lblTitle);
  65. this.Name = "LightPlate";
  66. this.Size = new System.Drawing.Size(108, 60);
  67. this.ResumeLayout(false);
  68. this.PerformLayout();
  69. }
  70. #endregion
  71. private System.Windows.Forms.Label lblTitle;
  72. private System.Windows.Forms.Label lblCount;
  73. }
  74. }