소스 검색

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

YJ 5 년 전
부모
커밋
9b97d28b68
1개의 변경된 파일42개의 추가작업 그리고 62개의 파일을 삭제
  1. 42 62
      Basic_Terminal/Wnd/Main_Form.Designer.cs

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

@@ -41,6 +41,8 @@
41
             this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
41
             this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
42
             this.groupBox8 = new System.Windows.Forms.GroupBox();
42
             this.groupBox8 = new System.Windows.Forms.GroupBox();
43
             this.groupBox7 = new System.Windows.Forms.GroupBox();
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
             this.numericUpDown_ATT_3_5G_HIGH2 = new System.Windows.Forms.NumericUpDown();
46
             this.numericUpDown_ATT_3_5G_HIGH2 = new System.Windows.Forms.NumericUpDown();
45
             this.numericUpDown_ATT_3_5G_LOW2 = new System.Windows.Forms.NumericUpDown();
47
             this.numericUpDown_ATT_3_5G_LOW2 = new System.Windows.Forms.NumericUpDown();
46
             this.label20 = new System.Windows.Forms.Label();
48
             this.label20 = new System.Windows.Forms.Label();
@@ -196,11 +198,10 @@
196
             this.label23 = new System.Windows.Forms.Label();
198
             this.label23 = new System.Windows.Forms.Label();
197
             this.button_Save = new System.Windows.Forms.Button();
199
             this.button_Save = new System.Windows.Forms.Button();
198
             this.label_Build = new System.Windows.Forms.Label();
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
             this.groupBox9.SuspendLayout();
201
             this.groupBox9.SuspendLayout();
202
             this.groupBox8.SuspendLayout();
202
             this.groupBox8.SuspendLayout();
203
             this.groupBox7.SuspendLayout();
203
             this.groupBox7.SuspendLayout();
204
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
204
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).BeginInit();
205
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).BeginInit();
205
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).BeginInit();
206
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).BeginInit();
206
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).BeginInit();
207
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).BeginInit();
@@ -277,7 +278,6 @@
277
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).BeginInit();
278
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).BeginInit();
278
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).BeginInit();
279
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).BeginInit();
279
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).BeginInit();
280
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).BeginInit();
280
-            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).BeginInit();
281
             this.SuspendLayout();
281
             this.SuspendLayout();
282
             // 
282
             // 
283
             // groupBox9
283
             // groupBox9
@@ -438,6 +438,36 @@
438
             this.groupBox7.Text = "3.5GHz";
438
             this.groupBox7.Text = "3.5GHz";
439
             this.groupBox7.Click += new System.EventHandler(this.Cusor_DeFocus);
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
             // numericUpDown_ATT_3_5G_HIGH2
471
             // numericUpDown_ATT_3_5G_HIGH2
442
             // 
472
             // 
443
             this.numericUpDown_ATT_3_5G_HIGH2.DecimalPlaces = 2;
473
             this.numericUpDown_ATT_3_5G_HIGH2.DecimalPlaces = 2;
@@ -1504,12 +1534,7 @@
1504
             65536});
1534
             65536});
1505
             this.numericUpDown_PLL_2_1G_UL.Location = new System.Drawing.Point(132, 47);
1535
             this.numericUpDown_PLL_2_1G_UL.Location = new System.Drawing.Point(132, 47);
1506
             this.numericUpDown_PLL_2_1G_UL.Maximum = new decimal(new int[] {
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
             0,
1538
             0,
1514
             0,
1539
             0,
1515
             0});
1540
             0});
@@ -1517,7 +1542,7 @@
1517
             this.numericUpDown_PLL_2_1G_UL.Size = new System.Drawing.Size(71, 21);
1542
             this.numericUpDown_PLL_2_1G_UL.Size = new System.Drawing.Size(71, 21);
1518
             this.numericUpDown_PLL_2_1G_UL.TabIndex = 1;
1543
             this.numericUpDown_PLL_2_1G_UL.TabIndex = 1;
1519
             this.numericUpDown_PLL_2_1G_UL.Value = new decimal(new int[] {
1544
             this.numericUpDown_PLL_2_1G_UL.Value = new decimal(new int[] {
1520
-            1941,
1545
+            1950,
1521
             0,
1546
             0,
1522
             0,
1547
             0,
1523
             0});
1548
             0});
@@ -1535,12 +1560,7 @@
1535
             65536});
1560
             65536});
1536
             this.numericUpDown_PLL_2_1G_DL.Location = new System.Drawing.Point(132, 19);
1561
             this.numericUpDown_PLL_2_1G_DL.Location = new System.Drawing.Point(132, 19);
1537
             this.numericUpDown_PLL_2_1G_DL.Maximum = new decimal(new int[] {
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
             0,
1564
             0,
1545
             0,
1565
             0,
1546
             0});
1566
             0});
@@ -1548,7 +1568,7 @@
1548
             this.numericUpDown_PLL_2_1G_DL.Size = new System.Drawing.Size(71, 21);
1568
             this.numericUpDown_PLL_2_1G_DL.Size = new System.Drawing.Size(71, 21);
1549
             this.numericUpDown_PLL_2_1G_DL.TabIndex = 1;
1569
             this.numericUpDown_PLL_2_1G_DL.TabIndex = 1;
1550
             this.numericUpDown_PLL_2_1G_DL.Value = new decimal(new int[] {
1570
             this.numericUpDown_PLL_2_1G_DL.Value = new decimal(new int[] {
1551
-            2131,
1571
+            2140,
1552
             0,
1572
             0,
1553
             0,
1573
             0,
1554
             0});
1574
             0});
@@ -1598,12 +1618,7 @@
1598
             65536});
1618
             65536});
1599
             this.numericUpDown_PLL_1_8G_UL.Location = new System.Drawing.Point(132, 47);
1619
             this.numericUpDown_PLL_1_8G_UL.Location = new System.Drawing.Point(132, 47);
1600
             this.numericUpDown_PLL_1_8G_UL.Maximum = new decimal(new int[] {
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
             0,
1622
             0,
1608
             0,
1623
             0,
1609
             0});
1624
             0});
@@ -1611,7 +1626,7 @@
1611
             this.numericUpDown_PLL_1_8G_UL.Size = new System.Drawing.Size(71, 21);
1626
             this.numericUpDown_PLL_1_8G_UL.Size = new System.Drawing.Size(71, 21);
1612
             this.numericUpDown_PLL_1_8G_UL.TabIndex = 1;
1627
             this.numericUpDown_PLL_1_8G_UL.TabIndex = 1;
1613
             this.numericUpDown_PLL_1_8G_UL.Value = new decimal(new int[] {
1628
             this.numericUpDown_PLL_1_8G_UL.Value = new decimal(new int[] {
1614
-            1710,
1629
+            1725,
1615
             0,
1630
             0,
1616
             0,
1631
             0,
1617
             0});
1632
             0});
@@ -1629,12 +1644,7 @@
1629
             65536});
1644
             65536});
1630
             this.numericUpDown_PLL_1_8G_DL.Location = new System.Drawing.Point(132, 19);
1645
             this.numericUpDown_PLL_1_8G_DL.Location = new System.Drawing.Point(132, 19);
1631
             this.numericUpDown_PLL_1_8G_DL.Maximum = new decimal(new int[] {
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
             0,
1648
             0,
1639
             0,
1649
             0,
1640
             0});
1650
             0});
@@ -1642,7 +1652,7 @@
1642
             this.numericUpDown_PLL_1_8G_DL.Size = new System.Drawing.Size(71, 21);
1652
             this.numericUpDown_PLL_1_8G_DL.Size = new System.Drawing.Size(71, 21);
1643
             this.numericUpDown_PLL_1_8G_DL.TabIndex = 1;
1653
             this.numericUpDown_PLL_1_8G_DL.TabIndex = 1;
1644
             this.numericUpDown_PLL_1_8G_DL.Value = new decimal(new int[] {
1654
             this.numericUpDown_PLL_1_8G_DL.Value = new decimal(new int[] {
1645
-            1829,
1655
+            1820,
1646
             0,
1656
             0,
1647
             0,
1657
             0,
1648
             0});
1658
             0});
@@ -2479,36 +2489,6 @@
2479
             this.label_Build.TabIndex = 112;
2489
             this.label_Build.TabIndex = 112;
2480
             this.label_Build.Text = "Ver.0.0.0.0";
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
             // Main_Form
2492
             // Main_Form
2513
             // 
2493
             // 
2514
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
2494
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -2539,6 +2519,7 @@
2539
             this.groupBox8.ResumeLayout(false);
2519
             this.groupBox8.ResumeLayout(false);
2540
             this.groupBox7.ResumeLayout(false);
2520
             this.groupBox7.ResumeLayout(false);
2541
             this.groupBox7.PerformLayout();
2521
             this.groupBox7.PerformLayout();
2522
+            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
2542
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).EndInit();
2523
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_HIGH2)).EndInit();
2543
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).EndInit();
2524
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_LOW2)).EndInit();
2544
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).EndInit();
2525
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM2)).EndInit();
@@ -2626,7 +2607,6 @@
2626
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).EndInit();
2607
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_D)).EndInit();
2627
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).EndInit();
2608
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_B)).EndInit();
2628
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).EndInit();
2609
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DAC_VoltCtrl_C)).EndInit();
2629
-            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ATT_3_5G_COM1)).EndInit();
2630
             this.ResumeLayout(false);
2610
             this.ResumeLayout(false);
2631
             this.PerformLayout();
2611
             this.PerformLayout();
2632
 
2612