www.pudn.com > final_6.rar > BitmapDlg.h


#if !defined(AFX_BITMAPDLG_H__DD8A88BA_BA7D_4F85_A505_41509921CCF9__INCLUDED_) 
#define AFX_BITMAPDLG_H__DD8A88BA_BA7D_4F85_A505_41509921CCF9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BitmapDlg.h : header file 
// 
 
#include "Dib.h" 
///////////////////////////////////////////////////////////////////////////// 
// CBitmapDlg dialog 
 
class CBitmapDlg : public CDialog  
{ 
// Construction 
public: 
 
	int Index; 
	CString filename; 
	CBitmap b1,b2; 
	CDib pic;	 
	CDib* CurPic; 
	CBitmapDlg(CWnd* pParent = NULL);   // standard constructor 
// Dialog Data 
	//{{AFX_DATA(CBitmapDlg) 
	enum { IDD = IDD_BITMAP }; 
	CStatic	m_pic; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBitmapDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CBitmapDlg) 
	afx_msg void OnPaint(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnOpenfile(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BITMAPDLG_H__DD8A88BA_BA7D_4F85_A505_41509921CCF9__INCLUDED_)