📄 scintillamfc.h
字号:
// scintillamfc.h : Haupt-Header-Datei f黵 die Anwendung SCINTILLAMFC
//
#if !defined(AFX_SCINTILLAMFC_H__AF36C32F_AA87_42CB_BC5D_D4EE3FBB369F__INCLUDED_)
#define AFX_SCINTILLAMFC_H__AF36C32F_AA87_42CB_BC5D_D4EE3FBB369F__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" // Hauptsymbole
/////////////////////////////////////////////////////////////////////////////
// CScintillamfcApp:
// Siehe scintillamfc.cpp f黵 die Implementierung dieser Klasse
//
class CScintillamfcApp : public CWinApp
{
public:
CScintillamfcApp();
// 躡erladungen
// Vom Klassenassistenten generierte 躡erladungen virtueller Funktionen
//{{AFX_VIRTUAL(CScintillamfcApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementierung
//{{AFX_MSG(CScintillamfcApp)
afx_msg void OnAppAbout();
// HINWEIS - An dieser Stelle werden Member-Funktionen vom Klassen-Assistenten eingef黦t und entfernt.
// Innerhalb dieser generierten Quelltextabschnitte NICHTS VER腘DERN!
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
// @access public data members
// @cmember the version number of the Scintilla dll
CString m_strVersionScintilla;
// @cmember the filename of the Scintilla dll
CString m_strFileScintilla;
// @cmember the product
CString m_strProductScintilla;
// @cmember handle of the scilexer dll
HINSTANCE m_hDll;
// @cmember find strings
CStringArray m_strFindstrings;
// @cmember replace strings
CStringArray m_strReplacestrings;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ f黦t unmittelbar vor der vorhergehenden Zeile zus鋞zliche Deklarationen ein.
#endif // !defined(AFX_SCINTILLAMFC_H__AF36C32F_AA87_42CB_BC5D_D4EE3FBB369F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -