TextShadePrjView.h
上传用户:aokegd
上传日期:2009-12-14
资源大小:1276k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // TextShadePrjView.h : interface of the CTextShadePrjView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_TEXTSHADEPRJVIEW_H__13EE3B40_F93F_435F_86F8_F459ACC56949__INCLUDED_)
  5. #define AFX_TEXTSHADEPRJVIEW_H__13EE3B40_F93F_435F_86F8_F459ACC56949__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CTextShadePrjView : public CView
  10. {
  11. protected: // create from serialization only
  12. CTextShadePrjView();
  13. DECLARE_DYNCREATE(CTextShadePrjView)
  14. // Attributes
  15. public:
  16. CTextShadePrjDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CTextShadePrjView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. virtual void OnInitialUpdate();
  26. protected:
  27. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  28. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  29. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. virtual ~CTextShadePrjView();
  34. #ifdef _DEBUG
  35. virtual void AssertValid() const;
  36. virtual void Dump(CDumpContext& dc) const;
  37. #endif
  38. protected:
  39. // Generated message map functions
  40. protected:
  41. int m_nBlue;
  42. int m_nGreen;
  43. int m_nRed;
  44. //{{AFX_MSG(CTextShadePrjView)
  45. afx_msg void OnTimer(UINT nIDEvent);
  46. afx_msg void OnDestroy();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. #ifndef _DEBUG  // debug version in TextShadePrjView.cpp
  51. inline CTextShadePrjDoc* CTextShadePrjView::GetDocument()
  52.    { return (CTextShadePrjDoc*)m_pDocument; }
  53. #endif
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_TEXTSHADEPRJVIEW_H__13EE3B40_F93F_435F_86F8_F459ACC56949__INCLUDED_)