#if !defined(AFX_STATISTICSDLG_H__AB3C4007_8781_4F1D_B3E0_B316A7C0274D__INCLUDED_) #define AFX_STATISTICSDLG_H__AB3C4007_8781_4F1D_B3E0_B316A7C0274D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // StatisticsDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CStatisticsDlg dialog class CStatisticsDlg : public CDialog { // Construction public: CStatisticsDlg(CWnd* pParent = NULL); // standard constructor CConViewView * m_pView; VOID SetCellProperites(INT nIndex); // Dialog Data //{{AFX_DATA(CStatisticsDlg) enum { IDD = IDD_STATS_DLG }; CComboBox m_cmbComIndex; int m_uActionCounts; CString m_SFreeze; CString m_SCellSelect; 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; //}}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 OnEditchangeStatsIndexCom(); afx_msg void OnSelchangeStatsIndexCom(); //}}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__AB3C4007_8781_4F1D_B3E0_B316A7C0274D__INCLUDED_)