d51c43f7522fe5ecbca6976a49c630cddb6b5355.svn-base 89 KB

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