Информатика и программирование: Visual C++ с использованием библиотеки MFC. Дербакова Е.П. - 38 стр.

UptoLike

Составители: 

38
// 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()
};
Листинг файла newprj.cpp.
// newprj.cpp : Defines the class behaviors for the
application.
#include "stdafx.h"
#include "newprj.h"
#include "MainFrm.h"
#include "newprjDoc.h"
#include "newprjView.h"
///////////////////////////////////////////////////////////////////////////
//
// CNewprjApp
BEGIN_MESSAGE_MAP(CNewprjApp, CWinApp)
//{{AFX_MSG_MAP(CNewprjApp)
ON_COMMAND(ID_APP_ABOUT, OnAp-
pAbout)
// NOTE - the ClassWizard will add
and remove mapping macros here.
             // 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()
};

Листинг файла newprj.cpp.

// newprj.cpp : Defines the class behaviors for the
application.
#include "stdafx.h"
#include "newprj.h"
#include "MainFrm.h"
#include "newprjDoc.h"
#include "newprjView.h"
///////////////////////////////////////////////////////////////////////////
//
// CNewprjApp

BEGIN_MESSAGE_MAP(CNewprjApp, CWinApp)
      //{{AFX_MSG_MAP(CNewprjApp)
      ON_COMMAND(ID_APP_ABOUT, OnAp-
pAbout)
            // NOTE - the ClassWizard will add
and remove mapping macros here.


                                    38