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