cff.h
来自「与vc++界面十分类似的词法分析器」· C头文件 代码 · 共 56 行
H
56 行
// 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 + =
减小字号Ctrl + -
显示快捷键?