www.pudn.com > ImageProcessing.rar.rar > DlgCAP.h


#if !defined(AFX_DLGCAP_H__494968DC_8B90_4B47_B8F4_BF1143932705__INCLUDED_) 
#define AFX_DLGCAP_H__494968DC_8B90_4B47_B8F4_BF1143932705__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DlgCAP.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlgCAP dialog 
 
class CDlgCAP : public CDialog 
{ 
// Construction 
public: 
	CDlgCAP(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgCAP) 
	enum { IDD = IDD_DLG_CAPTURE }; 
	int		m_begin; 
	int		m_end; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgCAP) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgCAP) 
		// 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_DLGCAP_H__494968DC_8B90_4B47_B8F4_BF1143932705__INCLUDED_)