From 78e91efc666606328e3fc63fbd54eb2da4442799 Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期二, 12 九月 2023 20:07:08 +0800
Subject: [PATCH] update mterm1doc.h with comment

---
 MTerm1/ChildFrm.h |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/MTerm1/ChildFrm.h b/MTerm1/ChildFrm.h
index a4f8b9c..9d7219a 100644
--- a/MTerm1/ChildFrm.h
+++ b/MTerm1/ChildFrm.h
@@ -3,7 +3,7 @@
 //
 
 #pragma once
-
+#include "../MyLib/StaticEx.h"
 class CChildFrame : public CMDIChildWndEx
 {
 	DECLARE_DYNCREATE(CChildFrame)
@@ -13,8 +13,20 @@
 // 鐗规��
 protected:
 	CSplitterWndEx m_wndSplitter;
-public:
+	CMFCStatusBar  m_wndStatusBar;
+	CMFCToolBar m_wndToolBar_InfoShow;
+	CStaticEx	m_StaticShowMachine;
+	CStaticEx	m_StaticShowProgPos;
+	CStaticEx	m_StaticShowOnline;
+	CStaticEx	m_StaticShowPLC;
+	CStaticEx	m_StaticShowMonitor;
+	CStaticEx	m_StaticShowAddress;
 
+public:
+	CMFCStatusBar *GetStatusBar()
+	{
+		return &m_wndStatusBar;
+	}
 // 鎿嶄綔
 public:
 
@@ -32,4 +44,6 @@
 // 鐢熸垚鐨勬秷鎭槧灏勫嚱鏁�
 protected:
 	DECLARE_MESSAGE_MAP()
+public:
+	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
 };

--
Gitblit v1.9.1