Скачиваний:
93
Добавлен:
01.05.2014
Размер:
1.02 Кб
Скачать
// DlgAddEmpl1.cpp : implementation file
//

#include "stdafx.h"
#include "kurs.h"
#include "DlgAddEmpl1.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// DlgAddEmpl dialog


DlgAddEmpl::DlgAddEmpl(CWnd* pParent /*=NULL*/)
	: CDialog(DlgAddEmpl::IDD, pParent)
{
	//{{AFX_DATA_INIT(DlgAddEmpl)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void DlgAddEmpl::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(DlgAddEmpl)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(DlgAddEmpl, CDialog)
	//{{AFX_MSG_MAP(DlgAddEmpl)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// DlgAddEmpl message handlers
Соседние файлы в папке kurs