www.pudn.com > bmpstudy.rar > DlgGray.h


#if !defined(AFX_DLGGRAY_H__599F2AB5_385B_42D3_967B_1693C8B90CA2__INCLUDED_) 
#define AFX_DLGGRAY_H__599F2AB5_385B_42D3_967B_1693C8B90CA2__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DlgGray.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlgGray dialog 
 
class CDlgGray : public CDialog 
{ 
// Construction 
public: 
	CDlgGray(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgGray) 
	enum { IDD = IDD_DLG_GRAY }; 
	int		m_nX1; 
	int		m_nX2; 
	int		m_nY1; 
	int		m_nY2; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgGray) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgGray) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGGRAY_H__599F2AB5_385B_42D3_967B_1693C8B90CA2__INCLUDED_)