www.pudn.com > PressMonitor_q.zip > DlgMenuClassStat.h


#if !defined(AFX_DLGMENUCLASSSTAT_H__79ACA64A_866C_4A05_B043_64B73F3A8AF5__INCLUDED_) 
#define AFX_DLGMENUCLASSSTAT_H__79ACA64A_866C_4A05_B043_64B73F3A8AF5__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DlgMenuClassStat.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlgMenuClassStat dialog 
 
class CDlgMenuClassStat : public CDialog 
{ 
// Construction 
public: 
	CDlgMenuClassStat(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgMenuClassStat) 
	enum { IDD = IDD_DIG_STATISTIC }; 
	int		m_nClassSelect; 
	BOOL	m_bAxisType;  //΄ϊΊΕ 
	BOOL	m_bClassSelect; 
	BOOL	m_bDataDay; 
	BOOL	m_bDataMonth; 
	BOOL	m_bDataYear; 
	CTime	m_timeDay; 
	CTime	m_timeMonth; 
	CString	m_strAxisType; //΄ϊΊΕ 
	int		m_nTimeYear; 
	BOOL	m_bAxisType2;  //ΦαΊΕ 
	CString	m_strAxisType2;//ΦαΊΕ 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgMenuClassStat) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	void MyOnCancel(); 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgMenuClassStat) 
	afx_msg void OnCheckAxisType(); 
	afx_msg void OnCheckClassSelect(); 
	afx_msg void OnCheckDataDay(); 
	afx_msg void OnCheckDataMonth(); 
	afx_msg void OnCheckDataYear(); 
	afx_msg void OnCheckAxisType2(); 
	virtual void OnCancel(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGMENUCLASSSTAT_H__79ACA64A_866C_4A05_B043_64B73F3A8AF5__INCLUDED_)