PM routine中添加V30和M41、M42(V30同V31;M 41、42同M40
This commit is contained in:
parent
a4045db4a9
commit
f95e71b0f7
@ -975,7 +975,7 @@ namespace SicModules.PMs
|
|||||||
}
|
}
|
||||||
else if (eGroupName == IoGroupName.V31)
|
else if (eGroupName == IoGroupName.V31)
|
||||||
{
|
{
|
||||||
lst = new List<string>() { "V31" };
|
lst = new List<string>() { "V30", "V31" };
|
||||||
}
|
}
|
||||||
else if (eGroupName == IoGroupName.V32)
|
else if (eGroupName == IoGroupName.V32)
|
||||||
{
|
{
|
||||||
@ -1148,7 +1148,7 @@ namespace SicModules.PMs
|
|||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.Final2)
|
else if (mGroupName == MfcGroupName.Final2)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 27, 28, 29, 40, 33, 32, 31 };
|
lst = new List<int>() { 27, 28, 29, 40, 41, 42, 33, 32, 31 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M1to16)
|
else if (mGroupName == MfcGroupName.M1to16)
|
||||||
{
|
{
|
||||||
@ -1180,11 +1180,11 @@ namespace SicModules.PMs
|
|||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M2toM40NoFinal1MFC)
|
else if (mGroupName == MfcGroupName.M2toM40NoFinal1MFC)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 2, 9, 15, 19, 20, 22, 23, 25, 26, 27, 28, 29, 31, 33, 40 };
|
lst = new List<int>() { 2, 9, 15, 19, 20, 22, 23, 25, 26, 27, 28, 29, 31, 33, 40, 41, 42 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M27toM38)
|
else if (mGroupName == MfcGroupName.M27toM38)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 27, 28, 29, 40, 31, 32, 33, 35, 36, 37, 38 };
|
lst = new List<int>() { 27, 28, 29, 40, 41, 42, 31, 32, 33, 35, 36, 37, 38 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M2toM26)
|
else if (mGroupName == MfcGroupName.M2toM26)
|
||||||
{
|
{
|
||||||
@ -1196,15 +1196,15 @@ namespace SicModules.PMs
|
|||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M27toM40)
|
else if (mGroupName == MfcGroupName.M27toM40)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 27, 28, 29, 31, 33, 32, 35, 36, 37, 38, 40 };
|
lst = new List<int>() { 27, 28, 29, 31, 33, 32, 35, 36, 37, 38, 40, 41, 42 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M28293140)
|
else if (mGroupName == MfcGroupName.M28293140)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 28, 29, 31, 40 };
|
lst = new List<int>() { 28, 29, 31, 40, 41, 42 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M19toM33)
|
else if (mGroupName == MfcGroupName.M19toM33)
|
||||||
{
|
{
|
||||||
lst = new List<int>() { 19, 20, 22, 23, 25, 26, 27, 28, 29, 40, 31, 32, 33, 2, 15, 9 };
|
lst = new List<int>() { 19, 20, 22, 23, 25, 26, 27, 28, 29, 40, 41, 42, 31, 32, 33, 2, 15, 9 };
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.M32toM38)
|
else if (mGroupName == MfcGroupName.M32toM38)
|
||||||
{
|
{
|
||||||
@ -1227,7 +1227,7 @@ namespace SicModules.PMs
|
|||||||
lst = new List<int>()
|
lst = new List<int>()
|
||||||
{
|
{
|
||||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 22, 23, 25, 26, 27, 32, 33, 35, 36,
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 22, 23, 25, 26, 27, 32, 33, 35, 36,
|
||||||
37, 38
|
37, 38, 40, 41, 42
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else if (mGroupName == MfcGroupName.All)
|
else if (mGroupName == MfcGroupName.All)
|
||||||
|
|||||||
@ -51,7 +51,7 @@ using System.Windows;
|
|||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.1.10.60622")]
|
[assembly: AssemblyVersion("1.1.11.60709")]
|
||||||
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,6 +55,6 @@ using System.Windows;
|
|||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.1.10.60622")]
|
[assembly: AssemblyVersion("1.1.11.60709")]
|
||||||
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
[assembly: AssemblyInformationalVersion("氮化硅12寸(无EFEM)")]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user