|
@@ -103,6 +103,15 @@
|
103
|
103
|
this.button1 = new System.Windows.Forms.Button();
|
104
|
104
|
this.button_FactorySet = new System.Windows.Forms.Button();
|
105
|
105
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
106
|
+ this.button_PCBVersionSet = new System.Windows.Forms.Button();
|
|
107
|
+ this.button_SerialNumverSet = new System.Windows.Forms.Button();
|
|
108
|
+ this.button_ManufactureSet = new System.Windows.Forms.Button();
|
|
109
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
110
|
+ this.textBox10 = new System.Windows.Forms.TextBox();
|
|
111
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
112
|
+ this.label_SerialNumber = new System.Windows.Forms.Label();
|
|
113
|
+ this.textBox_PcbVersion = new System.Windows.Forms.TextBox();
|
|
114
|
+ this.textBox_SerialNumber = new System.Windows.Forms.TextBox();
|
106
|
115
|
this.label_CompileDate = new System.Windows.Forms.Label();
|
107
|
116
|
this.label7 = new System.Windows.Forms.Label();
|
108
|
117
|
this.button_SelfTest2 = new System.Windows.Forms.Button();
|
|
@@ -144,10 +153,11 @@
|
144
|
153
|
this.textBox_UL_ShutdownLimit = new System.Windows.Forms.TextBox();
|
145
|
154
|
this.textBox_DLI_AGC_Threshold = new System.Windows.Forms.TextBox();
|
146
|
155
|
this.textBox_ULO_ALC_Threshold = new System.Windows.Forms.TextBox();
|
147
|
|
- this.textBox12 = new System.Windows.Forms.TextBox();
|
|
156
|
+ this.textBox_DLI_FRBT_D_Day = new System.Windows.Forms.TextBox();
|
|
157
|
+ this.textBox_FRBT_Status = new System.Windows.Forms.TextBox();
|
148
|
158
|
this.textBox1_Carrier = new System.Windows.Forms.TextBox();
|
149
|
159
|
this.button_Carrier = new System.Windows.Forms.Button();
|
150
|
|
- this.button10 = new System.Windows.Forms.Button();
|
|
160
|
+ this.button_LedTest = new System.Windows.Forms.Button();
|
151
|
161
|
this.textBox_CardType = new System.Windows.Forms.TextBox();
|
152
|
162
|
this.textBox_CpuVersion = new System.Windows.Forms.TextBox();
|
153
|
163
|
this.panel17 = new System.Windows.Forms.Panel();
|
|
@@ -395,9 +405,9 @@
|
395
|
405
|
//
|
396
|
406
|
// textBox_FRBT_TIME
|
397
|
407
|
//
|
398
|
|
- this.textBox_FRBT_TIME.Location = new System.Drawing.Point(759, 74);
|
|
408
|
+ this.textBox_FRBT_TIME.Location = new System.Drawing.Point(454, 132);
|
399
|
409
|
this.textBox_FRBT_TIME.Name = "textBox_FRBT_TIME";
|
400
|
|
- this.textBox_FRBT_TIME.Size = new System.Drawing.Size(115, 23);
|
|
410
|
+ this.textBox_FRBT_TIME.Size = new System.Drawing.Size(67, 23);
|
401
|
411
|
this.textBox_FRBT_TIME.TabIndex = 153;
|
402
|
412
|
this.textBox_FRBT_TIME.Text = "20-07-02-07-09-15";
|
403
|
413
|
//
|
|
@@ -1030,9 +1040,9 @@
|
1030
|
1040
|
//
|
1031
|
1041
|
// button_FRBT_TimeSetting
|
1032
|
1042
|
//
|
1033
|
|
- this.button_FRBT_TimeSetting.Location = new System.Drawing.Point(888, 75);
|
|
1043
|
+ this.button_FRBT_TimeSetting.Location = new System.Drawing.Point(534, 133);
|
1034
|
1044
|
this.button_FRBT_TimeSetting.Name = "button_FRBT_TimeSetting";
|
1035
|
|
- this.button_FRBT_TimeSetting.Size = new System.Drawing.Size(189, 23);
|
|
1045
|
+ this.button_FRBT_TimeSetting.Size = new System.Drawing.Size(75, 23);
|
1036
|
1046
|
this.button_FRBT_TimeSetting.TabIndex = 146;
|
1037
|
1047
|
this.button_FRBT_TimeSetting.Text = "FRBT TIME SETTING";
|
1038
|
1048
|
this.button_FRBT_TimeSetting.UseVisualStyleBackColor = true;
|
|
@@ -1539,6 +1549,15 @@
|
1539
|
1549
|
// panel1
|
1540
|
1550
|
//
|
1541
|
1551
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
1552
|
+ this.panel1.Controls.Add(this.button_PCBVersionSet);
|
|
1553
|
+ this.panel1.Controls.Add(this.button_SerialNumverSet);
|
|
1554
|
+ this.panel1.Controls.Add(this.button_ManufactureSet);
|
|
1555
|
+ this.panel1.Controls.Add(this.label4);
|
|
1556
|
+ this.panel1.Controls.Add(this.textBox10);
|
|
1557
|
+ this.panel1.Controls.Add(this.label5);
|
|
1558
|
+ this.panel1.Controls.Add(this.label_SerialNumber);
|
|
1559
|
+ this.panel1.Controls.Add(this.textBox_PcbVersion);
|
|
1560
|
+ this.panel1.Controls.Add(this.textBox_SerialNumber);
|
1542
|
1561
|
this.panel1.Controls.Add(this.label_CompileDate);
|
1543
|
1562
|
this.panel1.Controls.Add(this.label7);
|
1544
|
1563
|
this.panel1.Controls.Add(this.label_CPU_Version);
|
|
@@ -1587,10 +1606,11 @@
|
1587
|
1606
|
this.panel1.Controls.Add(this.textBox_UL_ShutdownLimit);
|
1588
|
1607
|
this.panel1.Controls.Add(this.textBox_DLI_AGC_Threshold);
|
1589
|
1608
|
this.panel1.Controls.Add(this.textBox_ULO_ALC_Threshold);
|
1590
|
|
- this.panel1.Controls.Add(this.textBox12);
|
|
1609
|
+ this.panel1.Controls.Add(this.textBox_DLI_FRBT_D_Day);
|
|
1610
|
+ this.panel1.Controls.Add(this.textBox_FRBT_Status);
|
1591
|
1611
|
this.panel1.Controls.Add(this.textBox1_Carrier);
|
1592
|
1612
|
this.panel1.Controls.Add(this.button_Carrier);
|
1593
|
|
- this.panel1.Controls.Add(this.button10);
|
|
1613
|
+ this.panel1.Controls.Add(this.button_LedTest);
|
1594
|
1614
|
this.panel1.Controls.Add(this.textBox_CardType);
|
1595
|
1615
|
this.panel1.Controls.Add(this.textBox_CpuVersion);
|
1596
|
1616
|
this.panel1.Controls.Add(this.panel17);
|
|
@@ -1627,6 +1647,84 @@
|
1627
|
1647
|
this.panel1.Size = new System.Drawing.Size(1136, 895);
|
1628
|
1648
|
this.panel1.TabIndex = 159;
|
1629
|
1649
|
//
|
|
1650
|
+ // button_PCBVersionSet
|
|
1651
|
+ //
|
|
1652
|
+ this.button_PCBVersionSet.Location = new System.Drawing.Point(888, 131);
|
|
1653
|
+ this.button_PCBVersionSet.Name = "button_PCBVersionSet";
|
|
1654
|
+ this.button_PCBVersionSet.Size = new System.Drawing.Size(75, 23);
|
|
1655
|
+ this.button_PCBVersionSet.TabIndex = 165;
|
|
1656
|
+ this.button_PCBVersionSet.Text = "Apply";
|
|
1657
|
+ this.button_PCBVersionSet.UseVisualStyleBackColor = true;
|
|
1658
|
+ this.button_PCBVersionSet.Click += new System.EventHandler(this.button_PCBVersionSet_Click);
|
|
1659
|
+ //
|
|
1660
|
+ // button_SerialNumverSet
|
|
1661
|
+ //
|
|
1662
|
+ this.button_SerialNumverSet.Location = new System.Drawing.Point(888, 102);
|
|
1663
|
+ this.button_SerialNumverSet.Name = "button_SerialNumverSet";
|
|
1664
|
+ this.button_SerialNumverSet.Size = new System.Drawing.Size(75, 23);
|
|
1665
|
+ this.button_SerialNumverSet.TabIndex = 165;
|
|
1666
|
+ this.button_SerialNumverSet.Text = "Apply";
|
|
1667
|
+ this.button_SerialNumverSet.UseVisualStyleBackColor = true;
|
|
1668
|
+ this.button_SerialNumverSet.Click += new System.EventHandler(this.button_SerialNumverSet_Click);
|
|
1669
|
+ //
|
|
1670
|
+ // button_ManufactureSet
|
|
1671
|
+ //
|
|
1672
|
+ this.button_ManufactureSet.Location = new System.Drawing.Point(888, 73);
|
|
1673
|
+ this.button_ManufactureSet.Name = "button_ManufactureSet";
|
|
1674
|
+ this.button_ManufactureSet.Size = new System.Drawing.Size(75, 23);
|
|
1675
|
+ this.button_ManufactureSet.TabIndex = 165;
|
|
1676
|
+ this.button_ManufactureSet.Text = "Apply";
|
|
1677
|
+ this.button_ManufactureSet.UseVisualStyleBackColor = true;
|
|
1678
|
+ this.button_ManufactureSet.Click += new System.EventHandler(this.button_ManufactureSet_Click);
|
|
1679
|
+ //
|
|
1680
|
+ // label4
|
|
1681
|
+ //
|
|
1682
|
+ this.label4.AutoSize = true;
|
|
1683
|
+ this.label4.Location = new System.Drawing.Point(673, 76);
|
|
1684
|
+ this.label4.Name = "label4";
|
|
1685
|
+ this.label4.Size = new System.Drawing.Size(59, 15);
|
|
1686
|
+ this.label4.TabIndex = 164;
|
|
1687
|
+ this.label4.Text = "제조 일자";
|
|
1688
|
+ //
|
|
1689
|
+ // textBox10
|
|
1690
|
+ //
|
|
1691
|
+ this.textBox10.Location = new System.Drawing.Point(759, 73);
|
|
1692
|
+ this.textBox10.Name = "textBox10";
|
|
1693
|
+ this.textBox10.Size = new System.Drawing.Size(115, 23);
|
|
1694
|
+ this.textBox10.TabIndex = 163;
|
|
1695
|
+ //
|
|
1696
|
+ // label5
|
|
1697
|
+ //
|
|
1698
|
+ this.label5.AutoSize = true;
|
|
1699
|
+ this.label5.Location = new System.Drawing.Point(670, 135);
|
|
1700
|
+ this.label5.Name = "label5";
|
|
1701
|
+ this.label5.Size = new System.Drawing.Size(73, 15);
|
|
1702
|
+ this.label5.TabIndex = 162;
|
|
1703
|
+ this.label5.Text = "PCB Version";
|
|
1704
|
+ //
|
|
1705
|
+ // label_SerialNumber
|
|
1706
|
+ //
|
|
1707
|
+ this.label_SerialNumber.AutoSize = true;
|
|
1708
|
+ this.label_SerialNumber.Location = new System.Drawing.Point(666, 106);
|
|
1709
|
+ this.label_SerialNumber.Name = "label_SerialNumber";
|
|
1710
|
+ this.label_SerialNumber.Size = new System.Drawing.Size(71, 15);
|
|
1711
|
+ this.label_SerialNumber.TabIndex = 161;
|
|
1712
|
+ this.label_SerialNumber.Text = "시리얼 넘버";
|
|
1713
|
+ //
|
|
1714
|
+ // textBox_PcbVersion
|
|
1715
|
+ //
|
|
1716
|
+ this.textBox_PcbVersion.Location = new System.Drawing.Point(759, 132);
|
|
1717
|
+ this.textBox_PcbVersion.Name = "textBox_PcbVersion";
|
|
1718
|
+ this.textBox_PcbVersion.Size = new System.Drawing.Size(115, 23);
|
|
1719
|
+ this.textBox_PcbVersion.TabIndex = 159;
|
|
1720
|
+ //
|
|
1721
|
+ // textBox_SerialNumber
|
|
1722
|
+ //
|
|
1723
|
+ this.textBox_SerialNumber.Location = new System.Drawing.Point(759, 103);
|
|
1724
|
+ this.textBox_SerialNumber.Name = "textBox_SerialNumber";
|
|
1725
|
+ this.textBox_SerialNumber.Size = new System.Drawing.Size(115, 23);
|
|
1726
|
+ this.textBox_SerialNumber.TabIndex = 158;
|
|
1727
|
+ //
|
1630
|
1728
|
// label_CompileDate
|
1631
|
1729
|
//
|
1632
|
1730
|
this.label_CompileDate.AutoSize = true;
|
|
@@ -2027,12 +2125,19 @@
|
2027
|
2125
|
this.textBox_ULO_ALC_Threshold.Size = new System.Drawing.Size(65, 23);
|
2028
|
2126
|
this.textBox_ULO_ALC_Threshold.TabIndex = 12;
|
2029
|
2127
|
//
|
2030
|
|
- // textBox12
|
|
2128
|
+ // textBox_DLI_FRBT_D_Day
|
|
2129
|
+ //
|
|
2130
|
+ this.textBox_DLI_FRBT_D_Day.Location = new System.Drawing.Point(534, 76);
|
|
2131
|
+ this.textBox_DLI_FRBT_D_Day.Name = "textBox_DLI_FRBT_D_Day";
|
|
2132
|
+ this.textBox_DLI_FRBT_D_Day.Size = new System.Drawing.Size(75, 23);
|
|
2133
|
+ this.textBox_DLI_FRBT_D_Day.TabIndex = 11;
|
|
2134
|
+ //
|
|
2135
|
+ // textBox_FRBT_Status
|
2031
|
2136
|
//
|
2032
|
|
- this.textBox12.Location = new System.Drawing.Point(534, 104);
|
2033
|
|
- this.textBox12.Name = "textBox12";
|
2034
|
|
- this.textBox12.Size = new System.Drawing.Size(75, 23);
|
2035
|
|
- this.textBox12.TabIndex = 11;
|
|
2137
|
+ this.textBox_FRBT_Status.Location = new System.Drawing.Point(534, 104);
|
|
2138
|
+ this.textBox_FRBT_Status.Name = "textBox_FRBT_Status";
|
|
2139
|
+ this.textBox_FRBT_Status.Size = new System.Drawing.Size(75, 23);
|
|
2140
|
+ this.textBox_FRBT_Status.TabIndex = 11;
|
2036
|
2141
|
//
|
2037
|
2142
|
// textBox1_Carrier
|
2038
|
2143
|
//
|
|
@@ -2051,15 +2156,15 @@
|
2051
|
2156
|
this.button_Carrier.UseVisualStyleBackColor = true;
|
2052
|
2157
|
this.button_Carrier.Click += new System.EventHandler(this.button_PATH_Ctrl_Click);
|
2053
|
2158
|
//
|
2054
|
|
- // button10
|
|
2159
|
+ // button_LedTest
|
2055
|
2160
|
//
|
2056
|
|
- this.button10.Location = new System.Drawing.Point(244, 73);
|
2057
|
|
- this.button10.Name = "button10";
|
2058
|
|
- this.button10.Size = new System.Drawing.Size(75, 23);
|
2059
|
|
- this.button10.TabIndex = 7;
|
2060
|
|
- this.button10.Text = "LED TEST";
|
2061
|
|
- this.button10.UseVisualStyleBackColor = true;
|
2062
|
|
- this.button10.Click += new System.EventHandler(this.button_PATH_Ctrl_Click);
|
|
2161
|
+ this.button_LedTest.Location = new System.Drawing.Point(244, 73);
|
|
2162
|
+ this.button_LedTest.Name = "button_LedTest";
|
|
2163
|
+ this.button_LedTest.Size = new System.Drawing.Size(75, 23);
|
|
2164
|
+ this.button_LedTest.TabIndex = 7;
|
|
2165
|
+ this.button_LedTest.Text = "LED TEST";
|
|
2166
|
+ this.button_LedTest.UseVisualStyleBackColor = true;
|
|
2167
|
+ this.button_LedTest.Click += new System.EventHandler(this.button_LedTest_Click);
|
2063
|
2168
|
//
|
2064
|
2169
|
// textBox_CardType
|
2065
|
2170
|
//
|
|
@@ -3604,11 +3709,11 @@
|
3604
|
3709
|
private System.Windows.Forms.TextBox textBox_UL_ShutdownLimit;
|
3605
|
3710
|
private System.Windows.Forms.TextBox textBox_DLI_AGC_Threshold;
|
3606
|
3711
|
private System.Windows.Forms.TextBox textBox_ULO_ALC_Threshold;
|
3607
|
|
- private System.Windows.Forms.TextBox textBox12;
|
|
3712
|
+ private System.Windows.Forms.TextBox textBox_FRBT_Status;
|
3608
|
3713
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
3609
|
3714
|
private System.Windows.Forms.TextBox textBox1_Carrier;
|
3610
|
3715
|
private System.Windows.Forms.Button button_Carrier;
|
3611
|
|
- private System.Windows.Forms.Button button10;
|
|
3716
|
+ private System.Windows.Forms.Button button_LedTest;
|
3612
|
3717
|
private System.Windows.Forms.TextBox textBox_CardType;
|
3613
|
3718
|
private System.Windows.Forms.TextBox textBox_CpuVersion;
|
3614
|
3719
|
private System.Windows.Forms.Panel panel17;
|
|
@@ -3728,6 +3833,16 @@
|
3728
|
3833
|
public System.Windows.Forms.TextBox textBox_DET_DL2;
|
3729
|
3834
|
public System.Windows.Forms.TextBox textBox_DET_UL2;
|
3730
|
3835
|
private System.Windows.Forms.Button button_Exit;
|
|
3836
|
+ private System.Windows.Forms.TextBox textBox_DLI_FRBT_D_Day;
|
|
3837
|
+ private System.Windows.Forms.Label label5;
|
|
3838
|
+ private System.Windows.Forms.Label label_SerialNumber;
|
|
3839
|
+ private System.Windows.Forms.TextBox textBox_PcbVersion;
|
|
3840
|
+ private System.Windows.Forms.TextBox textBox_SerialNumber;
|
|
3841
|
+ private System.Windows.Forms.Label label4;
|
|
3842
|
+ private System.Windows.Forms.TextBox textBox10;
|
|
3843
|
+ private System.Windows.Forms.Button button_PCBVersionSet;
|
|
3844
|
+ private System.Windows.Forms.Button button_SerialNumverSet;
|
|
3845
|
+ private System.Windows.Forms.Button button_ManufactureSet;
|
3731
|
3846
|
}
|
3732
|
3847
|
}
|
3733
|
3848
|
|