www.pudn.com > fastplayer-0.1.zip > FiltersDlg.h
#if !defined(AFX_FILTERSDLG_H__74C396EC_CF41_426C_AE03_BE2B87BE807D__INCLUDED_)
#define AFX_FILTERSDLG_H__74C396EC_CF41_426C_AE03_BE2B87BE807D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FiltersDlg.h : header file
//
class CFastPlayerDoc;
/////////////////////////////////////////////////////////////////////////////
// CFiltersDlg dialog
class CFiltersDlg : public ETSLayoutDialog
{
// Construction
public:
CFiltersDlg(CWnd* pParent = NULL); // standard constructor
CFastPlayerDoc *m_pDocument;
// Dialog Data
//{{AFX_DATA(CFiltersDlg)
enum { IDD = IDD_FILTERS };
CListBox m_lstFilters;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFiltersDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFiltersDlg)
afx_msg void OnDblclkFilterList();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILTERSDLG_H__74C396EC_CF41_426C_AE03_BE2B87BE807D__INCLUDED_)