📄 aiwork2view.h
字号:
// AIWork2View.h : interface of the CAIWork2View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_AIWORK2VIEW_H__067BC20D_276E_11D9_8F87_5254AB4F656F__INCLUDED_)
#define AFX_AIWORK2VIEW_H__067BC20D_276E_11D9_8F87_5254AB4F656F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BaseMethod.h"
class CAIWork2View : public CScrollView
{
protected: // create from serialization only
CAIWork2View();
DECLARE_DYNCREATE(CAIWork2View)
// Attributes
public:
CAIWork2Doc* GetDocument();
// Operations
public:
CBaseMethod *m_ptMethod;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAIWork2View)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
CString m_strTime;
int WitchOne;
BOOL HitAgain;
int m_SearchDepth;
virtual ~CAIWork2View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CAIWork2View)
afx_msg void OnResolve();
afx_msg void OnSetclosedepth();
afx_msg void OnInitstat();
afx_msg void OnHnDn();
afx_msg void OnUpdateHnDn(CCmdUI* pCmdUI);
afx_msg void OnHnWn();
afx_msg void OnUpdateHnWn(CCmdUI* pCmdUI);
afx_msg void OnHnPn();
afx_msg void OnUpdateHnPn(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in AIWork2View.cpp
inline CAIWork2Doc* CAIWork2View::GetDocument()
{ return (CAIWork2Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AIWORK2VIEW_H__067BC20D_276E_11D9_8F87_5254AB4F656F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -