www.pudn.com > RecDemo.rar > SingleDialog.h
#if !defined(AFX_SINGLEDIALOG_H__A9D4ACC3_E2D5_11D5_B57E_00E04C68DC29__INCLUDED_)
#define AFX_SINGLEDIALOG_H__A9D4ACC3_E2D5_11D5_B57E_00E04C68DC29__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SingleDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// SingleDialog dialog
class SingleDialog : public CDialog
{
// Construction
public:
SingleDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(SingleDialog)
enum { IDD = IDD_DIALOG_SINGLE_PLAY };
CEdit m_TimeText;
CListBox m_FileList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(SingleDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(SingleDialog)
afx_msg void OnButtonPlay();
afx_msg void OnButtonPause();
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SINGLEDIALOG_H__A9D4ACC3_E2D5_11D5_B57E_00E04C68DC29__INCLUDED_)