Source code of Windows XP (NT5)
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.6 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997-2001.
  5. //
  6. // File: acrswlcm.h
  7. //
  8. // Contents:
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_ACRSWLCM_H__98CAC388_7325_11D1_85D4_00C04FB94F17__INCLUDED_)
  12. #define AFX_ACRSWLCM_H__98CAC388_7325_11D1_85D4_00C04FB94F17__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. // ACRSWLCM.H : header file
  17. //
  18. #include "Wiz97PPg.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // ACRSWizardWelcomePage dialog
  21. class ACRSWizardWelcomePage : public CWizard97PropertyPage
  22. {
  23. // DECLARE_DYNCREATE(ACRSWizardWelcomePage)
  24. // Construction
  25. public:
  26. ACRSWizardWelcomePage();
  27. virtual ~ACRSWizardWelcomePage();
  28. // Dialog Data
  29. //{{AFX_DATA(ACRSWizardWelcomePage)
  30. enum { IDD = IDD_ACR_SETUP_WELCOME };
  31. CStatic m_staticBigBold;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generate virtual function overrides
  35. //{{AFX_VIRTUAL(ACRSWizardWelcomePage)
  36. public:
  37. virtual BOOL OnSetActive();
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(ACRSWizardWelcomePage)
  45. virtual BOOL OnInitDialog();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_ACRSWLCM_H__98CAC388_7325_11D1_85D4_00C04FB94F17__INCLUDED_)