📄 msgdetaildoc.h
字号:
// MsgDetailDoc.h : interface of the CMsgDetailDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MSGDETAILDOC_H__EC0B8B33_31DD_4C12_88EB_49300226611B__INCLUDED_)
#define AFX_MSGDETAILDOC_H__EC0B8B33_31DD_4C12_88EB_49300226611B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ylfBusySysMsgFile.h"
#define MAX_MSG_BUF 20480
#define MIN_MSG_LEN 10
#define MAX_MSG_LEN 1000
class CMsgDetailDoc : public CDocument
{
protected: // create from serialization only
CMsgDetailDoc();
DECLARE_DYNCREATE(CMsgDetailDoc)
// Attributes
public:
CShowMsgList msgList;
ylfBusySysMsgFile BusySysMsgList;
void AddFromSysMsgFile(CArchive &ar, CShowMsgList& msgList);
void AddFromInsMsgFile(CArchive &ar, CShowMsgList& msgList);
void BusySysMsgFile(CArchive& ar);
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMsgDetailDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
void AddFromYlfMsgFile(CArchive& ar, CShowMsgList& msgList);
virtual ~CMsgDetailDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMsgDetailDoc)
afx_msg void OnFileNew();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MSGDETAILDOC_H__EC0B8B33_31DD_4C12_88EB_49300226611B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -