CDlg4View.h
资源名称:CDlg4.rar [点击查看]
上传用户:gzjczs
上传日期:2022-03-18
资源大小:308k
文件大小:2k
源码类别:
PropertySheet
开发平台:
Visual C++
- // CDlg4View.h : interface of the CCDlg4View class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CDLG4VIEW_H__6E6408EE_26E8_49F5_9AC7_941E15E3BE23__INCLUDED_)
- #define AFX_CDLG4VIEW_H__6E6408EE_26E8_49F5_9AC7_941E15E3BE23__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CCDlg4View : public CView
- {
- protected: // create from serialization only
- CCDlg4View();
- DECLARE_DYNCREATE(CCDlg4View)
- // Attributes
- public:
- CCDlg4Doc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCDlg4View)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CCDlg4View();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CCDlg4View)
- afx_msg void OnNewppsheet();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in CDlg4View.cpp
- inline CCDlg4Doc* CCDlg4View::GetDocument()
- { return (CCDlg4Doc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CDLG4VIEW_H__6E6408EE_26E8_49F5_9AC7_941E15E3BE23__INCLUDED_)