OrgView.h
上传用户:hbrsgg1
上传日期:2014-05-08
资源大小:2826k
文件大小:2k
源码类别:

其他智力游戏

开发平台:

C/C++

  1. /*++
  2. Copyright (c) AFE(Active-Free-Elegance)
  3. Module Name:
  4.     OrgView.h
  5. Abstract:
  6. the originally photo's View 
  7. Author:
  8.     Weijian Luo (Arthur Luo)   15-Jun-2005
  9. E-mail: skybluehacker@yahoo.com.cn
  10. Revision History:      1.0
  11. --*/
  12. #if !defined(AFX_ORGVIEW_H__DF177E91_5904_43DD_AFDA_1A01ED948952__INCLUDED_)
  13. #define AFX_ORGVIEW_H__DF177E91_5904_43DD_AFDA_1A01ED948952__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // OrgView.h : header file
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. // COrgView view
  21. class COrgView : public CView
  22. {
  23. protected:
  24. COrgView();           // protected constructor used by dynamic creation
  25. DECLARE_DYNCREATE(COrgView)
  26. // Attributes
  27. public:
  28. void DrawAll(CDC *pDC);
  29. // Operations
  30. public:
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(COrgView)
  34. protected:
  35. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  36. virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. virtual ~COrgView();
  41. #ifdef _DEBUG
  42. virtual void AssertValid() const;
  43. virtual void Dump(CDumpContext& dc) const;
  44. #endif
  45. // Generated message map functions
  46. protected:
  47. //{{AFX_MSG(COrgView)
  48. // NOTE - the ClassWizard will add and remove member functions here.
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_ORGVIEW_H__DF177E91_5904_43DD_AFDA_1A01ED948952__INCLUDED_)