#if !defined(AFX_STATISTICSDLG_H__88B48507_1209_4331_A368_6A559D673551__INCLUDED_) #define AFX_STATISTICSDLG_H__88B48507_1209_4331_A368_6A559D673551__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // StatisticsDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CStatisticsDlg dialog class CStatisticsDlg : public CDialog { private: LImageViewer *m_pImageViewer; // Construction public: CStatisticsDlg(LImageViewer *pImageViewer, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CStatisticsDlg) enum { IDD = IDD_STATS_DLG }; CComboBox m_cmbComIndex; int m_uActionCounts; CString m_strFreeze; CString m_strCellSelect; int m_uCellCount; int m_ConBBounds; int m_ConLBounds; int m_ConRBounds; int m_ConTBounds; int m_uColPosition; int m_uRowPosition; float m_uCellBBounds; float m_uCellLBounds; float m_uCellRBounds; float m_uCellTBounds; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CStatisticsDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CStatisticsDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelChangeStatsIndex(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STATISTICSDLG_H__88B48507_1209_4331_A368_6A559D673551__INCLUDED_)