|
@@ -102,6 +102,8 @@
|
102
|
102
|
this.button1 = new System.Windows.Forms.Button();
|
103
|
103
|
this.button_FactorySet = new System.Windows.Forms.Button();
|
104
|
104
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
105
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
106
|
+ this.button_TempShutdown = new System.Windows.Forms.Button();
|
105
|
107
|
this.textBox_UL4_TableOffset = new System.Windows.Forms.TextBox();
|
106
|
108
|
this.textBox_UL2_TableOffset = new System.Windows.Forms.TextBox();
|
107
|
109
|
this.textBox_DL4_TableOffset = new System.Windows.Forms.TextBox();
|
|
@@ -131,7 +133,7 @@
|
131
|
133
|
this.button_SelfTest1 = new System.Windows.Forms.Button();
|
132
|
134
|
this.button_SelfTest3 = new System.Windows.Forms.Button();
|
133
|
135
|
this.panel_Serial = new System.Windows.Forms.Panel();
|
134
|
|
- this.numericUpDown_Version = new System.Windows.Forms.NumericUpDown();
|
|
136
|
+ this.numericUpDown_Version3 = new System.Windows.Forms.NumericUpDown();
|
135
|
137
|
this.label1 = new System.Windows.Forms.Label();
|
136
|
138
|
this.pictureBox_R_TX = new System.Windows.Forms.PictureBox();
|
137
|
139
|
this.pictureBox_G_TX = new System.Windows.Forms.PictureBox();
|
|
@@ -296,6 +298,8 @@
|
296
|
298
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
297
|
299
|
this.label3 = new System.Windows.Forms.Label();
|
298
|
300
|
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();
|
299
|
303
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ShutdownUL3)).BeginInit();
|
300
|
304
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ShutdownDL3)).BeginInit();
|
301
|
305
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ALC3)).BeginInit();
|
|
@@ -330,7 +334,7 @@
|
330
|
334
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MASK)).BeginInit();
|
331
|
335
|
this.panel1.SuspendLayout();
|
332
|
336
|
this.panel_Serial.SuspendLayout();
|
333
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version)).BeginInit();
|
|
337
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version3)).BeginInit();
|
334
|
338
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_TX)).BeginInit();
|
335
|
339
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_TX)).BeginInit();
|
336
|
340
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).BeginInit();
|
|
@@ -413,6 +417,8 @@
|
413
|
417
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_TempHigh_Alarm_OFF)).BeginInit();
|
414
|
418
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
415
|
419
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
420
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version2)).BeginInit();
|
|
421
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version1)).BeginInit();
|
416
|
422
|
this.SuspendLayout();
|
417
|
423
|
//
|
418
|
424
|
// textBox_FRBT_TIME
|
|
@@ -1278,7 +1284,7 @@
|
1278
|
1284
|
this.comboBox_Port.Location = new System.Drawing.Point(5, 27);
|
1279
|
1285
|
this.comboBox_Port.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
1280
|
1286
|
this.comboBox_Port.Name = "comboBox_Port";
|
1281
|
|
- this.comboBox_Port.Size = new System.Drawing.Size(91, 23);
|
|
1287
|
+ this.comboBox_Port.Size = new System.Drawing.Size(94, 23);
|
1282
|
1288
|
this.comboBox_Port.TabIndex = 88;
|
1283
|
1289
|
//
|
1284
|
1290
|
// cmBaudRate
|
|
@@ -1312,7 +1318,7 @@
|
1312
|
1318
|
this.comboBox_baudrate.Location = new System.Drawing.Point(4, 78);
|
1313
|
1319
|
this.comboBox_baudrate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
1314
|
1320
|
this.comboBox_baudrate.Name = "comboBox_baudrate";
|
1315
|
|
- this.comboBox_baudrate.Size = new System.Drawing.Size(91, 23);
|
|
1321
|
+ this.comboBox_baudrate.Size = new System.Drawing.Size(94, 23);
|
1316
|
1322
|
this.comboBox_baudrate.TabIndex = 91;
|
1317
|
1323
|
this.comboBox_baudrate.Text = "115200";
|
1318
|
1324
|
//
|
|
@@ -1507,6 +1513,8 @@
|
1507
|
1513
|
// panel1
|
1508
|
1514
|
//
|
1509
|
1515
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
1516
|
+ this.panel1.Controls.Add(this.label10);
|
|
1517
|
+ this.panel1.Controls.Add(this.button_TempShutdown);
|
1510
|
1518
|
this.panel1.Controls.Add(this.textBox_UL4_TableOffset);
|
1511
|
1519
|
this.panel1.Controls.Add(this.textBox_UL2_TableOffset);
|
1512
|
1520
|
this.panel1.Controls.Add(this.textBox_DL4_TableOffset);
|
|
@@ -1618,6 +1626,25 @@
|
1618
|
1626
|
this.panel1.Size = new System.Drawing.Size(1136, 895);
|
1619
|
1627
|
this.panel1.TabIndex = 159;
|
1620
|
1628
|
//
|
|
1629
|
+ // label10
|
|
1630
|
+ //
|
|
1631
|
+ this.label10.AutoSize = true;
|
|
1632
|
+ this.label10.Location = new System.Drawing.Point(429, 132);
|
|
1633
|
+ this.label10.Name = "label10";
|
|
1634
|
+ this.label10.Size = new System.Drawing.Size(96, 15);
|
|
1635
|
+ this.label10.TabIndex = 180;
|
|
1636
|
+ this.label10.Text = "Temp Shutdown";
|
|
1637
|
+ //
|
|
1638
|
+ // button_TempShutdown
|
|
1639
|
+ //
|
|
1640
|
+ this.button_TempShutdown.Location = new System.Drawing.Point(575, 127);
|
|
1641
|
+ this.button_TempShutdown.Name = "button_TempShutdown";
|
|
1642
|
+ this.button_TempShutdown.Size = new System.Drawing.Size(75, 23);
|
|
1643
|
+ this.button_TempShutdown.TabIndex = 179;
|
|
1644
|
+ this.button_TempShutdown.Text = "OFF";
|
|
1645
|
+ this.button_TempShutdown.UseVisualStyleBackColor = true;
|
|
1646
|
+ this.button_TempShutdown.Click += new System.EventHandler(this.button_PATH_Ctrl_Click);
|
|
1647
|
+ //
|
1621
|
1648
|
// textBox_UL4_TableOffset
|
1622
|
1649
|
//
|
1623
|
1650
|
this.textBox_UL4_TableOffset.Location = new System.Drawing.Point(1030, 741);
|
|
@@ -1853,7 +1880,9 @@
|
1853
|
1880
|
//
|
1854
|
1881
|
this.panel_Serial.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
1855
|
1882
|
this.panel_Serial.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
1856
|
|
- this.panel_Serial.Controls.Add(this.numericUpDown_Version);
|
|
1883
|
+ this.panel_Serial.Controls.Add(this.numericUpDown_Version1);
|
|
1884
|
+ this.panel_Serial.Controls.Add(this.numericUpDown_Version2);
|
|
1885
|
+ this.panel_Serial.Controls.Add(this.numericUpDown_Version3);
|
1857
|
1886
|
this.panel_Serial.Controls.Add(this.label_BankSel);
|
1858
|
1887
|
this.panel_Serial.Controls.Add(this.label1);
|
1859
|
1888
|
this.panel_Serial.Controls.Add(this.button_FirmwareUpdate);
|
|
@@ -1875,16 +1904,16 @@
|
1875
|
1904
|
this.panel_Serial.Controls.Add(this.pictureBox_G_RX);
|
1876
|
1905
|
this.panel_Serial.Location = new System.Drawing.Point(0, 165);
|
1877
|
1906
|
this.panel_Serial.Name = "panel_Serial";
|
1878
|
|
- this.panel_Serial.Size = new System.Drawing.Size(124, 729);
|
|
1907
|
+ this.panel_Serial.Size = new System.Drawing.Size(127, 729);
|
1879
|
1908
|
this.panel_Serial.TabIndex = 154;
|
1880
|
1909
|
this.panel_Serial.Paint += new System.Windows.Forms.PaintEventHandler(this.panel_Serial_Paint);
|
1881
|
1910
|
//
|
1882
|
|
- // numericUpDown_Version
|
|
1911
|
+ // numericUpDown_Version3
|
1883
|
1912
|
//
|
1884
|
|
- this.numericUpDown_Version.Location = new System.Drawing.Point(25, 539);
|
1885
|
|
- this.numericUpDown_Version.Name = "numericUpDown_Version";
|
1886
|
|
- this.numericUpDown_Version.Size = new System.Drawing.Size(69, 23);
|
1887
|
|
- this.numericUpDown_Version.TabIndex = 151;
|
|
1913
|
+ this.numericUpDown_Version3.Location = new System.Drawing.Point(87, 516);
|
|
1914
|
+ this.numericUpDown_Version3.Name = "numericUpDown_Version3";
|
|
1915
|
+ this.numericUpDown_Version3.Size = new System.Drawing.Size(37, 23);
|
|
1916
|
+ this.numericUpDown_Version3.TabIndex = 151;
|
1888
|
1917
|
//
|
1889
|
1918
|
// label1
|
1890
|
1919
|
//
|
|
@@ -2235,7 +2264,7 @@
|
2235
|
2264
|
//
|
2236
|
2265
|
// button_Carrier
|
2237
|
2266
|
//
|
2238
|
|
- this.button_Carrier.Location = new System.Drawing.Point(575, 96);
|
|
2267
|
+ this.button_Carrier.Location = new System.Drawing.Point(575, 98);
|
2239
|
2268
|
this.button_Carrier.Name = "button_Carrier";
|
2240
|
2269
|
this.button_Carrier.Size = new System.Drawing.Size(75, 23);
|
2241
|
2270
|
this.button_Carrier.TabIndex = 8;
|
|
@@ -2245,13 +2274,13 @@
|
2245
|
2274
|
//
|
2246
|
2275
|
// button_LedTest
|
2247
|
2276
|
//
|
2248
|
|
- this.button_LedTest.Location = new System.Drawing.Point(490, 73);
|
|
2277
|
+ this.button_LedTest.Location = new System.Drawing.Point(575, 72);
|
2249
|
2278
|
this.button_LedTest.Name = "button_LedTest";
|
2250
|
2279
|
this.button_LedTest.Size = new System.Drawing.Size(75, 23);
|
2251
|
2280
|
this.button_LedTest.TabIndex = 7;
|
2252
|
2281
|
this.button_LedTest.Text = "LED TEST";
|
2253
|
2282
|
this.button_LedTest.UseVisualStyleBackColor = true;
|
2254
|
|
- this.button_LedTest.Click += new System.EventHandler(this.button_LedTest_Click);
|
|
2283
|
+ this.button_LedTest.Click += new System.EventHandler(this.button_PATH_Ctrl_Click);
|
2255
|
2284
|
//
|
2256
|
2285
|
// textBox_CardType
|
2257
|
2286
|
//
|
|
@@ -3517,6 +3546,20 @@
|
3517
|
3546
|
0,
|
3518
|
3547
|
-2147483648});
|
3519
|
3548
|
//
|
|
3549
|
+ // numericUpDown_Version2
|
|
3550
|
+ //
|
|
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;
|
|
3555
|
+ //
|
|
3556
|
+ // numericUpDown_Version1
|
|
3557
|
+ //
|
|
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;
|
|
3562
|
+ //
|
3520
|
3563
|
// JdasMbic
|
3521
|
3564
|
//
|
3522
|
3565
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
@@ -3570,7 +3613,7 @@
|
3570
|
3613
|
this.panel1.PerformLayout();
|
3571
|
3614
|
this.panel_Serial.ResumeLayout(false);
|
3572
|
3615
|
this.panel_Serial.PerformLayout();
|
3573
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version)).EndInit();
|
|
3616
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version3)).EndInit();
|
3574
|
3617
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_TX)).EndInit();
|
3575
|
3618
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_TX)).EndInit();
|
3576
|
3619
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).EndInit();
|
|
@@ -3670,6 +3713,8 @@
|
3670
|
3713
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_TempHigh_Alarm_OFF)).EndInit();
|
3671
|
3714
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
3672
|
3715
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
3716
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version2)).EndInit();
|
|
3717
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Version1)).EndInit();
|
3673
|
3718
|
this.ResumeLayout(false);
|
3674
|
3719
|
|
3675
|
3720
|
}
|
|
@@ -3941,7 +3986,11 @@
|
3941
|
3986
|
private System.Windows.Forms.Label label_TableOffset;
|
3942
|
3987
|
private System.Windows.Forms.Label label9;
|
3943
|
3988
|
public System.Windows.Forms.Timer timer_JdasMbic;
|
3944
|
|
- public System.Windows.Forms.NumericUpDown numericUpDown_Version;
|
|
3989
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Version3;
|
|
3990
|
+ private System.Windows.Forms.Label label10;
|
|
3991
|
+ private System.Windows.Forms.Button button_TempShutdown;
|
|
3992
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Version1;
|
|
3993
|
+ public System.Windows.Forms.NumericUpDown numericUpDown_Version2;
|
3945
|
3994
|
}
|
3946
|
3995
|
}
|
3947
|
3996
|
|