zxd
2023-09-28 aac3b319965967f465881f3a8961904d57b6f337
MTerm1/MainFrm.h
@@ -13,6 +13,8 @@
#include "MyDlgBarFuncKey.h"
#include "MyDialogLog.h"
#include "MyDlgBarInputShow.h"
#include "CMyPaneInputShow.h"
class CMainFrame : public CMDIFrameWndEx
{
@@ -41,24 +43,26 @@
protected:  // 控件条嵌入成员
   CMFCToolBar          m_wndToolBar;
   CMyFuncKeyToolBar   m_wndToolBar_Func_Key;
//   CMyFuncKeyToolBar   m_wndToolBar_Func_Key;
//   CMyDlgBarFuncKey   m_wndDlgBar_Func_Key;  
//   CToolBar          m_wndTBar_Edit_Key;
//   CToolBar          m_wndTBar_Num_Key;
//   CToolBar          m_wndTBar_InputShow;
//   CMyDlgBarInputShow m_wndDlgBar_InputShow;
   CToolBar          m_wndToolBar_Comments;
//   CToolBar          m_wndToolBar_Comments;
   
   CNavView        m_wndNavView;
   CEdit            m_InputShowEdit;
   CStaticEx         m_InputShowStatic;
//   CEdit            m_InputShowEdit;
//   CStaticEx         m_InputShowStatic;
   
   CMyPaneLog      m_wndMyPaneLog;
//   CMyDialogLog   m_dlgMyLog;
   CMyDlgBarInputShow::tagInputCell localInputCell;
   CMyPaneInputShow m_wndMyPaneInputShow;
// 生成的消息映射函数
protected:
@@ -80,34 +84,23 @@
//   afx_msg void OnMenuViewLds();
//   afx_msg void OnMenuViewBld();
//   afx_msg void OnMenuViewBnl();
   int SetDisplayInfo(int Info);
   CMyFormInputShow* GetInputWnd() {
      return m_wndMyPaneInputShow.m_pMyFormInputShow;
   };
   int SetCellInfo(int info);
   int GetInputInfo(int inputInfo);
   int GetInputCell(CMyDlgBarInputShow::tagInputCell inputCell);
   int GetInputCell(tagInputCell inputCell);
   afx_msg void OnMenuShowLog();
   virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
   afx_msg void OnBtn0();
   afx_msg void OnBtn1();
   afx_msg void OnBtn2();
   afx_msg void OnBtn3();
   afx_msg void OnBtn4();
   afx_msg void OnBtn5();
   afx_msg void OnBtn6();
   afx_msg void OnBtn7();
   afx_msg void OnBtn8();
   afx_msg void OnBtn9();
   afx_msg void OnBtnA();
   afx_msg void OnBtnB();
   afx_msg void OnBtnC();
   afx_msg void OnBtnD();
   afx_msg void OnBtnE();
   afx_msg void OnBtnF();
   afx_msg void OnBtnMinus();
   afx_msg void OnBtnDot();
   afx_msg void OnBtnRet();
   afx_msg void OnBtnInsert();
   afx_msg void OnBtnDelete();
   afx_msg void OnBtnEsc();
   afx_msg void OnMenuShowDev();
   afx_msg void OnMenuShownav();
};