DownloadView.h
资源名称:TabSample.rar [点击查看]
上传用户:sz86035077
上传日期:2013-02-27
资源大小:40k
文件大小:2k
源码类别:
Tab控件
开发平台:
Visual C++
- #if !defined(AFX_DOWNLOADVIEW_H__B161F979_F57A_4D4E_A5BA_75684E1AE669__INCLUDED_)
- #define AFX_DOWNLOADVIEW_H__B161F979_F57A_4D4E_A5BA_75684E1AE669__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DownloadView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDownloadView form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class CDownloadView : public CFormView
- {
- protected:
- CDownloadView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CDownloadView)
- // Form Data
- public:
- //{{AFX_DATA(CDownloadView)
- enum { IDD = IDD_DOWNLOAD_VIEW };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDownloadView)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CDownloadView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CDownloadView)
- // NOTE - the ClassWizard will add and remove 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_DOWNLOADVIEW_H__B161F979_F57A_4D4E_A5BA_75684E1AE669__INCLUDED_)