📄 nthell.hpp
字号:
//Filename: NTHELL.HPP
//"NTHELL" Generated by WindowsMAKER Professional
//Author: Martin Heller
//
// ***********************************************************************
// Code in this file is initially generated by WindowsMAKER Professional.
// This file contains classes for the main window and application itself.
// You can modify these classes to add your own functionality. If you need
// to, you can overload the member functions of the WindowsMAKER base classes
// to override the default functionality of a given class.
// Note that WindowsMAKER often provides functionality that is required
// for the program to function correctly - for instance the initialization
// of the application.
// For more information, see the section "How code is generated"
// in the documentation.
// ***********************************************************************
//
// Classes:
// Cwm_Application
// Cwm_MainWnd
//
//
// ----------------
// | MFC CLASS |
// | |
// ----------------
// |
// ----------------
// | WindowsMAKER |
// | Common Class |
// ----------------
// |
// ----------------
// | WindowsMAKER |
// | Base Class |
// ----------------
// |
// ----------------
// | USER CLASS | <--- You are here
// | |
// ----------------
// *********************************************************************
// MAIN APPLICATION CLASS: Cwm_Application
// *********************************************************************
// The User window application. In this class, you can override any
// member functions in parent classes you need to, and add your own
// functionality.
class Cwm_Application : public CWinMakerApp
{
public:
Cwm_Application (const char* pName = NULL)
: CWinMakerApp (pName) {} ;
virtual ~Cwm_Application () { } ;
virtual BOOL InitApplication ();
virtual BOOL InitInstance ();
virtual BOOL ExitInstance ();
WMPROTO_Application()
protected:
} ;
// *********************************************************************
// MAIN WINDOW CLASS: Cwm_MainWnd
// *********************************************************************
// The main window user class. This class handles all the processing
// for the main window. In it, you can define whatever member functions are necessary
// to create your application. You can override message handling for the
// main window in this class if you so choose. You can also override any
// of the initialization routines if you need very flexible initialization.
class Cwm_MainWnd : public Cwm_MainBaseWnd
{
public:
Cwm_MainWnd () : Cwm_MainBaseWnd () { } ;
virtual ~Cwm_MainWnd () { } ;
WMPROTO_MainWnd()
protected:
afx_msg void OnSetFocus (CWnd* pOldWnd);
DECLARE_MESSAGE_MAP()
} ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -