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.

42 lines
977 B

  1. // RatAdvPg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CRatAdvancedPage dialog
  5. class CRatAdvancedPage : public CPropertyPage
  6. {
  7. DECLARE_DYNCREATE(CRatAdvancedPage)
  8. // Construction
  9. public:
  10. CRatAdvancedPage();
  11. ~CRatAdvancedPage();
  12. // the data
  13. CRatingsData* m_pRatData;
  14. // Dialog Data
  15. //{{AFX_DATA(CRatAdvancedPage)
  16. enum { IDD = IDD_RAT_ADVANCED };
  17. // NOTE - ClassWizard will add data members here.
  18. // DO NOT EDIT what you see in these blocks of generated code !
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generate virtual function overrides
  22. //{{AFX_VIRTUAL(CRatAdvancedPage)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(CRatAdvancedPage)
  30. // NOTE: the ClassWizard will add member functions here
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. void DoHelp();
  34. };