ydpdView.h
上传用户:seppec
上传日期:2010-02-09
资源大小:2347k
文件大小:2k
源码类别:

2D图形编程

开发平台:

Visual C++

  1. // ydpdView.h : interface of the CYdpdView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_YDPDVIEW_H__EFC5D39E_6423_4029_A8D9_5E14B33E44D0__INCLUDED_)
  5. #define AFX_YDPDVIEW_H__EFC5D39E_6423_4029_A8D9_5E14B33E44D0__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CYdpdView : public CScrollView
  10. {
  11. protected: // create from serialization only
  12. CYdpdView();
  13. DECLARE_DYNCREATE(CYdpdView)
  14. // Attributes
  15. public:
  16. CYdpdDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CYdpdView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual void OnInitialUpdate(); // called first time after construct
  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. int m_bk_first_width;
  34. int m_bk_first_height;
  35. bool isBKChonsen;
  36. bool isTeZhengZhi;
  37. CPoint m_center[10];
  38. int m_Pointnum;
  39. virtual ~CYdpdView();
  40. #ifdef _DEBUG
  41. virtual void AssertValid() const;
  42. virtual void Dump(CDumpContext& dc) const;
  43. #endif
  44. protected:
  45. // Generated message map functions
  46. protected:
  47. //{{AFX_MSG(CYdpdView)
  48. afx_msg void OnMenuBkFirst();
  49. afx_msg void OnMenuBkSecond();
  50. afx_msg void OnMenuBkGray();
  51. afx_msg void OnMenuGradient();
  52. afx_msg void OnMenuPipeizhongxin();
  53. afx_msg void OnMenuTezhengquyu();
  54. afx_msg void OnMenuPipei();
  55. afx_msg void OnMedifilter();
  56. afx_msg void OnMENUFILElOAD();
  57. afx_msg void OnMenuYdpdPipei();
  58. afx_msg void OnMenuYdpdMedi();
  59. afx_msg void OnMenuYdpdLktq();
  60. afx_msg void OnSecondPipei();
  61. //}}AFX_MSG
  62. DECLARE_MESSAGE_MAP()
  63. };
  64. #ifndef _DEBUG  // debug version in ydpdView.cpp
  65. inline CYdpdDoc* CYdpdView::GetDocument()
  66.    { return (CYdpdDoc*)m_pDocument; }
  67. #endif
  68. /////////////////////////////////////////////////////////////////////////////
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_YDPDVIEW_H__EFC5D39E_6423_4029_A8D9_5E14B33E44D0__INCLUDED_)