total.h
上传用户:hbzqs18
上传日期:2021-03-04
资源大小:46k
文件大小:1k
- #if !defined(AFX_TOTAL_H__3F202B1B_B6F4_4E66_BDF8_EC177DEC794E__INCLUDED_)
- #define AFX_TOTAL_H__3F202B1B_B6F4_4E66_BDF8_EC177DEC794E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // total.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // total dialog
- class total : public CDialog
- {
- // Construction
- public:
- total(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(total)
- enum { IDD = IDD_DIALOG4 };
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(total)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(total)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void AnalysisData();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TOTAL_H__3F202B1B_B6F4_4E66_BDF8_EC177DEC794E__INCLUDED_)