a
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
// TaskProgressDlg.h: interface for the CTaskProgressDlg class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_TASKPROGRESSDLG_H__64908844_7B7F_4F0F_AA97_194C02629079__INCLUDED_)
|
||||
#define AFX_TASKPROGRESSDLG_H__64908844_7B7F_4F0F_AA97_194C02629079__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CTaskProgressDlg dialog
|
||||
|
||||
class CTaskProgressDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CTaskProgressDlg(BOOL bRecvOrSend, UINT uiTotalFileNum, CDevice* pDev, CWnd* pParent = NULL); // standard constructor
|
||||
virtual ~CTaskProgressDlg();
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CTaskProgressDlg)
|
||||
enum { IDD = IDD_TASK_PROGRESS };
|
||||
// NOTE: the ClassWizard will add data members here
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CTaskProgressDlg)
|
||||
public:
|
||||
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CTaskProgressDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnClose();
|
||||
afx_msg LRESULT OnUpdateTips(WPARAM wParam, LPARAM lParam);
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
|
||||
protected:
|
||||
|
||||
afx_msg LRESULT OnShowProgress(WPARAM f_wparam, LPARAM f_lparam);
|
||||
|
||||
};
|
||||
#endif // !defined(AFX_TASKPROGRESSDLG_H__64908844_7B7F_4F0F_AA97_194C02629079__INCLUDED_)
|
||||
Reference in New Issue
Block a user