📄 example_2doc.h
字号:
// Example_2Doc.h : interface of the CExample_2Doc class
//
/////////////////////////////////////////////////////////////////////////////
#include "ExaCI_2.h"
#include "ExaDg_2.h"
#if !defined(AFX_EXAMPLE_2DOC_H__8A2471B2_F63F_43AD_B36B_75063546B08C__INCLUDED_)
#define AFX_EXAMPLE_2DOC_H__8A2471B2_F63F_43AD_B36B_75063546B08C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CExample_2Doc : public CDocument
{
protected: // create from serialization only
CExample_2Doc();
DECLARE_DYNCREATE(CExample_2Doc)
// Attributes
public:
ExaCI_2 m_Exaset;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExample_2Doc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CExample_2Doc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CExample_2Doc)
afx_msg void OnDateE2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXAMPLE_2DOC_H__8A2471B2_F63F_43AD_B36B_75063546B08C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -