MDIParent.Designer.cs 90 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471
  1. namespace FPER
  2. {
  3. partial class MDIParent
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIParent));
  30. this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
  31. this.lblReceiverCutCnt = new System.Windows.Forms.Label();
  32. this.lblRepeaterBlockingCnt = new System.Windows.Forms.Label();
  33. this.lblDeviceWriteCnt = new System.Windows.Forms.Label();
  34. this.lblDeviceFireCnt = new System.Windows.Forms.Label();
  35. this.lblConnetErrorCnt = new System.Windows.Forms.Label();
  36. this.imgLstButton = new System.Windows.Forms.ImageList(this.components);
  37. this.MenuStripStatus = new System.Windows.Forms.ContextMenuStrip(this.components);
  38. this.RepeaterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.RepeaterGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
  41. this.ManualOpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.timerDateTime = new System.Windows.Forms.Timer(this.components);
  43. this.MenuStripSystem = new System.Windows.Forms.ContextMenuStrip(this.components);
  44. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  46. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  47. this.MenuStripLog = new System.Windows.Forms.ContextMenuStrip(this.components);
  48. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  49. this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  50. this.timerMaintance = new System.Windows.Forms.Timer(this.components);
  51. this.timerEventCheck = new System.Windows.Forms.Timer(this.components);
  52. this.panel9 = new System.Windows.Forms.Panel();
  53. this.labelFireAlert_inform_2th = new System.Windows.Forms.Label();
  54. this.labelFireAlert_inform_1th = new System.Windows.Forms.Label();
  55. this.cboSecondFireWarnningMessage = new System.Windows.Forms.ComboBox();
  56. this.txtFirstFireWarnningMessage = new System.Windows.Forms.TextBox();
  57. this.labelFacilityAlert_inform_1th = new System.Windows.Forms.Label();
  58. this.cboWriteWarningMessage = new System.Windows.Forms.ComboBox();
  59. this.labelFireAlert = new System.Windows.Forms.Label();
  60. this.labelFacilityAlert = new System.Windows.Forms.Label();
  61. this.panel8 = new System.Windows.Forms.Panel();
  62. this.btnWinMinimum = new System.Windows.Forms.Button();
  63. this.lblEmergencyBoardStatus = new System.Windows.Forms.Label();
  64. this.panel5 = new System.Windows.Forms.Panel();
  65. this.lblFireMode = new System.Windows.Forms.Label();
  66. this.lblDemonStatus = new System.Windows.Forms.Label();
  67. this.panel4 = new System.Windows.Forms.Panel();
  68. this.lblAccumulSecond = new System.Windows.Forms.Label();
  69. this.btnChildClose = new System.Windows.Forms.Button();
  70. this.panelVoltage = new System.Windows.Forms.Panel();
  71. this.lbl24Voltage = new System.Windows.Forms.Label();
  72. this.btnMenu2 = new System.Windows.Forms.Button();
  73. this.btnMenu7 = new System.Windows.Forms.Button();
  74. this.panel3 = new System.Windows.Forms.Panel();
  75. this.btnCheck = new System.Windows.Forms.Button();
  76. this.btnDisableCount = new System.Windows.Forms.Button();
  77. this.btnDevCutCount = new System.Windows.Forms.Button();
  78. this.btnErrorCount = new System.Windows.Forms.Button();
  79. this.btnDevCount = new System.Windows.Forms.Button();
  80. this.btnFireCount = new System.Windows.Forms.Button();
  81. this.label5 = new System.Windows.Forms.Label();
  82. this.label6 = new System.Windows.Forms.Label();
  83. this.label7 = new System.Windows.Forms.Label();
  84. this.label8 = new System.Windows.Forms.Label();
  85. this.label9 = new System.Windows.Forms.Label();
  86. this.btnMenu3 = new System.Windows.Forms.Button();
  87. this.btnMenu5 = new System.Windows.Forms.Button();
  88. this.btnMenu1 = new System.Windows.Forms.Button();
  89. this.btnMenu6 = new System.Windows.Forms.Button();
  90. this.btnMenu4 = new System.Windows.Forms.Button();
  91. this.pictureBoxLoading = new System.Windows.Forms.PictureBox();
  92. this.panel7 = new System.Windows.Forms.Panel();
  93. this.DBbox = new System.Windows.Forms.TextBox();
  94. this.DBlabel = new System.Windows.Forms.Label();
  95. this.button1 = new System.Windows.Forms.Button();
  96. this.Button_Debug = new System.Windows.Forms.Button();
  97. this.label_P8 = new System.Windows.Forms.Label();
  98. this.label_P4 = new System.Windows.Forms.Label();
  99. this.labelPreFireAlert = new System.Windows.Forms.Label();
  100. this.label_P7 = new System.Windows.Forms.Label();
  101. this.label_P3 = new System.Windows.Forms.Label();
  102. this.label_P6 = new System.Windows.Forms.Label();
  103. this.label_P2 = new System.Windows.Forms.Label();
  104. this.label_P5 = new System.Windows.Forms.Label();
  105. this.label_P1 = new System.Windows.Forms.Label();
  106. this.button_Hide = new System.Windows.Forms.Button();
  107. this.labelinputTestMode = new System.Windows.Forms.Label();
  108. this.label_TestRunFlag = new System.Windows.Forms.Label();
  109. this.lblLEDText = new System.Windows.Forms.Label();
  110. this.LblTime = new System.Windows.Forms.Label();
  111. this.cboPreFireWarnningMessage = new System.Windows.Forms.ComboBox();
  112. this.picCI = new System.Windows.Forms.PictureBox();
  113. this.LblBuildingName = new System.Windows.Forms.Label();
  114. this.timerCountRead = new System.Windows.Forms.Timer(this.components);
  115. this.timerLogDelete = new System.Windows.Forms.Timer(this.components);
  116. this.timerVoltage = new System.Windows.Forms.Timer(this.components);
  117. this.timerTestMode = new System.Windows.Forms.Timer(this.components);
  118. this.button2 = new System.Windows.Forms.Button();
  119. this.MenuStripStatus.SuspendLayout();
  120. this.MenuStripSystem.SuspendLayout();
  121. this.MenuStripLog.SuspendLayout();
  122. this.panel9.SuspendLayout();
  123. this.panel8.SuspendLayout();
  124. this.panel5.SuspendLayout();
  125. this.panel4.SuspendLayout();
  126. this.panelVoltage.SuspendLayout();
  127. this.panel3.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoading)).BeginInit();
  129. this.panel7.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.picCI)).BeginInit();
  131. this.SuspendLayout();
  132. //
  133. // lblReceiverCutCnt
  134. //
  135. this.lblReceiverCutCnt.AutoSize = true;
  136. this.lblReceiverCutCnt.BackColor = System.Drawing.Color.Transparent;
  137. this.lblReceiverCutCnt.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  138. this.lblReceiverCutCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  139. this.lblReceiverCutCnt.Location = new System.Drawing.Point(85, 224);
  140. this.lblReceiverCutCnt.Name = "lblReceiverCutCnt";
  141. this.lblReceiverCutCnt.Size = new System.Drawing.Size(92, 45);
  142. this.lblReceiverCutCnt.TabIndex = 18;
  143. this.lblReceiverCutCnt.Text = "0000";
  144. this.ToolTip.SetToolTip(this.lblReceiverCutCnt, "수신기의 차단설정 갯수");
  145. this.lblReceiverCutCnt.Click += new System.EventHandler(this.lblReceiverCutCnt_Click);
  146. //
  147. // lblRepeaterBlockingCnt
  148. //
  149. this.lblRepeaterBlockingCnt.AutoSize = true;
  150. this.lblRepeaterBlockingCnt.BackColor = System.Drawing.Color.Transparent;
  151. this.lblRepeaterBlockingCnt.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  152. this.lblRepeaterBlockingCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  153. this.lblRepeaterBlockingCnt.Location = new System.Drawing.Point(85, 183);
  154. this.lblRepeaterBlockingCnt.Name = "lblRepeaterBlockingCnt";
  155. this.lblRepeaterBlockingCnt.Size = new System.Drawing.Size(92, 45);
  156. this.lblRepeaterBlockingCnt.TabIndex = 17;
  157. this.lblRepeaterBlockingCnt.Text = "0000";
  158. this.ToolTip.SetToolTip(this.lblRepeaterBlockingCnt, "중계기 단선 갯수");
  159. this.lblRepeaterBlockingCnt.Click += new System.EventHandler(this.lblRepeaterBlockingCnt_Click);
  160. //
  161. // lblDeviceWriteCnt
  162. //
  163. this.lblDeviceWriteCnt.AutoSize = true;
  164. this.lblDeviceWriteCnt.BackColor = System.Drawing.Color.Transparent;
  165. this.lblDeviceWriteCnt.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  166. this.lblDeviceWriteCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  167. this.lblDeviceWriteCnt.Location = new System.Drawing.Point(85, 105);
  168. this.lblDeviceWriteCnt.Name = "lblDeviceWriteCnt";
  169. this.lblDeviceWriteCnt.Size = new System.Drawing.Size(92, 45);
  170. this.lblDeviceWriteCnt.TabIndex = 16;
  171. this.lblDeviceWriteCnt.Text = "0000";
  172. this.ToolTip.SetToolTip(this.lblDeviceWriteCnt, "설비출력이 들어온 갯수");
  173. this.lblDeviceWriteCnt.Click += new System.EventHandler(this.lblDeviceWriteCnt_Click);
  174. //
  175. // lblDeviceFireCnt
  176. //
  177. this.lblDeviceFireCnt.AutoSize = true;
  178. this.lblDeviceFireCnt.BackColor = System.Drawing.Color.Transparent;
  179. this.lblDeviceFireCnt.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  180. this.lblDeviceFireCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  181. this.lblDeviceFireCnt.Location = new System.Drawing.Point(85, 64);
  182. this.lblDeviceFireCnt.Name = "lblDeviceFireCnt";
  183. this.lblDeviceFireCnt.Size = new System.Drawing.Size(92, 45);
  184. this.lblDeviceFireCnt.TabIndex = 15;
  185. this.lblDeviceFireCnt.Text = "0000";
  186. this.ToolTip.SetToolTip(this.lblDeviceFireCnt, "화재입력이 들어온 갯수");
  187. this.lblDeviceFireCnt.Click += new System.EventHandler(this.lblDeviceFireCnt_Click);
  188. //
  189. // lblConnetErrorCnt
  190. //
  191. this.lblConnetErrorCnt.AutoSize = true;
  192. this.lblConnetErrorCnt.BackColor = System.Drawing.Color.Transparent;
  193. this.lblConnetErrorCnt.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  194. this.lblConnetErrorCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  195. this.lblConnetErrorCnt.Location = new System.Drawing.Point(85, 145);
  196. this.lblConnetErrorCnt.Name = "lblConnetErrorCnt";
  197. this.lblConnetErrorCnt.Size = new System.Drawing.Size(92, 45);
  198. this.lblConnetErrorCnt.TabIndex = 14;
  199. this.lblConnetErrorCnt.Text = "0000";
  200. this.ToolTip.SetToolTip(this.lblConnetErrorCnt, "통신에러가 발생한 갯수");
  201. this.lblConnetErrorCnt.Click += new System.EventHandler(this.lblConnetErrorCnt_Click);
  202. //
  203. // imgLstButton
  204. //
  205. this.imgLstButton.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgLstButton.ImageStream")));
  206. this.imgLstButton.TransparentColor = System.Drawing.Color.Transparent;
  207. this.imgLstButton.Images.SetKeyName(0, "btnMenu1.png");
  208. this.imgLstButton.Images.SetKeyName(1, "btnMenu1_ov.png");
  209. this.imgLstButton.Images.SetKeyName(2, "btnMenu1_dn.png");
  210. this.imgLstButton.Images.SetKeyName(3, "btnMenu2.png");
  211. this.imgLstButton.Images.SetKeyName(4, "btnMenu2_ov.png");
  212. this.imgLstButton.Images.SetKeyName(5, "btnMenu2_dn.png");
  213. this.imgLstButton.Images.SetKeyName(6, "btnMenu3.png");
  214. this.imgLstButton.Images.SetKeyName(7, "btnMenu3_ov.png");
  215. this.imgLstButton.Images.SetKeyName(8, "btnMenu3_dn.png");
  216. this.imgLstButton.Images.SetKeyName(9, "btnMenu4.png");
  217. this.imgLstButton.Images.SetKeyName(10, "btnMenu4_ov.png");
  218. this.imgLstButton.Images.SetKeyName(11, "btnMenu4_dn.png");
  219. this.imgLstButton.Images.SetKeyName(12, "btnMenu5.png");
  220. this.imgLstButton.Images.SetKeyName(13, "btnMenu5_ov.png");
  221. this.imgLstButton.Images.SetKeyName(14, "btnMenu5_dn.png");
  222. this.imgLstButton.Images.SetKeyName(15, "btnMenu6.png");
  223. this.imgLstButton.Images.SetKeyName(16, "btnMenu6_ov.png");
  224. this.imgLstButton.Images.SetKeyName(17, "btnMenu6_dn.png");
  225. this.imgLstButton.Images.SetKeyName(18, "btnMenu7.png");
  226. this.imgLstButton.Images.SetKeyName(19, "btnMenu7_ov.png");
  227. this.imgLstButton.Images.SetKeyName(20, "btnMenu7_dn.png");
  228. //
  229. // MenuStripStatus
  230. //
  231. this.MenuStripStatus.BackColor = System.Drawing.Color.MintCream;
  232. this.MenuStripStatus.ImageScalingSize = new System.Drawing.Size(24, 24);
  233. this.MenuStripStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  234. this.RepeaterToolStripMenuItem,
  235. this.RepeaterGroupToolStripMenuItem,
  236. this.toolStripMenuItem7,
  237. this.ManualOpenMenuItem});
  238. this.MenuStripStatus.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  239. this.MenuStripStatus.Name = "contextMenuStrip1";
  240. this.MenuStripStatus.Size = new System.Drawing.Size(403, 160);
  241. //
  242. // RepeaterToolStripMenuItem
  243. //
  244. this.RepeaterToolStripMenuItem.AutoSize = false;
  245. this.RepeaterToolStripMenuItem.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  246. this.RepeaterToolStripMenuItem.Name = "RepeaterToolStripMenuItem";
  247. this.RepeaterToolStripMenuItem.Size = new System.Drawing.Size(287, 32);
  248. this.RepeaterToolStripMenuItem.Text = "중계기 상태보기";
  249. this.RepeaterToolStripMenuItem.Click += new System.EventHandler(this.RepeaterToolStripMenuItem_Click);
  250. //
  251. // RepeaterGroupToolStripMenuItem
  252. //
  253. this.RepeaterGroupToolStripMenuItem.AutoSize = false;
  254. this.RepeaterGroupToolStripMenuItem.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  255. this.RepeaterGroupToolStripMenuItem.Name = "RepeaterGroupToolStripMenuItem";
  256. this.RepeaterGroupToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
  257. this.RepeaterGroupToolStripMenuItem.Size = new System.Drawing.Size(287, 32);
  258. this.RepeaterGroupToolStripMenuItem.Text = "중계반 상태보기";
  259. this.RepeaterGroupToolStripMenuItem.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
  260. this.RepeaterGroupToolStripMenuItem.Click += new System.EventHandler(this.RepeaterGroupToolStripMenuItem_Click);
  261. //
  262. // toolStripMenuItem7
  263. //
  264. this.toolStripMenuItem7.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  265. this.toolStripMenuItem7.Name = "toolStripMenuItem7";
  266. this.toolStripMenuItem7.Size = new System.Drawing.Size(402, 46);
  267. this.toolStripMenuItem7.Text = "버전 정보 보기";
  268. this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem7_Click);
  269. //
  270. // ManualOpenMenuItem
  271. //
  272. this.ManualOpenMenuItem.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold);
  273. this.ManualOpenMenuItem.Name = "ManualOpenMenuItem";
  274. this.ManualOpenMenuItem.Size = new System.Drawing.Size(402, 46);
  275. this.ManualOpenMenuItem.Text = "매뉴얼 파일열기";
  276. this.ManualOpenMenuItem.Visible = false;
  277. this.ManualOpenMenuItem.Click += new System.EventHandler(this.ManualOpenMenuItem_Click);
  278. //
  279. // timerDateTime
  280. //
  281. this.timerDateTime.Interval = 1000;
  282. this.timerDateTime.Tick += new System.EventHandler(this.timerDateTime_Tick);
  283. //
  284. // MenuStripSystem
  285. //
  286. this.MenuStripSystem.BackColor = System.Drawing.Color.MintCream;
  287. this.MenuStripSystem.ImageScalingSize = new System.Drawing.Size(24, 24);
  288. this.MenuStripSystem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  289. this.toolStripMenuItem1,
  290. this.toolStripMenuItem3,
  291. this.toolStripMenuItem2});
  292. this.MenuStripSystem.Name = "contextMenuStrip1";
  293. this.MenuStripSystem.Size = new System.Drawing.Size(301, 132);
  294. //
  295. // toolStripMenuItem1
  296. //
  297. this.toolStripMenuItem1.AutoSize = false;
  298. this.toolStripMenuItem1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  299. this.toolStripMenuItem1.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  300. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  301. this.toolStripMenuItem1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always;
  302. this.toolStripMenuItem1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  303. this.toolStripMenuItem1.Size = new System.Drawing.Size(460, 36);
  304. this.toolStripMenuItem1.Text = "수신기설정";
  305. this.toolStripMenuItem1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  306. this.toolStripMenuItem1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
  307. this.toolStripMenuItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  308. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  309. //
  310. // toolStripMenuItem3
  311. //
  312. this.toolStripMenuItem3.AutoSize = false;
  313. this.toolStripMenuItem3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  314. this.toolStripMenuItem3.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  315. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  316. this.toolStripMenuItem3.RightToLeftAutoMirrorImage = true;
  317. this.toolStripMenuItem3.Size = new System.Drawing.Size(460, 36);
  318. this.toolStripMenuItem3.Text = "맵설정";
  319. this.toolStripMenuItem3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  320. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  321. //
  322. // toolStripMenuItem2
  323. //
  324. this.toolStripMenuItem2.AutoSize = false;
  325. this.toolStripMenuItem2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  326. this.toolStripMenuItem2.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  327. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  328. this.toolStripMenuItem2.Size = new System.Drawing.Size(460, 36);
  329. this.toolStripMenuItem2.Text = "운전설정";
  330. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  331. //
  332. // MenuStripLog
  333. //
  334. this.MenuStripLog.BackColor = System.Drawing.Color.MintCream;
  335. this.MenuStripLog.ImageScalingSize = new System.Drawing.Size(24, 24);
  336. this.MenuStripLog.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  337. this.toolStripMenuItem4,
  338. this.toolStripMenuItem5});
  339. this.MenuStripLog.Name = "contextMenuStrip1";
  340. this.MenuStripLog.Size = new System.Drawing.Size(259, 91);
  341. //
  342. // toolStripMenuItem4
  343. //
  344. this.toolStripMenuItem4.AutoSize = false;
  345. this.toolStripMenuItem4.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  346. this.toolStripMenuItem4.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  347. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  348. this.toolStripMenuItem4.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always;
  349. this.toolStripMenuItem4.RightToLeft = System.Windows.Forms.RightToLeft.No;
  350. this.toolStripMenuItem4.Size = new System.Drawing.Size(460, 36);
  351. this.toolStripMenuItem4.Text = "현재내역";
  352. this.toolStripMenuItem4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  353. this.toolStripMenuItem4.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
  354. this.toolStripMenuItem4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  355. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  356. //
  357. // toolStripMenuItem5
  358. //
  359. this.toolStripMenuItem5.AutoSize = false;
  360. this.toolStripMenuItem5.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  361. this.toolStripMenuItem5.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  362. this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  363. this.toolStripMenuItem5.Size = new System.Drawing.Size(460, 36);
  364. this.toolStripMenuItem5.Text = "과거내역";
  365. this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
  366. //
  367. // timerMaintance
  368. //
  369. this.timerMaintance.Interval = 60000;
  370. this.timerMaintance.Tick += new System.EventHandler(this.timerMaintance_Tick);
  371. //
  372. // timerEventCheck
  373. //
  374. this.timerEventCheck.Interval = 500;
  375. this.timerEventCheck.Tick += new System.EventHandler(this.timerEventCheck_Tick);
  376. //
  377. // panel9
  378. //
  379. this.panel9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel9.BackgroundImage")));
  380. this.panel9.Controls.Add(this.labelFireAlert_inform_2th);
  381. this.panel9.Controls.Add(this.labelFireAlert_inform_1th);
  382. this.panel9.Controls.Add(this.cboSecondFireWarnningMessage);
  383. this.panel9.Controls.Add(this.txtFirstFireWarnningMessage);
  384. this.panel9.Controls.Add(this.labelFacilityAlert_inform_1th);
  385. this.panel9.Controls.Add(this.cboWriteWarningMessage);
  386. this.panel9.Controls.Add(this.labelFireAlert);
  387. this.panel9.Controls.Add(this.labelFacilityAlert);
  388. this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
  389. this.panel9.Location = new System.Drawing.Point(0, 903);
  390. this.panel9.Name = "panel9";
  391. this.panel9.Size = new System.Drawing.Size(1082, 121);
  392. this.panel9.TabIndex = 9;
  393. //
  394. // labelFireAlert_inform_2th
  395. //
  396. this.labelFireAlert_inform_2th.BackColor = System.Drawing.Color.Transparent;
  397. this.labelFireAlert_inform_2th.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  398. this.labelFireAlert_inform_2th.Image = ((System.Drawing.Image)(resources.GetObject("labelFireAlert_inform_2th.Image")));
  399. this.labelFireAlert_inform_2th.Location = new System.Drawing.Point(23, 88);
  400. this.labelFireAlert_inform_2th.Name = "labelFireAlert_inform_2th";
  401. this.labelFireAlert_inform_2th.Size = new System.Drawing.Size(45, 20);
  402. this.labelFireAlert_inform_2th.TabIndex = 4;
  403. //
  404. // labelFireAlert_inform_1th
  405. //
  406. this.labelFireAlert_inform_1th.BackColor = System.Drawing.Color.Transparent;
  407. this.labelFireAlert_inform_1th.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  408. this.labelFireAlert_inform_1th.Image = ((System.Drawing.Image)(resources.GetObject("labelFireAlert_inform_1th.Image")));
  409. this.labelFireAlert_inform_1th.Location = new System.Drawing.Point(24, 56);
  410. this.labelFireAlert_inform_1th.Name = "labelFireAlert_inform_1th";
  411. this.labelFireAlert_inform_1th.Size = new System.Drawing.Size(44, 17);
  412. this.labelFireAlert_inform_1th.TabIndex = 1;
  413. //
  414. // cboSecondFireWarnningMessage
  415. //
  416. this.cboSecondFireWarnningMessage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  417. this.cboSecondFireWarnningMessage.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  418. this.cboSecondFireWarnningMessage.FormattingEnabled = true;
  419. this.cboSecondFireWarnningMessage.Location = new System.Drawing.Point(74, 85);
  420. this.cboSecondFireWarnningMessage.MaxDropDownItems = 30;
  421. this.cboSecondFireWarnningMessage.Name = "cboSecondFireWarnningMessage";
  422. this.cboSecondFireWarnningMessage.Size = new System.Drawing.Size(443, 32);
  423. this.cboSecondFireWarnningMessage.TabIndex = 2;
  424. //
  425. // txtFirstFireWarnningMessage
  426. //
  427. this.txtFirstFireWarnningMessage.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  428. this.txtFirstFireWarnningMessage.ForeColor = System.Drawing.SystemColors.WindowText;
  429. this.txtFirstFireWarnningMessage.Location = new System.Drawing.Point(74, 50);
  430. this.txtFirstFireWarnningMessage.Name = "txtFirstFireWarnningMessage";
  431. this.txtFirstFireWarnningMessage.ReadOnly = true;
  432. this.txtFirstFireWarnningMessage.Size = new System.Drawing.Size(443, 35);
  433. this.txtFirstFireWarnningMessage.TabIndex = 6;
  434. this.txtFirstFireWarnningMessage.Tag = "";
  435. //
  436. // labelFacilityAlert_inform_1th
  437. //
  438. this.labelFacilityAlert_inform_1th.BackColor = System.Drawing.Color.Transparent;
  439. this.labelFacilityAlert_inform_1th.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  440. this.labelFacilityAlert_inform_1th.Image = ((System.Drawing.Image)(resources.GetObject("labelFacilityAlert_inform_1th.Image")));
  441. this.labelFacilityAlert_inform_1th.Location = new System.Drawing.Point(579, 56);
  442. this.labelFacilityAlert_inform_1th.Name = "labelFacilityAlert_inform_1th";
  443. this.labelFacilityAlert_inform_1th.Size = new System.Drawing.Size(52, 15);
  444. this.labelFacilityAlert_inform_1th.TabIndex = 17;
  445. this.labelFacilityAlert_inform_1th.Visible = false;
  446. //
  447. // cboWriteWarningMessage
  448. //
  449. this.cboWriteWarningMessage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  450. this.cboWriteWarningMessage.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  451. this.cboWriteWarningMessage.FormattingEnabled = true;
  452. this.cboWriteWarningMessage.Location = new System.Drawing.Point(637, 52);
  453. this.cboWriteWarningMessage.MaxDropDownItems = 30;
  454. this.cboWriteWarningMessage.Name = "cboWriteWarningMessage";
  455. this.cboWriteWarningMessage.Size = new System.Drawing.Size(429, 32);
  456. this.cboWriteWarningMessage.TabIndex = 16;
  457. this.cboWriteWarningMessage.Visible = false;
  458. //
  459. // labelFireAlert
  460. //
  461. this.labelFireAlert.BackColor = System.Drawing.Color.Transparent;
  462. this.labelFireAlert.Font = new System.Drawing.Font("굴림", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  463. this.labelFireAlert.ForeColor = System.Drawing.Color.Red;
  464. this.labelFireAlert.Location = new System.Drawing.Point(4, 0);
  465. this.labelFireAlert.Name = "labelFireAlert";
  466. this.labelFireAlert.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  467. this.labelFireAlert.Size = new System.Drawing.Size(564, 116);
  468. this.labelFireAlert.TabIndex = 8;
  469. this.labelFireAlert.Text = "화재발생";
  470. this.labelFireAlert.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  471. this.labelFireAlert.Visible = false;
  472. //
  473. // labelFacilityAlert
  474. //
  475. this.labelFacilityAlert.BackColor = System.Drawing.Color.Transparent;
  476. this.labelFacilityAlert.Font = new System.Drawing.Font("굴림", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  477. this.labelFacilityAlert.ForeColor = System.Drawing.Color.LightSkyBlue;
  478. this.labelFacilityAlert.Location = new System.Drawing.Point(564, 0);
  479. this.labelFacilityAlert.Name = "labelFacilityAlert";
  480. this.labelFacilityAlert.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  481. this.labelFacilityAlert.Size = new System.Drawing.Size(515, 116);
  482. this.labelFacilityAlert.TabIndex = 9;
  483. this.labelFacilityAlert.Text = "설비동작";
  484. this.labelFacilityAlert.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  485. this.labelFacilityAlert.Visible = false;
  486. //
  487. // panel8
  488. //
  489. this.panel8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel8.BackgroundImage")));
  490. this.panel8.Controls.Add(this.btnWinMinimum);
  491. this.panel8.Controls.Add(this.lblEmergencyBoardStatus);
  492. this.panel8.Controls.Add(this.panel5);
  493. this.panel8.Controls.Add(this.lblDemonStatus);
  494. this.panel8.Controls.Add(this.panel4);
  495. this.panel8.Controls.Add(this.btnChildClose);
  496. this.panel8.Controls.Add(this.panelVoltage);
  497. this.panel8.Controls.Add(this.btnMenu2);
  498. this.panel8.Controls.Add(this.btnMenu7);
  499. this.panel8.Controls.Add(this.panel3);
  500. this.panel8.Controls.Add(this.btnMenu3);
  501. this.panel8.Controls.Add(this.btnMenu5);
  502. this.panel8.Controls.Add(this.btnMenu1);
  503. this.panel8.Controls.Add(this.btnMenu6);
  504. this.panel8.Controls.Add(this.btnMenu4);
  505. this.panel8.Dock = System.Windows.Forms.DockStyle.Right;
  506. this.panel8.ForeColor = System.Drawing.SystemColors.ControlText;
  507. this.panel8.Location = new System.Drawing.Point(1082, 75);
  508. this.panel8.Name = "panel8";
  509. this.panel8.Size = new System.Drawing.Size(198, 949);
  510. this.panel8.TabIndex = 7;
  511. //
  512. // btnWinMinimum
  513. //
  514. this.btnWinMinimum.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  515. this.btnWinMinimum.BackgroundImage = global::FPER.Properties.Resources.창최소;
  516. this.btnWinMinimum.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  517. this.btnWinMinimum.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  518. this.btnWinMinimum.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  519. this.btnWinMinimum.Location = new System.Drawing.Point(175, 2);
  520. this.btnWinMinimum.Name = "btnWinMinimum";
  521. this.btnWinMinimum.Size = new System.Drawing.Size(23, 23);
  522. this.btnWinMinimum.TabIndex = 7;
  523. this.btnWinMinimum.UseVisualStyleBackColor = false;
  524. this.btnWinMinimum.Visible = false;
  525. this.btnWinMinimum.Click += new System.EventHandler(this.btnWinMinimum_Click);
  526. //
  527. // lblEmergencyBoardStatus
  528. //
  529. this.lblEmergencyBoardStatus.AutoSize = true;
  530. this.lblEmergencyBoardStatus.BackColor = System.Drawing.Color.Transparent;
  531. this.lblEmergencyBoardStatus.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  532. this.lblEmergencyBoardStatus.ForeColor = System.Drawing.Color.LightCoral;
  533. this.lblEmergencyBoardStatus.Location = new System.Drawing.Point(6, 784);
  534. this.lblEmergencyBoardStatus.Name = "lblEmergencyBoardStatus";
  535. this.lblEmergencyBoardStatus.Size = new System.Drawing.Size(275, 29);
  536. this.lblEmergencyBoardStatus.TabIndex = 19;
  537. this.lblEmergencyBoardStatus.Text = "비상방송 연결이상!";
  538. this.lblEmergencyBoardStatus.Visible = false;
  539. //
  540. // panel5
  541. //
  542. this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
  543. this.panel5.Controls.Add(this.lblFireMode);
  544. this.panel5.Location = new System.Drawing.Point(0, 889);
  545. this.panel5.Name = "panel5";
  546. this.panel5.Size = new System.Drawing.Size(196, 57);
  547. this.panel5.TabIndex = 18;
  548. //
  549. // lblFireMode
  550. //
  551. this.lblFireMode.BackColor = System.Drawing.Color.Transparent;
  552. this.lblFireMode.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  553. this.lblFireMode.Location = new System.Drawing.Point(126, 4);
  554. this.lblFireMode.Name = "lblFireMode";
  555. this.lblFireMode.Size = new System.Drawing.Size(75, 47);
  556. this.lblFireMode.TabIndex = 9;
  557. this.lblFireMode.Text = "지속";
  558. this.lblFireMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  559. //
  560. // lblDemonStatus
  561. //
  562. this.lblDemonStatus.AutoSize = true;
  563. this.lblDemonStatus.BackColor = System.Drawing.Color.Transparent;
  564. this.lblDemonStatus.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  565. this.lblDemonStatus.ForeColor = System.Drawing.Color.LightCoral;
  566. this.lblDemonStatus.Location = new System.Drawing.Point(6, 810);
  567. this.lblDemonStatus.Name = "lblDemonStatus";
  568. this.lblDemonStatus.Size = new System.Drawing.Size(275, 29);
  569. this.lblDemonStatus.TabIndex = 15;
  570. this.lblDemonStatus.Text = "통신데몬 연결이상!";
  571. this.lblDemonStatus.Visible = false;
  572. this.lblDemonStatus.Click += new System.EventHandler(this.lblDemonStatus_Click);
  573. //
  574. // panel4
  575. //
  576. this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
  577. this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  578. this.panel4.Controls.Add(this.lblAccumulSecond);
  579. this.panel4.Location = new System.Drawing.Point(0, 833);
  580. this.panel4.Name = "panel4";
  581. this.panel4.Size = new System.Drawing.Size(194, 56);
  582. this.panel4.TabIndex = 11;
  583. //
  584. // lblAccumulSecond
  585. //
  586. this.lblAccumulSecond.BackColor = System.Drawing.Color.Transparent;
  587. this.lblAccumulSecond.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  588. this.lblAccumulSecond.ForeColor = System.Drawing.SystemColors.ControlText;
  589. this.lblAccumulSecond.Location = new System.Drawing.Point(100, 9);
  590. this.lblAccumulSecond.Name = "lblAccumulSecond";
  591. this.lblAccumulSecond.Size = new System.Drawing.Size(95, 46);
  592. this.lblAccumulSecond.TabIndex = 10;
  593. this.lblAccumulSecond.Text = "30";
  594. this.lblAccumulSecond.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  595. //
  596. // btnChildClose
  597. //
  598. this.btnChildClose.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  599. this.btnChildClose.BackgroundImage = global::FPER.Properties.Resources.창닫기;
  600. this.btnChildClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  601. this.btnChildClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  602. this.btnChildClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  603. this.btnChildClose.Location = new System.Drawing.Point(175, 24);
  604. this.btnChildClose.Name = "btnChildClose";
  605. this.btnChildClose.Size = new System.Drawing.Size(23, 23);
  606. this.btnChildClose.TabIndex = 2;
  607. this.btnChildClose.UseVisualStyleBackColor = false;
  608. this.btnChildClose.Visible = false;
  609. this.btnChildClose.Click += new System.EventHandler(this.btnChildClose_Click);
  610. //
  611. // panelVoltage
  612. //
  613. this.panelVoltage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelVoltage.BackgroundImage")));
  614. this.panelVoltage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  615. this.panelVoltage.Controls.Add(this.lbl24Voltage);
  616. this.panelVoltage.Location = new System.Drawing.Point(25, 15);
  617. this.panelVoltage.Name = "panelVoltage";
  618. this.panelVoltage.Size = new System.Drawing.Size(147, 74);
  619. this.panelVoltage.TabIndex = 13;
  620. //
  621. // lbl24Voltage
  622. //
  623. this.lbl24Voltage.BackColor = System.Drawing.Color.Transparent;
  624. this.lbl24Voltage.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  625. this.lbl24Voltage.ForeColor = System.Drawing.Color.Yellow;
  626. this.lbl24Voltage.Location = new System.Drawing.Point(13, 14);
  627. this.lbl24Voltage.Name = "lbl24Voltage";
  628. this.lbl24Voltage.Size = new System.Drawing.Size(121, 50);
  629. this.lbl24Voltage.TabIndex = 10;
  630. this.lbl24Voltage.Text = "00.00V";
  631. this.lbl24Voltage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  632. //
  633. // btnMenu2
  634. //
  635. this.btnMenu2.BackColor = System.Drawing.Color.Transparent;
  636. this.btnMenu2.FlatAppearance.BorderSize = 0;
  637. this.btnMenu2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  638. this.btnMenu2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  639. this.btnMenu2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  640. this.btnMenu2.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  641. this.btnMenu2.ImageIndex = 3;
  642. this.btnMenu2.ImageList = this.imgLstButton;
  643. this.btnMenu2.Location = new System.Drawing.Point(25, 151);
  644. this.btnMenu2.Name = "btnMenu2";
  645. this.btnMenu2.Size = new System.Drawing.Size(148, 54);
  646. this.btnMenu2.TabIndex = 1;
  647. this.btnMenu2.UseVisualStyleBackColor = false;
  648. this.btnMenu2.Click += new System.EventHandler(this.btnMenu2_Click);
  649. this.btnMenu2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  650. this.btnMenu2.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  651. this.btnMenu2.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  652. this.btnMenu2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  653. //
  654. // btnMenu7
  655. //
  656. this.btnMenu7.BackColor = System.Drawing.Color.Transparent;
  657. this.btnMenu7.FlatAppearance.BorderSize = 0;
  658. this.btnMenu7.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  659. this.btnMenu7.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  660. this.btnMenu7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  661. this.btnMenu7.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  662. this.btnMenu7.ImageIndex = 20;
  663. this.btnMenu7.ImageList = this.imgLstButton;
  664. this.btnMenu7.Location = new System.Drawing.Point(25, 441);
  665. this.btnMenu7.Name = "btnMenu7";
  666. this.btnMenu7.Size = new System.Drawing.Size(148, 54);
  667. this.btnMenu7.TabIndex = 11;
  668. this.btnMenu7.UseVisualStyleBackColor = false;
  669. this.btnMenu7.Click += new System.EventHandler(this.btnMenu7_Click);
  670. this.btnMenu7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  671. this.btnMenu7.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  672. this.btnMenu7.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  673. this.btnMenu7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  674. //
  675. // panel3
  676. //
  677. this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
  678. this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  679. this.panel3.Controls.Add(this.btnCheck);
  680. this.panel3.Controls.Add(this.btnDisableCount);
  681. this.panel3.Controls.Add(this.btnDevCutCount);
  682. this.panel3.Controls.Add(this.btnErrorCount);
  683. this.panel3.Controls.Add(this.btnDevCount);
  684. this.panel3.Controls.Add(this.btnFireCount);
  685. this.panel3.Controls.Add(this.lblReceiverCutCnt);
  686. this.panel3.Controls.Add(this.lblRepeaterBlockingCnt);
  687. this.panel3.Controls.Add(this.lblDeviceWriteCnt);
  688. this.panel3.Controls.Add(this.lblDeviceFireCnt);
  689. this.panel3.Controls.Add(this.lblConnetErrorCnt);
  690. this.panel3.Controls.Add(this.label5);
  691. this.panel3.Controls.Add(this.label6);
  692. this.panel3.Controls.Add(this.label7);
  693. this.panel3.Controls.Add(this.label8);
  694. this.panel3.Controls.Add(this.label9);
  695. this.panel3.Location = new System.Drawing.Point(15, 501);
  696. this.panel3.Name = "panel3";
  697. this.panel3.Size = new System.Drawing.Size(168, 272);
  698. this.panel3.TabIndex = 12;
  699. //
  700. // btnCheck
  701. //
  702. this.btnCheck.BackColor = System.Drawing.Color.Transparent;
  703. this.btnCheck.FlatAppearance.BorderSize = 2;
  704. this.btnCheck.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(27)))));
  705. this.btnCheck.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(39)))), ((int)(((byte)(50)))));
  706. this.btnCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  707. this.btnCheck.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
  708. this.btnCheck.ForeColor = System.Drawing.Color.PowderBlue;
  709. this.btnCheck.ImageIndex = 20;
  710. this.btnCheck.Location = new System.Drawing.Point(10, 9);
  711. this.btnCheck.Name = "btnCheck";
  712. this.btnCheck.Size = new System.Drawing.Size(148, 41);
  713. this.btnCheck.TabIndex = 23;
  714. this.btnCheck.Text = "점검";
  715. this.btnCheck.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  716. this.btnCheck.UseVisualStyleBackColor = false;
  717. this.btnCheck.Click += new System.EventHandler(this.lblCheckCnt_Click);
  718. this.btnCheck.MouseEnter += new System.EventHandler(this.btnCheck_MouseEnter);
  719. //
  720. // btnDisableCount
  721. //
  722. this.btnDisableCount.BackColor = System.Drawing.Color.Transparent;
  723. this.btnDisableCount.FlatAppearance.BorderSize = 2;
  724. this.btnDisableCount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(27)))));
  725. this.btnDisableCount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(39)))), ((int)(((byte)(50)))));
  726. this.btnDisableCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  727. this.btnDisableCount.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
  728. this.btnDisableCount.ForeColor = System.Drawing.Color.PowderBlue;
  729. this.btnDisableCount.Location = new System.Drawing.Point(10, 225);
  730. this.btnDisableCount.Name = "btnDisableCount";
  731. this.btnDisableCount.Size = new System.Drawing.Size(148, 41);
  732. this.btnDisableCount.TabIndex = 23;
  733. this.btnDisableCount.Text = "차단 : 0000";
  734. this.btnDisableCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  735. this.btnDisableCount.UseVisualStyleBackColor = false;
  736. this.btnDisableCount.Click += new System.EventHandler(this.lblReceiverCutCnt_Click);
  737. //
  738. // btnDevCutCount
  739. //
  740. this.btnDevCutCount.BackColor = System.Drawing.Color.Transparent;
  741. this.btnDevCutCount.FlatAppearance.BorderSize = 2;
  742. this.btnDevCutCount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(27)))));
  743. this.btnDevCutCount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(39)))), ((int)(((byte)(50)))));
  744. this.btnDevCutCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  745. this.btnDevCutCount.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
  746. this.btnDevCutCount.ForeColor = System.Drawing.Color.PowderBlue;
  747. this.btnDevCutCount.Location = new System.Drawing.Point(10, 183);
  748. this.btnDevCutCount.Name = "btnDevCutCount";
  749. this.btnDevCutCount.Size = new System.Drawing.Size(148, 41);
  750. this.btnDevCutCount.TabIndex = 22;
  751. this.btnDevCutCount.Text = "단선 : 0000";
  752. this.btnDevCutCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  753. this.btnDevCutCount.UseVisualStyleBackColor = false;
  754. this.btnDevCutCount.Click += new System.EventHandler(this.lblRepeaterBlockingCnt_Click);
  755. //
  756. // btnErrorCount
  757. //
  758. this.btnErrorCount.BackColor = System.Drawing.Color.Transparent;
  759. this.btnErrorCount.FlatAppearance.BorderSize = 2;
  760. this.btnErrorCount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(27)))));
  761. this.btnErrorCount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(39)))), ((int)(((byte)(50)))));
  762. this.btnErrorCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  763. this.btnErrorCount.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
  764. this.btnErrorCount.ForeColor = System.Drawing.Color.PowderBlue;
  765. this.btnErrorCount.Location = new System.Drawing.Point(10, 141);
  766. this.btnErrorCount.Name = "btnErrorCount";
  767. this.btnErrorCount.Size = new System.Drawing.Size(148, 41);
  768. this.btnErrorCount.TabIndex = 21;
  769. this.btnErrorCount.Text = "통신 : 0000";
  770. this.btnErrorCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  771. this.btnErrorCount.UseVisualStyleBackColor = false;
  772. this.btnErrorCount.Click += new System.EventHandler(this.lblConnetErrorCnt_Click);
  773. //
  774. // btnDevCount
  775. //
  776. this.btnDevCount.BackColor = System.Drawing.Color.Transparent;
  777. this.btnDevCount.FlatAppearance.BorderSize = 2;
  778. this.btnDevCount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(27)))));
  779. this.btnDevCount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(39)))), ((int)(((byte)(50)))));
  780. this.btnDevCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  781. this.btnDevCount.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
  782. this.btnDevCount.ForeColor = System.Drawing.Color.PowderBlue;
  783. this.btnDevCount.Location = new System.Drawing.Point(10, 99);
  784. this.btnDevCount.Name = "btnDevCount";
  785. this.btnDevCount.Size = new System.Drawing.Size(148, 41);
  786. this.btnDevCount.TabIndex = 20;
  787. this.btnDevCount.Text = "설비 : 0000";
  788. this.btnDevCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  789. this.btnDevCount.UseVisualStyleBackColor = false;
  790. this.btnDevCount.Click += new System.EventHandler(this.lblDeviceWriteCnt_Click);
  791. //
  792. // btnFireCount
  793. //
  794. this.btnFireCount.BackColor = System.Drawing.Color.Transparent;
  795. this.btnFireCount.FlatAppearance.BorderSize = 2;
  796. this.btnFireCount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(27)))));
  797. this.btnFireCount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(39)))), ((int)(((byte)(50)))));
  798. this.btnFireCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  799. this.btnFireCount.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
  800. this.btnFireCount.ForeColor = System.Drawing.Color.PowderBlue;
  801. this.btnFireCount.Location = new System.Drawing.Point(10, 57);
  802. this.btnFireCount.Name = "btnFireCount";
  803. this.btnFireCount.Size = new System.Drawing.Size(148, 41);
  804. this.btnFireCount.TabIndex = 19;
  805. this.btnFireCount.Text = "화재 : 0000";
  806. this.btnFireCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  807. this.btnFireCount.UseVisualStyleBackColor = false;
  808. this.btnFireCount.Click += new System.EventHandler(this.lblDeviceFireCnt_Click);
  809. //
  810. // label5
  811. //
  812. this.label5.AutoSize = true;
  813. this.label5.BackColor = System.Drawing.Color.Transparent;
  814. this.label5.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  815. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  816. this.label5.Location = new System.Drawing.Point(22, 64);
  817. this.label5.Name = "label5";
  818. this.label5.Size = new System.Drawing.Size(102, 45);
  819. this.label5.TabIndex = 9;
  820. this.label5.Text = "화재 :";
  821. this.label5.Click += new System.EventHandler(this.label5_Click);
  822. //
  823. // label6
  824. //
  825. this.label6.AutoSize = true;
  826. this.label6.BackColor = System.Drawing.Color.Transparent;
  827. this.label6.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  828. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  829. this.label6.Location = new System.Drawing.Point(22, 105);
  830. this.label6.Name = "label6";
  831. this.label6.Size = new System.Drawing.Size(102, 45);
  832. this.label6.TabIndex = 10;
  833. this.label6.Text = "설비 :";
  834. this.label6.Click += new System.EventHandler(this.label6_Click);
  835. //
  836. // label7
  837. //
  838. this.label7.AutoSize = true;
  839. this.label7.BackColor = System.Drawing.Color.Transparent;
  840. this.label7.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  841. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  842. this.label7.Location = new System.Drawing.Point(22, 183);
  843. this.label7.Name = "label7";
  844. this.label7.Size = new System.Drawing.Size(102, 45);
  845. this.label7.TabIndex = 11;
  846. this.label7.Text = "단선 :";
  847. this.label7.Click += new System.EventHandler(this.label7_Click);
  848. //
  849. // label8
  850. //
  851. this.label8.AutoSize = true;
  852. this.label8.BackColor = System.Drawing.Color.Transparent;
  853. this.label8.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  854. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  855. this.label8.Location = new System.Drawing.Point(22, 224);
  856. this.label8.Name = "label8";
  857. this.label8.Size = new System.Drawing.Size(102, 45);
  858. this.label8.TabIndex = 12;
  859. this.label8.Text = "차단 :";
  860. this.label8.Click += new System.EventHandler(this.label8_Click);
  861. //
  862. // label9
  863. //
  864. this.label9.AutoSize = true;
  865. this.label9.BackColor = System.Drawing.Color.Transparent;
  866. this.label9.Font = new System.Drawing.Font("맑은 고딕", 15.75F);
  867. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  868. this.label9.Location = new System.Drawing.Point(22, 145);
  869. this.label9.Name = "label9";
  870. this.label9.Size = new System.Drawing.Size(102, 45);
  871. this.label9.TabIndex = 13;
  872. this.label9.Text = "통신 :";
  873. this.label9.Click += new System.EventHandler(this.label9_Click);
  874. //
  875. // btnMenu3
  876. //
  877. this.btnMenu3.BackColor = System.Drawing.Color.Transparent;
  878. this.btnMenu3.FlatAppearance.BorderSize = 0;
  879. this.btnMenu3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  880. this.btnMenu3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  881. this.btnMenu3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  882. this.btnMenu3.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  883. this.btnMenu3.ImageIndex = 6;
  884. this.btnMenu3.ImageList = this.imgLstButton;
  885. this.btnMenu3.Location = new System.Drawing.Point(25, 209);
  886. this.btnMenu3.Name = "btnMenu3";
  887. this.btnMenu3.Size = new System.Drawing.Size(148, 54);
  888. this.btnMenu3.TabIndex = 2;
  889. this.btnMenu3.UseVisualStyleBackColor = false;
  890. this.btnMenu3.Click += new System.EventHandler(this.btnMenu3_Click);
  891. this.btnMenu3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  892. this.btnMenu3.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  893. this.btnMenu3.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  894. this.btnMenu3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  895. //
  896. // btnMenu5
  897. //
  898. this.btnMenu5.BackColor = System.Drawing.Color.Transparent;
  899. this.btnMenu5.FlatAppearance.BorderSize = 0;
  900. this.btnMenu5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  901. this.btnMenu5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  902. this.btnMenu5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  903. this.btnMenu5.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  904. this.btnMenu5.ImageIndex = 12;
  905. this.btnMenu5.ImageList = this.imgLstButton;
  906. this.btnMenu5.Location = new System.Drawing.Point(25, 325);
  907. this.btnMenu5.Name = "btnMenu5";
  908. this.btnMenu5.Size = new System.Drawing.Size(148, 54);
  909. this.btnMenu5.TabIndex = 4;
  910. this.btnMenu5.UseVisualStyleBackColor = false;
  911. this.btnMenu5.Click += new System.EventHandler(this.btnMenu5_Click);
  912. this.btnMenu5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  913. this.btnMenu5.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  914. this.btnMenu5.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  915. this.btnMenu5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  916. //
  917. // btnMenu1
  918. //
  919. this.btnMenu1.BackColor = System.Drawing.Color.Transparent;
  920. this.btnMenu1.FlatAppearance.BorderSize = 0;
  921. this.btnMenu1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  922. this.btnMenu1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  923. this.btnMenu1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  924. this.btnMenu1.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  925. this.btnMenu1.Image = ((System.Drawing.Image)(resources.GetObject("btnMenu1.Image")));
  926. this.btnMenu1.Location = new System.Drawing.Point(25, 93);
  927. this.btnMenu1.Margin = new System.Windows.Forms.Padding(0);
  928. this.btnMenu1.Name = "btnMenu1";
  929. this.btnMenu1.Size = new System.Drawing.Size(148, 54);
  930. this.btnMenu1.TabIndex = 0;
  931. this.btnMenu1.UseVisualStyleBackColor = false;
  932. this.btnMenu1.Click += new System.EventHandler(this.btnMenu1_Click);
  933. this.btnMenu1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  934. this.btnMenu1.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  935. this.btnMenu1.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  936. this.btnMenu1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  937. //
  938. // btnMenu6
  939. //
  940. this.btnMenu6.BackColor = System.Drawing.Color.Transparent;
  941. this.btnMenu6.FlatAppearance.BorderSize = 0;
  942. this.btnMenu6.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  943. this.btnMenu6.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  944. this.btnMenu6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  945. this.btnMenu6.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  946. this.btnMenu6.ImageIndex = 4;
  947. this.btnMenu6.ImageList = this.imgLstButton;
  948. this.btnMenu6.Location = new System.Drawing.Point(25, 383);
  949. this.btnMenu6.Name = "btnMenu6";
  950. this.btnMenu6.Size = new System.Drawing.Size(148, 54);
  951. this.btnMenu6.TabIndex = 5;
  952. this.btnMenu6.UseVisualStyleBackColor = false;
  953. this.btnMenu6.Click += new System.EventHandler(this.btnMenu6_Click);
  954. this.btnMenu6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  955. this.btnMenu6.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  956. this.btnMenu6.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  957. this.btnMenu6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  958. //
  959. // btnMenu4
  960. //
  961. this.btnMenu4.BackColor = System.Drawing.Color.Transparent;
  962. this.btnMenu4.FlatAppearance.BorderSize = 0;
  963. this.btnMenu4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  964. this.btnMenu4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  965. this.btnMenu4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  966. this.btnMenu4.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  967. this.btnMenu4.ImageIndex = 9;
  968. this.btnMenu4.ImageList = this.imgLstButton;
  969. this.btnMenu4.Location = new System.Drawing.Point(25, 267);
  970. this.btnMenu4.Name = "btnMenu4";
  971. this.btnMenu4.Size = new System.Drawing.Size(148, 54);
  972. this.btnMenu4.TabIndex = 3;
  973. this.btnMenu4.UseVisualStyleBackColor = false;
  974. this.btnMenu4.Click += new System.EventHandler(this.btnMenu4_Click);
  975. this.btnMenu4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseDown);
  976. this.btnMenu4.MouseLeave += new System.EventHandler(this.btnMenu_MouseLeave);
  977. this.btnMenu4.MouseHover += new System.EventHandler(this.btnMenu_MouseHover);
  978. this.btnMenu4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMenu_MouseUp);
  979. //
  980. // pictureBoxLoading
  981. //
  982. this.pictureBoxLoading.BackColor = System.Drawing.Color.Transparent;
  983. this.pictureBoxLoading.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLoading.Image")));
  984. this.pictureBoxLoading.Location = new System.Drawing.Point(1260, 56);
  985. this.pictureBoxLoading.Name = "pictureBoxLoading";
  986. this.pictureBoxLoading.Size = new System.Drawing.Size(16, 16);
  987. this.pictureBoxLoading.TabIndex = 8;
  988. this.pictureBoxLoading.TabStop = false;
  989. this.pictureBoxLoading.Visible = false;
  990. //
  991. // panel7
  992. //
  993. this.panel7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel7.BackgroundImage")));
  994. this.panel7.Controls.Add(this.button2);
  995. this.panel7.Controls.Add(this.DBbox);
  996. this.panel7.Controls.Add(this.DBlabel);
  997. this.panel7.Controls.Add(this.button1);
  998. this.panel7.Controls.Add(this.Button_Debug);
  999. this.panel7.Controls.Add(this.label_P8);
  1000. this.panel7.Controls.Add(this.label_P4);
  1001. this.panel7.Controls.Add(this.labelPreFireAlert);
  1002. this.panel7.Controls.Add(this.label_P7);
  1003. this.panel7.Controls.Add(this.label_P3);
  1004. this.panel7.Controls.Add(this.label_P6);
  1005. this.panel7.Controls.Add(this.label_P2);
  1006. this.panel7.Controls.Add(this.label_P5);
  1007. this.panel7.Controls.Add(this.label_P1);
  1008. this.panel7.Controls.Add(this.button_Hide);
  1009. this.panel7.Controls.Add(this.labelinputTestMode);
  1010. this.panel7.Controls.Add(this.label_TestRunFlag);
  1011. this.panel7.Controls.Add(this.lblLEDText);
  1012. this.panel7.Controls.Add(this.pictureBoxLoading);
  1013. this.panel7.Controls.Add(this.LblTime);
  1014. this.panel7.Controls.Add(this.cboPreFireWarnningMessage);
  1015. this.panel7.Controls.Add(this.picCI);
  1016. this.panel7.Controls.Add(this.LblBuildingName);
  1017. this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
  1018. this.panel7.Location = new System.Drawing.Point(0, 0);
  1019. this.panel7.Name = "panel7";
  1020. this.panel7.Size = new System.Drawing.Size(1280, 75);
  1021. this.panel7.TabIndex = 0;
  1022. //
  1023. // DBbox
  1024. //
  1025. this.DBbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1026. | System.Windows.Forms.AnchorStyles.Right)));
  1027. this.DBbox.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1028. this.DBbox.Location = new System.Drawing.Point(277, 14);
  1029. this.DBbox.Name = "DBbox";
  1030. this.DBbox.Size = new System.Drawing.Size(58, 28);
  1031. this.DBbox.TabIndex = 11;
  1032. this.DBbox.Text = "1000";
  1033. this.DBbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  1034. this.DBbox.Visible = false;
  1035. //
  1036. // DBlabel
  1037. //
  1038. this.DBlabel.BackColor = System.Drawing.Color.DarkGray;
  1039. this.DBlabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1040. this.DBlabel.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1041. this.DBlabel.ForeColor = System.Drawing.Color.Black;
  1042. this.DBlabel.Location = new System.Drawing.Point(341, 38);
  1043. this.DBlabel.Name = "DBlabel";
  1044. this.DBlabel.Size = new System.Drawing.Size(44, 31);
  1045. this.DBlabel.TabIndex = 26;
  1046. this.DBlabel.Text = "0";
  1047. this.DBlabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1048. this.DBlabel.Visible = false;
  1049. this.DBlabel.Click += new System.EventHandler(this.DBlabel_Click);
  1050. //
  1051. // button1
  1052. //
  1053. this.button1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1054. this.button1.Location = new System.Drawing.Point(277, 38);
  1055. this.button1.Name = "button1";
  1056. this.button1.Size = new System.Drawing.Size(58, 33);
  1057. this.button1.TabIndex = 25;
  1058. this.button1.Text = "DB삽입";
  1059. this.button1.UseVisualStyleBackColor = true;
  1060. this.button1.Visible = false;
  1061. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  1062. //
  1063. // Button_Debug
  1064. //
  1065. this.Button_Debug.Enabled = false;
  1066. this.Button_Debug.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1067. this.Button_Debug.Location = new System.Drawing.Point(857, 35);
  1068. this.Button_Debug.Name = "Button_Debug";
  1069. this.Button_Debug.Size = new System.Drawing.Size(58, 33);
  1070. this.Button_Debug.TabIndex = 24;
  1071. this.Button_Debug.Text = "디버깅";
  1072. this.Button_Debug.UseVisualStyleBackColor = true;
  1073. this.Button_Debug.Visible = false;
  1074. this.Button_Debug.Click += new System.EventHandler(this.Button_Debug_Click);
  1075. //
  1076. // label_P8
  1077. //
  1078. this.label_P8.BackColor = System.Drawing.Color.White;
  1079. this.label_P8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1080. this.label_P8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1081. this.label_P8.ForeColor = System.Drawing.Color.Black;
  1082. this.label_P8.Location = new System.Drawing.Point(1226, 35);
  1083. this.label_P8.Name = "label_P8";
  1084. this.label_P8.Size = new System.Drawing.Size(44, 33);
  1085. this.label_P8.TabIndex = 23;
  1086. this.label_P8.Text = "P8";
  1087. this.label_P8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1088. //
  1089. // label_P4
  1090. //
  1091. this.label_P4.BackColor = System.Drawing.Color.White;
  1092. this.label_P4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1093. this.label_P4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1094. this.label_P4.ForeColor = System.Drawing.Color.Black;
  1095. this.label_P4.Location = new System.Drawing.Point(1050, 35);
  1096. this.label_P4.Name = "label_P4";
  1097. this.label_P4.Size = new System.Drawing.Size(44, 33);
  1098. this.label_P4.TabIndex = 23;
  1099. this.label_P4.Text = "P4";
  1100. this.label_P4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1101. //
  1102. // labelPreFireAlert
  1103. //
  1104. this.labelPreFireAlert.BackColor = System.Drawing.Color.Transparent;
  1105. this.labelPreFireAlert.Font = new System.Drawing.Font("굴림", 23F, System.Drawing.FontStyle.Bold);
  1106. this.labelPreFireAlert.ForeColor = System.Drawing.Color.Red;
  1107. this.labelPreFireAlert.Location = new System.Drawing.Point(321, 4);
  1108. this.labelPreFireAlert.Name = "labelPreFireAlert";
  1109. this.labelPreFireAlert.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1110. this.labelPreFireAlert.Size = new System.Drawing.Size(530, 72);
  1111. this.labelPreFireAlert.TabIndex = 22;
  1112. this.labelPreFireAlert.Text = "아날로그 감지기 PreFire 발생";
  1113. this.labelPreFireAlert.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1114. this.labelPreFireAlert.Visible = false;
  1115. //
  1116. // label_P7
  1117. //
  1118. this.label_P7.BackColor = System.Drawing.Color.White;
  1119. this.label_P7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1120. this.label_P7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1121. this.label_P7.ForeColor = System.Drawing.Color.Black;
  1122. this.label_P7.Location = new System.Drawing.Point(1182, 35);
  1123. this.label_P7.Name = "label_P7";
  1124. this.label_P7.Size = new System.Drawing.Size(44, 33);
  1125. this.label_P7.TabIndex = 23;
  1126. this.label_P7.Text = "P7";
  1127. this.label_P7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1128. //
  1129. // label_P3
  1130. //
  1131. this.label_P3.BackColor = System.Drawing.Color.LightBlue;
  1132. this.label_P3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1133. this.label_P3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1134. this.label_P3.ForeColor = System.Drawing.Color.Black;
  1135. this.label_P3.Location = new System.Drawing.Point(1006, 35);
  1136. this.label_P3.Name = "label_P3";
  1137. this.label_P3.Size = new System.Drawing.Size(44, 33);
  1138. this.label_P3.TabIndex = 23;
  1139. this.label_P3.Text = "P3";
  1140. this.label_P3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1141. //
  1142. // label_P6
  1143. //
  1144. this.label_P6.BackColor = System.Drawing.Color.White;
  1145. this.label_P6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1146. this.label_P6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1147. this.label_P6.ForeColor = System.Drawing.Color.Black;
  1148. this.label_P6.Location = new System.Drawing.Point(1138, 35);
  1149. this.label_P6.Name = "label_P6";
  1150. this.label_P6.Size = new System.Drawing.Size(44, 33);
  1151. this.label_P6.TabIndex = 23;
  1152. this.label_P6.Text = "P6";
  1153. this.label_P6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1154. //
  1155. // label_P2
  1156. //
  1157. this.label_P2.BackColor = System.Drawing.Color.YellowGreen;
  1158. this.label_P2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1159. this.label_P2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1160. this.label_P2.ForeColor = System.Drawing.Color.Black;
  1161. this.label_P2.Location = new System.Drawing.Point(962, 35);
  1162. this.label_P2.Name = "label_P2";
  1163. this.label_P2.Size = new System.Drawing.Size(44, 33);
  1164. this.label_P2.TabIndex = 23;
  1165. this.label_P2.Text = "P2";
  1166. this.label_P2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1167. //
  1168. // label_P5
  1169. //
  1170. this.label_P5.BackColor = System.Drawing.Color.White;
  1171. this.label_P5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1172. this.label_P5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1173. this.label_P5.ForeColor = System.Drawing.Color.Black;
  1174. this.label_P5.Location = new System.Drawing.Point(1094, 35);
  1175. this.label_P5.Name = "label_P5";
  1176. this.label_P5.Size = new System.Drawing.Size(44, 33);
  1177. this.label_P5.TabIndex = 23;
  1178. this.label_P5.Text = "P5";
  1179. this.label_P5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1180. //
  1181. // label_P1
  1182. //
  1183. this.label_P1.BackColor = System.Drawing.Color.DarkGray;
  1184. this.label_P1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1185. this.label_P1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
  1186. this.label_P1.ForeColor = System.Drawing.Color.Black;
  1187. this.label_P1.Location = new System.Drawing.Point(918, 35);
  1188. this.label_P1.Name = "label_P1";
  1189. this.label_P1.Size = new System.Drawing.Size(44, 33);
  1190. this.label_P1.TabIndex = 23;
  1191. this.label_P1.Text = " P1 자동";
  1192. this.label_P1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1193. //
  1194. // button_Hide
  1195. //
  1196. this.button_Hide.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  1197. this.button_Hide.BackgroundImage = global::FPER.Properties.Resources.창최소;
  1198. this.button_Hide.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1199. this.button_Hide.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1200. this.button_Hide.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1201. this.button_Hide.Location = new System.Drawing.Point(1253, 4);
  1202. this.button_Hide.Name = "button_Hide";
  1203. this.button_Hide.Size = new System.Drawing.Size(23, 23);
  1204. this.button_Hide.TabIndex = 20;
  1205. this.button_Hide.UseVisualStyleBackColor = false;
  1206. this.button_Hide.Visible = false;
  1207. this.button_Hide.Click += new System.EventHandler(this.button_Hide_Click);
  1208. //
  1209. // labelinputTestMode
  1210. //
  1211. this.labelinputTestMode.BackColor = System.Drawing.Color.Transparent;
  1212. this.labelinputTestMode.Font = new System.Drawing.Font("굴림", 29F, System.Drawing.FontStyle.Bold);
  1213. this.labelinputTestMode.Location = new System.Drawing.Point(50, 4);
  1214. this.labelinputTestMode.Name = "labelinputTestMode";
  1215. this.labelinputTestMode.Size = new System.Drawing.Size(253, 60);
  1216. this.labelinputTestMode.TabIndex = 9;
  1217. this.labelinputTestMode.Text = "시험 모드";
  1218. this.labelinputTestMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1219. this.labelinputTestMode.Visible = false;
  1220. //
  1221. // label_TestRunFlag
  1222. //
  1223. this.label_TestRunFlag.AutoSize = true;
  1224. this.label_TestRunFlag.BackColor = System.Drawing.Color.Red;
  1225. this.label_TestRunFlag.Font = new System.Drawing.Font("굴림", 35.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1226. this.label_TestRunFlag.Location = new System.Drawing.Point(48, 10);
  1227. this.label_TestRunFlag.Name = "label_TestRunFlag";
  1228. this.label_TestRunFlag.Size = new System.Drawing.Size(385, 71);
  1229. this.label_TestRunFlag.TabIndex = 12;
  1230. this.label_TestRunFlag.Text = "시운전모드";
  1231. this.label_TestRunFlag.Visible = false;
  1232. //
  1233. // lblLEDText
  1234. //
  1235. this.lblLEDText.BackColor = System.Drawing.Color.Transparent;
  1236. this.lblLEDText.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1237. this.lblLEDText.ForeColor = System.Drawing.Color.LightPink;
  1238. this.lblLEDText.Location = new System.Drawing.Point(911, 39);
  1239. this.lblLEDText.Name = "lblLEDText";
  1240. this.lblLEDText.Size = new System.Drawing.Size(313, 33);
  1241. this.lblLEDText.TabIndex = 10;
  1242. this.lblLEDText.Text = "스위치 주의";
  1243. this.lblLEDText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1244. this.lblLEDText.Visible = false;
  1245. //
  1246. // LblTime
  1247. //
  1248. this.LblTime.BackColor = System.Drawing.Color.Transparent;
  1249. this.LblTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold);
  1250. this.LblTime.ForeColor = System.Drawing.Color.White;
  1251. this.LblTime.Location = new System.Drawing.Point(940, 1);
  1252. this.LblTime.Name = "LblTime";
  1253. this.LblTime.Size = new System.Drawing.Size(329, 34);
  1254. this.LblTime.TabIndex = 2;
  1255. this.LblTime.Text = "2010년 01월 01일 09:00:00";
  1256. this.LblTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1257. //
  1258. // cboPreFireWarnningMessage
  1259. //
  1260. this.cboPreFireWarnningMessage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1261. this.cboPreFireWarnningMessage.Font = new System.Drawing.Font("굴림", 12F);
  1262. this.cboPreFireWarnningMessage.FormattingEnabled = true;
  1263. this.cboPreFireWarnningMessage.Location = new System.Drawing.Point(408, 47);
  1264. this.cboPreFireWarnningMessage.MaxDropDownItems = 30;
  1265. this.cboPreFireWarnningMessage.Name = "cboPreFireWarnningMessage";
  1266. this.cboPreFireWarnningMessage.Size = new System.Drawing.Size(443, 32);
  1267. this.cboPreFireWarnningMessage.TabIndex = 19;
  1268. this.cboPreFireWarnningMessage.Visible = false;
  1269. //
  1270. // picCI
  1271. //
  1272. this.picCI.BackColor = System.Drawing.Color.Transparent;
  1273. this.picCI.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picCI.BackgroundImage")));
  1274. this.picCI.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1275. this.picCI.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picCI.ErrorImage")));
  1276. this.picCI.Location = new System.Drawing.Point(7, 12);
  1277. this.picCI.Name = "picCI";
  1278. this.picCI.Size = new System.Drawing.Size(263, 62);
  1279. this.picCI.TabIndex = 0;
  1280. this.picCI.TabStop = false;
  1281. this.picCI.Visible = false;
  1282. this.picCI.Click += new System.EventHandler(this.picCI_Click);
  1283. //
  1284. // LblBuildingName
  1285. //
  1286. this.LblBuildingName.BackColor = System.Drawing.Color.Transparent;
  1287. this.LblBuildingName.Font = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold);
  1288. this.LblBuildingName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  1289. this.LblBuildingName.Location = new System.Drawing.Point(269, 2);
  1290. this.LblBuildingName.Margin = new System.Windows.Forms.Padding(10, 1, 10, 2);
  1291. this.LblBuildingName.Name = "LblBuildingName";
  1292. this.LblBuildingName.Size = new System.Drawing.Size(659, 62);
  1293. this.LblBuildingName.TabIndex = 1;
  1294. this.LblBuildingName.Text = "아이콘트롤스빌딩";
  1295. this.LblBuildingName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1296. //
  1297. // timerCountRead
  1298. //
  1299. this.timerCountRead.Interval = 30000;
  1300. this.timerCountRead.Tick += new System.EventHandler(this.timerCountRead_Tick);
  1301. //
  1302. // timerLogDelete
  1303. //
  1304. this.timerLogDelete.Interval = 3600000;
  1305. this.timerLogDelete.Tick += new System.EventHandler(this.timerLogDelete_Tick);
  1306. //
  1307. // timerVoltage
  1308. //
  1309. this.timerVoltage.Interval = 10000;
  1310. this.timerVoltage.Tick += new System.EventHandler(this.timerVoltage_Tick);
  1311. //
  1312. // timerTestMode
  1313. //
  1314. this.timerTestMode.Interval = 500;
  1315. this.timerTestMode.Tick += new System.EventHandler(this.timerTestMode_Tick);
  1316. //
  1317. // button2
  1318. //
  1319. this.button2.Enabled = false;
  1320. this.button2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1321. this.button2.Location = new System.Drawing.Point(857, 2);
  1322. this.button2.Name = "button2";
  1323. this.button2.Size = new System.Drawing.Size(58, 33);
  1324. this.button2.TabIndex = 27;
  1325. this.button2.Text = "팝업";
  1326. this.button2.UseVisualStyleBackColor = true;
  1327. this.button2.Visible = false;
  1328. this.button2.Click += new System.EventHandler(this.button2_Click);
  1329. //
  1330. // MDIParent
  1331. //
  1332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1333. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1334. this.ClientSize = new System.Drawing.Size(1280, 1024);
  1335. this.Controls.Add(this.panel9);
  1336. this.Controls.Add(this.panel8);
  1337. this.Controls.Add(this.panel7);
  1338. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1339. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1340. this.IsMdiContainer = true;
  1341. this.KeyPreview = true;
  1342. this.MaximumSize = new System.Drawing.Size(1280, 1024);
  1343. this.MinimizeBox = false;
  1344. this.MinimumSize = new System.Drawing.Size(1280, 1018);
  1345. this.Name = "MDIParent";
  1346. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  1347. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1348. this.Text = "i-소방전기용수신기";
  1349. this.TopMost = true;
  1350. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1351. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MDIParent_FormClosing);
  1352. this.Load += new System.EventHandler(this.MDIParent_Load);
  1353. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MDIParent_KeyDown);
  1354. this.MenuStripStatus.ResumeLayout(false);
  1355. this.MenuStripSystem.ResumeLayout(false);
  1356. this.MenuStripLog.ResumeLayout(false);
  1357. this.panel9.ResumeLayout(false);
  1358. this.panel9.PerformLayout();
  1359. this.panel8.ResumeLayout(false);
  1360. this.panel8.PerformLayout();
  1361. this.panel5.ResumeLayout(false);
  1362. this.panel4.ResumeLayout(false);
  1363. this.panelVoltage.ResumeLayout(false);
  1364. this.panel3.ResumeLayout(false);
  1365. this.panel3.PerformLayout();
  1366. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoading)).EndInit();
  1367. this.panel7.ResumeLayout(false);
  1368. this.panel7.PerformLayout();
  1369. ((System.ComponentModel.ISupportInitialize)(this.picCI)).EndInit();
  1370. this.ResumeLayout(false);
  1371. }
  1372. #endregion
  1373. private System.Windows.Forms.ToolTip ToolTip;
  1374. private System.Windows.Forms.Panel panel7;
  1375. private System.Windows.Forms.Button btnMenu2;
  1376. private System.Windows.Forms.Button btnMenu3;
  1377. private System.Windows.Forms.Label labelFireAlert_inform_1th;
  1378. private System.Windows.Forms.TextBox txtFirstFireWarnningMessage;
  1379. private System.Windows.Forms.Label labelFireAlert_inform_2th;
  1380. private System.Windows.Forms.ComboBox cboSecondFireWarnningMessage;
  1381. private System.Windows.Forms.Label label9;
  1382. private System.Windows.Forms.Label label8;
  1383. private System.Windows.Forms.Label label7;
  1384. private System.Windows.Forms.Label label6;
  1385. private System.Windows.Forms.Label label5;
  1386. private System.Windows.Forms.ContextMenuStrip MenuStripStatus;
  1387. private System.Windows.Forms.ToolStripMenuItem RepeaterGroupToolStripMenuItem;
  1388. private System.Windows.Forms.Label lblAccumulSecond;
  1389. private System.Windows.Forms.Label lblFireMode;
  1390. private System.Windows.Forms.Button btnMenu1;
  1391. private System.Windows.Forms.Button btnMenu4;
  1392. private System.Windows.Forms.Button btnMenu6;
  1393. private System.Windows.Forms.Button btnMenu5;
  1394. private System.Windows.Forms.ToolStripMenuItem RepeaterToolStripMenuItem;
  1395. private System.Windows.Forms.Timer timerDateTime;
  1396. private System.Windows.Forms.ContextMenuStrip MenuStripSystem;
  1397. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  1398. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  1399. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  1400. private System.Windows.Forms.ContextMenuStrip MenuStripLog;
  1401. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  1402. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
  1403. private System.Windows.Forms.Label lblConnetErrorCnt;
  1404. private System.Windows.Forms.Label lblDeviceFireCnt;
  1405. private System.Windows.Forms.Label lblReceiverCutCnt;
  1406. private System.Windows.Forms.Label lblRepeaterBlockingCnt;
  1407. private System.Windows.Forms.Label lblDeviceWriteCnt;
  1408. private System.Windows.Forms.Label labelFacilityAlert_inform_1th;
  1409. private System.Windows.Forms.ComboBox cboWriteWarningMessage;
  1410. private System.Windows.Forms.Label lblDemonStatus;
  1411. public System.Windows.Forms.Label lbl24Voltage;
  1412. private System.Windows.Forms.Button btnMenu7;
  1413. private System.Windows.Forms.Panel panel3;
  1414. private System.Windows.Forms.Panel panel4;
  1415. private System.Windows.Forms.Panel panel5;
  1416. private System.Windows.Forms.Panel panelVoltage;
  1417. private System.Windows.Forms.ImageList imgLstButton;
  1418. private System.Windows.Forms.Label LblTime;
  1419. private System.Windows.Forms.PictureBox picCI;
  1420. public System.Windows.Forms.Panel panel8;
  1421. private System.Windows.Forms.Panel panel9;
  1422. private System.Windows.Forms.Timer timerMaintance;
  1423. private System.Windows.Forms.Button btnWinMinimum;
  1424. private System.Windows.Forms.Button btnChildClose;
  1425. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
  1426. private System.Windows.Forms.Label LblBuildingName;
  1427. private System.Windows.Forms.Label labelFireAlert;
  1428. private System.Windows.Forms.Timer timerEventCheck;
  1429. private System.Windows.Forms.Label labelFacilityAlert;
  1430. private System.Windows.Forms.Button btnFireCount;
  1431. private System.Windows.Forms.Button btnDisableCount;
  1432. private System.Windows.Forms.Button btnDevCutCount;
  1433. private System.Windows.Forms.Button btnErrorCount;
  1434. private System.Windows.Forms.Button btnDevCount;
  1435. private System.Windows.Forms.PictureBox pictureBoxLoading;
  1436. private System.Windows.Forms.Timer timerCountRead;
  1437. private System.Windows.Forms.Timer timerLogDelete;
  1438. private System.Windows.Forms.Timer timerVoltage;
  1439. public System.Windows.Forms.Label lblEmergencyBoardStatus;
  1440. private System.Windows.Forms.Label labelinputTestMode;
  1441. private System.Windows.Forms.Timer timerTestMode;
  1442. private System.Windows.Forms.Label lblLEDText;
  1443. private System.Windows.Forms.Label label_TestRunFlag;
  1444. private System.Windows.Forms.Button btnCheck;
  1445. private System.Windows.Forms.ComboBox cboPreFireWarnningMessage;
  1446. private System.Windows.Forms.Label labelPreFireAlert;
  1447. private System.Windows.Forms.Button button_Hide;
  1448. private System.Windows.Forms.Label label_P8;
  1449. private System.Windows.Forms.Label label_P4;
  1450. private System.Windows.Forms.Label label_P7;
  1451. private System.Windows.Forms.Label label_P3;
  1452. private System.Windows.Forms.Label label_P6;
  1453. private System.Windows.Forms.Label label_P2;
  1454. private System.Windows.Forms.Label label_P5;
  1455. private System.Windows.Forms.Label label_P1;
  1456. private System.Windows.Forms.ToolStripMenuItem ManualOpenMenuItem;
  1457. private System.Windows.Forms.Button Button_Debug;
  1458. private System.Windows.Forms.Button button1;
  1459. private System.Windows.Forms.Label DBlabel;
  1460. private System.Windows.Forms.TextBox DBbox;
  1461. private System.Windows.Forms.Button button2;
  1462. }
  1463. }