Build Version6.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user