ABOUT.CPP
上传用户:zhuqijet
上传日期:2007-01-04
资源大小:138k
文件大小:1k
源码类别:

驱动编程

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "PCI Explorer.h"
  3. #include "about.h"
  4. #ifdef _DEBUG
  5. #define new DEBUG_NEW
  6. #undef THIS_FILE
  7. static char THIS_FILE[] = __FILE__;
  8. #endif
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CAboutDlg dialog used for App About
  11. CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
  12. {
  13. //{{AFX_DATA_INIT(CAboutDlg)
  14. //}}AFX_DATA_INIT
  15. }
  16. void CAboutDlg::DoDataExchange(CDataExchange* pDX)
  17. {
  18. CDialog::DoDataExchange(pDX);
  19. //{{AFX_DATA_MAP(CAboutDlg)
  20. //}}AFX_DATA_MAP
  21. }
  22. BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
  23. //{{AFX_MSG_MAP(CAboutDlg)
  24. // No message handlers
  25. //}}AFX_MSG_MAP
  26. END_MESSAGE_MAP()