QuakeGod
2023-09-12 78e91efc666606328e3fc63fbd54eb2da4442799
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);
};