📄 rtwnd.h
字号:
#if !defined(AFX_RTWND_H__7864FCDB_6901_47B2_9178_662D662194C9__INCLUDED_)
#define AFX_RTWND_H__7864FCDB_6901_47B2_9178_662D662194C9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RTWnd.h : header file
//
#include "msflexgrid.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CRTWnd frame
class CRTWnd : public CMDIChildWnd
{
DECLARE_DYNCREATE(CRTWnd)
protected:
CRTWnd(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
BOOL Create(LPCTSTR szTitle, LONG style = 0,
const RECT& rect = rectDefault,
CMDIFrameWnd* pParent = NULL);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRTWnd)
//}}AFX_VIRTUAL
// Implementation
private:
CToolBar m_wndToolBar;
CMSFlexGrid m_Grid;
ULONG MsgRecvCnt;
BOOL isFileOptNow;
BOOL isNeedRTDraw;
protected:
virtual ~CRTWnd();
static CMenu NEAR menu; // menu for all RT windows
// Generated message map functions
//{{AFX_MSG(CRTWnd)
afx_msg void OnMenuFileNew();
afx_msg void OnRtSetup();
afx_msg void OnRtConfdata();
afx_msg void OnRtRun();
afx_msg void OnRtStop();
afx_msg void OnRtClearview();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnCMsgRtUpdate();
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_RTWND_H__7864FCDB_6901_47B2_9178_662D662194C9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -