Form_Popup_OtherFireAlarm.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace FPER
  2. {
  3. partial class Form_Popup_OtherFireAlarm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Popup_OtherFireAlarm));
  29. this.label_Receiver = new System.Windows.Forms.Label();
  30. this.PictureBox_Title = new System.Windows.Forms.PictureBox();
  31. this.Label_Title = new System.Windows.Forms.Label();
  32. this.label_Fire_Status_1th = new System.Windows.Forms.Label();
  33. this.button_FirePopupClose = new System.Windows.Forms.Button();
  34. this.label_FireList = new System.Windows.Forms.Label();
  35. this.listView_FireList = new System.Windows.Forms.ListView();
  36. this.columnHeader_Time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.columnHeader_ReceiverName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader_IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader_Type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader_Detail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.label_Fire_Status_2st = new System.Windows.Forms.Label();
  42. ((System.ComponentModel.ISupportInitialize)(this.PictureBox_Title)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // label_Receiver
  46. //
  47. resources.ApplyResources(this.label_Receiver, "label_Receiver");
  48. this.label_Receiver.BackColor = System.Drawing.Color.Transparent;
  49. this.label_Receiver.Name = "label_Receiver";
  50. //
  51. // PictureBox_Title
  52. //
  53. this.PictureBox_Title.BackColor = System.Drawing.Color.Transparent;
  54. resources.ApplyResources(this.PictureBox_Title, "PictureBox_Title");
  55. this.PictureBox_Title.Name = "PictureBox_Title";
  56. this.PictureBox_Title.TabStop = false;
  57. //
  58. // Label_Title
  59. //
  60. this.Label_Title.BackColor = System.Drawing.Color.Transparent;
  61. resources.ApplyResources(this.Label_Title, "Label_Title");
  62. this.Label_Title.ForeColor = System.Drawing.Color.Red;
  63. this.Label_Title.Name = "Label_Title";
  64. //
  65. // label_Fire_Status_1th
  66. //
  67. resources.ApplyResources(this.label_Fire_Status_1th, "label_Fire_Status_1th");
  68. this.label_Fire_Status_1th.BackColor = System.Drawing.Color.Transparent;
  69. this.label_Fire_Status_1th.Name = "label_Fire_Status_1th";
  70. //
  71. // button_FirePopupClose
  72. //
  73. this.button_FirePopupClose.BackColor = System.Drawing.Color.Transparent;
  74. this.button_FirePopupClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  75. this.button_FirePopupClose.FlatAppearance.BorderSize = 0;
  76. this.button_FirePopupClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  77. this.button_FirePopupClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  78. resources.ApplyResources(this.button_FirePopupClose, "button_FirePopupClose");
  79. this.button_FirePopupClose.Name = "button_FirePopupClose";
  80. this.button_FirePopupClose.UseVisualStyleBackColor = false;
  81. this.button_FirePopupClose.Click += new System.EventHandler(this.button_FirePopupClose_Click);
  82. //
  83. // label_FireList
  84. //
  85. resources.ApplyResources(this.label_FireList, "label_FireList");
  86. this.label_FireList.BackColor = System.Drawing.Color.Transparent;
  87. this.label_FireList.Name = "label_FireList";
  88. //
  89. // listView_FireList
  90. //
  91. this.listView_FireList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  92. this.columnHeader_Time,
  93. this.columnHeader_ReceiverName,
  94. this.columnHeader_IP,
  95. this.columnHeader_Type,
  96. this.columnHeader_Detail});
  97. resources.ApplyResources(this.listView_FireList, "listView_FireList");
  98. this.listView_FireList.GridLines = true;
  99. this.listView_FireList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  100. this.listView_FireList.MultiSelect = false;
  101. this.listView_FireList.Name = "listView_FireList";
  102. this.listView_FireList.UseCompatibleStateImageBehavior = false;
  103. this.listView_FireList.View = System.Windows.Forms.View.Details;
  104. //
  105. // columnHeader_Time
  106. //
  107. resources.ApplyResources(this.columnHeader_Time, "columnHeader_Time");
  108. //
  109. // columnHeader_ReceiverName
  110. //
  111. resources.ApplyResources(this.columnHeader_ReceiverName, "columnHeader_ReceiverName");
  112. //
  113. // columnHeader_IP
  114. //
  115. resources.ApplyResources(this.columnHeader_IP, "columnHeader_IP");
  116. //
  117. // columnHeader_Type
  118. //
  119. resources.ApplyResources(this.columnHeader_Type, "columnHeader_Type");
  120. //
  121. // columnHeader_Detail
  122. //
  123. resources.ApplyResources(this.columnHeader_Detail, "columnHeader_Detail");
  124. //
  125. // label_Fire_Status_2st
  126. //
  127. resources.ApplyResources(this.label_Fire_Status_2st, "label_Fire_Status_2st");
  128. this.label_Fire_Status_2st.BackColor = System.Drawing.Color.Transparent;
  129. this.label_Fire_Status_2st.Name = "label_Fire_Status_2st";
  130. //
  131. // Form_Popup_OtherFireAlarm
  132. //
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  134. this.BackColor = System.Drawing.Color.Gainsboro;
  135. resources.ApplyResources(this, "$this");
  136. this.ControlBox = false;
  137. this.Controls.Add(this.label_Fire_Status_2st);
  138. this.Controls.Add(this.listView_FireList);
  139. this.Controls.Add(this.label_FireList);
  140. this.Controls.Add(this.button_FirePopupClose);
  141. this.Controls.Add(this.PictureBox_Title);
  142. this.Controls.Add(this.Label_Title);
  143. this.Controls.Add(this.label_Fire_Status_1th);
  144. this.Controls.Add(this.label_Receiver);
  145. this.DoubleBuffered = true;
  146. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  147. this.MaximizeBox = false;
  148. this.MinimizeBox = false;
  149. this.Name = "Form_Popup_OtherFireAlarm";
  150. this.TopMost = true;
  151. ((System.ComponentModel.ISupportInitialize)(this.PictureBox_Title)).EndInit();
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private System.Windows.Forms.Label label_Receiver;
  157. private System.Windows.Forms.PictureBox PictureBox_Title;
  158. private System.Windows.Forms.Label Label_Title;
  159. private System.Windows.Forms.Label label_Fire_Status_1th;
  160. public System.Windows.Forms.Button button_FirePopupClose;
  161. private System.Windows.Forms.Label label_FireList;
  162. public System.Windows.Forms.ListView listView_FireList;
  163. private System.Windows.Forms.ColumnHeader columnHeader_Time;
  164. private System.Windows.Forms.ColumnHeader columnHeader_Detail;
  165. private System.Windows.Forms.ColumnHeader columnHeader_Type;
  166. private System.Windows.Forms.Label label_Fire_Status_2st;
  167. private System.Windows.Forms.ColumnHeader columnHeader_ReceiverName;
  168. private System.Windows.Forms.ColumnHeader columnHeader_IP;
  169. }
  170. }