CharStatisticDlg.h
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // CharStatisticDlg.h : header file
  2. //
  3. #if !defined(AFX_CHARSTATISTICDLG_H__11FF1775_7D59_11D6_9E62_A84A9C3EE30A__INCLUDED_)
  4. #define AFX_CHARSTATISTICDLG_H__11FF1775_7D59_11D6_9E62_A84A9C3EE30A__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCharStatisticDlg dialog
  10. class CCharStatisticDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CCharStatisticDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CCharStatisticDlg)
  17. enum { IDD = IDD_CHARSTATISTIC_DIALOG };
  18. CString m_strTxt;
  19. CString m_strChinese;
  20. CString m_strEnglish;
  21. CString m_strTotal;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CCharStatisticDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CCharStatisticDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnStatistic();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_CHARSTATISTICDLG_H__11FF1775_7D59_11D6_9E62_A84A9C3EE30A__INCLUDED_)