home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / PropPageSound.h < prev    next >
C/C++ Source or Header  |  2003-01-06  |  1KB  |  56 lines

  1. #if !defined(AFX_PROPPAGESOUND_H__E835A00D_15AC_443A_BB4E_7B6AFFA9D1DE__INCLUDED_)
  2. #define AFX_PROPPAGESOUND_H__E835A00D_15AC_443A_BB4E_7B6AFFA9D1DE__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PropPageSound.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPropPageSound dialog
  12.  
  13. class CPropPageSound : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CPropPageSound)
  16.  
  17. // Construction
  18. public:
  19.     CPropPageSound();
  20.     ~CPropPageSound();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CPropPageSound)
  24.     enum { IDD = IDD_PROPPAGE_SOUND };
  25.     CComboBox    m_threadpriority;
  26.     CSpinButtonCtrl    m_latspinner;
  27.     int        m_latency;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generate virtual function overrides
  33.     //{{AFX_VIRTUAL(CPropPageSound)
  34.     public:
  35.     virtual BOOL OnApply();
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.     // Generated message map functions
  43.     //{{AFX_MSG(CPropPageSound)
  44.     afx_msg void OnChangeEdit1();
  45.     virtual BOOL OnInitDialog();
  46.     afx_msg void OnSelchangeCombo1();
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49.  
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_PROPPAGESOUND_H__E835A00D_15AC_443A_BB4E_7B6AFFA9D1DE__INCLUDED_)
  56.