ViewHistogram.h
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
- #ifndef __VIEWHISTOGRAM_H__
- #define __VIEWHISTOGRAM_H__
- // ViewHistogram.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CViewHistogram dialog
- class CViewHistogram : public CDialog
- {
- // Construction
- public:
- CViewHistogram(CWnd* pParent = NULL); // standard constructor
- int m_nCurSel;
- int *m_pnHistogram;
- // Dialog Data
- //{{AFX_DATA(CViewHistogram)
- enum { IDD = IDD_HISTOGRAM };
- CTabCtrl m_Histogram;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CViewHistogram)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void PostNcDestroy();
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CViewHistogram)
- afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnPaint();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // __VIEWHISTOGRAM_H__