浏览代码

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

zhangjiaxin 3 年之前
父节点
当前提交
698fc029fb
共有 1 个文件被更改,包括 1 次插入9 次删除
  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();