 
        
        
          Добавил:
          
          
        
        
    
            Studfiles2
            
            
            
            
            
            Опубликованный материал нарушает ваши авторские права? Сообщите нам.
          
          Вуз:
          Предмет:
          Файл:Лабораторная работа №43 / testMFC / testMFC
.h// testMFC.h : main header file for the testMFC application
//
#pragma once
#ifndef __AFXWIN_H__
	#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h"       // main symbols
// CtestMFCApp:
// See testMFC.cpp for the implementation of this class
//
class CtestMFCApp : public CWinApp
{
public:
	CtestMFCApp();
// Overrides
public:
	virtual BOOL InitInstance();
// Implementation
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
};
extern CtestMFCApp theApp;
          Соседние файлы в папке testMFC
          
      
    
    
    
          