Bladeren bron

PLL 1.8/2.1 DL UL 숫자 범위 Limit 0~ 3000변경

YJ 5 jaren geleden
bovenliggende
commit
9b97d28b68
1 gewijzigde bestanden met toevoegingen van 42 en 62 verwijderingen
  1. 42 62
      Basic_Terminal/Wnd/Main_Form.Designer.cs

+ 42 - 62
Basic_Terminal/Wnd/Main_Form.Designer.cs

@@ -41,6 +41,8 @@
41 41
             this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
42 42
             this.groupBox8 = new System.Windows.Forms.GroupBox();
43 43
             this.groupBox7 = new System.Windows.Forms.GroupBox();
44
+            this.numericUpDown_ATT_3_5G_COM1 = new System.Windows.Forms.NumericUpDown();
45
+            this.label19 = new System.Windows.Forms.Label();
44 46
             this.numericUpDown_ATT_3_5G_HIGH2 = new System.Windows.Forms.NumericUpDown();
45 47
             this.numericUpDown_ATT_3_5G_LOW2 = new System.Windows.Forms.NumericUpDown();
46 48
             this.label20 = new System.Windows.Forms.Label();
@@ -196,11 +198,10 @@
196 198
             this.label23 = new System.Windows.Forms.Label();
197 199
             this.button_Save = new System.Windows.Forms.Button();
198 200
             this.label_Build = new System.Windows.Forms.Label();
199
-            this.numericUpDown_ATT_3_5G_COM1 = new System.Windows.Forms.NumericUpDown();
200
-            this.label19 = new System.Windows.Forms.Label();
201 201
             this.groupBox9.SuspendLayout();
202 202
             this.groupBox8.SuspendLayout();
203 203
             this.groupBox7.SuspendLayout();
204
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
204 205
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).BeginInit();
205 206
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).BeginInit();
206 207
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).BeginInit();
@@ -277,7 +278,6 @@
277 278
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).BeginInit();
278 279
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).BeginInit();
279 280
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).BeginInit();
280
-            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
281 281
             this.SuspendLayout();
282 282
             // 
283 283
             // groupBox9
@@ -438,6 +438,36 @@
438 438
             this.groupBox7.Text = "3.5GHz";
439 439
             this.groupBox7.Click += new System.EventHandler(this.Cusor_DeFocus);
440 440
             // 
441
+            // numericUpDown_ATT_3_5G_COM1
442
+            // 
443
+            this.numericUpDown_ATT_3_5G_COM1.DecimalPlaces = 2;
444
+            this.numericUpDown_ATT_3_5G_COM1.Increment = new decimal(new int[] {
445
+            25,
446
+            0,
447
+            0,
448
+            131072});
449
+            this.numericUpDown_ATT_3_5G_COM1.Location = new System.Drawing.Point(141, 17);
450
+            this.numericUpDown_ATT_3_5G_COM1.Maximum = new decimal(new int[] {
451
+            30,
452
+            0,
453
+            0,
454
+            0});
455
+            this.numericUpDown_ATT_3_5G_COM1.Name = "numericUpDown_ATT_3_5G_COM1";
456
+            this.numericUpDown_ATT_3_5G_COM1.Size = new System.Drawing.Size(71, 21);
457
+            this.numericUpDown_ATT_3_5G_COM1.TabIndex = 19;
458
+            this.numericUpDown_ATT_3_5G_COM1.Enter += new System.EventHandler(this.Activi_Change__Setting);
459
+            this.numericUpDown_ATT_3_5G_COM1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
460
+            this.numericUpDown_ATT_3_5G_COM1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
461
+            // 
462
+            // label19
463
+            // 
464
+            this.label19.AutoSize = true;
465
+            this.label19.Location = new System.Drawing.Point(14, 21);
466
+            this.label19.Name = "label19";
467
+            this.label19.Size = new System.Drawing.Size(101, 12);
468
+            this.label19.TabIndex = 18;
469
+            this.label19.Text = "ATT_3.5G_COM1";
470
+            // 
441 471
             // numericUpDown_ATT_3_5G_HIGH2
442 472
             // 
443 473
             this.numericUpDown_ATT_3_5G_HIGH2.DecimalPlaces = 2;
@@ -1504,12 +1534,7 @@
1504 1534
             65536});
1505 1535
             this.numericUpDown_PLL_2_1G_UL.Location = new System.Drawing.Point(132, 47);
1506 1536
             this.numericUpDown_PLL_2_1G_UL.Maximum = new decimal(new int[] {
1507
-            1959,
1508
-            0,
1509
-            0,
1510
-            0});
1511
-            this.numericUpDown_PLL_2_1G_UL.Minimum = new decimal(new int[] {
1512
-            1941,
1537
+            3000,
1513 1538
             0,
1514 1539
             0,
1515 1540
             0});
@@ -1517,7 +1542,7 @@
1517 1542
             this.numericUpDown_PLL_2_1G_UL.Size = new System.Drawing.Size(71, 21);
1518 1543
             this.numericUpDown_PLL_2_1G_UL.TabIndex = 1;
1519 1544
             this.numericUpDown_PLL_2_1G_UL.Value = new decimal(new int[] {
1520
-            1941,
1545
+            1950,
1521 1546
             0,
1522 1547
             0,
1523 1548
             0});
@@ -1535,12 +1560,7 @@
1535 1560
             65536});
1536 1561
             this.numericUpDown_PLL_2_1G_DL.Location = new System.Drawing.Point(132, 19);
1537 1562
             this.numericUpDown_PLL_2_1G_DL.Maximum = new decimal(new int[] {
1538
-            2149,
1539
-            0,
1540
-            0,
1541
-            0});
1542
-            this.numericUpDown_PLL_2_1G_DL.Minimum = new decimal(new int[] {
1543
-            2131,
1563
+            3000,
1544 1564
             0,
1545 1565
             0,
1546 1566
             0});
@@ -1548,7 +1568,7 @@
1548 1568
             this.numericUpDown_PLL_2_1G_DL.Size = new System.Drawing.Size(71, 21);
1549 1569
             this.numericUpDown_PLL_2_1G_DL.TabIndex = 1;
1550 1570
             this.numericUpDown_PLL_2_1G_DL.Value = new decimal(new int[] {
1551
-            2131,
1571
+            2140,
1552 1572
             0,
1553 1573
             0,
1554 1574
             0});
@@ -1598,12 +1618,7 @@
1598 1618
             65536});
1599 1619
             this.numericUpDown_PLL_1_8G_UL.Location = new System.Drawing.Point(132, 47);
1600 1620
             this.numericUpDown_PLL_1_8G_UL.Maximum = new decimal(new int[] {
1601
-            1785,
1602
-            0,
1603
-            0,
1604
-            0});
1605
-            this.numericUpDown_PLL_1_8G_UL.Minimum = new decimal(new int[] {
1606
-            1710,
1621
+            3000,
1607 1622
             0,
1608 1623
             0,
1609 1624
             0});
@@ -1611,7 +1626,7 @@
1611 1626
             this.numericUpDown_PLL_1_8G_UL.Size = new System.Drawing.Size(71, 21);
1612 1627
             this.numericUpDown_PLL_1_8G_UL.TabIndex = 1;
1613 1628
             this.numericUpDown_PLL_1_8G_UL.Value = new decimal(new int[] {
1614
-            1710,
1629
+            1725,
1615 1630
             0,
1616 1631
             0,
1617 1632
             0});
@@ -1629,12 +1644,7 @@
1629 1644
             65536});
1630 1645
             this.numericUpDown_PLL_1_8G_DL.Location = new System.Drawing.Point(132, 19);
1631 1646
             this.numericUpDown_PLL_1_8G_DL.Maximum = new decimal(new int[] {
1632
-            1829,
1633
-            0,
1634
-            0,
1635
-            0});
1636
-            this.numericUpDown_PLL_1_8G_DL.Minimum = new decimal(new int[] {
1637
-            1811,
1647
+            3000,
1638 1648
             0,
1639 1649
             0,
1640 1650
             0});
@@ -1642,7 +1652,7 @@
1642 1652
             this.numericUpDown_PLL_1_8G_DL.Size = new System.Drawing.Size(71, 21);
1643 1653
             this.numericUpDown_PLL_1_8G_DL.TabIndex = 1;
1644 1654
             this.numericUpDown_PLL_1_8G_DL.Value = new decimal(new int[] {
1645
-            1829,
1655
+            1820,
1646 1656
             0,
1647 1657
             0,
1648 1658
             0});
@@ -2479,36 +2489,6 @@
2479 2489
             this.label_Build.TabIndex = 112;
2480 2490
             this.label_Build.Text = "Ver.0.0.0.0";
2481 2491
             // 
2482
-            // numericUpDown_ATT_3_5G_COM1
2483
-            // 
2484
-            this.numericUpDown_ATT_3_5G_COM1.DecimalPlaces = 2;
2485
-            this.numericUpDown_ATT_3_5G_COM1.Increment = new decimal(new int[] {
2486
-            25,
2487
-            0,
2488
-            0,
2489
-            131072});
2490
-            this.numericUpDown_ATT_3_5G_COM1.Location = new System.Drawing.Point(141, 17);
2491
-            this.numericUpDown_ATT_3_5G_COM1.Maximum = new decimal(new int[] {
2492
-            30,
2493
-            0,
2494
-            0,
2495
-            0});
2496
-            this.numericUpDown_ATT_3_5G_COM1.Name = "numericUpDown_ATT_3_5G_COM1";
2497
-            this.numericUpDown_ATT_3_5G_COM1.Size = new System.Drawing.Size(71, 21);
2498
-            this.numericUpDown_ATT_3_5G_COM1.TabIndex = 19;
2499
-            this.numericUpDown_ATT_3_5G_COM1.Enter += new System.EventHandler(this.Activi_Change__Setting);
2500
-            this.numericUpDown_ATT_3_5G_COM1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
2501
-            this.numericUpDown_ATT_3_5G_COM1.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
2502
-            // 
2503
-            // label19
2504
-            // 
2505
-            this.label19.AutoSize = true;
2506
-            this.label19.Location = new System.Drawing.Point(14, 21);
2507
-            this.label19.Name = "label19";
2508
-            this.label19.Size = new System.Drawing.Size(101, 12);
2509
-            this.label19.TabIndex = 18;
2510
-            this.label19.Text = "ATT_3.5G_COM1";
2511
-            // 
2512 2492
             // Main_Form
2513 2493
             // 
2514 2494
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -2539,6 +2519,7 @@
2539 2519
             this.groupBox8.ResumeLayout(false);
2540 2520
             this.groupBox7.ResumeLayout(false);
2541 2521
             this.groupBox7.PerformLayout();
2522
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
2542 2523
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).EndInit();
2543 2524
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).EndInit();
2544 2525
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).EndInit();
@@ -2626,7 +2607,6 @@
2626 2607
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).EndInit();
2627 2608
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).EndInit();
2628 2609
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).EndInit();
2629
-            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
2630 2610
             this.ResumeLayout(false);
2631 2611
             this.PerformLayout();
2632 2612