TypeRecView.h
上传用户:renhuadsj
上传日期:2008-11-19
资源大小:1466k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. // TypeRecView.h : interface of the CTypeRecView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_TYPERECVIEW_H__CEDA43C9_F712_492D_8032_DA4EBBB299AB__INCLUDED_)
  5. #define AFX_TYPERECVIEW_H__CEDA43C9_F712_492D_8032_DA4EBBB299AB__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CTypeRecView : public CView
  10. {
  11. protected: // create from serialization only
  12. CTypeRecView();
  13. DECLARE_DYNCREATE(CTypeRecView)
  14. // Attributes
  15. public:
  16. CTypeRecDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CTypeRecView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  27. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  28. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. int m_ipzLeft,m_ipzRight,m_ipzBottom,m_ipzTop;
  33. void Search_Directory(char *szFilename);
  34. virtual ~CTypeRecView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CTypeRecView)
  43. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  44. afx_msg void OnFILE256ToGray();
  45. afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam); 
  46. afx_msg void OnFILE24ToGray();
  47. afx_msg void OnTempSubrect();
  48. afx_msg void OnEditCopy();
  49. afx_msg void OnTempPalette();
  50. afx_msg void OnTempGray();
  51. afx_msg void OnTempError();
  52. afx_msg void OnTest11();
  53. afx_msg void OnTest12();
  54. afx_msg void OnTest13();
  55. afx_msg void OnTest14();
  56. afx_msg void OnTest15();
  57. afx_msg void OnEditPaste();
  58. afx_msg void OnTest145();
  59. afx_msg void OnTest16();
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. #ifndef _DEBUG  // debug version in TypeRecView.cpp
  64. inline CTypeRecDoc* CTypeRecView::GetDocument()
  65.    { return (CTypeRecDoc*)m_pDocument; }
  66. #endif
  67. /////////////////////////////////////////////////////////////////////////////
  68. //{{AFX_INSERT_LOCATION}}
  69. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  70. #endif // !defined(AFX_TYPERECVIEW_H__CEDA43C9_F712_492D_8032_DA4EBBB299AB__INCLUDED_)