8769c33f923c3f9872d723e14f4f046ca3dc2658.svn-base 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. namespace IControls_FireManager
  2. {
  3. partial class EmergencyRepeater
  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 Form 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmergencyRepeater));
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.textBox_Receiver1 = new System.Windows.Forms.TextBox();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.button_Receiver1_Clear = new System.Windows.Forms.Button();
  33. this.button_Receiver1 = new System.Windows.Forms.Button();
  34. this.comboBox_Port_Receiver1 = new System.Windows.Forms.ComboBox();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.textBox_Receiver2 = new System.Windows.Forms.TextBox();
  37. this.panel3 = new System.Windows.Forms.Panel();
  38. this.button_Receiver2_Clear = new System.Windows.Forms.Button();
  39. this.button_Receiver2 = new System.Windows.Forms.Button();
  40. this.comboBox_Port_Receiver2 = new System.Windows.Forms.ComboBox();
  41. this.groupBox3 = new System.Windows.Forms.GroupBox();
  42. this.textBox_Emergency = new System.Windows.Forms.TextBox();
  43. this.panel4 = new System.Windows.Forms.Panel();
  44. this.button_Emergency_Clear = new System.Windows.Forms.Button();
  45. this.button_Emergency = new System.Windows.Forms.Button();
  46. this.comboBox_Port_Emergency = new System.Windows.Forms.ComboBox();
  47. this.panel1 = new System.Windows.Forms.Panel();
  48. this.checkBox_Registry = new System.Windows.Forms.CheckBox();
  49. this.button_Start = new System.Windows.Forms.Button();
  50. this.button_Save = new System.Windows.Forms.Button();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.comboBox_Stopbit = new System.Windows.Forms.ComboBox();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.comboBox_Databit = new System.Windows.Forms.ComboBox();
  55. this.label6 = new System.Windows.Forms.Label();
  56. this.comboBox_Parity = new System.Windows.Forms.ComboBox();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.comboBox_Baudrate = new System.Windows.Forms.ComboBox();
  59. this.groupBox1.SuspendLayout();
  60. this.panel2.SuspendLayout();
  61. this.groupBox2.SuspendLayout();
  62. this.panel3.SuspendLayout();
  63. this.groupBox3.SuspendLayout();
  64. this.panel4.SuspendLayout();
  65. this.panel1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // groupBox1
  69. //
  70. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  71. this.groupBox1.Controls.Add(this.textBox_Receiver1);
  72. this.groupBox1.Controls.Add(this.panel2);
  73. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  74. this.groupBox1.Location = new System.Drawing.Point(0, 47);
  75. this.groupBox1.Name = "groupBox1";
  76. this.groupBox1.Size = new System.Drawing.Size(332, 581);
  77. this.groupBox1.TabIndex = 0;
  78. this.groupBox1.TabStop = false;
  79. this.groupBox1.Text = "Receiver 1";
  80. //
  81. // textBox_Receiver1
  82. //
  83. this.textBox_Receiver1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.textBox_Receiver1.Location = new System.Drawing.Point(3, 79);
  85. this.textBox_Receiver1.Multiline = true;
  86. this.textBox_Receiver1.Name = "textBox_Receiver1";
  87. this.textBox_Receiver1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  88. this.textBox_Receiver1.Size = new System.Drawing.Size(326, 499);
  89. this.textBox_Receiver1.TabIndex = 0;
  90. //
  91. // panel2
  92. //
  93. this.panel2.Controls.Add(this.button_Receiver1_Clear);
  94. this.panel2.Controls.Add(this.button_Receiver1);
  95. this.panel2.Controls.Add(this.comboBox_Port_Receiver1);
  96. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.panel2.Location = new System.Drawing.Point(3, 17);
  98. this.panel2.Name = "panel2";
  99. this.panel2.Size = new System.Drawing.Size(326, 62);
  100. this.panel2.TabIndex = 4;
  101. //
  102. // button_Receiver1_Clear
  103. //
  104. this.button_Receiver1_Clear.Location = new System.Drawing.Point(224, 20);
  105. this.button_Receiver1_Clear.Name = "button_Receiver1_Clear";
  106. this.button_Receiver1_Clear.Size = new System.Drawing.Size(75, 23);
  107. this.button_Receiver1_Clear.TabIndex = 2;
  108. this.button_Receiver1_Clear.Text = "Clear";
  109. this.button_Receiver1_Clear.UseVisualStyleBackColor = true;
  110. this.button_Receiver1_Clear.Click += new System.EventHandler(this.button_Receiver1_Clear_Click);
  111. //
  112. // button_Receiver1
  113. //
  114. this.button_Receiver1.Location = new System.Drawing.Point(143, 20);
  115. this.button_Receiver1.Name = "button_Receiver1";
  116. this.button_Receiver1.Size = new System.Drawing.Size(75, 23);
  117. this.button_Receiver1.TabIndex = 1;
  118. this.button_Receiver1.Text = "확인";
  119. this.button_Receiver1.UseVisualStyleBackColor = true;
  120. this.button_Receiver1.Click += new System.EventHandler(this.button_Receiver1_Click);
  121. //
  122. // comboBox_Port_Receiver1
  123. //
  124. this.comboBox_Port_Receiver1.FormattingEnabled = true;
  125. this.comboBox_Port_Receiver1.Location = new System.Drawing.Point(55, 22);
  126. this.comboBox_Port_Receiver1.Name = "comboBox_Port_Receiver1";
  127. this.comboBox_Port_Receiver1.Size = new System.Drawing.Size(81, 20);
  128. this.comboBox_Port_Receiver1.TabIndex = 0;
  129. this.comboBox_Port_Receiver1.DropDown += new System.EventHandler(this.comboBox_Port_Receiver1_DropDown);
  130. //
  131. // groupBox2
  132. //
  133. this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
  134. this.groupBox2.Controls.Add(this.textBox_Receiver2);
  135. this.groupBox2.Controls.Add(this.panel3);
  136. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  137. this.groupBox2.Location = new System.Drawing.Point(332, 47);
  138. this.groupBox2.Name = "groupBox2";
  139. this.groupBox2.Size = new System.Drawing.Size(332, 581);
  140. this.groupBox2.TabIndex = 1;
  141. this.groupBox2.TabStop = false;
  142. this.groupBox2.Text = "Receiver 2";
  143. //
  144. // textBox_Receiver2
  145. //
  146. this.textBox_Receiver2.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.textBox_Receiver2.Location = new System.Drawing.Point(3, 79);
  148. this.textBox_Receiver2.Multiline = true;
  149. this.textBox_Receiver2.Name = "textBox_Receiver2";
  150. this.textBox_Receiver2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  151. this.textBox_Receiver2.Size = new System.Drawing.Size(326, 499);
  152. this.textBox_Receiver2.TabIndex = 1;
  153. //
  154. // panel3
  155. //
  156. this.panel3.Controls.Add(this.button_Receiver2_Clear);
  157. this.panel3.Controls.Add(this.button_Receiver2);
  158. this.panel3.Controls.Add(this.comboBox_Port_Receiver2);
  159. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  160. this.panel3.Location = new System.Drawing.Point(3, 17);
  161. this.panel3.Name = "panel3";
  162. this.panel3.Size = new System.Drawing.Size(326, 62);
  163. this.panel3.TabIndex = 5;
  164. //
  165. // button_Receiver2_Clear
  166. //
  167. this.button_Receiver2_Clear.Location = new System.Drawing.Point(228, 19);
  168. this.button_Receiver2_Clear.Name = "button_Receiver2_Clear";
  169. this.button_Receiver2_Clear.Size = new System.Drawing.Size(75, 23);
  170. this.button_Receiver2_Clear.TabIndex = 1;
  171. this.button_Receiver2_Clear.Text = "Clear";
  172. this.button_Receiver2_Clear.UseVisualStyleBackColor = true;
  173. this.button_Receiver2_Clear.Click += new System.EventHandler(this.button_Receiver2_Clear_Click);
  174. //
  175. // button_Receiver2
  176. //
  177. this.button_Receiver2.Location = new System.Drawing.Point(143, 19);
  178. this.button_Receiver2.Name = "button_Receiver2";
  179. this.button_Receiver2.Size = new System.Drawing.Size(75, 23);
  180. this.button_Receiver2.TabIndex = 1;
  181. this.button_Receiver2.Text = "확인";
  182. this.button_Receiver2.UseVisualStyleBackColor = true;
  183. this.button_Receiver2.Click += new System.EventHandler(this.button_Receiver2_Click);
  184. //
  185. // comboBox_Port_Receiver2
  186. //
  187. this.comboBox_Port_Receiver2.FormattingEnabled = true;
  188. this.comboBox_Port_Receiver2.Location = new System.Drawing.Point(55, 22);
  189. this.comboBox_Port_Receiver2.Name = "comboBox_Port_Receiver2";
  190. this.comboBox_Port_Receiver2.Size = new System.Drawing.Size(81, 20);
  191. this.comboBox_Port_Receiver2.TabIndex = 0;
  192. this.comboBox_Port_Receiver2.DropDown += new System.EventHandler(this.comboBox_Port_Receiver2_DropDown);
  193. //
  194. // groupBox3
  195. //
  196. this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
  197. this.groupBox3.Controls.Add(this.textBox_Emergency);
  198. this.groupBox3.Controls.Add(this.panel4);
  199. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  200. this.groupBox3.Location = new System.Drawing.Point(664, 47);
  201. this.groupBox3.Name = "groupBox3";
  202. this.groupBox3.Size = new System.Drawing.Size(332, 581);
  203. this.groupBox3.TabIndex = 2;
  204. this.groupBox3.TabStop = false;
  205. this.groupBox3.Text = "Emergency ";
  206. //
  207. // textBox_Emergency
  208. //
  209. this.textBox_Emergency.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.textBox_Emergency.Location = new System.Drawing.Point(3, 79);
  211. this.textBox_Emergency.Multiline = true;
  212. this.textBox_Emergency.Name = "textBox_Emergency";
  213. this.textBox_Emergency.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  214. this.textBox_Emergency.Size = new System.Drawing.Size(326, 499);
  215. this.textBox_Emergency.TabIndex = 1;
  216. //
  217. // panel4
  218. //
  219. this.panel4.Controls.Add(this.button_Emergency_Clear);
  220. this.panel4.Controls.Add(this.button_Emergency);
  221. this.panel4.Controls.Add(this.comboBox_Port_Emergency);
  222. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  223. this.panel4.Location = new System.Drawing.Point(3, 17);
  224. this.panel4.Name = "panel4";
  225. this.panel4.Size = new System.Drawing.Size(326, 62);
  226. this.panel4.TabIndex = 5;
  227. //
  228. // button_Emergency_Clear
  229. //
  230. this.button_Emergency_Clear.Location = new System.Drawing.Point(223, 20);
  231. this.button_Emergency_Clear.Name = "button_Emergency_Clear";
  232. this.button_Emergency_Clear.Size = new System.Drawing.Size(75, 23);
  233. this.button_Emergency_Clear.TabIndex = 1;
  234. this.button_Emergency_Clear.Text = "Clear";
  235. this.button_Emergency_Clear.UseVisualStyleBackColor = true;
  236. this.button_Emergency_Clear.Click += new System.EventHandler(this.button_Emergency_Clear_Click);
  237. //
  238. // button_Emergency
  239. //
  240. this.button_Emergency.Location = new System.Drawing.Point(142, 20);
  241. this.button_Emergency.Name = "button_Emergency";
  242. this.button_Emergency.Size = new System.Drawing.Size(75, 23);
  243. this.button_Emergency.TabIndex = 1;
  244. this.button_Emergency.Text = "확인";
  245. this.button_Emergency.UseVisualStyleBackColor = true;
  246. this.button_Emergency.Click += new System.EventHandler(this.button_Emergency_Click);
  247. //
  248. // comboBox_Port_Emergency
  249. //
  250. this.comboBox_Port_Emergency.FormattingEnabled = true;
  251. this.comboBox_Port_Emergency.Location = new System.Drawing.Point(55, 22);
  252. this.comboBox_Port_Emergency.Name = "comboBox_Port_Emergency";
  253. this.comboBox_Port_Emergency.Size = new System.Drawing.Size(81, 20);
  254. this.comboBox_Port_Emergency.TabIndex = 0;
  255. this.comboBox_Port_Emergency.DropDown += new System.EventHandler(this.comboBox_Port_Emergency_DropDown);
  256. //
  257. // panel1
  258. //
  259. this.panel1.Controls.Add(this.checkBox_Registry);
  260. this.panel1.Controls.Add(this.button_Start);
  261. this.panel1.Controls.Add(this.button_Save);
  262. this.panel1.Controls.Add(this.label7);
  263. this.panel1.Controls.Add(this.comboBox_Stopbit);
  264. this.panel1.Controls.Add(this.label8);
  265. this.panel1.Controls.Add(this.comboBox_Databit);
  266. this.panel1.Controls.Add(this.label6);
  267. this.panel1.Controls.Add(this.comboBox_Parity);
  268. this.panel1.Controls.Add(this.label5);
  269. this.panel1.Controls.Add(this.comboBox_Baudrate);
  270. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  271. this.panel1.Location = new System.Drawing.Point(0, 0);
  272. this.panel1.Name = "panel1";
  273. this.panel1.Size = new System.Drawing.Size(998, 47);
  274. this.panel1.TabIndex = 3;
  275. //
  276. // checkBox_Registry
  277. //
  278. this.checkBox_Registry.AutoSize = true;
  279. this.checkBox_Registry.Location = new System.Drawing.Point(242, 17);
  280. this.checkBox_Registry.Name = "checkBox_Registry";
  281. this.checkBox_Registry.Size = new System.Drawing.Size(70, 16);
  282. this.checkBox_Registry.TabIndex = 11;
  283. this.checkBox_Registry.Text = "Registry";
  284. this.checkBox_Registry.UseVisualStyleBackColor = true;
  285. this.checkBox_Registry.CheckedChanged += new System.EventHandler(this.checkBox_Registry_CheckedChanged);
  286. //
  287. // button_Start
  288. //
  289. this.button_Start.Location = new System.Drawing.Point(23, 12);
  290. this.button_Start.Name = "button_Start";
  291. this.button_Start.Size = new System.Drawing.Size(89, 23);
  292. this.button_Start.TabIndex = 10;
  293. this.button_Start.Text = "시작";
  294. this.button_Start.UseVisualStyleBackColor = true;
  295. this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
  296. //
  297. // button_Save
  298. //
  299. this.button_Save.Location = new System.Drawing.Point(132, 12);
  300. this.button_Save.Name = "button_Save";
  301. this.button_Save.Size = new System.Drawing.Size(89, 23);
  302. this.button_Save.TabIndex = 9;
  303. this.button_Save.Text = "셋팅값 저장";
  304. this.button_Save.UseVisualStyleBackColor = true;
  305. this.button_Save.Click += new System.EventHandler(this.button_Save_Click);
  306. //
  307. // label7
  308. //
  309. this.label7.AutoSize = true;
  310. this.label7.Location = new System.Drawing.Point(839, 18);
  311. this.label7.Name = "label7";
  312. this.label7.Size = new System.Drawing.Size(48, 12);
  313. this.label7.TabIndex = 8;
  314. this.label7.Text = "Stop Bit";
  315. //
  316. // comboBox_Stopbit
  317. //
  318. this.comboBox_Stopbit.FormattingEnabled = true;
  319. this.comboBox_Stopbit.Location = new System.Drawing.Point(897, 15);
  320. this.comboBox_Stopbit.Name = "comboBox_Stopbit";
  321. this.comboBox_Stopbit.Size = new System.Drawing.Size(69, 20);
  322. this.comboBox_Stopbit.TabIndex = 7;
  323. //
  324. // label8
  325. //
  326. this.label8.AutoSize = true;
  327. this.label8.Location = new System.Drawing.Point(702, 18);
  328. this.label8.Name = "label8";
  329. this.label8.Size = new System.Drawing.Size(48, 12);
  330. this.label8.TabIndex = 6;
  331. this.label8.Text = "Data Bit";
  332. //
  333. // comboBox_Databit
  334. //
  335. this.comboBox_Databit.FormattingEnabled = true;
  336. this.comboBox_Databit.Location = new System.Drawing.Point(760, 15);
  337. this.comboBox_Databit.Name = "comboBox_Databit";
  338. this.comboBox_Databit.Size = new System.Drawing.Size(69, 20);
  339. this.comboBox_Databit.TabIndex = 5;
  340. //
  341. // label6
  342. //
  343. this.label6.AutoSize = true;
  344. this.label6.Location = new System.Drawing.Point(576, 18);
  345. this.label6.Name = "label6";
  346. this.label6.Size = new System.Drawing.Size(37, 12);
  347. this.label6.TabIndex = 4;
  348. this.label6.Text = "Parity";
  349. //
  350. // comboBox_Parity
  351. //
  352. this.comboBox_Parity.FormattingEnabled = true;
  353. this.comboBox_Parity.Location = new System.Drawing.Point(623, 15);
  354. this.comboBox_Parity.Name = "comboBox_Parity";
  355. this.comboBox_Parity.Size = new System.Drawing.Size(69, 20);
  356. this.comboBox_Parity.TabIndex = 3;
  357. //
  358. // label5
  359. //
  360. this.label5.AutoSize = true;
  361. this.label5.Location = new System.Drawing.Point(424, 18);
  362. this.label5.Name = "label5";
  363. this.label5.Size = new System.Drawing.Size(63, 12);
  364. this.label5.TabIndex = 2;
  365. this.label5.Text = "Baud Rate";
  366. //
  367. // comboBox_Baudrate
  368. //
  369. this.comboBox_Baudrate.FormattingEnabled = true;
  370. this.comboBox_Baudrate.Location = new System.Drawing.Point(497, 15);
  371. this.comboBox_Baudrate.Name = "comboBox_Baudrate";
  372. this.comboBox_Baudrate.Size = new System.Drawing.Size(69, 20);
  373. this.comboBox_Baudrate.TabIndex = 0;
  374. //
  375. // EmergencyRepeater
  376. //
  377. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  378. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379. this.ClientSize = new System.Drawing.Size(998, 628);
  380. this.Controls.Add(this.groupBox3);
  381. this.Controls.Add(this.groupBox2);
  382. this.Controls.Add(this.groupBox1);
  383. this.Controls.Add(this.panel1);
  384. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  385. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  386. this.Name = "EmergencyRepeater";
  387. this.Text = "IControls Emergency Repeater";
  388. this.groupBox1.ResumeLayout(false);
  389. this.groupBox1.PerformLayout();
  390. this.panel2.ResumeLayout(false);
  391. this.groupBox2.ResumeLayout(false);
  392. this.groupBox2.PerformLayout();
  393. this.panel3.ResumeLayout(false);
  394. this.groupBox3.ResumeLayout(false);
  395. this.groupBox3.PerformLayout();
  396. this.panel4.ResumeLayout(false);
  397. this.panel1.ResumeLayout(false);
  398. this.panel1.PerformLayout();
  399. this.ResumeLayout(false);
  400. }
  401. #endregion
  402. private System.Windows.Forms.GroupBox groupBox1;
  403. private System.Windows.Forms.GroupBox groupBox2;
  404. private System.Windows.Forms.GroupBox groupBox3;
  405. private System.Windows.Forms.Panel panel1;
  406. private System.Windows.Forms.TextBox textBox_Receiver1;
  407. private System.Windows.Forms.TextBox textBox_Receiver2;
  408. private System.Windows.Forms.TextBox textBox_Emergency;
  409. private System.Windows.Forms.Panel panel2;
  410. private System.Windows.Forms.Button button_Receiver1;
  411. private System.Windows.Forms.ComboBox comboBox_Port_Receiver1;
  412. private System.Windows.Forms.Panel panel3;
  413. private System.Windows.Forms.Button button_Receiver2;
  414. private System.Windows.Forms.ComboBox comboBox_Port_Receiver2;
  415. private System.Windows.Forms.Panel panel4;
  416. private System.Windows.Forms.Button button_Emergency;
  417. private System.Windows.Forms.ComboBox comboBox_Port_Emergency;
  418. private System.Windows.Forms.Label label5;
  419. private System.Windows.Forms.ComboBox comboBox_Baudrate;
  420. private System.Windows.Forms.Label label7;
  421. private System.Windows.Forms.ComboBox comboBox_Stopbit;
  422. private System.Windows.Forms.Label label8;
  423. private System.Windows.Forms.ComboBox comboBox_Databit;
  424. private System.Windows.Forms.Label label6;
  425. private System.Windows.Forms.ComboBox comboBox_Parity;
  426. private System.Windows.Forms.Button button_Save;
  427. private System.Windows.Forms.Button button_Start;
  428. private System.Windows.Forms.CheckBox checkBox_Registry;
  429. private System.Windows.Forms.Button button_Receiver1_Clear;
  430. private System.Windows.Forms.Button button_Receiver2_Clear;
  431. private System.Windows.Forms.Button button_Emergency_Clear;
  432. }
  433. }