home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Programare / skincraft / SkinCrafter_v1.4.12_Demo.msi / _49E29CB9A65AABBF653C1037E1AA74B6 / _676FDE1FD4764A84BF602D154820EA57 < prev    next >
Encoding:
Text File  |  2004-03-18  |  2.0 KB  |  71 lines

  1. #if !defined(AFX_PLAYERCONTROLDLG_H__CE91D8EE_1534_4ACD_A869_D10D2583FCC4__INCLUDED_)
  2. #define AFX_PLAYERCONTROLDLG_H__CE91D8EE_1534_4ACD_A869_D10D2583FCC4__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // CPlayerControlDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPlayerControlDlg dialog
  12.  
  13. class CPlayerControlDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CToolTipCtrl m_ToolTip;
  18.     CPlayerControlDlg(CWnd* pParent = NULL);   // standard constructor
  19.     CPoint m_ptMouse;
  20.     BOOL m_bIsMoved;
  21.     CString m_strCurMediaName;
  22.  
  23.     void PlayNew(CString path = "");
  24. // Dialog Data
  25.     //{{AFX_DATA(CPlayerControlDlg)
  26.     enum { IDD = IDD_CONTROLS };
  27.     CString    m_strCurFile;
  28.     CString    m_strCurTime;
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CPlayerControlDlg)
  35.     virtual BOOL PreTranslateMessage(MSG* pMsg);
  36.  
  37.     protected:
  38.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39.     //}}AFX_VIRTUAL
  40.  
  41. // Implementation
  42. protected:
  43.     void OnTimer(UINT nIDEvent);
  44.     void EnsurePlayerIsReady();
  45.     void LoadSkin();
  46.     // Generated message map functions
  47.     //{{AFX_MSG(CPlayerControlDlg)
  48.     afx_msg void OnPlaybut();
  49.     afx_msg void OnPlaylist();
  50.     afx_msg void OnOpenfile();
  51.     afx_msg void OnStopbut();
  52.     afx_msg void OnPausebut();
  53.     afx_msg void OnNextbut();
  54.     afx_msg void OnPrevbut();
  55.     afx_msg void OnClose();
  56.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  57.     afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  58.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  59.     afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  60.     virtual BOOL OnInitDialog();
  61.     afx_msg void OnAmegaButton();
  62.     afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  63.     //}}AFX_MSG
  64.     DECLARE_MESSAGE_MAP()
  65. };
  66.  
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  69.  
  70. #endif // !defined(AFX_PLAYERCONTROLDLG_H__CE91D8EE_1534_4ACD_A869_D10D2583FCC4__INCLUDED_)
  71.