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 port;
  18.    bool move;
  19.    int init_x,init_y;
  20.    CPoint MyPos;
  21.    CString ipaddress;
  22.    HTREEITEM HSelf;
  23.    int ArrayIndex;
  24.   
  25. // Operations
  26. public:
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMyImage)
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. virtual ~CMyImage();
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CMyImage)
  37. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  38. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  39. afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  40. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  41. afx_msg void OnPaint();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_MYIMAGE_H__79B9844C_8748_4D5C_B810_C5FC0F689177__INCLUDED_)