Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

lab - pasha / Laboratory works / Laboratory works

.cpp
Скачиваний:
9
Добавлен:
15.06.2014
Размер:
1.5 Кб
Скачать
// Laboratory works.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "Laboratory works.h"
#include "Laboratory worksDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CLaboratoryworksApp

BEGIN_MESSAGE_MAP(CLaboratoryworksApp, CWinApp)
	ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()


// CLaboratoryworksApp construction

CLaboratoryworksApp::CLaboratoryworksApp()
{
	// TODO: add construction code here,
	// Place all significant initialization in InitInstance
}


// The one and only CLaboratoryworksApp object

CLaboratoryworksApp theApp;


// CLaboratoryworksApp initialization

BOOL CLaboratoryworksApp::InitInstance()
{
	// InitCommonControls() is required on Windows XP if an application
	// manifest specifies use of ComCtl32.dll version 6 or later to enable
	// visual styles.  Otherwise, any window creation will fail.
	InitCommonControls();

	CWinApp::InitInstance();

	AfxEnableControlContainer();


	CLaboratoryworksDlg dlg;
	m_pMainWnd = &dlg;
	INT_PTR nResponse = dlg.DoModal();
	if (nResponse == IDOK)
	{
		// TODO: Place code here to handle when the dialog is
		//  dismissed with OK
	}
	else if (nResponse == IDCANCEL)
	{
		// TODO: Place code here to handle when the dialog is
		//  dismissed with Cancel
	}

	// Since the dialog has been closed, return FALSE so that we exit the
	//  application, rather than start the application's message pump.
	return FALSE;
}
Соседние файлы в папке Laboratory works
  • #
    15.06.201449.63 Кб11Laboratory works.aps
  • #
    15.06.20141.5 Кб9Laboratory works.cpp
  • #
    15.06.2014642 б9Laboratory works.h
  • #
    15.06.2014166.91 Кб9Laboratory works.ncb
  • #
    15.06.201411.47 Кб9Laboratory works.rc
  • #
    15.06.2014921 б9Laboratory works.sln
  • #
    15.06.2014932 б9Laboratory works.sln.old