splash.h

来自「图像处理源代码VC」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_SPLASH_H__FF9D0FC2_7AA9_11D1_8057_000021D512BC__INCLUDED_)
#define AFX_SPLASH_H__FF9D0FC2_7AA9_11D1_8057_000021D512BC__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Splash.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSplashWnd window

class CSplashWnd : public CWnd
{
	CBitmap m_bitmap;
// Construction
public:
	CSplashWnd();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSplashWnd)
	public:
	virtual BOOL Create(CWnd* pParentWnd= NULL);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CSplashWnd();

#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CSplashWnd)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SPLASH_H__FF9D0FC2_7AA9_11D1_8057_000021D512BC__INCLUDED_)

⌨️ 快捷键说明

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