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