From b8a705515cd307bd46e04eeccc0bf0e158133402 Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期三, 18 十二月 2024 16:27:37 +0800
Subject: [PATCH] 1. 提取对话框动态变化控件大小的函数(新建对话框基类)

---
 SourceCode/Bond/BondEq/ToolUnits.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/BondEq/ToolUnits.h b/SourceCode/Bond/BondEq/ToolUnits.h
index 2e27f4c..9e8fdfb 100644
--- a/SourceCode/Bond/BondEq/ToolUnits.h
+++ b/SourceCode/Bond/BondEq/ToolUnits.h
@@ -27,5 +27,6 @@
 	static void setDlgItemDouble(CWnd* pWnd, int nCtrlId, double value);
 	static std::vector<CString> GetFileNamesInDirectory(const CString& strFolderPath, const CString& strExtension);
 	static std::string getRecipePath();
+	static std::string getCurrentTimeString();
 };
 

--
Gitblit v1.9.3