MiniForm.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace IntelligentControlForsx
  2. {
  3. partial class MiniForm
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.showDetailFormTimer = new System.Windows.Forms.Timer(this.components);
  30. this.hideDetailFormTimer = new System.Windows.Forms.Timer(this.components);
  31. this.refreshTimer = new System.Windows.Forms.Timer(this.components);
  32. this.lblAlarmText = new System.Windows.Forms.Label();
  33. this.lblObjectName = new System.Windows.Forms.Label();
  34. this.lblAlarmTime = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // showDetailFormTimer
  38. //
  39. this.showDetailFormTimer.Interval = 700;
  40. this.showDetailFormTimer.Tick += new System.EventHandler(this.showDetailFormTimer_Tick);
  41. //
  42. // hideDetailFormTimer
  43. //
  44. this.hideDetailFormTimer.Interval = 700;
  45. this.hideDetailFormTimer.Tick += new System.EventHandler(this.hideDetailFormTimer_Tick);
  46. //
  47. // refreshTimer
  48. //
  49. this.refreshTimer.Enabled = true;
  50. this.refreshTimer.Interval = 1000;
  51. this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
  52. //
  53. // lblAlarmText
  54. //
  55. this.lblAlarmText.Dock = System.Windows.Forms.DockStyle.Right;
  56. this.lblAlarmText.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.lblAlarmText.Location = new System.Drawing.Point(209, 0);
  58. this.lblAlarmText.Name = "lblAlarmText";
  59. this.lblAlarmText.Size = new System.Drawing.Size(386, 39);
  60. this.lblAlarmText.TabIndex = 1;
  61. this.lblAlarmText.Text = "报警信息";
  62. this.lblAlarmText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  63. this.lblAlarmText.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
  64. this.lblAlarmText.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
  65. this.lblAlarmText.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
  66. this.lblAlarmText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
  67. this.lblAlarmText.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
  68. //
  69. // lblObjectName
  70. //
  71. this.lblObjectName.Dock = System.Windows.Forms.DockStyle.Right;
  72. this.lblObjectName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.lblObjectName.Location = new System.Drawing.Point(88, 0);
  74. this.lblObjectName.Name = "lblObjectName";
  75. this.lblObjectName.Size = new System.Drawing.Size(121, 39);
  76. this.lblObjectName.TabIndex = 2;
  77. this.lblObjectName.Text = "石板泉999号风机";
  78. this.lblObjectName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  79. this.lblObjectName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
  80. this.lblObjectName.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
  81. this.lblObjectName.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
  82. this.lblObjectName.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
  83. this.lblObjectName.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
  84. //
  85. // lblAlarmTime
  86. //
  87. this.lblAlarmTime.Dock = System.Windows.Forms.DockStyle.Right;
  88. this.lblAlarmTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.lblAlarmTime.Location = new System.Drawing.Point(0, 0);
  90. this.lblAlarmTime.Name = "lblAlarmTime";
  91. this.lblAlarmTime.Size = new System.Drawing.Size(88, 39);
  92. this.lblAlarmTime.TabIndex = 3;
  93. this.lblAlarmTime.Text = "23:59:59";
  94. this.lblAlarmTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  95. this.lblAlarmTime.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
  96. this.lblAlarmTime.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
  97. this.lblAlarmTime.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
  98. this.lblAlarmTime.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
  99. this.lblAlarmTime.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
  100. //
  101. // MiniForm
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
  106. this.Controls.Add(this.lblAlarmTime);
  107. this.Controls.Add(this.lblObjectName);
  108. this.Controls.Add(this.lblAlarmText);
  109. this.Name = "MiniForm";
  110. this.Size = new System.Drawing.Size(595, 39);
  111. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
  112. this.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
  113. this.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
  114. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
  115. this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
  116. this.ResumeLayout(false);
  117. }
  118. #endregion
  119. private System.Windows.Forms.Timer showDetailFormTimer;
  120. private System.Windows.Forms.Timer hideDetailFormTimer;
  121. private System.Windows.Forms.Timer refreshTimer;
  122. private System.Windows.Forms.Label lblAlarmText;
  123. private System.Windows.Forms.Label lblObjectName;
  124. private System.Windows.Forms.Label lblAlarmTime;
  125. }
  126. }