简单的示波器程序
源代码在线查看: control.cpp
// Control.cpp : implementation file
//
#include "stdafx.h"
#include "aaa.h"
#include "Control.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CControl
CControl::CControl()
{
}
CControl::~CControl()
{
}
BEGIN_MESSAGE_MAP(CControl, CWnd)
//{{AFX_MSG_MAP(CControl)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CControl message handlers