#pragma once
|
#include "stdafx.h"
|
|
class CMBTransWnd;
|
/************************************************************************/
|
/* ´«Êä¹²ÏíÀà */
|
/************************************************************************/
|
class CMBTransCommomFtn
|
{
|
public:
|
CMBTransCommomFtn(void);
|
~CMBTransCommomFtn(void);
|
private:
|
CMBTransWnd *m_pTransWnd; // ´«Êä¶ÔÏó´°Ìå
|
public: // ´«ÊäÁбíÏà¹Ø
|
void SetTransHistShow( );
|
void SetTransDownloadShow();
|
void SetTransUploadShow();
|
void OnTransTabPageRadioSwitch(int nID);
|
public:
|
void SetTransWndPtr(CMBTransWnd *pTransWnd);
|
bool CancelCmderFileAsyn( CString strSvrFlag,long nTrID );
|
};
|