www.pudn.com > EndpointDetection_Pitch.zip > ScPDlg.h
// ScPDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CScPDlg dialog
//{{AFX_INCLUDES()
#include "listv.h"
//}}AFX_INCLUDES
class CScPDlg : public CDialog
{
// Construction
public:
CScPDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CScPDlg)
enum { IDD = IDD_PERFECT_SCORE_DIALOG };
CString m_perfect_score_details;
CString m_perfect_score_summary;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScPDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CScPDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};