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.

117 lines
2.5 KiB

  1. //
  2. // Driver Verifier UI
  3. // Copyright (c) Microsoft Corporation, 1999
  4. //
  5. //
  6. //
  7. // module: paspage.h
  8. // author: DMihai
  9. // created: 11/1/00
  10. //
  11. // Description:
  12. //
  13. #if !defined(AFX_TASPAGE_H__6F4DFFE1_A07F_403D_A580_CCB25C729FC2__INCLUDED_)
  14. #define AFX_TASPAGE_H__6F4DFFE1_A07F_403D_A580_CCB25C729FC2__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. // taspage.h : header file
  19. //
  20. #include "vsetting.h"
  21. #include "VerfPage.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CTypAdvStatPage
  24. class CTypAdvStatPage : public CVerifierPropertyPage
  25. {
  26. DECLARE_DYNCREATE(CTypAdvStatPage)
  27. public:
  28. //
  29. // Construction/destruction
  30. //
  31. CTypAdvStatPage();
  32. ~CTypAdvStatPage();
  33. //
  34. // Methods
  35. //
  36. VOID SetParentSheet( CPropertySheet *pParentSheet )
  37. {
  38. m_pParentSheet = pParentSheet;
  39. ASSERT( m_pParentSheet != NULL );
  40. }
  41. protected:
  42. //
  43. // Data
  44. //
  45. CPropertySheet *m_pParentSheet;
  46. //
  47. // Overrides
  48. //
  49. //
  50. // All the property pages derived from this class should
  51. // provide these methods.
  52. //
  53. virtual ULONG GetDialogId() const;
  54. //
  55. // ClassWizard generated virtual function overrides
  56. //
  57. //{{AFX_VIRTUAL(CTypAdvStatPage)
  58. public:
  59. virtual LRESULT OnWizardNext();
  60. virtual BOOL OnSetActive();
  61. virtual BOOL OnWizardFinish();
  62. protected:
  63. virtual void DoDataExchange(CDataExchange* pDX);
  64. //}}AFX_VIRTUAL
  65. //
  66. // Dialog Data
  67. //
  68. //{{AFX_DATA(CTypAdvStatPage)
  69. enum { IDD = IDD_TAS_PAGE };
  70. CStatic m_NextDescription;
  71. int m_nCrtRadio;
  72. //}}AFX_DATA
  73. protected:
  74. //
  75. // Generated message map functions
  76. //
  77. //{{AFX_MSG(CTypAdvStatPage)
  78. afx_msg void OnDeleteRadio();
  79. afx_msg void OnAdvancedRadio();
  80. afx_msg void OnStatisticsRadio();
  81. afx_msg void OnTypicalRadio();
  82. virtual BOOL OnInitDialog();
  83. afx_msg void OnViewregistryRadio();
  84. afx_msg LONG OnHelp( WPARAM wParam, LPARAM lParam );
  85. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  86. //}}AFX_MSG
  87. DECLARE_MESSAGE_MAP()
  88. };
  89. /////////////////////////////////////////////////////////////////////////////
  90. //{{AFX_INSERT_LOCATION}}
  91. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  92. #endif // !defined(AFX_TASPAGE_H__6F4DFFE1_A07F_403D_A580_CCB25C729FC2__INCLUDED_)