一个完整的教务管理系统。利用MFC开发
源代码在线查看: search.cpp
// SEARCH.cpp : implementation file
//
#include "stdafx.h"
#include "AdoTest.h"
#include "SEARCH.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// SEARCH dialog
SEARCH::SEARCH(CWnd* pParent /*=NULL*/)
: CDialog(SEARCH::IDD, pParent)
{
//{{AFX_DATA_INIT(SEARCH)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void SEARCH::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(SEARCH)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(SEARCH, CDialog)
//{{AFX_MSG_MAP(SEARCH)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// SEARCH message handlers