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

📄 test2.h

📁 这个是我现在在做组态软件开发用到的OPC源码
💻 H
字号:
// test2.h : main header file for the TEST2 application
//

#if !defined(AFX_TEST2_H__F7B010C2_0477_44AD_BEF8_5B40317BFECF__INCLUDED_)
#define AFX_TEST2_H__F7B010C2_0477_44AD_BEF8_5B40317BFECF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CTest2App:
// See test2.cpp for the implementation of this class
//

class CTest2App : public CWinApp
{
public:
	void OnUpdateMRUFile (CCmdUI *pCmdUI);
	CTest2App();
	~CTest2App();

	// Private Label Constants
		LPCTSTR GetCompanyName () {return (m_strCompanyName);}
		LPCTSTR GetProductName () {return (m_strProductName);}
		LPCTSTR GetInternalName () {return (m_strInternalName);}
		LPCTSTR GetDescription () {return (m_strDescription);}
		LPCTSTR GetComments () {return (m_strComments);}
		LPCTSTR GetLegalCopyright () {return (m_strLegalCopyright);}
		LPCTSTR GetDefConnectProgID () {return (m_strDefConnectProgID);}
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTest2App)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL
protected:
	bool m_bComInitialized;

		// Version information:
	CString m_strCompanyName;
	CString m_strProductName;
	CString m_strInternalName;
	CString m_strDescription;
	CString m_strComments;
	CString m_strLegalCopyright;
	CString m_strDefConnectProgID;

// Implementation
	//{{AFX_MSG(CTest2App)
	afx_msg void OnAppAbout();
	afx_msg void OnFileOpen();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

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

#endif // !defined(AFX_TEST2_H__F7B010C2_0477_44AD_BEF8_5B40317BFECF__INCLUDED_)

⌨️ 快捷键说明

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