ptchannelview.h
来自「短信网管的原代码。用于与sp通信」· C头文件 代码 · 共 66 行
H
66 行
// PTChannelView.h : interface of the CPTChannelView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_PTCHANNELVIEW_H__05D5A668_872F_4937_8986_1C12A6D2BF17__INCLUDED_)
#define AFX_PTCHANNELVIEW_H__05D5A668_872F_4937_8986_1C12A6D2BF17__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afxrich.h>
class CPTChannelView : public CRichEditView
{
protected: // create from serialization only
CPTChannelView();
DECLARE_DYNCREATE(CPTChannelView)
// Attributes
public:
CPTChannelDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPTChannelView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPTChannelView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
CFont m_EditFont;
// Generated message map functions
protected:
//{{AFX_MSG(CPTChannelView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in PTChannelView.cpp
inline CPTChannelDoc* CPTChannelView::GetDocument()
{ return (CPTChannelDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PTCHANNELVIEW_H__05D5A668_872F_4937_8986_1C12A6D2BF17__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?