ShowMschart.h 1.3 KB

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