www.pudn.com > raushon.rar > Histogramstat.cpp


// Histogramstat.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "DibApiTest.h" 
#include "Histogramstat.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CHistogramstat dialog 
 
 
 
 
 
void CHistogramstat::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CHistogramstat) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
 
///////////////////////////////////////////////////////////////////////////// 
// CHistogramstat message handlers 
 
void CHistogramstat::OnOK()  
{ 
	// TODO: Add extra validation here 
	 
	CDialog::OnOK(); 
} 
 
void CHistogramstat::OnCancel()  
{ 
	// TODO: Add extra cleanup here 
	 
	CDialog::OnCancel(); 
} 
 
void CHistogramstat::OnPictureZone()  
{ 
	// TODO: Add your control notification handler code here 
	 
}