frmRepeaterGroup.designer.cs 83 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408
  1. namespace FPER
  2. {
  3. partial class frmRepeaterGroup
  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(frmRepeaterGroup));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.pane_Top = new System.Windows.Forms.Panel();
  36. this.btnWinClose = new System.Windows.Forms.Button();
  37. this.lblDir = new System.Windows.Forms.Label();
  38. this.groupRepeater = new System.Windows.Forms.GroupBox();
  39. this.label_OutputLegend_Blocking = new System.Windows.Forms.Label();
  40. this.label_OutputLegend_Blocking_Color = new System.Windows.Forms.Label();
  41. this.button23 = new System.Windows.Forms.Button();
  42. this.button22 = new System.Windows.Forms.Button();
  43. this.button21 = new System.Windows.Forms.Button();
  44. this.button20 = new System.Windows.Forms.Button();
  45. this.button19 = new System.Windows.Forms.Button();
  46. this.button18 = new System.Windows.Forms.Button();
  47. this.button17 = new System.Windows.Forms.Button();
  48. this.button16 = new System.Windows.Forms.Button();
  49. this.button15 = new System.Windows.Forms.Button();
  50. this.button14 = new System.Windows.Forms.Button();
  51. this.button13 = new System.Windows.Forms.Button();
  52. this.button12 = new System.Windows.Forms.Button();
  53. this.button11 = new System.Windows.Forms.Button();
  54. this.button10 = new System.Windows.Forms.Button();
  55. this.button9 = new System.Windows.Forms.Button();
  56. this.button8 = new System.Windows.Forms.Button();
  57. this.button7 = new System.Windows.Forms.Button();
  58. this.button6 = new System.Windows.Forms.Button();
  59. this.button5 = new System.Windows.Forms.Button();
  60. this.button4 = new System.Windows.Forms.Button();
  61. this.button3 = new System.Windows.Forms.Button();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.label_AnalogLegend_Prefire_Color = new System.Windows.Forms.Label();
  65. this.label_InputLegend_Facility_Color = new System.Windows.Forms.Label();
  66. this.label_AnalogLegend_Prefire = new System.Windows.Forms.Label();
  67. this.label_InputLegend_Facility = new System.Windows.Forms.Label();
  68. this.btnOutWrite = new System.Windows.Forms.Button();
  69. this.label_Title_Device = new System.Windows.Forms.Label();
  70. this.label_Title_ContentWhere = new System.Windows.Forms.Label();
  71. this.txtDeviceMemo = new System.Windows.Forms.TextBox();
  72. this.txtPositionName = new System.Windows.Forms.TextBox();
  73. this.txtDeviceTypeName = new System.Windows.Forms.TextBox();
  74. this.panelPage = new System.Windows.Forms.Panel();
  75. this.dataGridView_Repeater_Main = new System.Windows.Forms.DataGridView();
  76. this.Column1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  77. this.Column2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  78. this.Column3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  79. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.panel_Bottom = new System.Windows.Forms.Panel();
  87. this.btnRepeaterRecoverCmd = new System.Windows.Forms.Button();
  88. this.lblInfoMessage = new System.Windows.Forms.Label();
  89. this.btnRepeaterReset = new System.Windows.Forms.Button();
  90. this.btnRepeaterSearchCmd = new System.Windows.Forms.Button();
  91. this.lblRepeaterID = new System.Windows.Forms.Label();
  92. this.label_Title_OutputDevice = new System.Windows.Forms.Label();
  93. this.label_OutputLegend_Normal = new System.Windows.Forms.Label();
  94. this.label_Title_InputDevice = new System.Windows.Forms.Label();
  95. this.label_OutputLegend_Normal_Color = new System.Windows.Forms.Label();
  96. this.label_AnalogLegend_Fault = new System.Windows.Forms.Label();
  97. this.label_InputLegend_Disconnect = new System.Windows.Forms.Label();
  98. this.dataGridView_Repeater_Sub = new System.Windows.Forms.DataGridView();
  99. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.label_AnalogLegend_Fault_Color = new System.Windows.Forms.Label();
  104. this.label_InputLegend_Disconnect_Color = new System.Windows.Forms.Label();
  105. this.label_OutputLegend_Output = new System.Windows.Forms.Label();
  106. this.label_AnalogLegend_Normal_Color = new System.Windows.Forms.Label();
  107. this.label_InputLegend_Normal_Color = new System.Windows.Forms.Label();
  108. this.label_AnalogLegend_Fire_Color = new System.Windows.Forms.Label();
  109. this.label_InputLegend_Fire_Color = new System.Windows.Forms.Label();
  110. this.label_OutputLegend = new System.Windows.Forms.Label();
  111. this.label_AnalogLegend = new System.Windows.Forms.Label();
  112. this.label_InputLegend = new System.Windows.Forms.Label();
  113. this.label_AnalogLegend_Fire = new System.Windows.Forms.Label();
  114. this.label_OutputLegend_Output_Color = new System.Windows.Forms.Label();
  115. this.label_InputLegend_Fire = new System.Windows.Forms.Label();
  116. this.label_AnalogLegend_Normal = new System.Windows.Forms.Label();
  117. this.label_InputLegend_Normal = new System.Windows.Forms.Label();
  118. this.btnInWrite = new System.Windows.Forms.Button();
  119. this.btnRepeaterAllInfo = new System.Windows.Forms.Button();
  120. this.imgListRepeaterBack = new System.Windows.Forms.ImageList(this.components);
  121. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  122. this.txtBoardID = new System.Windows.Forms.TextBox();
  123. this.txtLoopNo = new System.Windows.Forms.TextBox();
  124. this.label_Title_TopMain = new System.Windows.Forms.Label();
  125. this.btnInputOpen = new System.Windows.Forms.Button();
  126. this.btnOK = new System.Windows.Forms.Button();
  127. this.timer_RepeaterAllInfo_BlockRead = new System.Windows.Forms.Timer(this.components);
  128. this.label_Warning = new System.Windows.Forms.Label();
  129. this.pane_Top.SuspendLayout();
  130. this.groupRepeater.SuspendLayout();
  131. this.panelPage.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Repeater_Main)).BeginInit();
  133. this.panel_Bottom.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Repeater_Sub)).BeginInit();
  135. this.SuspendLayout();
  136. //
  137. // pane_Top
  138. //
  139. this.pane_Top.BackColor = System.Drawing.Color.Black;
  140. this.pane_Top.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pane_Top.BackgroundImage")));
  141. this.pane_Top.Controls.Add(this.btnWinClose);
  142. this.pane_Top.Controls.Add(this.lblDir);
  143. this.pane_Top.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.pane_Top.Location = new System.Drawing.Point(0, 0);
  145. this.pane_Top.Margin = new System.Windows.Forms.Padding(4);
  146. this.pane_Top.Name = "pane_Top";
  147. this.pane_Top.Size = new System.Drawing.Size(1080, 36);
  148. this.pane_Top.TabIndex = 10;
  149. //
  150. // btnWinClose
  151. //
  152. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  153. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  154. this.btnWinClose.FlatAppearance.BorderSize = 0;
  155. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  156. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  157. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  158. this.btnWinClose.Name = "btnWinClose";
  159. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  160. this.btnWinClose.TabIndex = 171;
  161. this.btnWinClose.UseVisualStyleBackColor = false;
  162. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  163. //
  164. // lblDir
  165. //
  166. this.lblDir.AutoSize = true;
  167. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  168. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  169. this.lblDir.ForeColor = System.Drawing.Color.Black;
  170. this.lblDir.Location = new System.Drawing.Point(12, 9);
  171. this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.lblDir.Name = "lblDir";
  173. this.lblDir.Size = new System.Drawing.Size(247, 21);
  174. this.lblDir.TabIndex = 10;
  175. this.lblDir.Text = "시작 > 중계기 상태보기";
  176. //
  177. // groupRepeater
  178. //
  179. this.groupRepeater.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  180. this.groupRepeater.Controls.Add(this.label_OutputLegend_Blocking);
  181. this.groupRepeater.Controls.Add(this.label_OutputLegend_Blocking_Color);
  182. this.groupRepeater.Controls.Add(this.button23);
  183. this.groupRepeater.Controls.Add(this.button22);
  184. this.groupRepeater.Controls.Add(this.button21);
  185. this.groupRepeater.Controls.Add(this.button20);
  186. this.groupRepeater.Controls.Add(this.button19);
  187. this.groupRepeater.Controls.Add(this.button18);
  188. this.groupRepeater.Controls.Add(this.button17);
  189. this.groupRepeater.Controls.Add(this.button16);
  190. this.groupRepeater.Controls.Add(this.button15);
  191. this.groupRepeater.Controls.Add(this.button14);
  192. this.groupRepeater.Controls.Add(this.button13);
  193. this.groupRepeater.Controls.Add(this.button12);
  194. this.groupRepeater.Controls.Add(this.button11);
  195. this.groupRepeater.Controls.Add(this.button10);
  196. this.groupRepeater.Controls.Add(this.button9);
  197. this.groupRepeater.Controls.Add(this.button8);
  198. this.groupRepeater.Controls.Add(this.button7);
  199. this.groupRepeater.Controls.Add(this.button6);
  200. this.groupRepeater.Controls.Add(this.button5);
  201. this.groupRepeater.Controls.Add(this.button4);
  202. this.groupRepeater.Controls.Add(this.button3);
  203. this.groupRepeater.Controls.Add(this.button2);
  204. this.groupRepeater.Controls.Add(this.button1);
  205. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Prefire_Color);
  206. this.groupRepeater.Controls.Add(this.label_InputLegend_Facility_Color);
  207. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Prefire);
  208. this.groupRepeater.Controls.Add(this.label_InputLegend_Facility);
  209. this.groupRepeater.Controls.Add(this.btnOutWrite);
  210. this.groupRepeater.Controls.Add(this.label_Title_Device);
  211. this.groupRepeater.Controls.Add(this.label_Title_ContentWhere);
  212. this.groupRepeater.Controls.Add(this.txtDeviceMemo);
  213. this.groupRepeater.Controls.Add(this.txtPositionName);
  214. this.groupRepeater.Controls.Add(this.txtDeviceTypeName);
  215. this.groupRepeater.Controls.Add(this.panelPage);
  216. this.groupRepeater.Controls.Add(this.panel_Bottom);
  217. this.groupRepeater.Controls.Add(this.label_Title_OutputDevice);
  218. this.groupRepeater.Controls.Add(this.label_OutputLegend_Normal);
  219. this.groupRepeater.Controls.Add(this.label_Title_InputDevice);
  220. this.groupRepeater.Controls.Add(this.label_OutputLegend_Normal_Color);
  221. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Fault);
  222. this.groupRepeater.Controls.Add(this.label_InputLegend_Disconnect);
  223. this.groupRepeater.Controls.Add(this.dataGridView_Repeater_Sub);
  224. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Fault_Color);
  225. this.groupRepeater.Controls.Add(this.label_InputLegend_Disconnect_Color);
  226. this.groupRepeater.Controls.Add(this.label_OutputLegend_Output);
  227. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Normal_Color);
  228. this.groupRepeater.Controls.Add(this.label_InputLegend_Normal_Color);
  229. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Fire_Color);
  230. this.groupRepeater.Controls.Add(this.label_InputLegend_Fire_Color);
  231. this.groupRepeater.Controls.Add(this.label_OutputLegend);
  232. this.groupRepeater.Controls.Add(this.label_AnalogLegend);
  233. this.groupRepeater.Controls.Add(this.label_InputLegend);
  234. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Fire);
  235. this.groupRepeater.Controls.Add(this.label_OutputLegend_Output_Color);
  236. this.groupRepeater.Controls.Add(this.label_InputLegend_Fire);
  237. this.groupRepeater.Controls.Add(this.label_AnalogLegend_Normal);
  238. this.groupRepeater.Controls.Add(this.label_InputLegend_Normal);
  239. this.groupRepeater.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  240. this.groupRepeater.Location = new System.Drawing.Point(62, 79);
  241. this.groupRepeater.Margin = new System.Windows.Forms.Padding(4);
  242. this.groupRepeater.Name = "groupRepeater";
  243. this.groupRepeater.Padding = new System.Windows.Forms.Padding(4);
  244. this.groupRepeater.Size = new System.Drawing.Size(949, 738);
  245. this.groupRepeater.TabIndex = 45;
  246. this.groupRepeater.TabStop = false;
  247. //
  248. // label_OutputLegend_Blocking
  249. //
  250. this.label_OutputLegend_Blocking.AutoSize = true;
  251. this.label_OutputLegend_Blocking.Font = new System.Drawing.Font("굴림", 9F);
  252. this.label_OutputLegend_Blocking.Location = new System.Drawing.Point(881, 274);
  253. this.label_OutputLegend_Blocking.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  254. this.label_OutputLegend_Blocking.Name = "label_OutputLegend_Blocking";
  255. this.label_OutputLegend_Blocking.Size = new System.Drawing.Size(29, 12);
  256. this.label_OutputLegend_Blocking.TabIndex = 104;
  257. this.label_OutputLegend_Blocking.Text = "차단";
  258. //
  259. // label_OutputLegend_Blocking_Color
  260. //
  261. this.label_OutputLegend_Blocking_Color.BackColor = System.Drawing.Color.Black;
  262. this.label_OutputLegend_Blocking_Color.Location = new System.Drawing.Point(861, 272);
  263. this.label_OutputLegend_Blocking_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  264. this.label_OutputLegend_Blocking_Color.Name = "label_OutputLegend_Blocking_Color";
  265. this.label_OutputLegend_Blocking_Color.Size = new System.Drawing.Size(15, 17);
  266. this.label_OutputLegend_Blocking_Color.TabIndex = 103;
  267. //
  268. // button23
  269. //
  270. this.button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  271. this.button23.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  272. this.button23.Location = new System.Drawing.Point(755, 14);
  273. this.button23.Name = "button23";
  274. this.button23.Size = new System.Drawing.Size(79, 34);
  275. this.button23.TabIndex = 102;
  276. this.button23.Text = "10";
  277. this.button23.UseVisualStyleBackColor = true;
  278. //
  279. // button22
  280. //
  281. this.button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  282. this.button22.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  283. this.button22.Location = new System.Drawing.Point(679, 14);
  284. this.button22.Name = "button22";
  285. this.button22.Size = new System.Drawing.Size(79, 34);
  286. this.button22.TabIndex = 101;
  287. this.button22.Text = "9";
  288. this.button22.UseVisualStyleBackColor = true;
  289. //
  290. // button21
  291. //
  292. this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  293. this.button21.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  294. this.button21.Location = new System.Drawing.Point(603, 14);
  295. this.button21.Name = "button21";
  296. this.button21.Size = new System.Drawing.Size(79, 34);
  297. this.button21.TabIndex = 100;
  298. this.button21.Text = "8";
  299. this.button21.UseVisualStyleBackColor = true;
  300. //
  301. // button20
  302. //
  303. this.button20.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  304. this.button20.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  305. this.button20.Location = new System.Drawing.Point(527, 14);
  306. this.button20.Name = "button20";
  307. this.button20.Size = new System.Drawing.Size(79, 34);
  308. this.button20.TabIndex = 99;
  309. this.button20.Text = "7";
  310. this.button20.UseVisualStyleBackColor = true;
  311. //
  312. // button19
  313. //
  314. this.button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  315. this.button19.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  316. this.button19.Location = new System.Drawing.Point(451, 14);
  317. this.button19.Name = "button19";
  318. this.button19.Size = new System.Drawing.Size(79, 34);
  319. this.button19.TabIndex = 98;
  320. this.button19.Text = "6";
  321. this.button19.UseVisualStyleBackColor = true;
  322. //
  323. // button18
  324. //
  325. this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  326. this.button18.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  327. this.button18.Location = new System.Drawing.Point(375, 14);
  328. this.button18.Name = "button18";
  329. this.button18.Size = new System.Drawing.Size(79, 34);
  330. this.button18.TabIndex = 97;
  331. this.button18.Text = "5";
  332. this.button18.UseVisualStyleBackColor = true;
  333. //
  334. // button17
  335. //
  336. this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  337. this.button17.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  338. this.button17.Location = new System.Drawing.Point(299, 14);
  339. this.button17.Name = "button17";
  340. this.button17.Size = new System.Drawing.Size(79, 34);
  341. this.button17.TabIndex = 96;
  342. this.button17.Text = "4";
  343. this.button17.UseVisualStyleBackColor = true;
  344. //
  345. // button16
  346. //
  347. this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  348. this.button16.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  349. this.button16.Location = new System.Drawing.Point(223, 14);
  350. this.button16.Name = "button16";
  351. this.button16.Size = new System.Drawing.Size(79, 34);
  352. this.button16.TabIndex = 95;
  353. this.button16.Text = "3";
  354. this.button16.UseVisualStyleBackColor = true;
  355. //
  356. // button15
  357. //
  358. this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  359. this.button15.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  360. this.button15.Location = new System.Drawing.Point(147, 14);
  361. this.button15.Name = "button15";
  362. this.button15.Size = new System.Drawing.Size(79, 34);
  363. this.button15.TabIndex = 94;
  364. this.button15.Text = "2";
  365. this.button15.UseVisualStyleBackColor = true;
  366. //
  367. // button14
  368. //
  369. this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  370. this.button14.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  371. this.button14.Location = new System.Drawing.Point(71, 14);
  372. this.button14.Name = "button14";
  373. this.button14.Size = new System.Drawing.Size(79, 34);
  374. this.button14.TabIndex = 93;
  375. this.button14.Text = "1";
  376. this.button14.UseVisualStyleBackColor = true;
  377. //
  378. // button13
  379. //
  380. this.button13.BackColor = System.Drawing.SystemColors.Control;
  381. this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  382. this.button13.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  383. this.button13.Location = new System.Drawing.Point(14, 588);
  384. this.button13.Name = "button13";
  385. this.button13.Size = new System.Drawing.Size(57, 46);
  386. this.button13.TabIndex = 92;
  387. this.button13.Text = "121";
  388. this.button13.UseVisualStyleBackColor = false;
  389. //
  390. // button12
  391. //
  392. this.button12.BackColor = System.Drawing.SystemColors.Control;
  393. this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  394. this.button12.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  395. this.button12.Location = new System.Drawing.Point(14, 543);
  396. this.button12.Name = "button12";
  397. this.button12.Size = new System.Drawing.Size(57, 46);
  398. this.button12.TabIndex = 91;
  399. this.button12.Text = "111";
  400. this.button12.UseVisualStyleBackColor = false;
  401. //
  402. // button11
  403. //
  404. this.button11.BackColor = System.Drawing.SystemColors.Control;
  405. this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  406. this.button11.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  407. this.button11.Location = new System.Drawing.Point(14, 498);
  408. this.button11.Name = "button11";
  409. this.button11.Size = new System.Drawing.Size(57, 46);
  410. this.button11.TabIndex = 90;
  411. this.button11.Text = "101";
  412. this.button11.UseVisualStyleBackColor = false;
  413. //
  414. // button10
  415. //
  416. this.button10.BackColor = System.Drawing.SystemColors.Control;
  417. this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  418. this.button10.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  419. this.button10.Location = new System.Drawing.Point(14, 453);
  420. this.button10.Name = "button10";
  421. this.button10.Size = new System.Drawing.Size(57, 46);
  422. this.button10.TabIndex = 89;
  423. this.button10.Text = "091";
  424. this.button10.UseVisualStyleBackColor = false;
  425. //
  426. // button9
  427. //
  428. this.button9.BackColor = System.Drawing.SystemColors.Control;
  429. this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  430. this.button9.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  431. this.button9.Location = new System.Drawing.Point(14, 408);
  432. this.button9.Name = "button9";
  433. this.button9.Size = new System.Drawing.Size(57, 46);
  434. this.button9.TabIndex = 88;
  435. this.button9.Text = "081";
  436. this.button9.UseVisualStyleBackColor = false;
  437. //
  438. // button8
  439. //
  440. this.button8.BackColor = System.Drawing.SystemColors.Control;
  441. this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  442. this.button8.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  443. this.button8.Location = new System.Drawing.Point(14, 363);
  444. this.button8.Name = "button8";
  445. this.button8.Size = new System.Drawing.Size(57, 46);
  446. this.button8.TabIndex = 87;
  447. this.button8.Text = "071";
  448. this.button8.UseVisualStyleBackColor = false;
  449. //
  450. // button7
  451. //
  452. this.button7.BackColor = System.Drawing.SystemColors.Control;
  453. this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  454. this.button7.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  455. this.button7.Location = new System.Drawing.Point(14, 318);
  456. this.button7.Name = "button7";
  457. this.button7.Size = new System.Drawing.Size(57, 46);
  458. this.button7.TabIndex = 86;
  459. this.button7.Text = "061";
  460. this.button7.UseVisualStyleBackColor = false;
  461. //
  462. // button6
  463. //
  464. this.button6.BackColor = System.Drawing.SystemColors.Control;
  465. this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  466. this.button6.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  467. this.button6.Location = new System.Drawing.Point(14, 273);
  468. this.button6.Name = "button6";
  469. this.button6.Size = new System.Drawing.Size(57, 46);
  470. this.button6.TabIndex = 85;
  471. this.button6.Text = "051";
  472. this.button6.UseVisualStyleBackColor = false;
  473. //
  474. // button5
  475. //
  476. this.button5.BackColor = System.Drawing.SystemColors.Control;
  477. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  478. this.button5.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  479. this.button5.Location = new System.Drawing.Point(14, 228);
  480. this.button5.Name = "button5";
  481. this.button5.Size = new System.Drawing.Size(57, 46);
  482. this.button5.TabIndex = 84;
  483. this.button5.Text = "041";
  484. this.button5.UseVisualStyleBackColor = false;
  485. //
  486. // button4
  487. //
  488. this.button4.BackColor = System.Drawing.SystemColors.Control;
  489. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  490. this.button4.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  491. this.button4.Location = new System.Drawing.Point(14, 183);
  492. this.button4.Name = "button4";
  493. this.button4.Size = new System.Drawing.Size(57, 46);
  494. this.button4.TabIndex = 83;
  495. this.button4.Text = "031";
  496. this.button4.UseVisualStyleBackColor = false;
  497. //
  498. // button3
  499. //
  500. this.button3.BackColor = System.Drawing.SystemColors.Control;
  501. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  502. this.button3.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  503. this.button3.Location = new System.Drawing.Point(14, 138);
  504. this.button3.Name = "button3";
  505. this.button3.Size = new System.Drawing.Size(57, 46);
  506. this.button3.TabIndex = 82;
  507. this.button3.Text = "021";
  508. this.button3.UseVisualStyleBackColor = false;
  509. //
  510. // button2
  511. //
  512. this.button2.BackColor = System.Drawing.SystemColors.Control;
  513. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  514. this.button2.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  515. this.button2.Location = new System.Drawing.Point(14, 93);
  516. this.button2.Name = "button2";
  517. this.button2.Size = new System.Drawing.Size(57, 46);
  518. this.button2.TabIndex = 81;
  519. this.button2.Text = "011";
  520. this.button2.UseVisualStyleBackColor = false;
  521. //
  522. // button1
  523. //
  524. this.button1.BackColor = System.Drawing.SystemColors.Control;
  525. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  526. this.button1.Font = new System.Drawing.Font("굴림", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  527. this.button1.Location = new System.Drawing.Point(14, 48);
  528. this.button1.Name = "button1";
  529. this.button1.Size = new System.Drawing.Size(57, 46);
  530. this.button1.TabIndex = 80;
  531. this.button1.Text = "001";
  532. this.button1.UseVisualStyleBackColor = false;
  533. //
  534. // label_AnalogLegend_Prefire_Color
  535. //
  536. this.label_AnalogLegend_Prefire_Color.BackColor = System.Drawing.Color.HotPink;
  537. this.label_AnalogLegend_Prefire_Color.Location = new System.Drawing.Point(861, 368);
  538. this.label_AnalogLegend_Prefire_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  539. this.label_AnalogLegend_Prefire_Color.Name = "label_AnalogLegend_Prefire_Color";
  540. this.label_AnalogLegend_Prefire_Color.Size = new System.Drawing.Size(15, 17);
  541. this.label_AnalogLegend_Prefire_Color.TabIndex = 78;
  542. //
  543. // label_InputLegend_Facility_Color
  544. //
  545. this.label_InputLegend_Facility_Color.BackColor = System.Drawing.Color.Blue;
  546. this.label_InputLegend_Facility_Color.Location = new System.Drawing.Point(861, 116);
  547. this.label_InputLegend_Facility_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  548. this.label_InputLegend_Facility_Color.Name = "label_InputLegend_Facility_Color";
  549. this.label_InputLegend_Facility_Color.Size = new System.Drawing.Size(15, 17);
  550. this.label_InputLegend_Facility_Color.TabIndex = 78;
  551. //
  552. // label_AnalogLegend_Prefire
  553. //
  554. this.label_AnalogLegend_Prefire.AutoSize = true;
  555. this.label_AnalogLegend_Prefire.Font = new System.Drawing.Font("굴림", 9F);
  556. this.label_AnalogLegend_Prefire.Location = new System.Drawing.Point(881, 370);
  557. this.label_AnalogLegend_Prefire.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  558. this.label_AnalogLegend_Prefire.Name = "label_AnalogLegend_Prefire";
  559. this.label_AnalogLegend_Prefire.Size = new System.Drawing.Size(41, 12);
  560. this.label_AnalogLegend_Prefire.TabIndex = 79;
  561. this.label_AnalogLegend_Prefire.Text = "Prefire";
  562. //
  563. // label_InputLegend_Facility
  564. //
  565. this.label_InputLegend_Facility.AutoSize = true;
  566. this.label_InputLegend_Facility.Font = new System.Drawing.Font("굴림", 9F);
  567. this.label_InputLegend_Facility.Location = new System.Drawing.Point(881, 118);
  568. this.label_InputLegend_Facility.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  569. this.label_InputLegend_Facility.Name = "label_InputLegend_Facility";
  570. this.label_InputLegend_Facility.Size = new System.Drawing.Size(29, 12);
  571. this.label_InputLegend_Facility.TabIndex = 79;
  572. this.label_InputLegend_Facility.Text = "작동";
  573. //
  574. // btnOutWrite
  575. //
  576. this.btnOutWrite.BackColor = System.Drawing.Color.MintCream;
  577. this.btnOutWrite.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  578. this.btnOutWrite.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  579. this.btnOutWrite.Location = new System.Drawing.Point(761, 634);
  580. this.btnOutWrite.Name = "btnOutWrite";
  581. this.btnOutWrite.Size = new System.Drawing.Size(73, 49);
  582. this.btnOutWrite.TabIndex = 77;
  583. this.btnOutWrite.Text = "쓰기";
  584. this.btnOutWrite.UseVisualStyleBackColor = false;
  585. this.btnOutWrite.Click += new System.EventHandler(this.btnOutWrite_Click);
  586. //
  587. // label_Title_Device
  588. //
  589. this.label_Title_Device.BackColor = System.Drawing.Color.WhiteSmoke;
  590. this.label_Title_Device.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  591. this.label_Title_Device.Location = new System.Drawing.Point(376, 708);
  592. this.label_Title_Device.Name = "label_Title_Device";
  593. this.label_Title_Device.Size = new System.Drawing.Size(103, 26);
  594. this.label_Title_Device.TabIndex = 75;
  595. this.label_Title_Device.Text = "회로설명";
  596. this.label_Title_Device.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  597. //
  598. // label_Title_ContentWhere
  599. //
  600. this.label_Title_ContentWhere.BackColor = System.Drawing.Color.WhiteSmoke;
  601. this.label_Title_ContentWhere.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  602. this.label_Title_ContentWhere.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  603. this.label_Title_ContentWhere.Location = new System.Drawing.Point(376, 683);
  604. this.label_Title_ContentWhere.Name = "label_Title_ContentWhere";
  605. this.label_Title_ContentWhere.Size = new System.Drawing.Size(103, 26);
  606. this.label_Title_ContentWhere.TabIndex = 71;
  607. this.label_Title_ContentWhere.Text = "연동내용/위치";
  608. this.label_Title_ContentWhere.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  609. //
  610. // txtDeviceMemo
  611. //
  612. this.txtDeviceMemo.Location = new System.Drawing.Point(478, 708);
  613. this.txtDeviceMemo.Name = "txtDeviceMemo";
  614. this.txtDeviceMemo.ReadOnly = true;
  615. this.txtDeviceMemo.Size = new System.Drawing.Size(356, 26);
  616. this.txtDeviceMemo.TabIndex = 76;
  617. //
  618. // txtPositionName
  619. //
  620. this.txtPositionName.Location = new System.Drawing.Point(619, 683);
  621. this.txtPositionName.Name = "txtPositionName";
  622. this.txtPositionName.ReadOnly = true;
  623. this.txtPositionName.Size = new System.Drawing.Size(215, 26);
  624. this.txtPositionName.TabIndex = 74;
  625. //
  626. // txtDeviceTypeName
  627. //
  628. this.txtDeviceTypeName.Location = new System.Drawing.Point(478, 683);
  629. this.txtDeviceTypeName.Name = "txtDeviceTypeName";
  630. this.txtDeviceTypeName.ReadOnly = true;
  631. this.txtDeviceTypeName.Size = new System.Drawing.Size(142, 26);
  632. this.txtDeviceTypeName.TabIndex = 72;
  633. //
  634. // panelPage
  635. //
  636. this.panelPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  637. this.panelPage.Controls.Add(this.dataGridView_Repeater_Main);
  638. this.panelPage.Location = new System.Drawing.Point(70, 47);
  639. this.panelPage.Name = "panelPage";
  640. this.panelPage.Size = new System.Drawing.Size(764, 588);
  641. this.panelPage.TabIndex = 46;
  642. //
  643. // dataGridView_Repeater_Main
  644. //
  645. this.dataGridView_Repeater_Main.AllowUserToAddRows = false;
  646. this.dataGridView_Repeater_Main.AllowUserToDeleteRows = false;
  647. this.dataGridView_Repeater_Main.AllowUserToResizeColumns = false;
  648. this.dataGridView_Repeater_Main.AllowUserToResizeRows = false;
  649. this.dataGridView_Repeater_Main.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  650. this.dataGridView_Repeater_Main.ColumnHeadersVisible = false;
  651. this.dataGridView_Repeater_Main.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  652. this.Column1,
  653. this.Column2,
  654. this.Column3,
  655. this.Column4,
  656. this.Column5,
  657. this.Column6,
  658. this.Column7,
  659. this.Column8,
  660. this.Column9,
  661. this.Column10});
  662. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  663. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  664. dataGridViewCellStyle10.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  665. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
  666. dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(3);
  667. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  668. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  669. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  670. this.dataGridView_Repeater_Main.DefaultCellStyle = dataGridViewCellStyle10;
  671. this.dataGridView_Repeater_Main.Location = new System.Drawing.Point(0, -1);
  672. this.dataGridView_Repeater_Main.Name = "dataGridView_Repeater_Main";
  673. this.dataGridView_Repeater_Main.RowHeadersVisible = false;
  674. this.dataGridView_Repeater_Main.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  675. this.dataGridView_Repeater_Main.RowTemplate.Height = 23;
  676. this.dataGridView_Repeater_Main.ScrollBars = System.Windows.Forms.ScrollBars.None;
  677. this.dataGridView_Repeater_Main.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  678. this.dataGridView_Repeater_Main.Size = new System.Drawing.Size(763, 589);
  679. this.dataGridView_Repeater_Main.TabIndex = 6;
  680. this.dataGridView_Repeater_Main.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Repeater_CellDoubleClick);
  681. this.dataGridView_Repeater_Main.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  682. //
  683. // Column1
  684. //
  685. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  686. dataGridViewCellStyle6.NullValue = "1";
  687. this.Column1.DefaultCellStyle = dataGridViewCellStyle6;
  688. this.Column1.HeaderText = "Column1";
  689. this.Column1.Name = "Column1";
  690. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  691. this.Column1.Width = 70;
  692. //
  693. // Column2
  694. //
  695. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  696. dataGridViewCellStyle7.NullValue = "2";
  697. this.Column2.DefaultCellStyle = dataGridViewCellStyle7;
  698. this.Column2.HeaderText = "Column2";
  699. this.Column2.Name = "Column2";
  700. this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  701. this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  702. this.Column2.Width = 70;
  703. //
  704. // Column3
  705. //
  706. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  707. dataGridViewCellStyle8.NullValue = "3";
  708. this.Column3.DefaultCellStyle = dataGridViewCellStyle8;
  709. this.Column3.HeaderText = "Column3";
  710. this.Column3.Name = "Column3";
  711. this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  712. this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  713. this.Column3.Width = 70;
  714. //
  715. // Column4
  716. //
  717. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  718. dataGridViewCellStyle9.NullValue = "4";
  719. this.Column4.DefaultCellStyle = dataGridViewCellStyle9;
  720. this.Column4.HeaderText = "Column4";
  721. this.Column4.Name = "Column4";
  722. this.Column4.ReadOnly = true;
  723. this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  724. this.Column4.Width = 70;
  725. //
  726. // Column5
  727. //
  728. this.Column5.HeaderText = "Column5";
  729. this.Column5.Name = "Column5";
  730. this.Column5.ReadOnly = true;
  731. this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  732. this.Column5.Width = 70;
  733. //
  734. // Column6
  735. //
  736. this.Column6.HeaderText = "Column6";
  737. this.Column6.Name = "Column6";
  738. this.Column6.ReadOnly = true;
  739. this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  740. this.Column6.Width = 70;
  741. //
  742. // Column7
  743. //
  744. this.Column7.HeaderText = "Column7";
  745. this.Column7.Name = "Column7";
  746. this.Column7.ReadOnly = true;
  747. this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  748. this.Column7.Width = 70;
  749. //
  750. // Column8
  751. //
  752. this.Column8.HeaderText = "Column8";
  753. this.Column8.Name = "Column8";
  754. this.Column8.ReadOnly = true;
  755. this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  756. this.Column8.Width = 70;
  757. //
  758. // Column9
  759. //
  760. this.Column9.HeaderText = "Column9";
  761. this.Column9.Name = "Column9";
  762. this.Column9.ReadOnly = true;
  763. this.Column9.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  764. this.Column9.Width = 70;
  765. //
  766. // Column10
  767. //
  768. this.Column10.HeaderText = "Column10";
  769. this.Column10.Name = "Column10";
  770. this.Column10.ReadOnly = true;
  771. this.Column10.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  772. this.Column10.Width = 70;
  773. //
  774. // panel_Bottom
  775. //
  776. this.panel_Bottom.BackColor = System.Drawing.Color.White;
  777. this.panel_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  778. this.panel_Bottom.Controls.Add(this.btnRepeaterRecoverCmd);
  779. this.panel_Bottom.Controls.Add(this.lblInfoMessage);
  780. this.panel_Bottom.Controls.Add(this.btnRepeaterReset);
  781. this.panel_Bottom.Controls.Add(this.btnRepeaterSearchCmd);
  782. this.panel_Bottom.Controls.Add(this.lblRepeaterID);
  783. this.panel_Bottom.Location = new System.Drawing.Point(69, 634);
  784. this.panel_Bottom.Name = "panel_Bottom";
  785. this.panel_Bottom.Size = new System.Drawing.Size(307, 49);
  786. this.panel_Bottom.TabIndex = 58;
  787. //
  788. // btnRepeaterRecoverCmd
  789. //
  790. this.btnRepeaterRecoverCmd.BackColor = System.Drawing.SystemColors.ButtonFace;
  791. this.btnRepeaterRecoverCmd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  792. this.btnRepeaterRecoverCmd.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  793. this.btnRepeaterRecoverCmd.Location = new System.Drawing.Point(0, 0);
  794. this.btnRepeaterRecoverCmd.Name = "btnRepeaterRecoverCmd";
  795. this.btnRepeaterRecoverCmd.Size = new System.Drawing.Size(159, 24);
  796. this.btnRepeaterRecoverCmd.TabIndex = 8;
  797. this.btnRepeaterRecoverCmd.Text = "복구";
  798. this.btnRepeaterRecoverCmd.UseVisualStyleBackColor = false;
  799. this.btnRepeaterRecoverCmd.Visible = false;
  800. this.btnRepeaterRecoverCmd.Click += new System.EventHandler(this.btnRepeaterRecoverCmd_Click);
  801. //
  802. // lblInfoMessage
  803. //
  804. this.lblInfoMessage.AutoEllipsis = true;
  805. this.lblInfoMessage.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  806. this.lblInfoMessage.ForeColor = System.Drawing.Color.Red;
  807. this.lblInfoMessage.Location = new System.Drawing.Point(120, 3);
  808. this.lblInfoMessage.Name = "lblInfoMessage";
  809. this.lblInfoMessage.Size = new System.Drawing.Size(182, 18);
  810. this.lblInfoMessage.TabIndex = 50;
  811. this.lblInfoMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  812. //
  813. // btnRepeaterReset
  814. //
  815. this.btnRepeaterReset.BackColor = System.Drawing.SystemColors.ButtonFace;
  816. this.btnRepeaterReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  817. this.btnRepeaterReset.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  818. this.btnRepeaterReset.Location = new System.Drawing.Point(145, 24);
  819. this.btnRepeaterReset.Name = "btnRepeaterReset";
  820. this.btnRepeaterReset.Size = new System.Drawing.Size(78, 25);
  821. this.btnRepeaterReset.TabIndex = 9;
  822. this.btnRepeaterReset.Text = "복구";
  823. this.btnRepeaterReset.UseVisualStyleBackColor = false;
  824. this.btnRepeaterReset.Click += new System.EventHandler(this.btnRepeaterReset_Click);
  825. //
  826. // btnRepeaterSearchCmd
  827. //
  828. this.btnRepeaterSearchCmd.BackColor = System.Drawing.SystemColors.ButtonFace;
  829. this.btnRepeaterSearchCmd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  830. this.btnRepeaterSearchCmd.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  831. this.btnRepeaterSearchCmd.Location = new System.Drawing.Point(223, 24);
  832. this.btnRepeaterSearchCmd.Name = "btnRepeaterSearchCmd";
  833. this.btnRepeaterSearchCmd.Size = new System.Drawing.Size(78, 24);
  834. this.btnRepeaterSearchCmd.TabIndex = 9;
  835. this.btnRepeaterSearchCmd.Text = "검색";
  836. this.btnRepeaterSearchCmd.UseVisualStyleBackColor = false;
  837. this.btnRepeaterSearchCmd.Visible = false;
  838. this.btnRepeaterSearchCmd.Click += new System.EventHandler(this.btnRepeaterSearchCmd_Click);
  839. //
  840. // lblRepeaterID
  841. //
  842. this.lblRepeaterID.AutoEllipsis = true;
  843. this.lblRepeaterID.AutoSize = true;
  844. this.lblRepeaterID.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  845. this.lblRepeaterID.Location = new System.Drawing.Point(22, 16);
  846. this.lblRepeaterID.Name = "lblRepeaterID";
  847. this.lblRepeaterID.Size = new System.Drawing.Size(92, 16);
  848. this.lblRepeaterID.TabIndex = 49;
  849. this.lblRepeaterID.Text = "001 중계기";
  850. this.lblRepeaterID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  851. //
  852. // label_Title_OutputDevice
  853. //
  854. this.label_Title_OutputDevice.BackColor = System.Drawing.Color.MintCream;
  855. this.label_Title_OutputDevice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  856. this.label_Title_OutputDevice.Location = new System.Drawing.Point(376, 658);
  857. this.label_Title_OutputDevice.Name = "label_Title_OutputDevice";
  858. this.label_Title_OutputDevice.Size = new System.Drawing.Size(103, 25);
  859. this.label_Title_OutputDevice.TabIndex = 57;
  860. this.label_Title_OutputDevice.Text = "출력회로";
  861. this.label_Title_OutputDevice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  862. //
  863. // label_OutputLegend_Normal
  864. //
  865. this.label_OutputLegend_Normal.AutoSize = true;
  866. this.label_OutputLegend_Normal.Font = new System.Drawing.Font("굴림", 9F);
  867. this.label_OutputLegend_Normal.Location = new System.Drawing.Point(881, 253);
  868. this.label_OutputLegend_Normal.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  869. this.label_OutputLegend_Normal.Name = "label_OutputLegend_Normal";
  870. this.label_OutputLegend_Normal.Size = new System.Drawing.Size(29, 12);
  871. this.label_OutputLegend_Normal.TabIndex = 57;
  872. this.label_OutputLegend_Normal.Text = "정상";
  873. //
  874. // label_Title_InputDevice
  875. //
  876. this.label_Title_InputDevice.BackColor = System.Drawing.Color.Gold;
  877. this.label_Title_InputDevice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  878. this.label_Title_InputDevice.Location = new System.Drawing.Point(376, 634);
  879. this.label_Title_InputDevice.Name = "label_Title_InputDevice";
  880. this.label_Title_InputDevice.Size = new System.Drawing.Size(103, 25);
  881. this.label_Title_InputDevice.TabIndex = 56;
  882. this.label_Title_InputDevice.Text = "입력회로";
  883. this.label_Title_InputDevice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  884. //
  885. // label_OutputLegend_Normal_Color
  886. //
  887. this.label_OutputLegend_Normal_Color.BackColor = System.Drawing.Color.Green;
  888. this.label_OutputLegend_Normal_Color.Location = new System.Drawing.Point(861, 251);
  889. this.label_OutputLegend_Normal_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  890. this.label_OutputLegend_Normal_Color.Name = "label_OutputLegend_Normal_Color";
  891. this.label_OutputLegend_Normal_Color.Size = new System.Drawing.Size(15, 17);
  892. this.label_OutputLegend_Normal_Color.TabIndex = 56;
  893. //
  894. // label_AnalogLegend_Fault
  895. //
  896. this.label_AnalogLegend_Fault.AutoSize = true;
  897. this.label_AnalogLegend_Fault.Font = new System.Drawing.Font("굴림", 9F);
  898. this.label_AnalogLegend_Fault.Location = new System.Drawing.Point(881, 411);
  899. this.label_AnalogLegend_Fault.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  900. this.label_AnalogLegend_Fault.Name = "label_AnalogLegend_Fault";
  901. this.label_AnalogLegend_Fault.Size = new System.Drawing.Size(32, 12);
  902. this.label_AnalogLegend_Fault.TabIndex = 55;
  903. this.label_AnalogLegend_Fault.Text = "Fault";
  904. //
  905. // label_InputLegend_Disconnect
  906. //
  907. this.label_InputLegend_Disconnect.AutoSize = true;
  908. this.label_InputLegend_Disconnect.Font = new System.Drawing.Font("굴림", 9F);
  909. this.label_InputLegend_Disconnect.Location = new System.Drawing.Point(881, 159);
  910. this.label_InputLegend_Disconnect.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  911. this.label_InputLegend_Disconnect.Name = "label_InputLegend_Disconnect";
  912. this.label_InputLegend_Disconnect.Size = new System.Drawing.Size(29, 12);
  913. this.label_InputLegend_Disconnect.TabIndex = 55;
  914. this.label_InputLegend_Disconnect.Text = "단선";
  915. //
  916. // dataGridView_Repeater_Sub
  917. //
  918. this.dataGridView_Repeater_Sub.AllowUserToAddRows = false;
  919. this.dataGridView_Repeater_Sub.AllowUserToDeleteRows = false;
  920. this.dataGridView_Repeater_Sub.AllowUserToResizeColumns = false;
  921. this.dataGridView_Repeater_Sub.AllowUserToResizeRows = false;
  922. this.dataGridView_Repeater_Sub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  923. this.dataGridView_Repeater_Sub.ColumnHeadersVisible = false;
  924. this.dataGridView_Repeater_Sub.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  925. this.Column11,
  926. this.Column12,
  927. this.Column13,
  928. this.Column14});
  929. this.dataGridView_Repeater_Sub.ImeMode = System.Windows.Forms.ImeMode.Alpha;
  930. this.dataGridView_Repeater_Sub.Location = new System.Drawing.Point(478, 634);
  931. this.dataGridView_Repeater_Sub.Name = "dataGridView_Repeater_Sub";
  932. this.dataGridView_Repeater_Sub.RowHeadersVisible = false;
  933. this.dataGridView_Repeater_Sub.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  934. this.dataGridView_Repeater_Sub.RowTemplate.Height = 23;
  935. this.dataGridView_Repeater_Sub.ScrollBars = System.Windows.Forms.ScrollBars.None;
  936. this.dataGridView_Repeater_Sub.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  937. this.dataGridView_Repeater_Sub.Size = new System.Drawing.Size(283, 49);
  938. this.dataGridView_Repeater_Sub.TabIndex = 10;
  939. this.dataGridView_Repeater_Sub.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellDoubleClick);
  940. this.dataGridView_Repeater_Sub.SelectionChanged += new System.EventHandler(this.dataGridView2_SelectionChanged);
  941. //
  942. // Column11
  943. //
  944. this.Column11.HeaderText = "Column11";
  945. this.Column11.MaxInputLength = 1;
  946. this.Column11.Name = "Column11";
  947. this.Column11.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  948. //
  949. // Column12
  950. //
  951. this.Column12.HeaderText = "Column12";
  952. this.Column12.MaxInputLength = 1;
  953. this.Column12.Name = "Column12";
  954. this.Column12.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  955. //
  956. // Column13
  957. //
  958. this.Column13.HeaderText = "Column13";
  959. this.Column13.MaxInputLength = 1;
  960. this.Column13.Name = "Column13";
  961. this.Column13.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  962. //
  963. // Column14
  964. //
  965. this.Column14.HeaderText = "Column14";
  966. this.Column14.MaxInputLength = 1;
  967. this.Column14.Name = "Column14";
  968. this.Column14.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  969. //
  970. // label_AnalogLegend_Fault_Color
  971. //
  972. this.label_AnalogLegend_Fault_Color.BackColor = System.Drawing.Color.Black;
  973. this.label_AnalogLegend_Fault_Color.Location = new System.Drawing.Point(861, 408);
  974. this.label_AnalogLegend_Fault_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  975. this.label_AnalogLegend_Fault_Color.Name = "label_AnalogLegend_Fault_Color";
  976. this.label_AnalogLegend_Fault_Color.Size = new System.Drawing.Size(15, 17);
  977. this.label_AnalogLegend_Fault_Color.TabIndex = 54;
  978. //
  979. // label_InputLegend_Disconnect_Color
  980. //
  981. this.label_InputLegend_Disconnect_Color.BackColor = System.Drawing.Color.Black;
  982. this.label_InputLegend_Disconnect_Color.Location = new System.Drawing.Point(861, 156);
  983. this.label_InputLegend_Disconnect_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  984. this.label_InputLegend_Disconnect_Color.Name = "label_InputLegend_Disconnect_Color";
  985. this.label_InputLegend_Disconnect_Color.Size = new System.Drawing.Size(15, 17);
  986. this.label_InputLegend_Disconnect_Color.TabIndex = 54;
  987. //
  988. // label_OutputLegend_Output
  989. //
  990. this.label_OutputLegend_Output.AutoSize = true;
  991. this.label_OutputLegend_Output.Font = new System.Drawing.Font("굴림", 9F);
  992. this.label_OutputLegend_Output.Location = new System.Drawing.Point(881, 233);
  993. this.label_OutputLegend_Output.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  994. this.label_OutputLegend_Output.Name = "label_OutputLegend_Output";
  995. this.label_OutputLegend_Output.Size = new System.Drawing.Size(29, 12);
  996. this.label_OutputLegend_Output.TabIndex = 53;
  997. this.label_OutputLegend_Output.Text = "출력";
  998. //
  999. // label_AnalogLegend_Normal_Color
  1000. //
  1001. this.label_AnalogLegend_Normal_Color.BackColor = System.Drawing.Color.Lime;
  1002. this.label_AnalogLegend_Normal_Color.Location = new System.Drawing.Point(861, 388);
  1003. this.label_AnalogLegend_Normal_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1004. this.label_AnalogLegend_Normal_Color.Name = "label_AnalogLegend_Normal_Color";
  1005. this.label_AnalogLegend_Normal_Color.Size = new System.Drawing.Size(15, 17);
  1006. this.label_AnalogLegend_Normal_Color.TabIndex = 41;
  1007. //
  1008. // label_InputLegend_Normal_Color
  1009. //
  1010. this.label_InputLegend_Normal_Color.BackColor = System.Drawing.Color.Lime;
  1011. this.label_InputLegend_Normal_Color.Location = new System.Drawing.Point(861, 136);
  1012. this.label_InputLegend_Normal_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1013. this.label_InputLegend_Normal_Color.Name = "label_InputLegend_Normal_Color";
  1014. this.label_InputLegend_Normal_Color.Size = new System.Drawing.Size(15, 17);
  1015. this.label_InputLegend_Normal_Color.TabIndex = 41;
  1016. //
  1017. // label_AnalogLegend_Fire_Color
  1018. //
  1019. this.label_AnalogLegend_Fire_Color.BackColor = System.Drawing.Color.Red;
  1020. this.label_AnalogLegend_Fire_Color.Location = new System.Drawing.Point(861, 348);
  1021. this.label_AnalogLegend_Fire_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1022. this.label_AnalogLegend_Fire_Color.Name = "label_AnalogLegend_Fire_Color";
  1023. this.label_AnalogLegend_Fire_Color.Size = new System.Drawing.Size(15, 17);
  1024. this.label_AnalogLegend_Fire_Color.TabIndex = 36;
  1025. //
  1026. // label_InputLegend_Fire_Color
  1027. //
  1028. this.label_InputLegend_Fire_Color.BackColor = System.Drawing.Color.Red;
  1029. this.label_InputLegend_Fire_Color.Location = new System.Drawing.Point(861, 96);
  1030. this.label_InputLegend_Fire_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1031. this.label_InputLegend_Fire_Color.Name = "label_InputLegend_Fire_Color";
  1032. this.label_InputLegend_Fire_Color.Size = new System.Drawing.Size(15, 17);
  1033. this.label_InputLegend_Fire_Color.TabIndex = 36;
  1034. //
  1035. // label_OutputLegend
  1036. //
  1037. this.label_OutputLegend.AutoSize = true;
  1038. this.label_OutputLegend.Font = new System.Drawing.Font("굴림", 9F);
  1039. this.label_OutputLegend.Location = new System.Drawing.Point(849, 204);
  1040. this.label_OutputLegend.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1041. this.label_OutputLegend.Name = "label_OutputLegend";
  1042. this.label_OutputLegend.Size = new System.Drawing.Size(53, 12);
  1043. this.label_OutputLegend.TabIndex = 51;
  1044. this.label_OutputLegend.Text = "출력범례";
  1045. //
  1046. // label_AnalogLegend
  1047. //
  1048. this.label_AnalogLegend.AutoSize = true;
  1049. this.label_AnalogLegend.Font = new System.Drawing.Font("굴림", 9F);
  1050. this.label_AnalogLegend.Location = new System.Drawing.Point(849, 322);
  1051. this.label_AnalogLegend.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1052. this.label_AnalogLegend.Name = "label_AnalogLegend";
  1053. this.label_AnalogLegend.Size = new System.Drawing.Size(93, 12);
  1054. this.label_AnalogLegend.TabIndex = 45;
  1055. this.label_AnalogLegend.Text = "아날로그 감지기";
  1056. //
  1057. // label_InputLegend
  1058. //
  1059. this.label_InputLegend.AutoSize = true;
  1060. this.label_InputLegend.Font = new System.Drawing.Font("굴림", 9F);
  1061. this.label_InputLegend.Location = new System.Drawing.Point(849, 70);
  1062. this.label_InputLegend.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1063. this.label_InputLegend.Name = "label_InputLegend";
  1064. this.label_InputLegend.Size = new System.Drawing.Size(57, 12);
  1065. this.label_InputLegend.TabIndex = 45;
  1066. this.label_InputLegend.Text = "입력범례 ";
  1067. //
  1068. // label_AnalogLegend_Fire
  1069. //
  1070. this.label_AnalogLegend_Fire.AutoSize = true;
  1071. this.label_AnalogLegend_Fire.Font = new System.Drawing.Font("굴림", 9F);
  1072. this.label_AnalogLegend_Fire.Location = new System.Drawing.Point(881, 350);
  1073. this.label_AnalogLegend_Fire.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1074. this.label_AnalogLegend_Fire.Name = "label_AnalogLegend_Fire";
  1075. this.label_AnalogLegend_Fire.Size = new System.Drawing.Size(29, 12);
  1076. this.label_AnalogLegend_Fire.TabIndex = 46;
  1077. this.label_AnalogLegend_Fire.Text = "화재";
  1078. //
  1079. // label_OutputLegend_Output_Color
  1080. //
  1081. this.label_OutputLegend_Output_Color.BackColor = System.Drawing.Color.Firebrick;
  1082. this.label_OutputLegend_Output_Color.Location = new System.Drawing.Point(861, 231);
  1083. this.label_OutputLegend_Output_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1084. this.label_OutputLegend_Output_Color.Name = "label_OutputLegend_Output_Color";
  1085. this.label_OutputLegend_Output_Color.Size = new System.Drawing.Size(15, 17);
  1086. this.label_OutputLegend_Output_Color.TabIndex = 50;
  1087. //
  1088. // label_InputLegend_Fire
  1089. //
  1090. this.label_InputLegend_Fire.AutoSize = true;
  1091. this.label_InputLegend_Fire.Font = new System.Drawing.Font("굴림", 9F);
  1092. this.label_InputLegend_Fire.Location = new System.Drawing.Point(881, 98);
  1093. this.label_InputLegend_Fire.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1094. this.label_InputLegend_Fire.Name = "label_InputLegend_Fire";
  1095. this.label_InputLegend_Fire.Size = new System.Drawing.Size(29, 12);
  1096. this.label_InputLegend_Fire.TabIndex = 46;
  1097. this.label_InputLegend_Fire.Text = "감지";
  1098. //
  1099. // label_AnalogLegend_Normal
  1100. //
  1101. this.label_AnalogLegend_Normal.AutoSize = true;
  1102. this.label_AnalogLegend_Normal.Font = new System.Drawing.Font("굴림", 9F);
  1103. this.label_AnalogLegend_Normal.Location = new System.Drawing.Point(881, 390);
  1104. this.label_AnalogLegend_Normal.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1105. this.label_AnalogLegend_Normal.Name = "label_AnalogLegend_Normal";
  1106. this.label_AnalogLegend_Normal.Size = new System.Drawing.Size(29, 12);
  1107. this.label_AnalogLegend_Normal.TabIndex = 47;
  1108. this.label_AnalogLegend_Normal.Text = "정상";
  1109. //
  1110. // label_InputLegend_Normal
  1111. //
  1112. this.label_InputLegend_Normal.AutoSize = true;
  1113. this.label_InputLegend_Normal.Font = new System.Drawing.Font("굴림", 9F);
  1114. this.label_InputLegend_Normal.Location = new System.Drawing.Point(881, 138);
  1115. this.label_InputLegend_Normal.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1116. this.label_InputLegend_Normal.Name = "label_InputLegend_Normal";
  1117. this.label_InputLegend_Normal.Size = new System.Drawing.Size(29, 12);
  1118. this.label_InputLegend_Normal.TabIndex = 47;
  1119. this.label_InputLegend_Normal.Text = "정상";
  1120. //
  1121. // btnInWrite
  1122. //
  1123. this.btnInWrite.BackColor = System.Drawing.Color.Gold;
  1124. this.btnInWrite.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1125. this.btnInWrite.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1126. this.btnInWrite.Location = new System.Drawing.Point(1086, 590);
  1127. this.btnInWrite.Name = "btnInWrite";
  1128. this.btnInWrite.Size = new System.Drawing.Size(73, 25);
  1129. this.btnInWrite.TabIndex = 7;
  1130. this.btnInWrite.Text = "쓰기";
  1131. this.btnInWrite.UseVisualStyleBackColor = false;
  1132. this.btnInWrite.Visible = false;
  1133. this.btnInWrite.Click += new System.EventHandler(this.btnInWrite_Click);
  1134. //
  1135. // btnRepeaterAllInfo
  1136. //
  1137. this.btnRepeaterAllInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRepeaterAllInfo.BackgroundImage")));
  1138. this.btnRepeaterAllInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1139. this.btnRepeaterAllInfo.FlatAppearance.BorderSize = 0;
  1140. this.btnRepeaterAllInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1141. this.btnRepeaterAllInfo.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold);
  1142. this.btnRepeaterAllInfo.ForeColor = System.Drawing.Color.White;
  1143. this.btnRepeaterAllInfo.Location = new System.Drawing.Point(852, 43);
  1144. this.btnRepeaterAllInfo.Margin = new System.Windows.Forms.Padding(4);
  1145. this.btnRepeaterAllInfo.Name = "btnRepeaterAllInfo";
  1146. this.btnRepeaterAllInfo.Size = new System.Drawing.Size(159, 33);
  1147. this.btnRepeaterAllInfo.TabIndex = 5;
  1148. this.btnRepeaterAllInfo.TabStop = false;
  1149. this.btnRepeaterAllInfo.Text = "읽기명령";
  1150. this.btnRepeaterAllInfo.UseVisualStyleBackColor = true;
  1151. this.btnRepeaterAllInfo.Click += new System.EventHandler(this.btnRepeaterAllInfo_Click);
  1152. //
  1153. // imgListRepeaterBack
  1154. //
  1155. this.imgListRepeaterBack.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListRepeaterBack.ImageStream")));
  1156. this.imgListRepeaterBack.TransparentColor = System.Drawing.Color.Transparent;
  1157. this.imgListRepeaterBack.Images.SetKeyName(0, "중계기_빈것.gif");
  1158. this.imgListRepeaterBack.Images.SetKeyName(1, "중계기_차단.gif");
  1159. this.imgListRepeaterBack.Images.SetKeyName(2, "중계기_에러.gif");
  1160. this.imgListRepeaterBack.Images.SetKeyName(3, "중계기_없음.gif");
  1161. //
  1162. // txtThisReceiverID
  1163. //
  1164. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1165. this.txtThisReceiverID.Location = new System.Drawing.Point(166, 43);
  1166. this.txtThisReceiverID.MaxLength = 2;
  1167. this.txtThisReceiverID.Name = "txtThisReceiverID";
  1168. this.txtThisReceiverID.ReadOnly = true;
  1169. this.txtThisReceiverID.Size = new System.Drawing.Size(39, 32);
  1170. this.txtThisReceiverID.TabIndex = 1;
  1171. this.txtThisReceiverID.Text = "01";
  1172. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1173. //
  1174. // txtBoardID
  1175. //
  1176. this.txtBoardID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1177. this.txtBoardID.Location = new System.Drawing.Point(205, 43);
  1178. this.txtBoardID.MaxLength = 2;
  1179. this.txtBoardID.Name = "txtBoardID";
  1180. this.txtBoardID.Size = new System.Drawing.Size(39, 32);
  1181. this.txtBoardID.TabIndex = 2;
  1182. this.txtBoardID.Text = "01";
  1183. this.txtBoardID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1184. //
  1185. // txtLoopNo
  1186. //
  1187. this.txtLoopNo.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1188. this.txtLoopNo.Location = new System.Drawing.Point(244, 43);
  1189. this.txtLoopNo.MaxLength = 1;
  1190. this.txtLoopNo.Name = "txtLoopNo";
  1191. this.txtLoopNo.Size = new System.Drawing.Size(30, 32);
  1192. this.txtLoopNo.TabIndex = 3;
  1193. this.txtLoopNo.Text = "0";
  1194. this.txtLoopNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1195. //
  1196. // label_Title_TopMain
  1197. //
  1198. this.label_Title_TopMain.AutoSize = true;
  1199. this.label_Title_TopMain.BackColor = System.Drawing.Color.Transparent;
  1200. this.label_Title_TopMain.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  1201. this.label_Title_TopMain.Location = new System.Drawing.Point(375, 58);
  1202. this.label_Title_TopMain.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1203. this.label_Title_TopMain.Name = "label_Title_TopMain";
  1204. this.label_Title_TopMain.Size = new System.Drawing.Size(244, 14);
  1205. this.label_Title_TopMain.TabIndex = 64;
  1206. this.label_Title_TopMain.Text = "01:수신기-01:통신보드-1:LOOP";
  1207. //
  1208. // btnInputOpen
  1209. //
  1210. this.btnInputOpen.BackColor = System.Drawing.Color.LightGray;
  1211. this.btnInputOpen.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInputOpen.BackgroundImage")));
  1212. this.btnInputOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1213. this.btnInputOpen.FlatAppearance.BorderSize = 0;
  1214. this.btnInputOpen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1215. this.btnInputOpen.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1216. this.btnInputOpen.ForeColor = System.Drawing.Color.White;
  1217. this.btnInputOpen.Location = new System.Drawing.Point(62, 43);
  1218. this.btnInputOpen.Name = "btnInputOpen";
  1219. this.btnInputOpen.Size = new System.Drawing.Size(104, 33);
  1220. this.btnInputOpen.TabIndex = 0;
  1221. this.btnInputOpen.TabStop = false;
  1222. this.btnInputOpen.Text = "계통검색";
  1223. this.btnInputOpen.UseVisualStyleBackColor = false;
  1224. this.btnInputOpen.Click += new System.EventHandler(this.btnInputOpen_Click);
  1225. //
  1226. // btnOK
  1227. //
  1228. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  1229. this.btnOK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1230. this.btnOK.FlatAppearance.BorderSize = 0;
  1231. this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1232. this.btnOK.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold);
  1233. this.btnOK.ForeColor = System.Drawing.Color.White;
  1234. this.btnOK.Location = new System.Drawing.Point(274, 43);
  1235. this.btnOK.Margin = new System.Windows.Forms.Padding(4);
  1236. this.btnOK.Name = "btnOK";
  1237. this.btnOK.Size = new System.Drawing.Size(83, 33);
  1238. this.btnOK.TabIndex = 4;
  1239. this.btnOK.TabStop = false;
  1240. this.btnOK.Text = "확인";
  1241. this.btnOK.UseVisualStyleBackColor = true;
  1242. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  1243. //
  1244. // timer_RepeaterAllInfo_BlockRead
  1245. //
  1246. this.timer_RepeaterAllInfo_BlockRead.Interval = 1000;
  1247. this.timer_RepeaterAllInfo_BlockRead.Tick += new System.EventHandler(this.timer1_Tick);
  1248. //
  1249. // label_Warning
  1250. //
  1251. this.label_Warning.AutoSize = true;
  1252. this.label_Warning.ForeColor = System.Drawing.Color.LightCoral;
  1253. this.label_Warning.Location = new System.Drawing.Point(5, 93);
  1254. this.label_Warning.Name = "label_Warning";
  1255. this.label_Warning.Size = new System.Drawing.Size(23, 16);
  1256. this.label_Warning.TabIndex = 65;
  1257. this.label_Warning.Text = " ";
  1258. this.label_Warning.Visible = false;
  1259. //
  1260. // frmRepeaterGroup
  1261. //
  1262. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  1263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1264. this.BackColor = System.Drawing.Color.WhiteSmoke;
  1265. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  1266. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1267. this.ClientSize = new System.Drawing.Size(1080, 824);
  1268. this.Controls.Add(this.label_Warning);
  1269. this.Controls.Add(this.btnOK);
  1270. this.Controls.Add(this.btnInputOpen);
  1271. this.Controls.Add(this.label_Title_TopMain);
  1272. this.Controls.Add(this.txtLoopNo);
  1273. this.Controls.Add(this.btnInWrite);
  1274. this.Controls.Add(this.txtBoardID);
  1275. this.Controls.Add(this.txtThisReceiverID);
  1276. this.Controls.Add(this.btnRepeaterAllInfo);
  1277. this.Controls.Add(this.groupRepeater);
  1278. this.Controls.Add(this.pane_Top);
  1279. this.DoubleBuffered = true;
  1280. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1281. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1282. this.Margin = new System.Windows.Forms.Padding(4);
  1283. this.MaximizeBox = false;
  1284. this.MinimizeBox = false;
  1285. this.Name = "frmRepeaterGroup";
  1286. this.ShowIcon = false;
  1287. this.ShowInTaskbar = false;
  1288. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  1289. this.Text = "frmRepeaterGroup";
  1290. this.Activated += new System.EventHandler(this.frmRepeaterGroup_Activated);
  1291. this.Load += new System.EventHandler(this.frmRepeaterGroup_Load);
  1292. this.Disposed += new System.EventHandler(this.frmRepeaterGroup_Disposed);
  1293. this.pane_Top.ResumeLayout(false);
  1294. this.pane_Top.PerformLayout();
  1295. this.groupRepeater.ResumeLayout(false);
  1296. this.groupRepeater.PerformLayout();
  1297. this.panelPage.ResumeLayout(false);
  1298. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Repeater_Main)).EndInit();
  1299. this.panel_Bottom.ResumeLayout(false);
  1300. this.panel_Bottom.PerformLayout();
  1301. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Repeater_Sub)).EndInit();
  1302. this.ResumeLayout(false);
  1303. this.PerformLayout();
  1304. }
  1305. #endregion
  1306. private System.Windows.Forms.Panel pane_Top;
  1307. private System.Windows.Forms.Label lblDir;
  1308. private System.Windows.Forms.GroupBox groupRepeater;
  1309. private System.Windows.Forms.Button btnRepeaterAllInfo;
  1310. private System.Windows.Forms.Label label_InputLegend_Fire_Color;
  1311. private System.Windows.Forms.Label label_InputLegend_Normal_Color;
  1312. private System.Windows.Forms.Label label_InputLegend;
  1313. private System.Windows.Forms.Label label_InputLegend_Fire;
  1314. private System.Windows.Forms.Label label_InputLegend_Normal;
  1315. private System.Windows.Forms.ImageList imgListRepeaterBack;
  1316. private System.Windows.Forms.Panel panelPage;
  1317. private System.Windows.Forms.DataGridView dataGridView_Repeater_Main;
  1318. private System.Windows.Forms.DataGridViewComboBoxColumn Column1;
  1319. private System.Windows.Forms.DataGridViewComboBoxColumn Column2;
  1320. private System.Windows.Forms.DataGridViewComboBoxColumn Column3;
  1321. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  1322. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  1323. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  1324. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  1325. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  1326. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  1327. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  1328. private System.Windows.Forms.Panel panel_Bottom;
  1329. private System.Windows.Forms.Label lblRepeaterID;
  1330. private System.Windows.Forms.Label label_Title_OutputDevice;
  1331. private System.Windows.Forms.Label label_Title_InputDevice;
  1332. private System.Windows.Forms.DataGridView dataGridView_Repeater_Sub;
  1333. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  1334. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  1335. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  1336. private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
  1337. private System.Windows.Forms.Label label_OutputLegend_Output;
  1338. private System.Windows.Forms.Label label_OutputLegend;
  1339. private System.Windows.Forms.Label label_OutputLegend_Output_Color;
  1340. private System.Windows.Forms.Label label_InputLegend_Disconnect;
  1341. private System.Windows.Forms.Label label_InputLegend_Disconnect_Color;
  1342. private System.Windows.Forms.Label label_OutputLegend_Normal;
  1343. private System.Windows.Forms.Label label_OutputLegend_Normal_Color;
  1344. private System.Windows.Forms.Button btnRepeaterSearchCmd;
  1345. private System.Windows.Forms.Button btnRepeaterRecoverCmd;
  1346. private System.Windows.Forms.Button btnInWrite;
  1347. private System.Windows.Forms.TextBox txtThisReceiverID;
  1348. private System.Windows.Forms.TextBox txtBoardID;
  1349. private System.Windows.Forms.TextBox txtLoopNo;
  1350. private System.Windows.Forms.Label label_Title_TopMain;
  1351. private System.Windows.Forms.Button btnInputOpen;
  1352. private System.Windows.Forms.Button btnOK;
  1353. private System.Windows.Forms.Button btnWinClose;
  1354. private System.Windows.Forms.Label label_Title_Device;
  1355. private System.Windows.Forms.Label label_Title_ContentWhere;
  1356. private System.Windows.Forms.TextBox txtDeviceMemo;
  1357. private System.Windows.Forms.TextBox txtPositionName;
  1358. private System.Windows.Forms.TextBox txtDeviceTypeName;
  1359. private System.Windows.Forms.Label lblInfoMessage;
  1360. private System.Windows.Forms.Button btnOutWrite;
  1361. private System.Windows.Forms.Timer timer_RepeaterAllInfo_BlockRead;
  1362. private System.Windows.Forms.Label label_Warning;
  1363. private System.Windows.Forms.Label label_InputLegend_Facility_Color;
  1364. private System.Windows.Forms.Label label_InputLegend_Facility;
  1365. private System.Windows.Forms.Button button13;
  1366. private System.Windows.Forms.Button button12;
  1367. private System.Windows.Forms.Button button11;
  1368. private System.Windows.Forms.Button button10;
  1369. private System.Windows.Forms.Button button9;
  1370. private System.Windows.Forms.Button button8;
  1371. private System.Windows.Forms.Button button7;
  1372. private System.Windows.Forms.Button button6;
  1373. private System.Windows.Forms.Button button5;
  1374. private System.Windows.Forms.Button button4;
  1375. private System.Windows.Forms.Button button3;
  1376. private System.Windows.Forms.Button button2;
  1377. private System.Windows.Forms.Button button1;
  1378. private System.Windows.Forms.Button button23;
  1379. private System.Windows.Forms.Button button22;
  1380. private System.Windows.Forms.Button button21;
  1381. private System.Windows.Forms.Button button20;
  1382. private System.Windows.Forms.Button button19;
  1383. private System.Windows.Forms.Button button18;
  1384. private System.Windows.Forms.Button button17;
  1385. private System.Windows.Forms.Button button16;
  1386. private System.Windows.Forms.Button button15;
  1387. private System.Windows.Forms.Button button14;
  1388. private System.Windows.Forms.Label label_OutputLegend_Blocking;
  1389. private System.Windows.Forms.Label label_OutputLegend_Blocking_Color;
  1390. private System.Windows.Forms.Button btnRepeaterReset;
  1391. private System.Windows.Forms.Label label_AnalogLegend_Prefire_Color;
  1392. private System.Windows.Forms.Label label_AnalogLegend_Prefire;
  1393. private System.Windows.Forms.Label label_AnalogLegend_Fault;
  1394. private System.Windows.Forms.Label label_AnalogLegend_Fault_Color;
  1395. private System.Windows.Forms.Label label_AnalogLegend_Normal_Color;
  1396. private System.Windows.Forms.Label label_AnalogLegend_Fire_Color;
  1397. private System.Windows.Forms.Label label_AnalogLegend;
  1398. private System.Windows.Forms.Label label_AnalogLegend_Fire;
  1399. private System.Windows.Forms.Label label_AnalogLegend_Normal;
  1400. }
  1401. }