vbseditor.h
来自「一个类似VB代码编辑器.通过一个多文档模板导出」· C头文件 代码 · 共 24 行
H
24 行
#ifndef _VBSEDITOR_H
#define _VBSEDITOR_H
#include "EditorInterface.h"
#include "resource.h" // main symbols
#include "DLLDocument.h"
#include "Childfrm.h"
class CEditorDLLApp : public CWinApp
{
public:
CEditorDLLApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExampleDLLApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CExampleDLLApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?