MFCROW.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // MFCRow.h : main header file for the MFCROW application
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #if !defined(AFX_MFCROW_H__2B60A6FC_22FC_11D1_8FD3_000000000000__INCLUDED_)
  13. #define AFX_MFCROW_H__2B60A6FC_22FC_11D1_8FD3_000000000000__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. #ifndef __AFXWIN_H__
  18. #error include 'stdafx.h' before including this file for PCH
  19. #endif
  20. #include "resource.h"       // main symbols
  21. // Make our _Module visible to everyone
  22. extern CComModule _Module;
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CMFCRowApp:
  25. // See MFCRow.cpp for the implementation of this class
  26. //
  27. class CMFCRowApp : public CWinApp
  28. {
  29. public:
  30. CMFCRowApp();
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CMFCRowApp)
  34. public:
  35. virtual BOOL InitInstance();
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. //{{AFX_MSG(CMFCRowApp)
  39. afx_msg void OnAppAbout();
  40. // NOTE - the ClassWizard will add and remove member functions here.
  41. //    DO NOT EDIT what you see in these blocks of generated code !
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_MFCROW_H__2B60A6FC_22FC_11D1_8FD3_000000000000__INCLUDED_)