|
@@ -369,7 +369,15 @@ namespace OTSIncAReportApp
|
|
|
}
|
|
|
//添加启动系统界面显示
|
|
|
string SystemMode = ((Dictionary<string, object>)((Dictionary<string, object>)((Dictionary<string, object>)suggestions["Sample"])["Members"])["MsrParams"])["SysType"].ToString();
|
|
|
- m_ReportApp.Text = m_ReportApp.Text.Split(' ')[0] + " -- SystemMode: " + SystemMode;
|
|
|
+ if(SystemMode=="IncA")
|
|
|
+ {
|
|
|
+ m_ReportApp.Text = m_ReportApp.Text.Split(' ')[0] + " -- Inclusion Analysis System";
|
|
|
+ }
|
|
|
+ else if (SystemMode == "CleanlinessA")
|
|
|
+ {
|
|
|
+ m_ReportApp.Text = m_ReportApp.Text.Split(' ')[0] + " -- Cleanliness Analysis System";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/// <summary>
|