FileTransView.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // FileTransView.h : header file
- #ifndef _FILETRANS_VIEW_H
- #define _FILETRANS_VIEW_H
- // CFileTransView view
- #include "FilelistSend.h"
- #include "FileListRecv.h"
- class CFileTransView : public CView
- {
- public:
- CFileTransView();
- DECLARE_DYNCREATE(CFileTransView)
- // Attributes
- public:
- CFileListSend *m_pwndFileSendList; //send list window.
- CFileListRecv *m_pwndFileRecvList; //recv list window.
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileTransView)
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CFileTransView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- CSplitterWnd m_wndFleListSpliter;
- // Generated message map functions
- protected:
- //{{AFX_MSG(CFileTransView)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif //_FILETRANS_VIEW_H