scintillamfc.h

来自「一个可以提供语法高亮显示的编辑器」· C头文件 代码 · 共 66 行

H
66
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?