Form_AnalogDetecter.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. namespace FPER
  2. {
  3. partial class Form_AnalogDetecter
  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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_AnalogDetecter));
  31. this.chart_trend = new System.Windows.Forms.DataVisualization.Charting.Chart();
  32. this.label_AnalogDetecter_CommBoard = new System.Windows.Forms.Label();
  33. this.label_AnalogDetecter_Receiver = new System.Windows.Forms.Label();
  34. this.label_AnalogDetecter_Receiver_Value = new System.Windows.Forms.Label();
  35. this.label_AnalogDetecter_CommBoard_Value = new System.Windows.Forms.Label();
  36. this.label_AnalogDetecter_Type = new System.Windows.Forms.Label();
  37. this.button_Level_Save = new System.Windows.Forms.Button();
  38. this.label_AnalogDetecter_Loop_Value = new System.Windows.Forms.Label();
  39. this.label_AnalogDetecter_ID = new System.Windows.Forms.Label();
  40. this.label_AnalogDetecter_Loop = new System.Windows.Forms.Label();
  41. this.label_AnalogDetecter_ID_Value = new System.Windows.Forms.Label();
  42. this.label_Level_PreFire = new System.Windows.Forms.Label();
  43. this.label_Level_Fault = new System.Windows.Forms.Label();
  44. this.label_Level_FireNight = new System.Windows.Forms.Label();
  45. this.label_Level_FireDay = new System.Windows.Forms.Label();
  46. this.groupBox_AnalogDetecter = new System.Windows.Forms.GroupBox();
  47. this.label_AnalogDetecter_Type_Value = new System.Windows.Forms.Label();
  48. this.groupBox_Level = new System.Windows.Forms.GroupBox();
  49. this.button_Level_Edit = new System.Windows.Forms.Button();
  50. this.textbox_Level_FireNight = new System.Windows.Forms.TextBox();
  51. this.textbox_Level_FireDay = new System.Windows.Forms.TextBox();
  52. this.label_FireNight_MinMax = new System.Windows.Forms.Label();
  53. this.label_FireDay_MinMax = new System.Windows.Forms.Label();
  54. this.button_Level_Init = new System.Windows.Forms.Button();
  55. this.textbox_Level_PreFire = new System.Windows.Forms.TextBox();
  56. this.textbox_Level_Fault = new System.Windows.Forms.TextBox();
  57. this.groupBox_Information = new System.Windows.Forms.GroupBox();
  58. this.label_Information_Current_Color = new System.Windows.Forms.Label();
  59. this.label_Information_Current = new System.Windows.Forms.Label();
  60. this.label_Information_Min = new System.Windows.Forms.Label();
  61. this.label_Information_Average = new System.Windows.Forms.Label();
  62. this.label_Information_Max = new System.Windows.Forms.Label();
  63. this.label_Temp_Back1 = new System.Windows.Forms.Label();
  64. this.label_Bottom_1th = new System.Windows.Forms.Label();
  65. this.label_part_1th = new System.Windows.Forms.Label();
  66. this.label_Bottom_2th = new System.Windows.Forms.Label();
  67. this.label_Bottom_3th = new System.Windows.Forms.Label();
  68. this.label_part_5th = new System.Windows.Forms.Label();
  69. this.label_part_4th = new System.Windows.Forms.Label();
  70. this.label_part_3th = new System.Windows.Forms.Label();
  71. this.label_part_2th = new System.Windows.Forms.Label();
  72. this.label_Arange_1th = new System.Windows.Forms.Label();
  73. this.label_Arange_2th = new System.Windows.Forms.Label();
  74. this.label_Arange_3th = new System.Windows.Forms.Label();
  75. this.label_Arange_4th = new System.Windows.Forms.Label();
  76. this.label_Comment = new System.Windows.Forms.Label();
  77. this.label1 = new System.Windows.Forms.Label();
  78. ((System.ComponentModel.ISupportInitialize)(this.chart_trend)).BeginInit();
  79. this.groupBox_AnalogDetecter.SuspendLayout();
  80. this.groupBox_Level.SuspendLayout();
  81. this.groupBox_Information.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // chart_trend
  85. //
  86. chartArea1.Name = "ChartArea1";
  87. chartArea1.Position.Auto = false;
  88. chartArea1.Position.Height = 94F;
  89. chartArea1.Position.Width = 100F;
  90. chartArea1.Position.Y = 6F;
  91. this.chart_trend.ChartAreas.Add(chartArea1);
  92. this.chart_trend.Location = new System.Drawing.Point(12, 216);
  93. this.chart_trend.Name = "chart_trend";
  94. series1.ChartArea = "ChartArea1";
  95. series1.Color = System.Drawing.Color.SteelBlue;
  96. series1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  97. series1.IsValueShownAsLabel = true;
  98. series1.Legend = "Legend1";
  99. series1.MarkerStep = 3;
  100. series1.Name = "Series1";
  101. series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
  102. this.chart_trend.Series.Add(series1);
  103. this.chart_trend.Size = new System.Drawing.Size(866, 353);
  104. this.chart_trend.TabIndex = 1;
  105. this.chart_trend.Text = "chart1";
  106. //
  107. // label_AnalogDetecter_CommBoard
  108. //
  109. this.label_AnalogDetecter_CommBoard.BackColor = System.Drawing.Color.LightSteelBlue;
  110. this.label_AnalogDetecter_CommBoard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  111. this.label_AnalogDetecter_CommBoard.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  112. this.label_AnalogDetecter_CommBoard.Location = new System.Drawing.Point(34, 61);
  113. this.label_AnalogDetecter_CommBoard.Name = "label_AnalogDetecter_CommBoard";
  114. this.label_AnalogDetecter_CommBoard.Size = new System.Drawing.Size(116, 25);
  115. this.label_AnalogDetecter_CommBoard.TabIndex = 836;
  116. this.label_AnalogDetecter_CommBoard.Text = "통신보드";
  117. this.label_AnalogDetecter_CommBoard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  118. //
  119. // label_AnalogDetecter_Receiver
  120. //
  121. this.label_AnalogDetecter_Receiver.BackColor = System.Drawing.Color.LightSteelBlue;
  122. this.label_AnalogDetecter_Receiver.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  123. this.label_AnalogDetecter_Receiver.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  124. this.label_AnalogDetecter_Receiver.Location = new System.Drawing.Point(34, 32);
  125. this.label_AnalogDetecter_Receiver.Name = "label_AnalogDetecter_Receiver";
  126. this.label_AnalogDetecter_Receiver.Size = new System.Drawing.Size(116, 25);
  127. this.label_AnalogDetecter_Receiver.TabIndex = 836;
  128. this.label_AnalogDetecter_Receiver.Text = "수신기";
  129. this.label_AnalogDetecter_Receiver.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  130. //
  131. // label_AnalogDetecter_Receiver_Value
  132. //
  133. this.label_AnalogDetecter_Receiver_Value.AutoSize = true;
  134. this.label_AnalogDetecter_Receiver_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  135. this.label_AnalogDetecter_Receiver_Value.Location = new System.Drawing.Point(176, 36);
  136. this.label_AnalogDetecter_Receiver_Value.Name = "label_AnalogDetecter_Receiver_Value";
  137. this.label_AnalogDetecter_Receiver_Value.Size = new System.Drawing.Size(52, 24);
  138. this.label_AnalogDetecter_Receiver_Value.TabIndex = 0;
  139. this.label_AnalogDetecter_Receiver_Value.Text = "001";
  140. //
  141. // label_AnalogDetecter_CommBoard_Value
  142. //
  143. this.label_AnalogDetecter_CommBoard_Value.AutoSize = true;
  144. this.label_AnalogDetecter_CommBoard_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  145. this.label_AnalogDetecter_CommBoard_Value.Location = new System.Drawing.Point(176, 65);
  146. this.label_AnalogDetecter_CommBoard_Value.Name = "label_AnalogDetecter_CommBoard_Value";
  147. this.label_AnalogDetecter_CommBoard_Value.Size = new System.Drawing.Size(52, 24);
  148. this.label_AnalogDetecter_CommBoard_Value.TabIndex = 838;
  149. this.label_AnalogDetecter_CommBoard_Value.Text = "100";
  150. //
  151. // label_AnalogDetecter_Type
  152. //
  153. this.label_AnalogDetecter_Type.BackColor = System.Drawing.Color.LightSteelBlue;
  154. this.label_AnalogDetecter_Type.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  155. this.label_AnalogDetecter_Type.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  156. this.label_AnalogDetecter_Type.Location = new System.Drawing.Point(34, 148);
  157. this.label_AnalogDetecter_Type.Name = "label_AnalogDetecter_Type";
  158. this.label_AnalogDetecter_Type.Size = new System.Drawing.Size(116, 25);
  159. this.label_AnalogDetecter_Type.TabIndex = 839;
  160. this.label_AnalogDetecter_Type.Text = "타입";
  161. this.label_AnalogDetecter_Type.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  162. //
  163. // button_Level_Save
  164. //
  165. this.button_Level_Save.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_Level_Save.BackgroundImage")));
  166. this.button_Level_Save.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  167. this.button_Level_Save.FlatAppearance.BorderSize = 0;
  168. this.button_Level_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  169. this.button_Level_Save.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  170. this.button_Level_Save.ForeColor = System.Drawing.Color.White;
  171. this.button_Level_Save.Location = new System.Drawing.Point(200, 149);
  172. this.button_Level_Save.Name = "button_Level_Save";
  173. this.button_Level_Save.Size = new System.Drawing.Size(70, 30);
  174. this.button_Level_Save.TabIndex = 840;
  175. this.button_Level_Save.Text = "저장";
  176. this.button_Level_Save.UseVisualStyleBackColor = true;
  177. this.button_Level_Save.Click += new System.EventHandler(this.button_Level_Save_Click);
  178. //
  179. // label_AnalogDetecter_Loop_Value
  180. //
  181. this.label_AnalogDetecter_Loop_Value.AutoSize = true;
  182. this.label_AnalogDetecter_Loop_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  183. this.label_AnalogDetecter_Loop_Value.Location = new System.Drawing.Point(176, 94);
  184. this.label_AnalogDetecter_Loop_Value.Name = "label_AnalogDetecter_Loop_Value";
  185. this.label_AnalogDetecter_Loop_Value.Size = new System.Drawing.Size(52, 24);
  186. this.label_AnalogDetecter_Loop_Value.TabIndex = 0;
  187. this.label_AnalogDetecter_Loop_Value.Text = "001";
  188. //
  189. // label_AnalogDetecter_ID
  190. //
  191. this.label_AnalogDetecter_ID.BackColor = System.Drawing.Color.LightSteelBlue;
  192. this.label_AnalogDetecter_ID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  193. this.label_AnalogDetecter_ID.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  194. this.label_AnalogDetecter_ID.Location = new System.Drawing.Point(34, 119);
  195. this.label_AnalogDetecter_ID.Name = "label_AnalogDetecter_ID";
  196. this.label_AnalogDetecter_ID.Size = new System.Drawing.Size(116, 25);
  197. this.label_AnalogDetecter_ID.TabIndex = 836;
  198. this.label_AnalogDetecter_ID.Text = "아이디";
  199. this.label_AnalogDetecter_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  200. //
  201. // label_AnalogDetecter_Loop
  202. //
  203. this.label_AnalogDetecter_Loop.BackColor = System.Drawing.Color.LightSteelBlue;
  204. this.label_AnalogDetecter_Loop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  205. this.label_AnalogDetecter_Loop.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  206. this.label_AnalogDetecter_Loop.Location = new System.Drawing.Point(34, 90);
  207. this.label_AnalogDetecter_Loop.Name = "label_AnalogDetecter_Loop";
  208. this.label_AnalogDetecter_Loop.Size = new System.Drawing.Size(116, 25);
  209. this.label_AnalogDetecter_Loop.TabIndex = 836;
  210. this.label_AnalogDetecter_Loop.Text = "LOOP";
  211. this.label_AnalogDetecter_Loop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  212. //
  213. // label_AnalogDetecter_ID_Value
  214. //
  215. this.label_AnalogDetecter_ID_Value.AutoSize = true;
  216. this.label_AnalogDetecter_ID_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  217. this.label_AnalogDetecter_ID_Value.Location = new System.Drawing.Point(176, 123);
  218. this.label_AnalogDetecter_ID_Value.Name = "label_AnalogDetecter_ID_Value";
  219. this.label_AnalogDetecter_ID_Value.Size = new System.Drawing.Size(52, 24);
  220. this.label_AnalogDetecter_ID_Value.TabIndex = 838;
  221. this.label_AnalogDetecter_ID_Value.Text = "100";
  222. //
  223. // label_Level_PreFire
  224. //
  225. this.label_Level_PreFire.BackColor = System.Drawing.Color.LightSteelBlue;
  226. this.label_Level_PreFire.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  227. this.label_Level_PreFire.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  228. this.label_Level_PreFire.Location = new System.Drawing.Point(40, 60);
  229. this.label_Level_PreFire.Name = "label_Level_PreFire";
  230. this.label_Level_PreFire.Size = new System.Drawing.Size(111, 25);
  231. this.label_Level_PreFire.TabIndex = 836;
  232. this.label_Level_PreFire.Text = "PreFire";
  233. this.label_Level_PreFire.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  234. //
  235. // label_Level_Fault
  236. //
  237. this.label_Level_Fault.BackColor = System.Drawing.Color.LightSteelBlue;
  238. this.label_Level_Fault.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  239. this.label_Level_Fault.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  240. this.label_Level_Fault.Location = new System.Drawing.Point(40, 32);
  241. this.label_Level_Fault.Name = "label_Level_Fault";
  242. this.label_Level_Fault.Size = new System.Drawing.Size(111, 25);
  243. this.label_Level_Fault.TabIndex = 836;
  244. this.label_Level_Fault.Text = "Fault";
  245. this.label_Level_Fault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  246. //
  247. // label_Level_FireNight
  248. //
  249. this.label_Level_FireNight.BackColor = System.Drawing.Color.LightSteelBlue;
  250. this.label_Level_FireNight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  251. this.label_Level_FireNight.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  252. this.label_Level_FireNight.Location = new System.Drawing.Point(40, 116);
  253. this.label_Level_FireNight.Name = "label_Level_FireNight";
  254. this.label_Level_FireNight.Size = new System.Drawing.Size(111, 25);
  255. this.label_Level_FireNight.TabIndex = 836;
  256. this.label_Level_FireNight.Text = "Fire Night";
  257. this.label_Level_FireNight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  258. //
  259. // label_Level_FireDay
  260. //
  261. this.label_Level_FireDay.BackColor = System.Drawing.Color.LightSteelBlue;
  262. this.label_Level_FireDay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  263. this.label_Level_FireDay.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  264. this.label_Level_FireDay.Location = new System.Drawing.Point(40, 88);
  265. this.label_Level_FireDay.Name = "label_Level_FireDay";
  266. this.label_Level_FireDay.Size = new System.Drawing.Size(111, 25);
  267. this.label_Level_FireDay.TabIndex = 836;
  268. this.label_Level_FireDay.Text = "Fire Day";
  269. this.label_Level_FireDay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  270. //
  271. // groupBox_AnalogDetecter
  272. //
  273. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Receiver);
  274. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Receiver_Value);
  275. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Loop_Value);
  276. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_CommBoard);
  277. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Type);
  278. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Type_Value);
  279. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_ID_Value);
  280. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_ID);
  281. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Loop);
  282. this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_CommBoard_Value);
  283. this.groupBox_AnalogDetecter.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
  284. this.groupBox_AnalogDetecter.Location = new System.Drawing.Point(12, 12);
  285. this.groupBox_AnalogDetecter.Name = "groupBox_AnalogDetecter";
  286. this.groupBox_AnalogDetecter.Size = new System.Drawing.Size(276, 189);
  287. this.groupBox_AnalogDetecter.TabIndex = 841;
  288. this.groupBox_AnalogDetecter.TabStop = false;
  289. this.groupBox_AnalogDetecter.Text = "Analog Detecter ";
  290. //
  291. // label_AnalogDetecter_Type_Value
  292. //
  293. this.label_AnalogDetecter_Type_Value.AutoSize = true;
  294. this.label_AnalogDetecter_Type_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  295. this.label_AnalogDetecter_Type_Value.Location = new System.Drawing.Point(176, 152);
  296. this.label_AnalogDetecter_Type_Value.Name = "label_AnalogDetecter_Type_Value";
  297. this.label_AnalogDetecter_Type_Value.Size = new System.Drawing.Size(110, 24);
  298. this.label_AnalogDetecter_Type_Value.TabIndex = 838;
  299. this.label_AnalogDetecter_Type_Value.Text = "열감지기";
  300. //
  301. // groupBox_Level
  302. //
  303. this.groupBox_Level.Controls.Add(this.button_Level_Edit);
  304. this.groupBox_Level.Controls.Add(this.textbox_Level_FireNight);
  305. this.groupBox_Level.Controls.Add(this.textbox_Level_FireDay);
  306. this.groupBox_Level.Controls.Add(this.label_FireNight_MinMax);
  307. this.groupBox_Level.Controls.Add(this.label_FireDay_MinMax);
  308. this.groupBox_Level.Controls.Add(this.button_Level_Init);
  309. this.groupBox_Level.Controls.Add(this.button_Level_Save);
  310. this.groupBox_Level.Controls.Add(this.textbox_Level_PreFire);
  311. this.groupBox_Level.Controls.Add(this.textbox_Level_Fault);
  312. this.groupBox_Level.Controls.Add(this.label_Level_Fault);
  313. this.groupBox_Level.Controls.Add(this.label_Level_PreFire);
  314. this.groupBox_Level.Controls.Add(this.label_Level_FireNight);
  315. this.groupBox_Level.Controls.Add(this.label_Level_FireDay);
  316. this.groupBox_Level.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
  317. this.groupBox_Level.Location = new System.Drawing.Point(304, 12);
  318. this.groupBox_Level.Name = "groupBox_Level";
  319. this.groupBox_Level.Size = new System.Drawing.Size(310, 189);
  320. this.groupBox_Level.TabIndex = 842;
  321. this.groupBox_Level.TabStop = false;
  322. this.groupBox_Level.Text = "Level ";
  323. //
  324. // button_Level_Edit
  325. //
  326. this.button_Level_Edit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_Level_Edit.BackgroundImage")));
  327. this.button_Level_Edit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  328. this.button_Level_Edit.FlatAppearance.BorderSize = 0;
  329. this.button_Level_Edit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  330. this.button_Level_Edit.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  331. this.button_Level_Edit.ForeColor = System.Drawing.Color.White;
  332. this.button_Level_Edit.Location = new System.Drawing.Point(120, 149);
  333. this.button_Level_Edit.Name = "button_Level_Edit";
  334. this.button_Level_Edit.Size = new System.Drawing.Size(70, 30);
  335. this.button_Level_Edit.TabIndex = 843;
  336. this.button_Level_Edit.Text = "수정";
  337. this.button_Level_Edit.UseVisualStyleBackColor = true;
  338. this.button_Level_Edit.Click += new System.EventHandler(this.button_Level_Edit_Click);
  339. //
  340. // textbox_Level_FireNight
  341. //
  342. this.textbox_Level_FireNight.Enabled = false;
  343. this.textbox_Level_FireNight.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
  344. this.textbox_Level_FireNight.Location = new System.Drawing.Point(159, 116);
  345. this.textbox_Level_FireNight.Name = "textbox_Level_FireNight";
  346. this.textbox_Level_FireNight.Size = new System.Drawing.Size(55, 33);
  347. this.textbox_Level_FireNight.TabIndex = 842;
  348. //
  349. // textbox_Level_FireDay
  350. //
  351. this.textbox_Level_FireDay.Enabled = false;
  352. this.textbox_Level_FireDay.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
  353. this.textbox_Level_FireDay.Location = new System.Drawing.Point(159, 88);
  354. this.textbox_Level_FireDay.Name = "textbox_Level_FireDay";
  355. this.textbox_Level_FireDay.Size = new System.Drawing.Size(55, 33);
  356. this.textbox_Level_FireDay.TabIndex = 841;
  357. //
  358. // label_FireNight_MinMax
  359. //
  360. this.label_FireNight_MinMax.AutoSize = true;
  361. this.label_FireNight_MinMax.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  362. this.label_FireNight_MinMax.Location = new System.Drawing.Point(220, 122);
  363. this.label_FireNight_MinMax.Name = "label_FireNight_MinMax";
  364. this.label_FireNight_MinMax.Size = new System.Drawing.Size(88, 20);
  365. this.label_FireNight_MinMax.TabIndex = 838;
  366. this.label_FireNight_MinMax.Text = "(80~95)";
  367. this.label_FireNight_MinMax.Visible = false;
  368. //
  369. // label_FireDay_MinMax
  370. //
  371. this.label_FireDay_MinMax.AutoSize = true;
  372. this.label_FireDay_MinMax.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  373. this.label_FireDay_MinMax.Location = new System.Drawing.Point(219, 94);
  374. this.label_FireDay_MinMax.Name = "label_FireDay_MinMax";
  375. this.label_FireDay_MinMax.Size = new System.Drawing.Size(88, 20);
  376. this.label_FireDay_MinMax.TabIndex = 838;
  377. this.label_FireDay_MinMax.Text = "(80~95)";
  378. this.label_FireDay_MinMax.Visible = false;
  379. //
  380. // button_Level_Init
  381. //
  382. this.button_Level_Init.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_Level_Init.BackgroundImage")));
  383. this.button_Level_Init.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  384. this.button_Level_Init.FlatAppearance.BorderSize = 0;
  385. this.button_Level_Init.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  386. this.button_Level_Init.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  387. this.button_Level_Init.ForeColor = System.Drawing.Color.White;
  388. this.button_Level_Init.Location = new System.Drawing.Point(39, 149);
  389. this.button_Level_Init.Name = "button_Level_Init";
  390. this.button_Level_Init.Size = new System.Drawing.Size(70, 30);
  391. this.button_Level_Init.TabIndex = 840;
  392. this.button_Level_Init.Text = "초기화";
  393. this.button_Level_Init.UseVisualStyleBackColor = true;
  394. this.button_Level_Init.Visible = false;
  395. this.button_Level_Init.Click += new System.EventHandler(this.button_Level_Init_Click);
  396. //
  397. // textbox_Level_PreFire
  398. //
  399. this.textbox_Level_PreFire.Enabled = false;
  400. this.textbox_Level_PreFire.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
  401. this.textbox_Level_PreFire.Location = new System.Drawing.Point(159, 60);
  402. this.textbox_Level_PreFire.Name = "textbox_Level_PreFire";
  403. this.textbox_Level_PreFire.Size = new System.Drawing.Size(55, 33);
  404. this.textbox_Level_PreFire.TabIndex = 840;
  405. //
  406. // textbox_Level_Fault
  407. //
  408. this.textbox_Level_Fault.Enabled = false;
  409. this.textbox_Level_Fault.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
  410. this.textbox_Level_Fault.Location = new System.Drawing.Point(159, 32);
  411. this.textbox_Level_Fault.Name = "textbox_Level_Fault";
  412. this.textbox_Level_Fault.Size = new System.Drawing.Size(55, 33);
  413. this.textbox_Level_Fault.TabIndex = 839;
  414. //
  415. // groupBox_Information
  416. //
  417. this.groupBox_Information.Controls.Add(this.label_Information_Current_Color);
  418. this.groupBox_Information.Controls.Add(this.label_Information_Current);
  419. this.groupBox_Information.Controls.Add(this.label_Information_Min);
  420. this.groupBox_Information.Controls.Add(this.label_Information_Average);
  421. this.groupBox_Information.Controls.Add(this.label_Information_Max);
  422. this.groupBox_Information.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
  423. this.groupBox_Information.Location = new System.Drawing.Point(627, 12);
  424. this.groupBox_Information.Name = "groupBox_Information";
  425. this.groupBox_Information.Size = new System.Drawing.Size(245, 189);
  426. this.groupBox_Information.TabIndex = 843;
  427. this.groupBox_Information.TabStop = false;
  428. this.groupBox_Information.Text = "Information";
  429. //
  430. // label_Information_Current_Color
  431. //
  432. this.label_Information_Current_Color.BackColor = System.Drawing.Color.Lime;
  433. this.label_Information_Current_Color.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  434. this.label_Information_Current_Color.Location = new System.Drawing.Point(79, 59);
  435. this.label_Information_Current_Color.Name = "label_Information_Current_Color";
  436. this.label_Information_Current_Color.Size = new System.Drawing.Size(110, 22);
  437. this.label_Information_Current_Color.TabIndex = 839;
  438. this.label_Information_Current_Color.Text = "NORMAL";
  439. this.label_Information_Current_Color.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  440. //
  441. // label_Information_Current
  442. //
  443. this.label_Information_Current.AutoSize = true;
  444. this.label_Information_Current.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  445. this.label_Information_Current.Location = new System.Drawing.Point(44, 31);
  446. this.label_Information_Current.Name = "label_Information_Current";
  447. this.label_Information_Current.Size = new System.Drawing.Size(225, 20);
  448. this.label_Information_Current.TabIndex = 839;
  449. this.label_Information_Current.Text = "▶ 현재상태 : 100 (낮)";
  450. //
  451. // label_Information_Min
  452. //
  453. this.label_Information_Min.AutoSize = true;
  454. this.label_Information_Min.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  455. this.label_Information_Min.Location = new System.Drawing.Point(46, 155);
  456. this.label_Information_Min.Name = "label_Information_Min";
  457. this.label_Information_Min.Size = new System.Drawing.Size(137, 20);
  458. this.label_Information_Min.TabIndex = 839;
  459. this.label_Information_Min.Text = "▶ 최소값 : 0";
  460. //
  461. // label_Information_Average
  462. //
  463. this.label_Information_Average.AutoSize = true;
  464. this.label_Information_Average.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  465. this.label_Information_Average.Location = new System.Drawing.Point(46, 97);
  466. this.label_Information_Average.Name = "label_Information_Average";
  467. this.label_Information_Average.Size = new System.Drawing.Size(161, 20);
  468. this.label_Information_Average.TabIndex = 838;
  469. this.label_Information_Average.Text = "▶ 평균값 : 100";
  470. //
  471. // label_Information_Max
  472. //
  473. this.label_Information_Max.AutoSize = true;
  474. this.label_Information_Max.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  475. this.label_Information_Max.Location = new System.Drawing.Point(46, 126);
  476. this.label_Information_Max.Name = "label_Information_Max";
  477. this.label_Information_Max.Size = new System.Drawing.Size(161, 20);
  478. this.label_Information_Max.TabIndex = 838;
  479. this.label_Information_Max.Text = "▶ 최대값 : 127";
  480. //
  481. // label_Temp_Back1
  482. //
  483. this.label_Temp_Back1.BackColor = System.Drawing.Color.White;
  484. this.label_Temp_Back1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  485. this.label_Temp_Back1.Location = new System.Drawing.Point(12, 546);
  486. this.label_Temp_Back1.Name = "label_Temp_Back1";
  487. this.label_Temp_Back1.Size = new System.Drawing.Size(866, 87);
  488. this.label_Temp_Back1.TabIndex = 840;
  489. //
  490. // label_Bottom_1th
  491. //
  492. this.label_Bottom_1th.BackColor = System.Drawing.Color.White;
  493. this.label_Bottom_1th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  494. this.label_Bottom_1th.Image = ((System.Drawing.Image)(resources.GetObject("label_Bottom_1th.Image")));
  495. this.label_Bottom_1th.Location = new System.Drawing.Point(63, 580);
  496. this.label_Bottom_1th.Name = "label_Bottom_1th";
  497. this.label_Bottom_1th.Size = new System.Drawing.Size(327, 22);
  498. this.label_Bottom_1th.TabIndex = 844;
  499. //
  500. // label_part_1th
  501. //
  502. this.label_part_1th.BackColor = System.Drawing.Color.White;
  503. this.label_part_1th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  504. this.label_part_1th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_1th.Image")));
  505. this.label_part_1th.Location = new System.Drawing.Point(59, 540);
  506. this.label_part_1th.Name = "label_part_1th";
  507. this.label_part_1th.Size = new System.Drawing.Size(10, 50);
  508. this.label_part_1th.TabIndex = 845;
  509. //
  510. // label_Bottom_2th
  511. //
  512. this.label_Bottom_2th.BackColor = System.Drawing.Color.White;
  513. this.label_Bottom_2th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  514. this.label_Bottom_2th.Image = ((System.Drawing.Image)(resources.GetObject("label_Bottom_2th.Image")));
  515. this.label_Bottom_2th.Location = new System.Drawing.Point(310, 580);
  516. this.label_Bottom_2th.Name = "label_Bottom_2th";
  517. this.label_Bottom_2th.Size = new System.Drawing.Size(292, 22);
  518. this.label_Bottom_2th.TabIndex = 846;
  519. //
  520. // label_Bottom_3th
  521. //
  522. this.label_Bottom_3th.BackColor = System.Drawing.Color.White;
  523. this.label_Bottom_3th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  524. this.label_Bottom_3th.Image = ((System.Drawing.Image)(resources.GetObject("label_Bottom_3th.Image")));
  525. this.label_Bottom_3th.Location = new System.Drawing.Point(550, 580);
  526. this.label_Bottom_3th.Name = "label_Bottom_3th";
  527. this.label_Bottom_3th.Size = new System.Drawing.Size(321, 22);
  528. this.label_Bottom_3th.TabIndex = 847;
  529. //
  530. // label_part_5th
  531. //
  532. this.label_part_5th.BackColor = System.Drawing.Color.White;
  533. this.label_part_5th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  534. this.label_part_5th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_5th.Image")));
  535. this.label_part_5th.Location = new System.Drawing.Point(863, 541);
  536. this.label_part_5th.Name = "label_part_5th";
  537. this.label_part_5th.Size = new System.Drawing.Size(10, 49);
  538. this.label_part_5th.TabIndex = 848;
  539. //
  540. // label_part_4th
  541. //
  542. this.label_part_4th.BackColor = System.Drawing.Color.White;
  543. this.label_part_4th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  544. this.label_part_4th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_4th.Image")));
  545. this.label_part_4th.Location = new System.Drawing.Point(790, 540);
  546. this.label_part_4th.Name = "label_part_4th";
  547. this.label_part_4th.Size = new System.Drawing.Size(10, 49);
  548. this.label_part_4th.TabIndex = 849;
  549. //
  550. // label_part_3th
  551. //
  552. this.label_part_3th.BackColor = System.Drawing.Color.White;
  553. this.label_part_3th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  554. this.label_part_3th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_3th.Image")));
  555. this.label_part_3th.Location = new System.Drawing.Point(611, 540);
  556. this.label_part_3th.Name = "label_part_3th";
  557. this.label_part_3th.Size = new System.Drawing.Size(10, 49);
  558. this.label_part_3th.TabIndex = 850;
  559. //
  560. // label_part_2th
  561. //
  562. this.label_part_2th.BackColor = System.Drawing.Color.White;
  563. this.label_part_2th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  564. this.label_part_2th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_2th.Image")));
  565. this.label_part_2th.Location = new System.Drawing.Point(501, 540);
  566. this.label_part_2th.Name = "label_part_2th";
  567. this.label_part_2th.Size = new System.Drawing.Size(10, 49);
  568. this.label_part_2th.TabIndex = 851;
  569. //
  570. // label_Arange_1th
  571. //
  572. this.label_Arange_1th.AutoSize = true;
  573. this.label_Arange_1th.BackColor = System.Drawing.Color.White;
  574. this.label_Arange_1th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  575. this.label_Arange_1th.Location = new System.Drawing.Point(276, 546);
  576. this.label_Arange_1th.Name = "label_Arange_1th";
  577. this.label_Arange_1th.Size = new System.Drawing.Size(72, 20);
  578. this.label_Arange_1th.TabIndex = 840;
  579. this.label_Arange_1th.Text = "시간당";
  580. //
  581. // label_Arange_2th
  582. //
  583. this.label_Arange_2th.AutoSize = true;
  584. this.label_Arange_2th.BackColor = System.Drawing.Color.White;
  585. this.label_Arange_2th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  586. this.label_Arange_2th.Location = new System.Drawing.Point(537, 546);
  587. this.label_Arange_2th.Name = "label_Arange_2th";
  588. this.label_Arange_2th.Size = new System.Drawing.Size(75, 20);
  589. this.label_Arange_2th.TabIndex = 852;
  590. this.label_Arange_2th.Text = "10분당";
  591. //
  592. // label_Arange_3th
  593. //
  594. this.label_Arange_3th.AutoSize = true;
  595. this.label_Arange_3th.BackColor = System.Drawing.Color.White;
  596. this.label_Arange_3th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  597. this.label_Arange_3th.Location = new System.Drawing.Point(686, 546);
  598. this.label_Arange_3th.Name = "label_Arange_3th";
  599. this.label_Arange_3th.Size = new System.Drawing.Size(63, 20);
  600. this.label_Arange_3th.TabIndex = 853;
  601. this.label_Arange_3th.Text = "1분당";
  602. //
  603. // label_Arange_4th
  604. //
  605. this.label_Arange_4th.AutoSize = true;
  606. this.label_Arange_4th.BackColor = System.Drawing.Color.White;
  607. this.label_Arange_4th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  608. this.label_Arange_4th.Location = new System.Drawing.Point(805, 546);
  609. this.label_Arange_4th.Name = "label_Arange_4th";
  610. this.label_Arange_4th.Size = new System.Drawing.Size(75, 20);
  611. this.label_Arange_4th.TabIndex = 854;
  612. this.label_Arange_4th.Text = "15초당";
  613. //
  614. // label_Comment
  615. //
  616. this.label_Comment.AutoSize = true;
  617. this.label_Comment.BackColor = System.Drawing.Color.White;
  618. this.label_Comment.Font = new System.Drawing.Font("굴림", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  619. this.label_Comment.Location = new System.Drawing.Point(324, 607);
  620. this.label_Comment.Name = "label_Comment";
  621. this.label_Comment.Size = new System.Drawing.Size(437, 20);
  622. this.label_Comment.TabIndex = 855;
  623. this.label_Comment.Text = "트렌드 (※ 오른쪽으로 갈수록 최신순입니다)";
  624. //
  625. // label1
  626. //
  627. this.label1.BackColor = System.Drawing.Color.White;
  628. this.label1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
  629. this.label1.Location = new System.Drawing.Point(12, 214);
  630. this.label1.Name = "label1";
  631. this.label1.Size = new System.Drawing.Size(866, 41);
  632. this.label1.TabIndex = 856;
  633. //
  634. // Form_AnalogDetecter
  635. //
  636. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  637. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  638. this.ClientSize = new System.Drawing.Size(884, 645);
  639. this.Controls.Add(this.label1);
  640. this.Controls.Add(this.label_Comment);
  641. this.Controls.Add(this.label_Arange_4th);
  642. this.Controls.Add(this.label_Arange_3th);
  643. this.Controls.Add(this.label_Arange_2th);
  644. this.Controls.Add(this.label_Arange_1th);
  645. this.Controls.Add(this.label_part_2th);
  646. this.Controls.Add(this.label_part_3th);
  647. this.Controls.Add(this.label_part_4th);
  648. this.Controls.Add(this.label_part_5th);
  649. this.Controls.Add(this.label_Bottom_3th);
  650. this.Controls.Add(this.label_Bottom_2th);
  651. this.Controls.Add(this.label_part_1th);
  652. this.Controls.Add(this.label_Bottom_1th);
  653. this.Controls.Add(this.groupBox_Information);
  654. this.Controls.Add(this.groupBox_Level);
  655. this.Controls.Add(this.groupBox_AnalogDetecter);
  656. this.Controls.Add(this.label_Temp_Back1);
  657. this.Controls.Add(this.chart_trend);
  658. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  659. this.MaximizeBox = false;
  660. this.MinimizeBox = false;
  661. this.Name = "Form_AnalogDetecter";
  662. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  663. this.Text = "Analog Detecter";
  664. ((System.ComponentModel.ISupportInitialize)(this.chart_trend)).EndInit();
  665. this.groupBox_AnalogDetecter.ResumeLayout(false);
  666. this.groupBox_AnalogDetecter.PerformLayout();
  667. this.groupBox_Level.ResumeLayout(false);
  668. this.groupBox_Level.PerformLayout();
  669. this.groupBox_Information.ResumeLayout(false);
  670. this.groupBox_Information.PerformLayout();
  671. this.ResumeLayout(false);
  672. this.PerformLayout();
  673. }
  674. #endregion
  675. private System.Windows.Forms.DataVisualization.Charting.Chart chart_trend;
  676. private System.Windows.Forms.Label label_AnalogDetecter_CommBoard;
  677. private System.Windows.Forms.Label label_AnalogDetecter_Receiver;
  678. private System.Windows.Forms.Label label_AnalogDetecter_Receiver_Value;
  679. private System.Windows.Forms.Label label_AnalogDetecter_CommBoard_Value;
  680. private System.Windows.Forms.Label label_AnalogDetecter_Type;
  681. private System.Windows.Forms.Button button_Level_Save;
  682. private System.Windows.Forms.Label label_AnalogDetecter_Loop_Value;
  683. private System.Windows.Forms.Label label_AnalogDetecter_ID;
  684. private System.Windows.Forms.Label label_AnalogDetecter_Loop;
  685. private System.Windows.Forms.Label label_AnalogDetecter_ID_Value;
  686. private System.Windows.Forms.Label label_Level_PreFire;
  687. private System.Windows.Forms.Label label_Level_Fault;
  688. private System.Windows.Forms.Label label_Level_FireNight;
  689. private System.Windows.Forms.Label label_Level_FireDay;
  690. private System.Windows.Forms.GroupBox groupBox_AnalogDetecter;
  691. private System.Windows.Forms.GroupBox groupBox_Level;
  692. private System.Windows.Forms.TextBox textbox_Level_FireNight;
  693. private System.Windows.Forms.TextBox textbox_Level_FireDay;
  694. private System.Windows.Forms.TextBox textbox_Level_PreFire;
  695. private System.Windows.Forms.TextBox textbox_Level_Fault;
  696. private System.Windows.Forms.Button button_Level_Edit;
  697. private System.Windows.Forms.Label label_AnalogDetecter_Type_Value;
  698. private System.Windows.Forms.Button button_Level_Init;
  699. private System.Windows.Forms.GroupBox groupBox_Information;
  700. private System.Windows.Forms.Label label_Information_Current_Color;
  701. private System.Windows.Forms.Label label_Information_Current;
  702. private System.Windows.Forms.Label label_Information_Min;
  703. private System.Windows.Forms.Label label_Information_Average;
  704. private System.Windows.Forms.Label label_Information_Max;
  705. private System.Windows.Forms.Label label_Temp_Back1;
  706. private System.Windows.Forms.Label label_Bottom_1th;
  707. private System.Windows.Forms.Label label_part_1th;
  708. private System.Windows.Forms.Label label_Bottom_2th;
  709. private System.Windows.Forms.Label label_Bottom_3th;
  710. private System.Windows.Forms.Label label_part_5th;
  711. private System.Windows.Forms.Label label_part_4th;
  712. private System.Windows.Forms.Label label_part_3th;
  713. private System.Windows.Forms.Label label_part_2th;
  714. private System.Windows.Forms.Label label_Arange_1th;
  715. private System.Windows.Forms.Label label_Arange_2th;
  716. private System.Windows.Forms.Label label_Arange_3th;
  717. private System.Windows.Forms.Label label_Arange_4th;
  718. private System.Windows.Forms.Label label_Comment;
  719. private System.Windows.Forms.Label label_FireNight_MinMax;
  720. private System.Windows.Forms.Label label_FireDay_MinMax;
  721. private System.Windows.Forms.Label label1;
  722. }
  723. }