?? wzdsplsh.h
字號:
#if !defined WZDSPLASH_H
#define WZDSPLASH_H
// WzdSplsh.h : header file
//
#include "WzdBtmap.h"
/////////////////////////////////////////////////////////////////////////////
// CWzdSplash window
class CWzdSplash : public CWnd
{
// Construction
public:
CWzdSplash();
// Attributes
public:
// Operations
public:
void Create( UINT nBitmapID );
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWzdSplash)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CWzdSplash();
// Generated message map functions
protected:
//{{AFX_MSG(CWzdSplash)
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CWzdBitmap m_bitmap;
};
/////////////////////////////////////////////////////////////////////////////
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -