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