www.pudn.com > ViewerCarry.rar > DisplayTranProgDlg.h


#if !defined(AFX_DISPLAYTRANPROGDLG_H__4F0FFC99_E124_4975_86AE_AC3470C66520__INCLUDED_) 
#define AFX_DISPLAYTRANPROGDLG_H__4F0FFC99_E124_4975_86AE_AC3470C66520__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DisplayTranProgDlg.h : header file 
// 
#include "TextProgressCtrl.h"	// Added by ClassView 
#include "BaseDef.h" 
#include  "MainFrm.h" 
#include "ThumbViewerView.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CDisplayTranProgDlg dialog 
class CMainFrame; 
class CThumbViewerView; 
 
class CDisplayTranProgDlg : public CDialog 
{ 
// Construction 
public: 
	virtual BOOL OnInitDialog(); 
	CDisplayTranProgDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDisplayTranProgDlg) 
	enum { IDD = IDD_DISPLAYTRAN_DLG }; 
	CStatic	m_hStaticDisplay; 
	CButton	m_hbtCancelTran; 
	CButton	m_hbtButton; 
	//CProgressCtrl	m_ImageTran_Progess; 
    CTextProgressCtrl	m_ImageTran_Progess; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDisplayTranProgDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
    afx_msg LONG OnImageTranMsg(UINT wParam, LONG lParam);  
	afx_msg LONG OnProgInitMsg(UINT wParam, LONG lParam); 
	// Generated message map functions 
	//{{AFX_MSG(CDisplayTranProgDlg) 
	afx_msg void OnCancelTran(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DISPLAYTRANPROGDLG_H__4F0FFC99_E124_4975_86AE_AC3470C66520__INCLUDED_)