ClientFormView.h
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_CLIENTFORMVIEW_H__A120058A_6E81_4933_B08F_E5739FACA9BE__INCLUDED_)
  2. #define AFX_CLIENTFORMVIEW_H__A120058A_6E81_4933_B08F_E5739FACA9BE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ClientFormView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CClientFormView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CClientFormView : public CFormView
  14. {
  15. protected:
  16. CClientFormView();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CClientFormView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CClientFormView)
  21. enum { IDD = IDD_FORMVIEW };
  22. //}}AFX_DATA
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CClientFormView)
  30. public:
  31. virtual void OnInitialUpdate();
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. virtual ~CClientFormView();
  38. #ifdef _DEBUG
  39. virtual void AssertValid() const;
  40. virtual void Dump(CDumpContext& dc) const;
  41. #endif
  42. // Generated message map functions
  43. //{{AFX_MSG(CClientFormView)
  44. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_CLIENTFORMVIEW_H__A120058A_6E81_4933_B08F_E5739FACA9BE__INCLUDED_)