From 3628a707a38e1c590216c5983c9b97b9c742f86c Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期一, 24 三月 2025 09:01:42 +0800
Subject: [PATCH] Merge branch 'clh' into liuyang
---
SourceCode/Bond/Servo/CPageGraph2.h | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/CPageGraph2.h b/SourceCode/Bond/Servo/CPageGraph2.h
new file mode 100644
index 0000000..a90ca36
--- /dev/null
+++ b/SourceCode/Bond/Servo/CPageGraph2.h
@@ -0,0 +1,42 @@
+锘�#pragma once
+#include "EqsGraphWnd.h"
+
+
+// CPageGraph2 瀵硅瘽妗�
+
+class CPageGraph2 : public CDialogEx
+{
+ DECLARE_DYNAMIC(CPageGraph2)
+
+public:
+ CPageGraph2(CWnd* pParent = nullptr); // 鏍囧噯鏋勯�犲嚱鏁�
+ virtual ~CPageGraph2();
+
+
+private:
+ void AddEqToGraphWnd(SERVO::CEquipment* pEquipment);
+ void SaveEqsGraphData();
+ void GetItemDataFormIni(const char* pszItemName, int& left, int& top);
+
+private:
+ CEqsGraphWnd* m_pEqsGraphWnd;
+ COLORREF m_crBkgnd;
+ HBRUSH m_hbrBkgnd;
+
+
+// 瀵硅瘽妗嗘暟鎹�
+#ifdef AFX_DESIGN_TIME
+ enum { IDD = IDD_PAGE_GRAPH2 };
+#endif
+
+protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 鏀寔
+
+ DECLARE_MESSAGE_MAP()
+public:
+ virtual BOOL OnInitDialog();
+ afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
+ afx_msg void OnDestroy();
+ afx_msg void OnSize(UINT nType, int cx, int cy);
+ afx_msg void OnTimer(UINT_PTR nIDEvent);
+};
--
Gitblit v1.9.3