testdlView.h
Upload User: chennaikun
Upload Date: 2022-05-07
Package Size: 2328k
Code Size: 2k
Category:

Dialog_Window

Development Platform:

Visual C++

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