mainframe.h
上传用户:kklily621
上传日期:2013-06-25
资源大小:252k
文件大小:2k
开发平台:

Visual C++

  1. #if !defined(AFX_MAINFRAME_H__B2CAA637_A0B0_47D0_805F_2C80E8304C3F__INCLUDED_)
  2. #define AFX_MAINFRAME_H__B2CAA637_A0B0_47D0_805F_2C80E8304C3F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MainFrame.h : header file
  7. //
  8. #include "..systemtraysystemtray.h"
  9. //=============================================================================================
  10. // CMainFrame frame
  11. class CMainFrame : public CFrameWnd
  12. {
  13. protected:
  14. DECLARE_DYNCREATE(CMainFrame)
  15. public:
  16. CMainFrame();           // protected constructor used by dynamic creation
  17. // Attributes
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CMainFrame)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. virtual ~CMainFrame();
  27. // Generated message map functions
  28. //{{AFX_MSG(CMainFrame)
  29. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  30. afx_msg void OnTimer(UINT nIDEvent);
  31. //}}AFX_MSG
  32. afx_msg LONG OnTrayNotification(UINT wParam, LONG lParam);
  33. afx_msg LONG OnSessionNotification(UINT wParam, LONG lParam);
  34. afx_msg LONG OnAclNotification(UINT wParam, LONG lParam);
  35. afx_msg LONG OnShowNetMessage(UINT wParam, LONG lParam);
  36. DECLARE_MESSAGE_MAP()
  37. //---------------------------------------------------------------------------------------------
  38. // owner add
  39. public:
  40. static void InitMainSheet(int iActivePage = 0);
  41. };
  42. DWORD WINAPI SplashIcon(LPVOID pVoid);
  43. DWORD WINAPI SplashMessage(LPVOID pVoid);
  44. //=============================================================================================
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_MAINFRAME_H__B2CAA637_A0B0_47D0_805F_2C80E8304C3F__INCLUDED_)