📄 zp_dspdoc.h
字号:
// ZP_DspDoc.h : interface of the C_ZP_DspDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZP_DSPDOC_H__5D5D4D6E_D3B7_47D4_ACC0_461923879D9F__INCLUDED_)
#define AFX_ZP_DSPDOC_H__5D5D4D6E_D3B7_47D4_ACC0_461923879D9F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class C_ZP_DspDoc : public CDocument
{
protected: // create from serialization only
C_ZP_DspDoc();
DECLARE_DYNCREATE(C_ZP_DspDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(C_ZP_DspDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~C_ZP_DspDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(C_ZP_DspDoc)
afx_msg void OnZPDecim();
afx_msg void OnFileOpen();
afx_msg void OnZPDecim1();
afx_msg void OnZPDecim2();
afx_msg void Onfixhead();
afx_msg void On2to187();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZP_DSPDOC_H__5D5D4D6E_D3B7_47D4_ACC0_461923879D9F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -