icrEdit.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // icrEdit.h : main header file for the ICREDIT application
  2. //
  3. #if !defined(AFX_ICREDIT_H__FE1D93AF_2CBA_4788_AEE8_13C7588BBAF0__INCLUDED_)
  4. #define AFX_ICREDIT_H__FE1D93AF_2CBA_4788_AEE8_13C7588BBAF0__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CIcrEditApp:
  14. // See icrEdit.cpp for the implementation of this class
  15. //
  16. class CIcrEditApp : public CWinApp
  17. {
  18. public:
  19. CIcrEditApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CIcrEditApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. virtual BOOL OnIdle(LONG lCount);
  26. virtual int ExitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CIcrEditApp)
  30. afx_msg void OnAppAbout();
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. // DO NOT EDIT what you see in these blocks of generated code !
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_ICREDIT_H__FE1D93AF_2CBA_4788_AEE8_13C7588BBAF0__INCLUDED_)