很好的程序,希望能给你们带来方便.大家一起来维护这个网站,使其发展的更旺

源代码在线查看: about.cpp

软件大小: 117 K
上传用户: jiajuncai
关键词: 程序 带来 发展
下载地址: 免注册下载 普通下载 VIP

相关代码

				// About.cpp : implementation file
				//
				
				#include "stdafx.h"
				#include "DBTool.h"
				#include "About.h"
				
				#ifdef _DEBUG
				#define new DEBUG_NEW
				#undef THIS_FILE
				static char THIS_FILE[] = __FILE__;
				#endif
				
				/////////////////////////////////////////////////////////////////////////////
				// About dialog
				
				
				About::About(CWnd* pParent /*=NULL*/)
					: CDialog(About::IDD, pParent)
				{
					//{{AFX_DATA_INIT(About)
						// NOTE: the ClassWizard will add member initialization here
					//}}AFX_DATA_INIT
				}
				
				
				void About::DoDataExchange(CDataExchange* pDX)
				{
					CDialog::DoDataExchange(pDX);
					//{{AFX_DATA_MAP(About)
						// NOTE: the ClassWizard will add DDX and DDV calls here
					//}}AFX_DATA_MAP
				}
				
				
				BEGIN_MESSAGE_MAP(About, CDialog)
					//{{AFX_MSG_MAP(About)
						// NOTE: the ClassWizard will add message map macros here
					//}}AFX_MSG_MAP
				END_MESSAGE_MAP()
				
				/////////////////////////////////////////////////////////////////////////////
				// About message handlers
							

相关资源