Курсовая работа: Применение автоматизированного адаптивного интерферометра для исследования наносмещений микрообъектов
CSerialGateTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
}
else if (nResponse == IDCANCEL)
{
}
return FALSE;
}
Листинг SerialGateTestDlg.cpp:
#include <stdio.h>
#include <string.h>
#include <string>
#include "stdafx.h"
#include "SerialGateTest.h"
#include "SerialGateTestDlg.h"
#include <windows.h>
#include <math.h>
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//using System;
int key=0;
//#include "thread.h"
//#include System::Threading;