frmVersion_BigReceiver.Designer.cs 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205
  1. namespace FPER
  2. {
  3. partial class frmVersion_BigReceiver
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersion_BigReceiver));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnWinClose = new System.Windows.Forms.Button();
  31. this.lblDir = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  34. this.txtUIVersion = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.txtDemonVersion = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.txtFileVersion = new System.Windows.Forms.TextBox();
  40. this.tabControl1 = new System.Windows.Forms.TabControl();
  41. this.tabPage1 = new System.Windows.Forms.TabPage();
  42. this.tabPage2 = new System.Windows.Forms.TabPage();
  43. this.groupBox2 = new System.Windows.Forms.GroupBox();
  44. this.lbl_COMM4 = new System.Windows.Forms.Label();
  45. this.lbl_COMM3 = new System.Windows.Forms.Label();
  46. this.lbl_COMM8 = new System.Windows.Forms.Label();
  47. this.lbl_COMM2 = new System.Windows.Forms.Label();
  48. this.lbl_COMM5 = new System.Windows.Forms.Label();
  49. this.lbl_COMM7 = new System.Windows.Forms.Label();
  50. this.lbl_COMM1 = new System.Windows.Forms.Label();
  51. this.lbl_COMM6 = new System.Windows.Forms.Label();
  52. this.lbl_COMM55 = new System.Windows.Forms.Label();
  53. this.lbl_COMM35 = new System.Windows.Forms.Label();
  54. this.lbl_COMM15 = new System.Windows.Forms.Label();
  55. this.lbl_COMM59 = new System.Windows.Forms.Label();
  56. this.lbl_COMM39 = new System.Windows.Forms.Label();
  57. this.lbl_COMM19 = new System.Windows.Forms.Label();
  58. this.lbl_COMM54 = new System.Windows.Forms.Label();
  59. this.lbl_COMM34 = new System.Windows.Forms.Label();
  60. this.lbl_COMM14 = new System.Windows.Forms.Label();
  61. this.lbl_COMM58 = new System.Windows.Forms.Label();
  62. this.lbl_COMM38 = new System.Windows.Forms.Label();
  63. this.lbl_COMM18 = new System.Windows.Forms.Label();
  64. this.lbl_COMM53 = new System.Windows.Forms.Label();
  65. this.lbl_COMM33 = new System.Windows.Forms.Label();
  66. this.lbl_COMM13 = new System.Windows.Forms.Label();
  67. this.lbl_COMM57 = new System.Windows.Forms.Label();
  68. this.lbl_COMM37 = new System.Windows.Forms.Label();
  69. this.lbl_COMM17 = new System.Windows.Forms.Label();
  70. this.lbl_COMM52 = new System.Windows.Forms.Label();
  71. this.lbl_COMM32 = new System.Windows.Forms.Label();
  72. this.lbl_COMM12 = new System.Windows.Forms.Label();
  73. this.lbl_COMM56 = new System.Windows.Forms.Label();
  74. this.lbl_COMM36 = new System.Windows.Forms.Label();
  75. this.lbl_COMM16 = new System.Windows.Forms.Label();
  76. this.lbl_COMM51 = new System.Windows.Forms.Label();
  77. this.lbl_COMM31 = new System.Windows.Forms.Label();
  78. this.lbl_COMM11 = new System.Windows.Forms.Label();
  79. this.lbl_COMM50 = new System.Windows.Forms.Label();
  80. this.lbl_COMM30 = new System.Windows.Forms.Label();
  81. this.lbl_COMM10 = new System.Windows.Forms.Label();
  82. this.lbl_COMM64 = new System.Windows.Forms.Label();
  83. this.lbl_COMM44 = new System.Windows.Forms.Label();
  84. this.lbl_COMM24 = new System.Windows.Forms.Label();
  85. this.lbl_COMM49 = new System.Windows.Forms.Label();
  86. this.lbl_COMM29 = new System.Windows.Forms.Label();
  87. this.lbl_COMM9 = new System.Windows.Forms.Label();
  88. this.lbl_COMM63 = new System.Windows.Forms.Label();
  89. this.lbl_COMM43 = new System.Windows.Forms.Label();
  90. this.lbl_COMM23 = new System.Windows.Forms.Label();
  91. this.lbl_COMM48 = new System.Windows.Forms.Label();
  92. this.lbl_COMM28 = new System.Windows.Forms.Label();
  93. this.lbl_COMM60 = new System.Windows.Forms.Label();
  94. this.lbl_COMM40 = new System.Windows.Forms.Label();
  95. this.lbl_COMM20 = new System.Windows.Forms.Label();
  96. this.lbl_COMM62 = new System.Windows.Forms.Label();
  97. this.lbl_COMM42 = new System.Windows.Forms.Label();
  98. this.lbl_COMM22 = new System.Windows.Forms.Label();
  99. this.lbl_COMM45 = new System.Windows.Forms.Label();
  100. this.lbl_COMM25 = new System.Windows.Forms.Label();
  101. this.lbl_COMM47 = new System.Windows.Forms.Label();
  102. this.lbl_COMM27 = new System.Windows.Forms.Label();
  103. this.lbl_COMM61 = new System.Windows.Forms.Label();
  104. this.lbl_COMM41 = new System.Windows.Forms.Label();
  105. this.lbl_COMM46 = new System.Windows.Forms.Label();
  106. this.lbl_COMM21 = new System.Windows.Forms.Label();
  107. this.lbl_COMM26 = new System.Windows.Forms.Label();
  108. this.btnCommRead = new System.Windows.Forms.Button();
  109. this.panel_Menu = new System.Windows.Forms.Panel();
  110. this.button_Menu_CommBoard = new System.Windows.Forms.Button();
  111. this.button_Menu_BasicSet = new System.Windows.Forms.Button();
  112. this.panel1.SuspendLayout();
  113. this.tabControl1.SuspendLayout();
  114. this.tabPage1.SuspendLayout();
  115. this.tabPage2.SuspendLayout();
  116. this.groupBox2.SuspendLayout();
  117. this.panel_Menu.SuspendLayout();
  118. this.SuspendLayout();
  119. //
  120. // panel1
  121. //
  122. this.panel1.BackColor = System.Drawing.Color.Black;
  123. this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
  124. this.panel1.Controls.Add(this.btnWinClose);
  125. this.panel1.Controls.Add(this.lblDir);
  126. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  127. this.panel1.Location = new System.Drawing.Point(0, 0);
  128. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  129. this.panel1.Name = "panel1";
  130. this.panel1.Size = new System.Drawing.Size(1080, 36);
  131. this.panel1.TabIndex = 12;
  132. //
  133. // btnWinClose
  134. //
  135. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  136. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  137. this.btnWinClose.FlatAppearance.BorderSize = 0;
  138. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  139. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  140. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  141. this.btnWinClose.Name = "btnWinClose";
  142. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  143. this.btnWinClose.TabIndex = 171;
  144. this.btnWinClose.TabStop = false;
  145. this.btnWinClose.UseVisualStyleBackColor = false;
  146. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  147. //
  148. // lblDir
  149. //
  150. this.lblDir.AutoSize = true;
  151. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  152. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  153. this.lblDir.ForeColor = System.Drawing.Color.Black;
  154. this.lblDir.Location = new System.Drawing.Point(12, 9);
  155. this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  156. this.lblDir.Name = "lblDir";
  157. this.lblDir.Size = new System.Drawing.Size(173, 21);
  158. this.lblDir.TabIndex = 10;
  159. this.lblDir.Text = "시작 > 버전정보";
  160. //
  161. // button1
  162. //
  163. this.button1.BackColor = System.Drawing.Color.LightGray;
  164. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  165. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  166. this.button1.FlatAppearance.BorderSize = 0;
  167. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  168. this.button1.Location = new System.Drawing.Point(15, 58);
  169. this.button1.Name = "button1";
  170. this.button1.Size = new System.Drawing.Size(117, 37);
  171. this.button1.TabIndex = 159;
  172. this.button1.UseVisualStyleBackColor = false;
  173. //
  174. // txtThisReceiverID
  175. //
  176. this.txtThisReceiverID.BackColor = System.Drawing.Color.Black;
  177. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  178. this.txtThisReceiverID.ForeColor = System.Drawing.Color.White;
  179. this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58);
  180. this.txtThisReceiverID.MaxLength = 2;
  181. this.txtThisReceiverID.Name = "txtThisReceiverID";
  182. this.txtThisReceiverID.ReadOnly = true;
  183. this.txtThisReceiverID.Size = new System.Drawing.Size(38, 38);
  184. this.txtThisReceiverID.TabIndex = 158;
  185. this.txtThisReceiverID.Text = "00";
  186. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  187. //
  188. // txtUIVersion
  189. //
  190. this.txtUIVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  191. this.txtUIVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
  192. this.txtUIVersion.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  193. this.txtUIVersion.Location = new System.Drawing.Point(539, 225);
  194. this.txtUIVersion.Name = "txtUIVersion";
  195. this.txtUIVersion.ReadOnly = true;
  196. this.txtUIVersion.Size = new System.Drawing.Size(197, 32);
  197. this.txtUIVersion.TabIndex = 161;
  198. this.txtUIVersion.Text = "0.0.0.0";
  199. //
  200. // label1
  201. //
  202. this.label1.AutoSize = true;
  203. this.label1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  204. this.label1.Location = new System.Drawing.Point(298, 225);
  205. this.label1.Name = "label1";
  206. this.label1.Size = new System.Drawing.Size(195, 27);
  207. this.label1.TabIndex = 160;
  208. this.label1.Text = "FPER UI Ver :";
  209. //
  210. // txtDemonVersion
  211. //
  212. this.txtDemonVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  213. this.txtDemonVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
  214. this.txtDemonVersion.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  215. this.txtDemonVersion.Location = new System.Drawing.Point(539, 278);
  216. this.txtDemonVersion.Name = "txtDemonVersion";
  217. this.txtDemonVersion.ReadOnly = true;
  218. this.txtDemonVersion.Size = new System.Drawing.Size(197, 32);
  219. this.txtDemonVersion.TabIndex = 163;
  220. this.txtDemonVersion.Text = "0.0.0.0";
  221. //
  222. // label2
  223. //
  224. this.label2.AutoSize = true;
  225. this.label2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  226. this.label2.Location = new System.Drawing.Point(298, 281);
  227. this.label2.Name = "label2";
  228. this.label2.Size = new System.Drawing.Size(197, 27);
  229. this.label2.TabIndex = 162;
  230. this.label2.Text = "통신데몬 Ver :";
  231. //
  232. // label3
  233. //
  234. this.label3.AutoSize = true;
  235. this.label3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  236. this.label3.Location = new System.Drawing.Point(298, 334);
  237. this.label3.Name = "label3";
  238. this.label3.Size = new System.Drawing.Size(197, 27);
  239. this.label3.TabIndex = 164;
  240. this.label3.Text = "연동파일 Ver :";
  241. this.label3.Visible = false;
  242. //
  243. // txtFileVersion
  244. //
  245. this.txtFileVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  246. this.txtFileVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
  247. this.txtFileVersion.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  248. this.txtFileVersion.Location = new System.Drawing.Point(539, 331);
  249. this.txtFileVersion.Name = "txtFileVersion";
  250. this.txtFileVersion.ReadOnly = true;
  251. this.txtFileVersion.Size = new System.Drawing.Size(197, 32);
  252. this.txtFileVersion.TabIndex = 165;
  253. this.txtFileVersion.Text = "0.0.0.0";
  254. this.txtFileVersion.Visible = false;
  255. //
  256. // tabControl1
  257. //
  258. this.tabControl1.Controls.Add(this.tabPage1);
  259. this.tabControl1.Controls.Add(this.tabPage2);
  260. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  261. this.tabControl1.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  262. this.tabControl1.Location = new System.Drawing.Point(0, 147);
  263. this.tabControl1.Name = "tabControl1";
  264. this.tabControl1.SelectedIndex = 0;
  265. this.tabControl1.Size = new System.Drawing.Size(1080, 677);
  266. this.tabControl1.TabIndex = 166;
  267. //
  268. // tabPage1
  269. //
  270. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  271. this.tabPage1.Controls.Add(this.label1);
  272. this.tabPage1.Controls.Add(this.txtFileVersion);
  273. this.tabPage1.Controls.Add(this.txtUIVersion);
  274. this.tabPage1.Controls.Add(this.label3);
  275. this.tabPage1.Controls.Add(this.label2);
  276. this.tabPage1.Controls.Add(this.txtDemonVersion);
  277. this.tabPage1.Location = new System.Drawing.Point(4, 29);
  278. this.tabPage1.Name = "tabPage1";
  279. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  280. this.tabPage1.Size = new System.Drawing.Size(1072, 644);
  281. this.tabPage1.TabIndex = 0;
  282. this.tabPage1.Text = "기본";
  283. //
  284. // tabPage2
  285. //
  286. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  287. this.tabPage2.Controls.Add(this.groupBox2);
  288. this.tabPage2.Controls.Add(this.btnCommRead);
  289. this.tabPage2.Location = new System.Drawing.Point(4, 29);
  290. this.tabPage2.Name = "tabPage2";
  291. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  292. this.tabPage2.Size = new System.Drawing.Size(1072, 644);
  293. this.tabPage2.TabIndex = 1;
  294. this.tabPage2.Text = "통신보드";
  295. this.tabPage2.Enter += new System.EventHandler(this.tabPage2_Enter);
  296. //
  297. // groupBox2
  298. //
  299. this.groupBox2.Controls.Add(this.lbl_COMM4);
  300. this.groupBox2.Controls.Add(this.lbl_COMM3);
  301. this.groupBox2.Controls.Add(this.lbl_COMM8);
  302. this.groupBox2.Controls.Add(this.lbl_COMM2);
  303. this.groupBox2.Controls.Add(this.lbl_COMM5);
  304. this.groupBox2.Controls.Add(this.lbl_COMM7);
  305. this.groupBox2.Controls.Add(this.lbl_COMM1);
  306. this.groupBox2.Controls.Add(this.lbl_COMM6);
  307. this.groupBox2.Controls.Add(this.lbl_COMM55);
  308. this.groupBox2.Controls.Add(this.lbl_COMM35);
  309. this.groupBox2.Controls.Add(this.lbl_COMM15);
  310. this.groupBox2.Controls.Add(this.lbl_COMM59);
  311. this.groupBox2.Controls.Add(this.lbl_COMM39);
  312. this.groupBox2.Controls.Add(this.lbl_COMM19);
  313. this.groupBox2.Controls.Add(this.lbl_COMM54);
  314. this.groupBox2.Controls.Add(this.lbl_COMM34);
  315. this.groupBox2.Controls.Add(this.lbl_COMM14);
  316. this.groupBox2.Controls.Add(this.lbl_COMM58);
  317. this.groupBox2.Controls.Add(this.lbl_COMM38);
  318. this.groupBox2.Controls.Add(this.lbl_COMM18);
  319. this.groupBox2.Controls.Add(this.lbl_COMM53);
  320. this.groupBox2.Controls.Add(this.lbl_COMM33);
  321. this.groupBox2.Controls.Add(this.lbl_COMM13);
  322. this.groupBox2.Controls.Add(this.lbl_COMM57);
  323. this.groupBox2.Controls.Add(this.lbl_COMM37);
  324. this.groupBox2.Controls.Add(this.lbl_COMM17);
  325. this.groupBox2.Controls.Add(this.lbl_COMM52);
  326. this.groupBox2.Controls.Add(this.lbl_COMM32);
  327. this.groupBox2.Controls.Add(this.lbl_COMM12);
  328. this.groupBox2.Controls.Add(this.lbl_COMM56);
  329. this.groupBox2.Controls.Add(this.lbl_COMM36);
  330. this.groupBox2.Controls.Add(this.lbl_COMM16);
  331. this.groupBox2.Controls.Add(this.lbl_COMM51);
  332. this.groupBox2.Controls.Add(this.lbl_COMM31);
  333. this.groupBox2.Controls.Add(this.lbl_COMM11);
  334. this.groupBox2.Controls.Add(this.lbl_COMM50);
  335. this.groupBox2.Controls.Add(this.lbl_COMM30);
  336. this.groupBox2.Controls.Add(this.lbl_COMM10);
  337. this.groupBox2.Controls.Add(this.lbl_COMM64);
  338. this.groupBox2.Controls.Add(this.lbl_COMM44);
  339. this.groupBox2.Controls.Add(this.lbl_COMM24);
  340. this.groupBox2.Controls.Add(this.lbl_COMM49);
  341. this.groupBox2.Controls.Add(this.lbl_COMM29);
  342. this.groupBox2.Controls.Add(this.lbl_COMM9);
  343. this.groupBox2.Controls.Add(this.lbl_COMM63);
  344. this.groupBox2.Controls.Add(this.lbl_COMM43);
  345. this.groupBox2.Controls.Add(this.lbl_COMM23);
  346. this.groupBox2.Controls.Add(this.lbl_COMM48);
  347. this.groupBox2.Controls.Add(this.lbl_COMM28);
  348. this.groupBox2.Controls.Add(this.lbl_COMM60);
  349. this.groupBox2.Controls.Add(this.lbl_COMM40);
  350. this.groupBox2.Controls.Add(this.lbl_COMM20);
  351. this.groupBox2.Controls.Add(this.lbl_COMM62);
  352. this.groupBox2.Controls.Add(this.lbl_COMM42);
  353. this.groupBox2.Controls.Add(this.lbl_COMM22);
  354. this.groupBox2.Controls.Add(this.lbl_COMM45);
  355. this.groupBox2.Controls.Add(this.lbl_COMM25);
  356. this.groupBox2.Controls.Add(this.lbl_COMM47);
  357. this.groupBox2.Controls.Add(this.lbl_COMM27);
  358. this.groupBox2.Controls.Add(this.lbl_COMM61);
  359. this.groupBox2.Controls.Add(this.lbl_COMM41);
  360. this.groupBox2.Controls.Add(this.lbl_COMM46);
  361. this.groupBox2.Controls.Add(this.lbl_COMM21);
  362. this.groupBox2.Controls.Add(this.lbl_COMM26);
  363. this.groupBox2.Font = new System.Drawing.Font("굴림체", 12F);
  364. this.groupBox2.Location = new System.Drawing.Point(11, 63);
  365. this.groupBox2.Name = "groupBox2";
  366. this.groupBox2.Size = new System.Drawing.Size(1045, 564);
  367. this.groupBox2.TabIndex = 196;
  368. this.groupBox2.TabStop = false;
  369. this.groupBox2.Text = "중계반";
  370. //
  371. // lbl_COMM4
  372. //
  373. this.lbl_COMM4.AutoSize = true;
  374. this.lbl_COMM4.Font = new System.Drawing.Font("굴림", 10F);
  375. this.lbl_COMM4.Location = new System.Drawing.Point(25, 118);
  376. this.lbl_COMM4.Name = "lbl_COMM4";
  377. this.lbl_COMM4.Size = new System.Drawing.Size(70, 14);
  378. this.lbl_COMM4.TabIndex = 559;
  379. this.lbl_COMM4.Text = "중계반 04";
  380. //
  381. // lbl_COMM3
  382. //
  383. this.lbl_COMM3.AutoSize = true;
  384. this.lbl_COMM3.Font = new System.Drawing.Font("굴림", 10F);
  385. this.lbl_COMM3.Location = new System.Drawing.Point(25, 92);
  386. this.lbl_COMM3.Name = "lbl_COMM3";
  387. this.lbl_COMM3.Size = new System.Drawing.Size(70, 14);
  388. this.lbl_COMM3.TabIndex = 557;
  389. this.lbl_COMM3.Text = "중계반 03";
  390. //
  391. // lbl_COMM8
  392. //
  393. this.lbl_COMM8.AutoSize = true;
  394. this.lbl_COMM8.Font = new System.Drawing.Font("굴림", 10F);
  395. this.lbl_COMM8.Location = new System.Drawing.Point(25, 222);
  396. this.lbl_COMM8.Name = "lbl_COMM8";
  397. this.lbl_COMM8.Size = new System.Drawing.Size(70, 14);
  398. this.lbl_COMM8.TabIndex = 558;
  399. this.lbl_COMM8.Text = "중계반 08";
  400. //
  401. // lbl_COMM2
  402. //
  403. this.lbl_COMM2.AutoSize = true;
  404. this.lbl_COMM2.Font = new System.Drawing.Font("굴림", 10F);
  405. this.lbl_COMM2.Location = new System.Drawing.Point(25, 66);
  406. this.lbl_COMM2.Name = "lbl_COMM2";
  407. this.lbl_COMM2.Size = new System.Drawing.Size(70, 14);
  408. this.lbl_COMM2.TabIndex = 555;
  409. this.lbl_COMM2.Text = "중계반 02";
  410. //
  411. // lbl_COMM5
  412. //
  413. this.lbl_COMM5.AutoSize = true;
  414. this.lbl_COMM5.Font = new System.Drawing.Font("굴림", 10F);
  415. this.lbl_COMM5.Location = new System.Drawing.Point(25, 144);
  416. this.lbl_COMM5.Name = "lbl_COMM5";
  417. this.lbl_COMM5.Size = new System.Drawing.Size(70, 14);
  418. this.lbl_COMM5.TabIndex = 552;
  419. this.lbl_COMM5.Text = "중계반 05";
  420. //
  421. // lbl_COMM7
  422. //
  423. this.lbl_COMM7.AutoSize = true;
  424. this.lbl_COMM7.Font = new System.Drawing.Font("굴림", 10F);
  425. this.lbl_COMM7.Location = new System.Drawing.Point(25, 196);
  426. this.lbl_COMM7.Name = "lbl_COMM7";
  427. this.lbl_COMM7.Size = new System.Drawing.Size(70, 14);
  428. this.lbl_COMM7.TabIndex = 556;
  429. this.lbl_COMM7.Text = "중계반 07";
  430. //
  431. // lbl_COMM1
  432. //
  433. this.lbl_COMM1.AutoSize = true;
  434. this.lbl_COMM1.Font = new System.Drawing.Font("굴림", 10F);
  435. this.lbl_COMM1.Location = new System.Drawing.Point(25, 40);
  436. this.lbl_COMM1.Name = "lbl_COMM1";
  437. this.lbl_COMM1.Size = new System.Drawing.Size(70, 14);
  438. this.lbl_COMM1.TabIndex = 553;
  439. this.lbl_COMM1.Text = "중계반 01";
  440. //
  441. // lbl_COMM6
  442. //
  443. this.lbl_COMM6.AutoSize = true;
  444. this.lbl_COMM6.Font = new System.Drawing.Font("굴림", 10F);
  445. this.lbl_COMM6.Location = new System.Drawing.Point(25, 170);
  446. this.lbl_COMM6.Name = "lbl_COMM6";
  447. this.lbl_COMM6.Size = new System.Drawing.Size(70, 14);
  448. this.lbl_COMM6.TabIndex = 554;
  449. this.lbl_COMM6.Text = "중계반 06";
  450. //
  451. // lbl_COMM55
  452. //
  453. this.lbl_COMM55.AutoSize = true;
  454. this.lbl_COMM55.Font = new System.Drawing.Font("굴림", 10F);
  455. this.lbl_COMM55.Location = new System.Drawing.Point(551, 404);
  456. this.lbl_COMM55.Name = "lbl_COMM55";
  457. this.lbl_COMM55.Size = new System.Drawing.Size(70, 14);
  458. this.lbl_COMM55.TabIndex = 550;
  459. this.lbl_COMM55.Text = "중계반 55";
  460. //
  461. // lbl_COMM35
  462. //
  463. this.lbl_COMM35.AutoSize = true;
  464. this.lbl_COMM35.Font = new System.Drawing.Font("굴림", 10F);
  465. this.lbl_COMM35.Location = new System.Drawing.Point(287, 404);
  466. this.lbl_COMM35.Name = "lbl_COMM35";
  467. this.lbl_COMM35.Size = new System.Drawing.Size(70, 14);
  468. this.lbl_COMM35.TabIndex = 551;
  469. this.lbl_COMM35.Text = "중계반 35";
  470. //
  471. // lbl_COMM15
  472. //
  473. this.lbl_COMM15.AutoSize = true;
  474. this.lbl_COMM15.Font = new System.Drawing.Font("굴림", 10F);
  475. this.lbl_COMM15.Location = new System.Drawing.Point(25, 404);
  476. this.lbl_COMM15.Name = "lbl_COMM15";
  477. this.lbl_COMM15.Size = new System.Drawing.Size(70, 14);
  478. this.lbl_COMM15.TabIndex = 549;
  479. this.lbl_COMM15.Text = "중계반 15";
  480. //
  481. // lbl_COMM59
  482. //
  483. this.lbl_COMM59.AutoSize = true;
  484. this.lbl_COMM59.Font = new System.Drawing.Font("굴림", 10F);
  485. this.lbl_COMM59.Location = new System.Drawing.Point(551, 508);
  486. this.lbl_COMM59.Name = "lbl_COMM59";
  487. this.lbl_COMM59.Size = new System.Drawing.Size(70, 14);
  488. this.lbl_COMM59.TabIndex = 530;
  489. this.lbl_COMM59.Text = "중계반 59";
  490. //
  491. // lbl_COMM39
  492. //
  493. this.lbl_COMM39.AutoSize = true;
  494. this.lbl_COMM39.Font = new System.Drawing.Font("굴림", 10F);
  495. this.lbl_COMM39.Location = new System.Drawing.Point(287, 508);
  496. this.lbl_COMM39.Name = "lbl_COMM39";
  497. this.lbl_COMM39.Size = new System.Drawing.Size(70, 14);
  498. this.lbl_COMM39.TabIndex = 529;
  499. this.lbl_COMM39.Text = "중계반 39";
  500. //
  501. // lbl_COMM19
  502. //
  503. this.lbl_COMM19.AutoSize = true;
  504. this.lbl_COMM19.Font = new System.Drawing.Font("굴림", 10F);
  505. this.lbl_COMM19.Location = new System.Drawing.Point(25, 508);
  506. this.lbl_COMM19.Name = "lbl_COMM19";
  507. this.lbl_COMM19.Size = new System.Drawing.Size(70, 14);
  508. this.lbl_COMM19.TabIndex = 528;
  509. this.lbl_COMM19.Text = "중계반 19";
  510. //
  511. // lbl_COMM54
  512. //
  513. this.lbl_COMM54.AutoSize = true;
  514. this.lbl_COMM54.Font = new System.Drawing.Font("굴림", 10F);
  515. this.lbl_COMM54.Location = new System.Drawing.Point(551, 378);
  516. this.lbl_COMM54.Name = "lbl_COMM54";
  517. this.lbl_COMM54.Size = new System.Drawing.Size(70, 14);
  518. this.lbl_COMM54.TabIndex = 533;
  519. this.lbl_COMM54.Text = "중계반 54";
  520. //
  521. // lbl_COMM34
  522. //
  523. this.lbl_COMM34.AutoSize = true;
  524. this.lbl_COMM34.Font = new System.Drawing.Font("굴림", 10F);
  525. this.lbl_COMM34.Location = new System.Drawing.Point(287, 378);
  526. this.lbl_COMM34.Name = "lbl_COMM34";
  527. this.lbl_COMM34.Size = new System.Drawing.Size(70, 14);
  528. this.lbl_COMM34.TabIndex = 531;
  529. this.lbl_COMM34.Text = "중계반 34";
  530. //
  531. // lbl_COMM14
  532. //
  533. this.lbl_COMM14.AutoSize = true;
  534. this.lbl_COMM14.Font = new System.Drawing.Font("굴림", 10F);
  535. this.lbl_COMM14.Location = new System.Drawing.Point(25, 378);
  536. this.lbl_COMM14.Name = "lbl_COMM14";
  537. this.lbl_COMM14.Size = new System.Drawing.Size(70, 14);
  538. this.lbl_COMM14.TabIndex = 532;
  539. this.lbl_COMM14.Text = "중계반 14";
  540. //
  541. // lbl_COMM58
  542. //
  543. this.lbl_COMM58.AutoSize = true;
  544. this.lbl_COMM58.Font = new System.Drawing.Font("굴림", 10F);
  545. this.lbl_COMM58.Location = new System.Drawing.Point(551, 482);
  546. this.lbl_COMM58.Name = "lbl_COMM58";
  547. this.lbl_COMM58.Size = new System.Drawing.Size(70, 14);
  548. this.lbl_COMM58.TabIndex = 497;
  549. this.lbl_COMM58.Text = "중계반 58";
  550. //
  551. // lbl_COMM38
  552. //
  553. this.lbl_COMM38.AutoSize = true;
  554. this.lbl_COMM38.Font = new System.Drawing.Font("굴림", 10F);
  555. this.lbl_COMM38.Location = new System.Drawing.Point(287, 482);
  556. this.lbl_COMM38.Name = "lbl_COMM38";
  557. this.lbl_COMM38.Size = new System.Drawing.Size(70, 14);
  558. this.lbl_COMM38.TabIndex = 495;
  559. this.lbl_COMM38.Text = "중계반 38";
  560. //
  561. // lbl_COMM18
  562. //
  563. this.lbl_COMM18.AutoSize = true;
  564. this.lbl_COMM18.Font = new System.Drawing.Font("굴림", 10F);
  565. this.lbl_COMM18.Location = new System.Drawing.Point(25, 482);
  566. this.lbl_COMM18.Name = "lbl_COMM18";
  567. this.lbl_COMM18.Size = new System.Drawing.Size(70, 14);
  568. this.lbl_COMM18.TabIndex = 496;
  569. this.lbl_COMM18.Text = "중계반 18";
  570. //
  571. // lbl_COMM53
  572. //
  573. this.lbl_COMM53.AutoSize = true;
  574. this.lbl_COMM53.Font = new System.Drawing.Font("굴림", 10F);
  575. this.lbl_COMM53.Location = new System.Drawing.Point(551, 352);
  576. this.lbl_COMM53.Name = "lbl_COMM53";
  577. this.lbl_COMM53.Size = new System.Drawing.Size(70, 14);
  578. this.lbl_COMM53.TabIndex = 492;
  579. this.lbl_COMM53.Text = "중계반 53";
  580. //
  581. // lbl_COMM33
  582. //
  583. this.lbl_COMM33.AutoSize = true;
  584. this.lbl_COMM33.Font = new System.Drawing.Font("굴림", 10F);
  585. this.lbl_COMM33.Location = new System.Drawing.Point(287, 352);
  586. this.lbl_COMM33.Name = "lbl_COMM33";
  587. this.lbl_COMM33.Size = new System.Drawing.Size(70, 14);
  588. this.lbl_COMM33.TabIndex = 493;
  589. this.lbl_COMM33.Text = "중계반 33";
  590. //
  591. // lbl_COMM13
  592. //
  593. this.lbl_COMM13.AutoSize = true;
  594. this.lbl_COMM13.Font = new System.Drawing.Font("굴림", 10F);
  595. this.lbl_COMM13.Location = new System.Drawing.Point(25, 352);
  596. this.lbl_COMM13.Name = "lbl_COMM13";
  597. this.lbl_COMM13.Size = new System.Drawing.Size(70, 14);
  598. this.lbl_COMM13.TabIndex = 494;
  599. this.lbl_COMM13.Text = "중계반 13";
  600. //
  601. // lbl_COMM57
  602. //
  603. this.lbl_COMM57.AutoSize = true;
  604. this.lbl_COMM57.Font = new System.Drawing.Font("굴림", 10F);
  605. this.lbl_COMM57.Location = new System.Drawing.Point(551, 456);
  606. this.lbl_COMM57.Name = "lbl_COMM57";
  607. this.lbl_COMM57.Size = new System.Drawing.Size(70, 14);
  608. this.lbl_COMM57.TabIndex = 458;
  609. this.lbl_COMM57.Text = "중계반 57";
  610. //
  611. // lbl_COMM37
  612. //
  613. this.lbl_COMM37.AutoSize = true;
  614. this.lbl_COMM37.Font = new System.Drawing.Font("굴림", 10F);
  615. this.lbl_COMM37.Location = new System.Drawing.Point(287, 456);
  616. this.lbl_COMM37.Name = "lbl_COMM37";
  617. this.lbl_COMM37.Size = new System.Drawing.Size(70, 14);
  618. this.lbl_COMM37.TabIndex = 457;
  619. this.lbl_COMM37.Text = "중계반 37";
  620. //
  621. // lbl_COMM17
  622. //
  623. this.lbl_COMM17.AutoSize = true;
  624. this.lbl_COMM17.Font = new System.Drawing.Font("굴림", 10F);
  625. this.lbl_COMM17.Location = new System.Drawing.Point(25, 456);
  626. this.lbl_COMM17.Name = "lbl_COMM17";
  627. this.lbl_COMM17.Size = new System.Drawing.Size(70, 14);
  628. this.lbl_COMM17.TabIndex = 456;
  629. this.lbl_COMM17.Text = "중계반 17";
  630. //
  631. // lbl_COMM52
  632. //
  633. this.lbl_COMM52.AutoSize = true;
  634. this.lbl_COMM52.Font = new System.Drawing.Font("굴림", 10F);
  635. this.lbl_COMM52.Location = new System.Drawing.Point(551, 326);
  636. this.lbl_COMM52.Name = "lbl_COMM52";
  637. this.lbl_COMM52.Size = new System.Drawing.Size(70, 14);
  638. this.lbl_COMM52.TabIndex = 461;
  639. this.lbl_COMM52.Text = "중계반 52";
  640. //
  641. // lbl_COMM32
  642. //
  643. this.lbl_COMM32.AutoSize = true;
  644. this.lbl_COMM32.Font = new System.Drawing.Font("굴림", 10F);
  645. this.lbl_COMM32.Location = new System.Drawing.Point(287, 326);
  646. this.lbl_COMM32.Name = "lbl_COMM32";
  647. this.lbl_COMM32.Size = new System.Drawing.Size(70, 14);
  648. this.lbl_COMM32.TabIndex = 459;
  649. this.lbl_COMM32.Text = "중계반 32";
  650. //
  651. // lbl_COMM12
  652. //
  653. this.lbl_COMM12.AutoSize = true;
  654. this.lbl_COMM12.Font = new System.Drawing.Font("굴림", 10F);
  655. this.lbl_COMM12.Location = new System.Drawing.Point(25, 326);
  656. this.lbl_COMM12.Name = "lbl_COMM12";
  657. this.lbl_COMM12.Size = new System.Drawing.Size(70, 14);
  658. this.lbl_COMM12.TabIndex = 460;
  659. this.lbl_COMM12.Text = "중계반 12";
  660. //
  661. // lbl_COMM56
  662. //
  663. this.lbl_COMM56.AutoSize = true;
  664. this.lbl_COMM56.Font = new System.Drawing.Font("굴림", 10F);
  665. this.lbl_COMM56.Location = new System.Drawing.Point(551, 430);
  666. this.lbl_COMM56.Name = "lbl_COMM56";
  667. this.lbl_COMM56.Size = new System.Drawing.Size(70, 14);
  668. this.lbl_COMM56.TabIndex = 425;
  669. this.lbl_COMM56.Text = "중계반 56";
  670. //
  671. // lbl_COMM36
  672. //
  673. this.lbl_COMM36.AutoSize = true;
  674. this.lbl_COMM36.Font = new System.Drawing.Font("굴림", 10F);
  675. this.lbl_COMM36.Location = new System.Drawing.Point(287, 430);
  676. this.lbl_COMM36.Name = "lbl_COMM36";
  677. this.lbl_COMM36.Size = new System.Drawing.Size(70, 14);
  678. this.lbl_COMM36.TabIndex = 423;
  679. this.lbl_COMM36.Text = "중계반 36";
  680. //
  681. // lbl_COMM16
  682. //
  683. this.lbl_COMM16.AutoSize = true;
  684. this.lbl_COMM16.Font = new System.Drawing.Font("굴림", 10F);
  685. this.lbl_COMM16.Location = new System.Drawing.Point(25, 430);
  686. this.lbl_COMM16.Name = "lbl_COMM16";
  687. this.lbl_COMM16.Size = new System.Drawing.Size(70, 14);
  688. this.lbl_COMM16.TabIndex = 424;
  689. this.lbl_COMM16.Text = "중계반 16";
  690. //
  691. // lbl_COMM51
  692. //
  693. this.lbl_COMM51.AutoSize = true;
  694. this.lbl_COMM51.Font = new System.Drawing.Font("굴림", 10F);
  695. this.lbl_COMM51.Location = new System.Drawing.Point(551, 300);
  696. this.lbl_COMM51.Name = "lbl_COMM51";
  697. this.lbl_COMM51.Size = new System.Drawing.Size(70, 14);
  698. this.lbl_COMM51.TabIndex = 422;
  699. this.lbl_COMM51.Text = "중계반 51";
  700. //
  701. // lbl_COMM31
  702. //
  703. this.lbl_COMM31.AutoSize = true;
  704. this.lbl_COMM31.Font = new System.Drawing.Font("굴림", 10F);
  705. this.lbl_COMM31.Location = new System.Drawing.Point(287, 300);
  706. this.lbl_COMM31.Name = "lbl_COMM31";
  707. this.lbl_COMM31.Size = new System.Drawing.Size(70, 14);
  708. this.lbl_COMM31.TabIndex = 421;
  709. this.lbl_COMM31.Text = "중계반 31";
  710. //
  711. // lbl_COMM11
  712. //
  713. this.lbl_COMM11.AutoSize = true;
  714. this.lbl_COMM11.Font = new System.Drawing.Font("굴림", 10F);
  715. this.lbl_COMM11.Location = new System.Drawing.Point(25, 300);
  716. this.lbl_COMM11.Name = "lbl_COMM11";
  717. this.lbl_COMM11.Size = new System.Drawing.Size(70, 14);
  718. this.lbl_COMM11.TabIndex = 420;
  719. this.lbl_COMM11.Text = "중계반 11";
  720. //
  721. // lbl_COMM50
  722. //
  723. this.lbl_COMM50.AutoSize = true;
  724. this.lbl_COMM50.Font = new System.Drawing.Font("굴림", 10F);
  725. this.lbl_COMM50.Location = new System.Drawing.Point(551, 274);
  726. this.lbl_COMM50.Name = "lbl_COMM50";
  727. this.lbl_COMM50.Size = new System.Drawing.Size(70, 14);
  728. this.lbl_COMM50.TabIndex = 389;
  729. this.lbl_COMM50.Text = "중계반 50";
  730. //
  731. // lbl_COMM30
  732. //
  733. this.lbl_COMM30.AutoSize = true;
  734. this.lbl_COMM30.Font = new System.Drawing.Font("굴림", 10F);
  735. this.lbl_COMM30.Location = new System.Drawing.Point(287, 274);
  736. this.lbl_COMM30.Name = "lbl_COMM30";
  737. this.lbl_COMM30.Size = new System.Drawing.Size(70, 14);
  738. this.lbl_COMM30.TabIndex = 387;
  739. this.lbl_COMM30.Text = "중계반 30";
  740. //
  741. // lbl_COMM10
  742. //
  743. this.lbl_COMM10.AutoSize = true;
  744. this.lbl_COMM10.Font = new System.Drawing.Font("굴림", 10F);
  745. this.lbl_COMM10.Location = new System.Drawing.Point(25, 274);
  746. this.lbl_COMM10.Name = "lbl_COMM10";
  747. this.lbl_COMM10.Size = new System.Drawing.Size(70, 14);
  748. this.lbl_COMM10.TabIndex = 388;
  749. this.lbl_COMM10.Text = "중계반 10";
  750. //
  751. // lbl_COMM64
  752. //
  753. this.lbl_COMM64.AutoSize = true;
  754. this.lbl_COMM64.Font = new System.Drawing.Font("굴림", 10F);
  755. this.lbl_COMM64.Location = new System.Drawing.Point(810, 118);
  756. this.lbl_COMM64.Name = "lbl_COMM64";
  757. this.lbl_COMM64.Size = new System.Drawing.Size(70, 14);
  758. this.lbl_COMM64.TabIndex = 366;
  759. this.lbl_COMM64.Text = "중계반 64";
  760. //
  761. // lbl_COMM44
  762. //
  763. this.lbl_COMM44.AutoSize = true;
  764. this.lbl_COMM44.Font = new System.Drawing.Font("굴림", 10F);
  765. this.lbl_COMM44.Location = new System.Drawing.Point(551, 118);
  766. this.lbl_COMM44.Name = "lbl_COMM44";
  767. this.lbl_COMM44.Size = new System.Drawing.Size(70, 14);
  768. this.lbl_COMM44.TabIndex = 365;
  769. this.lbl_COMM44.Text = "중계반 44";
  770. //
  771. // lbl_COMM24
  772. //
  773. this.lbl_COMM24.AutoSize = true;
  774. this.lbl_COMM24.Font = new System.Drawing.Font("굴림", 10F);
  775. this.lbl_COMM24.Location = new System.Drawing.Point(287, 118);
  776. this.lbl_COMM24.Name = "lbl_COMM24";
  777. this.lbl_COMM24.Size = new System.Drawing.Size(70, 14);
  778. this.lbl_COMM24.TabIndex = 368;
  779. this.lbl_COMM24.Text = "중계반 24";
  780. //
  781. // lbl_COMM49
  782. //
  783. this.lbl_COMM49.AutoSize = true;
  784. this.lbl_COMM49.Font = new System.Drawing.Font("굴림", 10F);
  785. this.lbl_COMM49.Location = new System.Drawing.Point(551, 248);
  786. this.lbl_COMM49.Name = "lbl_COMM49";
  787. this.lbl_COMM49.Size = new System.Drawing.Size(70, 14);
  788. this.lbl_COMM49.TabIndex = 371;
  789. this.lbl_COMM49.Text = "중계반 49";
  790. //
  791. // lbl_COMM29
  792. //
  793. this.lbl_COMM29.AutoSize = true;
  794. this.lbl_COMM29.Font = new System.Drawing.Font("굴림", 10F);
  795. this.lbl_COMM29.Location = new System.Drawing.Point(287, 248);
  796. this.lbl_COMM29.Name = "lbl_COMM29";
  797. this.lbl_COMM29.Size = new System.Drawing.Size(70, 14);
  798. this.lbl_COMM29.TabIndex = 370;
  799. this.lbl_COMM29.Text = "중계반 29";
  800. //
  801. // lbl_COMM9
  802. //
  803. this.lbl_COMM9.AutoSize = true;
  804. this.lbl_COMM9.Font = new System.Drawing.Font("굴림", 10F);
  805. this.lbl_COMM9.Location = new System.Drawing.Point(25, 248);
  806. this.lbl_COMM9.Name = "lbl_COMM9";
  807. this.lbl_COMM9.Size = new System.Drawing.Size(70, 14);
  808. this.lbl_COMM9.TabIndex = 369;
  809. this.lbl_COMM9.Text = "중계반 09";
  810. //
  811. // lbl_COMM63
  812. //
  813. this.lbl_COMM63.AutoSize = true;
  814. this.lbl_COMM63.Font = new System.Drawing.Font("굴림", 10F);
  815. this.lbl_COMM63.Location = new System.Drawing.Point(810, 92);
  816. this.lbl_COMM63.Name = "lbl_COMM63";
  817. this.lbl_COMM63.Size = new System.Drawing.Size(70, 14);
  818. this.lbl_COMM63.TabIndex = 325;
  819. this.lbl_COMM63.Text = "중계반 63";
  820. //
  821. // lbl_COMM43
  822. //
  823. this.lbl_COMM43.AutoSize = true;
  824. this.lbl_COMM43.Font = new System.Drawing.Font("굴림", 10F);
  825. this.lbl_COMM43.Location = new System.Drawing.Point(551, 92);
  826. this.lbl_COMM43.Name = "lbl_COMM43";
  827. this.lbl_COMM43.Size = new System.Drawing.Size(70, 14);
  828. this.lbl_COMM43.TabIndex = 324;
  829. this.lbl_COMM43.Text = "중계반 43";
  830. //
  831. // lbl_COMM23
  832. //
  833. this.lbl_COMM23.AutoSize = true;
  834. this.lbl_COMM23.Font = new System.Drawing.Font("굴림", 10F);
  835. this.lbl_COMM23.Location = new System.Drawing.Point(287, 92);
  836. this.lbl_COMM23.Name = "lbl_COMM23";
  837. this.lbl_COMM23.Size = new System.Drawing.Size(70, 14);
  838. this.lbl_COMM23.TabIndex = 327;
  839. this.lbl_COMM23.Text = "중계반 23";
  840. //
  841. // lbl_COMM48
  842. //
  843. this.lbl_COMM48.AutoSize = true;
  844. this.lbl_COMM48.Font = new System.Drawing.Font("굴림", 10F);
  845. this.lbl_COMM48.Location = new System.Drawing.Point(551, 222);
  846. this.lbl_COMM48.Name = "lbl_COMM48";
  847. this.lbl_COMM48.Size = new System.Drawing.Size(70, 14);
  848. this.lbl_COMM48.TabIndex = 329;
  849. this.lbl_COMM48.Text = "중계반 48";
  850. //
  851. // lbl_COMM28
  852. //
  853. this.lbl_COMM28.AutoSize = true;
  854. this.lbl_COMM28.Font = new System.Drawing.Font("굴림", 10F);
  855. this.lbl_COMM28.Location = new System.Drawing.Point(287, 222);
  856. this.lbl_COMM28.Name = "lbl_COMM28";
  857. this.lbl_COMM28.Size = new System.Drawing.Size(70, 14);
  858. this.lbl_COMM28.TabIndex = 328;
  859. this.lbl_COMM28.Text = "중계반 28";
  860. //
  861. // lbl_COMM60
  862. //
  863. this.lbl_COMM60.AutoSize = true;
  864. this.lbl_COMM60.Font = new System.Drawing.Font("굴림", 10F);
  865. this.lbl_COMM60.Location = new System.Drawing.Point(551, 534);
  866. this.lbl_COMM60.Name = "lbl_COMM60";
  867. this.lbl_COMM60.Size = new System.Drawing.Size(70, 14);
  868. this.lbl_COMM60.TabIndex = 221;
  869. this.lbl_COMM60.Text = "중계반 60";
  870. //
  871. // lbl_COMM40
  872. //
  873. this.lbl_COMM40.AutoSize = true;
  874. this.lbl_COMM40.Font = new System.Drawing.Font("굴림", 10F);
  875. this.lbl_COMM40.Location = new System.Drawing.Point(287, 534);
  876. this.lbl_COMM40.Name = "lbl_COMM40";
  877. this.lbl_COMM40.Size = new System.Drawing.Size(70, 14);
  878. this.lbl_COMM40.TabIndex = 217;
  879. this.lbl_COMM40.Text = "중계반 40";
  880. //
  881. // lbl_COMM20
  882. //
  883. this.lbl_COMM20.AutoSize = true;
  884. this.lbl_COMM20.Font = new System.Drawing.Font("굴림", 10F);
  885. this.lbl_COMM20.Location = new System.Drawing.Point(25, 534);
  886. this.lbl_COMM20.Name = "lbl_COMM20";
  887. this.lbl_COMM20.Size = new System.Drawing.Size(70, 14);
  888. this.lbl_COMM20.TabIndex = 220;
  889. this.lbl_COMM20.Text = "중계반 20";
  890. //
  891. // lbl_COMM62
  892. //
  893. this.lbl_COMM62.AutoSize = true;
  894. this.lbl_COMM62.Font = new System.Drawing.Font("굴림", 10F);
  895. this.lbl_COMM62.Location = new System.Drawing.Point(810, 66);
  896. this.lbl_COMM62.Name = "lbl_COMM62";
  897. this.lbl_COMM62.Size = new System.Drawing.Size(70, 14);
  898. this.lbl_COMM62.TabIndex = 290;
  899. this.lbl_COMM62.Text = "중계반 62";
  900. //
  901. // lbl_COMM42
  902. //
  903. this.lbl_COMM42.AutoSize = true;
  904. this.lbl_COMM42.Font = new System.Drawing.Font("굴림", 10F);
  905. this.lbl_COMM42.Location = new System.Drawing.Point(551, 66);
  906. this.lbl_COMM42.Name = "lbl_COMM42";
  907. this.lbl_COMM42.Size = new System.Drawing.Size(70, 14);
  908. this.lbl_COMM42.TabIndex = 289;
  909. this.lbl_COMM42.Text = "중계반 42";
  910. //
  911. // lbl_COMM22
  912. //
  913. this.lbl_COMM22.AutoSize = true;
  914. this.lbl_COMM22.Font = new System.Drawing.Font("굴림", 10F);
  915. this.lbl_COMM22.Location = new System.Drawing.Point(287, 66);
  916. this.lbl_COMM22.Name = "lbl_COMM22";
  917. this.lbl_COMM22.Size = new System.Drawing.Size(70, 14);
  918. this.lbl_COMM22.TabIndex = 291;
  919. this.lbl_COMM22.Text = "중계반 22";
  920. //
  921. // lbl_COMM45
  922. //
  923. this.lbl_COMM45.AutoSize = true;
  924. this.lbl_COMM45.Font = new System.Drawing.Font("굴림", 10F);
  925. this.lbl_COMM45.Location = new System.Drawing.Point(551, 144);
  926. this.lbl_COMM45.Name = "lbl_COMM45";
  927. this.lbl_COMM45.Size = new System.Drawing.Size(70, 14);
  928. this.lbl_COMM45.TabIndex = 218;
  929. this.lbl_COMM45.Text = "중계반 45";
  930. //
  931. // lbl_COMM25
  932. //
  933. this.lbl_COMM25.AutoSize = true;
  934. this.lbl_COMM25.Font = new System.Drawing.Font("굴림", 10F);
  935. this.lbl_COMM25.Location = new System.Drawing.Point(287, 144);
  936. this.lbl_COMM25.Name = "lbl_COMM25";
  937. this.lbl_COMM25.Size = new System.Drawing.Size(70, 14);
  938. this.lbl_COMM25.TabIndex = 219;
  939. this.lbl_COMM25.Text = "중계반 25";
  940. //
  941. // lbl_COMM47
  942. //
  943. this.lbl_COMM47.AutoSize = true;
  944. this.lbl_COMM47.Font = new System.Drawing.Font("굴림", 10F);
  945. this.lbl_COMM47.Location = new System.Drawing.Point(551, 196);
  946. this.lbl_COMM47.Name = "lbl_COMM47";
  947. this.lbl_COMM47.Size = new System.Drawing.Size(70, 14);
  948. this.lbl_COMM47.TabIndex = 293;
  949. this.lbl_COMM47.Text = "중계반 47";
  950. //
  951. // lbl_COMM27
  952. //
  953. this.lbl_COMM27.AutoSize = true;
  954. this.lbl_COMM27.Font = new System.Drawing.Font("굴림", 10F);
  955. this.lbl_COMM27.Location = new System.Drawing.Point(287, 196);
  956. this.lbl_COMM27.Name = "lbl_COMM27";
  957. this.lbl_COMM27.Size = new System.Drawing.Size(70, 14);
  958. this.lbl_COMM27.TabIndex = 292;
  959. this.lbl_COMM27.Text = "중계반 27";
  960. //
  961. // lbl_COMM61
  962. //
  963. this.lbl_COMM61.AutoSize = true;
  964. this.lbl_COMM61.Font = new System.Drawing.Font("굴림", 10F);
  965. this.lbl_COMM61.Location = new System.Drawing.Point(810, 40);
  966. this.lbl_COMM61.Name = "lbl_COMM61";
  967. this.lbl_COMM61.Size = new System.Drawing.Size(70, 14);
  968. this.lbl_COMM61.TabIndex = 254;
  969. this.lbl_COMM61.Text = "중계반 61";
  970. //
  971. // lbl_COMM41
  972. //
  973. this.lbl_COMM41.AutoSize = true;
  974. this.lbl_COMM41.Font = new System.Drawing.Font("굴림", 10F);
  975. this.lbl_COMM41.Location = new System.Drawing.Point(551, 40);
  976. this.lbl_COMM41.Name = "lbl_COMM41";
  977. this.lbl_COMM41.Size = new System.Drawing.Size(70, 14);
  978. this.lbl_COMM41.TabIndex = 255;
  979. this.lbl_COMM41.Text = "중계반 41";
  980. //
  981. // lbl_COMM46
  982. //
  983. this.lbl_COMM46.AutoSize = true;
  984. this.lbl_COMM46.Font = new System.Drawing.Font("굴림", 10F);
  985. this.lbl_COMM46.Location = new System.Drawing.Point(551, 170);
  986. this.lbl_COMM46.Name = "lbl_COMM46";
  987. this.lbl_COMM46.Size = new System.Drawing.Size(70, 14);
  988. this.lbl_COMM46.TabIndex = 252;
  989. this.lbl_COMM46.Text = "중계반 46";
  990. //
  991. // lbl_COMM21
  992. //
  993. this.lbl_COMM21.AutoSize = true;
  994. this.lbl_COMM21.Font = new System.Drawing.Font("굴림", 10F);
  995. this.lbl_COMM21.Location = new System.Drawing.Point(287, 40);
  996. this.lbl_COMM21.Name = "lbl_COMM21";
  997. this.lbl_COMM21.Size = new System.Drawing.Size(70, 14);
  998. this.lbl_COMM21.TabIndex = 253;
  999. this.lbl_COMM21.Text = "중계반 21";
  1000. //
  1001. // lbl_COMM26
  1002. //
  1003. this.lbl_COMM26.AutoSize = true;
  1004. this.lbl_COMM26.Font = new System.Drawing.Font("굴림", 10F);
  1005. this.lbl_COMM26.Location = new System.Drawing.Point(287, 170);
  1006. this.lbl_COMM26.Name = "lbl_COMM26";
  1007. this.lbl_COMM26.Size = new System.Drawing.Size(70, 14);
  1008. this.lbl_COMM26.TabIndex = 256;
  1009. this.lbl_COMM26.Text = "중계반 26";
  1010. //
  1011. // btnCommRead
  1012. //
  1013. this.btnCommRead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCommRead.BackgroundImage")));
  1014. this.btnCommRead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1015. this.btnCommRead.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1016. this.btnCommRead.FlatAppearance.BorderSize = 0;
  1017. this.btnCommRead.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1018. this.btnCommRead.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1019. this.btnCommRead.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1020. this.btnCommRead.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold);
  1021. this.btnCommRead.ForeColor = System.Drawing.Color.White;
  1022. this.btnCommRead.Location = new System.Drawing.Point(872, 11);
  1023. this.btnCommRead.Margin = new System.Windows.Forms.Padding(4);
  1024. this.btnCommRead.Name = "btnCommRead";
  1025. this.btnCommRead.Size = new System.Drawing.Size(184, 49);
  1026. this.btnCommRead.TabIndex = 194;
  1027. this.btnCommRead.Text = "읽기명령";
  1028. this.btnCommRead.UseVisualStyleBackColor = true;
  1029. this.btnCommRead.Visible = false;
  1030. this.btnCommRead.Click += new System.EventHandler(this.btnCommRead_Click);
  1031. //
  1032. // panel_Menu
  1033. //
  1034. this.panel_Menu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79)))));
  1035. this.panel_Menu.Controls.Add(this.button_Menu_CommBoard);
  1036. this.panel_Menu.Controls.Add(this.button_Menu_BasicSet);
  1037. this.panel_Menu.Location = new System.Drawing.Point(0, 121);
  1038. this.panel_Menu.Margin = new System.Windows.Forms.Padding(0);
  1039. this.panel_Menu.Name = "panel_Menu";
  1040. this.panel_Menu.Size = new System.Drawing.Size(1080, 54);
  1041. this.panel_Menu.TabIndex = 167;
  1042. //
  1043. // button_Menu_CommBoard
  1044. //
  1045. this.button_Menu_CommBoard.BackgroundImage = global::FPER.Properties.Resources.탭메뉴버튼_회색_100_30;
  1046. this.button_Menu_CommBoard.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1047. this.button_Menu_CommBoard.FlatAppearance.BorderSize = 0;
  1048. this.button_Menu_CommBoard.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1049. this.button_Menu_CommBoard.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1050. this.button_Menu_CommBoard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1051. this.button_Menu_CommBoard.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1052. this.button_Menu_CommBoard.ForeColor = System.Drawing.Color.White;
  1053. this.button_Menu_CommBoard.Location = new System.Drawing.Point(580, 11);
  1054. this.button_Menu_CommBoard.Name = "button_Menu_CommBoard";
  1055. this.button_Menu_CommBoard.Size = new System.Drawing.Size(100, 31);
  1056. this.button_Menu_CommBoard.TabIndex = 0;
  1057. this.button_Menu_CommBoard.TabStop = false;
  1058. this.button_Menu_CommBoard.Text = "통신보드";
  1059. this.button_Menu_CommBoard.UseVisualStyleBackColor = true;
  1060. this.button_Menu_CommBoard.Click += new System.EventHandler(this.button_Menu_CommBoard_Click);
  1061. //
  1062. // button_Menu_BasicSet
  1063. //
  1064. this.button_Menu_BasicSet.BackgroundImage = global::FPER.Properties.Resources.탭메뉴버튼_회색_100_30;
  1065. this.button_Menu_BasicSet.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1066. this.button_Menu_BasicSet.FlatAppearance.BorderSize = 0;
  1067. this.button_Menu_BasicSet.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1068. this.button_Menu_BasicSet.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  1069. this.button_Menu_BasicSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1070. this.button_Menu_BasicSet.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1071. this.button_Menu_BasicSet.ForeColor = System.Drawing.Color.White;
  1072. this.button_Menu_BasicSet.Location = new System.Drawing.Point(410, 11);
  1073. this.button_Menu_BasicSet.Name = "button_Menu_BasicSet";
  1074. this.button_Menu_BasicSet.Size = new System.Drawing.Size(100, 31);
  1075. this.button_Menu_BasicSet.TabIndex = 0;
  1076. this.button_Menu_BasicSet.TabStop = false;
  1077. this.button_Menu_BasicSet.Text = "기본";
  1078. this.button_Menu_BasicSet.UseVisualStyleBackColor = true;
  1079. this.button_Menu_BasicSet.Click += new System.EventHandler(this.button_Menu_BasicSet_Click);
  1080. //
  1081. // frmVersion_BigReceiver
  1082. //
  1083. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1084. this.BackColor = System.Drawing.Color.WhiteSmoke;
  1085. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  1086. this.ClientSize = new System.Drawing.Size(1080, 824);
  1087. this.Controls.Add(this.panel_Menu);
  1088. this.Controls.Add(this.tabControl1);
  1089. this.Controls.Add(this.button1);
  1090. this.Controls.Add(this.txtThisReceiverID);
  1091. this.Controls.Add(this.panel1);
  1092. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1093. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1094. this.Name = "frmVersion_BigReceiver";
  1095. this.ShowIcon = false;
  1096. this.ShowInTaskbar = false;
  1097. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  1098. this.Text = "frmVersion";
  1099. this.Activated += new System.EventHandler(this.frmVersion_Activated);
  1100. this.Load += new System.EventHandler(this.frmVersion_Load);
  1101. this.Disposed += new System.EventHandler(this.frmVersion_Disposed);
  1102. this.panel1.ResumeLayout(false);
  1103. this.panel1.PerformLayout();
  1104. this.tabControl1.ResumeLayout(false);
  1105. this.tabPage1.ResumeLayout(false);
  1106. this.tabPage1.PerformLayout();
  1107. this.tabPage2.ResumeLayout(false);
  1108. this.groupBox2.ResumeLayout(false);
  1109. this.groupBox2.PerformLayout();
  1110. this.panel_Menu.ResumeLayout(false);
  1111. this.ResumeLayout(false);
  1112. this.PerformLayout();
  1113. }
  1114. #endregion
  1115. private System.Windows.Forms.Panel panel1;
  1116. private System.Windows.Forms.Button btnWinClose;
  1117. private System.Windows.Forms.Label lblDir;
  1118. private System.Windows.Forms.Button button1;
  1119. private System.Windows.Forms.TextBox txtThisReceiverID;
  1120. private System.Windows.Forms.TextBox txtUIVersion;
  1121. private System.Windows.Forms.Label label1;
  1122. private System.Windows.Forms.TextBox txtDemonVersion;
  1123. private System.Windows.Forms.Label label2;
  1124. private System.Windows.Forms.Label label3;
  1125. private System.Windows.Forms.TextBox txtFileVersion;
  1126. private System.Windows.Forms.TabControl tabControl1;
  1127. private System.Windows.Forms.TabPage tabPage1;
  1128. private System.Windows.Forms.TabPage tabPage2;
  1129. private System.Windows.Forms.Button btnCommRead;
  1130. private System.Windows.Forms.Panel panel_Menu;
  1131. private System.Windows.Forms.Button button_Menu_CommBoard;
  1132. private System.Windows.Forms.Button button_Menu_BasicSet;
  1133. private System.Windows.Forms.GroupBox groupBox2;
  1134. private System.Windows.Forms.Label lbl_COMM55;
  1135. private System.Windows.Forms.Label lbl_COMM35;
  1136. private System.Windows.Forms.Label lbl_COMM15;
  1137. private System.Windows.Forms.Label lbl_COMM59;
  1138. private System.Windows.Forms.Label lbl_COMM39;
  1139. private System.Windows.Forms.Label lbl_COMM19;
  1140. private System.Windows.Forms.Label lbl_COMM54;
  1141. private System.Windows.Forms.Label lbl_COMM34;
  1142. private System.Windows.Forms.Label lbl_COMM14;
  1143. private System.Windows.Forms.Label lbl_COMM58;
  1144. private System.Windows.Forms.Label lbl_COMM38;
  1145. private System.Windows.Forms.Label lbl_COMM18;
  1146. private System.Windows.Forms.Label lbl_COMM53;
  1147. private System.Windows.Forms.Label lbl_COMM33;
  1148. private System.Windows.Forms.Label lbl_COMM13;
  1149. private System.Windows.Forms.Label lbl_COMM57;
  1150. private System.Windows.Forms.Label lbl_COMM37;
  1151. private System.Windows.Forms.Label lbl_COMM17;
  1152. private System.Windows.Forms.Label lbl_COMM52;
  1153. private System.Windows.Forms.Label lbl_COMM32;
  1154. private System.Windows.Forms.Label lbl_COMM12;
  1155. private System.Windows.Forms.Label lbl_COMM56;
  1156. private System.Windows.Forms.Label lbl_COMM36;
  1157. private System.Windows.Forms.Label lbl_COMM16;
  1158. private System.Windows.Forms.Label lbl_COMM51;
  1159. private System.Windows.Forms.Label lbl_COMM31;
  1160. private System.Windows.Forms.Label lbl_COMM11;
  1161. private System.Windows.Forms.Label lbl_COMM50;
  1162. private System.Windows.Forms.Label lbl_COMM30;
  1163. private System.Windows.Forms.Label lbl_COMM10;
  1164. private System.Windows.Forms.Label lbl_COMM64;
  1165. private System.Windows.Forms.Label lbl_COMM44;
  1166. private System.Windows.Forms.Label lbl_COMM24;
  1167. private System.Windows.Forms.Label lbl_COMM49;
  1168. private System.Windows.Forms.Label lbl_COMM29;
  1169. private System.Windows.Forms.Label lbl_COMM9;
  1170. private System.Windows.Forms.Label lbl_COMM63;
  1171. private System.Windows.Forms.Label lbl_COMM43;
  1172. private System.Windows.Forms.Label lbl_COMM23;
  1173. private System.Windows.Forms.Label lbl_COMM48;
  1174. private System.Windows.Forms.Label lbl_COMM28;
  1175. private System.Windows.Forms.Label lbl_COMM60;
  1176. private System.Windows.Forms.Label lbl_COMM40;
  1177. private System.Windows.Forms.Label lbl_COMM20;
  1178. private System.Windows.Forms.Label lbl_COMM62;
  1179. private System.Windows.Forms.Label lbl_COMM42;
  1180. private System.Windows.Forms.Label lbl_COMM22;
  1181. private System.Windows.Forms.Label lbl_COMM45;
  1182. private System.Windows.Forms.Label lbl_COMM25;
  1183. private System.Windows.Forms.Label lbl_COMM47;
  1184. private System.Windows.Forms.Label lbl_COMM27;
  1185. private System.Windows.Forms.Label lbl_COMM61;
  1186. private System.Windows.Forms.Label lbl_COMM41;
  1187. private System.Windows.Forms.Label lbl_COMM46;
  1188. private System.Windows.Forms.Label lbl_COMM21;
  1189. private System.Windows.Forms.Label lbl_COMM26;
  1190. private System.Windows.Forms.Label lbl_COMM4;
  1191. private System.Windows.Forms.Label lbl_COMM3;
  1192. private System.Windows.Forms.Label lbl_COMM8;
  1193. private System.Windows.Forms.Label lbl_COMM2;
  1194. private System.Windows.Forms.Label lbl_COMM5;
  1195. private System.Windows.Forms.Label lbl_COMM7;
  1196. private System.Windows.Forms.Label lbl_COMM1;
  1197. private System.Windows.Forms.Label lbl_COMM6;
  1198. }
  1199. }