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