📄 exam1_1_8view.h
字号:
// Exam1_1_8View.h : interface of the CExam1_1_8View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_EXAM1_1_8VIEW_H__DE52B2F2_34F4_4E0C_9175_B36B282D380D__INCLUDED_)
#define AFX_EXAM1_1_8VIEW_H__DE52B2F2_34F4_4E0C_9175_B36B282D380D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MyPropSheet.h"
class CExam1_1_8View : public CFormView
{
protected: // create from serialization only
CExam1_1_8View();
DECLARE_DYNCREATE(CExam1_1_8View)
public:
//{{AFX_DATA(CExam1_1_8View)
enum{ IDD = IDD_EXAM1_1_8_FORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
CExam1_1_8Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExam1_1_8View)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
virtual void CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType = adjustBorder);
//}}AFX_VIRTUAL
// Implementation
public:
CMyPropSheet* m_pMyPropSheet;
virtual ~CExam1_1_8View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CExam1_1_8View)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in Exam1_1_8View.cpp
inline CExam1_1_8Doc* CExam1_1_8View::GetDocument()
{ return (CExam1_1_8Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXAM1_1_8VIEW_H__DE52B2F2_34F4_4E0C_9175_B36B282D380D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -