⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainfrm.h

📁 Visual_C++.NET精彩案例237.rar
💻 H
字号:
////////////////////////////////////////////////////////////////
// VCDKBASE Online Journal -- July 2001
// Compiles with Visual C++ 6.0. Runs on Win 98 and probably Win 2000 too.
// Set tabsize = 3 in your editor.
//
class CMainFrame : public CFrameWnd {
public:
	CMainFrame();
	virtual ~CMainFrame();
protected:
	CStatusBar	m_wndStatusBar;			 // status bar
	CImageList	m_ilToolBar;				 // image list for toolbar
	CToolBar		m_wndToolBar;				 // tool bar
	CStatic		m_wndView;					 // "view" is static text control

	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	int OnCreate(LPCREATESTRUCT lpCreateStruct);
	DECLARE_MESSAGE_MAP()
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -