CPhotoFTPReceiveApp.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // CPhotoFTPReceiveApp.h : main header file for the CPhotoFTPReceiveApp application
  2. //
  3. #if !defined(AFX_CPhotoFTPReceiveAPP_H__D3E3BA85_EEFA_11D5_AB1C_00D0B70C3D79__INCLUDED_)
  4. #define AFX_CPhotoFTPReceiveAPP_H__D3E3BA85_EEFA_11D5_AB1C_00D0B70C3D79__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. #include "SystemTray.h"
  13. #include "LogFile.h"
  14. class CCPhotoFTPReceiveApp : public CWinApp
  15. {
  16. public:
  17. CCPhotoFTPReceiveApp();
  18. CSystemTray m_TrayIcon;
  19. CLogFile m_LogFile;
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CCPhotoFTPReceiveApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. //{{AFX_MSG(CCPhotoFTPReceiveApp)
  28. afx_msg void OnAppShow();
  29. afx_msg void OnAppExit();
  30. afx_msg void OnAppAbout();
  31. afx_msg void OnHelpIndex();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_CPhotoFTPReceiveAPP_H__D3E3BA85_EEFA_11D5_AB1C_00D0B70C3D79__INCLUDED_)