📄 safsview.h
字号:
// SAFSView.h : interface of the CSAFSView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SAFSVIEW_H__FDBBBFEA_BB4F_4E94_A3E1_91F8CE793BAB__INCLUDED_)
#define AFX_SAFSVIEW_H__FDBBBFEA_BB4F_4E94_A3E1_91F8CE793BAB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSAFSView : public CView
{
protected: // create from serialization only
CSAFSView();
DECLARE_DYNCREATE(CSAFSView)
// Attributes
public:
CSAFSDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSAFSView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
CBitmap* m_pBitmap;
CDC* m_pMemDC;
void OnCreateBitmap();
void DispCurve();
virtual ~CSAFSView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CSAFSView)
afx_msg void OnStartSample();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnStop();
afx_msg void OnSampleSet();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnFileSave();
afx_msg void OnCls();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in SAFSView.cpp
inline CSAFSDoc* CSAFSView::GetDocument()
{ return (CSAFSDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAFSVIEW_H__FDBBBFEA_BB4F_4E94_A3E1_91F8CE793BAB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -