www.pudn.com > MediaPlayer.rar > FrameInfoDlg.h


#if !defined(AFX_FRAMEINFODLG_H__42E00F7A_9748_4F0F_A00F_1FEE56C8963A__INCLUDED_) 
#define AFX_FRAMEINFODLG_H__42E00F7A_9748_4F0F_A00F_1FEE56C8963A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FrameInfoDlg.h : header file 
// 
#include "BitmapDialog.h" 
///////////////////////////////////////////////////////////////////////////// 
// FrameInfoDlg dialog 
 
class FrameInfoDlg : public CBitmapDialog 
{ 
// Construction 
public: 
	CBitmapButton  m_BtnCancel;  
	FrameInfoDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(FrameInfoDlg) 
	enum { IDD = FRAMEINFO }; 
	CStatic	m_SourceBitmap; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(FrameInfoDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	BOOL OnInitDialog(); 
 
	// Generated message map functions 
	//{{AFX_MSG(FrameInfoDlg) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FRAMEINFODLG_H__42E00F7A_9748_4F0F_A00F_1FEE56C8963A__INCLUDED_)