From 61deef5cdf96cbfdd6ad45be49e80d597c00ca65 Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期二, 24 十二月 2024 08:37:21 +0800
Subject: [PATCH] 2024-12-24

---
 MTerm1/MTerm1BnlView.h |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/MTerm1/MTerm1BnlView.h b/MTerm1/MTerm1BnlView.h
index bdfaee1..07ea577 100644
--- a/MTerm1/MTerm1BnlView.h
+++ b/MTerm1/MTerm1BnlView.h
@@ -4,7 +4,7 @@
 
 // CMTerm1BnlView 瑙嗗浘
 
-class CMTerm1BnlView : public CEditView
+class CMTerm1BnlView : public CFormView
 {
 	DECLARE_DYNCREATE(CMTerm1BnlView)
 
@@ -13,6 +13,10 @@
 	virtual ~CMTerm1BnlView();
 
 public:
+	CMFCStatusBar* m_pStatusBar;
+#ifdef AFX_DESIGN_TIME
+	enum { IDD = IDD_MTerm1BnlView };
+#endif
 #ifdef _DEBUG
 	virtual void AssertValid() const;
 #ifndef _WIN32_WCE
@@ -21,10 +25,21 @@
 #endif
 
 protected:
+	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 鏀寔
 	virtual void OnDraw(CDC* pDC);      // 閲嶅啓浠ョ粯鍒惰瑙嗗浘
-	virtual void OnInitialUpdate();     // 鏋勯�犲悗鐨勭涓�娆�
+//	virtual void OnInitialUpdate();     // 鏋勯�犲悗鐨勭涓�娆�
 
 	DECLARE_MESSAGE_MAP()
+public:
+	virtual void OnInitialUpdate();
+	afx_msg void OnBnClickedButtonLoad();
+	afx_msg void OnBnClickedButtonSave();
+	afx_msg void OnBnClickedButtonConvert();
+	afx_msg void OnBnClickedButtonTrnsTotxt();
+	afx_msg void OnBnClickedButtonTrnsPrg();
+	virtual void OnUpdate(CView* /*pSender*/, LPARAM /*lHint*/, CObject* /*pHint*/);
+	afx_msg void OnBnClickedButton4();
+	afx_msg void OnSize(UINT nType, int cx, int cy);
 };
 
 

--
Gitblit v1.9.1