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.4 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_CONSUMERPG_H__17E916BA_F040_4C63_AB8C_D41F009E12AB__INCLUDED_)
  8. #define AFX_CONSUMERPG_H__17E916BA_F040_4C63_AB8C_D41F009E12AB__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // ConsumerPg.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CConsumerPg dialog
  16. class CConsumerPg : public CPropertyPage
  17. {
  18. DECLARE_DYNCREATE(CConsumerPg)
  19. // Construction
  20. public:
  21. CConsumerPg();
  22. ~CConsumerPg();
  23. // Dialog Data
  24. //{{AFX_DATA(CConsumerPg)
  25. enum { IDD = IDD_PG_CONSUMERS };
  26. // NOTE - ClassWizard will add data members here.
  27. // DO NOT EDIT what you see in these blocks of generated code !
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CConsumerPg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CConsumerPg)
  39. // NOTE: the ClassWizard will add member functions here
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_CONSUMERPG_H__17E916BA_F040_4C63_AB8C_D41F009E12AB__INCLUDED_)