www.pudn.com > BitmapExample.rar > ShowDibDlg.h
#if !defined(AFX_SHOWDIBDLG_H__3B43A42A_B9E6_4405_BB4C_5F293F011BF9__INCLUDED_)
#define AFX_SHOWDIBDLG_H__3B43A42A_B9E6_4405_BB4C_5F293F011BF9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShowDibDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CShowDibDlg dialog
class CShowDibDlg : public CDialog
{
// Construction
public:
CShowDibDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CShowDibDlg)
enum { IDD = IDD_DIALOG_DIB };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShowDibDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CShowDibDlg)
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_SHOWDIBDLG_H__3B43A42A_B9E6_4405_BB4C_5F293F011BF9__INCLUDED_)