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