|
@@ -104,12 +104,8 @@
|
104
|
104
|
this.panel1 = new System.Windows.Forms.Panel();
|
105
|
105
|
this.label10 = new System.Windows.Forms.Label();
|
106
|
106
|
this.button_TempShutdown = new System.Windows.Forms.Button();
|
107
|
|
- this.textBox_UL4_TableOffset = new System.Windows.Forms.TextBox();
|
108
|
|
- this.textBox_UL2_TableOffset = new System.Windows.Forms.TextBox();
|
109
|
107
|
this.textBox_DL4_TableOffset = new System.Windows.Forms.TextBox();
|
110
|
|
- this.textBox_UL3_TableOffset = new System.Windows.Forms.TextBox();
|
111
|
108
|
this.textBox_DL2_TableOffset = new System.Windows.Forms.TextBox();
|
112
|
|
- this.textBox_UL1_TableOffset = new System.Windows.Forms.TextBox();
|
113
|
109
|
this.textBox_DL3_TableOffset = new System.Windows.Forms.TextBox();
|
114
|
110
|
this.textBox_DL1_TableOffset = new System.Windows.Forms.TextBox();
|
115
|
111
|
this.textBox_Bank2Name = new System.Windows.Forms.TextBox();
|
|
@@ -133,6 +129,8 @@
|
133
|
129
|
this.button_SelfTest1 = new System.Windows.Forms.Button();
|
134
|
130
|
this.button_SelfTest3 = new System.Windows.Forms.Button();
|
135
|
131
|
this.panel_Serial = new System.Windows.Forms.Panel();
|
|
132
|
+ this.numericUpDown_Version1 = new System.Windows.Forms.NumericUpDown();
|
|
133
|
+ this.numericUpDown_Version2 = new System.Windows.Forms.NumericUpDown();
|
136
|
134
|
this.numericUpDown_Version3 = new System.Windows.Forms.NumericUpDown();
|
137
|
135
|
this.label1 = new System.Windows.Forms.Label();
|
138
|
136
|
this.pictureBox_R_TX = new System.Windows.Forms.PictureBox();
|
|
@@ -141,7 +139,6 @@
|
141
|
139
|
this.pictureBox_G_RX = new System.Windows.Forms.PictureBox();
|
142
|
140
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
143
|
141
|
this.label9 = new System.Windows.Forms.Label();
|
144
|
|
- this.label_TableOffset = new System.Windows.Forms.Label();
|
145
|
142
|
this.label111 = new System.Windows.Forms.Label();
|
146
|
143
|
this.label100 = new System.Windows.Forms.Label();
|
147
|
144
|
this.label110 = new System.Windows.Forms.Label();
|
|
@@ -298,8 +295,10 @@
|
298
|
295
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
299
|
296
|
this.label3 = new System.Windows.Forms.Label();
|
300
|
297
|
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
301
|
|
- this.numericUpDown_Version2 = new System.Windows.Forms.NumericUpDown();
|
302
|
|
- this.numericUpDown_Version1 = new System.Windows.Forms.NumericUpDown();
|
|
298
|
+ this.numericUpDown_Path3_GainValue = new System.Windows.Forms.NumericUpDown();
|
|
299
|
+ this.numericUpDown_Path4_GainValue = new System.Windows.Forms.NumericUpDown();
|
|
300
|
+ this.numericUpDown_Path2_GainValue = new System.Windows.Forms.NumericUpDown();
|
|
301
|
+ this.numericUpDown_Path1_GainValue = new System.Windows.Forms.NumericUpDown();
|
303
|
302
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ShutdownUL3)).BeginInit();
|
304
|
303
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ShutdownDL3)).BeginInit();
|
305
|
304
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ALC3)).BeginInit();
|
|
@@ -334,6 +333,8 @@
|
334
|
333
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MASK)).BeginInit();
|
335
|
334
|
this.panel1.SuspendLayout();
|
336
|
335
|
this.panel_Serial.SuspendLayout();
|
|
336
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version1)).BeginInit();
|
|
337
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version2)).BeginInit();
|
337
|
338
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version3)).BeginInit();
|
338
|
339
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_TX)).BeginInit();
|
339
|
340
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_TX)).BeginInit();
|
|
@@ -417,8 +418,10 @@
|
417
|
418
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_TempHigh_Alarm_OFF)).BeginInit();
|
418
|
419
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
419
|
420
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
420
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version2)).BeginInit();
|
421
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version1)).BeginInit();
|
|
421
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path3_GainValue)).BeginInit();
|
|
422
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path4_GainValue)).BeginInit();
|
|
423
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path2_GainValue)).BeginInit();
|
|
424
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path1_GainValue)).BeginInit();
|
422
|
425
|
this.SuspendLayout();
|
423
|
426
|
//
|
424
|
427
|
// textBox_FRBT_TIME
|
|
@@ -1513,14 +1516,14 @@
|
1513
|
1516
|
// panel1
|
1514
|
1517
|
//
|
1515
|
1518
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
1519
|
+ this.panel1.Controls.Add(this.numericUpDown_Path3_GainValue);
|
|
1520
|
+ this.panel1.Controls.Add(this.numericUpDown_Path4_GainValue);
|
|
1521
|
+ this.panel1.Controls.Add(this.numericUpDown_Path2_GainValue);
|
|
1522
|
+ this.panel1.Controls.Add(this.numericUpDown_Path1_GainValue);
|
1516
|
1523
|
this.panel1.Controls.Add(this.label10);
|
1517
|
1524
|
this.panel1.Controls.Add(this.button_TempShutdown);
|
1518
|
|
- this.panel1.Controls.Add(this.textBox_UL4_TableOffset);
|
1519
|
|
- this.panel1.Controls.Add(this.textBox_UL2_TableOffset);
|
1520
|
1525
|
this.panel1.Controls.Add(this.textBox_DL4_TableOffset);
|
1521
|
|
- this.panel1.Controls.Add(this.textBox_UL3_TableOffset);
|
1522
|
1526
|
this.panel1.Controls.Add(this.textBox_DL2_TableOffset);
|
1523
|
|
- this.panel1.Controls.Add(this.textBox_UL1_TableOffset);
|
1524
|
1527
|
this.panel1.Controls.Add(this.textBox_DL3_TableOffset);
|
1525
|
1528
|
this.panel1.Controls.Add(this.textBox_DL1_TableOffset);
|
1526
|
1529
|
this.panel1.Controls.Add(this.textBox_Bank2Name);
|
|
@@ -1551,7 +1554,6 @@
|
1551
|
1554
|
this.panel1.Controls.Add(this.textBox_FRBT_TIME);
|
1552
|
1555
|
this.panel1.Controls.Add(this.label_Temp);
|
1553
|
1556
|
this.panel1.Controls.Add(this.label9);
|
1554
|
|
- this.panel1.Controls.Add(this.label_TableOffset);
|
1555
|
1557
|
this.panel1.Controls.Add(this.label111);
|
1556
|
1558
|
this.panel1.Controls.Add(this.label66);
|
1557
|
1559
|
this.panel1.Controls.Add(this.label13);
|
|
@@ -1645,22 +1647,6 @@
|
1645
|
1647
|
this.button_TempShutdown.UseVisualStyleBackColor = true;
|
1646
|
1648
|
this.button_TempShutdown.Click += new System.EventHandler(this.button_PATH_Ctrl_Click);
|
1647
|
1649
|
//
|
1648
|
|
- // textBox_UL4_TableOffset
|
1649
|
|
- //
|
1650
|
|
- this.textBox_UL4_TableOffset.Location = new System.Drawing.Point(1030, 741);
|
1651
|
|
- this.textBox_UL4_TableOffset.Name = "textBox_UL4_TableOffset";
|
1652
|
|
- this.textBox_UL4_TableOffset.Size = new System.Drawing.Size(75, 23);
|
1653
|
|
- this.textBox_UL4_TableOffset.TabIndex = 178;
|
1654
|
|
- this.textBox_UL4_TableOffset.Visible = false;
|
1655
|
|
- //
|
1656
|
|
- // textBox_UL2_TableOffset
|
1657
|
|
- //
|
1658
|
|
- this.textBox_UL2_TableOffset.Location = new System.Drawing.Point(824, 741);
|
1659
|
|
- this.textBox_UL2_TableOffset.Name = "textBox_UL2_TableOffset";
|
1660
|
|
- this.textBox_UL2_TableOffset.Size = new System.Drawing.Size(75, 23);
|
1661
|
|
- this.textBox_UL2_TableOffset.TabIndex = 178;
|
1662
|
|
- this.textBox_UL2_TableOffset.Visible = false;
|
1663
|
|
- //
|
1664
|
1650
|
// textBox_DL4_TableOffset
|
1665
|
1651
|
//
|
1666
|
1652
|
this.textBox_DL4_TableOffset.Location = new System.Drawing.Point(526, 746);
|
|
@@ -1669,14 +1655,6 @@
|
1669
|
1655
|
this.textBox_DL4_TableOffset.TabIndex = 178;
|
1670
|
1656
|
this.textBox_DL4_TableOffset.Visible = false;
|
1671
|
1657
|
//
|
1672
|
|
- // textBox_UL3_TableOffset
|
1673
|
|
- //
|
1674
|
|
- this.textBox_UL3_TableOffset.Location = new System.Drawing.Point(931, 741);
|
1675
|
|
- this.textBox_UL3_TableOffset.Name = "textBox_UL3_TableOffset";
|
1676
|
|
- this.textBox_UL3_TableOffset.Size = new System.Drawing.Size(75, 23);
|
1677
|
|
- this.textBox_UL3_TableOffset.TabIndex = 177;
|
1678
|
|
- this.textBox_UL3_TableOffset.Visible = false;
|
1679
|
|
- //
|
1680
|
1658
|
// textBox_DL2_TableOffset
|
1681
|
1659
|
//
|
1682
|
1660
|
this.textBox_DL2_TableOffset.Location = new System.Drawing.Point(320, 746);
|
|
@@ -1685,14 +1663,6 @@
|
1685
|
1663
|
this.textBox_DL2_TableOffset.TabIndex = 178;
|
1686
|
1664
|
this.textBox_DL2_TableOffset.Visible = false;
|
1687
|
1665
|
//
|
1688
|
|
- // textBox_UL1_TableOffset
|
1689
|
|
- //
|
1690
|
|
- this.textBox_UL1_TableOffset.Location = new System.Drawing.Point(718, 741);
|
1691
|
|
- this.textBox_UL1_TableOffset.Name = "textBox_UL1_TableOffset";
|
1692
|
|
- this.textBox_UL1_TableOffset.Size = new System.Drawing.Size(75, 23);
|
1693
|
|
- this.textBox_UL1_TableOffset.TabIndex = 176;
|
1694
|
|
- this.textBox_UL1_TableOffset.Visible = false;
|
1695
|
|
- //
|
1696
|
1666
|
// textBox_DL3_TableOffset
|
1697
|
1667
|
//
|
1698
|
1668
|
this.textBox_DL3_TableOffset.Location = new System.Drawing.Point(427, 746);
|
|
@@ -1908,6 +1878,20 @@
|
1908
|
1878
|
this.panel_Serial.TabIndex = 154;
|
1909
|
1879
|
this.panel_Serial.Paint += new System.Windows.Forms.PaintEventHandler(this.panel_Serial_Paint);
|
1910
|
1880
|
//
|
|
1881
|
+ // numericUpDown_Version1
|
|
1882
|
+ //
|
|
1883
|
+ this.numericUpDown_Version1.Location = new System.Drawing.Point(3, 516);
|
|
1884
|
+ this.numericUpDown_Version1.Name = "numericUpDown_Version1";
|
|
1885
|
+ this.numericUpDown_Version1.Size = new System.Drawing.Size(37, 23);
|
|
1886
|
+ this.numericUpDown_Version1.TabIndex = 151;
|
|
1887
|
+ //
|
|
1888
|
+ // numericUpDown_Version2
|
|
1889
|
+ //
|
|
1890
|
+ this.numericUpDown_Version2.Location = new System.Drawing.Point(45, 516);
|
|
1891
|
+ this.numericUpDown_Version2.Name = "numericUpDown_Version2";
|
|
1892
|
+ this.numericUpDown_Version2.Size = new System.Drawing.Size(37, 23);
|
|
1893
|
+ this.numericUpDown_Version2.TabIndex = 151;
|
|
1894
|
+ //
|
1911
|
1895
|
// numericUpDown_Version3
|
1912
|
1896
|
//
|
1913
|
1897
|
this.numericUpDown_Version3.Location = new System.Drawing.Point(87, 516);
|
|
@@ -1974,24 +1958,13 @@
|
1974
|
1958
|
//
|
1975
|
1959
|
this.label9.AutoSize = true;
|
1976
|
1960
|
this.label9.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
1977
|
|
- this.label9.Location = new System.Drawing.Point(128, 754);
|
|
1961
|
+ this.label9.Location = new System.Drawing.Point(638, 745);
|
1978
|
1962
|
this.label9.Name = "label9";
|
1979
|
|
- this.label9.Size = new System.Drawing.Size(71, 15);
|
|
1963
|
+ this.label9.Size = new System.Drawing.Size(65, 15);
|
1980
|
1964
|
this.label9.TabIndex = 105;
|
1981
|
|
- this.label9.Text = "Table Offset";
|
|
1965
|
+ this.label9.Text = "Gain Value";
|
1982
|
1966
|
this.label9.Visible = false;
|
1983
|
1967
|
//
|
1984
|
|
- // label_TableOffset
|
1985
|
|
- //
|
1986
|
|
- this.label_TableOffset.AutoSize = true;
|
1987
|
|
- this.label_TableOffset.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
1988
|
|
- this.label_TableOffset.Location = new System.Drawing.Point(639, 746);
|
1989
|
|
- this.label_TableOffset.Name = "label_TableOffset";
|
1990
|
|
- this.label_TableOffset.Size = new System.Drawing.Size(71, 15);
|
1991
|
|
- this.label_TableOffset.TabIndex = 105;
|
1992
|
|
- this.label_TableOffset.Text = "Table Offset";
|
1993
|
|
- this.label_TableOffset.Visible = false;
|
1994
|
|
- //
|
1995
|
1968
|
// label111
|
1996
|
1969
|
//
|
1997
|
1970
|
this.label111.AutoSize = true;
|
|
@@ -3546,19 +3519,69 @@
|
3546
|
3519
|
0,
|
3547
|
3520
|
-2147483648});
|
3548
|
3521
|
//
|
3549
|
|
- // numericUpDown_Version2
|
|
3522
|
+ // numericUpDown_Path3_GainValue
|
3550
|
3523
|
//
|
3551
|
|
- this.numericUpDown_Version2.Location = new System.Drawing.Point(45, 516);
|
3552
|
|
- this.numericUpDown_Version2.Name = "numericUpDown_Version2";
|
3553
|
|
- this.numericUpDown_Version2.Size = new System.Drawing.Size(37, 23);
|
3554
|
|
- this.numericUpDown_Version2.TabIndex = 151;
|
|
3524
|
+ this.numericUpDown_Path3_GainValue.Location = new System.Drawing.Point(936, 743);
|
|
3525
|
+ this.numericUpDown_Path3_GainValue.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
3526
|
+ this.numericUpDown_Path3_GainValue.Minimum = new decimal(new int[] {
|
|
3527
|
+ 100,
|
|
3528
|
+ 0,
|
|
3529
|
+ 0,
|
|
3530
|
+ -2147483648});
|
|
3531
|
+ this.numericUpDown_Path3_GainValue.Name = "numericUpDown_Path3_GainValue";
|
|
3532
|
+ this.numericUpDown_Path3_GainValue.Size = new System.Drawing.Size(65, 23);
|
|
3533
|
+ this.numericUpDown_Path3_GainValue.TabIndex = 181;
|
|
3534
|
+ this.numericUpDown_Path3_GainValue.Enter += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
3535
|
+ this.numericUpDown_Path3_GainValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
3536
|
+ this.numericUpDown_Path3_GainValue.Leave += new System.EventHandler(this.Activi_Change__Setting);
|
3555
|
3537
|
//
|
3556
|
|
- // numericUpDown_Version1
|
|
3538
|
+ // numericUpDown_Path4_GainValue
|
3557
|
3539
|
//
|
3558
|
|
- this.numericUpDown_Version1.Location = new System.Drawing.Point(3, 516);
|
3559
|
|
- this.numericUpDown_Version1.Name = "numericUpDown_Version1";
|
3560
|
|
- this.numericUpDown_Version1.Size = new System.Drawing.Size(37, 23);
|
3561
|
|
- this.numericUpDown_Version1.TabIndex = 151;
|
|
3540
|
+ this.numericUpDown_Path4_GainValue.Location = new System.Drawing.Point(1034, 743);
|
|
3541
|
+ this.numericUpDown_Path4_GainValue.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
3542
|
+ this.numericUpDown_Path4_GainValue.Minimum = new decimal(new int[] {
|
|
3543
|
+ 100,
|
|
3544
|
+ 0,
|
|
3545
|
+ 0,
|
|
3546
|
+ -2147483648});
|
|
3547
|
+ this.numericUpDown_Path4_GainValue.Name = "numericUpDown_Path4_GainValue";
|
|
3548
|
+ this.numericUpDown_Path4_GainValue.Size = new System.Drawing.Size(65, 23);
|
|
3549
|
+ this.numericUpDown_Path4_GainValue.TabIndex = 182;
|
|
3550
|
+ this.numericUpDown_Path4_GainValue.Enter += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
3551
|
+ this.numericUpDown_Path4_GainValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
3552
|
+ this.numericUpDown_Path4_GainValue.Leave += new System.EventHandler(this.Activi_Change__Setting);
|
|
3553
|
+ //
|
|
3554
|
+ // numericUpDown_Path2_GainValue
|
|
3555
|
+ //
|
|
3556
|
+ this.numericUpDown_Path2_GainValue.Location = new System.Drawing.Point(829, 744);
|
|
3557
|
+ this.numericUpDown_Path2_GainValue.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
3558
|
+ this.numericUpDown_Path2_GainValue.Minimum = new decimal(new int[] {
|
|
3559
|
+ 100,
|
|
3560
|
+ 0,
|
|
3561
|
+ 0,
|
|
3562
|
+ -2147483648});
|
|
3563
|
+ this.numericUpDown_Path2_GainValue.Name = "numericUpDown_Path2_GainValue";
|
|
3564
|
+ this.numericUpDown_Path2_GainValue.Size = new System.Drawing.Size(65, 23);
|
|
3565
|
+ this.numericUpDown_Path2_GainValue.TabIndex = 183;
|
|
3566
|
+ this.numericUpDown_Path2_GainValue.Enter += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
3567
|
+ this.numericUpDown_Path2_GainValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
3568
|
+ this.numericUpDown_Path2_GainValue.Leave += new System.EventHandler(this.Activi_Change__Setting);
|
|
3569
|
+ //
|
|
3570
|
+ // numericUpDown_Path1_GainValue
|
|
3571
|
+ //
|
|
3572
|
+ this.numericUpDown_Path1_GainValue.Location = new System.Drawing.Point(722, 743);
|
|
3573
|
+ this.numericUpDown_Path1_GainValue.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
3574
|
+ this.numericUpDown_Path1_GainValue.Minimum = new decimal(new int[] {
|
|
3575
|
+ 100,
|
|
3576
|
+ 0,
|
|
3577
|
+ 0,
|
|
3578
|
+ -2147483648});
|
|
3579
|
+ this.numericUpDown_Path1_GainValue.Name = "numericUpDown_Path1_GainValue";
|
|
3580
|
+ this.numericUpDown_Path1_GainValue.Size = new System.Drawing.Size(65, 23);
|
|
3581
|
+ this.numericUpDown_Path1_GainValue.TabIndex = 184;
|
|
3582
|
+ this.numericUpDown_Path1_GainValue.Enter += new System.EventHandler(this.Activi_Change__SettingComplete);
|
|
3583
|
+ this.numericUpDown_Path1_GainValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ATT_Enter);
|
|
3584
|
+ this.numericUpDown_Path1_GainValue.Leave += new System.EventHandler(this.Activi_Change__Setting);
|
3562
|
3585
|
//
|
3563
|
3586
|
// JdasMbic
|
3564
|
3587
|
//
|
|
@@ -3613,6 +3636,8 @@
|
3613
|
3636
|
this.panel1.PerformLayout();
|
3614
|
3637
|
this.panel_Serial.ResumeLayout(false);
|
3615
|
3638
|
this.panel_Serial.PerformLayout();
|
|
3639
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version1)).EndInit();
|
|
3640
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version2)).EndInit();
|
3616
|
3641
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version3)).EndInit();
|
3617
|
3642
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_TX)).EndInit();
|
3618
|
3643
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_TX)).EndInit();
|
|
@@ -3713,8 +3738,10 @@
|
3713
|
3738
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_TempHigh_Alarm_OFF)).EndInit();
|
3714
|
3739
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
3715
|
3740
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
3716
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version2)).EndInit();
|
3717
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version1)).EndInit();
|
|
3741
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path3_GainValue)).EndInit();
|
|
3742
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path4_GainValue)).EndInit();
|
|
3743
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path2_GainValue)).EndInit();
|
|
3744
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Path1_GainValue)).EndInit();
|
3718
|
3745
|
this.ResumeLayout(false);
|
3719
|
3746
|
|
3720
|
3747
|
}
|
|
@@ -3975,15 +4002,10 @@
|
3975
|
4002
|
private System.Windows.Forms.Label label8;
|
3976
|
4003
|
private System.Windows.Forms.TextBox textBox_Bank1Name;
|
3977
|
4004
|
private System.Windows.Forms.Label label6;
|
3978
|
|
- private System.Windows.Forms.TextBox textBox_UL4_TableOffset;
|
3979
|
|
- private System.Windows.Forms.TextBox textBox_UL2_TableOffset;
|
3980
|
4005
|
private System.Windows.Forms.TextBox textBox_DL4_TableOffset;
|
3981
|
|
- private System.Windows.Forms.TextBox textBox_UL3_TableOffset;
|
3982
|
4006
|
private System.Windows.Forms.TextBox textBox_DL2_TableOffset;
|
3983
|
|
- private System.Windows.Forms.TextBox textBox_UL1_TableOffset;
|
3984
|
4007
|
private System.Windows.Forms.TextBox textBox_DL3_TableOffset;
|
3985
|
4008
|
private System.Windows.Forms.TextBox textBox_DL1_TableOffset;
|
3986
|
|
- private System.Windows.Forms.Label label_TableOffset;
|
3987
|
4009
|
private System.Windows.Forms.Label label9;
|
3988
|
4010
|
public System.Windows.Forms.Timer timer_JdasMbic;
|
3989
|
4011
|
public System.Windows.Forms.NumericUpDown numericUpDown_Version3;
|
|
@@ -3991,6 +4013,10 @@
|
3991
|
4013
|
private System.Windows.Forms.Button button_TempShutdown;
|
3992
|
4014
|
public System.Windows.Forms.NumericUpDown numericUpDown_Version1;
|
3993
|
4015
|
public System.Windows.Forms.NumericUpDown numericUpDown_Version2;
|
|
4016
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Path3_GainValue;
|
|
4017
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Path4_GainValue;
|
|
4018
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Path2_GainValue;
|
|
4019
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Path1_GainValue;
|
3994
|
4020
|
}
|
3995
|
4021
|
}
|
3996
|
4022
|
|