frmBoardGroup.designer.cs 112 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. namespace FPER
  2. {
  3. partial class frmBoardGroup
  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(frmBoardGroup));
  30. this.lblBoardComm1 = new System.Windows.Forms.Label();
  31. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  32. this.lblBoardComm2 = new System.Windows.Forms.Label();
  33. this.lblBoardComm4 = new System.Windows.Forms.Label();
  34. this.lblBoardComm3 = new System.Windows.Forms.Label();
  35. this.lblBoardComm6 = new System.Windows.Forms.Label();
  36. this.lblBoardComm5 = new System.Windows.Forms.Label();
  37. this.lblBoardComm8 = new System.Windows.Forms.Label();
  38. this.lblBoardComm7 = new System.Windows.Forms.Label();
  39. this.lblBoardComm9 = new System.Windows.Forms.Label();
  40. this.lblBoardComm10 = new System.Windows.Forms.Label();
  41. this.lblBoardComm11 = new System.Windows.Forms.Label();
  42. this.lblBoardComm12 = new System.Windows.Forms.Label();
  43. this.lblBoardComm13 = new System.Windows.Forms.Label();
  44. this.lblBoardComm14 = new System.Windows.Forms.Label();
  45. this.lblBoardComm15 = new System.Windows.Forms.Label();
  46. this.lblBoardComm16 = new System.Windows.Forms.Label();
  47. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.label7 = new System.Windows.Forms.Label();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.label9 = new System.Windows.Forms.Label();
  57. this.label10 = new System.Windows.Forms.Label();
  58. this.label11 = new System.Windows.Forms.Label();
  59. this.label12 = new System.Windows.Forms.Label();
  60. this.label13 = new System.Windows.Forms.Label();
  61. this.label14 = new System.Windows.Forms.Label();
  62. this.label15 = new System.Windows.Forms.Label();
  63. this.label16 = new System.Windows.Forms.Label();
  64. this.btnBoard1_loop1 = new System.Windows.Forms.Button();
  65. this.btnBoard1_loop0 = new System.Windows.Forms.Button();
  66. this.btnBoard9_loop1 = new System.Windows.Forms.Button();
  67. this.btnBoard9_loop0 = new System.Windows.Forms.Button();
  68. this.picBoard9 = new System.Windows.Forms.PictureBox();
  69. this.btnBoard10_loop1 = new System.Windows.Forms.Button();
  70. this.btnBoard10_loop0 = new System.Windows.Forms.Button();
  71. this.picBoard10 = new System.Windows.Forms.PictureBox();
  72. this.btnBoard11_loop1 = new System.Windows.Forms.Button();
  73. this.btnBoard11_loop0 = new System.Windows.Forms.Button();
  74. this.picBoard11 = new System.Windows.Forms.PictureBox();
  75. this.btnBoard12_loop1 = new System.Windows.Forms.Button();
  76. this.btnBoard12_loop0 = new System.Windows.Forms.Button();
  77. this.picBoard12 = new System.Windows.Forms.PictureBox();
  78. this.btnBoard13_loop1 = new System.Windows.Forms.Button();
  79. this.btnBoard13_loop0 = new System.Windows.Forms.Button();
  80. this.picBoard13 = new System.Windows.Forms.PictureBox();
  81. this.btnBoard14_loop1 = new System.Windows.Forms.Button();
  82. this.btnBoard14_loop0 = new System.Windows.Forms.Button();
  83. this.picBoard14 = new System.Windows.Forms.PictureBox();
  84. this.btnBoard15_loop1 = new System.Windows.Forms.Button();
  85. this.btnBoard15_loop0 = new System.Windows.Forms.Button();
  86. this.picBoard15 = new System.Windows.Forms.PictureBox();
  87. this.btnBoard16_loop1 = new System.Windows.Forms.Button();
  88. this.btnBoard16_loop0 = new System.Windows.Forms.Button();
  89. this.picBoard16 = new System.Windows.Forms.PictureBox();
  90. this.btnBoard8_loop1 = new System.Windows.Forms.Button();
  91. this.btnBoard8_loop0 = new System.Windows.Forms.Button();
  92. this.picBoard8 = new System.Windows.Forms.PictureBox();
  93. this.btnBoard7_loop1 = new System.Windows.Forms.Button();
  94. this.btnBoard7_loop0 = new System.Windows.Forms.Button();
  95. this.picBoard7 = new System.Windows.Forms.PictureBox();
  96. this.btnBoard6_loop1 = new System.Windows.Forms.Button();
  97. this.btnBoard6_loop0 = new System.Windows.Forms.Button();
  98. this.picBoard6 = new System.Windows.Forms.PictureBox();
  99. this.btnBoard5_loop1 = new System.Windows.Forms.Button();
  100. this.btnBoard5_loop0 = new System.Windows.Forms.Button();
  101. this.picBoard5 = new System.Windows.Forms.PictureBox();
  102. this.btnBoard4_loop1 = new System.Windows.Forms.Button();
  103. this.btnBoard4_loop0 = new System.Windows.Forms.Button();
  104. this.picBoard4 = new System.Windows.Forms.PictureBox();
  105. this.btnBoard3_loop1 = new System.Windows.Forms.Button();
  106. this.btnBoard3_loop0 = new System.Windows.Forms.Button();
  107. this.picBoard3 = new System.Windows.Forms.PictureBox();
  108. this.btnBoard2_loop1 = new System.Windows.Forms.Button();
  109. this.btnBoard2_loop0 = new System.Windows.Forms.Button();
  110. this.picBoard2 = new System.Windows.Forms.PictureBox();
  111. this.btnCommand = new System.Windows.Forms.Button();
  112. this.button3 = new System.Windows.Forms.Button();
  113. this.panel1 = new System.Windows.Forms.Panel();
  114. this.btnWinClose = new System.Windows.Forms.Button();
  115. this.lblDir = new System.Windows.Forms.Label();
  116. this.panel_Temp = new System.Windows.Forms.Panel();
  117. this.picBoard1 = new System.Windows.Forms.PictureBox();
  118. this.imageList_Loop = new System.Windows.Forms.ImageList(this.components);
  119. this.imageList_RepeaterBoard = new System.Windows.Forms.ImageList(this.components);
  120. ((System.ComponentModel.ISupportInitialize)(this.picBoard9)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.picBoard10)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.picBoard11)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.picBoard12)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.picBoard13)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.picBoard14)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.picBoard15)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.picBoard16)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.picBoard8)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.picBoard7)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.picBoard6)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.picBoard5)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.picBoard4)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.picBoard3)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.picBoard2)).BeginInit();
  135. this.panel1.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.picBoard1)).BeginInit();
  137. this.SuspendLayout();
  138. //
  139. // lblBoardComm1
  140. //
  141. this.lblBoardComm1.AutoSize = true;
  142. this.lblBoardComm1.BackColor = System.Drawing.Color.Transparent;
  143. this.lblBoardComm1.ForeColor = System.Drawing.Color.Red;
  144. this.lblBoardComm1.Location = new System.Drawing.Point(210, 138);
  145. this.lblBoardComm1.Name = "lblBoardComm1";
  146. this.lblBoardComm1.Size = new System.Drawing.Size(72, 16);
  147. this.lblBoardComm1.TabIndex = 24;
  148. this.lblBoardComm1.Text = "통신이상";
  149. this.lblBoardComm1.Visible = false;
  150. //
  151. // txtThisReceiverID
  152. //
  153. this.txtThisReceiverID.BackColor = System.Drawing.Color.Black;
  154. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  155. this.txtThisReceiverID.ForeColor = System.Drawing.Color.White;
  156. this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58);
  157. this.txtThisReceiverID.MaxLength = 2;
  158. this.txtThisReceiverID.Name = "txtThisReceiverID";
  159. this.txtThisReceiverID.ReadOnly = true;
  160. this.txtThisReceiverID.Size = new System.Drawing.Size(39, 38);
  161. this.txtThisReceiverID.TabIndex = 153;
  162. this.txtThisReceiverID.Text = "01";
  163. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  164. //
  165. // lblBoardComm2
  166. //
  167. this.lblBoardComm2.AutoSize = true;
  168. this.lblBoardComm2.BackColor = System.Drawing.Color.Transparent;
  169. this.lblBoardComm2.ForeColor = System.Drawing.Color.Red;
  170. this.lblBoardComm2.Location = new System.Drawing.Point(359, 138);
  171. this.lblBoardComm2.Name = "lblBoardComm2";
  172. this.lblBoardComm2.Size = new System.Drawing.Size(72, 16);
  173. this.lblBoardComm2.TabIndex = 159;
  174. this.lblBoardComm2.Text = "통신이상";
  175. this.lblBoardComm2.Visible = false;
  176. //
  177. // lblBoardComm4
  178. //
  179. this.lblBoardComm4.AutoSize = true;
  180. this.lblBoardComm4.BackColor = System.Drawing.Color.Transparent;
  181. this.lblBoardComm4.ForeColor = System.Drawing.Color.Red;
  182. this.lblBoardComm4.Location = new System.Drawing.Point(657, 138);
  183. this.lblBoardComm4.Name = "lblBoardComm4";
  184. this.lblBoardComm4.Size = new System.Drawing.Size(72, 16);
  185. this.lblBoardComm4.TabIndex = 167;
  186. this.lblBoardComm4.Text = "통신이상";
  187. this.lblBoardComm4.Visible = false;
  188. //
  189. // lblBoardComm3
  190. //
  191. this.lblBoardComm3.AutoSize = true;
  192. this.lblBoardComm3.BackColor = System.Drawing.Color.Transparent;
  193. this.lblBoardComm3.ForeColor = System.Drawing.Color.Red;
  194. this.lblBoardComm3.Location = new System.Drawing.Point(508, 138);
  195. this.lblBoardComm3.Name = "lblBoardComm3";
  196. this.lblBoardComm3.Size = new System.Drawing.Size(72, 16);
  197. this.lblBoardComm3.TabIndex = 163;
  198. this.lblBoardComm3.Text = "통신이상";
  199. this.lblBoardComm3.Visible = false;
  200. //
  201. // lblBoardComm6
  202. //
  203. this.lblBoardComm6.AutoSize = true;
  204. this.lblBoardComm6.BackColor = System.Drawing.Color.Transparent;
  205. this.lblBoardComm6.ForeColor = System.Drawing.Color.Red;
  206. this.lblBoardComm6.Location = new System.Drawing.Point(210, 364);
  207. this.lblBoardComm6.Name = "lblBoardComm6";
  208. this.lblBoardComm6.Size = new System.Drawing.Size(72, 16);
  209. this.lblBoardComm6.TabIndex = 175;
  210. this.lblBoardComm6.Text = "통신이상";
  211. this.lblBoardComm6.Visible = false;
  212. //
  213. // lblBoardComm5
  214. //
  215. this.lblBoardComm5.AutoSize = true;
  216. this.lblBoardComm5.BackColor = System.Drawing.Color.Transparent;
  217. this.lblBoardComm5.ForeColor = System.Drawing.Color.Red;
  218. this.lblBoardComm5.Location = new System.Drawing.Point(806, 138);
  219. this.lblBoardComm5.Name = "lblBoardComm5";
  220. this.lblBoardComm5.Size = new System.Drawing.Size(72, 16);
  221. this.lblBoardComm5.TabIndex = 171;
  222. this.lblBoardComm5.Text = "통신이상";
  223. this.lblBoardComm5.Visible = false;
  224. //
  225. // lblBoardComm8
  226. //
  227. this.lblBoardComm8.AutoSize = true;
  228. this.lblBoardComm8.BackColor = System.Drawing.Color.Transparent;
  229. this.lblBoardComm8.ForeColor = System.Drawing.Color.Red;
  230. this.lblBoardComm8.Location = new System.Drawing.Point(508, 364);
  231. this.lblBoardComm8.Name = "lblBoardComm8";
  232. this.lblBoardComm8.Size = new System.Drawing.Size(72, 16);
  233. this.lblBoardComm8.TabIndex = 183;
  234. this.lblBoardComm8.Text = "통신이상";
  235. this.lblBoardComm8.Visible = false;
  236. //
  237. // lblBoardComm7
  238. //
  239. this.lblBoardComm7.AutoSize = true;
  240. this.lblBoardComm7.BackColor = System.Drawing.Color.Transparent;
  241. this.lblBoardComm7.ForeColor = System.Drawing.Color.Red;
  242. this.lblBoardComm7.Location = new System.Drawing.Point(359, 364);
  243. this.lblBoardComm7.Name = "lblBoardComm7";
  244. this.lblBoardComm7.Size = new System.Drawing.Size(72, 16);
  245. this.lblBoardComm7.TabIndex = 179;
  246. this.lblBoardComm7.Text = "통신이상";
  247. this.lblBoardComm7.Visible = false;
  248. //
  249. // lblBoardComm9
  250. //
  251. this.lblBoardComm9.AutoSize = true;
  252. this.lblBoardComm9.BackColor = System.Drawing.Color.Transparent;
  253. this.lblBoardComm9.ForeColor = System.Drawing.Color.Red;
  254. this.lblBoardComm9.Location = new System.Drawing.Point(657, 364);
  255. this.lblBoardComm9.Name = "lblBoardComm9";
  256. this.lblBoardComm9.Size = new System.Drawing.Size(72, 16);
  257. this.lblBoardComm9.TabIndex = 215;
  258. this.lblBoardComm9.Text = "통신이상";
  259. this.lblBoardComm9.Visible = false;
  260. //
  261. // lblBoardComm10
  262. //
  263. this.lblBoardComm10.AutoSize = true;
  264. this.lblBoardComm10.BackColor = System.Drawing.Color.Transparent;
  265. this.lblBoardComm10.ForeColor = System.Drawing.Color.Red;
  266. this.lblBoardComm10.Location = new System.Drawing.Point(806, 364);
  267. this.lblBoardComm10.Name = "lblBoardComm10";
  268. this.lblBoardComm10.Size = new System.Drawing.Size(72, 16);
  269. this.lblBoardComm10.TabIndex = 211;
  270. this.lblBoardComm10.Text = "통신이상";
  271. this.lblBoardComm10.Visible = false;
  272. //
  273. // lblBoardComm11
  274. //
  275. this.lblBoardComm11.AutoSize = true;
  276. this.lblBoardComm11.BackColor = System.Drawing.Color.Transparent;
  277. this.lblBoardComm11.ForeColor = System.Drawing.Color.Red;
  278. this.lblBoardComm11.Location = new System.Drawing.Point(210, 591);
  279. this.lblBoardComm11.Name = "lblBoardComm11";
  280. this.lblBoardComm11.Size = new System.Drawing.Size(72, 16);
  281. this.lblBoardComm11.TabIndex = 207;
  282. this.lblBoardComm11.Text = "통신이상";
  283. this.lblBoardComm11.Visible = false;
  284. //
  285. // lblBoardComm12
  286. //
  287. this.lblBoardComm12.AutoSize = true;
  288. this.lblBoardComm12.BackColor = System.Drawing.Color.Transparent;
  289. this.lblBoardComm12.ForeColor = System.Drawing.Color.Red;
  290. this.lblBoardComm12.Location = new System.Drawing.Point(359, 591);
  291. this.lblBoardComm12.Name = "lblBoardComm12";
  292. this.lblBoardComm12.Size = new System.Drawing.Size(72, 16);
  293. this.lblBoardComm12.TabIndex = 203;
  294. this.lblBoardComm12.Text = "통신이상";
  295. this.lblBoardComm12.Visible = false;
  296. //
  297. // lblBoardComm13
  298. //
  299. this.lblBoardComm13.AutoSize = true;
  300. this.lblBoardComm13.BackColor = System.Drawing.Color.Transparent;
  301. this.lblBoardComm13.ForeColor = System.Drawing.Color.Red;
  302. this.lblBoardComm13.Location = new System.Drawing.Point(508, 591);
  303. this.lblBoardComm13.Name = "lblBoardComm13";
  304. this.lblBoardComm13.Size = new System.Drawing.Size(72, 16);
  305. this.lblBoardComm13.TabIndex = 199;
  306. this.lblBoardComm13.Text = "통신이상";
  307. this.lblBoardComm13.Visible = false;
  308. //
  309. // lblBoardComm14
  310. //
  311. this.lblBoardComm14.AutoSize = true;
  312. this.lblBoardComm14.BackColor = System.Drawing.Color.Transparent;
  313. this.lblBoardComm14.ForeColor = System.Drawing.Color.Red;
  314. this.lblBoardComm14.Location = new System.Drawing.Point(657, 591);
  315. this.lblBoardComm14.Name = "lblBoardComm14";
  316. this.lblBoardComm14.Size = new System.Drawing.Size(72, 16);
  317. this.lblBoardComm14.TabIndex = 195;
  318. this.lblBoardComm14.Text = "통신이상";
  319. this.lblBoardComm14.Visible = false;
  320. //
  321. // lblBoardComm15
  322. //
  323. this.lblBoardComm15.AutoSize = true;
  324. this.lblBoardComm15.BackColor = System.Drawing.Color.Transparent;
  325. this.lblBoardComm15.ForeColor = System.Drawing.Color.Red;
  326. this.lblBoardComm15.Location = new System.Drawing.Point(806, 591);
  327. this.lblBoardComm15.Name = "lblBoardComm15";
  328. this.lblBoardComm15.Size = new System.Drawing.Size(72, 16);
  329. this.lblBoardComm15.TabIndex = 191;
  330. this.lblBoardComm15.Text = "통신이상";
  331. this.lblBoardComm15.Visible = false;
  332. //
  333. // lblBoardComm16
  334. //
  335. this.lblBoardComm16.AutoSize = true;
  336. this.lblBoardComm16.BackColor = System.Drawing.Color.Transparent;
  337. this.lblBoardComm16.ForeColor = System.Drawing.Color.Red;
  338. this.lblBoardComm16.Location = new System.Drawing.Point(962, 591);
  339. this.lblBoardComm16.Name = "lblBoardComm16";
  340. this.lblBoardComm16.Size = new System.Drawing.Size(72, 16);
  341. this.lblBoardComm16.TabIndex = 187;
  342. this.lblBoardComm16.Text = "통신이상";
  343. this.lblBoardComm16.Visible = false;
  344. //
  345. // imageList1
  346. //
  347. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  348. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  349. this.imageList1.Images.SetKeyName(0, "통신보드_비사용.gif");
  350. this.imageList1.Images.SetKeyName(1, "통신보드_정상.gif");
  351. this.imageList1.Images.SetKeyName(2, "통신보드_이상.gif");
  352. //
  353. // label1
  354. //
  355. this.label1.AutoSize = true;
  356. this.label1.BackColor = System.Drawing.Color.White;
  357. this.label1.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  358. this.label1.Location = new System.Drawing.Point(232, 175);
  359. this.label1.Name = "label1";
  360. this.label1.Size = new System.Drawing.Size(22, 21);
  361. this.label1.TabIndex = 216;
  362. this.label1.Text = "1";
  363. //
  364. // label2
  365. //
  366. this.label2.AutoSize = true;
  367. this.label2.BackColor = System.Drawing.Color.White;
  368. this.label2.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  369. this.label2.Location = new System.Drawing.Point(383, 175);
  370. this.label2.Name = "label2";
  371. this.label2.Size = new System.Drawing.Size(22, 21);
  372. this.label2.TabIndex = 217;
  373. this.label2.Text = "2";
  374. //
  375. // label3
  376. //
  377. this.label3.AutoSize = true;
  378. this.label3.BackColor = System.Drawing.Color.White;
  379. this.label3.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  380. this.label3.Location = new System.Drawing.Point(534, 175);
  381. this.label3.Name = "label3";
  382. this.label3.Size = new System.Drawing.Size(22, 21);
  383. this.label3.TabIndex = 218;
  384. this.label3.Text = "3";
  385. //
  386. // label4
  387. //
  388. this.label4.AutoSize = true;
  389. this.label4.BackColor = System.Drawing.Color.White;
  390. this.label4.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  391. this.label4.Location = new System.Drawing.Point(685, 175);
  392. this.label4.Name = "label4";
  393. this.label4.Size = new System.Drawing.Size(22, 21);
  394. this.label4.TabIndex = 219;
  395. this.label4.Text = "4";
  396. //
  397. // label5
  398. //
  399. this.label5.AutoSize = true;
  400. this.label5.BackColor = System.Drawing.Color.White;
  401. this.label5.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  402. this.label5.Location = new System.Drawing.Point(836, 175);
  403. this.label5.Name = "label5";
  404. this.label5.Size = new System.Drawing.Size(22, 21);
  405. this.label5.TabIndex = 220;
  406. this.label5.Text = "5";
  407. //
  408. // label6
  409. //
  410. this.label6.AutoSize = true;
  411. this.label6.BackColor = System.Drawing.Color.White;
  412. this.label6.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  413. this.label6.Location = new System.Drawing.Point(233, 401);
  414. this.label6.Name = "label6";
  415. this.label6.Size = new System.Drawing.Size(22, 21);
  416. this.label6.TabIndex = 221;
  417. this.label6.Text = "6";
  418. //
  419. // label7
  420. //
  421. this.label7.AutoSize = true;
  422. this.label7.BackColor = System.Drawing.Color.White;
  423. this.label7.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  424. this.label7.Location = new System.Drawing.Point(383, 401);
  425. this.label7.Name = "label7";
  426. this.label7.Size = new System.Drawing.Size(22, 21);
  427. this.label7.TabIndex = 222;
  428. this.label7.Text = "7";
  429. //
  430. // label8
  431. //
  432. this.label8.AutoSize = true;
  433. this.label8.BackColor = System.Drawing.Color.White;
  434. this.label8.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  435. this.label8.Location = new System.Drawing.Point(534, 401);
  436. this.label8.Name = "label8";
  437. this.label8.Size = new System.Drawing.Size(22, 21);
  438. this.label8.TabIndex = 223;
  439. this.label8.Text = "8";
  440. //
  441. // label9
  442. //
  443. this.label9.AutoSize = true;
  444. this.label9.BackColor = System.Drawing.Color.White;
  445. this.label9.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  446. this.label9.Location = new System.Drawing.Point(683, 401);
  447. this.label9.Name = "label9";
  448. this.label9.Size = new System.Drawing.Size(22, 21);
  449. this.label9.TabIndex = 231;
  450. this.label9.Text = "9";
  451. //
  452. // label10
  453. //
  454. this.label10.AutoSize = true;
  455. this.label10.BackColor = System.Drawing.Color.White;
  456. this.label10.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  457. this.label10.Location = new System.Drawing.Point(829, 401);
  458. this.label10.Name = "label10";
  459. this.label10.Size = new System.Drawing.Size(34, 21);
  460. this.label10.TabIndex = 230;
  461. this.label10.Text = "10";
  462. //
  463. // label11
  464. //
  465. this.label11.AutoSize = true;
  466. this.label11.BackColor = System.Drawing.Color.White;
  467. this.label11.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  468. this.label11.Location = new System.Drawing.Point(226, 628);
  469. this.label11.Name = "label11";
  470. this.label11.Size = new System.Drawing.Size(34, 21);
  471. this.label11.TabIndex = 229;
  472. this.label11.Text = "11";
  473. //
  474. // label12
  475. //
  476. this.label12.AutoSize = true;
  477. this.label12.BackColor = System.Drawing.Color.White;
  478. this.label12.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  479. this.label12.Location = new System.Drawing.Point(376, 628);
  480. this.label12.Name = "label12";
  481. this.label12.Size = new System.Drawing.Size(34, 21);
  482. this.label12.TabIndex = 228;
  483. this.label12.Text = "12";
  484. //
  485. // label13
  486. //
  487. this.label13.AutoSize = true;
  488. this.label13.BackColor = System.Drawing.Color.White;
  489. this.label13.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  490. this.label13.Location = new System.Drawing.Point(527, 628);
  491. this.label13.Name = "label13";
  492. this.label13.Size = new System.Drawing.Size(34, 21);
  493. this.label13.TabIndex = 227;
  494. this.label13.Text = "13";
  495. //
  496. // label14
  497. //
  498. this.label14.AutoSize = true;
  499. this.label14.BackColor = System.Drawing.Color.White;
  500. this.label14.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  501. this.label14.Location = new System.Drawing.Point(678, 628);
  502. this.label14.Name = "label14";
  503. this.label14.Size = new System.Drawing.Size(34, 21);
  504. this.label14.TabIndex = 226;
  505. this.label14.Text = "14";
  506. //
  507. // label15
  508. //
  509. this.label15.AutoSize = true;
  510. this.label15.BackColor = System.Drawing.Color.White;
  511. this.label15.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  512. this.label15.Location = new System.Drawing.Point(830, 628);
  513. this.label15.Name = "label15";
  514. this.label15.Size = new System.Drawing.Size(34, 21);
  515. this.label15.TabIndex = 225;
  516. this.label15.Text = "15";
  517. //
  518. // label16
  519. //
  520. this.label16.AutoSize = true;
  521. this.label16.BackColor = System.Drawing.Color.White;
  522. this.label16.Font = new System.Drawing.Font("돋움", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  523. this.label16.Location = new System.Drawing.Point(980, 628);
  524. this.label16.Name = "label16";
  525. this.label16.Size = new System.Drawing.Size(34, 21);
  526. this.label16.TabIndex = 224;
  527. this.label16.Text = "16";
  528. this.label16.Visible = false;
  529. //
  530. // btnBoard1_loop1
  531. //
  532. this.btnBoard1_loop1.BackColor = System.Drawing.Color.Transparent;
  533. this.btnBoard1_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard1_loop1.BackgroundImage")));
  534. this.btnBoard1_loop1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  535. this.btnBoard1_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  536. this.btnBoard1_loop1.FlatAppearance.BorderSize = 0;
  537. this.btnBoard1_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  538. this.btnBoard1_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  539. this.btnBoard1_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  540. this.btnBoard1_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  541. this.btnBoard1_loop1.ForeColor = System.Drawing.Color.White;
  542. this.btnBoard1_loop1.Location = new System.Drawing.Point(195, 285);
  543. this.btnBoard1_loop1.Name = "btnBoard1_loop1";
  544. this.btnBoard1_loop1.Size = new System.Drawing.Size(95, 45);
  545. this.btnBoard1_loop1.TabIndex = 23;
  546. this.btnBoard1_loop1.Text = "LOOP 1";
  547. this.btnBoard1_loop1.UseVisualStyleBackColor = false;
  548. this.btnBoard1_loop1.Click += new System.EventHandler(this.btnBoard1_loop1_Click);
  549. //
  550. // btnBoard1_loop0
  551. //
  552. this.btnBoard1_loop0.BackColor = System.Drawing.Color.Transparent;
  553. this.btnBoard1_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard1_loop0.BackgroundImage")));
  554. this.btnBoard1_loop0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  555. this.btnBoard1_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  556. this.btnBoard1_loop0.FlatAppearance.BorderSize = 0;
  557. this.btnBoard1_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  558. this.btnBoard1_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  559. this.btnBoard1_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  560. this.btnBoard1_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  561. this.btnBoard1_loop0.ForeColor = System.Drawing.Color.White;
  562. this.btnBoard1_loop0.Location = new System.Drawing.Point(195, 241);
  563. this.btnBoard1_loop0.Name = "btnBoard1_loop0";
  564. this.btnBoard1_loop0.Size = new System.Drawing.Size(95, 45);
  565. this.btnBoard1_loop0.TabIndex = 22;
  566. this.btnBoard1_loop0.Text = "LOOP 0";
  567. this.btnBoard1_loop0.UseVisualStyleBackColor = false;
  568. this.btnBoard1_loop0.Click += new System.EventHandler(this.btnBoard1_loop0_Click);
  569. //
  570. // btnBoard9_loop1
  571. //
  572. this.btnBoard9_loop1.BackColor = System.Drawing.Color.Transparent;
  573. this.btnBoard9_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard9_loop1.BackgroundImage")));
  574. this.btnBoard9_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  575. this.btnBoard9_loop1.FlatAppearance.BorderSize = 0;
  576. this.btnBoard9_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  577. this.btnBoard9_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  578. this.btnBoard9_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  579. this.btnBoard9_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  580. this.btnBoard9_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  581. this.btnBoard9_loop1.ForeColor = System.Drawing.Color.White;
  582. this.btnBoard9_loop1.Location = new System.Drawing.Point(648, 511);
  583. this.btnBoard9_loop1.Name = "btnBoard9_loop1";
  584. this.btnBoard9_loop1.Size = new System.Drawing.Size(95, 45);
  585. this.btnBoard9_loop1.TabIndex = 214;
  586. this.btnBoard9_loop1.Text = "LOOP 1";
  587. this.btnBoard9_loop1.UseVisualStyleBackColor = false;
  588. this.btnBoard9_loop1.Click += new System.EventHandler(this.btnBoard9_loop1_Click);
  589. //
  590. // btnBoard9_loop0
  591. //
  592. this.btnBoard9_loop0.BackColor = System.Drawing.Color.Transparent;
  593. this.btnBoard9_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard9_loop0.BackgroundImage")));
  594. this.btnBoard9_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  595. this.btnBoard9_loop0.FlatAppearance.BorderSize = 0;
  596. this.btnBoard9_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  597. this.btnBoard9_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  598. this.btnBoard9_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  599. this.btnBoard9_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  600. this.btnBoard9_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  601. this.btnBoard9_loop0.ForeColor = System.Drawing.Color.White;
  602. this.btnBoard9_loop0.Location = new System.Drawing.Point(648, 467);
  603. this.btnBoard9_loop0.Name = "btnBoard9_loop0";
  604. this.btnBoard9_loop0.Size = new System.Drawing.Size(95, 45);
  605. this.btnBoard9_loop0.TabIndex = 213;
  606. this.btnBoard9_loop0.Text = "LOOP 0";
  607. this.btnBoard9_loop0.UseVisualStyleBackColor = false;
  608. this.btnBoard9_loop0.Click += new System.EventHandler(this.btnBoard9_loop0_Click);
  609. //
  610. // picBoard9
  611. //
  612. this.picBoard9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard9.BackgroundImage")));
  613. this.picBoard9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  614. this.picBoard9.Location = new System.Drawing.Point(644, 383);
  615. this.picBoard9.Name = "picBoard9";
  616. this.picBoard9.Size = new System.Drawing.Size(103, 177);
  617. this.picBoard9.TabIndex = 212;
  618. this.picBoard9.TabStop = false;
  619. //
  620. // btnBoard10_loop1
  621. //
  622. this.btnBoard10_loop1.BackColor = System.Drawing.Color.Transparent;
  623. this.btnBoard10_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard10_loop1.BackgroundImage")));
  624. this.btnBoard10_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  625. this.btnBoard10_loop1.FlatAppearance.BorderSize = 0;
  626. this.btnBoard10_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  627. this.btnBoard10_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  628. this.btnBoard10_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  629. this.btnBoard10_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  630. this.btnBoard10_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  631. this.btnBoard10_loop1.ForeColor = System.Drawing.Color.White;
  632. this.btnBoard10_loop1.Location = new System.Drawing.Point(799, 511);
  633. this.btnBoard10_loop1.Name = "btnBoard10_loop1";
  634. this.btnBoard10_loop1.Size = new System.Drawing.Size(95, 45);
  635. this.btnBoard10_loop1.TabIndex = 210;
  636. this.btnBoard10_loop1.Text = "LOOP 1";
  637. this.btnBoard10_loop1.UseVisualStyleBackColor = false;
  638. this.btnBoard10_loop1.Click += new System.EventHandler(this.btnBoard10_loop1_Click);
  639. //
  640. // btnBoard10_loop0
  641. //
  642. this.btnBoard10_loop0.BackColor = System.Drawing.Color.Transparent;
  643. this.btnBoard10_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard10_loop0.BackgroundImage")));
  644. this.btnBoard10_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  645. this.btnBoard10_loop0.FlatAppearance.BorderSize = 0;
  646. this.btnBoard10_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  647. this.btnBoard10_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  648. this.btnBoard10_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  649. this.btnBoard10_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  650. this.btnBoard10_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  651. this.btnBoard10_loop0.ForeColor = System.Drawing.Color.White;
  652. this.btnBoard10_loop0.Location = new System.Drawing.Point(799, 467);
  653. this.btnBoard10_loop0.Name = "btnBoard10_loop0";
  654. this.btnBoard10_loop0.Size = new System.Drawing.Size(95, 45);
  655. this.btnBoard10_loop0.TabIndex = 209;
  656. this.btnBoard10_loop0.Text = "LOOP 0";
  657. this.btnBoard10_loop0.UseVisualStyleBackColor = false;
  658. this.btnBoard10_loop0.Click += new System.EventHandler(this.btnBoard10_loop0_Click);
  659. //
  660. // picBoard10
  661. //
  662. this.picBoard10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard10.BackgroundImage")));
  663. this.picBoard10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  664. this.picBoard10.Location = new System.Drawing.Point(795, 383);
  665. this.picBoard10.Name = "picBoard10";
  666. this.picBoard10.Size = new System.Drawing.Size(103, 177);
  667. this.picBoard10.TabIndex = 208;
  668. this.picBoard10.TabStop = false;
  669. //
  670. // btnBoard11_loop1
  671. //
  672. this.btnBoard11_loop1.BackColor = System.Drawing.Color.Transparent;
  673. this.btnBoard11_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard11_loop1.BackgroundImage")));
  674. this.btnBoard11_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  675. this.btnBoard11_loop1.FlatAppearance.BorderSize = 0;
  676. this.btnBoard11_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  677. this.btnBoard11_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  678. this.btnBoard11_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  679. this.btnBoard11_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  680. this.btnBoard11_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  681. this.btnBoard11_loop1.ForeColor = System.Drawing.Color.White;
  682. this.btnBoard11_loop1.Location = new System.Drawing.Point(195, 738);
  683. this.btnBoard11_loop1.Name = "btnBoard11_loop1";
  684. this.btnBoard11_loop1.Size = new System.Drawing.Size(95, 45);
  685. this.btnBoard11_loop1.TabIndex = 206;
  686. this.btnBoard11_loop1.Text = "LOOP 1";
  687. this.btnBoard11_loop1.UseVisualStyleBackColor = false;
  688. this.btnBoard11_loop1.Click += new System.EventHandler(this.btnBoard11_loop1_Click);
  689. //
  690. // btnBoard11_loop0
  691. //
  692. this.btnBoard11_loop0.BackColor = System.Drawing.Color.Transparent;
  693. this.btnBoard11_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard11_loop0.BackgroundImage")));
  694. this.btnBoard11_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  695. this.btnBoard11_loop0.FlatAppearance.BorderSize = 0;
  696. this.btnBoard11_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  697. this.btnBoard11_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  698. this.btnBoard11_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  699. this.btnBoard11_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  700. this.btnBoard11_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  701. this.btnBoard11_loop0.ForeColor = System.Drawing.Color.White;
  702. this.btnBoard11_loop0.Location = new System.Drawing.Point(195, 694);
  703. this.btnBoard11_loop0.Name = "btnBoard11_loop0";
  704. this.btnBoard11_loop0.Size = new System.Drawing.Size(95, 45);
  705. this.btnBoard11_loop0.TabIndex = 205;
  706. this.btnBoard11_loop0.Text = "LOOP 0";
  707. this.btnBoard11_loop0.UseVisualStyleBackColor = false;
  708. this.btnBoard11_loop0.Click += new System.EventHandler(this.btnBoard11_loop0_Click);
  709. //
  710. // picBoard11
  711. //
  712. this.picBoard11.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard11.BackgroundImage")));
  713. this.picBoard11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  714. this.picBoard11.Location = new System.Drawing.Point(191, 610);
  715. this.picBoard11.Name = "picBoard11";
  716. this.picBoard11.Size = new System.Drawing.Size(103, 177);
  717. this.picBoard11.TabIndex = 204;
  718. this.picBoard11.TabStop = false;
  719. //
  720. // btnBoard12_loop1
  721. //
  722. this.btnBoard12_loop1.BackColor = System.Drawing.Color.Transparent;
  723. this.btnBoard12_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard12_loop1.BackgroundImage")));
  724. this.btnBoard12_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  725. this.btnBoard12_loop1.FlatAppearance.BorderSize = 0;
  726. this.btnBoard12_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  727. this.btnBoard12_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  728. this.btnBoard12_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  729. this.btnBoard12_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  730. this.btnBoard12_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  731. this.btnBoard12_loop1.ForeColor = System.Drawing.Color.White;
  732. this.btnBoard12_loop1.Location = new System.Drawing.Point(346, 738);
  733. this.btnBoard12_loop1.Name = "btnBoard12_loop1";
  734. this.btnBoard12_loop1.Size = new System.Drawing.Size(95, 45);
  735. this.btnBoard12_loop1.TabIndex = 202;
  736. this.btnBoard12_loop1.Text = "LOOP 1";
  737. this.btnBoard12_loop1.UseVisualStyleBackColor = false;
  738. this.btnBoard12_loop1.Click += new System.EventHandler(this.btnBoard12_loop1_Click);
  739. //
  740. // btnBoard12_loop0
  741. //
  742. this.btnBoard12_loop0.BackColor = System.Drawing.Color.Transparent;
  743. this.btnBoard12_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard12_loop0.BackgroundImage")));
  744. this.btnBoard12_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  745. this.btnBoard12_loop0.FlatAppearance.BorderSize = 0;
  746. this.btnBoard12_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  747. this.btnBoard12_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  748. this.btnBoard12_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  749. this.btnBoard12_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  750. this.btnBoard12_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  751. this.btnBoard12_loop0.ForeColor = System.Drawing.Color.White;
  752. this.btnBoard12_loop0.Location = new System.Drawing.Point(346, 694);
  753. this.btnBoard12_loop0.Name = "btnBoard12_loop0";
  754. this.btnBoard12_loop0.Size = new System.Drawing.Size(95, 45);
  755. this.btnBoard12_loop0.TabIndex = 201;
  756. this.btnBoard12_loop0.Text = "LOOP 0";
  757. this.btnBoard12_loop0.UseVisualStyleBackColor = false;
  758. this.btnBoard12_loop0.Click += new System.EventHandler(this.btnBoard12_loop0_Click);
  759. //
  760. // picBoard12
  761. //
  762. this.picBoard12.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard12.BackgroundImage")));
  763. this.picBoard12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  764. this.picBoard12.Location = new System.Drawing.Point(342, 610);
  765. this.picBoard12.Name = "picBoard12";
  766. this.picBoard12.Size = new System.Drawing.Size(103, 177);
  767. this.picBoard12.TabIndex = 200;
  768. this.picBoard12.TabStop = false;
  769. //
  770. // btnBoard13_loop1
  771. //
  772. this.btnBoard13_loop1.BackColor = System.Drawing.Color.Transparent;
  773. this.btnBoard13_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard13_loop1.BackgroundImage")));
  774. this.btnBoard13_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  775. this.btnBoard13_loop1.FlatAppearance.BorderSize = 0;
  776. this.btnBoard13_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  777. this.btnBoard13_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  778. this.btnBoard13_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  779. this.btnBoard13_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  780. this.btnBoard13_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  781. this.btnBoard13_loop1.ForeColor = System.Drawing.Color.White;
  782. this.btnBoard13_loop1.Location = new System.Drawing.Point(497, 738);
  783. this.btnBoard13_loop1.Name = "btnBoard13_loop1";
  784. this.btnBoard13_loop1.Size = new System.Drawing.Size(95, 45);
  785. this.btnBoard13_loop1.TabIndex = 198;
  786. this.btnBoard13_loop1.Text = "LOOP 1";
  787. this.btnBoard13_loop1.UseVisualStyleBackColor = false;
  788. this.btnBoard13_loop1.Click += new System.EventHandler(this.btnBoard13_loop1_Click);
  789. //
  790. // btnBoard13_loop0
  791. //
  792. this.btnBoard13_loop0.BackColor = System.Drawing.Color.Transparent;
  793. this.btnBoard13_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard13_loop0.BackgroundImage")));
  794. this.btnBoard13_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  795. this.btnBoard13_loop0.FlatAppearance.BorderSize = 0;
  796. this.btnBoard13_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  797. this.btnBoard13_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  798. this.btnBoard13_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  799. this.btnBoard13_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  800. this.btnBoard13_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  801. this.btnBoard13_loop0.ForeColor = System.Drawing.Color.White;
  802. this.btnBoard13_loop0.Location = new System.Drawing.Point(497, 694);
  803. this.btnBoard13_loop0.Name = "btnBoard13_loop0";
  804. this.btnBoard13_loop0.Size = new System.Drawing.Size(95, 45);
  805. this.btnBoard13_loop0.TabIndex = 197;
  806. this.btnBoard13_loop0.Text = "LOOP 0";
  807. this.btnBoard13_loop0.UseVisualStyleBackColor = false;
  808. this.btnBoard13_loop0.Click += new System.EventHandler(this.btnBoard13_loop0_Click);
  809. //
  810. // picBoard13
  811. //
  812. this.picBoard13.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard13.BackgroundImage")));
  813. this.picBoard13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  814. this.picBoard13.Location = new System.Drawing.Point(493, 610);
  815. this.picBoard13.Name = "picBoard13";
  816. this.picBoard13.Size = new System.Drawing.Size(103, 177);
  817. this.picBoard13.TabIndex = 196;
  818. this.picBoard13.TabStop = false;
  819. //
  820. // btnBoard14_loop1
  821. //
  822. this.btnBoard14_loop1.BackColor = System.Drawing.Color.Transparent;
  823. this.btnBoard14_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard14_loop1.BackgroundImage")));
  824. this.btnBoard14_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  825. this.btnBoard14_loop1.FlatAppearance.BorderSize = 0;
  826. this.btnBoard14_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  827. this.btnBoard14_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  828. this.btnBoard14_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  829. this.btnBoard14_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  830. this.btnBoard14_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  831. this.btnBoard14_loop1.ForeColor = System.Drawing.Color.White;
  832. this.btnBoard14_loop1.Location = new System.Drawing.Point(648, 738);
  833. this.btnBoard14_loop1.Name = "btnBoard14_loop1";
  834. this.btnBoard14_loop1.Size = new System.Drawing.Size(95, 45);
  835. this.btnBoard14_loop1.TabIndex = 194;
  836. this.btnBoard14_loop1.Text = "LOOP 1";
  837. this.btnBoard14_loop1.UseVisualStyleBackColor = false;
  838. this.btnBoard14_loop1.Click += new System.EventHandler(this.btnBoard14_loop1_Click);
  839. //
  840. // btnBoard14_loop0
  841. //
  842. this.btnBoard14_loop0.BackColor = System.Drawing.Color.Transparent;
  843. this.btnBoard14_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard14_loop0.BackgroundImage")));
  844. this.btnBoard14_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  845. this.btnBoard14_loop0.FlatAppearance.BorderSize = 0;
  846. this.btnBoard14_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  847. this.btnBoard14_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  848. this.btnBoard14_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  849. this.btnBoard14_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  850. this.btnBoard14_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  851. this.btnBoard14_loop0.ForeColor = System.Drawing.Color.White;
  852. this.btnBoard14_loop0.Location = new System.Drawing.Point(648, 694);
  853. this.btnBoard14_loop0.Name = "btnBoard14_loop0";
  854. this.btnBoard14_loop0.Size = new System.Drawing.Size(95, 45);
  855. this.btnBoard14_loop0.TabIndex = 193;
  856. this.btnBoard14_loop0.Text = "LOOP 0";
  857. this.btnBoard14_loop0.UseVisualStyleBackColor = false;
  858. this.btnBoard14_loop0.Click += new System.EventHandler(this.btnBoard14_loop0_Click);
  859. //
  860. // picBoard14
  861. //
  862. this.picBoard14.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard14.BackgroundImage")));
  863. this.picBoard14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  864. this.picBoard14.Location = new System.Drawing.Point(644, 610);
  865. this.picBoard14.Name = "picBoard14";
  866. this.picBoard14.Size = new System.Drawing.Size(103, 177);
  867. this.picBoard14.TabIndex = 192;
  868. this.picBoard14.TabStop = false;
  869. //
  870. // btnBoard15_loop1
  871. //
  872. this.btnBoard15_loop1.BackColor = System.Drawing.Color.Transparent;
  873. this.btnBoard15_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard15_loop1.BackgroundImage")));
  874. this.btnBoard15_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  875. this.btnBoard15_loop1.FlatAppearance.BorderSize = 0;
  876. this.btnBoard15_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  877. this.btnBoard15_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  878. this.btnBoard15_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  879. this.btnBoard15_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  880. this.btnBoard15_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  881. this.btnBoard15_loop1.ForeColor = System.Drawing.Color.White;
  882. this.btnBoard15_loop1.Location = new System.Drawing.Point(799, 738);
  883. this.btnBoard15_loop1.Name = "btnBoard15_loop1";
  884. this.btnBoard15_loop1.Size = new System.Drawing.Size(95, 45);
  885. this.btnBoard15_loop1.TabIndex = 190;
  886. this.btnBoard15_loop1.Text = "LOOP 1";
  887. this.btnBoard15_loop1.UseVisualStyleBackColor = false;
  888. this.btnBoard15_loop1.Click += new System.EventHandler(this.btnBoard15_loop1_Click);
  889. //
  890. // btnBoard15_loop0
  891. //
  892. this.btnBoard15_loop0.BackColor = System.Drawing.Color.Transparent;
  893. this.btnBoard15_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard15_loop0.BackgroundImage")));
  894. this.btnBoard15_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  895. this.btnBoard15_loop0.FlatAppearance.BorderSize = 0;
  896. this.btnBoard15_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  897. this.btnBoard15_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  898. this.btnBoard15_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  899. this.btnBoard15_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  900. this.btnBoard15_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  901. this.btnBoard15_loop0.ForeColor = System.Drawing.Color.White;
  902. this.btnBoard15_loop0.Location = new System.Drawing.Point(799, 694);
  903. this.btnBoard15_loop0.Name = "btnBoard15_loop0";
  904. this.btnBoard15_loop0.Size = new System.Drawing.Size(95, 45);
  905. this.btnBoard15_loop0.TabIndex = 189;
  906. this.btnBoard15_loop0.Text = "LOOP 0";
  907. this.btnBoard15_loop0.UseVisualStyleBackColor = false;
  908. this.btnBoard15_loop0.Click += new System.EventHandler(this.btnBoard15_loop0_Click);
  909. //
  910. // picBoard15
  911. //
  912. this.picBoard15.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard15.BackgroundImage")));
  913. this.picBoard15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  914. this.picBoard15.Location = new System.Drawing.Point(795, 610);
  915. this.picBoard15.Name = "picBoard15";
  916. this.picBoard15.Size = new System.Drawing.Size(103, 177);
  917. this.picBoard15.TabIndex = 188;
  918. this.picBoard15.TabStop = false;
  919. //
  920. // btnBoard16_loop1
  921. //
  922. this.btnBoard16_loop1.BackColor = System.Drawing.Color.Transparent;
  923. this.btnBoard16_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard16_loop1.BackgroundImage")));
  924. this.btnBoard16_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  925. this.btnBoard16_loop1.FlatAppearance.BorderSize = 0;
  926. this.btnBoard16_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  927. this.btnBoard16_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  928. this.btnBoard16_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  929. this.btnBoard16_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  930. this.btnBoard16_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  931. this.btnBoard16_loop1.ForeColor = System.Drawing.Color.White;
  932. this.btnBoard16_loop1.Location = new System.Drawing.Point(953, 738);
  933. this.btnBoard16_loop1.Name = "btnBoard16_loop1";
  934. this.btnBoard16_loop1.Size = new System.Drawing.Size(95, 45);
  935. this.btnBoard16_loop1.TabIndex = 186;
  936. this.btnBoard16_loop1.Text = "LOOP 1";
  937. this.btnBoard16_loop1.UseVisualStyleBackColor = false;
  938. this.btnBoard16_loop1.Visible = false;
  939. this.btnBoard16_loop1.Click += new System.EventHandler(this.btnBoard16_loop1_Click);
  940. //
  941. // btnBoard16_loop0
  942. //
  943. this.btnBoard16_loop0.BackColor = System.Drawing.Color.Transparent;
  944. this.btnBoard16_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard16_loop0.BackgroundImage")));
  945. this.btnBoard16_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  946. this.btnBoard16_loop0.FlatAppearance.BorderSize = 0;
  947. this.btnBoard16_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  948. this.btnBoard16_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  949. this.btnBoard16_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  950. this.btnBoard16_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  951. this.btnBoard16_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  952. this.btnBoard16_loop0.ForeColor = System.Drawing.Color.White;
  953. this.btnBoard16_loop0.Location = new System.Drawing.Point(954, 694);
  954. this.btnBoard16_loop0.Name = "btnBoard16_loop0";
  955. this.btnBoard16_loop0.Size = new System.Drawing.Size(95, 45);
  956. this.btnBoard16_loop0.TabIndex = 185;
  957. this.btnBoard16_loop0.Text = "LOOP 0";
  958. this.btnBoard16_loop0.UseVisualStyleBackColor = false;
  959. this.btnBoard16_loop0.Visible = false;
  960. this.btnBoard16_loop0.Click += new System.EventHandler(this.btnBoard16_loop0_Click);
  961. //
  962. // picBoard16
  963. //
  964. this.picBoard16.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard16.BackgroundImage")));
  965. this.picBoard16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  966. this.picBoard16.Location = new System.Drawing.Point(950, 610);
  967. this.picBoard16.Name = "picBoard16";
  968. this.picBoard16.Size = new System.Drawing.Size(103, 177);
  969. this.picBoard16.TabIndex = 184;
  970. this.picBoard16.TabStop = false;
  971. this.picBoard16.Visible = false;
  972. //
  973. // btnBoard8_loop1
  974. //
  975. this.btnBoard8_loop1.BackColor = System.Drawing.Color.Transparent;
  976. this.btnBoard8_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard8_loop1.BackgroundImage")));
  977. this.btnBoard8_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  978. this.btnBoard8_loop1.FlatAppearance.BorderSize = 0;
  979. this.btnBoard8_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  980. this.btnBoard8_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  981. this.btnBoard8_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  982. this.btnBoard8_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  983. this.btnBoard8_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  984. this.btnBoard8_loop1.ForeColor = System.Drawing.Color.White;
  985. this.btnBoard8_loop1.Location = new System.Drawing.Point(497, 511);
  986. this.btnBoard8_loop1.Name = "btnBoard8_loop1";
  987. this.btnBoard8_loop1.Size = new System.Drawing.Size(95, 45);
  988. this.btnBoard8_loop1.TabIndex = 182;
  989. this.btnBoard8_loop1.Text = "LOOP 1";
  990. this.btnBoard8_loop1.UseVisualStyleBackColor = false;
  991. this.btnBoard8_loop1.Click += new System.EventHandler(this.btnBoard8_loop1_Click);
  992. //
  993. // btnBoard8_loop0
  994. //
  995. this.btnBoard8_loop0.BackColor = System.Drawing.Color.Transparent;
  996. this.btnBoard8_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard8_loop0.BackgroundImage")));
  997. this.btnBoard8_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  998. this.btnBoard8_loop0.FlatAppearance.BorderSize = 0;
  999. this.btnBoard8_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1000. this.btnBoard8_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1001. this.btnBoard8_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1002. this.btnBoard8_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1003. this.btnBoard8_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1004. this.btnBoard8_loop0.ForeColor = System.Drawing.Color.White;
  1005. this.btnBoard8_loop0.Location = new System.Drawing.Point(497, 467);
  1006. this.btnBoard8_loop0.Name = "btnBoard8_loop0";
  1007. this.btnBoard8_loop0.Size = new System.Drawing.Size(95, 45);
  1008. this.btnBoard8_loop0.TabIndex = 181;
  1009. this.btnBoard8_loop0.Text = "LOOP 0";
  1010. this.btnBoard8_loop0.UseVisualStyleBackColor = false;
  1011. this.btnBoard8_loop0.Click += new System.EventHandler(this.btnBoard8_loop0_Click);
  1012. //
  1013. // picBoard8
  1014. //
  1015. this.picBoard8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard8.BackgroundImage")));
  1016. this.picBoard8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1017. this.picBoard8.Location = new System.Drawing.Point(493, 383);
  1018. this.picBoard8.Name = "picBoard8";
  1019. this.picBoard8.Size = new System.Drawing.Size(103, 177);
  1020. this.picBoard8.TabIndex = 180;
  1021. this.picBoard8.TabStop = false;
  1022. //
  1023. // btnBoard7_loop1
  1024. //
  1025. this.btnBoard7_loop1.BackColor = System.Drawing.Color.Transparent;
  1026. this.btnBoard7_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard7_loop1.BackgroundImage")));
  1027. this.btnBoard7_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1028. this.btnBoard7_loop1.FlatAppearance.BorderSize = 0;
  1029. this.btnBoard7_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1030. this.btnBoard7_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1031. this.btnBoard7_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1032. this.btnBoard7_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1033. this.btnBoard7_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1034. this.btnBoard7_loop1.ForeColor = System.Drawing.Color.White;
  1035. this.btnBoard7_loop1.Location = new System.Drawing.Point(346, 511);
  1036. this.btnBoard7_loop1.Name = "btnBoard7_loop1";
  1037. this.btnBoard7_loop1.Size = new System.Drawing.Size(95, 45);
  1038. this.btnBoard7_loop1.TabIndex = 178;
  1039. this.btnBoard7_loop1.Text = "LOOP 1";
  1040. this.btnBoard7_loop1.UseVisualStyleBackColor = false;
  1041. this.btnBoard7_loop1.Click += new System.EventHandler(this.btnBoard7_loop1_Click);
  1042. //
  1043. // btnBoard7_loop0
  1044. //
  1045. this.btnBoard7_loop0.BackColor = System.Drawing.Color.Transparent;
  1046. this.btnBoard7_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard7_loop0.BackgroundImage")));
  1047. this.btnBoard7_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1048. this.btnBoard7_loop0.FlatAppearance.BorderSize = 0;
  1049. this.btnBoard7_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1050. this.btnBoard7_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1051. this.btnBoard7_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1052. this.btnBoard7_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1053. this.btnBoard7_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1054. this.btnBoard7_loop0.ForeColor = System.Drawing.Color.White;
  1055. this.btnBoard7_loop0.Location = new System.Drawing.Point(346, 467);
  1056. this.btnBoard7_loop0.Name = "btnBoard7_loop0";
  1057. this.btnBoard7_loop0.Size = new System.Drawing.Size(95, 45);
  1058. this.btnBoard7_loop0.TabIndex = 177;
  1059. this.btnBoard7_loop0.Text = "LOOP 0";
  1060. this.btnBoard7_loop0.UseVisualStyleBackColor = false;
  1061. this.btnBoard7_loop0.Click += new System.EventHandler(this.btnBoard7_loop0_Click);
  1062. //
  1063. // picBoard7
  1064. //
  1065. this.picBoard7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard7.BackgroundImage")));
  1066. this.picBoard7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1067. this.picBoard7.Location = new System.Drawing.Point(342, 383);
  1068. this.picBoard7.Name = "picBoard7";
  1069. this.picBoard7.Size = new System.Drawing.Size(103, 177);
  1070. this.picBoard7.TabIndex = 176;
  1071. this.picBoard7.TabStop = false;
  1072. //
  1073. // btnBoard6_loop1
  1074. //
  1075. this.btnBoard6_loop1.BackColor = System.Drawing.Color.Transparent;
  1076. this.btnBoard6_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard6_loop1.BackgroundImage")));
  1077. this.btnBoard6_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1078. this.btnBoard6_loop1.FlatAppearance.BorderSize = 0;
  1079. this.btnBoard6_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1080. this.btnBoard6_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1081. this.btnBoard6_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1082. this.btnBoard6_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1083. this.btnBoard6_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1084. this.btnBoard6_loop1.ForeColor = System.Drawing.Color.White;
  1085. this.btnBoard6_loop1.Location = new System.Drawing.Point(195, 511);
  1086. this.btnBoard6_loop1.Name = "btnBoard6_loop1";
  1087. this.btnBoard6_loop1.Size = new System.Drawing.Size(95, 45);
  1088. this.btnBoard6_loop1.TabIndex = 174;
  1089. this.btnBoard6_loop1.Text = "LOOP 1";
  1090. this.btnBoard6_loop1.UseVisualStyleBackColor = false;
  1091. this.btnBoard6_loop1.Click += new System.EventHandler(this.btnBoard6_loop1_Click);
  1092. //
  1093. // btnBoard6_loop0
  1094. //
  1095. this.btnBoard6_loop0.BackColor = System.Drawing.Color.Transparent;
  1096. this.btnBoard6_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard6_loop0.BackgroundImage")));
  1097. this.btnBoard6_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1098. this.btnBoard6_loop0.FlatAppearance.BorderSize = 0;
  1099. this.btnBoard6_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1100. this.btnBoard6_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1101. this.btnBoard6_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1102. this.btnBoard6_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1103. this.btnBoard6_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1104. this.btnBoard6_loop0.ForeColor = System.Drawing.Color.White;
  1105. this.btnBoard6_loop0.Location = new System.Drawing.Point(195, 467);
  1106. this.btnBoard6_loop0.Name = "btnBoard6_loop0";
  1107. this.btnBoard6_loop0.Size = new System.Drawing.Size(95, 45);
  1108. this.btnBoard6_loop0.TabIndex = 173;
  1109. this.btnBoard6_loop0.Text = "LOOP 0";
  1110. this.btnBoard6_loop0.UseVisualStyleBackColor = false;
  1111. this.btnBoard6_loop0.Click += new System.EventHandler(this.btnBoard6_loop0_Click);
  1112. //
  1113. // picBoard6
  1114. //
  1115. this.picBoard6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard6.BackgroundImage")));
  1116. this.picBoard6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1117. this.picBoard6.Location = new System.Drawing.Point(191, 383);
  1118. this.picBoard6.Name = "picBoard6";
  1119. this.picBoard6.Size = new System.Drawing.Size(103, 177);
  1120. this.picBoard6.TabIndex = 172;
  1121. this.picBoard6.TabStop = false;
  1122. //
  1123. // btnBoard5_loop1
  1124. //
  1125. this.btnBoard5_loop1.BackColor = System.Drawing.Color.Transparent;
  1126. this.btnBoard5_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard5_loop1.BackgroundImage")));
  1127. this.btnBoard5_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1128. this.btnBoard5_loop1.FlatAppearance.BorderSize = 0;
  1129. this.btnBoard5_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1130. this.btnBoard5_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1131. this.btnBoard5_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1132. this.btnBoard5_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1133. this.btnBoard5_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1134. this.btnBoard5_loop1.ForeColor = System.Drawing.Color.White;
  1135. this.btnBoard5_loop1.Location = new System.Drawing.Point(799, 285);
  1136. this.btnBoard5_loop1.Name = "btnBoard5_loop1";
  1137. this.btnBoard5_loop1.Size = new System.Drawing.Size(95, 45);
  1138. this.btnBoard5_loop1.TabIndex = 170;
  1139. this.btnBoard5_loop1.Text = "LOOP 1";
  1140. this.btnBoard5_loop1.UseVisualStyleBackColor = false;
  1141. this.btnBoard5_loop1.Click += new System.EventHandler(this.btnBoard5_loop1_Click);
  1142. //
  1143. // btnBoard5_loop0
  1144. //
  1145. this.btnBoard5_loop0.BackColor = System.Drawing.Color.Transparent;
  1146. this.btnBoard5_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard5_loop0.BackgroundImage")));
  1147. this.btnBoard5_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1148. this.btnBoard5_loop0.FlatAppearance.BorderSize = 0;
  1149. this.btnBoard5_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1150. this.btnBoard5_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1151. this.btnBoard5_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1152. this.btnBoard5_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1153. this.btnBoard5_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1154. this.btnBoard5_loop0.ForeColor = System.Drawing.Color.White;
  1155. this.btnBoard5_loop0.Location = new System.Drawing.Point(799, 241);
  1156. this.btnBoard5_loop0.Name = "btnBoard5_loop0";
  1157. this.btnBoard5_loop0.Size = new System.Drawing.Size(95, 45);
  1158. this.btnBoard5_loop0.TabIndex = 169;
  1159. this.btnBoard5_loop0.Text = "LOOP 0";
  1160. this.btnBoard5_loop0.UseVisualStyleBackColor = false;
  1161. this.btnBoard5_loop0.Click += new System.EventHandler(this.btnBoard5_loop0_Click);
  1162. //
  1163. // picBoard5
  1164. //
  1165. this.picBoard5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard5.BackgroundImage")));
  1166. this.picBoard5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1167. this.picBoard5.Location = new System.Drawing.Point(795, 157);
  1168. this.picBoard5.Name = "picBoard5";
  1169. this.picBoard5.Size = new System.Drawing.Size(103, 177);
  1170. this.picBoard5.TabIndex = 168;
  1171. this.picBoard5.TabStop = false;
  1172. //
  1173. // btnBoard4_loop1
  1174. //
  1175. this.btnBoard4_loop1.BackColor = System.Drawing.Color.Transparent;
  1176. this.btnBoard4_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard4_loop1.BackgroundImage")));
  1177. this.btnBoard4_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1178. this.btnBoard4_loop1.FlatAppearance.BorderSize = 0;
  1179. this.btnBoard4_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1180. this.btnBoard4_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1181. this.btnBoard4_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1182. this.btnBoard4_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1183. this.btnBoard4_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1184. this.btnBoard4_loop1.ForeColor = System.Drawing.Color.White;
  1185. this.btnBoard4_loop1.Location = new System.Drawing.Point(648, 285);
  1186. this.btnBoard4_loop1.Name = "btnBoard4_loop1";
  1187. this.btnBoard4_loop1.Size = new System.Drawing.Size(95, 45);
  1188. this.btnBoard4_loop1.TabIndex = 166;
  1189. this.btnBoard4_loop1.Text = "LOOP 1";
  1190. this.btnBoard4_loop1.UseVisualStyleBackColor = false;
  1191. this.btnBoard4_loop1.Click += new System.EventHandler(this.btnBoard4_loop1_Click);
  1192. //
  1193. // btnBoard4_loop0
  1194. //
  1195. this.btnBoard4_loop0.BackColor = System.Drawing.Color.Transparent;
  1196. this.btnBoard4_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard4_loop0.BackgroundImage")));
  1197. this.btnBoard4_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1198. this.btnBoard4_loop0.FlatAppearance.BorderSize = 0;
  1199. this.btnBoard4_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1200. this.btnBoard4_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1201. this.btnBoard4_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1202. this.btnBoard4_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1203. this.btnBoard4_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1204. this.btnBoard4_loop0.ForeColor = System.Drawing.Color.White;
  1205. this.btnBoard4_loop0.Location = new System.Drawing.Point(648, 241);
  1206. this.btnBoard4_loop0.Name = "btnBoard4_loop0";
  1207. this.btnBoard4_loop0.Size = new System.Drawing.Size(95, 45);
  1208. this.btnBoard4_loop0.TabIndex = 165;
  1209. this.btnBoard4_loop0.Text = "LOOP 0";
  1210. this.btnBoard4_loop0.UseVisualStyleBackColor = false;
  1211. this.btnBoard4_loop0.Click += new System.EventHandler(this.btnBoard4_loop0_Click);
  1212. //
  1213. // picBoard4
  1214. //
  1215. this.picBoard4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard4.BackgroundImage")));
  1216. this.picBoard4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1217. this.picBoard4.Location = new System.Drawing.Point(644, 157);
  1218. this.picBoard4.Name = "picBoard4";
  1219. this.picBoard4.Size = new System.Drawing.Size(103, 177);
  1220. this.picBoard4.TabIndex = 164;
  1221. this.picBoard4.TabStop = false;
  1222. //
  1223. // btnBoard3_loop1
  1224. //
  1225. this.btnBoard3_loop1.BackColor = System.Drawing.Color.Transparent;
  1226. this.btnBoard3_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard3_loop1.BackgroundImage")));
  1227. this.btnBoard3_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1228. this.btnBoard3_loop1.FlatAppearance.BorderSize = 0;
  1229. this.btnBoard3_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1230. this.btnBoard3_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1231. this.btnBoard3_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1232. this.btnBoard3_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1233. this.btnBoard3_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1234. this.btnBoard3_loop1.ForeColor = System.Drawing.Color.White;
  1235. this.btnBoard3_loop1.Location = new System.Drawing.Point(497, 285);
  1236. this.btnBoard3_loop1.Name = "btnBoard3_loop1";
  1237. this.btnBoard3_loop1.Size = new System.Drawing.Size(95, 45);
  1238. this.btnBoard3_loop1.TabIndex = 162;
  1239. this.btnBoard3_loop1.Text = "LOOP 1";
  1240. this.btnBoard3_loop1.UseVisualStyleBackColor = false;
  1241. this.btnBoard3_loop1.Click += new System.EventHandler(this.btnBoard3_loop1_Click);
  1242. //
  1243. // btnBoard3_loop0
  1244. //
  1245. this.btnBoard3_loop0.BackColor = System.Drawing.Color.Transparent;
  1246. this.btnBoard3_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard3_loop0.BackgroundImage")));
  1247. this.btnBoard3_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1248. this.btnBoard3_loop0.FlatAppearance.BorderSize = 0;
  1249. this.btnBoard3_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1250. this.btnBoard3_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1251. this.btnBoard3_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1252. this.btnBoard3_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1253. this.btnBoard3_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1254. this.btnBoard3_loop0.ForeColor = System.Drawing.Color.White;
  1255. this.btnBoard3_loop0.Location = new System.Drawing.Point(497, 241);
  1256. this.btnBoard3_loop0.Name = "btnBoard3_loop0";
  1257. this.btnBoard3_loop0.Size = new System.Drawing.Size(95, 45);
  1258. this.btnBoard3_loop0.TabIndex = 161;
  1259. this.btnBoard3_loop0.Text = "LOOP 0";
  1260. this.btnBoard3_loop0.UseVisualStyleBackColor = false;
  1261. this.btnBoard3_loop0.Click += new System.EventHandler(this.btnBoard3_loop0_Click);
  1262. //
  1263. // picBoard3
  1264. //
  1265. this.picBoard3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard3.BackgroundImage")));
  1266. this.picBoard3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1267. this.picBoard3.Location = new System.Drawing.Point(493, 157);
  1268. this.picBoard3.Name = "picBoard3";
  1269. this.picBoard3.Size = new System.Drawing.Size(103, 177);
  1270. this.picBoard3.TabIndex = 160;
  1271. this.picBoard3.TabStop = false;
  1272. //
  1273. // btnBoard2_loop1
  1274. //
  1275. this.btnBoard2_loop1.BackColor = System.Drawing.Color.Transparent;
  1276. this.btnBoard2_loop1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard2_loop1.BackgroundImage")));
  1277. this.btnBoard2_loop1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1278. this.btnBoard2_loop1.FlatAppearance.BorderSize = 0;
  1279. this.btnBoard2_loop1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1280. this.btnBoard2_loop1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1281. this.btnBoard2_loop1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1282. this.btnBoard2_loop1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1283. this.btnBoard2_loop1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1284. this.btnBoard2_loop1.ForeColor = System.Drawing.Color.White;
  1285. this.btnBoard2_loop1.Location = new System.Drawing.Point(346, 285);
  1286. this.btnBoard2_loop1.Name = "btnBoard2_loop1";
  1287. this.btnBoard2_loop1.Size = new System.Drawing.Size(95, 45);
  1288. this.btnBoard2_loop1.TabIndex = 158;
  1289. this.btnBoard2_loop1.Text = "LOOP 1";
  1290. this.btnBoard2_loop1.UseVisualStyleBackColor = false;
  1291. this.btnBoard2_loop1.Click += new System.EventHandler(this.btnBoard2_loop1_Click);
  1292. //
  1293. // btnBoard2_loop0
  1294. //
  1295. this.btnBoard2_loop0.BackColor = System.Drawing.Color.Transparent;
  1296. this.btnBoard2_loop0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBoard2_loop0.BackgroundImage")));
  1297. this.btnBoard2_loop0.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1298. this.btnBoard2_loop0.FlatAppearance.BorderSize = 0;
  1299. this.btnBoard2_loop0.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1300. this.btnBoard2_loop0.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1301. this.btnBoard2_loop0.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1302. this.btnBoard2_loop0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1303. this.btnBoard2_loop0.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
  1304. this.btnBoard2_loop0.ForeColor = System.Drawing.Color.White;
  1305. this.btnBoard2_loop0.Location = new System.Drawing.Point(346, 241);
  1306. this.btnBoard2_loop0.Name = "btnBoard2_loop0";
  1307. this.btnBoard2_loop0.Size = new System.Drawing.Size(95, 45);
  1308. this.btnBoard2_loop0.TabIndex = 157;
  1309. this.btnBoard2_loop0.Text = "LOOP 0";
  1310. this.btnBoard2_loop0.UseVisualStyleBackColor = false;
  1311. this.btnBoard2_loop0.Click += new System.EventHandler(this.btnBoard2_loop0_Click);
  1312. //
  1313. // picBoard2
  1314. //
  1315. this.picBoard2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard2.BackgroundImage")));
  1316. this.picBoard2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1317. this.picBoard2.Location = new System.Drawing.Point(342, 157);
  1318. this.picBoard2.Name = "picBoard2";
  1319. this.picBoard2.Size = new System.Drawing.Size(103, 177);
  1320. this.picBoard2.TabIndex = 156;
  1321. this.picBoard2.TabStop = false;
  1322. //
  1323. // btnCommand
  1324. //
  1325. this.btnCommand.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCommand.BackgroundImage")));
  1326. this.btnCommand.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1327. this.btnCommand.FlatAppearance.BorderSize = 0;
  1328. this.btnCommand.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1329. this.btnCommand.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  1330. this.btnCommand.ForeColor = System.Drawing.Color.White;
  1331. this.btnCommand.Location = new System.Drawing.Point(883, 57);
  1332. this.btnCommand.Name = "btnCommand";
  1333. this.btnCommand.Size = new System.Drawing.Size(183, 40);
  1334. this.btnCommand.TabIndex = 155;
  1335. this.btnCommand.Text = "읽기명령";
  1336. this.btnCommand.UseVisualStyleBackColor = true;
  1337. this.btnCommand.Click += new System.EventHandler(this.btnCommand_Click);
  1338. //
  1339. // button3
  1340. //
  1341. this.button3.BackColor = System.Drawing.Color.LightGray;
  1342. this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
  1343. this.button3.FlatAppearance.BorderSize = 0;
  1344. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1345. this.button3.Location = new System.Drawing.Point(15, 58);
  1346. this.button3.Name = "button3";
  1347. this.button3.Size = new System.Drawing.Size(117, 37);
  1348. this.button3.TabIndex = 154;
  1349. this.button3.UseVisualStyleBackColor = false;
  1350. //
  1351. // panel1
  1352. //
  1353. this.panel1.BackColor = System.Drawing.Color.Black;
  1354. this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
  1355. this.panel1.Controls.Add(this.btnWinClose);
  1356. this.panel1.Controls.Add(this.lblDir);
  1357. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  1358. this.panel1.Location = new System.Drawing.Point(0, 0);
  1359. this.panel1.Name = "panel1";
  1360. this.panel1.Size = new System.Drawing.Size(1080, 36);
  1361. this.panel1.TabIndex = 10;
  1362. //
  1363. // btnWinClose
  1364. //
  1365. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  1366. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1367. this.btnWinClose.FlatAppearance.BorderSize = 0;
  1368. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1369. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1370. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  1371. this.btnWinClose.Name = "btnWinClose";
  1372. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  1373. this.btnWinClose.TabIndex = 171;
  1374. this.btnWinClose.UseVisualStyleBackColor = false;
  1375. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  1376. //
  1377. // lblDir
  1378. //
  1379. this.lblDir.AutoSize = true;
  1380. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  1381. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  1382. this.lblDir.ForeColor = System.Drawing.Color.Black;
  1383. this.lblDir.Location = new System.Drawing.Point(12, 9);
  1384. this.lblDir.Name = "lblDir";
  1385. this.lblDir.Size = new System.Drawing.Size(247, 21);
  1386. this.lblDir.TabIndex = 10;
  1387. this.lblDir.Text = "시작 > 중계반 상태보기";
  1388. //
  1389. // panel_Temp
  1390. //
  1391. this.panel_Temp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  1392. this.panel_Temp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_Temp.BackgroundImage")));
  1393. this.panel_Temp.Location = new System.Drawing.Point(0, 33);
  1394. this.panel_Temp.Margin = new System.Windows.Forms.Padding(0);
  1395. this.panel_Temp.Name = "panel_Temp";
  1396. this.panel_Temp.Size = new System.Drawing.Size(1080, 88);
  1397. this.panel_Temp.TabIndex = 232;
  1398. //
  1399. // picBoard1
  1400. //
  1401. this.picBoard1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoard1.BackgroundImage")));
  1402. this.picBoard1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1403. this.picBoard1.Location = new System.Drawing.Point(191, 157);
  1404. this.picBoard1.Name = "picBoard1";
  1405. this.picBoard1.Size = new System.Drawing.Size(103, 177);
  1406. this.picBoard1.TabIndex = 21;
  1407. this.picBoard1.TabStop = false;
  1408. //
  1409. // imageList_Loop
  1410. //
  1411. this.imageList_Loop.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_Loop.ImageStream")));
  1412. this.imageList_Loop.TransparentColor = System.Drawing.Color.Transparent;
  1413. this.imageList_Loop.Images.SetKeyName(0, "중계반_내용_짙은회색_95_45.JPG");
  1414. this.imageList_Loop.Images.SetKeyName(1, "중계반_내용_파랑_95_45.JPG");
  1415. this.imageList_Loop.Images.SetKeyName(2, "중계반_내용_빨강_95_45.JPG");
  1416. this.imageList_Loop.Images.SetKeyName(3, "중계반_내용_얕은회색_95_45.JPG");
  1417. //
  1418. // imageList_RepeaterBoard
  1419. //
  1420. this.imageList_RepeaterBoard.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_RepeaterBoard.ImageStream")));
  1421. this.imageList_RepeaterBoard.TransparentColor = System.Drawing.Color.Transparent;
  1422. this.imageList_RepeaterBoard.Images.SetKeyName(0, "중계반_헤더_짙은회색_103_177.JPG");
  1423. this.imageList_RepeaterBoard.Images.SetKeyName(1, "중계반_헤더_파랑_103_177.JPG");
  1424. this.imageList_RepeaterBoard.Images.SetKeyName(2, "중계반_헤더_빨강_103_177.jpg");
  1425. this.imageList_RepeaterBoard.Images.SetKeyName(3, "중계반_배경_옅은회색_가운데_103_177.JPG");
  1426. //
  1427. // frmBoardGroup
  1428. //
  1429. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1430. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  1431. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  1432. this.ClientSize = new System.Drawing.Size(1080, 824);
  1433. this.Controls.Add(this.btnBoard1_loop1);
  1434. this.Controls.Add(this.btnBoard1_loop0);
  1435. this.Controls.Add(this.label9);
  1436. this.Controls.Add(this.label10);
  1437. this.Controls.Add(this.label11);
  1438. this.Controls.Add(this.label12);
  1439. this.Controls.Add(this.label13);
  1440. this.Controls.Add(this.label14);
  1441. this.Controls.Add(this.label15);
  1442. this.Controls.Add(this.label16);
  1443. this.Controls.Add(this.label8);
  1444. this.Controls.Add(this.label7);
  1445. this.Controls.Add(this.label6);
  1446. this.Controls.Add(this.label5);
  1447. this.Controls.Add(this.label4);
  1448. this.Controls.Add(this.label3);
  1449. this.Controls.Add(this.label2);
  1450. this.Controls.Add(this.label1);
  1451. this.Controls.Add(this.lblBoardComm9);
  1452. this.Controls.Add(this.btnBoard9_loop1);
  1453. this.Controls.Add(this.btnBoard9_loop0);
  1454. this.Controls.Add(this.picBoard9);
  1455. this.Controls.Add(this.lblBoardComm10);
  1456. this.Controls.Add(this.btnBoard10_loop1);
  1457. this.Controls.Add(this.btnBoard10_loop0);
  1458. this.Controls.Add(this.picBoard10);
  1459. this.Controls.Add(this.lblBoardComm11);
  1460. this.Controls.Add(this.btnBoard11_loop1);
  1461. this.Controls.Add(this.btnBoard11_loop0);
  1462. this.Controls.Add(this.picBoard11);
  1463. this.Controls.Add(this.lblBoardComm12);
  1464. this.Controls.Add(this.btnBoard12_loop1);
  1465. this.Controls.Add(this.btnBoard12_loop0);
  1466. this.Controls.Add(this.picBoard12);
  1467. this.Controls.Add(this.lblBoardComm13);
  1468. this.Controls.Add(this.btnBoard13_loop1);
  1469. this.Controls.Add(this.btnBoard13_loop0);
  1470. this.Controls.Add(this.picBoard13);
  1471. this.Controls.Add(this.lblBoardComm14);
  1472. this.Controls.Add(this.btnBoard14_loop1);
  1473. this.Controls.Add(this.btnBoard14_loop0);
  1474. this.Controls.Add(this.picBoard14);
  1475. this.Controls.Add(this.lblBoardComm15);
  1476. this.Controls.Add(this.btnBoard15_loop1);
  1477. this.Controls.Add(this.btnBoard15_loop0);
  1478. this.Controls.Add(this.picBoard15);
  1479. this.Controls.Add(this.lblBoardComm16);
  1480. this.Controls.Add(this.btnBoard16_loop1);
  1481. this.Controls.Add(this.btnBoard16_loop0);
  1482. this.Controls.Add(this.picBoard16);
  1483. this.Controls.Add(this.lblBoardComm8);
  1484. this.Controls.Add(this.btnBoard8_loop1);
  1485. this.Controls.Add(this.btnBoard8_loop0);
  1486. this.Controls.Add(this.picBoard8);
  1487. this.Controls.Add(this.lblBoardComm7);
  1488. this.Controls.Add(this.btnBoard7_loop1);
  1489. this.Controls.Add(this.btnBoard7_loop0);
  1490. this.Controls.Add(this.picBoard7);
  1491. this.Controls.Add(this.lblBoardComm6);
  1492. this.Controls.Add(this.btnBoard6_loop1);
  1493. this.Controls.Add(this.btnBoard6_loop0);
  1494. this.Controls.Add(this.picBoard6);
  1495. this.Controls.Add(this.lblBoardComm5);
  1496. this.Controls.Add(this.btnBoard5_loop1);
  1497. this.Controls.Add(this.btnBoard5_loop0);
  1498. this.Controls.Add(this.picBoard5);
  1499. this.Controls.Add(this.lblBoardComm4);
  1500. this.Controls.Add(this.btnBoard4_loop1);
  1501. this.Controls.Add(this.btnBoard4_loop0);
  1502. this.Controls.Add(this.picBoard4);
  1503. this.Controls.Add(this.lblBoardComm3);
  1504. this.Controls.Add(this.btnBoard3_loop1);
  1505. this.Controls.Add(this.btnBoard3_loop0);
  1506. this.Controls.Add(this.picBoard3);
  1507. this.Controls.Add(this.lblBoardComm2);
  1508. this.Controls.Add(this.btnBoard2_loop1);
  1509. this.Controls.Add(this.btnBoard2_loop0);
  1510. this.Controls.Add(this.picBoard2);
  1511. this.Controls.Add(this.btnCommand);
  1512. this.Controls.Add(this.button3);
  1513. this.Controls.Add(this.txtThisReceiverID);
  1514. this.Controls.Add(this.lblBoardComm1);
  1515. this.Controls.Add(this.panel1);
  1516. this.Controls.Add(this.panel_Temp);
  1517. this.Controls.Add(this.picBoard1);
  1518. this.DoubleBuffered = true;
  1519. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1520. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1521. this.MaximizeBox = false;
  1522. this.MinimizeBox = false;
  1523. this.Name = "frmBoardGroup";
  1524. this.ShowIcon = false;
  1525. this.ShowInTaskbar = false;
  1526. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  1527. this.Text = "frmBoardGroup";
  1528. this.Activated += new System.EventHandler(this.frmBoardGroup_Activated);
  1529. this.Load += new System.EventHandler(this.frmBoardGroup_Load);
  1530. this.Disposed += new System.EventHandler(this.frmBoardGroup_Disposed);
  1531. ((System.ComponentModel.ISupportInitialize)(this.picBoard9)).EndInit();
  1532. ((System.ComponentModel.ISupportInitialize)(this.picBoard10)).EndInit();
  1533. ((System.ComponentModel.ISupportInitialize)(this.picBoard11)).EndInit();
  1534. ((System.ComponentModel.ISupportInitialize)(this.picBoard12)).EndInit();
  1535. ((System.ComponentModel.ISupportInitialize)(this.picBoard13)).EndInit();
  1536. ((System.ComponentModel.ISupportInitialize)(this.picBoard14)).EndInit();
  1537. ((System.ComponentModel.ISupportInitialize)(this.picBoard15)).EndInit();
  1538. ((System.ComponentModel.ISupportInitialize)(this.picBoard16)).EndInit();
  1539. ((System.ComponentModel.ISupportInitialize)(this.picBoard8)).EndInit();
  1540. ((System.ComponentModel.ISupportInitialize)(this.picBoard7)).EndInit();
  1541. ((System.ComponentModel.ISupportInitialize)(this.picBoard6)).EndInit();
  1542. ((System.ComponentModel.ISupportInitialize)(this.picBoard5)).EndInit();
  1543. ((System.ComponentModel.ISupportInitialize)(this.picBoard4)).EndInit();
  1544. ((System.ComponentModel.ISupportInitialize)(this.picBoard3)).EndInit();
  1545. ((System.ComponentModel.ISupportInitialize)(this.picBoard2)).EndInit();
  1546. this.panel1.ResumeLayout(false);
  1547. this.panel1.PerformLayout();
  1548. ((System.ComponentModel.ISupportInitialize)(this.picBoard1)).EndInit();
  1549. this.ResumeLayout(false);
  1550. this.PerformLayout();
  1551. }
  1552. #endregion
  1553. private System.Windows.Forms.Panel panel1;
  1554. private System.Windows.Forms.Label lblDir;
  1555. private System.Windows.Forms.Button btnBoard1_loop1;
  1556. private System.Windows.Forms.Button btnBoard1_loop0;
  1557. private System.Windows.Forms.PictureBox picBoard1;
  1558. private System.Windows.Forms.Label lblBoardComm1;
  1559. private System.Windows.Forms.Button button3;
  1560. private System.Windows.Forms.TextBox txtThisReceiverID;
  1561. private System.Windows.Forms.Button btnWinClose;
  1562. private System.Windows.Forms.Button btnCommand;
  1563. private System.Windows.Forms.Label lblBoardComm2;
  1564. private System.Windows.Forms.Button btnBoard2_loop1;
  1565. private System.Windows.Forms.Button btnBoard2_loop0;
  1566. private System.Windows.Forms.PictureBox picBoard2;
  1567. private System.Windows.Forms.Label lblBoardComm4;
  1568. private System.Windows.Forms.Button btnBoard4_loop1;
  1569. private System.Windows.Forms.Button btnBoard4_loop0;
  1570. private System.Windows.Forms.PictureBox picBoard4;
  1571. private System.Windows.Forms.Label lblBoardComm3;
  1572. private System.Windows.Forms.Button btnBoard3_loop1;
  1573. private System.Windows.Forms.Button btnBoard3_loop0;
  1574. private System.Windows.Forms.PictureBox picBoard3;
  1575. private System.Windows.Forms.Label lblBoardComm6;
  1576. private System.Windows.Forms.Button btnBoard6_loop1;
  1577. private System.Windows.Forms.Button btnBoard6_loop0;
  1578. private System.Windows.Forms.PictureBox picBoard6;
  1579. private System.Windows.Forms.Label lblBoardComm5;
  1580. private System.Windows.Forms.Button btnBoard5_loop1;
  1581. private System.Windows.Forms.Button btnBoard5_loop0;
  1582. private System.Windows.Forms.PictureBox picBoard5;
  1583. private System.Windows.Forms.Label lblBoardComm8;
  1584. private System.Windows.Forms.Button btnBoard8_loop1;
  1585. private System.Windows.Forms.Button btnBoard8_loop0;
  1586. private System.Windows.Forms.PictureBox picBoard8;
  1587. private System.Windows.Forms.Label lblBoardComm7;
  1588. private System.Windows.Forms.Button btnBoard7_loop1;
  1589. private System.Windows.Forms.Button btnBoard7_loop0;
  1590. private System.Windows.Forms.PictureBox picBoard7;
  1591. private System.Windows.Forms.Label lblBoardComm9;
  1592. private System.Windows.Forms.Button btnBoard9_loop1;
  1593. private System.Windows.Forms.Button btnBoard9_loop0;
  1594. private System.Windows.Forms.PictureBox picBoard9;
  1595. private System.Windows.Forms.Label lblBoardComm10;
  1596. private System.Windows.Forms.Button btnBoard10_loop1;
  1597. private System.Windows.Forms.Button btnBoard10_loop0;
  1598. private System.Windows.Forms.PictureBox picBoard10;
  1599. private System.Windows.Forms.Label lblBoardComm11;
  1600. private System.Windows.Forms.Button btnBoard11_loop1;
  1601. private System.Windows.Forms.Button btnBoard11_loop0;
  1602. private System.Windows.Forms.PictureBox picBoard11;
  1603. private System.Windows.Forms.Label lblBoardComm12;
  1604. private System.Windows.Forms.Button btnBoard12_loop1;
  1605. private System.Windows.Forms.Button btnBoard12_loop0;
  1606. private System.Windows.Forms.PictureBox picBoard12;
  1607. private System.Windows.Forms.Label lblBoardComm13;
  1608. private System.Windows.Forms.Button btnBoard13_loop1;
  1609. private System.Windows.Forms.Button btnBoard13_loop0;
  1610. private System.Windows.Forms.PictureBox picBoard13;
  1611. private System.Windows.Forms.Label lblBoardComm14;
  1612. private System.Windows.Forms.Button btnBoard14_loop1;
  1613. private System.Windows.Forms.Button btnBoard14_loop0;
  1614. private System.Windows.Forms.PictureBox picBoard14;
  1615. private System.Windows.Forms.Label lblBoardComm15;
  1616. private System.Windows.Forms.Button btnBoard15_loop1;
  1617. private System.Windows.Forms.Button btnBoard15_loop0;
  1618. private System.Windows.Forms.PictureBox picBoard15;
  1619. private System.Windows.Forms.Label lblBoardComm16;
  1620. private System.Windows.Forms.Button btnBoard16_loop1;
  1621. private System.Windows.Forms.Button btnBoard16_loop0;
  1622. private System.Windows.Forms.PictureBox picBoard16;
  1623. private System.Windows.Forms.ImageList imageList1;
  1624. private System.Windows.Forms.Label label1;
  1625. private System.Windows.Forms.Label label2;
  1626. private System.Windows.Forms.Label label3;
  1627. private System.Windows.Forms.Label label4;
  1628. private System.Windows.Forms.Label label5;
  1629. private System.Windows.Forms.Label label6;
  1630. private System.Windows.Forms.Label label7;
  1631. private System.Windows.Forms.Label label8;
  1632. private System.Windows.Forms.Label label9;
  1633. private System.Windows.Forms.Label label10;
  1634. private System.Windows.Forms.Label label11;
  1635. private System.Windows.Forms.Label label12;
  1636. private System.Windows.Forms.Label label13;
  1637. private System.Windows.Forms.Label label14;
  1638. private System.Windows.Forms.Label label15;
  1639. private System.Windows.Forms.Label label16;
  1640. private System.Windows.Forms.Panel panel_Temp;
  1641. private System.Windows.Forms.ImageList imageList_Loop;
  1642. private System.Windows.Forms.ImageList imageList_RepeaterBoard;
  1643. }
  1644. }