0f03f1c0678c8844ef8917c0b874f111b65a81e7.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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_Type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader_Detail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.label_Fire_Status_2st = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.PictureBox_Title)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // label_Receiver
  44. //
  45. this.label_Receiver.AutoSize = true;
  46. this.label_Receiver.BackColor = System.Drawing.Color.Transparent;
  47. this.label_Receiver.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  48. this.label_Receiver.Location = new System.Drawing.Point(170, 71);
  49. this.label_Receiver.Name = "label_Receiver";
  50. this.label_Receiver.Size = new System.Drawing.Size(59, 13);
  51. this.label_Receiver.TabIndex = 0;
  52. this.label_Receiver.Text = "수신기 :";
  53. //
  54. // PictureBox_Title
  55. //
  56. this.PictureBox_Title.BackColor = System.Drawing.Color.Transparent;
  57. this.PictureBox_Title.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox_Title.Image")));
  58. this.PictureBox_Title.Location = new System.Drawing.Point(12, 37);
  59. this.PictureBox_Title.Name = "PictureBox_Title";
  60. this.PictureBox_Title.Size = new System.Drawing.Size(144, 138);
  61. this.PictureBox_Title.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  62. this.PictureBox_Title.TabIndex = 17;
  63. this.PictureBox_Title.TabStop = false;
  64. //
  65. // Label_Title
  66. //
  67. this.Label_Title.AutoSize = true;
  68. this.Label_Title.BackColor = System.Drawing.Color.Transparent;
  69. this.Label_Title.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  70. this.Label_Title.ForeColor = System.Drawing.Color.Red;
  71. this.Label_Title.Location = new System.Drawing.Point(284, 9);
  72. this.Label_Title.Name = "Label_Title";
  73. this.Label_Title.Size = new System.Drawing.Size(228, 24);
  74. this.Label_Title.TabIndex = 2;
  75. this.Label_Title.Text = "타수신기 화재발생!";
  76. this.Label_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  77. //
  78. // label_Fire_Status_1th
  79. //
  80. this.label_Fire_Status_1th.AutoSize = true;
  81. this.label_Fire_Status_1th.BackColor = System.Drawing.Color.Transparent;
  82. this.label_Fire_Status_1th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  83. this.label_Fire_Status_1th.Location = new System.Drawing.Point(170, 106);
  84. this.label_Fire_Status_1th.Name = "label_Fire_Status_1th";
  85. this.label_Fire_Status_1th.Size = new System.Drawing.Size(60, 13);
  86. this.label_Fire_Status_1th.TabIndex = 0;
  87. this.label_Fire_Status_1th.Text = "상 태 :";
  88. //
  89. // button_FirePopupClose
  90. //
  91. this.button_FirePopupClose.BackColor = System.Drawing.Color.Transparent;
  92. this.button_FirePopupClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  93. this.button_FirePopupClose.FlatAppearance.BorderSize = 0;
  94. this.button_FirePopupClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  95. this.button_FirePopupClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  96. this.button_FirePopupClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.button_FirePopupClose.Image = ((System.Drawing.Image)(resources.GetObject("button_FirePopupClose.Image")));
  98. this.button_FirePopupClose.Location = new System.Drawing.Point(309, 483);
  99. this.button_FirePopupClose.Name = "button_FirePopupClose";
  100. this.button_FirePopupClose.Size = new System.Drawing.Size(126, 30);
  101. this.button_FirePopupClose.TabIndex = 0;
  102. this.button_FirePopupClose.UseVisualStyleBackColor = false;
  103. this.button_FirePopupClose.Click += new System.EventHandler(this.button_FirePopupClose_Click);
  104. //
  105. // label_FireList
  106. //
  107. this.label_FireList.AutoSize = true;
  108. this.label_FireList.BackColor = System.Drawing.Color.Transparent;
  109. this.label_FireList.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  110. this.label_FireList.Location = new System.Drawing.Point(24, 192);
  111. this.label_FireList.Name = "label_FireList";
  112. this.label_FireList.Size = new System.Drawing.Size(137, 13);
  113. this.label_FireList.TabIndex = 23;
  114. this.label_FireList.Text = "화재 / 복구 리스트 ";
  115. //
  116. // listView_FireList
  117. //
  118. this.listView_FireList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  119. this.columnHeader_Time,
  120. this.columnHeader_Type,
  121. this.columnHeader_Detail});
  122. this.listView_FireList.Font = new System.Drawing.Font("굴림", 11F, System.Drawing.FontStyle.Bold);
  123. this.listView_FireList.GridLines = true;
  124. this.listView_FireList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  125. this.listView_FireList.Location = new System.Drawing.Point(27, 216);
  126. this.listView_FireList.Margin = new System.Windows.Forms.Padding(4);
  127. this.listView_FireList.MultiSelect = false;
  128. this.listView_FireList.Name = "listView_FireList";
  129. this.listView_FireList.Size = new System.Drawing.Size(709, 260);
  130. this.listView_FireList.TabIndex = 1;
  131. this.listView_FireList.UseCompatibleStateImageBehavior = false;
  132. this.listView_FireList.View = System.Windows.Forms.View.Details;
  133. //
  134. // columnHeader_Time
  135. //
  136. this.columnHeader_Time.Text = " 시간";
  137. this.columnHeader_Time.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  138. this.columnHeader_Time.Width = 140;
  139. //
  140. // columnHeader_Type
  141. //
  142. this.columnHeader_Type.Text = "타입";
  143. this.columnHeader_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  144. this.columnHeader_Type.Width = 51;
  145. //
  146. // columnHeader_Detail
  147. //
  148. this.columnHeader_Detail.Text = "항목";
  149. this.columnHeader_Detail.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  150. this.columnHeader_Detail.Width = 512;
  151. //
  152. // label_Fire_Status_2st
  153. //
  154. this.label_Fire_Status_2st.AutoSize = true;
  155. this.label_Fire_Status_2st.BackColor = System.Drawing.Color.Transparent;
  156. this.label_Fire_Status_2st.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  157. this.label_Fire_Status_2st.Location = new System.Drawing.Point(227, 144);
  158. this.label_Fire_Status_2st.Name = "label_Fire_Status_2st";
  159. this.label_Fire_Status_2st.Size = new System.Drawing.Size(23, 13);
  160. this.label_Fire_Status_2st.TabIndex = 25;
  161. this.label_Fire_Status_2st.Text = "->";
  162. //
  163. // Form_Popup_OtherFireAlarm
  164. //
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  166. this.BackColor = System.Drawing.Color.WhiteSmoke;
  167. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  168. this.ClientSize = new System.Drawing.Size(763, 516);
  169. this.ControlBox = false;
  170. this.Controls.Add(this.label_Fire_Status_2st);
  171. this.Controls.Add(this.listView_FireList);
  172. this.Controls.Add(this.label_FireList);
  173. this.Controls.Add(this.button_FirePopupClose);
  174. this.Controls.Add(this.PictureBox_Title);
  175. this.Controls.Add(this.Label_Title);
  176. this.Controls.Add(this.label_Fire_Status_1th);
  177. this.Controls.Add(this.label_Receiver);
  178. this.DoubleBuffered = true;
  179. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  180. this.MaximizeBox = false;
  181. this.MinimizeBox = false;
  182. this.Name = "Form_Popup_OtherFireAlarm";
  183. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  184. this.Text = " ";
  185. this.TopMost = true;
  186. ((System.ComponentModel.ISupportInitialize)(this.PictureBox_Title)).EndInit();
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.Label label_Receiver;
  192. private System.Windows.Forms.PictureBox PictureBox_Title;
  193. private System.Windows.Forms.Label Label_Title;
  194. private System.Windows.Forms.Label label_Fire_Status_1th;
  195. private System.Windows.Forms.Button button_FirePopupClose;
  196. private System.Windows.Forms.Label label_FireList;
  197. private System.Windows.Forms.ListView listView_FireList;
  198. private System.Windows.Forms.ColumnHeader columnHeader_Time;
  199. private System.Windows.Forms.ColumnHeader columnHeader_Detail;
  200. private System.Windows.Forms.ColumnHeader columnHeader_Type;
  201. private System.Windows.Forms.Label label_Fire_Status_2st;
  202. }
  203. }