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