📄 gridwnd.h
字号:
#if !defined(AFX_GRIDWND_H__07002958_2F56_4290_B48F_2256425EC146__INCLUDED_)
#define AFX_GRIDWND_H__07002958_2F56_4290_B48F_2256425EC146__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GridWnd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGridWnd window
class CGridWnd : public CWnd
{
// Construction
public:
/////////////////////////////////////////////////////////////////////////////
/////重载构造函数
/////////////////////////////////////////////////////////////////////////////
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGridWnd)
//}}AFX_VIRTUAL
// Implementation
public:
// Generated message map functions
protected:
//{{AFX_MSG(CGridWnd)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GRIDWND_H__07002958_2F56_4290_B48F_2256425EC146__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -