#if !defined(AFX_SHOWMSCHART_H__257965C2_4430_4C40_A398_06CB0D35C92E__INCLUDED_) #define AFX_SHOWMSCHART_H__257965C2_4430_4C40_A398_06CB0D35C92E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ShowMschart.h : header file // ///////////////////////////////////////////////////////////////////////////// // ShowMschart dialog #include "mschart.h" class ShowMschart : public CDialog { // Construction public: ShowMschart(CWnd* pParent = NULL); // standard constructor CMSChart *m_pChart; CWnd *m_pParent; // Dialog Data //{{AFX_DATA(ShowMschart) enum { IDD = IDD_DLGShowMschart }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(ShowMschart) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(ShowMschart) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SHOWMSCHART_H__257965C2_4430_4C40_A398_06CB0D35C92E__INCLUDED_)