modal_dialog_baseview.h
来自「关于使用VC编程的代码」· C头文件 代码 · 共 64 行
H
64 行
// modal_dialog_baseView.h : interface of the CModal_dialog_baseView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MODAL_DIALOG_BASEVIEW_H__C2E9124C_625E_11D5_A9E1_0000210013F9__INCLUDED_)
#define AFX_MODAL_DIALOG_BASEVIEW_H__C2E9124C_625E_11D5_A9E1_0000210013F9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CModal_dialog_baseView : public CView
{
protected: // create from serialization only
CModal_dialog_baseView();
DECLARE_DYNCREATE(CModal_dialog_baseView)
// Attributes
public:
CModal_dialog_baseDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModal_dialog_baseView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CModal_dialog_baseView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CModal_dialog_baseView)
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in modal_dialog_baseView.cpp
inline CModal_dialog_baseDoc* CModal_dialog_baseView::GetDocument()
{ return (CModal_dialog_baseDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODAL_DIALOG_BASEVIEW_H__C2E9124C_625E_11D5_A9E1_0000210013F9__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?