|
@@ -40,18 +40,18 @@
|
40
|
40
|
this.cmBaudRate = new System.Windows.Forms.Label();
|
41
|
41
|
this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
|
42
|
42
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
43
|
|
- this.numericUpDown_ATT_3_5G_COM1 = new System.Windows.Forms.NumericUpDown();
|
44
|
|
- this.label19 = new System.Windows.Forms.Label();
|
45
|
43
|
this.numericUpDown_ATT_3_5G_HIGH2 = new System.Windows.Forms.NumericUpDown();
|
46
|
|
- this.numericUpDown_ATT_3_5G_LOW2 = new System.Windows.Forms.NumericUpDown();
|
47
|
|
- this.label20 = new System.Windows.Forms.Label();
|
|
44
|
+ this.numericUpDown_ATT_3_5G_COM1 = new System.Windows.Forms.NumericUpDown();
|
48
|
45
|
this.label41 = new System.Windows.Forms.Label();
|
49
|
46
|
this.numericUpDown_ATT_3_5G_COM2 = new System.Windows.Forms.NumericUpDown();
|
|
47
|
+ this.numericUpDown_ATT_3_5G_LOW2 = new System.Windows.Forms.NumericUpDown();
|
50
|
48
|
this.label21 = new System.Windows.Forms.Label();
|
51
|
|
- this.numericUpDown_ATT_3_5G_HIGH1 = new System.Windows.Forms.NumericUpDown();
|
52
|
|
- this.numericUpDown_ATT_3_5G_LOW1 = new System.Windows.Forms.NumericUpDown();
|
|
49
|
+ this.label20 = new System.Windows.Forms.Label();
|
|
50
|
+ this.label19 = new System.Windows.Forms.Label();
|
53
|
51
|
this.label26 = new System.Windows.Forms.Label();
|
|
52
|
+ this.numericUpDown_ATT_3_5G_LOW1 = new System.Windows.Forms.NumericUpDown();
|
54
|
53
|
this.label28 = new System.Windows.Forms.Label();
|
|
54
|
+ this.numericUpDown_ATT_3_5G_HIGH1 = new System.Windows.Forms.NumericUpDown();
|
55
|
55
|
this.groupBox17 = new System.Windows.Forms.GroupBox();
|
56
|
56
|
this.label74 = new System.Windows.Forms.Label();
|
57
|
57
|
this.label73 = new System.Windows.Forms.Label();
|
|
@@ -133,12 +133,12 @@
|
133
|
133
|
this.label_Build = new System.Windows.Forms.Label();
|
134
|
134
|
this.groupBox9.SuspendLayout();
|
135
|
135
|
this.groupBox8.SuspendLayout();
|
136
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
|
137
|
136
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).BeginInit();
|
138
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).BeginInit();
|
|
137
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
|
139
|
138
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).BeginInit();
|
140
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH1)).BeginInit();
|
|
139
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).BeginInit();
|
141
|
140
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW1)).BeginInit();
|
|
141
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH1)).BeginInit();
|
142
|
142
|
this.groupBox17.SuspendLayout();
|
143
|
143
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_ON)).BeginInit();
|
144
|
144
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_OFF)).BeginInit();
|
|
@@ -337,38 +337,6 @@
|
337
|
337
|
this.groupBox8.Text = "ATTEN(dB)";
|
338
|
338
|
this.groupBox8.Click += new System.EventHandler(this.Cusor_DeFocus);
|
339
|
339
|
//
|
340
|
|
- // numericUpDown_ATT_3_5G_COM1
|
341
|
|
- //
|
342
|
|
- this.numericUpDown_ATT_3_5G_COM1.DecimalPlaces = 2;
|
343
|
|
- this.numericUpDown_ATT_3_5G_COM1.Increment = new decimal(new int[] {
|
344
|
|
- 25,
|
345
|
|
- 0,
|
346
|
|
- 0,
|
347
|
|
- 131072});
|
348
|
|
- this.numericUpDown_ATT_3_5G_COM1.Location = new System.Drawing.Point(242, 25);
|
349
|
|
- this.numericUpDown_ATT_3_5G_COM1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
350
|
|
- this.numericUpDown_ATT_3_5G_COM1.Maximum = new decimal(new int[] {
|
351
|
|
- 30,
|
352
|
|
- 0,
|
353
|
|
- 0,
|
354
|
|
- 0});
|
355
|
|
- this.numericUpDown_ATT_3_5G_COM1.Name = "numericUpDown_ATT_3_5G_COM1";
|
356
|
|
- this.numericUpDown_ATT_3_5G_COM1.Size = new System.Drawing.Size(65, 21);
|
357
|
|
- this.numericUpDown_ATT_3_5G_COM1.TabIndex = 19;
|
358
|
|
- this.numericUpDown_ATT_3_5G_COM1.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
359
|
|
- this.numericUpDown_ATT_3_5G_COM1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
360
|
|
- this.numericUpDown_ATT_3_5G_COM1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
361
|
|
- //
|
362
|
|
- // label19
|
363
|
|
- //
|
364
|
|
- this.label19.AutoSize = true;
|
365
|
|
- this.label19.Location = new System.Drawing.Point(126, 29);
|
366
|
|
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
367
|
|
- this.label19.Name = "label19";
|
368
|
|
- this.label19.Size = new System.Drawing.Size(101, 12);
|
369
|
|
- this.label19.TabIndex = 18;
|
370
|
|
- this.label19.Text = "ATT_3.5G_COM1";
|
371
|
|
- //
|
372
|
340
|
// numericUpDown_ATT_3_5G_HIGH2
|
373
|
341
|
//
|
374
|
342
|
this.numericUpDown_ATT_3_5G_HIGH2.DecimalPlaces = 2;
|
|
@@ -391,37 +359,27 @@
|
391
|
359
|
this.numericUpDown_ATT_3_5G_HIGH2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
392
|
360
|
this.numericUpDown_ATT_3_5G_HIGH2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
393
|
361
|
//
|
394
|
|
- // numericUpDown_ATT_3_5G_LOW2
|
|
362
|
+ // numericUpDown_ATT_3_5G_COM1
|
395
|
363
|
//
|
396
|
|
- this.numericUpDown_ATT_3_5G_LOW2.DecimalPlaces = 2;
|
397
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Increment = new decimal(new int[] {
|
|
364
|
+ this.numericUpDown_ATT_3_5G_COM1.DecimalPlaces = 2;
|
|
365
|
+ this.numericUpDown_ATT_3_5G_COM1.Increment = new decimal(new int[] {
|
398
|
366
|
25,
|
399
|
367
|
0,
|
400
|
368
|
0,
|
401
|
369
|
131072});
|
402
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Location = new System.Drawing.Point(128, 96);
|
403
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
404
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Maximum = new decimal(new int[] {
|
|
370
|
+ this.numericUpDown_ATT_3_5G_COM1.Location = new System.Drawing.Point(242, 25);
|
|
371
|
+ this.numericUpDown_ATT_3_5G_COM1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
372
|
+ this.numericUpDown_ATT_3_5G_COM1.Maximum = new decimal(new int[] {
|
405
|
373
|
30,
|
406
|
374
|
0,
|
407
|
375
|
0,
|
408
|
376
|
0});
|
409
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Name = "numericUpDown_ATT_3_5G_LOW2";
|
410
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Size = new System.Drawing.Size(65, 21);
|
411
|
|
- this.numericUpDown_ATT_3_5G_LOW2.TabIndex = 17;
|
412
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
413
|
|
- this.numericUpDown_ATT_3_5G_LOW2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
414
|
|
- this.numericUpDown_ATT_3_5G_LOW2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
415
|
|
- //
|
416
|
|
- // label20
|
417
|
|
- //
|
418
|
|
- this.label20.AutoSize = true;
|
419
|
|
- this.label20.Location = new System.Drawing.Point(12, 100);
|
420
|
|
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
421
|
|
- this.label20.Name = "label20";
|
422
|
|
- this.label20.Size = new System.Drawing.Size(98, 12);
|
423
|
|
- this.label20.TabIndex = 14;
|
424
|
|
- this.label20.Text = "ATT_3.5G_LOW2";
|
|
377
|
+ this.numericUpDown_ATT_3_5G_COM1.Name = "numericUpDown_ATT_3_5G_COM1";
|
|
378
|
+ this.numericUpDown_ATT_3_5G_COM1.Size = new System.Drawing.Size(65, 21);
|
|
379
|
+ this.numericUpDown_ATT_3_5G_COM1.TabIndex = 19;
|
|
380
|
+ this.numericUpDown_ATT_3_5G_COM1.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
|
381
|
+ this.numericUpDown_ATT_3_5G_COM1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
382
|
+ this.numericUpDown_ATT_3_5G_COM1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
425
|
383
|
//
|
426
|
384
|
// label41
|
427
|
385
|
//
|
|
@@ -455,6 +413,28 @@
|
455
|
413
|
this.numericUpDown_ATT_3_5G_COM2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
456
|
414
|
this.numericUpDown_ATT_3_5G_COM2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
457
|
415
|
//
|
|
416
|
+ // numericUpDown_ATT_3_5G_LOW2
|
|
417
|
+ //
|
|
418
|
+ this.numericUpDown_ATT_3_5G_LOW2.DecimalPlaces = 2;
|
|
419
|
+ this.numericUpDown_ATT_3_5G_LOW2.Increment = new decimal(new int[] {
|
|
420
|
+ 25,
|
|
421
|
+ 0,
|
|
422
|
+ 0,
|
|
423
|
+ 131072});
|
|
424
|
+ this.numericUpDown_ATT_3_5G_LOW2.Location = new System.Drawing.Point(128, 96);
|
|
425
|
+ this.numericUpDown_ATT_3_5G_LOW2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
426
|
+ this.numericUpDown_ATT_3_5G_LOW2.Maximum = new decimal(new int[] {
|
|
427
|
+ 30,
|
|
428
|
+ 0,
|
|
429
|
+ 0,
|
|
430
|
+ 0});
|
|
431
|
+ this.numericUpDown_ATT_3_5G_LOW2.Name = "numericUpDown_ATT_3_5G_LOW2";
|
|
432
|
+ this.numericUpDown_ATT_3_5G_LOW2.Size = new System.Drawing.Size(65, 21);
|
|
433
|
+ this.numericUpDown_ATT_3_5G_LOW2.TabIndex = 17;
|
|
434
|
+ this.numericUpDown_ATT_3_5G_LOW2.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
|
435
|
+ this.numericUpDown_ATT_3_5G_LOW2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
436
|
+ this.numericUpDown_ATT_3_5G_LOW2.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
437
|
+ //
|
458
|
438
|
// label21
|
459
|
439
|
//
|
460
|
440
|
this.label21.AutoSize = true;
|
|
@@ -465,27 +445,35 @@
|
465
|
445
|
this.label21.TabIndex = 10;
|
466
|
446
|
this.label21.Text = "ATT_3.5G_COM2";
|
467
|
447
|
//
|
468
|
|
- // numericUpDown_ATT_3_5G_HIGH1
|
|
448
|
+ // label20
|
469
|
449
|
//
|
470
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.DecimalPlaces = 2;
|
471
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Increment = new decimal(new int[] {
|
472
|
|
- 25,
|
473
|
|
- 0,
|
474
|
|
- 0,
|
475
|
|
- 131072});
|
476
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Location = new System.Drawing.Point(351, 65);
|
477
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
478
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Maximum = new decimal(new int[] {
|
479
|
|
- 30,
|
480
|
|
- 0,
|
481
|
|
- 0,
|
482
|
|
- 0});
|
483
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Name = "numericUpDown_ATT_3_5G_HIGH1";
|
484
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Size = new System.Drawing.Size(65, 21);
|
485
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.TabIndex = 1;
|
486
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
487
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
488
|
|
- this.numericUpDown_ATT_3_5G_HIGH1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
450
|
+ this.label20.AutoSize = true;
|
|
451
|
+ this.label20.Location = new System.Drawing.Point(12, 100);
|
|
452
|
+ this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
453
|
+ this.label20.Name = "label20";
|
|
454
|
+ this.label20.Size = new System.Drawing.Size(98, 12);
|
|
455
|
+ this.label20.TabIndex = 14;
|
|
456
|
+ this.label20.Text = "ATT_3.5G_LOW2";
|
|
457
|
+ //
|
|
458
|
+ // label19
|
|
459
|
+ //
|
|
460
|
+ this.label19.AutoSize = true;
|
|
461
|
+ this.label19.Location = new System.Drawing.Point(126, 29);
|
|
462
|
+ this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
463
|
+ this.label19.Name = "label19";
|
|
464
|
+ this.label19.Size = new System.Drawing.Size(101, 12);
|
|
465
|
+ this.label19.TabIndex = 18;
|
|
466
|
+ this.label19.Text = "ATT_3.5G_COM1";
|
|
467
|
+ //
|
|
468
|
+ // label26
|
|
469
|
+ //
|
|
470
|
+ this.label26.AutoSize = true;
|
|
471
|
+ this.label26.Location = new System.Drawing.Point(12, 69);
|
|
472
|
+ this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
473
|
+ this.label26.Name = "label26";
|
|
474
|
+ this.label26.Size = new System.Drawing.Size(98, 12);
|
|
475
|
+ this.label26.TabIndex = 0;
|
|
476
|
+ this.label26.Text = "ATT_3.5G_LOW1";
|
489
|
477
|
//
|
490
|
478
|
// numericUpDown_ATT_3_5G_LOW1
|
491
|
479
|
//
|
|
@@ -509,16 +497,6 @@
|
509
|
497
|
this.numericUpDown_ATT_3_5G_LOW1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
510
|
498
|
this.numericUpDown_ATT_3_5G_LOW1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
511
|
499
|
//
|
512
|
|
- // label26
|
513
|
|
- //
|
514
|
|
- this.label26.AutoSize = true;
|
515
|
|
- this.label26.Location = new System.Drawing.Point(12, 69);
|
516
|
|
- this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
517
|
|
- this.label26.Name = "label26";
|
518
|
|
- this.label26.Size = new System.Drawing.Size(98, 12);
|
519
|
|
- this.label26.TabIndex = 0;
|
520
|
|
- this.label26.Text = "ATT_3.5G_LOW1";
|
521
|
|
- //
|
522
|
500
|
// label28
|
523
|
501
|
//
|
524
|
502
|
this.label28.AutoSize = true;
|
|
@@ -529,6 +507,28 @@
|
529
|
507
|
this.label28.TabIndex = 0;
|
530
|
508
|
this.label28.Text = "ATT_3.5G_HIGH1";
|
531
|
509
|
//
|
|
510
|
+ // numericUpDown_ATT_3_5G_HIGH1
|
|
511
|
+ //
|
|
512
|
+ this.numericUpDown_ATT_3_5G_HIGH1.DecimalPlaces = 2;
|
|
513
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Increment = new decimal(new int[] {
|
|
514
|
+ 25,
|
|
515
|
+ 0,
|
|
516
|
+ 0,
|
|
517
|
+ 131072});
|
|
518
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Location = new System.Drawing.Point(351, 65);
|
|
519
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
520
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Maximum = new decimal(new int[] {
|
|
521
|
+ 30,
|
|
522
|
+ 0,
|
|
523
|
+ 0,
|
|
524
|
+ 0});
|
|
525
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Name = "numericUpDown_ATT_3_5G_HIGH1";
|
|
526
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Size = new System.Drawing.Size(65, 21);
|
|
527
|
+ this.numericUpDown_ATT_3_5G_HIGH1.TabIndex = 1;
|
|
528
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
|
529
|
+ this.numericUpDown_ATT_3_5G_HIGH1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
530
|
+ this.numericUpDown_ATT_3_5G_HIGH1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
531
|
+ //
|
532
|
532
|
// groupBox17
|
533
|
533
|
//
|
534
|
534
|
this.groupBox17.Controls.Add(this.label74);
|
|
@@ -1094,7 +1094,7 @@
|
1094
|
1094
|
// label_RFU_Temp
|
1095
|
1095
|
//
|
1096
|
1096
|
this.label_RFU_Temp.AutoSize = true;
|
1097
|
|
- this.label_RFU_Temp.Location = new System.Drawing.Point(34, 147);
|
|
1097
|
+ this.label_RFU_Temp.Location = new System.Drawing.Point(34, 148);
|
1098
|
1098
|
this.label_RFU_Temp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
1099
|
1099
|
this.label_RFU_Temp.Name = "label_RFU_Temp";
|
1100
|
1100
|
this.label_RFU_Temp.Size = new System.Drawing.Size(29, 12);
|
|
@@ -1104,7 +1104,7 @@
|
1104
|
1104
|
// label3_5GHz_UL_IN
|
1105
|
1105
|
//
|
1106
|
1106
|
this.label3_5GHz_UL_IN.AutoSize = true;
|
1107
|
|
- this.label3_5GHz_UL_IN.Location = new System.Drawing.Point(28, 90);
|
|
1107
|
+ this.label3_5GHz_UL_IN.Location = new System.Drawing.Point(34, 90);
|
1108
|
1108
|
this.label3_5GHz_UL_IN.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
1109
|
1109
|
this.label3_5GHz_UL_IN.Name = "label3_5GHz_UL_IN";
|
1110
|
1110
|
this.label3_5GHz_UL_IN.Size = new System.Drawing.Size(29, 12);
|
|
@@ -1124,7 +1124,7 @@
|
1124
|
1124
|
// label3_5GHz_DL_IN
|
1125
|
1125
|
//
|
1126
|
1126
|
this.label3_5GHz_DL_IN.AutoSize = true;
|
1127
|
|
- this.label3_5GHz_DL_IN.Location = new System.Drawing.Point(32, 38);
|
|
1127
|
+ this.label3_5GHz_DL_IN.Location = new System.Drawing.Point(35, 39);
|
1128
|
1128
|
this.label3_5GHz_DL_IN.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
1129
|
1129
|
this.label3_5GHz_DL_IN.Name = "label3_5GHz_DL_IN";
|
1130
|
1130
|
this.label3_5GHz_DL_IN.Size = new System.Drawing.Size(29, 12);
|
|
@@ -1154,7 +1154,7 @@
|
1154
|
1154
|
// label39
|
1155
|
1155
|
//
|
1156
|
1156
|
this.label39.AutoSize = true;
|
1157
|
|
- this.label39.Location = new System.Drawing.Point(20, 126);
|
|
1157
|
+ this.label39.Location = new System.Drawing.Point(16, 126);
|
1158
|
1158
|
this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
1159
|
1159
|
this.label39.Name = "label39";
|
1160
|
1160
|
this.label39.Size = new System.Drawing.Size(67, 12);
|
|
@@ -1625,12 +1625,12 @@
|
1625
|
1625
|
this.groupBox9.PerformLayout();
|
1626
|
1626
|
this.groupBox8.ResumeLayout(false);
|
1627
|
1627
|
this.groupBox8.PerformLayout();
|
1628
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
|
1629
|
1628
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).EndInit();
|
1630
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).EndInit();
|
|
1629
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
|
1631
|
1630
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).EndInit();
|
1632
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH1)).EndInit();
|
|
1631
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).EndInit();
|
1633
|
1632
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW1)).EndInit();
|
|
1633
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH1)).EndInit();
|
1634
|
1634
|
this.groupBox17.ResumeLayout(false);
|
1635
|
1635
|
this.groupBox17.PerformLayout();
|
1636
|
1636
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_PATH_3_5G_L_ON)).EndInit();
|