pathanalyst.h
来自「Embedded vc++下开发的路经分析程序」· C头文件 代码 · 共 51 行
H
51 行
// PathAnalyst.h : main header file for the PATHANALYST application
//
#if !defined(AFX_PATHANALYST_H__32C9422A_312D_4007_9422_49A7AEE20CC7__INCLUDED_)
#define AFX_PATHANALYST_H__32C9422A_312D_4007_9422_49A7AEE20CC7__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
/////////////////////////////////////////////////////////////////////////////
// CPathAnalystApp:
// See PathAnalyst.cpp for the implementation of this class
//
class CPathAnalystApp : public CWinApp
{
public:
CPathAnalystApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPathAnalystApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
public:
CSeWorkSpace m_WorkSpace; //工作空间对象,用于打开文件
// Implementation
//{{AFX_MSG(CPathAnalystApp)
afx_msg void OnAppAbout();
afx_msg void OnAppExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern CPathAnalystApp theApp; //声明全局变量
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PATHANALYST_H__32C9422A_312D_4007_9422_49A7AEE20CC7__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?