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,21 @@
#pragma once
// CAboutDlg dialog
class CAboutDlg : public CDialog
{
DECLARE_DYNAMIC(CAboutDlg)
public:
CAboutDlg(CWnd* pParent = NULL); // standard constructor
virtual ~CAboutDlg();
// Dialog Data
enum { IDD = IDD_ABOUTBOX };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
DECLARE_MESSAGE_MAP()
};