testdoc.h

来自「小灵通基站异常仿真」· C头文件 代码 · 共 70 行

H
70
字号
// TestDoc.h : interface of the CTestDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_TESTDOC_H__BD44BBE9_B8F4_4D98_8A53_1F70BA8AD7F8__INCLUDED_)
#define AFX_TESTDOC_H__BD44BBE9_B8F4_4D98_8A53_1F70BA8AD7F8__INCLUDED_

#include "SetDlg.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CTestDoc : public CDocument
{
protected: // create from serialization only
	CTestDoc();
	DECLARE_DYNCREATE(CTestDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTestDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	static bool GetStateForm2();
	static bool GetStateForm1();
	static bool m_bForm2;
	virtual ~CTestDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	CSetDlg setdlg;
	//{{AFX_MSG(CTestDoc)
	afx_msg void OnSgroup();
	afx_msg void OnSall();
	afx_msg void OnPointNum();
	afx_msg void OnForm1();
	afx_msg void OnForm2();
	afx_msg void OnUpdateForm1(CCmdUI* pCmdUI);
	afx_msg void OnUpdateForm2(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	static bool m_bForm1;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TESTDOC_H__BD44BBE9_B8F4_4D98_8A53_1F70BA8AD7F8__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?