MyStockDoc.h
资源名称:MyStock.rar [点击查看]
上传用户:wenjimin
上传日期:2014-08-12
资源大小:111k
文件大小:2k
源码类别:
金融证券系统
开发平台:
Visual C++
- // MyStockDoc.h : interface of the CMyStockDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MYSTOCKDOC_H__D0A9094D_8FA4_4894_9494_5FCEE0FC7C84__INCLUDED_)
- #define AFX_MYSTOCKDOC_H__D0A9094D_8FA4_4894_9494_5FCEE0FC7C84__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include<afxcoll.h>//包含CMapStringToOb等
- class CMyStockDoc : public CDocument
- {
- protected: // create from serialization only
- CMyStockDoc();
- DECLARE_DYNCREATE(CMyStockDoc)
- // Attributes
- public:
- // Operations
- public:
- CMapStringToOb m_DataMap;
- CString m_FileName;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyStockDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMyStockDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyStockDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYSTOCKDOC_H__D0A9094D_8FA4_4894_9494_5FCEE0FC7C84__INCLUDED_)