|
@@ -1412,42 +1412,52 @@
|
1412
|
1412
|
//
|
1413
|
1413
|
// numericUpDown_PLL_3_5G_HIGH
|
1414
|
1414
|
//
|
1415
|
|
- this.numericUpDown_PLL_3_5G_HIGH.DecimalPlaces = 1;
|
|
1415
|
+ this.numericUpDown_PLL_3_5G_HIGH.DecimalPlaces = 2;
|
1416
|
1416
|
this.numericUpDown_PLL_3_5G_HIGH.Increment = new decimal(new int[] {
|
1417
|
1417
|
1,
|
1418
|
1418
|
0,
|
1419
|
1419
|
0,
|
1420
|
|
- 65536});
|
|
1420
|
+ 131072});
|
1421
|
1421
|
this.numericUpDown_PLL_3_5G_HIGH.Location = new System.Drawing.Point(132, 47);
|
1422
|
1422
|
this.numericUpDown_PLL_3_5G_HIGH.Maximum = new decimal(new int[] {
|
1423
|
|
- 0,
|
|
1423
|
+ 4000,
|
1424
|
1424
|
0,
|
1425
|
1425
|
0,
|
1426
|
1426
|
0});
|
1427
|
1427
|
this.numericUpDown_PLL_3_5G_HIGH.Name = "numericUpDown_PLL_3_5G_HIGH";
|
1428
|
1428
|
this.numericUpDown_PLL_3_5G_HIGH.Size = new System.Drawing.Size(71, 21);
|
1429
|
1429
|
this.numericUpDown_PLL_3_5G_HIGH.TabIndex = 1;
|
|
1430
|
+ this.numericUpDown_PLL_3_5G_HIGH.Value = new decimal(new int[] {
|
|
1431
|
+ 3700,
|
|
1432
|
+ 0,
|
|
1433
|
+ 0,
|
|
1434
|
+ 0});
|
1430
|
1435
|
this.numericUpDown_PLL_3_5G_HIGH.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
1431
|
1436
|
this.numericUpDown_PLL_3_5G_HIGH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
1432
|
1437
|
this.numericUpDown_PLL_3_5G_HIGH.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|
1433
|
1438
|
//
|
1434
|
1439
|
// numericUpDown_PLL_3_5G_LOW
|
1435
|
1440
|
//
|
1436
|
|
- this.numericUpDown_PLL_3_5G_LOW.DecimalPlaces = 1;
|
|
1441
|
+ this.numericUpDown_PLL_3_5G_LOW.DecimalPlaces = 2;
|
1437
|
1442
|
this.numericUpDown_PLL_3_5G_LOW.Increment = new decimal(new int[] {
|
1438
|
1443
|
1,
|
1439
|
1444
|
0,
|
1440
|
1445
|
0,
|
1441
|
|
- 65536});
|
|
1446
|
+ 131072});
|
1442
|
1447
|
this.numericUpDown_PLL_3_5G_LOW.Location = new System.Drawing.Point(132, 19);
|
1443
|
1448
|
this.numericUpDown_PLL_3_5G_LOW.Maximum = new decimal(new int[] {
|
1444
|
|
- 0,
|
|
1449
|
+ 4000,
|
1445
|
1450
|
0,
|
1446
|
1451
|
0,
|
1447
|
1452
|
0});
|
1448
|
1453
|
this.numericUpDown_PLL_3_5G_LOW.Name = "numericUpDown_PLL_3_5G_LOW";
|
1449
|
1454
|
this.numericUpDown_PLL_3_5G_LOW.Size = new System.Drawing.Size(71, 21);
|
1450
|
1455
|
this.numericUpDown_PLL_3_5G_LOW.TabIndex = 1;
|
|
1456
|
+ this.numericUpDown_PLL_3_5G_LOW.Value = new decimal(new int[] {
|
|
1457
|
+ 3600,
|
|
1458
|
+ 0,
|
|
1459
|
+ 0,
|
|
1460
|
+ 0});
|
1451
|
1461
|
this.numericUpDown_PLL_3_5G_LOW.Enter += new System.EventHandler(this.Activi_Change__Setting);
|
1452
|
1462
|
this.numericUpDown_PLL_3_5G_LOW.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
1453
|
1463
|
this.numericUpDown_PLL_3_5G_LOW.Leave += new System.EventHandler(this.Activi_Change__SettingComplete);
|