Main_Form.Designer.cs 93 KB

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