123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791 |
- namespace RF_TRIO_PLL_ZIG
- {
- partial class Main_Form
- {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form 디자이너에서 생성한 코드
- /// <summary>
- /// 디자이너 지원에 필요한 메서드입니다.
- /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main_Form));
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.button_terminal = new System.Windows.Forms.Button();
- this.setcheck_checkBox = new System.Windows.Forms.CheckBox();
- this.cmCom_Port = new System.Windows.Forms.Label();
- this.button_PortOpen = new System.Windows.Forms.Button();
- this.comboBox_Port = new System.Windows.Forms.ComboBox();
- this.cmBaudRate = new System.Windows.Forms.Label();
- this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.numericUpDown_ATT_3_5G_HIGH2 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_ATT_3_5G_COM1 = new System.Windows.Forms.NumericUpDown();
- this.label41 = new System.Windows.Forms.Label();
- this.numericUpDown_ATT_3_5G_COM2 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_ATT_3_5G_LOW2 = new System.Windows.Forms.NumericUpDown();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.numericUpDown_ATT_3_5G_LOW1 = new System.Windows.Forms.NumericUpDown();
- this.label28 = new System.Windows.Forms.Label();
- this.numericUpDown_ATT_3_5G_HIGH1 = new System.Windows.Forms.NumericUpDown();
- this.groupBox17 = new System.Windows.Forms.GroupBox();
- this.label74 = new System.Windows.Forms.Label();
- this.label73 = new System.Windows.Forms.Label();
- this.pictureBox_PATH_3_5G_L_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_L_OFF = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_H_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_H_OFF = new System.Windows.Forms.PictureBox();
- this.label78 = new System.Windows.Forms.Label();
- this.label77 = new System.Windows.Forms.Label();
- this.label76 = new System.Windows.Forms.Label();
- this.label75 = new System.Windows.Forms.Label();
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF = new System.Windows.Forms.PictureBox();
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_UL_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_UL_OFF = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_DL_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_PATH_3_5G_DL_OFF = new System.Windows.Forms.PictureBox();
- this.label79 = new System.Windows.Forms.Label();
- this.label80 = new System.Windows.Forms.Label();
- this.groupBox10 = new System.Windows.Forms.GroupBox();
- this.groupBox11 = new System.Windows.Forms.GroupBox();
- this.numericUpDown_PLL_3_5G_HIGH = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_PLL_3_5G_LOW = new System.Windows.Forms.NumericUpDown();
- this.label32 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.timer = new System.Windows.Forms.Timer(this.components);
- this.groupBox12 = new System.Windows.Forms.GroupBox();
- this.pictureBox_R_TX = new System.Windows.Forms.PictureBox();
- this.pictureBox_G_TX = new System.Windows.Forms.PictureBox();
- this.pictureBox_R_RX = new System.Windows.Forms.PictureBox();
- this.pictureBox_G_RX = new System.Windows.Forms.PictureBox();
- this.pictureBox15 = new System.Windows.Forms.PictureBox();
- this.groupBox_TDD = new System.Windows.Forms.GroupBox();
- this.label24 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.pictureBox_TDD_T_SYNC_DL_OFF = new System.Windows.Forms.PictureBox();
- this.pictureBox_TDD_T_SYNC_DL_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_TDD_T_SYNC_UL_ON = new System.Windows.Forms.PictureBox();
- this.pictureBox_TDD_T_SYNC_UL_OFF = new System.Windows.Forms.PictureBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.label_28V_Det = new System.Windows.Forms.Label();
- this.label3_5GHz_UL_OUT = new System.Windows.Forms.Label();
- this.label_RFU_Temp = new System.Windows.Forms.Label();
- this.label3_5GHz_UL_IN = new System.Windows.Forms.Label();
- this.label3_5GHz_DL_OUT = new System.Windows.Forms.Label();
- this.label3_5GHz_DL_IN = new System.Windows.Forms.Label();
- this.label40 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.label39 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.button_Set = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.label35 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.numericUpDown_DAC_VoltCtrl_A = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_E = new System.Windows.Forms.NumericUpDown();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.label10 = new System.Windows.Forms.Label();
- this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_H = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_F = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_G = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_D = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_B = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_DAC_VoltCtrl_C = new System.Windows.Forms.NumericUpDown();
- this.label37 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label36 = new System.Windows.Forms.Label();
- this.label38 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.button_Save = new System.Windows.Forms.Button();
- this.label_Build = new System.Windows.Forms.Label();
- this.groupBox9.SuspendLayout();
- this.groupBox8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH1)).BeginInit();
- this.groupBox17.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_OFF)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_H_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_H_OFF)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_L_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_L_OFF)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_H_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_H_OFF)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_UL_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_UL_OFF)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_DL_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_DL_OFF)).BeginInit();
- this.groupBox10.SuspendLayout();
- this.groupBox11.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PLL_3_5G_HIGH)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PLL_3_5G_LOW)).BeginInit();
- this.groupBox12.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_TX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_TX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_RX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
- this.groupBox_TDD.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_DL_OFF)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_DL_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_UL_ON)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_UL_OFF)).BeginInit();
- this.groupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_A)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_E)).BeginInit();
- this.groupBox6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_H)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_F)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_G)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox9
- //
- this.groupBox9.Controls.Add(this.button3);
- this.groupBox9.Controls.Add(this.button_terminal);
- this.groupBox9.Controls.Add(this.setcheck_checkBox);
- this.groupBox9.Controls.Add(this.cmCom_Port);
- this.groupBox9.Controls.Add(this.button_PortOpen);
- this.groupBox9.Controls.Add(this.comboBox_Port);
- this.groupBox9.Controls.Add(this.cmBaudRate);
- this.groupBox9.Controls.Add(this.comboBox_baudrate);
- this.groupBox9.Location = new System.Drawing.Point(11, 77);
- this.groupBox9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox9.Size = new System.Drawing.Size(206, 223);
- this.groupBox9.TabIndex = 82;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "Connection";
- this.groupBox9.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(13, 171);
- this.button3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(180, 34);
- this.button3.TabIndex = 93;
- this.button3.Text = "Firmware Update";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.Firmware_Update_Click);
- //
- // button_terminal
- //
- this.button_terminal.Location = new System.Drawing.Point(13, 131);
- this.button_terminal.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.button_terminal.Name = "button_terminal";
- this.button_terminal.Size = new System.Drawing.Size(180, 34);
- this.button_terminal.TabIndex = 94;
- this.button_terminal.Text = "Terminal";
- this.button_terminal.UseVisualStyleBackColor = true;
- this.button_terminal.Click += new System.EventHandler(this.Button_terminal_Click);
- //
- // setcheck_checkBox
- //
- this.setcheck_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.setcheck_checkBox.AutoSize = true;
- this.setcheck_checkBox.Checked = true;
- this.setcheck_checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.setcheck_checkBox.Location = new System.Drawing.Point(13, 69);
- this.setcheck_checkBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.setcheck_checkBox.Name = "setcheck_checkBox";
- this.setcheck_checkBox.Size = new System.Drawing.Size(102, 16);
- this.setcheck_checkBox.TabIndex = 92;
- this.setcheck_checkBox.Text = "Setting Check";
- this.setcheck_checkBox.UseVisualStyleBackColor = true;
- //
- // cmCom_Port
- //
- this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmCom_Port.AutoSize = true;
- this.cmCom_Port.Location = new System.Drawing.Point(10, 18);
- this.cmCom_Port.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.cmCom_Port.Name = "cmCom_Port";
- this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
- this.cmCom_Port.TabIndex = 89;
- this.cmCom_Port.Text = "Com Port";
- //
- // button_PortOpen
- //
- this.button_PortOpen.Location = new System.Drawing.Point(12, 91);
- this.button_PortOpen.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.button_PortOpen.Name = "button_PortOpen";
- this.button_PortOpen.Size = new System.Drawing.Size(180, 34);
- this.button_PortOpen.TabIndex = 86;
- this.button_PortOpen.Text = "Port Open";
- this.button_PortOpen.UseVisualStyleBackColor = true;
- this.button_PortOpen.Click += new System.EventHandler(this.Button_PortOpen_Click);
- //
- // comboBox_Port
- //
- this.comboBox_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
- this.comboBox_Port.FormattingEnabled = true;
- this.comboBox_Port.Location = new System.Drawing.Point(100, 15);
- this.comboBox_Port.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.comboBox_Port.Name = "comboBox_Port";
- this.comboBox_Port.Size = new System.Drawing.Size(93, 20);
- this.comboBox_Port.TabIndex = 88;
- this.comboBox_Port.SelectedIndexChanged += new System.EventHandler(this.ComboBox_Port_SelectedIndexChanged);
- this.comboBox_Port.MouseDown += new System.Windows.Forms.MouseEventHandler(this.comboBox_Port_MouseDown);
- //
- // cmBaudRate
- //
- this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmBaudRate.AutoSize = true;
- this.cmBaudRate.Location = new System.Drawing.Point(10, 47);
- this.cmBaudRate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.cmBaudRate.Name = "cmBaudRate";
- this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
- this.cmBaudRate.TabIndex = 90;
- this.cmBaudRate.Text = "Baud Rate(bps)";
- //
- // comboBox_baudrate
- //
- this.comboBox_baudrate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboBox_baudrate.FormattingEnabled = true;
- this.comboBox_baudrate.Items.AddRange(new object[] {
- "9600",
- "14400",
- "19200",
- "38400",
- "57600",
- "115200",
- "128000"});
- this.comboBox_baudrate.Location = new System.Drawing.Point(101, 45);
- this.comboBox_baudrate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.comboBox_baudrate.Name = "comboBox_baudrate";
- this.comboBox_baudrate.Size = new System.Drawing.Size(93, 20);
- this.comboBox_baudrate.TabIndex = 91;
- this.comboBox_baudrate.Text = "115200";
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.numericUpDown_ATT_3_5G_HIGH2);
- this.groupBox8.Controls.Add(this.numericUpDown_ATT_3_5G_COM1);
- this.groupBox8.Controls.Add(this.label41);
- this.groupBox8.Controls.Add(this.numericUpDown_ATT_3_5G_COM2);
- this.groupBox8.Controls.Add(this.numericUpDown_ATT_3_5G_LOW2);
- this.groupBox8.Controls.Add(this.label21);
- this.groupBox8.Controls.Add(this.label20);
- this.groupBox8.Controls.Add(this.label19);
- this.groupBox8.Controls.Add(this.label26);
- this.groupBox8.Controls.Add(this.numericUpDown_ATT_3_5G_LOW1);
- this.groupBox8.Controls.Add(this.label28);
- this.groupBox8.Controls.Add(this.numericUpDown_ATT_3_5G_HIGH1);
- this.groupBox8.Location = new System.Drawing.Point(222, 219);
- this.groupBox8.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox8.Size = new System.Drawing.Size(444, 174);
- this.groupBox8.TabIndex = 94;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "ATTEN(dB)";
- this.groupBox8.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // numericUpDown_ATT_3_5G_HIGH2
- //
- this.numericUpDown_ATT_3_5G_HIGH2.DecimalPlaces = 2;
- this.numericUpDown_ATT_3_5G_HIGH2.Increment = new decimal(new int[] {
- 25,
- 0,
- 0,
- 131072});
- this.numericUpDown_ATT_3_5G_HIGH2.Location = new System.Drawing.Point(351, 92);
- this.numericUpDown_ATT_3_5G_HIGH2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_ATT_3_5G_HIGH2.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.numericUpDown_ATT_3_5G_HIGH2.Name = "numericUpDown_ATT_3_5G_HIGH2";
- this.numericUpDown_ATT_3_5G_HIGH2.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_ATT_3_5G_HIGH2.TabIndex = 16;
- this.numericUpDown_ATT_3_5G_HIGH2.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_ATT_3_5G_HIGH2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_ATT_3_5G_HIGH2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_ATT_3_5G_COM1
- //
- this.numericUpDown_ATT_3_5G_COM1.DecimalPlaces = 2;
- this.numericUpDown_ATT_3_5G_COM1.Increment = new decimal(new int[] {
- 25,
- 0,
- 0,
- 131072});
- this.numericUpDown_ATT_3_5G_COM1.Location = new System.Drawing.Point(242, 25);
- this.numericUpDown_ATT_3_5G_COM1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_ATT_3_5G_COM1.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.numericUpDown_ATT_3_5G_COM1.Name = "numericUpDown_ATT_3_5G_COM1";
- this.numericUpDown_ATT_3_5G_COM1.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_ATT_3_5G_COM1.TabIndex = 19;
- this.numericUpDown_ATT_3_5G_COM1.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_ATT_3_5G_COM1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_ATT_3_5G_COM1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.Location = new System.Drawing.Point(235, 96);
- this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(100, 12);
- this.label41.TabIndex = 15;
- this.label41.Text = "ATT_3.5G_HIGH2";
- //
- // numericUpDown_ATT_3_5G_COM2
- //
- this.numericUpDown_ATT_3_5G_COM2.DecimalPlaces = 2;
- this.numericUpDown_ATT_3_5G_COM2.Increment = new decimal(new int[] {
- 25,
- 0,
- 0,
- 131072});
- this.numericUpDown_ATT_3_5G_COM2.Location = new System.Drawing.Point(242, 130);
- this.numericUpDown_ATT_3_5G_COM2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_ATT_3_5G_COM2.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.numericUpDown_ATT_3_5G_COM2.Name = "numericUpDown_ATT_3_5G_COM2";
- this.numericUpDown_ATT_3_5G_COM2.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_ATT_3_5G_COM2.TabIndex = 12;
- this.numericUpDown_ATT_3_5G_COM2.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_ATT_3_5G_COM2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_ATT_3_5G_COM2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_ATT_3_5G_LOW2
- //
- this.numericUpDown_ATT_3_5G_LOW2.DecimalPlaces = 2;
- this.numericUpDown_ATT_3_5G_LOW2.Increment = new decimal(new int[] {
- 25,
- 0,
- 0,
- 131072});
- this.numericUpDown_ATT_3_5G_LOW2.Location = new System.Drawing.Point(128, 96);
- this.numericUpDown_ATT_3_5G_LOW2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_ATT_3_5G_LOW2.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.numericUpDown_ATT_3_5G_LOW2.Name = "numericUpDown_ATT_3_5G_LOW2";
- this.numericUpDown_ATT_3_5G_LOW2.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_ATT_3_5G_LOW2.TabIndex = 17;
- this.numericUpDown_ATT_3_5G_LOW2.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_ATT_3_5G_LOW2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_ATT_3_5G_LOW2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(126, 134);
- this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(101, 12);
- this.label21.TabIndex = 10;
- this.label21.Text = "ATT_3.5G_COM2";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(12, 100);
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(98, 12);
- this.label20.TabIndex = 14;
- this.label20.Text = "ATT_3.5G_LOW2";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(126, 29);
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(101, 12);
- this.label19.TabIndex = 18;
- this.label19.Text = "ATT_3.5G_COM1";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Location = new System.Drawing.Point(12, 69);
- this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(98, 12);
- this.label26.TabIndex = 0;
- this.label26.Text = "ATT_3.5G_LOW1";
- //
- // numericUpDown_ATT_3_5G_LOW1
- //
- this.numericUpDown_ATT_3_5G_LOW1.DecimalPlaces = 2;
- this.numericUpDown_ATT_3_5G_LOW1.Increment = new decimal(new int[] {
- 25,
- 0,
- 0,
- 131072});
- this.numericUpDown_ATT_3_5G_LOW1.Location = new System.Drawing.Point(128, 65);
- this.numericUpDown_ATT_3_5G_LOW1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_ATT_3_5G_LOW1.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.numericUpDown_ATT_3_5G_LOW1.Name = "numericUpDown_ATT_3_5G_LOW1";
- this.numericUpDown_ATT_3_5G_LOW1.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_ATT_3_5G_LOW1.TabIndex = 1;
- this.numericUpDown_ATT_3_5G_LOW1.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_ATT_3_5G_LOW1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_ATT_3_5G_LOW1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Location = new System.Drawing.Point(235, 69);
- this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(100, 12);
- this.label28.TabIndex = 0;
- this.label28.Text = "ATT_3.5G_HIGH1";
- //
- // numericUpDown_ATT_3_5G_HIGH1
- //
- this.numericUpDown_ATT_3_5G_HIGH1.DecimalPlaces = 2;
- this.numericUpDown_ATT_3_5G_HIGH1.Increment = new decimal(new int[] {
- 25,
- 0,
- 0,
- 131072});
- this.numericUpDown_ATT_3_5G_HIGH1.Location = new System.Drawing.Point(351, 65);
- this.numericUpDown_ATT_3_5G_HIGH1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_ATT_3_5G_HIGH1.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.numericUpDown_ATT_3_5G_HIGH1.Name = "numericUpDown_ATT_3_5G_HIGH1";
- this.numericUpDown_ATT_3_5G_HIGH1.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_ATT_3_5G_HIGH1.TabIndex = 1;
- this.numericUpDown_ATT_3_5G_HIGH1.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_ATT_3_5G_HIGH1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_ATT_3_5G_HIGH1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // groupBox17
- //
- this.groupBox17.Controls.Add(this.label74);
- this.groupBox17.Controls.Add(this.label73);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_L_ON);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_L_OFF);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_H_ON);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_H_OFF);
- this.groupBox17.Controls.Add(this.label78);
- this.groupBox17.Controls.Add(this.label77);
- this.groupBox17.Controls.Add(this.label76);
- this.groupBox17.Controls.Add(this.label75);
- this.groupBox17.Controls.Add(this.pictureBox_PLL_ON_OFF_3_5G_L_ON);
- this.groupBox17.Controls.Add(this.pictureBox_PLL_ON_OFF_3_5G_L_OFF);
- this.groupBox17.Controls.Add(this.pictureBox_PLL_ON_OFF_3_5G_H_ON);
- this.groupBox17.Controls.Add(this.pictureBox_PLL_ON_OFF_3_5G_H_OFF);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_UL_ON);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_UL_OFF);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_DL_ON);
- this.groupBox17.Controls.Add(this.pictureBox_PATH_3_5G_DL_OFF);
- this.groupBox17.Location = new System.Drawing.Point(222, 76);
- this.groupBox17.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox17.Name = "groupBox17";
- this.groupBox17.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox17.Size = new System.Drawing.Size(444, 136);
- this.groupBox17.TabIndex = 95;
- this.groupBox17.TabStop = false;
- this.groupBox17.Text = "Power";
- this.groupBox17.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // label74
- //
- this.label74.AutoSize = true;
- this.label74.Location = new System.Drawing.Point(159, 16);
- this.label74.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label74.Name = "label74";
- this.label74.Size = new System.Drawing.Size(105, 12);
- this.label74.TabIndex = 102;
- this.label74.Text = "PATH_EN_3.5G_H";
- //
- // label73
- //
- this.label73.AutoSize = true;
- this.label73.Location = new System.Drawing.Point(159, 72);
- this.label73.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label73.Name = "label73";
- this.label73.Size = new System.Drawing.Size(104, 12);
- this.label73.TabIndex = 103;
- this.label73.Text = "PATH_EN_3.5G_L";
- //
- // pictureBox_PATH_3_5G_L_ON
- //
- this.pictureBox_PATH_3_5G_L_ON.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_L_ON.Image")));
- this.pictureBox_PATH_3_5G_L_ON.Location = new System.Drawing.Point(182, 91);
- this.pictureBox_PATH_3_5G_L_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_L_ON.Name = "pictureBox_PATH_3_5G_L_ON";
- this.pictureBox_PATH_3_5G_L_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_L_ON.TabIndex = 98;
- this.pictureBox_PATH_3_5G_L_ON.TabStop = false;
- this.pictureBox_PATH_3_5G_L_ON.Tag = "15";
- this.pictureBox_PATH_3_5G_L_ON.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_L_OFF
- //
- this.pictureBox_PATH_3_5G_L_OFF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_L_OFF.Image")));
- this.pictureBox_PATH_3_5G_L_OFF.Location = new System.Drawing.Point(182, 91);
- this.pictureBox_PATH_3_5G_L_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_L_OFF.Name = "pictureBox_PATH_3_5G_L_OFF";
- this.pictureBox_PATH_3_5G_L_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_L_OFF.TabIndex = 99;
- this.pictureBox_PATH_3_5G_L_OFF.TabStop = false;
- this.pictureBox_PATH_3_5G_L_OFF.Tag = "16";
- this.pictureBox_PATH_3_5G_L_OFF.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_H_ON
- //
- this.pictureBox_PATH_3_5G_H_ON.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_H_ON.Image")));
- this.pictureBox_PATH_3_5G_H_ON.Location = new System.Drawing.Point(182, 31);
- this.pictureBox_PATH_3_5G_H_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_H_ON.Name = "pictureBox_PATH_3_5G_H_ON";
- this.pictureBox_PATH_3_5G_H_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_H_ON.TabIndex = 100;
- this.pictureBox_PATH_3_5G_H_ON.TabStop = false;
- this.pictureBox_PATH_3_5G_H_ON.Tag = "13";
- this.pictureBox_PATH_3_5G_H_ON.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_H_OFF
- //
- this.pictureBox_PATH_3_5G_H_OFF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_H_OFF.Image")));
- this.pictureBox_PATH_3_5G_H_OFF.Location = new System.Drawing.Point(182, 31);
- this.pictureBox_PATH_3_5G_H_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_H_OFF.Name = "pictureBox_PATH_3_5G_H_OFF";
- this.pictureBox_PATH_3_5G_H_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_H_OFF.TabIndex = 101;
- this.pictureBox_PATH_3_5G_H_OFF.TabStop = false;
- this.pictureBox_PATH_3_5G_H_OFF.Tag = "14";
- this.pictureBox_PATH_3_5G_H_OFF.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // label78
- //
- this.label78.AutoSize = true;
- this.label78.Location = new System.Drawing.Point(275, 16);
- this.label78.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label78.Name = "label78";
- this.label78.Size = new System.Drawing.Size(125, 12);
- this.label78.TabIndex = 97;
- this.label78.Text = "PLL_ON/OFF_3.5G_H";
- //
- // label77
- //
- this.label77.AutoSize = true;
- this.label77.Location = new System.Drawing.Point(275, 71);
- this.label77.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label77.Name = "label77";
- this.label77.Size = new System.Drawing.Size(124, 12);
- this.label77.TabIndex = 97;
- this.label77.Text = "PLL_ON/OFF_3.5G_L";
- //
- // label76
- //
- this.label76.AutoSize = true;
- this.label76.Location = new System.Drawing.Point(27, 71);
- this.label76.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label76.Name = "label76";
- this.label76.Size = new System.Drawing.Size(112, 12);
- this.label76.TabIndex = 97;
- this.label76.Text = "PATH_EN_3.5G_UL";
- //
- // label75
- //
- this.label75.AutoSize = true;
- this.label75.Location = new System.Drawing.Point(27, 16);
- this.label75.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label75.Name = "label75";
- this.label75.Size = new System.Drawing.Size(112, 12);
- this.label75.TabIndex = 97;
- this.label75.Text = "PATH_EN_3.5G_DL";
- //
- // pictureBox_PLL_ON_OFF_3_5G_L_ON
- //
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PLL_ON_OFF_3_5G_L_ON.Image")));
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Location = new System.Drawing.Point(308, 91);
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Name = "pictureBox_PLL_ON_OFF_3_5G_L_ON";
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.TabIndex = 96;
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.TabStop = false;
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Tag = "19";
- this.pictureBox_PLL_ON_OFF_3_5G_L_ON.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PLL_ON_OFF_3_5G_L_OFF
- //
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PLL_ON_OFF_3_5G_L_OFF.Image")));
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Location = new System.Drawing.Point(308, 91);
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Name = "pictureBox_PLL_ON_OFF_3_5G_L_OFF";
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.TabIndex = 96;
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.TabStop = false;
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Tag = "20";
- this.pictureBox_PLL_ON_OFF_3_5G_L_OFF.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PLL_ON_OFF_3_5G_H_ON
- //
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PLL_ON_OFF_3_5G_H_ON.Image")));
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Location = new System.Drawing.Point(308, 31);
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Name = "pictureBox_PLL_ON_OFF_3_5G_H_ON";
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.TabIndex = 96;
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.TabStop = false;
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Tag = "17";
- this.pictureBox_PLL_ON_OFF_3_5G_H_ON.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PLL_ON_OFF_3_5G_H_OFF
- //
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PLL_ON_OFF_3_5G_H_OFF.Image")));
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Location = new System.Drawing.Point(308, 31);
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Name = "pictureBox_PLL_ON_OFF_3_5G_H_OFF";
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.TabIndex = 96;
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.TabStop = false;
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Tag = "18";
- this.pictureBox_PLL_ON_OFF_3_5G_H_OFF.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_UL_ON
- //
- this.pictureBox_PATH_3_5G_UL_ON.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_UL_ON.Image")));
- this.pictureBox_PATH_3_5G_UL_ON.Location = new System.Drawing.Point(62, 91);
- this.pictureBox_PATH_3_5G_UL_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_UL_ON.Name = "pictureBox_PATH_3_5G_UL_ON";
- this.pictureBox_PATH_3_5G_UL_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_UL_ON.TabIndex = 96;
- this.pictureBox_PATH_3_5G_UL_ON.TabStop = false;
- this.pictureBox_PATH_3_5G_UL_ON.Tag = "11";
- this.pictureBox_PATH_3_5G_UL_ON.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_UL_OFF
- //
- this.pictureBox_PATH_3_5G_UL_OFF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_UL_OFF.Image")));
- this.pictureBox_PATH_3_5G_UL_OFF.Location = new System.Drawing.Point(62, 91);
- this.pictureBox_PATH_3_5G_UL_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_UL_OFF.Name = "pictureBox_PATH_3_5G_UL_OFF";
- this.pictureBox_PATH_3_5G_UL_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_UL_OFF.TabIndex = 96;
- this.pictureBox_PATH_3_5G_UL_OFF.TabStop = false;
- this.pictureBox_PATH_3_5G_UL_OFF.Tag = "12";
- this.pictureBox_PATH_3_5G_UL_OFF.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_DL_ON
- //
- this.pictureBox_PATH_3_5G_DL_ON.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_DL_ON.Image")));
- this.pictureBox_PATH_3_5G_DL_ON.Location = new System.Drawing.Point(62, 31);
- this.pictureBox_PATH_3_5G_DL_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_DL_ON.Name = "pictureBox_PATH_3_5G_DL_ON";
- this.pictureBox_PATH_3_5G_DL_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_DL_ON.TabIndex = 96;
- this.pictureBox_PATH_3_5G_DL_ON.TabStop = false;
- this.pictureBox_PATH_3_5G_DL_ON.Tag = "9";
- this.pictureBox_PATH_3_5G_DL_ON.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // pictureBox_PATH_3_5G_DL_OFF
- //
- this.pictureBox_PATH_3_5G_DL_OFF.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PATH_3_5G_DL_OFF.Image")));
- this.pictureBox_PATH_3_5G_DL_OFF.Location = new System.Drawing.Point(62, 31);
- this.pictureBox_PATH_3_5G_DL_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_PATH_3_5G_DL_OFF.Name = "pictureBox_PATH_3_5G_DL_OFF";
- this.pictureBox_PATH_3_5G_DL_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_PATH_3_5G_DL_OFF.TabIndex = 96;
- this.pictureBox_PATH_3_5G_DL_OFF.TabStop = false;
- this.pictureBox_PATH_3_5G_DL_OFF.Tag = "10";
- this.pictureBox_PATH_3_5G_DL_OFF.Click += new System.EventHandler(this.Power_OnOff_Set);
- //
- // label79
- //
- this.label79.AutoSize = true;
- this.label79.Font = new System.Drawing.Font("굴림", 30F, System.Drawing.FontStyle.Bold);
- this.label79.Location = new System.Drawing.Point(324, 23);
- this.label79.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label79.Name = "label79";
- this.label79.Size = new System.Drawing.Size(417, 40);
- this.label79.TabIndex = 97;
- this.label79.Text = "RF-MAO-3.5G-RFU";
- //
- // label80
- //
- this.label80.AutoSize = true;
- this.label80.Location = new System.Drawing.Point(719, 66);
- this.label80.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label80.Name = "label80";
- this.label80.Size = new System.Drawing.Size(178, 12);
- this.label80.TabIndex = 98;
- this.label80.Text = "Copyright (c) 2019. BLUECELL";
- //
- // groupBox10
- //
- this.groupBox10.Controls.Add(this.groupBox11);
- this.groupBox10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.groupBox10.Location = new System.Drawing.Point(685, 86);
- this.groupBox10.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox10.Name = "groupBox10";
- this.groupBox10.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox10.Size = new System.Drawing.Size(208, 126);
- this.groupBox10.TabIndex = 102;
- this.groupBox10.TabStop = false;
- this.groupBox10.Text = "PLL(MHz)";
- this.groupBox10.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // groupBox11
- //
- this.groupBox11.Controls.Add(this.numericUpDown_PLL_3_5G_HIGH);
- this.groupBox11.Controls.Add(this.numericUpDown_PLL_3_5G_LOW);
- this.groupBox11.Controls.Add(this.label32);
- this.groupBox11.Controls.Add(this.label33);
- this.groupBox11.Location = new System.Drawing.Point(11, 24);
- this.groupBox11.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox11.Name = "groupBox11";
- this.groupBox11.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox11.Size = new System.Drawing.Size(197, 79);
- this.groupBox11.TabIndex = 94;
- this.groupBox11.TabStop = false;
- this.groupBox11.Text = "3.5GHz";
- this.groupBox11.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // numericUpDown_PLL_3_5G_HIGH
- //
- this.numericUpDown_PLL_3_5G_HIGH.DecimalPlaces = 2;
- this.numericUpDown_PLL_3_5G_HIGH.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_PLL_3_5G_HIGH.Location = new System.Drawing.Point(121, 47);
- this.numericUpDown_PLL_3_5G_HIGH.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_PLL_3_5G_HIGH.Maximum = new decimal(new int[] {
- 4000,
- 0,
- 0,
- 0});
- this.numericUpDown_PLL_3_5G_HIGH.Name = "numericUpDown_PLL_3_5G_HIGH";
- this.numericUpDown_PLL_3_5G_HIGH.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_PLL_3_5G_HIGH.TabIndex = 1;
- this.numericUpDown_PLL_3_5G_HIGH.Value = new decimal(new int[] {
- 3700,
- 0,
- 0,
- 0});
- this.numericUpDown_PLL_3_5G_HIGH.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_PLL_3_5G_HIGH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_PLL_3_5G_HIGH.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_PLL_3_5G_LOW
- //
- this.numericUpDown_PLL_3_5G_LOW.DecimalPlaces = 2;
- this.numericUpDown_PLL_3_5G_LOW.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_PLL_3_5G_LOW.Location = new System.Drawing.Point(121, 19);
- this.numericUpDown_PLL_3_5G_LOW.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_PLL_3_5G_LOW.Maximum = new decimal(new int[] {
- 4000,
- 0,
- 0,
- 0});
- this.numericUpDown_PLL_3_5G_LOW.Name = "numericUpDown_PLL_3_5G_LOW";
- this.numericUpDown_PLL_3_5G_LOW.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_PLL_3_5G_LOW.TabIndex = 1;
- this.numericUpDown_PLL_3_5G_LOW.Value = new decimal(new int[] {
- 3600,
- 0,
- 0,
- 0});
- this.numericUpDown_PLL_3_5G_LOW.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_PLL_3_5G_LOW.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_PLL_3_5G_LOW.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Location = new System.Drawing.Point(6, 23);
- this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(90, 12);
- this.label32.TabIndex = 0;
- this.label32.Text = "PLL_3.5G_LOW";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Location = new System.Drawing.Point(6, 53);
- this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(92, 12);
- this.label33.TabIndex = 0;
- this.label33.Text = "PLL_3.5G_HIGH";
- //
- // timer
- //
- this.timer.Interval = 500;
- this.timer.Tick += new System.EventHandler(this.timer_Tick);
- //
- // groupBox12
- //
- this.groupBox12.Controls.Add(this.pictureBox_R_TX);
- this.groupBox12.Controls.Add(this.pictureBox_G_TX);
- this.groupBox12.Controls.Add(this.pictureBox_R_RX);
- this.groupBox12.Controls.Add(this.pictureBox_G_RX);
- this.groupBox12.Location = new System.Drawing.Point(11, 12);
- this.groupBox12.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox12.Name = "groupBox12";
- this.groupBox12.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox12.Size = new System.Drawing.Size(206, 66);
- this.groupBox12.TabIndex = 103;
- this.groupBox12.TabStop = false;
- this.groupBox12.Text = "DATA Status";
- this.groupBox12.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // pictureBox_R_TX
- //
- this.pictureBox_R_TX.Image = global::Basic_Terminal.Properties.Resources.TX_Red_Image;
- this.pictureBox_R_TX.Location = new System.Drawing.Point(28, 20);
- this.pictureBox_R_TX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_R_TX.Name = "pictureBox_R_TX";
- this.pictureBox_R_TX.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_R_TX.TabIndex = 97;
- this.pictureBox_R_TX.TabStop = false;
- //
- // pictureBox_G_TX
- //
- this.pictureBox_G_TX.Image = global::Basic_Terminal.Properties.Resources.TX_IMAGE;
- this.pictureBox_G_TX.Location = new System.Drawing.Point(28, 20);
- this.pictureBox_G_TX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_G_TX.Name = "pictureBox_G_TX";
- this.pictureBox_G_TX.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_G_TX.TabIndex = 96;
- this.pictureBox_G_TX.TabStop = false;
- //
- // pictureBox_R_RX
- //
- this.pictureBox_R_RX.Image = global::Basic_Terminal.Properties.Resources.RX_IMAGE;
- this.pictureBox_R_RX.Location = new System.Drawing.Point(143, 20);
- this.pictureBox_R_RX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_R_RX.Name = "pictureBox_R_RX";
- this.pictureBox_R_RX.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_R_RX.TabIndex = 96;
- this.pictureBox_R_RX.TabStop = false;
- //
- // pictureBox_G_RX
- //
- this.pictureBox_G_RX.Image = global::Basic_Terminal.Properties.Resources.RX_GREEN_IMAGE;
- this.pictureBox_G_RX.Location = new System.Drawing.Point(143, 20);
- this.pictureBox_G_RX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_G_RX.Name = "pictureBox_G_RX";
- this.pictureBox_G_RX.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_G_RX.TabIndex = 98;
- this.pictureBox_G_RX.TabStop = false;
- //
- // pictureBox15
- //
- this.pictureBox15.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
- this.pictureBox15.Location = new System.Drawing.Point(745, 20);
- this.pictureBox15.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox15.Name = "pictureBox15";
- this.pictureBox15.Size = new System.Drawing.Size(137, 42);
- this.pictureBox15.TabIndex = 99;
- this.pictureBox15.TabStop = false;
- //
- // groupBox_TDD
- //
- this.groupBox_TDD.Controls.Add(this.label24);
- this.groupBox_TDD.Controls.Add(this.label22);
- this.groupBox_TDD.Controls.Add(this.pictureBox_TDD_T_SYNC_DL_OFF);
- this.groupBox_TDD.Controls.Add(this.pictureBox_TDD_T_SYNC_DL_ON);
- this.groupBox_TDD.Controls.Add(this.pictureBox_TDD_T_SYNC_UL_ON);
- this.groupBox_TDD.Controls.Add(this.pictureBox_TDD_T_SYNC_UL_OFF);
- this.groupBox_TDD.Location = new System.Drawing.Point(11, 398);
- this.groupBox_TDD.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox_TDD.Name = "groupBox_TDD";
- this.groupBox_TDD.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox_TDD.Size = new System.Drawing.Size(206, 85);
- this.groupBox_TDD.TabIndex = 107;
- this.groupBox_TDD.TabStop = false;
- this.groupBox_TDD.Text = "Tdd";
- this.groupBox_TDD.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Location = new System.Drawing.Point(129, 21);
- this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(74, 12);
- this.label24.TabIndex = 103;
- this.label24.Text = "T-SYNC_UL";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(15, 21);
- this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(74, 12);
- this.label22.TabIndex = 103;
- this.label22.Text = "T-SYNC_DL";
- //
- // pictureBox_TDD_T_SYNC_DL_OFF
- //
- this.pictureBox_TDD_T_SYNC_DL_OFF.Image = global::Basic_Terminal.Properties.Resources.OFF_IMAGE;
- this.pictureBox_TDD_T_SYNC_DL_OFF.Location = new System.Drawing.Point(27, 33);
- this.pictureBox_TDD_T_SYNC_DL_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_TDD_T_SYNC_DL_OFF.Name = "pictureBox_TDD_T_SYNC_DL_OFF";
- this.pictureBox_TDD_T_SYNC_DL_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_TDD_T_SYNC_DL_OFF.TabIndex = 99;
- this.pictureBox_TDD_T_SYNC_DL_OFF.TabStop = false;
- this.pictureBox_TDD_T_SYNC_DL_OFF.Tag = "1";
- this.pictureBox_TDD_T_SYNC_DL_OFF.Click += new System.EventHandler(this.TDD_T_SYNC_Click);
- //
- // pictureBox_TDD_T_SYNC_DL_ON
- //
- this.pictureBox_TDD_T_SYNC_DL_ON.Image = global::Basic_Terminal.Properties.Resources.ON_IMAGE;
- this.pictureBox_TDD_T_SYNC_DL_ON.Location = new System.Drawing.Point(27, 33);
- this.pictureBox_TDD_T_SYNC_DL_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_TDD_T_SYNC_DL_ON.Name = "pictureBox_TDD_T_SYNC_DL_ON";
- this.pictureBox_TDD_T_SYNC_DL_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_TDD_T_SYNC_DL_ON.TabIndex = 96;
- this.pictureBox_TDD_T_SYNC_DL_ON.TabStop = false;
- this.pictureBox_TDD_T_SYNC_DL_ON.Tag = "0";
- this.pictureBox_TDD_T_SYNC_DL_ON.Click += new System.EventHandler(this.TDD_T_SYNC_Click);
- //
- // pictureBox_TDD_T_SYNC_UL_ON
- //
- this.pictureBox_TDD_T_SYNC_UL_ON.Image = global::Basic_Terminal.Properties.Resources.ON_IMAGE;
- this.pictureBox_TDD_T_SYNC_UL_ON.Location = new System.Drawing.Point(142, 33);
- this.pictureBox_TDD_T_SYNC_UL_ON.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_TDD_T_SYNC_UL_ON.Name = "pictureBox_TDD_T_SYNC_UL_ON";
- this.pictureBox_TDD_T_SYNC_UL_ON.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_TDD_T_SYNC_UL_ON.TabIndex = 96;
- this.pictureBox_TDD_T_SYNC_UL_ON.TabStop = false;
- this.pictureBox_TDD_T_SYNC_UL_ON.Tag = "1";
- this.pictureBox_TDD_T_SYNC_UL_ON.Click += new System.EventHandler(this.TDD_T_SYNC_Click);
- //
- // pictureBox_TDD_T_SYNC_UL_OFF
- //
- this.pictureBox_TDD_T_SYNC_UL_OFF.Image = global::Basic_Terminal.Properties.Resources.OFF_IMAGE;
- this.pictureBox_TDD_T_SYNC_UL_OFF.Location = new System.Drawing.Point(142, 33);
- this.pictureBox_TDD_T_SYNC_UL_OFF.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pictureBox_TDD_T_SYNC_UL_OFF.Name = "pictureBox_TDD_T_SYNC_UL_OFF";
- this.pictureBox_TDD_T_SYNC_UL_OFF.Size = new System.Drawing.Size(34, 36);
- this.pictureBox_TDD_T_SYNC_UL_OFF.TabIndex = 100;
- this.pictureBox_TDD_T_SYNC_UL_OFF.TabStop = false;
- this.pictureBox_TDD_T_SYNC_UL_OFF.Tag = "0";
- this.pictureBox_TDD_T_SYNC_UL_OFF.Click += new System.EventHandler(this.TDD_T_SYNC_Click);
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.label_28V_Det);
- this.groupBox3.Controls.Add(this.label3_5GHz_UL_OUT);
- this.groupBox3.Controls.Add(this.label_RFU_Temp);
- this.groupBox3.Controls.Add(this.label3_5GHz_UL_IN);
- this.groupBox3.Controls.Add(this.label3_5GHz_DL_OUT);
- this.groupBox3.Controls.Add(this.label3_5GHz_DL_IN);
- this.groupBox3.Controls.Add(this.label40);
- this.groupBox3.Controls.Add(this.label34);
- this.groupBox3.Controls.Add(this.label39);
- this.groupBox3.Controls.Add(this.label31);
- this.groupBox3.Controls.Add(this.label30);
- this.groupBox3.Controls.Add(this.label29);
- this.groupBox3.Location = new System.Drawing.Point(685, 219);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox3.Size = new System.Drawing.Size(208, 174);
- this.groupBox3.TabIndex = 108;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Voltage";
- this.groupBox3.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // label_28V_Det
- //
- this.label_28V_Det.AutoSize = true;
- this.label_28V_Det.Location = new System.Drawing.Point(141, 147);
- this.label_28V_Det.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label_28V_Det.Name = "label_28V_Det";
- this.label_28V_Det.Size = new System.Drawing.Size(29, 12);
- this.label_28V_Det.TabIndex = 98;
- this.label_28V_Det.Text = "0.0V";
- //
- // label3_5GHz_UL_OUT
- //
- this.label3_5GHz_UL_OUT.AutoSize = true;
- this.label3_5GHz_UL_OUT.Location = new System.Drawing.Point(138, 90);
- this.label3_5GHz_UL_OUT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3_5GHz_UL_OUT.Name = "label3_5GHz_UL_OUT";
- this.label3_5GHz_UL_OUT.Size = new System.Drawing.Size(29, 12);
- this.label3_5GHz_UL_OUT.TabIndex = 98;
- this.label3_5GHz_UL_OUT.Text = "0.0V";
- //
- // label_RFU_Temp
- //
- this.label_RFU_Temp.AutoSize = true;
- this.label_RFU_Temp.Location = new System.Drawing.Point(34, 148);
- this.label_RFU_Temp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label_RFU_Temp.Name = "label_RFU_Temp";
- this.label_RFU_Temp.Size = new System.Drawing.Size(29, 12);
- this.label_RFU_Temp.TabIndex = 98;
- this.label_RFU_Temp.Text = "0.0V";
- //
- // label3_5GHz_UL_IN
- //
- this.label3_5GHz_UL_IN.AutoSize = true;
- this.label3_5GHz_UL_IN.Location = new System.Drawing.Point(34, 90);
- this.label3_5GHz_UL_IN.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3_5GHz_UL_IN.Name = "label3_5GHz_UL_IN";
- this.label3_5GHz_UL_IN.Size = new System.Drawing.Size(29, 12);
- this.label3_5GHz_UL_IN.TabIndex = 98;
- this.label3_5GHz_UL_IN.Text = "0.0V";
- //
- // label3_5GHz_DL_OUT
- //
- this.label3_5GHz_DL_OUT.AutoSize = true;
- this.label3_5GHz_DL_OUT.Location = new System.Drawing.Point(134, 38);
- this.label3_5GHz_DL_OUT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3_5GHz_DL_OUT.Name = "label3_5GHz_DL_OUT";
- this.label3_5GHz_DL_OUT.Size = new System.Drawing.Size(29, 12);
- this.label3_5GHz_DL_OUT.TabIndex = 98;
- this.label3_5GHz_DL_OUT.Text = "0.0V";
- //
- // label3_5GHz_DL_IN
- //
- this.label3_5GHz_DL_IN.AutoSize = true;
- this.label3_5GHz_DL_IN.Location = new System.Drawing.Point(35, 39);
- this.label3_5GHz_DL_IN.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3_5GHz_DL_IN.Name = "label3_5GHz_DL_IN";
- this.label3_5GHz_DL_IN.Size = new System.Drawing.Size(29, 12);
- this.label3_5GHz_DL_IN.TabIndex = 98;
- this.label3_5GHz_DL_IN.Text = "0.0V";
- //
- // label40
- //
- this.label40.AutoSize = true;
- this.label40.Location = new System.Drawing.Point(115, 126);
- this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(55, 12);
- this.label40.TabIndex = 97;
- this.label40.Text = "28V_DET";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(113, 69);
- this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(93, 12);
- this.label34.TabIndex = 97;
- this.label34.Text = "3.5GHz UL OUT";
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.Location = new System.Drawing.Point(16, 126);
- this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(67, 12);
- this.label39.TabIndex = 97;
- this.label39.Text = "RFU_Temp";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(11, 69);
- this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(80, 12);
- this.label31.TabIndex = 97;
- this.label31.Text = "3.5GHz UL IN";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Location = new System.Drawing.Point(113, 17);
- this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(93, 12);
- this.label30.TabIndex = 97;
- this.label30.Text = "3.5GHz DL OUT";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Location = new System.Drawing.Point(10, 17);
- this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(80, 12);
- this.label29.TabIndex = 97;
- this.label29.Text = "3.5GHz DL IN";
- //
- // button_Set
- //
- this.button_Set.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold);
- this.button_Set.Location = new System.Drawing.Point(222, 20);
- this.button_Set.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.button_Set.Name = "button_Set";
- this.button_Set.Size = new System.Drawing.Size(106, 50);
- this.button_Set.TabIndex = 109;
- this.button_Set.Text = "SET";
- this.button_Set.UseVisualStyleBackColor = true;
- this.button_Set.Click += new System.EventHandler(this.Button_Set_Click);
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.button1.Location = new System.Drawing.Point(334, 20);
- this.button1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(106, 50);
- this.button1.TabIndex = 110;
- this.button1.Text = "ATTEN ZERO SET";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Visible = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(17, 60);
- this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(46, 12);
- this.label35.TabIndex = 100;
- this.label35.Text = "V out E";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Location = new System.Drawing.Point(17, 30);
- this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(46, 12);
- this.label27.TabIndex = 99;
- this.label27.Text = "V out A";
- //
- // numericUpDown_DAC_VoltCtrl_A
- //
- this.numericUpDown_DAC_VoltCtrl_A.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_A.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_A.Location = new System.Drawing.Point(76, 26);
- this.numericUpDown_DAC_VoltCtrl_A.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_A.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_A.Name = "numericUpDown_DAC_VoltCtrl_A";
- this.numericUpDown_DAC_VoltCtrl_A.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_A.TabIndex = 102;
- this.numericUpDown_DAC_VoltCtrl_A.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_A.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_A.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_DAC_VoltCtrl_E
- //
- this.numericUpDown_DAC_VoltCtrl_E.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_E.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_E.Location = new System.Drawing.Point(76, 56);
- this.numericUpDown_DAC_VoltCtrl_E.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_E.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_E.Name = "numericUpDown_DAC_VoltCtrl_E";
- this.numericUpDown_DAC_VoltCtrl_E.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_E.TabIndex = 101;
- this.numericUpDown_DAC_VoltCtrl_E.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_E.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_E.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.label10);
- this.groupBox6.Controls.Add(this.numericUpDown11);
- this.groupBox6.Controls.Add(this.numericUpDown10);
- this.groupBox6.Controls.Add(this.numericUpDown9);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_H);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_F);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_G);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_E);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_D);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_B);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_C);
- this.groupBox6.Controls.Add(this.numericUpDown_DAC_VoltCtrl_A);
- this.groupBox6.Controls.Add(this.label37);
- this.groupBox6.Controls.Add(this.label12);
- this.groupBox6.Controls.Add(this.label25);
- this.groupBox6.Controls.Add(this.label36);
- this.groupBox6.Controls.Add(this.label38);
- this.groupBox6.Controls.Add(this.label23);
- this.groupBox6.Controls.Add(this.label27);
- this.groupBox6.Controls.Add(this.label35);
- this.groupBox6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.groupBox6.Location = new System.Drawing.Point(224, 399);
- this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.groupBox6.Size = new System.Drawing.Size(669, 84);
- this.groupBox6.TabIndex = 102;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "V(Voltage)";
- this.groupBox6.Click += new System.EventHandler(this.Cusor_DeFocus);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(183, 60);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(45, 12);
- this.label10.TabIndex = 103;
- this.label10.Text = "V out F";
- //
- // numericUpDown11
- //
- this.numericUpDown11.DecimalPlaces = 1;
- this.numericUpDown11.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numericUpDown11.Location = new System.Drawing.Point(1442, 69);
- this.numericUpDown11.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown11.Maximum = new decimal(new int[] {
- 3000,
- 0,
- 0,
- 0});
- this.numericUpDown11.Name = "numericUpDown11";
- this.numericUpDown11.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown11.TabIndex = 101;
- //
- // numericUpDown10
- //
- this.numericUpDown10.DecimalPlaces = 1;
- this.numericUpDown10.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numericUpDown10.Location = new System.Drawing.Point(1217, 69);
- this.numericUpDown10.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown10.Maximum = new decimal(new int[] {
- 3000,
- 0,
- 0,
- 0});
- this.numericUpDown10.Name = "numericUpDown10";
- this.numericUpDown10.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown10.TabIndex = 101;
- //
- // numericUpDown9
- //
- this.numericUpDown9.DecimalPlaces = 1;
- this.numericUpDown9.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numericUpDown9.Location = new System.Drawing.Point(994, 69);
- this.numericUpDown9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown9.Maximum = new decimal(new int[] {
- 3000,
- 0,
- 0,
- 0});
- this.numericUpDown9.Name = "numericUpDown9";
- this.numericUpDown9.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown9.TabIndex = 101;
- //
- // numericUpDown_DAC_VoltCtrl_H
- //
- this.numericUpDown_DAC_VoltCtrl_H.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_H.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_H.Location = new System.Drawing.Point(587, 56);
- this.numericUpDown_DAC_VoltCtrl_H.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_H.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_H.Name = "numericUpDown_DAC_VoltCtrl_H";
- this.numericUpDown_DAC_VoltCtrl_H.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_H.TabIndex = 101;
- this.numericUpDown_DAC_VoltCtrl_H.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_H.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_H.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_DAC_VoltCtrl_F
- //
- this.numericUpDown_DAC_VoltCtrl_F.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_F.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_F.Location = new System.Drawing.Point(242, 56);
- this.numericUpDown_DAC_VoltCtrl_F.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_F.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_F.Name = "numericUpDown_DAC_VoltCtrl_F";
- this.numericUpDown_DAC_VoltCtrl_F.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_F.TabIndex = 101;
- this.numericUpDown_DAC_VoltCtrl_F.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_F.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_F.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_DAC_VoltCtrl_G
- //
- this.numericUpDown_DAC_VoltCtrl_G.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_G.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_G.Location = new System.Drawing.Point(414, 56);
- this.numericUpDown_DAC_VoltCtrl_G.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_G.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_G.Name = "numericUpDown_DAC_VoltCtrl_G";
- this.numericUpDown_DAC_VoltCtrl_G.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_G.TabIndex = 101;
- this.numericUpDown_DAC_VoltCtrl_G.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_G.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_G.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_DAC_VoltCtrl_D
- //
- this.numericUpDown_DAC_VoltCtrl_D.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_D.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_D.Location = new System.Drawing.Point(587, 26);
- this.numericUpDown_DAC_VoltCtrl_D.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_D.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_D.Name = "numericUpDown_DAC_VoltCtrl_D";
- this.numericUpDown_DAC_VoltCtrl_D.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_D.TabIndex = 102;
- this.numericUpDown_DAC_VoltCtrl_D.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_D.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_D.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_DAC_VoltCtrl_B
- //
- this.numericUpDown_DAC_VoltCtrl_B.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_B.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_B.Location = new System.Drawing.Point(242, 26);
- this.numericUpDown_DAC_VoltCtrl_B.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_B.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_B.Name = "numericUpDown_DAC_VoltCtrl_B";
- this.numericUpDown_DAC_VoltCtrl_B.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_B.TabIndex = 102;
- this.numericUpDown_DAC_VoltCtrl_B.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_B.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_B.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // numericUpDown_DAC_VoltCtrl_C
- //
- this.numericUpDown_DAC_VoltCtrl_C.DecimalPlaces = 2;
- this.numericUpDown_DAC_VoltCtrl_C.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numericUpDown_DAC_VoltCtrl_C.Location = new System.Drawing.Point(414, 26);
- this.numericUpDown_DAC_VoltCtrl_C.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.numericUpDown_DAC_VoltCtrl_C.Maximum = new decimal(new int[] {
- 4,
- 0,
- 0,
- 0});
- this.numericUpDown_DAC_VoltCtrl_C.Name = "numericUpDown_DAC_VoltCtrl_C";
- this.numericUpDown_DAC_VoltCtrl_C.Size = new System.Drawing.Size(65, 21);
- this.numericUpDown_DAC_VoltCtrl_C.TabIndex = 102;
- this.numericUpDown_DAC_VoltCtrl_C.Enter += new System.EventHandler(this.Activi_Change__Setting);
- this.numericUpDown_DAC_VoltCtrl_C.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
- this.numericUpDown_DAC_VoltCtrl_C.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Location = new System.Drawing.Point(529, 30);
- this.label37.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(46, 12);
- this.label37.TabIndex = 99;
- this.label37.Text = "V out D";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(183, 30);
- this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(46, 12);
- this.label12.TabIndex = 99;
- this.label12.Text = "V out B";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(354, 30);
- this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(47, 12);
- this.label25.TabIndex = 99;
- this.label25.Text = "V out C";
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Location = new System.Drawing.Point(1088, 82);
- this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(46, 12);
- this.label36.TabIndex = 100;
- this.label36.Text = "A out E";
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.Location = new System.Drawing.Point(529, 60);
- this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(46, 12);
- this.label38.TabIndex = 100;
- this.label38.Text = "V out H";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(354, 60);
- this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(47, 12);
- this.label23.TabIndex = 100;
- this.label23.Text = "V out G";
- //
- // button_Save
- //
- this.button_Save.Font = new System.Drawing.Font("굴림", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(20)));
- this.button_Save.Location = new System.Drawing.Point(11, 306);
- this.button_Save.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.button_Save.Name = "button_Save";
- this.button_Save.Size = new System.Drawing.Size(206, 87);
- this.button_Save.TabIndex = 111;
- this.button_Save.Text = "SAVE";
- this.button_Save.UseVisualStyleBackColor = true;
- this.button_Save.Click += new System.EventHandler(this.button_Save_Click);
- //
- // label_Build
- //
- this.label_Build.AutoSize = true;
- this.label_Build.Location = new System.Drawing.Point(725, 486);
- this.label_Build.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label_Build.Name = "label_Build";
- this.label_Build.Size = new System.Drawing.Size(166, 12);
- this.label_Build.TabIndex = 112;
- this.label_Build.Text = "Ver.yyyy/MM/dd hh:mm:ss";
- //
- // Main_Form
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(928, 517);
- this.Controls.Add(this.label_Build);
- this.Controls.Add(this.button_Save);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.button_Set);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox_TDD);
- this.Controls.Add(this.groupBox12);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.groupBox10);
- this.Controls.Add(this.pictureBox15);
- this.Controls.Add(this.label80);
- this.Controls.Add(this.label79);
- this.Controls.Add(this.groupBox17);
- this.Controls.Add(this.groupBox8);
- this.Controls.Add(this.groupBox9);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.Name = "Main_Form";
- this.Text = "PATH_EN_1.8G_DL";
- this.Load += new System.EventHandler(this.Main_Form_Load);
- this.groupBox9.ResumeLayout(false);
- this.groupBox9.PerformLayout();
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH1)).EndInit();
- this.groupBox17.ResumeLayout(false);
- this.groupBox17.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_OFF)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_H_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_H_OFF)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_L_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_L_OFF)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_H_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PLL_ON_OFF_3_5G_H_OFF)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_UL_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_UL_OFF)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_DL_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_DL_OFF)).EndInit();
- this.groupBox10.ResumeLayout(false);
- this.groupBox11.ResumeLayout(false);
- this.groupBox11.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PLL_3_5G_HIGH)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PLL_3_5G_LOW)).EndInit();
- this.groupBox12.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_TX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_TX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_RX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
- this.groupBox_TDD.ResumeLayout(false);
- this.groupBox_TDD.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_DL_OFF)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_DL_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_UL_ON)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_TDD_T_SYNC_UL_OFF)).EndInit();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_A)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_E)).EndInit();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_H)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_F)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_G)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button_terminal;
- private System.Windows.Forms.CheckBox setcheck_checkBox;
- private System.Windows.Forms.Label cmCom_Port;
- private System.Windows.Forms.Button button_PortOpen;
- private System.Windows.Forms.Label cmBaudRate;
- private System.Windows.Forms.ComboBox comboBox_baudrate;
- public System.Windows.Forms.ComboBox comboBox_Port;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.GroupBox groupBox17;
- private System.Windows.Forms.Label label78;
- private System.Windows.Forms.Label label77;
- private System.Windows.Forms.Label label76;
- private System.Windows.Forms.Label label75;
- private System.Windows.Forms.Label label79;
- private System.Windows.Forms.PictureBox pictureBox15;
- private System.Windows.Forms.Label label80;
- private System.Windows.Forms.GroupBox groupBox10;
- private System.Windows.Forms.GroupBox groupBox11;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label33;
- public System.Windows.Forms.NumericUpDown numericUpDown_ATT_3_5G_HIGH1;
- public System.Windows.Forms.NumericUpDown numericUpDown_ATT_3_5G_LOW1;
- public System.Windows.Forms.NumericUpDown numericUpDown_PLL_3_5G_HIGH;
- public System.Windows.Forms.NumericUpDown numericUpDown_PLL_3_5G_LOW;
- public System.Windows.Forms.PictureBox pictureBox_PLL_ON_OFF_3_5G_L_OFF;
- public System.Windows.Forms.PictureBox pictureBox_PLL_ON_OFF_3_5G_H_OFF;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_UL_OFF;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_DL_OFF;
- public System.Windows.Forms.PictureBox pictureBox_PLL_ON_OFF_3_5G_L_ON;
- public System.Windows.Forms.PictureBox pictureBox_PLL_ON_OFF_3_5G_H_ON;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_UL_ON;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_DL_ON;
- private System.Windows.Forms.GroupBox groupBox12;
- public System.Windows.Forms.PictureBox pictureBox_G_TX;
- public System.Windows.Forms.PictureBox pictureBox_R_RX;
- public System.Windows.Forms.PictureBox pictureBox_R_TX;
- public System.Windows.Forms.PictureBox pictureBox_G_RX;
- private System.Windows.Forms.Label label74;
- private System.Windows.Forms.Label label73;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_L_ON;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_L_OFF;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_H_ON;
- public System.Windows.Forms.PictureBox pictureBox_PATH_3_5G_H_OFF;
- public System.Windows.Forms.NumericUpDown numericUpDown_ATT_3_5G_COM2;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.GroupBox groupBox_TDD;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.PictureBox pictureBox_TDD_T_SYNC_DL_OFF;
- private System.Windows.Forms.PictureBox pictureBox_TDD_T_SYNC_DL_ON;
- private System.Windows.Forms.PictureBox pictureBox_TDD_T_SYNC_UL_ON;
- private System.Windows.Forms.PictureBox pictureBox_TDD_T_SYNC_UL_OFF;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.Button button_Set;
- private System.Windows.Forms.Label label40;
- private System.Windows.Forms.Label label39;
- public System.Windows.Forms.Label label3_5GHz_UL_OUT;
- public System.Windows.Forms.Label label3_5GHz_UL_IN;
- public System.Windows.Forms.Label label3_5GHz_DL_OUT;
- public System.Windows.Forms.Label label3_5GHz_DL_IN;
- public System.Windows.Forms.Label label_28V_Det;
- public System.Windows.Forms.Label label_RFU_Temp;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Label label27;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_A;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_E;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.Label label10;
- public System.Windows.Forms.NumericUpDown numericUpDown11;
- public System.Windows.Forms.NumericUpDown numericUpDown10;
- public System.Windows.Forms.NumericUpDown numericUpDown9;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_H;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_F;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_G;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_D;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_B;
- public System.Windows.Forms.NumericUpDown numericUpDown_DAC_VoltCtrl_C;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.Label label38;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Button button_Save;
- public System.Windows.Forms.Timer timer;
- public System.Windows.Forms.NumericUpDown numericUpDown_ATT_3_5G_HIGH2;
- public System.Windows.Forms.NumericUpDown numericUpDown_ATT_3_5G_LOW2;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label41;
- private System.Windows.Forms.Label label_Build;
- public System.Windows.Forms.NumericUpDown numericUpDown_ATT_3_5G_COM1;
- private System.Windows.Forms.Label label19;
- }
- }
|