MoneyChart.h
上传用户:shcaka8
上传日期:2013-04-06
资源大小:103k
文件大小:1k
- #if !defined(AFX_MONEYCHART_H__E020A442_D7FF_4E34_A7C4_E10733F489AB__INCLUDED_)
- #define AFX_MONEYCHART_H__E020A442_D7FF_4E34_A7C4_E10733F489AB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MoneyChart.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMoneyChart dialog
- class CMoneyChart : public CDialog
- {
- // Construction
- public:
- CMoneyChart(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMoneyChart)
- enum { IDD = IDD_MONEY_CHART };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMoneyChart)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMoneyChart)
- virtual void OnOK();
- 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_MONEYCHART_H__E020A442_D7FF_4E34_A7C4_E10733F489AB__INCLUDED_)