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

  1. // SCPlayerDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "wmpplayer4.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_SCPLAYERDLG_H__DA0206E7_3C69_46A2_A8F2_2425F37E8E6D__INCLUDED_)
  8. #define AFX_SCPLAYERDLG_H__DA0206E7_3C69_46A2_A8F2_2425F37E8E6D__INCLUDED_
  9.  
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. //#include "PlayerView.h"
  14. //#include "wmp.h"
  15. #include "wmpcontrols.h"
  16.  
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CSCPlayerDlg dialog
  20.  
  21. class CSCPlayerDlg : public CDialog
  22. {
  23. // Construction
  24. public:
  25.     CSCPlayerDlg(CWnd* pParent = NULL);    // standard constructor
  26.     //CPlayerView* pPl;
  27.     BOOL m_flagMoveSlider;
  28.     CPoint m_ptMouse;
  29. // Dialog Data
  30.     //{{AFX_DATA(CSCPlayerDlg)
  31.     enum { IDD = IDD_SCPLAYER_DIALOG };
  32.     //}}AFX_DATA
  33.  
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CSCPlayerDlg)
  36.     public:
  37.     virtual BOOL PreTranslateMessage(MSG* pMsg);
  38.     protected:
  39.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40.     virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44. protected:
  45.     HICON m_hIcon;
  46.     double m_fStep;
  47.     // Generated message map functions
  48.     //{{AFX_MSG(CSCPlayerDlg)
  49.     virtual BOOL OnInitDialog();
  50.     afx_msg void OnPaint();
  51.     afx_msg HCURSOR OnQueryDragIcon();
  52.     afx_msg void OnOpenFile();
  53.     afx_msg void OnPlay();
  54.     afx_msg void OnPause();
  55.     afx_msg void OnStop();
  56.     afx_msg void OnOpenStateChangeWmplayer(long NewState);
  57.     afx_msg void OnReleasedcaptureSlider(NMHDR* pNMHDR, LRESULT* pResult);
  58.     afx_msg void OnTimer(UINT nIDEvent);
  59.     afx_msg void OnSize(UINT nType, int cx, int cy);
  60.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  61.     afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  62.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  63.     afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  64.     afx_msg void OnClose();
  65.     DECLARE_EVENTSINK_MAP()
  66.     //}}AFX_MSG
  67.     DECLARE_MESSAGE_MAP()
  68. };
  69.  
  70. class CAboutDlg : public CDialog
  71. {
  72. public:
  73.     CAboutDlg();
  74.  
  75. // Dialog Data
  76.     //{{AFX_DATA(CAboutDlg)
  77.     enum { IDD = IDD_ABOUTBOX };
  78.     //}}AFX_DATA
  79.  
  80.     // ClassWizard generated virtual function overrides
  81.     //{{AFX_VIRTUAL(CAboutDlg)
  82.     protected:
  83.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  84.     //}}AFX_VIRTUAL
  85.  
  86. // Implementation
  87. protected:
  88.     //{{AFX_MSG(CAboutDlg)
  89.     //}}AFX_MSG
  90.     DECLARE_MESSAGE_MAP()
  91. };
  92. //{{AFX_INSERT_LOCATION}}
  93. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  94.  
  95. #endif // !defined(AFX_SCPLAYERDLG_H__DA0206E7_3C69_46A2_A8F2_2425F37E8E6D__INCLUDED_)
  96.