Sfoglia il codice sorgente

delete the mode display when the reporting program is started

CXS 3 anni fa
parent
commit
69a946cd0b
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. 0 11
      OTSIncAReportApp/frmMeasureRstMgr.cs

+ 0 - 11
OTSIncAReportApp/frmMeasureRstMgr.cs

@@ -323,17 +323,6 @@ namespace OTSIncAReportApp
                 return;
             }
 
-            //添加启动系统界面显示
-            string SystemMode = ((Dictionary<string, object>)((Dictionary<string, object>)((Dictionary<string, object>)suggestions["Sample"])["Members"])["MsrParams"])["SysType"].ToString();
-            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";
-            }
-
             DataOperation.Model.ResultFile result = new DataOperation.Model.ResultFile()
             {
                 FileId = workingid.ToString(),