Build Version6.0

This commit is contained in:
TAO Cheng
2013-06-21 15:20:18 +08:00
parent 14b1638972
commit da93dd6989
10 changed files with 132 additions and 61 deletions
@@ -0,0 +1,34 @@
// AboutDlg.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "AboutDlg.h"
#include "afxdialogex.h"
// CAboutDlg dialog
IMPLEMENT_DYNAMIC(CAboutDlg, CDialog)
CAboutDlg::CAboutDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAboutDlg::IDD, pParent)
{
}
CAboutDlg::~CAboutDlg()
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
END_MESSAGE_MAP()
// CAboutDlg message handlers