|
@@ -88,6 +88,12 @@
|
88
|
88
|
this.pictureBox_TDD_T_SYNC_UL_ON = new System.Windows.Forms.PictureBox();
|
89
|
89
|
this.pictureBox_TDD_T_SYNC_UL_OFF = new System.Windows.Forms.PictureBox();
|
90
|
90
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
91
|
+ this.textBox_28V_Det = new System.Windows.Forms.TextBox();
|
|
92
|
+ this.textBox_RFU_Temp = new System.Windows.Forms.TextBox();
|
|
93
|
+ this.textBox3_5GHz_UL_OUT = new System.Windows.Forms.TextBox();
|
|
94
|
+ this.textBox3_5GHz_UL_IN = new System.Windows.Forms.TextBox();
|
|
95
|
+ this.textBox3_5GHz_DL_OUT = new System.Windows.Forms.TextBox();
|
|
96
|
+ this.textBox3_5GHz_DL_IN = new System.Windows.Forms.TextBox();
|
91
|
97
|
this.label40 = new System.Windows.Forms.Label();
|
92
|
98
|
this.label34 = new System.Windows.Forms.Label();
|
93
|
99
|
this.label39 = new System.Windows.Forms.Label();
|
|
@@ -119,12 +125,6 @@
|
119
|
125
|
this.label23 = new System.Windows.Forms.Label();
|
120
|
126
|
this.button_Save = new System.Windows.Forms.Button();
|
121
|
127
|
this.label_Build = new System.Windows.Forms.Label();
|
122
|
|
- this.textBox3_5GHz_DL_IN = new System.Windows.Forms.TextBox();
|
123
|
|
- this.textBox3_5GHz_UL_IN = new System.Windows.Forms.TextBox();
|
124
|
|
- this.textBox_RFU_Temp = new System.Windows.Forms.TextBox();
|
125
|
|
- this.textBox3_5GHz_DL_OUT = new System.Windows.Forms.TextBox();
|
126
|
|
- this.textBox3_5GHz_UL_OUT = new System.Windows.Forms.TextBox();
|
127
|
|
- this.textBox_28V_Det = new System.Windows.Forms.TextBox();
|
128
|
128
|
this.groupBox9.SuspendLayout();
|
129
|
129
|
this.groupBox8.SuspendLayout();
|
130
|
130
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).BeginInit();
|
|
@@ -987,6 +987,60 @@
|
987
|
987
|
this.groupBox3.Text = "Voltage";
|
988
|
988
|
this.groupBox3.Click += new System.EventHandler(this.Cusor_DeFocus);
|
989
|
989
|
//
|
|
990
|
+ // textBox_28V_Det
|
|
991
|
+ //
|
|
992
|
+ this.textBox_28V_Det.Location = new System.Drawing.Point(135, 144);
|
|
993
|
+ this.textBox_28V_Det.Name = "textBox_28V_Det";
|
|
994
|
+ this.textBox_28V_Det.ReadOnly = true;
|
|
995
|
+ this.textBox_28V_Det.Size = new System.Drawing.Size(37, 21);
|
|
996
|
+ this.textBox_28V_Det.TabIndex = 20;
|
|
997
|
+ this.textBox_28V_Det.Text = "0.0V";
|
|
998
|
+ //
|
|
999
|
+ // textBox_RFU_Temp
|
|
1000
|
+ //
|
|
1001
|
+ this.textBox_RFU_Temp.Location = new System.Drawing.Point(36, 144);
|
|
1002
|
+ this.textBox_RFU_Temp.Name = "textBox_RFU_Temp";
|
|
1003
|
+ this.textBox_RFU_Temp.ReadOnly = true;
|
|
1004
|
+ this.textBox_RFU_Temp.Size = new System.Drawing.Size(37, 21);
|
|
1005
|
+ this.textBox_RFU_Temp.TabIndex = 20;
|
|
1006
|
+ this.textBox_RFU_Temp.Text = "0.0V";
|
|
1007
|
+ //
|
|
1008
|
+ // textBox3_5GHz_UL_OUT
|
|
1009
|
+ //
|
|
1010
|
+ this.textBox3_5GHz_UL_OUT.Location = new System.Drawing.Point(135, 87);
|
|
1011
|
+ this.textBox3_5GHz_UL_OUT.Name = "textBox3_5GHz_UL_OUT";
|
|
1012
|
+ this.textBox3_5GHz_UL_OUT.ReadOnly = true;
|
|
1013
|
+ this.textBox3_5GHz_UL_OUT.Size = new System.Drawing.Size(37, 21);
|
|
1014
|
+ this.textBox3_5GHz_UL_OUT.TabIndex = 20;
|
|
1015
|
+ this.textBox3_5GHz_UL_OUT.Text = "0.0V";
|
|
1016
|
+ //
|
|
1017
|
+ // textBox3_5GHz_UL_IN
|
|
1018
|
+ //
|
|
1019
|
+ this.textBox3_5GHz_UL_IN.Location = new System.Drawing.Point(36, 87);
|
|
1020
|
+ this.textBox3_5GHz_UL_IN.Name = "textBox3_5GHz_UL_IN";
|
|
1021
|
+ this.textBox3_5GHz_UL_IN.ReadOnly = true;
|
|
1022
|
+ this.textBox3_5GHz_UL_IN.Size = new System.Drawing.Size(37, 21);
|
|
1023
|
+ this.textBox3_5GHz_UL_IN.TabIndex = 20;
|
|
1024
|
+ this.textBox3_5GHz_UL_IN.Text = "0.0V";
|
|
1025
|
+ //
|
|
1026
|
+ // textBox3_5GHz_DL_OUT
|
|
1027
|
+ //
|
|
1028
|
+ this.textBox3_5GHz_DL_OUT.Location = new System.Drawing.Point(135, 32);
|
|
1029
|
+ this.textBox3_5GHz_DL_OUT.Name = "textBox3_5GHz_DL_OUT";
|
|
1030
|
+ this.textBox3_5GHz_DL_OUT.ReadOnly = true;
|
|
1031
|
+ this.textBox3_5GHz_DL_OUT.Size = new System.Drawing.Size(37, 21);
|
|
1032
|
+ this.textBox3_5GHz_DL_OUT.TabIndex = 20;
|
|
1033
|
+ this.textBox3_5GHz_DL_OUT.Text = "0.0V";
|
|
1034
|
+ //
|
|
1035
|
+ // textBox3_5GHz_DL_IN
|
|
1036
|
+ //
|
|
1037
|
+ this.textBox3_5GHz_DL_IN.Location = new System.Drawing.Point(36, 32);
|
|
1038
|
+ this.textBox3_5GHz_DL_IN.Name = "textBox3_5GHz_DL_IN";
|
|
1039
|
+ this.textBox3_5GHz_DL_IN.ReadOnly = true;
|
|
1040
|
+ this.textBox3_5GHz_DL_IN.Size = new System.Drawing.Size(37, 21);
|
|
1041
|
+ this.textBox3_5GHz_DL_IN.TabIndex = 20;
|
|
1042
|
+ this.textBox3_5GHz_DL_IN.Text = "0.0V";
|
|
1043
|
+ //
|
990
|
1044
|
// label40
|
991
|
1045
|
//
|
992
|
1046
|
this.label40.AutoSize = true;
|
|
@@ -1450,60 +1504,6 @@
|
1450
|
1504
|
this.label_Build.TabIndex = 112;
|
1451
|
1505
|
this.label_Build.Text = "Ver.yyyy/MM/dd hh:mm:ss";
|
1452
|
1506
|
//
|
1453
|
|
- // textBox3_5GHz_DL_IN
|
1454
|
|
- //
|
1455
|
|
- this.textBox3_5GHz_DL_IN.Location = new System.Drawing.Point(36, 32);
|
1456
|
|
- this.textBox3_5GHz_DL_IN.Name = "textBox3_5GHz_DL_IN";
|
1457
|
|
- this.textBox3_5GHz_DL_IN.ReadOnly = true;
|
1458
|
|
- this.textBox3_5GHz_DL_IN.Size = new System.Drawing.Size(37, 21);
|
1459
|
|
- this.textBox3_5GHz_DL_IN.TabIndex = 20;
|
1460
|
|
- this.textBox3_5GHz_DL_IN.Text = "0.0V";
|
1461
|
|
- //
|
1462
|
|
- // textBox3_5GHz_UL_IN
|
1463
|
|
- //
|
1464
|
|
- this.textBox3_5GHz_UL_IN.Location = new System.Drawing.Point(36, 87);
|
1465
|
|
- this.textBox3_5GHz_UL_IN.Name = "textBox3_5GHz_UL_IN";
|
1466
|
|
- this.textBox3_5GHz_UL_IN.ReadOnly = true;
|
1467
|
|
- this.textBox3_5GHz_UL_IN.Size = new System.Drawing.Size(37, 21);
|
1468
|
|
- this.textBox3_5GHz_UL_IN.TabIndex = 20;
|
1469
|
|
- this.textBox3_5GHz_UL_IN.Text = "0.0V";
|
1470
|
|
- //
|
1471
|
|
- // textBox_RFU_Temp
|
1472
|
|
- //
|
1473
|
|
- this.textBox_RFU_Temp.Location = new System.Drawing.Point(36, 144);
|
1474
|
|
- this.textBox_RFU_Temp.Name = "textBox_RFU_Temp";
|
1475
|
|
- this.textBox_RFU_Temp.ReadOnly = true;
|
1476
|
|
- this.textBox_RFU_Temp.Size = new System.Drawing.Size(37, 21);
|
1477
|
|
- this.textBox_RFU_Temp.TabIndex = 20;
|
1478
|
|
- this.textBox_RFU_Temp.Text = "0.0V";
|
1479
|
|
- //
|
1480
|
|
- // textBox3_5GHz_DL_OUT
|
1481
|
|
- //
|
1482
|
|
- this.textBox3_5GHz_DL_OUT.Location = new System.Drawing.Point(135, 32);
|
1483
|
|
- this.textBox3_5GHz_DL_OUT.Name = "textBox3_5GHz_DL_OUT";
|
1484
|
|
- this.textBox3_5GHz_DL_OUT.ReadOnly = true;
|
1485
|
|
- this.textBox3_5GHz_DL_OUT.Size = new System.Drawing.Size(37, 21);
|
1486
|
|
- this.textBox3_5GHz_DL_OUT.TabIndex = 20;
|
1487
|
|
- this.textBox3_5GHz_DL_OUT.Text = "0.0V";
|
1488
|
|
- //
|
1489
|
|
- // textBox3_5GHz_UL_OUT
|
1490
|
|
- //
|
1491
|
|
- this.textBox3_5GHz_UL_OUT.Location = new System.Drawing.Point(135, 87);
|
1492
|
|
- this.textBox3_5GHz_UL_OUT.Name = "textBox3_5GHz_UL_OUT";
|
1493
|
|
- this.textBox3_5GHz_UL_OUT.ReadOnly = true;
|
1494
|
|
- this.textBox3_5GHz_UL_OUT.Size = new System.Drawing.Size(37, 21);
|
1495
|
|
- this.textBox3_5GHz_UL_OUT.TabIndex = 20;
|
1496
|
|
- this.textBox3_5GHz_UL_OUT.Text = "0.0V";
|
1497
|
|
- //
|
1498
|
|
- // textBox_28V_Det
|
1499
|
|
- //
|
1500
|
|
- this.textBox_28V_Det.Location = new System.Drawing.Point(135, 144);
|
1501
|
|
- this.textBox_28V_Det.Name = "textBox_28V_Det";
|
1502
|
|
- this.textBox_28V_Det.ReadOnly = true;
|
1503
|
|
- this.textBox_28V_Det.Size = new System.Drawing.Size(37, 21);
|
1504
|
|
- this.textBox_28V_Det.TabIndex = 20;
|
1505
|
|
- this.textBox_28V_Det.Text = "0.0V";
|
1506
|
|
- //
|
1507
|
1507
|
// Main_Form
|
1508
|
1508
|
//
|
1509
|
1509
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|