Browse Source

测量程序打开报告程序,分布图没有加载grid表需要切换,因合并代码是发生的已解决

zhangjiaxin 3 years ago
parent
commit
698fc029fb
1 changed files with 1 additions and 9 deletions
  1. 1 9
      OTSIncAReportApp/1-UI/frmReportApp.cs

+ 1 - 9
OTSIncAReportApp/1-UI/frmReportApp.cs

@@ -279,10 +279,7 @@ namespace OTSIncAReportApp
             //树窗口
             m_RstWindow = new frmMeasureRstMgr(this);
             //属性窗口
-            m_conditionChoose = new frmReportConditionChoose(this);
-
-          
-
+            //m_conditionChoose = new frmReportConditionChoose(this);
 
             //分布图,排列图窗体
             m_SImageWindow = new frmSampleImage(this);
@@ -290,11 +287,6 @@ namespace OTSIncAReportApp
             m_ChartsWindow = new frmCharts(this);
             //grid表格窗体
             m_TablesWindow = new frmTables(this);
-          
-
-            
-            
-            
             
             
             SetTag();