|  | @@ -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(),
 |