|
|
|
@ -44,7 +44,6 @@
|
|
|
|
#include "nmWxParameterProperty.h"
|
|
|
|
#include "nmWxParameterProperty.h"
|
|
|
|
#include "nmCalculationDllPebiSolverTask.h"
|
|
|
|
#include "nmCalculationDllPebiSolverTask.h"
|
|
|
|
#include "nmCalculationUtils.h"
|
|
|
|
#include "nmCalculationUtils.h"
|
|
|
|
#include "nmPebiExampleCalculator.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "nmObjPointWell.h"
|
|
|
|
#include "nmObjPointWell.h"
|
|
|
|
|
|
|
|
|
|
|
|
@ -495,13 +494,13 @@ bool nmSubWndMain::runCmdBy(QString sName, QString sID)
|
|
|
|
this->displaySetting();
|
|
|
|
this->displaySetting();
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case 5124:
|
|
|
|
|
|
|
|
return m_pWxPlot != nullptr &&
|
|
|
|
|
|
|
|
m_pWxPlot->runAction("print_Preview");
|
|
|
|
|
|
|
|
|
|
|
|
case 5125:
|
|
|
|
case 5125:
|
|
|
|
{
|
|
|
|
return m_pWxPlot != nullptr &&
|
|
|
|
// 临时复用打印按钮运行PEBI固定算例,不读取当前工区模型参数。
|
|
|
|
m_pWxPlot->runAction("Print");
|
|
|
|
nmPebiExampleCalculator calculator(this);
|
|
|
|
|
|
|
|
calculator.run();
|
|
|
|
|
|
|
|
return true;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
case 5117:
|
|
|
|
case 5117:
|
|
|
|
|