Скачиваний:
10
Добавлен:
01.05.2014
Размер:
1.41 Кб
Скачать
// lab22.h : main header file for the LAB22 application
//

#if !defined(AFX_LAB22_H__CB7C86E3_440D_4390_AAA6_986CB310E7C9__INCLUDED_)
#define AFX_LAB22_H__CB7C86E3_440D_4390_AAA6_986CB310E7C9__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"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CLab22App:
// See lab22.cpp for the implementation of this class
//
#include "Constants.h"

class CLab22App : public CWinApp  //ст.класс для всех виндозных окон
{
public:
	CLab22App();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CLab22App)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CLab22App)
	afx_msg void OnAppAbout();
		// 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()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_LAB22_H__CB7C86E3_440D_4390_AAA6_986CB310E7C9__INCLUDED_)
Соседние файлы в папке lab22
  • #
    01.05.201437.31 Кб10lab22.aps
  • #
    01.05.20147.54 Кб10lab22.clw
  • #
    01.05.20144.37 Кб11lab22.cpp
  • #
    01.05.20146.47 Кб11lab22.dsp
  • #
    01.05.2014535 б10lab22.dsw
  • #
    01.05.20141.41 Кб10lab22.h
  • #
    01.05.2014222.21 Кб10lab22.ncb
  • #
    01.05.201461.95 Кб10lab22.opt
  • #
    01.05.2014244 б10lab22.plg
  • #
    01.05.201418.42 Кб10lab22.rc
  • #
    01.05.2014214 б10Lab221