www.pudn.com > EndpointDetection_Pitch.zip > Preferences.h
// Preferences.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPreferences dialog
#include "xShadeButton.h"
//{{AFX_INCLUDES()
#include "sscbctrl.h"
//}}AFX_INCLUDES
class CPreferences : public CDialog
{
// Construction
public:
CPreferences(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPreferences)
enum { IDD = IDD_PREFERENCES };
CxShadeButton m_GetOutOfPreferences;
CxShadeButton m_Prompt;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPreferences)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPreferences)
virtual BOOL OnInitDialog();
afx_msg void OnPrompt();
afx_msg void OnGetOutOfPreferences();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};