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.

45 lines
1.1 KiB

  1. //============================================================================
  2. // Copyright (C) Microsoft Corporation, 1996 - 1999
  3. //
  4. // File: RefRate.h
  5. //
  6. // History:
  7. // 05/24/96 Michael Clark Created.
  8. //
  9. // Code dealing with refresh rate
  10. //============================================================================
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CRefRateDlg dialog
  14. class CRefRateDlg : public CBaseDialog
  15. {
  16. // Construction
  17. public:
  18. CRefRateDlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CRefRateDlg)
  21. enum { IDD = IDD_REFRESHRATE };
  22. UINT m_cRefRate;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CRefRateDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. static DWORD m_dwHelpMap[];
  33. // Generated message map functions
  34. //{{AFX_MSG(CRefRateDlg)
  35. // NOTE: the ClassWizard will add member functions here
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };