📄 resdoc.h
字号:
#if !defined(AFX_RESDOC_H__391B444C_9674_470B_A1E9_11DEC33428FA__INCLUDED_)
#define AFX_RESDOC_H__391B444C_9674_470B_A1E9_11DEC33428FA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResDoc.h : header file
//
#define WM_OUTBAR_INSERT_CLMN (WM_USER+775)
#define WM_OUTBAR_CLEAR (WM_USER+776)
#define WM_OUTBAR_ADD_ITEM (WM_USER+777)
#define WM_OUTBAR_GOTO (WM_USER+778)
typedef struct _OUT_BAR_PARAM
{
DWORD dwData;
CStringArray arrTxt;
} OUT_BAR_PARAM, * POUT_BAR_PARAM;
/////////////////////////////////////////////////////////////////////////////
// CResDoc document
class CResDoc : public CDocument
{
protected:
CResDoc(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CResDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResDoc)
public:
virtual void Serialize(CArchive& ar); // overridden for document i/o
virtual void SetTitle(LPCTSTR lpszTitle);
virtual void SetModifiedFlag(BOOL bModified = TRUE);
virtual void OnCloseDocument();
protected:
virtual BOOL OnNewDocument();
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CResDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CResDoc)
// NOTE - the ClassWizard will add and remove member functions here.
afx_msg void OnFileSave();
afx_msg void OnFileSaveAs();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
MMI_RES_TYPE_E m_ResType;
private:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESDOC_H__391B444C_9674_470B_A1E9_11DEC33428FA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -