From b8af4c380f4454915e556423b71c2ceb1a5abdd4 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期六, 04 一月 2025 08:46:38 +0800
Subject: [PATCH] 1.RxWindows库

---
 SourceCode/Bond/Servo/ServoDlg.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h
index 1353deb..d305005 100644
--- a/SourceCode/Bond/Servo/ServoDlg.h
+++ b/SourceCode/Bond/Servo/ServoDlg.h
@@ -4,6 +4,7 @@
 
 #pragma once
 #include "ServoGraph.h"
+#include "BlButton.h"
 
 
 // CServoDlg 对话框
@@ -22,12 +23,17 @@
 	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV 支持
 
 
+private:
+	BOOL m_bShowLogWnd;
+
 // 实现
 protected:
 	HICON m_hIcon;
 	CServoGraph* m_pGraph;
 	COLORREF m_crBkgnd;
 	HBRUSH m_hbrBkgnd;
+	CBlButton m_btnLog;
+
 
 	// 生成的消息映射函数
 	virtual BOOL OnInitDialog();
@@ -40,4 +46,5 @@
 	afx_msg void OnBnClickedCancel();
 	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
 	afx_msg void OnDestroy();
+	afx_msg void OnBnClickedButtonLog();
 };

--
Gitblit v1.9.3