20260413 增加焊材类型值
This commit is contained in:
parent
2553121f97
commit
1cdecfae4a
|
|
@ -348,19 +348,19 @@
|
|||
/// <returns></returns>
|
||||
public static ListItem[] HJGL_GetSteTypeList()
|
||||
{
|
||||
ListItem[] list = new ListItem[11];
|
||||
ListItem[] list = new ListItem[12];
|
||||
list[0] = new ListItem("低碳钢(FeⅠ)", "FeⅠ");
|
||||
list[1] = new ListItem("低合金钢(FeⅡ)", "FeⅡ");
|
||||
list[2] = new ListItem("Cr≥5%铬钼钢、铁素体钢、马氏体钢(FeⅢ)", "FeⅢ");
|
||||
list[3] = new ListItem("奥氏体钢、奥氏体与铁素体双相钢(FeⅣ)", "FeⅣ");
|
||||
list[4] = new ListItem("奥氏体钢,奥氏体与铁素体双相钢(FeⅣ无保护气体)", "FeⅣ无保护气体");
|
||||
list[5] = new ListItem("镍合金(Ni)", "Ni");
|
||||
list[6] = new ListItem("锆合金(Zr)", "Zr");
|
||||
list[7] = new ListItem("铝与铝合金(Al)", "Al");
|
||||
list[8] = new ListItem("钛与钛合金(Ti)", "Ti");
|
||||
list[9] = new ListItem("铜与铜合金(Cu)", "Cu");
|
||||
list[10] = new ListItem("其他", "其他");
|
||||
|
||||
list[3] = new ListItem("Cr≥5%铬钼钢、铁素体钢、马氏体钢(FeⅢ无保护气体)", "Cr≥5%铬钼钢、铁素体钢、马氏体钢(FeⅢ无保护气体)");
|
||||
list[4] = new ListItem("奥氏体钢、奥氏体与铁素体双相钢(FeⅣ)", "FeⅣ");
|
||||
list[5] = new ListItem("奥氏体钢,奥氏体与铁素体双相钢(FeⅣ无保护气体)", "FeⅣ无保护气体");
|
||||
list[6] = new ListItem("镍合金(Ni)", "Ni");
|
||||
list[7] = new ListItem("锆合金(Zr)", "Zr");
|
||||
list[8] = new ListItem("铝与铝合金(Al)", "Al");
|
||||
list[9] = new ListItem("钛与钛合金(Ti)", "Ti");
|
||||
list[10] = new ListItem("铜与铜合金(Cu)", "Cu");
|
||||
list[11] = new ListItem("其他", "其他");
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue