⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testdoc.h

📁 小灵通基站异常仿真
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -