📄 srvritem.h
字号:
//////////////////////////////////////////////////////////////////////
//
// File: SrvrItem.h
//
// $Archive: /ComemL/Util/PCfg/SrvrItem.h $
//
// Purpose:
//
// $Author: Tpm $
//
// $History: SrvrItem.h $
//
// ***************** Version 1 *****************
// User: Tpm Date: 7/13/98 Time: 8:38a
// Created in $/ComemL/Util/PCfg
//
// ***************** Version 4 *****************
// User: Stevek Date: 10/22/97 Time: 12:27p
// Updated in $/Comem/Mapper
// Added header blocks to all files at once!
//
// Copyright (c) 1997 Anchor Chips, Inc. May not be reproduced without
// permission. See the license agreement for more details.
//
//////////////////////////////////////////////////////////////////////
// SrvrItem.h : interface of the CMapperSrvrItem class
//
class CMapperSrvrItem : public COleServerItem
{
DECLARE_DYNAMIC(CMapperSrvrItem)
// Constructors
public:
CMapperSrvrItem(CMapperDoc* pContainerDoc);
// Attributes
CMapperDoc* GetDocument() const
{ return (CMapperDoc*)COleServerItem::GetDocument(); }
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMapperSrvrItem)
public:
virtual BOOL OnDraw(CDC* pDC, CSize& rSize);
virtual BOOL OnGetExtent(DVASPECT dwDrawAspect, CSize& rSize);
//}}AFX_VIRTUAL
// Implementation
public:
~CMapperSrvrItem();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
virtual void Serialize(CArchive& ar); // overridden for document i/o
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -