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