Скачиваний:
1
Добавлен:
01.05.2014
Размер:
1.29 Кб
Скачать
// pol.h : main header file for the POL application
//

#if !defined(AFX_POL_H__9D8A591C_0E58_4B2C_AF77_B394CCD56171__INCLUDED_)
#define AFX_POL_H__9D8A591C_0E58_4B2C_AF77_B394CCD56171__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

/////////////////////////////////////////////////////////////////////////////
// CPolApp:
// See pol.cpp for the implementation of this class
//

class CPolApp : public CWinApp
{
public:
	CPolApp();

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

// Implementation

	//{{AFX_MSG(CPolApp)
		// 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_POL_H__9D8A591C_0E58_4B2C_AF77_B394CCD56171__INCLUDED_)
Соседние файлы в папке Лабораторная работа №54
  • #
    01.05.201436.65 Кб1pol.aps
  • #
    01.05.20142.05 Кб1pol.clw
  • #
    01.05.20142.02 Кб1pol.cpp
  • #
    01.05.20144.11 Кб1pol.dsp
  • #
    01.05.2014529 б1pol.dsw
  • #
    01.05.20141.29 Кб1pol.h
  • #
    01.05.201458.37 Кб1pol.ncb
  • #
    01.05.201455.81 Кб1pol.opt
  • #
    01.05.2014240 б1pol.plg
  • #
    01.05.20147.18 Кб1pol.rc
  • #
    01.05.20149.79 Кб2polDlg.cpp