www.pudn.com > MEDIAPLAYER.rar > BalanceDlg.h
#if !defined(AFX_BALANCEDLG_H__42C6EE4F_5BC0_4F2C_AE24_48364F212F98__INCLUDED_)
#define AFX_BALANCEDLG_H__42C6EE4F_5BC0_4F2C_AE24_48364F212F98__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BalanceDlg.h : header file
//
#include "activemovie2.h"
/////////////////////////////////////////////////////////////////////////////
// CBalanceDlg dialog
class CBalanceDlg : public CDialog
{
// Construction
public:
CActiveMovie2* m_pAmovie;
void SetBlance(CActiveMovie2* pAmovie);
CBalanceDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBalanceDlg)
enum { IDD = IDD_BALANCE_DLG };
CSliderCtrl m_sld;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBalanceDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBalanceDlg)
virtual BOOL OnInitDialog();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BALANCEDLG_H__42C6EE4F_5BC0_4F2C_AE24_48364F212F98__INCLUDED_)