Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Abstract:
  4. @doc
  5. @module AboutDlg.cpp | Implementation of the About dialog
  6. @end
  7. Author:
  8. Adi Oltean [aoltean] 08/05/1999
  9. Revision History:
  10. Name Date Comments
  11. aoltean 08/05/1999 Created
  12. --*/
  13. /////////////////////////////////////////////////////////////////////////////
  14. // Includes
  15. #include "stdafx.hxx"
  16. #include "resource.h"
  17. #include "AboutDlg.h"
  18. #ifdef _DEBUG
  19. #define new DEBUG_NEW
  20. #undef THIS_FILE
  21. static char THIS_FILE[] = __FILE__;
  22. #endif
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CAboutDlg dialog used for App About
  25. CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
  26. {
  27. //{{AFX_DATA_INIT(CAboutDlg)
  28. //}}AFX_DATA_INIT
  29. }
  30. void CAboutDlg::DoDataExchange(CDataExchange* pDX)
  31. {
  32. CDialog::DoDataExchange(pDX);
  33. //{{AFX_DATA_MAP(CAboutDlg)
  34. //}}AFX_DATA_MAP
  35. }
  36. BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
  37. //{{AFX_MSG_MAP(CAboutDlg)
  38. // No message handlers
  39. //}}AFX_MSG_MAP
  40. END_MESSAGE_MAP()