📄 mtwnd.h
字号:
#if !defined(AFX_MTWND_H__20FCF4DB_60A3_44A2_96C4_DA90CA67143D__INCLUDED_)
#define AFX_MTWND_H__20FCF4DB_60A3_44A2_96C4_DA90CA67143D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MTWnd.h : header file
//
#include "msflexgrid.h"
/////////////////////////////////////////////////////////////////////////////
// CMTWnd frame
class CMTWnd : public CMDIChildWnd
{
DECLARE_DYNCREATE(CMTWnd)
protected:
CMTWnd(); // protected constructor used by dynamic creation
// Attributes
public:
private:
CMSFlexGrid m_Grid;
CToolBar m_wndToolBar;
BOOL isNeedRTDraw;
BOOL isFileOptNow;
ULONG MsgRecvCnt;
// Operations
private:
int OwnBlockDataLen(unsigned short bsw, unsigned short cw);
public:
BOOL Create(LPCTSTR szTitle, LONG style = 0,
const RECT& rect = rectDefault,
CMDIFrameWnd* pParent = NULL);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMTWnd)
public:
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CMTWnd();
static CMenu NEAR menu; // menu for all MT windows
// Generated message map functions
//{{AFX_MSG(CMTWnd)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnMenuFileNew();
afx_msg void OnMtFilter();
afx_msg void OnMtRun();
afx_msg void OnMtStop();
afx_msg void OnMtClearview();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnCMsgMtUpdate();
afx_msg void OnFileOpen();
afx_msg void OnFileSave();
afx_msg void OnMenuTime();
afx_msg void OnMenuDio();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MTWND_H__20FCF4DB_60A3_44A2_96C4_DA90CA67143D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -