www.pudn.com > BitmapExample.rar > ShowResult.h
#if !defined(AFX_SHOWRESULT_H__E9A9A82A_6891_4C21_9531_3301C9EF9D88__INCLUDED_)
#define AFX_SHOWRESULT_H__E9A9A82A_6891_4C21_9531_3301C9EF9D88__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShowResult.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CShowResult dialog
class CShowResult : public CDialog
{
// Construction
public:
CShowResult(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CShowResult)
enum { IDD = IDD_DIALOG_RESULT };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShowResult)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CShowResult)
afx_msg void OnPaint();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHOWRESULT_H__E9A9A82A_6891_4C21_9531_3301C9EF9D88__INCLUDED_)