PlayBack.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #if !defined(AFX_PLAYBACK_H__0D911E8C_D544_47A8_BA31_17ADBB8B3235__INCLUDED_)
  2. #define AFX_PLAYBACK_H__0D911E8C_D544_47A8_BA31_17ADBB8B3235__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PlayBack.h : header file
  7. //
  8. #include "RemoteFilePlay.h"
  9. #include "RemoteTimePlay.h"
  10. #include "LocalFilePlay.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CPlayBack dialog
  13. class CPlayBack : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CPlayBack(CWnd* pParent = NULL); // standard constructor
  18. CRemoteTimePlay m_RemoteTimePlayDlg;
  19. CRemoteFilePlay m_RemotePlayDlg;
  20. CLocalFilePlay m_LocalPlayDlg;
  21. // Dialog Data
  22. //{{AFX_DATA(CPlayBack)
  23. enum { IDD = IDD_DLGPLAYBACK };
  24. CTabCtrl m_PlayTab;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CPlayBack)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CPlayBack)
  36. afx_msg void OnSelchangeTabplayback(NMHDR* pNMHDR, LRESULT* pResult);
  37. afx_msg void OnSelchangingTabplayback(NMHDR* pNMHDR, LRESULT* pResult);
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnExit();
  40. virtual void OnCancel();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_PLAYBACK_H__0D911E8C_D544_47A8_BA31_17ADBB8B3235__INCLUDED_)