Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.5 KiB

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. FTMan
  5. File Name:
  6. FTMan.h
  7. Abstract:
  8. Main header file for the FTMan application
  9. Author:
  10. Cristian Teodorescu October 20, 1998
  11. Notes:
  12. Revision History:
  13. --*/
  14. #if !defined(AFX_FTMAN_H__B83DFFFB_6873_11D2_A297_00A0C9063765__INCLUDED_)
  15. #define AFX_FTMAN_H__B83DFFFB_6873_11D2_A297_00A0C9063765__INCLUDED_
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. #ifndef __AFXWIN_H__
  20. #error include 'stdafx.h' before including this file for PCH
  21. #endif
  22. #include "Resource.h" // main symbols
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CFTManApp:
  25. // See FTMan.cpp for the implementation of this class
  26. //
  27. class CFTManApp : public CWinApp
  28. {
  29. public:
  30. CFTManApp();
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CFTManApp)
  34. public:
  35. virtual BOOL InitInstance();
  36. virtual BOOL OnIdle( LONG lCount );
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. //{{AFX_MSG(CFTManApp)
  40. afx_msg void OnAppAbout();
  41. // NOTE - the ClassWizard will add and remove member functions here.
  42. // DO NOT EDIT what you see in these blocks of generated code !
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. protected:
  46. BOOL m_bStatusBarUpdatedOnce;
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_FTMAN_H__B83DFFFB_6873_11D2_A297_00A0C9063765__INCLUDED_)