DynSplitView2.h
上传用户:hnhlzg
上传日期:2013-10-19
资源大小:289k
文件大小:2k
源码类别:

数学计算

开发平台:

Visual C++

  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 "PinYuLuBoDib.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. //    PinYuLuBoDib* m_pBitmap2;
  22.     int c1;
  23. // Operations
  24. public:
  25. void clearmem2();
  26. CPalette *CreateBitmapPalette( PinYuLuBoDib* pBitmap);
  27.   CString filename;
  28. PinYuLuBoDib *CDibNew1;
  29. CDib *CDib1;
  30. CPalette hPalette;
  31. int state2;
  32. void clearmem();
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CDynSplitView2)
  36. protected:
  37. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. virtual ~CDynSplitView2();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. // Generated message map functions
  47. protected:
  48. //{{AFX_MSG(CDynSplitView2)
  49. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  50. afx_msg void OnFilesave();
  51. afx_msg void OnButterworthL();
  52. afx_msg void OnButterworthH();
  53. afx_msg void OnQuickForuier();
  54. afx_msg void OnBox();
  55. afx_msg void OnPerfectl();
  56. afx_msg void OnPerfecth();
  57. afx_msg void OnTl();
  58. afx_msg void OnTh();
  59. afx_msg void OnZl();
  60. afx_msg void OnZh();
  61. afx_msg void OnFirstQuickForuier();
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. /////////////////////////////////////////////////////////////////////////////
  66. //{{AFX_INSERT_LOCATION}}
  67. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  68. #endif // !defined(AFX_DYNSPLITVIEW2_H__76E949DA_9CAD_11D1_907F_00A024782894__INCLUDED_)