📄 set1doc.h
字号:
#if !defined(AFX_SET1DOC_H__2E44C582_678E_449C_BF33_3501BCEA67B6__INCLUDED_)
#define AFX_SET1DOC_H__2E44C582_678E_449C_BF33_3501BCEA67B6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Set1Doc.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSet1Doc document
class CSet1Doc : public CDocument
{
protected:
CSet1Doc(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CSet1Doc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSet1Doc)
public:
virtual void Serialize(CArchive& ar); // overridden for document i/o
protected:
virtual BOOL OnNewDocument();
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CSet1Doc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CSet1Doc)
afx_msg void OnAlarmClear();
afx_msg void OnAlarmClose();
afx_msg void OnAlarmOpen();
afx_msg void OnAlarmTest();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SET1DOC_H__2E44C582_678E_449C_BF33_3501BCEA67B6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -