Main_Form.Designer.cs 78 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604
  1. namespace RF_TRIO_PLL_ZIG
  2. {
  3. partial class Main_Form
  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(Main_Form));
  30. this.groupBox9 = new System.Windows.Forms.GroupBox();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button_terminal = new System.Windows.Forms.Button();
  33. this.Ascii_checkBox = new System.Windows.Forms.CheckBox();
  34. this.cmCom_Port = new System.Windows.Forms.Label();
  35. this.button_PortOpen = new System.Windows.Forms.Button();
  36. this.comboBox_Port = new System.Windows.Forms.ComboBox();
  37. this.cmBaudRate = new System.Windows.Forms.Label();
  38. this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
  39. this.groupBox3 = new System.Windows.Forms.GroupBox();
  40. this.label68 = new System.Windows.Forms.Label();
  41. this.label56 = new System.Windows.Forms.Label();
  42. this.label67 = new System.Windows.Forms.Label();
  43. this.label12 = new System.Windows.Forms.Label();
  44. this.label66 = new System.Windows.Forms.Label();
  45. this.label55 = new System.Windows.Forms.Label();
  46. this.label65 = new System.Windows.Forms.Label();
  47. this.label11 = new System.Windows.Forms.Label();
  48. this.label64 = new System.Windows.Forms.Label();
  49. this.label54 = new System.Windows.Forms.Label();
  50. this.label63 = new System.Windows.Forms.Label();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.label62 = new System.Windows.Forms.Label();
  53. this.label53 = new System.Windows.Forms.Label();
  54. this.label61 = new System.Windows.Forms.Label();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.label60 = new System.Windows.Forms.Label();
  57. this.label52 = new System.Windows.Forms.Label();
  58. this.label59 = new System.Windows.Forms.Label();
  59. this.label8 = new System.Windows.Forms.Label();
  60. this.label58 = new System.Windows.Forms.Label();
  61. this.label51 = new System.Windows.Forms.Label();
  62. this.label57 = new System.Windows.Forms.Label();
  63. this.label9 = new System.Windows.Forms.Label();
  64. this.groupBox8 = new System.Windows.Forms.GroupBox();
  65. this.groupBox7 = new System.Windows.Forms.GroupBox();
  66. this.numericUpDown19 = new System.Windows.Forms.NumericUpDown();
  67. this.numericUpDown22 = new System.Windows.Forms.NumericUpDown();
  68. this.label26 = new System.Windows.Forms.Label();
  69. this.label28 = new System.Windows.Forms.Label();
  70. this.groupBox5 = new System.Windows.Forms.GroupBox();
  71. this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
  72. this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
  73. this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
  74. this.numericUpDown12 = new System.Windows.Forms.NumericUpDown();
  75. this.label15 = new System.Windows.Forms.Label();
  76. this.label16 = new System.Windows.Forms.Label();
  77. this.label17 = new System.Windows.Forms.Label();
  78. this.label18 = new System.Windows.Forms.Label();
  79. this.groupBox2 = new System.Windows.Forms.GroupBox();
  80. this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
  81. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  82. this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
  83. this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
  84. this.label7 = new System.Windows.Forms.Label();
  85. this.label6 = new System.Windows.Forms.Label();
  86. this.label4 = new System.Windows.Forms.Label();
  87. this.label5 = new System.Windows.Forms.Label();
  88. this.groupBox4 = new System.Windows.Forms.GroupBox();
  89. this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
  90. this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
  91. this.label13 = new System.Windows.Forms.Label();
  92. this.label14 = new System.Windows.Forms.Label();
  93. this.groupBox1 = new System.Windows.Forms.GroupBox();
  94. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  95. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  96. this.label3 = new System.Windows.Forms.Label();
  97. this.label2 = new System.Windows.Forms.Label();
  98. this.groupBox17 = new System.Windows.Forms.GroupBox();
  99. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  100. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  101. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  102. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  103. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  104. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  105. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  106. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  107. this.pictureBox9 = new System.Windows.Forms.PictureBox();
  108. this.pictureBox10 = new System.Windows.Forms.PictureBox();
  109. this.pictureBox11 = new System.Windows.Forms.PictureBox();
  110. this.pictureBox12 = new System.Windows.Forms.PictureBox();
  111. this.pictureBox13 = new System.Windows.Forms.PictureBox();
  112. this.pictureBox14 = new System.Windows.Forms.PictureBox();
  113. this.label69 = new System.Windows.Forms.Label();
  114. this.label70 = new System.Windows.Forms.Label();
  115. this.label71 = new System.Windows.Forms.Label();
  116. this.label72 = new System.Windows.Forms.Label();
  117. this.label73 = new System.Windows.Forms.Label();
  118. this.label74 = new System.Windows.Forms.Label();
  119. this.label75 = new System.Windows.Forms.Label();
  120. this.label76 = new System.Windows.Forms.Label();
  121. this.label77 = new System.Windows.Forms.Label();
  122. this.label78 = new System.Windows.Forms.Label();
  123. this.label79 = new System.Windows.Forms.Label();
  124. this.pictureBox15 = new System.Windows.Forms.PictureBox();
  125. this.label80 = new System.Windows.Forms.Label();
  126. this.button1 = new System.Windows.Forms.Button();
  127. this.groupBox10 = new System.Windows.Forms.GroupBox();
  128. this.groupBox11 = new System.Windows.Forms.GroupBox();
  129. this.numericUpDown25 = new System.Windows.Forms.NumericUpDown();
  130. this.numericUpDown27 = new System.Windows.Forms.NumericUpDown();
  131. this.label32 = new System.Windows.Forms.Label();
  132. this.label33 = new System.Windows.Forms.Label();
  133. this.groupBox15 = new System.Windows.Forms.GroupBox();
  134. this.numericUpDown41 = new System.Windows.Forms.NumericUpDown();
  135. this.numericUpDown42 = new System.Windows.Forms.NumericUpDown();
  136. this.label47 = new System.Windows.Forms.Label();
  137. this.label48 = new System.Windows.Forms.Label();
  138. this.groupBox16 = new System.Windows.Forms.GroupBox();
  139. this.numericUpDown43 = new System.Windows.Forms.NumericUpDown();
  140. this.numericUpDown44 = new System.Windows.Forms.NumericUpDown();
  141. this.label49 = new System.Windows.Forms.Label();
  142. this.label50 = new System.Windows.Forms.Label();
  143. this.groupBox6 = new System.Windows.Forms.GroupBox();
  144. this.numericUpDown13 = new System.Windows.Forms.NumericUpDown();
  145. this.numericUpDown14 = new System.Windows.Forms.NumericUpDown();
  146. this.numericUpDown16 = new System.Windows.Forms.NumericUpDown();
  147. this.label19 = new System.Windows.Forms.Label();
  148. this.label20 = new System.Windows.Forms.Label();
  149. this.label21 = new System.Windows.Forms.Label();
  150. this.timer = new System.Windows.Forms.Timer(this.components);
  151. this.groupBox9.SuspendLayout();
  152. this.groupBox3.SuspendLayout();
  153. this.groupBox8.SuspendLayout();
  154. this.groupBox7.SuspendLayout();
  155. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).BeginInit();
  157. this.groupBox5.SuspendLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
  162. this.groupBox2.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
  167. this.groupBox4.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
  170. this.groupBox1.SuspendLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  173. this.groupBox17.SuspendLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
  189. this.groupBox10.SuspendLayout();
  190. this.groupBox11.SuspendLayout();
  191. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown25)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown27)).BeginInit();
  193. this.groupBox15.SuspendLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown41)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown42)).BeginInit();
  196. this.groupBox16.SuspendLayout();
  197. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown43)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown44)).BeginInit();
  199. this.groupBox6.SuspendLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).BeginInit();
  203. this.SuspendLayout();
  204. //
  205. // groupBox9
  206. //
  207. this.groupBox9.Controls.Add(this.button3);
  208. this.groupBox9.Controls.Add(this.button_terminal);
  209. this.groupBox9.Controls.Add(this.Ascii_checkBox);
  210. this.groupBox9.Controls.Add(this.cmCom_Port);
  211. this.groupBox9.Controls.Add(this.button_PortOpen);
  212. this.groupBox9.Controls.Add(this.comboBox_Port);
  213. this.groupBox9.Controls.Add(this.cmBaudRate);
  214. this.groupBox9.Controls.Add(this.comboBox_baudrate);
  215. this.groupBox9.Location = new System.Drawing.Point(12, 77);
  216. this.groupBox9.Name = "groupBox9";
  217. this.groupBox9.Size = new System.Drawing.Size(225, 223);
  218. this.groupBox9.TabIndex = 82;
  219. this.groupBox9.TabStop = false;
  220. this.groupBox9.Text = "Connection";
  221. //
  222. // button3
  223. //
  224. this.button3.Location = new System.Drawing.Point(14, 171);
  225. this.button3.Name = "button3";
  226. this.button3.Size = new System.Drawing.Size(197, 34);
  227. this.button3.TabIndex = 93;
  228. this.button3.Text = "Firmware Update";
  229. this.button3.UseVisualStyleBackColor = true;
  230. this.button3.Click += new System.EventHandler(this.Firmware_Update_Click);
  231. //
  232. // button_terminal
  233. //
  234. this.button_terminal.Location = new System.Drawing.Point(14, 131);
  235. this.button_terminal.Name = "button_terminal";
  236. this.button_terminal.Size = new System.Drawing.Size(197, 34);
  237. this.button_terminal.TabIndex = 94;
  238. this.button_terminal.Text = "Terminal";
  239. this.button_terminal.UseVisualStyleBackColor = true;
  240. this.button_terminal.Click += new System.EventHandler(this.Button_terminal_Click);
  241. //
  242. // Ascii_checkBox
  243. //
  244. this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  245. | System.Windows.Forms.AnchorStyles.Left)
  246. | System.Windows.Forms.AnchorStyles.Right)));
  247. this.Ascii_checkBox.AutoSize = true;
  248. this.Ascii_checkBox.Location = new System.Drawing.Point(14, 69);
  249. this.Ascii_checkBox.Name = "Ascii_checkBox";
  250. this.Ascii_checkBox.Size = new System.Drawing.Size(55, 16);
  251. this.Ascii_checkBox.TabIndex = 92;
  252. this.Ascii_checkBox.Text = "ASCII";
  253. this.Ascii_checkBox.UseVisualStyleBackColor = true;
  254. //
  255. // cmCom_Port
  256. //
  257. this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  258. | System.Windows.Forms.AnchorStyles.Left)
  259. | System.Windows.Forms.AnchorStyles.Right)));
  260. this.cmCom_Port.AutoSize = true;
  261. this.cmCom_Port.Location = new System.Drawing.Point(11, 18);
  262. this.cmCom_Port.Name = "cmCom_Port";
  263. this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
  264. this.cmCom_Port.TabIndex = 89;
  265. this.cmCom_Port.Text = "Com Port";
  266. //
  267. // button_PortOpen
  268. //
  269. this.button_PortOpen.Location = new System.Drawing.Point(13, 91);
  270. this.button_PortOpen.Name = "button_PortOpen";
  271. this.button_PortOpen.Size = new System.Drawing.Size(197, 34);
  272. this.button_PortOpen.TabIndex = 86;
  273. this.button_PortOpen.Text = "Port Open";
  274. this.button_PortOpen.UseVisualStyleBackColor = true;
  275. this.button_PortOpen.Click += new System.EventHandler(this.Button_PortOpen_Click);
  276. //
  277. // comboBox_Port
  278. //
  279. this.comboBox_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  280. | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
  283. this.comboBox_Port.FormattingEnabled = true;
  284. this.comboBox_Port.Location = new System.Drawing.Point(109, 15);
  285. this.comboBox_Port.Name = "comboBox_Port";
  286. this.comboBox_Port.Size = new System.Drawing.Size(101, 20);
  287. this.comboBox_Port.TabIndex = 88;
  288. this.comboBox_Port.SelectedIndexChanged += new System.EventHandler(this.ComboBox_Port_SelectedIndexChanged);
  289. //
  290. // cmBaudRate
  291. //
  292. this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  293. | System.Windows.Forms.AnchorStyles.Left)
  294. | System.Windows.Forms.AnchorStyles.Right)));
  295. this.cmBaudRate.AutoSize = true;
  296. this.cmBaudRate.Location = new System.Drawing.Point(11, 47);
  297. this.cmBaudRate.Name = "cmBaudRate";
  298. this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
  299. this.cmBaudRate.TabIndex = 90;
  300. this.cmBaudRate.Text = "Baud Rate(bps)";
  301. //
  302. // comboBox_baudrate
  303. //
  304. this.comboBox_baudrate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  305. | System.Windows.Forms.AnchorStyles.Left)
  306. | System.Windows.Forms.AnchorStyles.Right)));
  307. this.comboBox_baudrate.FormattingEnabled = true;
  308. this.comboBox_baudrate.Items.AddRange(new object[] {
  309. "9600",
  310. "14400",
  311. "19200",
  312. "38400",
  313. "57600",
  314. "115200",
  315. "128000"});
  316. this.comboBox_baudrate.Location = new System.Drawing.Point(110, 45);
  317. this.comboBox_baudrate.Name = "comboBox_baudrate";
  318. this.comboBox_baudrate.Size = new System.Drawing.Size(101, 20);
  319. this.comboBox_baudrate.TabIndex = 91;
  320. this.comboBox_baudrate.Text = "115200";
  321. //
  322. // groupBox3
  323. //
  324. this.groupBox3.Controls.Add(this.label68);
  325. this.groupBox3.Controls.Add(this.label56);
  326. this.groupBox3.Controls.Add(this.label67);
  327. this.groupBox3.Controls.Add(this.label12);
  328. this.groupBox3.Controls.Add(this.label66);
  329. this.groupBox3.Controls.Add(this.label55);
  330. this.groupBox3.Controls.Add(this.label65);
  331. this.groupBox3.Controls.Add(this.label11);
  332. this.groupBox3.Controls.Add(this.label64);
  333. this.groupBox3.Controls.Add(this.label54);
  334. this.groupBox3.Controls.Add(this.label63);
  335. this.groupBox3.Controls.Add(this.label10);
  336. this.groupBox3.Controls.Add(this.label62);
  337. this.groupBox3.Controls.Add(this.label53);
  338. this.groupBox3.Controls.Add(this.label61);
  339. this.groupBox3.Controls.Add(this.label1);
  340. this.groupBox3.Controls.Add(this.label60);
  341. this.groupBox3.Controls.Add(this.label52);
  342. this.groupBox3.Controls.Add(this.label59);
  343. this.groupBox3.Controls.Add(this.label8);
  344. this.groupBox3.Controls.Add(this.label58);
  345. this.groupBox3.Controls.Add(this.label51);
  346. this.groupBox3.Controls.Add(this.label57);
  347. this.groupBox3.Controls.Add(this.label9);
  348. this.groupBox3.Location = new System.Drawing.Point(12, 308);
  349. this.groupBox3.Name = "groupBox3";
  350. this.groupBox3.Size = new System.Drawing.Size(225, 281);
  351. this.groupBox3.TabIndex = 92;
  352. this.groupBox3.TabStop = false;
  353. this.groupBox3.Text = "Voltage";
  354. //
  355. // label68
  356. //
  357. this.label68.AutoSize = true;
  358. this.label68.Location = new System.Drawing.Point(189, 253);
  359. this.label68.Name = "label68";
  360. this.label68.Size = new System.Drawing.Size(29, 12);
  361. this.label68.TabIndex = 98;
  362. this.label68.Text = "0.0V";
  363. //
  364. // label56
  365. //
  366. this.label56.AutoSize = true;
  367. this.label56.Location = new System.Drawing.Point(76, 253);
  368. this.label56.Name = "label56";
  369. this.label56.Size = new System.Drawing.Size(29, 12);
  370. this.label56.TabIndex = 98;
  371. this.label56.Text = "0.0V";
  372. //
  373. // label67
  374. //
  375. this.label67.AutoSize = true;
  376. this.label67.Location = new System.Drawing.Point(189, 127);
  377. this.label67.Name = "label67";
  378. this.label67.Size = new System.Drawing.Size(29, 12);
  379. this.label67.TabIndex = 98;
  380. this.label67.Text = "0.0V";
  381. //
  382. // label12
  383. //
  384. this.label12.AutoSize = true;
  385. this.label12.Location = new System.Drawing.Point(76, 127);
  386. this.label12.Name = "label12";
  387. this.label12.Size = new System.Drawing.Size(29, 12);
  388. this.label12.TabIndex = 98;
  389. this.label12.Text = "0.0V";
  390. //
  391. // label66
  392. //
  393. this.label66.AutoSize = true;
  394. this.label66.Location = new System.Drawing.Point(189, 211);
  395. this.label66.Name = "label66";
  396. this.label66.Size = new System.Drawing.Size(29, 12);
  397. this.label66.TabIndex = 98;
  398. this.label66.Text = "0.0V";
  399. //
  400. // label55
  401. //
  402. this.label55.AutoSize = true;
  403. this.label55.Location = new System.Drawing.Point(76, 211);
  404. this.label55.Name = "label55";
  405. this.label55.Size = new System.Drawing.Size(29, 12);
  406. this.label55.TabIndex = 98;
  407. this.label55.Text = "0.0V";
  408. //
  409. // label65
  410. //
  411. this.label65.AutoSize = true;
  412. this.label65.Location = new System.Drawing.Point(189, 85);
  413. this.label65.Name = "label65";
  414. this.label65.Size = new System.Drawing.Size(29, 12);
  415. this.label65.TabIndex = 98;
  416. this.label65.Text = "0.0V";
  417. //
  418. // label11
  419. //
  420. this.label11.AutoSize = true;
  421. this.label11.Location = new System.Drawing.Point(76, 85);
  422. this.label11.Name = "label11";
  423. this.label11.Size = new System.Drawing.Size(29, 12);
  424. this.label11.TabIndex = 98;
  425. this.label11.Text = "0.0V";
  426. //
  427. // label64
  428. //
  429. this.label64.AutoSize = true;
  430. this.label64.Location = new System.Drawing.Point(189, 169);
  431. this.label64.Name = "label64";
  432. this.label64.Size = new System.Drawing.Size(29, 12);
  433. this.label64.TabIndex = 98;
  434. this.label64.Text = "0.0V";
  435. //
  436. // label54
  437. //
  438. this.label54.AutoSize = true;
  439. this.label54.Location = new System.Drawing.Point(76, 169);
  440. this.label54.Name = "label54";
  441. this.label54.Size = new System.Drawing.Size(29, 12);
  442. this.label54.TabIndex = 98;
  443. this.label54.Text = "0.0V";
  444. //
  445. // label63
  446. //
  447. this.label63.AutoSize = true;
  448. this.label63.Location = new System.Drawing.Point(189, 43);
  449. this.label63.Name = "label63";
  450. this.label63.Size = new System.Drawing.Size(29, 12);
  451. this.label63.TabIndex = 98;
  452. this.label63.Text = "0.0V";
  453. //
  454. // label10
  455. //
  456. this.label10.AutoSize = true;
  457. this.label10.Location = new System.Drawing.Point(76, 43);
  458. this.label10.Name = "label10";
  459. this.label10.Size = new System.Drawing.Size(29, 12);
  460. this.label10.TabIndex = 98;
  461. this.label10.Text = "0.0V";
  462. //
  463. // label62
  464. //
  465. this.label62.AutoSize = true;
  466. this.label62.Location = new System.Drawing.Point(120, 252);
  467. this.label62.Name = "label62";
  468. this.label62.Size = new System.Drawing.Size(53, 12);
  469. this.label62.TabIndex = 95;
  470. this.label62.Text = "3.5GHz :";
  471. //
  472. // label53
  473. //
  474. this.label53.AutoSize = true;
  475. this.label53.Location = new System.Drawing.Point(7, 252);
  476. this.label53.Name = "label53";
  477. this.label53.Size = new System.Drawing.Size(53, 12);
  478. this.label53.TabIndex = 95;
  479. this.label53.Text = "3.5GHz :";
  480. //
  481. // label61
  482. //
  483. this.label61.AutoSize = true;
  484. this.label61.Location = new System.Drawing.Point(120, 126);
  485. this.label61.Name = "label61";
  486. this.label61.Size = new System.Drawing.Size(53, 12);
  487. this.label61.TabIndex = 95;
  488. this.label61.Text = "3.5GHz :";
  489. //
  490. // label1
  491. //
  492. this.label1.AutoSize = true;
  493. this.label1.Location = new System.Drawing.Point(7, 126);
  494. this.label1.Name = "label1";
  495. this.label1.Size = new System.Drawing.Size(53, 12);
  496. this.label1.TabIndex = 95;
  497. this.label1.Text = "3.5GHz :";
  498. //
  499. // label60
  500. //
  501. this.label60.AutoSize = true;
  502. this.label60.Location = new System.Drawing.Point(120, 210);
  503. this.label60.Name = "label60";
  504. this.label60.Size = new System.Drawing.Size(53, 12);
  505. this.label60.TabIndex = 96;
  506. this.label60.Text = "2.1GHz :";
  507. //
  508. // label52
  509. //
  510. this.label52.AutoSize = true;
  511. this.label52.Location = new System.Drawing.Point(7, 210);
  512. this.label52.Name = "label52";
  513. this.label52.Size = new System.Drawing.Size(53, 12);
  514. this.label52.TabIndex = 96;
  515. this.label52.Text = "2.1GHz :";
  516. //
  517. // label59
  518. //
  519. this.label59.AutoSize = true;
  520. this.label59.Location = new System.Drawing.Point(120, 84);
  521. this.label59.Name = "label59";
  522. this.label59.Size = new System.Drawing.Size(53, 12);
  523. this.label59.TabIndex = 96;
  524. this.label59.Text = "2.1GHz :";
  525. //
  526. // label8
  527. //
  528. this.label8.AutoSize = true;
  529. this.label8.Location = new System.Drawing.Point(7, 84);
  530. this.label8.Name = "label8";
  531. this.label8.Size = new System.Drawing.Size(53, 12);
  532. this.label8.TabIndex = 96;
  533. this.label8.Text = "2.1GHz :";
  534. //
  535. // label58
  536. //
  537. this.label58.AutoSize = true;
  538. this.label58.Location = new System.Drawing.Point(120, 168);
  539. this.label58.Name = "label58";
  540. this.label58.Size = new System.Drawing.Size(53, 12);
  541. this.label58.TabIndex = 97;
  542. this.label58.Text = "1.8GHz :";
  543. //
  544. // label51
  545. //
  546. this.label51.AutoSize = true;
  547. this.label51.Location = new System.Drawing.Point(7, 168);
  548. this.label51.Name = "label51";
  549. this.label51.Size = new System.Drawing.Size(53, 12);
  550. this.label51.TabIndex = 97;
  551. this.label51.Text = "1.8GHz :";
  552. //
  553. // label57
  554. //
  555. this.label57.AutoSize = true;
  556. this.label57.Location = new System.Drawing.Point(120, 42);
  557. this.label57.Name = "label57";
  558. this.label57.Size = new System.Drawing.Size(53, 12);
  559. this.label57.TabIndex = 97;
  560. this.label57.Text = "1.8GHz :";
  561. //
  562. // label9
  563. //
  564. this.label9.AutoSize = true;
  565. this.label9.Location = new System.Drawing.Point(7, 42);
  566. this.label9.Name = "label9";
  567. this.label9.Size = new System.Drawing.Size(53, 12);
  568. this.label9.TabIndex = 97;
  569. this.label9.Text = "1.8GHz :";
  570. //
  571. // groupBox8
  572. //
  573. this.groupBox8.Controls.Add(this.groupBox6);
  574. this.groupBox8.Controls.Add(this.groupBox7);
  575. this.groupBox8.Controls.Add(this.groupBox5);
  576. this.groupBox8.Controls.Add(this.groupBox2);
  577. this.groupBox8.Controls.Add(this.groupBox4);
  578. this.groupBox8.Controls.Add(this.groupBox1);
  579. this.groupBox8.Location = new System.Drawing.Point(243, 219);
  580. this.groupBox8.Name = "groupBox8";
  581. this.groupBox8.Size = new System.Drawing.Size(924, 270);
  582. this.groupBox8.TabIndex = 94;
  583. this.groupBox8.TabStop = false;
  584. this.groupBox8.Text = "ATTEN(dB)";
  585. //
  586. // groupBox7
  587. //
  588. this.groupBox7.Controls.Add(this.numericUpDown19);
  589. this.groupBox7.Controls.Add(this.numericUpDown22);
  590. this.groupBox7.Controls.Add(this.label26);
  591. this.groupBox7.Controls.Add(this.label28);
  592. this.groupBox7.Location = new System.Drawing.Point(687, 22);
  593. this.groupBox7.Name = "groupBox7";
  594. this.groupBox7.Size = new System.Drawing.Size(215, 83);
  595. this.groupBox7.TabIndex = 94;
  596. this.groupBox7.TabStop = false;
  597. this.groupBox7.Text = "3.5GHz UL";
  598. //
  599. // numericUpDown19
  600. //
  601. this.numericUpDown19.Location = new System.Drawing.Point(132, 47);
  602. this.numericUpDown19.Name = "numericUpDown19";
  603. this.numericUpDown19.Size = new System.Drawing.Size(71, 21);
  604. this.numericUpDown19.TabIndex = 1;
  605. //
  606. // numericUpDown22
  607. //
  608. this.numericUpDown22.Location = new System.Drawing.Point(132, 19);
  609. this.numericUpDown22.Name = "numericUpDown22";
  610. this.numericUpDown22.Size = new System.Drawing.Size(71, 21);
  611. this.numericUpDown22.TabIndex = 1;
  612. //
  613. // label26
  614. //
  615. this.label26.AutoSize = true;
  616. this.label26.Location = new System.Drawing.Point(6, 23);
  617. this.label26.Name = "label26";
  618. this.label26.Size = new System.Drawing.Size(104, 12);
  619. this.label26.TabIndex = 0;
  620. this.label26.Text = "ATT_EN_3.5G_DL";
  621. //
  622. // label28
  623. //
  624. this.label28.AutoSize = true;
  625. this.label28.Location = new System.Drawing.Point(6, 53);
  626. this.label28.Name = "label28";
  627. this.label28.Size = new System.Drawing.Size(104, 12);
  628. this.label28.TabIndex = 0;
  629. this.label28.Text = "ATT_EN_3.5G_UL";
  630. //
  631. // groupBox5
  632. //
  633. this.groupBox5.Controls.Add(this.numericUpDown9);
  634. this.groupBox5.Controls.Add(this.numericUpDown10);
  635. this.groupBox5.Controls.Add(this.numericUpDown11);
  636. this.groupBox5.Controls.Add(this.numericUpDown12);
  637. this.groupBox5.Controls.Add(this.label15);
  638. this.groupBox5.Controls.Add(this.label16);
  639. this.groupBox5.Controls.Add(this.label17);
  640. this.groupBox5.Controls.Add(this.label18);
  641. this.groupBox5.Location = new System.Drawing.Point(349, 111);
  642. this.groupBox5.Name = "groupBox5";
  643. this.groupBox5.Size = new System.Drawing.Size(215, 142);
  644. this.groupBox5.TabIndex = 96;
  645. this.groupBox5.TabStop = false;
  646. this.groupBox5.Text = "2.1GHz UL";
  647. //
  648. // numericUpDown9
  649. //
  650. this.numericUpDown9.Location = new System.Drawing.Point(132, 104);
  651. this.numericUpDown9.Name = "numericUpDown9";
  652. this.numericUpDown9.Size = new System.Drawing.Size(71, 21);
  653. this.numericUpDown9.TabIndex = 1;
  654. //
  655. // numericUpDown10
  656. //
  657. this.numericUpDown10.Location = new System.Drawing.Point(132, 47);
  658. this.numericUpDown10.Name = "numericUpDown10";
  659. this.numericUpDown10.Size = new System.Drawing.Size(71, 21);
  660. this.numericUpDown10.TabIndex = 1;
  661. //
  662. // numericUpDown11
  663. //
  664. this.numericUpDown11.Location = new System.Drawing.Point(132, 76);
  665. this.numericUpDown11.Name = "numericUpDown11";
  666. this.numericUpDown11.Size = new System.Drawing.Size(71, 21);
  667. this.numericUpDown11.TabIndex = 1;
  668. //
  669. // numericUpDown12
  670. //
  671. this.numericUpDown12.Location = new System.Drawing.Point(132, 19);
  672. this.numericUpDown12.Name = "numericUpDown12";
  673. this.numericUpDown12.Size = new System.Drawing.Size(71, 21);
  674. this.numericUpDown12.TabIndex = 1;
  675. //
  676. // label15
  677. //
  678. this.label15.AutoSize = true;
  679. this.label15.Location = new System.Drawing.Point(6, 80);
  680. this.label15.Name = "label15";
  681. this.label15.Size = new System.Drawing.Size(110, 12);
  682. this.label15.TabIndex = 0;
  683. this.label15.Text = "ATT_EN_2.1G_UL3";
  684. //
  685. // label16
  686. //
  687. this.label16.AutoSize = true;
  688. this.label16.Location = new System.Drawing.Point(6, 110);
  689. this.label16.Name = "label16";
  690. this.label16.Size = new System.Drawing.Size(110, 12);
  691. this.label16.TabIndex = 0;
  692. this.label16.Text = "ATT_EN_2.1G_UL4";
  693. //
  694. // label17
  695. //
  696. this.label17.AutoSize = true;
  697. this.label17.Location = new System.Drawing.Point(6, 23);
  698. this.label17.Name = "label17";
  699. this.label17.Size = new System.Drawing.Size(110, 12);
  700. this.label17.TabIndex = 0;
  701. this.label17.Text = "ATT_EN_2.1G_UL1";
  702. //
  703. // label18
  704. //
  705. this.label18.AutoSize = true;
  706. this.label18.Location = new System.Drawing.Point(6, 53);
  707. this.label18.Name = "label18";
  708. this.label18.Size = new System.Drawing.Size(110, 12);
  709. this.label18.TabIndex = 0;
  710. this.label18.Text = "ATT_EN_2.1G_UL2";
  711. //
  712. // groupBox2
  713. //
  714. this.groupBox2.Controls.Add(this.numericUpDown6);
  715. this.groupBox2.Controls.Add(this.numericUpDown3);
  716. this.groupBox2.Controls.Add(this.numericUpDown5);
  717. this.groupBox2.Controls.Add(this.numericUpDown4);
  718. this.groupBox2.Controls.Add(this.label7);
  719. this.groupBox2.Controls.Add(this.label6);
  720. this.groupBox2.Controls.Add(this.label4);
  721. this.groupBox2.Controls.Add(this.label5);
  722. this.groupBox2.Location = new System.Drawing.Point(23, 111);
  723. this.groupBox2.Name = "groupBox2";
  724. this.groupBox2.Size = new System.Drawing.Size(215, 142);
  725. this.groupBox2.TabIndex = 97;
  726. this.groupBox2.TabStop = false;
  727. this.groupBox2.Text = "1.8GHz UL";
  728. //
  729. // numericUpDown6
  730. //
  731. this.numericUpDown6.Location = new System.Drawing.Point(132, 104);
  732. this.numericUpDown6.Name = "numericUpDown6";
  733. this.numericUpDown6.Size = new System.Drawing.Size(71, 21);
  734. this.numericUpDown6.TabIndex = 1;
  735. //
  736. // numericUpDown3
  737. //
  738. this.numericUpDown3.Location = new System.Drawing.Point(132, 47);
  739. this.numericUpDown3.Name = "numericUpDown3";
  740. this.numericUpDown3.Size = new System.Drawing.Size(71, 21);
  741. this.numericUpDown3.TabIndex = 1;
  742. //
  743. // numericUpDown5
  744. //
  745. this.numericUpDown5.Location = new System.Drawing.Point(132, 76);
  746. this.numericUpDown5.Name = "numericUpDown5";
  747. this.numericUpDown5.Size = new System.Drawing.Size(71, 21);
  748. this.numericUpDown5.TabIndex = 1;
  749. //
  750. // numericUpDown4
  751. //
  752. this.numericUpDown4.Location = new System.Drawing.Point(132, 19);
  753. this.numericUpDown4.Name = "numericUpDown4";
  754. this.numericUpDown4.Size = new System.Drawing.Size(71, 21);
  755. this.numericUpDown4.TabIndex = 1;
  756. //
  757. // label7
  758. //
  759. this.label7.AutoSize = true;
  760. this.label7.Location = new System.Drawing.Point(6, 80);
  761. this.label7.Name = "label7";
  762. this.label7.Size = new System.Drawing.Size(110, 12);
  763. this.label7.TabIndex = 0;
  764. this.label7.Text = "ATT_EN_1.8G_UL3";
  765. //
  766. // label6
  767. //
  768. this.label6.AutoSize = true;
  769. this.label6.Location = new System.Drawing.Point(6, 110);
  770. this.label6.Name = "label6";
  771. this.label6.Size = new System.Drawing.Size(110, 12);
  772. this.label6.TabIndex = 0;
  773. this.label6.Text = "ATT_EN_1.8G_UL4";
  774. //
  775. // label4
  776. //
  777. this.label4.AutoSize = true;
  778. this.label4.Location = new System.Drawing.Point(6, 23);
  779. this.label4.Name = "label4";
  780. this.label4.Size = new System.Drawing.Size(110, 12);
  781. this.label4.TabIndex = 0;
  782. this.label4.Text = "ATT_EN_1.8G_UL1";
  783. //
  784. // label5
  785. //
  786. this.label5.AutoSize = true;
  787. this.label5.Location = new System.Drawing.Point(6, 53);
  788. this.label5.Name = "label5";
  789. this.label5.Size = new System.Drawing.Size(110, 12);
  790. this.label5.TabIndex = 0;
  791. this.label5.Text = "ATT_EN_1.8G_UL2";
  792. //
  793. // groupBox4
  794. //
  795. this.groupBox4.Controls.Add(this.numericUpDown7);
  796. this.groupBox4.Controls.Add(this.numericUpDown8);
  797. this.groupBox4.Controls.Add(this.label13);
  798. this.groupBox4.Controls.Add(this.label14);
  799. this.groupBox4.Location = new System.Drawing.Point(349, 20);
  800. this.groupBox4.Name = "groupBox4";
  801. this.groupBox4.Size = new System.Drawing.Size(215, 85);
  802. this.groupBox4.TabIndex = 98;
  803. this.groupBox4.TabStop = false;
  804. this.groupBox4.Text = "2.1GHz DL";
  805. //
  806. // numericUpDown7
  807. //
  808. this.numericUpDown7.Location = new System.Drawing.Point(132, 47);
  809. this.numericUpDown7.Name = "numericUpDown7";
  810. this.numericUpDown7.Size = new System.Drawing.Size(71, 21);
  811. this.numericUpDown7.TabIndex = 1;
  812. //
  813. // numericUpDown8
  814. //
  815. this.numericUpDown8.Location = new System.Drawing.Point(132, 19);
  816. this.numericUpDown8.Name = "numericUpDown8";
  817. this.numericUpDown8.Size = new System.Drawing.Size(71, 21);
  818. this.numericUpDown8.TabIndex = 1;
  819. //
  820. // label13
  821. //
  822. this.label13.AutoSize = true;
  823. this.label13.Location = new System.Drawing.Point(6, 23);
  824. this.label13.Name = "label13";
  825. this.label13.Size = new System.Drawing.Size(110, 12);
  826. this.label13.TabIndex = 0;
  827. this.label13.Text = "ATT_EN_2.1G_DL1";
  828. //
  829. // label14
  830. //
  831. this.label14.AutoSize = true;
  832. this.label14.Location = new System.Drawing.Point(6, 53);
  833. this.label14.Name = "label14";
  834. this.label14.Size = new System.Drawing.Size(110, 12);
  835. this.label14.TabIndex = 0;
  836. this.label14.Text = "ATT_EN_2.1G_DL2";
  837. //
  838. // groupBox1
  839. //
  840. this.groupBox1.Controls.Add(this.numericUpDown2);
  841. this.groupBox1.Controls.Add(this.numericUpDown1);
  842. this.groupBox1.Controls.Add(this.label3);
  843. this.groupBox1.Controls.Add(this.label2);
  844. this.groupBox1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  845. this.groupBox1.Location = new System.Drawing.Point(23, 20);
  846. this.groupBox1.Name = "groupBox1";
  847. this.groupBox1.Size = new System.Drawing.Size(215, 85);
  848. this.groupBox1.TabIndex = 99;
  849. this.groupBox1.TabStop = false;
  850. this.groupBox1.Text = "1.8GHz DL";
  851. //
  852. // numericUpDown2
  853. //
  854. this.numericUpDown2.Location = new System.Drawing.Point(132, 47);
  855. this.numericUpDown2.Name = "numericUpDown2";
  856. this.numericUpDown2.Size = new System.Drawing.Size(71, 21);
  857. this.numericUpDown2.TabIndex = 1;
  858. //
  859. // numericUpDown1
  860. //
  861. this.numericUpDown1.Location = new System.Drawing.Point(132, 19);
  862. this.numericUpDown1.Name = "numericUpDown1";
  863. this.numericUpDown1.Size = new System.Drawing.Size(71, 21);
  864. this.numericUpDown1.TabIndex = 1;
  865. //
  866. // label3
  867. //
  868. this.label3.AutoSize = true;
  869. this.label3.Location = new System.Drawing.Point(6, 23);
  870. this.label3.Name = "label3";
  871. this.label3.Size = new System.Drawing.Size(110, 12);
  872. this.label3.TabIndex = 0;
  873. this.label3.Text = "ATT_EN_1.8G_DL1";
  874. //
  875. // label2
  876. //
  877. this.label2.AutoSize = true;
  878. this.label2.Location = new System.Drawing.Point(6, 53);
  879. this.label2.Name = "label2";
  880. this.label2.Size = new System.Drawing.Size(110, 12);
  881. this.label2.TabIndex = 0;
  882. this.label2.Text = "ATT_EN_1.8G_DL2";
  883. //
  884. // groupBox17
  885. //
  886. this.groupBox17.Controls.Add(this.label78);
  887. this.groupBox17.Controls.Add(this.label77);
  888. this.groupBox17.Controls.Add(this.label76);
  889. this.groupBox17.Controls.Add(this.label75);
  890. this.groupBox17.Controls.Add(this.label74);
  891. this.groupBox17.Controls.Add(this.label73);
  892. this.groupBox17.Controls.Add(this.label72);
  893. this.groupBox17.Controls.Add(this.label71);
  894. this.groupBox17.Controls.Add(this.label70);
  895. this.groupBox17.Controls.Add(this.label69);
  896. this.groupBox17.Controls.Add(this.pictureBox14);
  897. this.groupBox17.Controls.Add(this.pictureBox9);
  898. this.groupBox17.Controls.Add(this.pictureBox13);
  899. this.groupBox17.Controls.Add(this.pictureBox8);
  900. this.groupBox17.Controls.Add(this.pictureBox12);
  901. this.groupBox17.Controls.Add(this.pictureBox7);
  902. this.groupBox17.Controls.Add(this.pictureBox11);
  903. this.groupBox17.Controls.Add(this.pictureBox6);
  904. this.groupBox17.Controls.Add(this.pictureBox10);
  905. this.groupBox17.Controls.Add(this.pictureBox5);
  906. this.groupBox17.Location = new System.Drawing.Point(243, 77);
  907. this.groupBox17.Name = "groupBox17";
  908. this.groupBox17.Size = new System.Drawing.Size(924, 136);
  909. this.groupBox17.TabIndex = 95;
  910. this.groupBox17.TabStop = false;
  911. this.groupBox17.Text = "Power";
  912. //
  913. // pictureBox1
  914. //
  915. this.pictureBox1.Image = global::Basic_Terminal.Properties.Resources.그림13;
  916. this.pictureBox1.Location = new System.Drawing.Point(13, 33);
  917. this.pictureBox1.Name = "pictureBox1";
  918. this.pictureBox1.Size = new System.Drawing.Size(38, 36);
  919. this.pictureBox1.TabIndex = 96;
  920. this.pictureBox1.TabStop = false;
  921. //
  922. // pictureBox2
  923. //
  924. this.pictureBox2.Image = global::Basic_Terminal.Properties.Resources.그림13;
  925. this.pictureBox2.Location = new System.Drawing.Point(57, 33);
  926. this.pictureBox2.Name = "pictureBox2";
  927. this.pictureBox2.Size = new System.Drawing.Size(38, 36);
  928. this.pictureBox2.TabIndex = 96;
  929. this.pictureBox2.TabStop = false;
  930. //
  931. // pictureBox3
  932. //
  933. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  934. this.pictureBox3.Location = new System.Drawing.Point(101, 33);
  935. this.pictureBox3.Name = "pictureBox3";
  936. this.pictureBox3.Size = new System.Drawing.Size(38, 36);
  937. this.pictureBox3.TabIndex = 96;
  938. this.pictureBox3.TabStop = false;
  939. //
  940. // pictureBox4
  941. //
  942. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  943. this.pictureBox4.Location = new System.Drawing.Point(145, 33);
  944. this.pictureBox4.Name = "pictureBox4";
  945. this.pictureBox4.Size = new System.Drawing.Size(38, 36);
  946. this.pictureBox4.TabIndex = 96;
  947. this.pictureBox4.TabStop = false;
  948. //
  949. // pictureBox5
  950. //
  951. this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
  952. this.pictureBox5.Location = new System.Drawing.Point(78, 31);
  953. this.pictureBox5.Name = "pictureBox5";
  954. this.pictureBox5.Size = new System.Drawing.Size(38, 36);
  955. this.pictureBox5.TabIndex = 96;
  956. this.pictureBox5.TabStop = false;
  957. //
  958. // pictureBox6
  959. //
  960. this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
  961. this.pictureBox6.Location = new System.Drawing.Point(264, 29);
  962. this.pictureBox6.Name = "pictureBox6";
  963. this.pictureBox6.Size = new System.Drawing.Size(38, 36);
  964. this.pictureBox6.TabIndex = 96;
  965. this.pictureBox6.TabStop = false;
  966. //
  967. // pictureBox7
  968. //
  969. this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
  970. this.pictureBox7.Location = new System.Drawing.Point(450, 29);
  971. this.pictureBox7.Name = "pictureBox7";
  972. this.pictureBox7.Size = new System.Drawing.Size(38, 36);
  973. this.pictureBox7.TabIndex = 96;
  974. this.pictureBox7.TabStop = false;
  975. //
  976. // pictureBox8
  977. //
  978. this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
  979. this.pictureBox8.Location = new System.Drawing.Point(636, 29);
  980. this.pictureBox8.Name = "pictureBox8";
  981. this.pictureBox8.Size = new System.Drawing.Size(38, 36);
  982. this.pictureBox8.TabIndex = 96;
  983. this.pictureBox8.TabStop = false;
  984. //
  985. // pictureBox9
  986. //
  987. this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
  988. this.pictureBox9.Location = new System.Drawing.Point(822, 31);
  989. this.pictureBox9.Name = "pictureBox9";
  990. this.pictureBox9.Size = new System.Drawing.Size(38, 36);
  991. this.pictureBox9.TabIndex = 96;
  992. this.pictureBox9.TabStop = false;
  993. //
  994. // pictureBox10
  995. //
  996. this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
  997. this.pictureBox10.Location = new System.Drawing.Point(78, 91);
  998. this.pictureBox10.Name = "pictureBox10";
  999. this.pictureBox10.Size = new System.Drawing.Size(38, 36);
  1000. this.pictureBox10.TabIndex = 96;
  1001. this.pictureBox10.TabStop = false;
  1002. //
  1003. // pictureBox11
  1004. //
  1005. this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
  1006. this.pictureBox11.Location = new System.Drawing.Point(264, 91);
  1007. this.pictureBox11.Name = "pictureBox11";
  1008. this.pictureBox11.Size = new System.Drawing.Size(38, 36);
  1009. this.pictureBox11.TabIndex = 96;
  1010. this.pictureBox11.TabStop = false;
  1011. //
  1012. // pictureBox12
  1013. //
  1014. this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
  1015. this.pictureBox12.Location = new System.Drawing.Point(450, 89);
  1016. this.pictureBox12.Name = "pictureBox12";
  1017. this.pictureBox12.Size = new System.Drawing.Size(38, 36);
  1018. this.pictureBox12.TabIndex = 96;
  1019. this.pictureBox12.TabStop = false;
  1020. //
  1021. // pictureBox13
  1022. //
  1023. this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
  1024. this.pictureBox13.Location = new System.Drawing.Point(636, 89);
  1025. this.pictureBox13.Name = "pictureBox13";
  1026. this.pictureBox13.Size = new System.Drawing.Size(38, 36);
  1027. this.pictureBox13.TabIndex = 96;
  1028. this.pictureBox13.TabStop = false;
  1029. //
  1030. // pictureBox14
  1031. //
  1032. this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
  1033. this.pictureBox14.Location = new System.Drawing.Point(822, 89);
  1034. this.pictureBox14.Name = "pictureBox14";
  1035. this.pictureBox14.Size = new System.Drawing.Size(38, 36);
  1036. this.pictureBox14.TabIndex = 96;
  1037. this.pictureBox14.TabStop = false;
  1038. //
  1039. // label69
  1040. //
  1041. this.label69.AutoSize = true;
  1042. this.label69.Location = new System.Drawing.Point(48, 12);
  1043. this.label69.Name = "label69";
  1044. this.label69.Size = new System.Drawing.Size(112, 12);
  1045. this.label69.TabIndex = 97;
  1046. this.label69.Text = "PATH_EN_1.8G_DL";
  1047. //
  1048. // label70
  1049. //
  1050. this.label70.AutoSize = true;
  1051. this.label70.Location = new System.Drawing.Point(48, 69);
  1052. this.label70.Name = "label70";
  1053. this.label70.Size = new System.Drawing.Size(112, 12);
  1054. this.label70.TabIndex = 97;
  1055. this.label70.Text = "PATH_EN_1.8G_UL";
  1056. //
  1057. // label71
  1058. //
  1059. this.label71.AutoSize = true;
  1060. this.label71.Location = new System.Drawing.Point(237, 12);
  1061. this.label71.Name = "label71";
  1062. this.label71.Size = new System.Drawing.Size(112, 12);
  1063. this.label71.TabIndex = 97;
  1064. this.label71.Text = "PATH_EN_2.1G_DL";
  1065. //
  1066. // label72
  1067. //
  1068. this.label72.AutoSize = true;
  1069. this.label72.Location = new System.Drawing.Point(237, 69);
  1070. this.label72.Name = "label72";
  1071. this.label72.Size = new System.Drawing.Size(112, 12);
  1072. this.label72.TabIndex = 97;
  1073. this.label72.Text = "PATH_EN_2.1G_UL";
  1074. //
  1075. // label73
  1076. //
  1077. this.label73.AutoSize = true;
  1078. this.label73.Location = new System.Drawing.Point(789, 74);
  1079. this.label73.Name = "label73";
  1080. this.label73.Size = new System.Drawing.Size(104, 12);
  1081. this.label73.TabIndex = 97;
  1082. this.label73.Text = "PATH_EN_3.5G_L";
  1083. //
  1084. // label74
  1085. //
  1086. this.label74.AutoSize = true;
  1087. this.label74.Location = new System.Drawing.Point(788, 12);
  1088. this.label74.Name = "label74";
  1089. this.label74.Size = new System.Drawing.Size(105, 12);
  1090. this.label74.TabIndex = 97;
  1091. this.label74.Text = "PATH_EN_3.5G_H";
  1092. //
  1093. // label75
  1094. //
  1095. this.label75.AutoSize = true;
  1096. this.label75.Location = new System.Drawing.Point(423, 17);
  1097. this.label75.Name = "label75";
  1098. this.label75.Size = new System.Drawing.Size(112, 12);
  1099. this.label75.TabIndex = 97;
  1100. this.label75.Text = "PATH_EN_3.5G_DL";
  1101. //
  1102. // label76
  1103. //
  1104. this.label76.AutoSize = true;
  1105. this.label76.Location = new System.Drawing.Point(423, 73);
  1106. this.label76.Name = "label76";
  1107. this.label76.Size = new System.Drawing.Size(112, 12);
  1108. this.label76.TabIndex = 97;
  1109. this.label76.Text = "PATH_EN_3.5G_UL";
  1110. //
  1111. // label77
  1112. //
  1113. this.label77.AutoSize = true;
  1114. this.label77.Location = new System.Drawing.Point(601, 74);
  1115. this.label77.Name = "label77";
  1116. this.label77.Size = new System.Drawing.Size(124, 12);
  1117. this.label77.TabIndex = 97;
  1118. this.label77.Text = "PLL_ON/OFF_3.5G_L";
  1119. //
  1120. // label78
  1121. //
  1122. this.label78.AutoSize = true;
  1123. this.label78.Location = new System.Drawing.Point(601, 12);
  1124. this.label78.Name = "label78";
  1125. this.label78.Size = new System.Drawing.Size(125, 12);
  1126. this.label78.TabIndex = 97;
  1127. this.label78.Text = "PLL_ON/OFF_3.5G_H";
  1128. //
  1129. // label79
  1130. //
  1131. this.label79.AutoSize = true;
  1132. this.label79.Font = new System.Drawing.Font("굴림", 36F, System.Drawing.FontStyle.Bold);
  1133. this.label79.Location = new System.Drawing.Point(419, 21);
  1134. this.label79.Name = "label79";
  1135. this.label79.Size = new System.Drawing.Size(501, 48);
  1136. this.label79.TabIndex = 97;
  1137. this.label79.Text = "RF-TRIO-3.5G-RFU";
  1138. //
  1139. // pictureBox15
  1140. //
  1141. this.pictureBox15.BackColor = System.Drawing.Color.Transparent;
  1142. this.pictureBox15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1143. this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
  1144. this.pictureBox15.Location = new System.Drawing.Point(1017, 12);
  1145. this.pictureBox15.Name = "pictureBox15";
  1146. this.pictureBox15.Size = new System.Drawing.Size(150, 42);
  1147. this.pictureBox15.TabIndex = 99;
  1148. this.pictureBox15.TabStop = false;
  1149. //
  1150. // label80
  1151. //
  1152. this.label80.AutoSize = true;
  1153. this.label80.Location = new System.Drawing.Point(989, 66);
  1154. this.label80.Name = "label80";
  1155. this.label80.Size = new System.Drawing.Size(178, 12);
  1156. this.label80.TabIndex = 98;
  1157. this.label80.Text = "Copyright (c) 2019. BLUECELL";
  1158. //
  1159. // button1
  1160. //
  1161. this.button1.Font = new System.Drawing.Font("굴림", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1162. this.button1.Location = new System.Drawing.Point(12, 595);
  1163. this.button1.Name = "button1";
  1164. this.button1.Size = new System.Drawing.Size(225, 57);
  1165. this.button1.TabIndex = 100;
  1166. this.button1.Text = "SET";
  1167. this.button1.UseVisualStyleBackColor = true;
  1168. //
  1169. // groupBox10
  1170. //
  1171. this.groupBox10.Controls.Add(this.groupBox11);
  1172. this.groupBox10.Controls.Add(this.groupBox15);
  1173. this.groupBox10.Controls.Add(this.groupBox16);
  1174. this.groupBox10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1175. this.groupBox10.Location = new System.Drawing.Point(243, 495);
  1176. this.groupBox10.Name = "groupBox10";
  1177. this.groupBox10.Size = new System.Drawing.Size(924, 157);
  1178. this.groupBox10.TabIndex = 102;
  1179. this.groupBox10.TabStop = false;
  1180. this.groupBox10.Text = "PLL(MHz)";
  1181. //
  1182. // groupBox11
  1183. //
  1184. this.groupBox11.Controls.Add(this.numericUpDown25);
  1185. this.groupBox11.Controls.Add(this.numericUpDown27);
  1186. this.groupBox11.Controls.Add(this.label32);
  1187. this.groupBox11.Controls.Add(this.label33);
  1188. this.groupBox11.Location = new System.Drawing.Point(687, 41);
  1189. this.groupBox11.Name = "groupBox11";
  1190. this.groupBox11.Size = new System.Drawing.Size(215, 79);
  1191. this.groupBox11.TabIndex = 94;
  1192. this.groupBox11.TabStop = false;
  1193. this.groupBox11.Text = "3.5GHz UL";
  1194. //
  1195. // numericUpDown25
  1196. //
  1197. this.numericUpDown25.Location = new System.Drawing.Point(132, 47);
  1198. this.numericUpDown25.Name = "numericUpDown25";
  1199. this.numericUpDown25.Size = new System.Drawing.Size(71, 21);
  1200. this.numericUpDown25.TabIndex = 1;
  1201. //
  1202. // numericUpDown27
  1203. //
  1204. this.numericUpDown27.Location = new System.Drawing.Point(132, 19);
  1205. this.numericUpDown27.Name = "numericUpDown27";
  1206. this.numericUpDown27.Size = new System.Drawing.Size(71, 21);
  1207. this.numericUpDown27.TabIndex = 1;
  1208. //
  1209. // label32
  1210. //
  1211. this.label32.AutoSize = true;
  1212. this.label32.Location = new System.Drawing.Point(6, 23);
  1213. this.label32.Name = "label32";
  1214. this.label32.Size = new System.Drawing.Size(104, 12);
  1215. this.label32.TabIndex = 0;
  1216. this.label32.Text = "ATT_EN_3.5G_DL";
  1217. //
  1218. // label33
  1219. //
  1220. this.label33.AutoSize = true;
  1221. this.label33.Location = new System.Drawing.Point(6, 53);
  1222. this.label33.Name = "label33";
  1223. this.label33.Size = new System.Drawing.Size(104, 12);
  1224. this.label33.TabIndex = 0;
  1225. this.label33.Text = "ATT_EN_3.5G_UL";
  1226. //
  1227. // groupBox15
  1228. //
  1229. this.groupBox15.Controls.Add(this.numericUpDown41);
  1230. this.groupBox15.Controls.Add(this.numericUpDown42);
  1231. this.groupBox15.Controls.Add(this.label47);
  1232. this.groupBox15.Controls.Add(this.label48);
  1233. this.groupBox15.Location = new System.Drawing.Point(349, 35);
  1234. this.groupBox15.Name = "groupBox15";
  1235. this.groupBox15.Size = new System.Drawing.Size(215, 85);
  1236. this.groupBox15.TabIndex = 98;
  1237. this.groupBox15.TabStop = false;
  1238. this.groupBox15.Text = "2.1GHz DL";
  1239. //
  1240. // numericUpDown41
  1241. //
  1242. this.numericUpDown41.Location = new System.Drawing.Point(132, 47);
  1243. this.numericUpDown41.Name = "numericUpDown41";
  1244. this.numericUpDown41.Size = new System.Drawing.Size(71, 21);
  1245. this.numericUpDown41.TabIndex = 1;
  1246. //
  1247. // numericUpDown42
  1248. //
  1249. this.numericUpDown42.Location = new System.Drawing.Point(132, 19);
  1250. this.numericUpDown42.Name = "numericUpDown42";
  1251. this.numericUpDown42.Size = new System.Drawing.Size(71, 21);
  1252. this.numericUpDown42.TabIndex = 1;
  1253. //
  1254. // label47
  1255. //
  1256. this.label47.AutoSize = true;
  1257. this.label47.Location = new System.Drawing.Point(6, 23);
  1258. this.label47.Name = "label47";
  1259. this.label47.Size = new System.Drawing.Size(110, 12);
  1260. this.label47.TabIndex = 0;
  1261. this.label47.Text = "ATT_EN_2.1G_DL1";
  1262. //
  1263. // label48
  1264. //
  1265. this.label48.AutoSize = true;
  1266. this.label48.Location = new System.Drawing.Point(6, 53);
  1267. this.label48.Name = "label48";
  1268. this.label48.Size = new System.Drawing.Size(110, 12);
  1269. this.label48.TabIndex = 0;
  1270. this.label48.Text = "ATT_EN_2.1G_DL2";
  1271. //
  1272. // groupBox16
  1273. //
  1274. this.groupBox16.Controls.Add(this.numericUpDown43);
  1275. this.groupBox16.Controls.Add(this.numericUpDown44);
  1276. this.groupBox16.Controls.Add(this.label49);
  1277. this.groupBox16.Controls.Add(this.label50);
  1278. this.groupBox16.Location = new System.Drawing.Point(23, 37);
  1279. this.groupBox16.Name = "groupBox16";
  1280. this.groupBox16.Size = new System.Drawing.Size(215, 85);
  1281. this.groupBox16.TabIndex = 99;
  1282. this.groupBox16.TabStop = false;
  1283. this.groupBox16.Text = "1.8GHz DL";
  1284. //
  1285. // numericUpDown43
  1286. //
  1287. this.numericUpDown43.Location = new System.Drawing.Point(132, 47);
  1288. this.numericUpDown43.Name = "numericUpDown43";
  1289. this.numericUpDown43.Size = new System.Drawing.Size(71, 21);
  1290. this.numericUpDown43.TabIndex = 1;
  1291. //
  1292. // numericUpDown44
  1293. //
  1294. this.numericUpDown44.Location = new System.Drawing.Point(132, 19);
  1295. this.numericUpDown44.Name = "numericUpDown44";
  1296. this.numericUpDown44.Size = new System.Drawing.Size(71, 21);
  1297. this.numericUpDown44.TabIndex = 1;
  1298. //
  1299. // label49
  1300. //
  1301. this.label49.AutoSize = true;
  1302. this.label49.Location = new System.Drawing.Point(6, 23);
  1303. this.label49.Name = "label49";
  1304. this.label49.Size = new System.Drawing.Size(110, 12);
  1305. this.label49.TabIndex = 0;
  1306. this.label49.Text = "ATT_EN_1.8G_DL1";
  1307. //
  1308. // label50
  1309. //
  1310. this.label50.AutoSize = true;
  1311. this.label50.Location = new System.Drawing.Point(6, 53);
  1312. this.label50.Name = "label50";
  1313. this.label50.Size = new System.Drawing.Size(110, 12);
  1314. this.label50.TabIndex = 0;
  1315. this.label50.Text = "ATT_EN_1.8G_DL2";
  1316. //
  1317. // groupBox6
  1318. //
  1319. this.groupBox6.Controls.Add(this.numericUpDown13);
  1320. this.groupBox6.Controls.Add(this.numericUpDown14);
  1321. this.groupBox6.Controls.Add(this.numericUpDown16);
  1322. this.groupBox6.Controls.Add(this.label19);
  1323. this.groupBox6.Controls.Add(this.label20);
  1324. this.groupBox6.Controls.Add(this.label21);
  1325. this.groupBox6.Location = new System.Drawing.Point(687, 120);
  1326. this.groupBox6.Name = "groupBox6";
  1327. this.groupBox6.Size = new System.Drawing.Size(215, 133);
  1328. this.groupBox6.TabIndex = 100;
  1329. this.groupBox6.TabStop = false;
  1330. this.groupBox6.Text = "3.5GHz UL";
  1331. //
  1332. // numericUpDown13
  1333. //
  1334. this.numericUpDown13.Location = new System.Drawing.Point(135, 98);
  1335. this.numericUpDown13.Name = "numericUpDown13";
  1336. this.numericUpDown13.Size = new System.Drawing.Size(71, 21);
  1337. this.numericUpDown13.TabIndex = 5;
  1338. //
  1339. // numericUpDown14
  1340. //
  1341. this.numericUpDown14.Location = new System.Drawing.Point(135, 60);
  1342. this.numericUpDown14.Name = "numericUpDown14";
  1343. this.numericUpDown14.Size = new System.Drawing.Size(71, 21);
  1344. this.numericUpDown14.TabIndex = 6;
  1345. //
  1346. // numericUpDown16
  1347. //
  1348. this.numericUpDown16.Location = new System.Drawing.Point(135, 18);
  1349. this.numericUpDown16.Name = "numericUpDown16";
  1350. this.numericUpDown16.Size = new System.Drawing.Size(71, 21);
  1351. this.numericUpDown16.TabIndex = 7;
  1352. //
  1353. // label19
  1354. //
  1355. this.label19.AutoSize = true;
  1356. this.label19.Location = new System.Drawing.Point(9, 22);
  1357. this.label19.Name = "label19";
  1358. this.label19.Size = new System.Drawing.Size(124, 12);
  1359. this.label19.TabIndex = 2;
  1360. this.label19.Text = "ATT_EN_3.5G_COM1";
  1361. //
  1362. // label20
  1363. //
  1364. this.label20.AutoSize = true;
  1365. this.label20.Location = new System.Drawing.Point(9, 104);
  1366. this.label20.Name = "label20";
  1367. this.label20.Size = new System.Drawing.Size(124, 12);
  1368. this.label20.TabIndex = 3;
  1369. this.label20.Text = "ATT_EN_3.5G_COM3";
  1370. //
  1371. // label21
  1372. //
  1373. this.label21.AutoSize = true;
  1374. this.label21.Location = new System.Drawing.Point(9, 64);
  1375. this.label21.Name = "label21";
  1376. this.label21.Size = new System.Drawing.Size(124, 12);
  1377. this.label21.TabIndex = 4;
  1378. this.label21.Text = "ATT_EN_3.5G_COM2";
  1379. //
  1380. // timer
  1381. //
  1382. this.timer.Interval = 3000;
  1383. this.timer.Tick += new System.EventHandler(this.timer_Tick);
  1384. //
  1385. // Main_Form
  1386. //
  1387. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  1388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1389. this.ClientSize = new System.Drawing.Size(1185, 663);
  1390. this.Controls.Add(this.groupBox10);
  1391. this.Controls.Add(this.button1);
  1392. this.Controls.Add(this.pictureBox15);
  1393. this.Controls.Add(this.label80);
  1394. this.Controls.Add(this.label79);
  1395. this.Controls.Add(this.pictureBox4);
  1396. this.Controls.Add(this.pictureBox3);
  1397. this.Controls.Add(this.pictureBox2);
  1398. this.Controls.Add(this.pictureBox1);
  1399. this.Controls.Add(this.groupBox17);
  1400. this.Controls.Add(this.groupBox8);
  1401. this.Controls.Add(this.groupBox3);
  1402. this.Controls.Add(this.groupBox9);
  1403. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1404. this.Name = "Main_Form";
  1405. this.Text = "PATH_EN_1.8G_DL";
  1406. this.groupBox9.ResumeLayout(false);
  1407. this.groupBox9.PerformLayout();
  1408. this.groupBox3.ResumeLayout(false);
  1409. this.groupBox3.PerformLayout();
  1410. this.groupBox8.ResumeLayout(false);
  1411. this.groupBox7.ResumeLayout(false);
  1412. this.groupBox7.PerformLayout();
  1413. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown19)).EndInit();
  1414. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).EndInit();
  1415. this.groupBox5.ResumeLayout(false);
  1416. this.groupBox5.PerformLayout();
  1417. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
  1418. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
  1419. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
  1420. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
  1421. this.groupBox2.ResumeLayout(false);
  1422. this.groupBox2.PerformLayout();
  1423. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
  1424. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  1425. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
  1426. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
  1427. this.groupBox4.ResumeLayout(false);
  1428. this.groupBox4.PerformLayout();
  1429. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
  1430. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
  1431. this.groupBox1.ResumeLayout(false);
  1432. this.groupBox1.PerformLayout();
  1433. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  1434. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  1435. this.groupBox17.ResumeLayout(false);
  1436. this.groupBox17.PerformLayout();
  1437. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1438. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1439. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1440. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1441. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1442. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  1443. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  1444. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  1445. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
  1447. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
  1448. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
  1449. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
  1450. ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
  1451. ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
  1452. this.groupBox10.ResumeLayout(false);
  1453. this.groupBox11.ResumeLayout(false);
  1454. this.groupBox11.PerformLayout();
  1455. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown25)).EndInit();
  1456. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown27)).EndInit();
  1457. this.groupBox15.ResumeLayout(false);
  1458. this.groupBox15.PerformLayout();
  1459. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown41)).EndInit();
  1460. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown42)).EndInit();
  1461. this.groupBox16.ResumeLayout(false);
  1462. this.groupBox16.PerformLayout();
  1463. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown43)).EndInit();
  1464. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown44)).EndInit();
  1465. this.groupBox6.ResumeLayout(false);
  1466. this.groupBox6.PerformLayout();
  1467. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
  1468. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown14)).EndInit();
  1469. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown16)).EndInit();
  1470. this.ResumeLayout(false);
  1471. this.PerformLayout();
  1472. }
  1473. #endregion
  1474. private System.Windows.Forms.GroupBox groupBox9;
  1475. private System.Windows.Forms.Button button3;
  1476. private System.Windows.Forms.Button button_terminal;
  1477. private System.Windows.Forms.CheckBox Ascii_checkBox;
  1478. private System.Windows.Forms.Label cmCom_Port;
  1479. private System.Windows.Forms.Button button_PortOpen;
  1480. private System.Windows.Forms.Label cmBaudRate;
  1481. private System.Windows.Forms.ComboBox comboBox_baudrate;
  1482. public System.Windows.Forms.ComboBox comboBox_Port;
  1483. private System.Windows.Forms.GroupBox groupBox3;
  1484. private System.Windows.Forms.Label label12;
  1485. private System.Windows.Forms.Label label11;
  1486. private System.Windows.Forms.Label label10;
  1487. private System.Windows.Forms.Label label1;
  1488. private System.Windows.Forms.Label label8;
  1489. private System.Windows.Forms.Label label9;
  1490. private System.Windows.Forms.Label label68;
  1491. private System.Windows.Forms.Label label56;
  1492. private System.Windows.Forms.Label label67;
  1493. private System.Windows.Forms.Label label66;
  1494. private System.Windows.Forms.Label label55;
  1495. private System.Windows.Forms.Label label65;
  1496. private System.Windows.Forms.Label label64;
  1497. private System.Windows.Forms.Label label54;
  1498. private System.Windows.Forms.Label label63;
  1499. private System.Windows.Forms.Label label62;
  1500. private System.Windows.Forms.Label label53;
  1501. private System.Windows.Forms.Label label61;
  1502. private System.Windows.Forms.Label label60;
  1503. private System.Windows.Forms.Label label52;
  1504. private System.Windows.Forms.Label label59;
  1505. private System.Windows.Forms.Label label58;
  1506. private System.Windows.Forms.Label label51;
  1507. private System.Windows.Forms.Label label57;
  1508. private System.Windows.Forms.GroupBox groupBox8;
  1509. private System.Windows.Forms.GroupBox groupBox7;
  1510. private System.Windows.Forms.NumericUpDown numericUpDown19;
  1511. private System.Windows.Forms.NumericUpDown numericUpDown22;
  1512. private System.Windows.Forms.Label label26;
  1513. private System.Windows.Forms.Label label28;
  1514. private System.Windows.Forms.GroupBox groupBox5;
  1515. private System.Windows.Forms.NumericUpDown numericUpDown9;
  1516. private System.Windows.Forms.NumericUpDown numericUpDown10;
  1517. private System.Windows.Forms.NumericUpDown numericUpDown11;
  1518. private System.Windows.Forms.NumericUpDown numericUpDown12;
  1519. private System.Windows.Forms.Label label15;
  1520. private System.Windows.Forms.Label label16;
  1521. private System.Windows.Forms.Label label17;
  1522. private System.Windows.Forms.Label label18;
  1523. private System.Windows.Forms.GroupBox groupBox2;
  1524. private System.Windows.Forms.NumericUpDown numericUpDown6;
  1525. private System.Windows.Forms.NumericUpDown numericUpDown3;
  1526. private System.Windows.Forms.NumericUpDown numericUpDown5;
  1527. private System.Windows.Forms.NumericUpDown numericUpDown4;
  1528. private System.Windows.Forms.Label label7;
  1529. private System.Windows.Forms.Label label6;
  1530. private System.Windows.Forms.Label label4;
  1531. private System.Windows.Forms.Label label5;
  1532. private System.Windows.Forms.GroupBox groupBox4;
  1533. private System.Windows.Forms.NumericUpDown numericUpDown7;
  1534. private System.Windows.Forms.NumericUpDown numericUpDown8;
  1535. private System.Windows.Forms.Label label13;
  1536. private System.Windows.Forms.Label label14;
  1537. private System.Windows.Forms.GroupBox groupBox1;
  1538. private System.Windows.Forms.NumericUpDown numericUpDown2;
  1539. private System.Windows.Forms.NumericUpDown numericUpDown1;
  1540. private System.Windows.Forms.Label label3;
  1541. private System.Windows.Forms.Label label2;
  1542. private System.Windows.Forms.GroupBox groupBox17;
  1543. private System.Windows.Forms.PictureBox pictureBox1;
  1544. private System.Windows.Forms.Label label78;
  1545. private System.Windows.Forms.Label label77;
  1546. private System.Windows.Forms.Label label76;
  1547. private System.Windows.Forms.Label label75;
  1548. private System.Windows.Forms.Label label74;
  1549. private System.Windows.Forms.Label label73;
  1550. private System.Windows.Forms.Label label72;
  1551. private System.Windows.Forms.Label label71;
  1552. private System.Windows.Forms.Label label70;
  1553. private System.Windows.Forms.Label label69;
  1554. private System.Windows.Forms.PictureBox pictureBox14;
  1555. private System.Windows.Forms.PictureBox pictureBox9;
  1556. private System.Windows.Forms.PictureBox pictureBox13;
  1557. private System.Windows.Forms.PictureBox pictureBox8;
  1558. private System.Windows.Forms.PictureBox pictureBox12;
  1559. private System.Windows.Forms.PictureBox pictureBox7;
  1560. private System.Windows.Forms.PictureBox pictureBox11;
  1561. private System.Windows.Forms.PictureBox pictureBox6;
  1562. private System.Windows.Forms.PictureBox pictureBox10;
  1563. private System.Windows.Forms.PictureBox pictureBox5;
  1564. private System.Windows.Forms.PictureBox pictureBox2;
  1565. private System.Windows.Forms.PictureBox pictureBox3;
  1566. private System.Windows.Forms.PictureBox pictureBox4;
  1567. private System.Windows.Forms.Label label79;
  1568. private System.Windows.Forms.PictureBox pictureBox15;
  1569. private System.Windows.Forms.Label label80;
  1570. private System.Windows.Forms.Button button1;
  1571. private System.Windows.Forms.GroupBox groupBox10;
  1572. private System.Windows.Forms.GroupBox groupBox11;
  1573. private System.Windows.Forms.NumericUpDown numericUpDown25;
  1574. private System.Windows.Forms.NumericUpDown numericUpDown27;
  1575. private System.Windows.Forms.Label label32;
  1576. private System.Windows.Forms.Label label33;
  1577. private System.Windows.Forms.GroupBox groupBox15;
  1578. private System.Windows.Forms.NumericUpDown numericUpDown41;
  1579. private System.Windows.Forms.NumericUpDown numericUpDown42;
  1580. private System.Windows.Forms.Label label47;
  1581. private System.Windows.Forms.Label label48;
  1582. private System.Windows.Forms.GroupBox groupBox16;
  1583. private System.Windows.Forms.NumericUpDown numericUpDown43;
  1584. private System.Windows.Forms.NumericUpDown numericUpDown44;
  1585. private System.Windows.Forms.Label label49;
  1586. private System.Windows.Forms.Label label50;
  1587. private System.Windows.Forms.GroupBox groupBox6;
  1588. private System.Windows.Forms.NumericUpDown numericUpDown13;
  1589. private System.Windows.Forms.NumericUpDown numericUpDown14;
  1590. private System.Windows.Forms.NumericUpDown numericUpDown16;
  1591. private System.Windows.Forms.Label label19;
  1592. private System.Windows.Forms.Label label20;
  1593. private System.Windows.Forms.Label label21;
  1594. private System.Windows.Forms.Timer timer;
  1595. }
  1596. }