DynSplitView2.h
Upload User: jjlianmen
Upload Date: 2022-08-03
Package Size: 157k
Code Size: 2k
Category:

Special Effects

Development Platform:

Matlab

  1. #if !defined(AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_)
  2. #define AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // DynSplitView2.h : header file
  7. //
  8. #include"DSplitDoc.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDynSplitView2 view
  11. #include "JisuanProcessDib.h"
  12. #include "CDIB.h"
  13. class CDynSplitView2 : public CView
  14. {
  15. protected:
  16. CDynSplitView2();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CDynSplitView2)
  18. // Attributes
  19. public:
  20. CDSplitDoc* GetDocument();
  21. // Operations
  22. public:
  23. CPalette *CreateBitmapPalette( JisuanProcessDib* pBitmap);
  24.   CString filename;
  25. JisuanProcessDib *CDibNew1;
  26. CDib *CDib1;
  27. CPalette hPalette;
  28. int state2;
  29. void clearmem();
  30. int yuzhi_gray;
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CDynSplitView2)
  34. protected:
  35. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. virtual ~CDynSplitView2();
  40. #ifdef _DEBUG
  41. virtual void AssertValid() const;
  42. virtual void Dump(CDumpContext& dc) const;
  43. #endif
  44. // Generated message map functions
  45. protected:
  46. //{{AFX_MSG(CDynSplitView2)
  47. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  48. afx_msg void OnFilesave();
  49. afx_msg void OnAreajisuan();
  50. afx_msg void OnXiaochusmall();
  51. afx_msg void OnFollowline();
  52. afx_msg void OnA();
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. /////////////////////////////////////////////////////////////////////////////
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_)