MyImage.h
上传用户:hbytqc8
上传日期:2014-07-31
资源大小:527k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. #if !defined(AFX_MYIMAGE_H__79B9844C_8748_4D5C_B810_C5FC0F689177__INCLUDED_)
  2. #define AFX_MYIMAGE_H__79B9844C_8748_4D5C_B810_C5FC0F689177__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyImage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyImage window
  10. class CMyImage : public CStatic
  11. {
  12. // Construction
  13. public:
  14. CMyImage();
  15. // Attributes
  16. public:
  17.    bool move;
  18.    int init_x,init_y;
  19.    CPoint MyPos;
  20.    CString ipaddress;
  21.    HTREEITEM HSelf;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CMyImage)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CMyImage();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CMyImage)
  34. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  35. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  36. afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  37. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  38. afx_msg void OnPaint();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_MYIMAGE_H__79B9844C_8748_4D5C_B810_C5FC0F689177__INCLUDED_)