LAPTOP-T815PCOQ\25526
2024-12-16 e2aba4b899f691b68a5d95f27981d25581142cb1
SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -17,7 +17,7 @@
#include "SystemLogManagerDlg.h"
// 测试
#include "RecipeLiseDlg.h"
#include "RecipeListDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -253,7 +253,7 @@
   // 设置配方文件夹路径
   RecipeManager& recipeManager = RecipeManager::getInstance();
   std::string strRecipePath =  CToolUnits::getCurrentExePath() + _T("\\Recipe");
   std::string strRecipePath =  CToolUnits::getRecipePath();
   CToolUnits::createDir(strRecipePath.c_str());
   recipeManager.setRecipeFolder(strRecipePath);
@@ -540,8 +540,7 @@
void CBondEqDlg::OnMenuFileSettings()
{
   CRecipeLiseDlg dlg;
   CRecipeListDlg dlg;
   dlg.DoModal();
   //CSettingsDlg dlg;