4 Star 0 Fork 2

leegoobin/AutoPHS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AutoPHSDoc.h 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
uksoft 提交于 2014-11-26 16:31 . VSS代码移植到Git
// AutoPHSDoc.h : interface of the CAutoPHSDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_AUTOPHSDOC_H__95F51F78_0A4C_4B00_8DBE_971B596A50FF__INCLUDED_)
#define AFX_AUTOPHSDOC_H__95F51F78_0A4C_4B00_8DBE_971B596A50FF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CAutoPHSDoc : public CDocument
{
protected: // create from serialization only
CAutoPHSDoc();
DECLARE_DYNCREATE(CAutoPHSDoc)
// Attributes
public:
ULONG m_ulID;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAutoPHSDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
virtual void OnFinalRelease();
//}}AFX_VIRTUAL
// Implementation
public:
HACCEL m_hAccelData;
virtual ~CAutoPHSDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CAutoPHSDoc)
// 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()
// Generated OLE dispatch map functions
//{{AFX_DISPATCH(CAutoPHSDoc)
afx_msg LPDISPATCH GetCalculate();
afx_msg void SetCalculate(LPDISPATCH newValue);
afx_msg LPDISPATCH GetDataInput();
afx_msg void SetDataInput(LPDISPATCH newValue);
afx_msg LPDISPATCH GetFiles();
afx_msg void SetFiles(LPDISPATCH newValue);
afx_msg LPDISPATCH GetFormat();
afx_msg void SetFormat(LPDISPATCH newValue);
afx_msg LPDISPATCH GetSumStuff();
afx_msg void SetSumStuff(LPDISPATCH newValue);
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
DECLARE_INTERFACE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AUTOPHSDOC_H__95F51F78_0A4C_4B00_8DBE_971B596A50FF__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/uesoft/AutoPHS.git
git@gitee.com:uesoft/AutoPHS.git
uesoft
AutoPHS
AutoPHS
CAE

搜索帮助