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

📄 cff.h

📁 与vc++界面十分类似的词法分析器
💻 H
字号:
// CFF.h : main header file for the CFF application
//

#if !defined(AFX_CFF_H__42B46644_3D68_4C32_AEE8_C20E06056168__INCLUDED_)
#define AFX_CFF_H__42B46644_3D68_4C32_AEE8_C20E06056168__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 "MainFrm.h"
#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CCFFApp:
// See CFF.cpp for the implementation of this class
//

class CCFFApp : public CWinApp
{
public:
	void CCFFApp::AddFile(CString PathName, BOOL temp=false, int type=1);
	CString m_TempFile;
	CMultiDocTemplate* AddTemplate(UINT icon,int Doc=0,int Frame=0,int View=0);
	CString m_CurFileName;
	CString m_Path;
    CString m_WorkName;
	CMainFrame* m_pMainFrame;
	CCFFApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCFFApp)
	public:
	virtual BOOL InitInstance();
	virtual CDocument* OpenDocumentFile(LPCTSTR lpszFileName);
	//}}AFX_VIRTUAL

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

extern CCFFApp theApp;
/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_CFF_H__42B46644_3D68_4C32_AEE8_C20E06056168__INCLUDED_)

⌨️ 快捷键说明

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