一个完整的教务管理系统。利用MFC开发

源代码在线查看: search.cpp

软件大小: 187 K
上传用户: hqbbsw
关键词: MFC 管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 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
							

相关资源