AlarmBar.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace IntelligentControlForsx
  2. {
  3. partial class AlarmBar
  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.button1 = new System.Windows.Forms.Button();
  29. this.lblAlarmText = new System.Windows.Forms.Label();
  30. this.lblAlarmTime = new System.Windows.Forms.Label();
  31. this.lblThingId = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  37. this.button1.Dock = System.Windows.Forms.DockStyle.Right;
  38. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  39. this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.button1.ForeColor = System.Drawing.Color.White;
  41. this.button1.Location = new System.Drawing.Point(900, 0);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(100, 39);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "0";
  46. this.button1.UseVisualStyleBackColor = false;
  47. //
  48. // lblAlarmText
  49. //
  50. this.lblAlarmText.BackColor = System.Drawing.Color.Transparent;
  51. this.lblAlarmText.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.lblAlarmText.ForeColor = System.Drawing.Color.White;
  53. this.lblAlarmText.Location = new System.Drawing.Point(517, 9);
  54. this.lblAlarmText.Margin = new System.Windows.Forms.Padding(0);
  55. this.lblAlarmText.Name = "lblAlarmText";
  56. this.lblAlarmText.Size = new System.Drawing.Size(317, 22);
  57. this.lblAlarmText.TabIndex = 5;
  58. this.lblAlarmText.Text = "停机收浆超时";
  59. this.lblAlarmText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  60. //
  61. // lblAlarmTime
  62. //
  63. this.lblAlarmTime.BackColor = System.Drawing.Color.Transparent;
  64. this.lblAlarmTime.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  65. this.lblAlarmTime.ForeColor = System.Drawing.Color.White;
  66. this.lblAlarmTime.Location = new System.Drawing.Point(17, 9);
  67. this.lblAlarmTime.Margin = new System.Windows.Forms.Padding(0);
  68. this.lblAlarmTime.Name = "lblAlarmTime";
  69. this.lblAlarmTime.Size = new System.Drawing.Size(203, 22);
  70. this.lblAlarmTime.TabIndex = 6;
  71. this.lblAlarmTime.Text = "2019-03-20 21:43:00";
  72. this.lblAlarmTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  73. //
  74. // lblThingId
  75. //
  76. this.lblThingId.BackColor = System.Drawing.Color.Transparent;
  77. this.lblThingId.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.lblThingId.ForeColor = System.Drawing.Color.White;
  79. this.lblThingId.Location = new System.Drawing.Point(249, 9);
  80. this.lblThingId.Margin = new System.Windows.Forms.Padding(0);
  81. this.lblThingId.Name = "lblThingId";
  82. this.lblThingId.Size = new System.Drawing.Size(246, 22);
  83. this.lblThingId.TabIndex = 7;
  84. this.lblThingId.Text = "石板泉一号风机";
  85. this.lblThingId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  86. //
  87. // AlarmBar
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.BackColor = System.Drawing.SystemColors.ControlDark;
  92. this.Controls.Add(this.lblThingId);
  93. this.Controls.Add(this.lblAlarmTime);
  94. this.Controls.Add(this.lblAlarmText);
  95. this.Controls.Add(this.button1);
  96. this.Name = "AlarmBar";
  97. this.Size = new System.Drawing.Size(1000, 39);
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. private System.Windows.Forms.Button button1;
  102. private System.Windows.Forms.Label lblAlarmText;
  103. private System.Windows.Forms.Label lblAlarmTime;
  104. private System.Windows.Forms.Label lblThingId;
  105. }
  106. }