total.h
上传用户:hbzqs18
上传日期:2021-03-04
资源大小:46k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_TOTAL_H__3F202B1B_B6F4_4E66_BDF8_EC177DEC794E__INCLUDED_)
  2. #define AFX_TOTAL_H__3F202B1B_B6F4_4E66_BDF8_EC177DEC794E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // total.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // total dialog
  10. class total : public CDialog
  11. {
  12. // Construction
  13. public:
  14. total(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(total)
  17. enum { IDD = IDD_DIALOG4 };
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(total)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(total)
  29. virtual BOOL OnInitDialog();
  30. afx_msg void OnPaint();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. private:
  34. void AnalysisData();
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_TOTAL_H__3F202B1B_B6F4_4E66_BDF8_EC177DEC794E__INCLUDED_)