AlarmItem.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace IntelligentControlForsx
  2. {
  3. partial class AlarmItem
  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.lblTime = new System.Windows.Forms.Label();
  29. this.lblThingId = new System.Windows.Forms.Label();
  30. this.lblAlarmText = new System.Windows.Forms.Label();
  31. this.btnConfirm = new System.Windows.Forms.Button();
  32. this.btnSend = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // lblTime
  36. //
  37. this.lblTime.Dock = System.Windows.Forms.DockStyle.Left;
  38. this.lblTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.lblTime.Location = new System.Drawing.Point(0, 0);
  40. this.lblTime.Name = "lblTime";
  41. this.lblTime.Size = new System.Drawing.Size(130, 30);
  42. this.lblTime.TabIndex = 0;
  43. this.lblTime.Text = "2019-03-17 14:40:00";
  44. this.lblTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  45. this.lblTime.DoubleClick += new System.EventHandler(this.lblTime_DoubleClick);
  46. //
  47. // lblThingId
  48. //
  49. this.lblThingId.Dock = System.Windows.Forms.DockStyle.Left;
  50. this.lblThingId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.lblThingId.Location = new System.Drawing.Point(130, 0);
  52. this.lblThingId.Name = "lblThingId";
  53. this.lblThingId.Size = new System.Drawing.Size(140, 30);
  54. this.lblThingId.TabIndex = 1;
  55. this.lblThingId.Text = "石板泉一号风机";
  56. this.lblThingId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  57. this.lblThingId.DoubleClick += new System.EventHandler(this.lblThingId_DoubleClick);
  58. //
  59. // lblAlarmText
  60. //
  61. this.lblAlarmText.BackColor = System.Drawing.Color.Transparent;
  62. this.lblAlarmText.Dock = System.Windows.Forms.DockStyle.Left;
  63. this.lblAlarmText.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.lblAlarmText.Location = new System.Drawing.Point(270, 0);
  65. this.lblAlarmText.Name = "lblAlarmText";
  66. this.lblAlarmText.Size = new System.Drawing.Size(206, 30);
  67. this.lblAlarmText.TabIndex = 2;
  68. this.lblAlarmText.Text = "停机收浆不到位";
  69. this.lblAlarmText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  70. this.lblAlarmText.DoubleClick += new System.EventHandler(this.lblAlarmText_DoubleClick);
  71. //
  72. // btnConfirm
  73. //
  74. this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  75. this.btnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  76. this.btnConfirm.FlatAppearance.BorderSize = 0;
  77. this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.btnConfirm.Location = new System.Drawing.Point(543, 3);
  79. this.btnConfirm.Name = "btnConfirm";
  80. this.btnConfirm.Size = new System.Drawing.Size(24, 24);
  81. this.btnConfirm.TabIndex = 3;
  82. this.btnConfirm.UseVisualStyleBackColor = false;
  83. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  84. //
  85. // btnSend
  86. //
  87. this.btnSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
  88. this.btnSend.Location = new System.Drawing.Point(492, 3);
  89. this.btnSend.Name = "btnSend";
  90. this.btnSend.Size = new System.Drawing.Size(43, 24);
  91. this.btnSend.TabIndex = 4;
  92. this.btnSend.Text = "复位";
  93. this.btnSend.UseVisualStyleBackColor = false;
  94. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  95. //
  96. // AlarmItem
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.BackColor = System.Drawing.Color.Transparent;
  101. this.Controls.Add(this.btnSend);
  102. this.Controls.Add(this.btnConfirm);
  103. this.Controls.Add(this.lblAlarmText);
  104. this.Controls.Add(this.lblThingId);
  105. this.Controls.Add(this.lblTime);
  106. this.Name = "AlarmItem";
  107. this.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
  108. this.Size = new System.Drawing.Size(570, 30);
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private System.Windows.Forms.Label lblTime;
  113. private System.Windows.Forms.Label lblThingId;
  114. private System.Windows.Forms.Label lblAlarmText;
  115. private System.Windows.Forms.Button btnConfirm;
  116. private System.Windows.Forms.Button btnSend;
  117. }
  118. }