tlzwview.h
来自「加密、安全、压缩处理」· C头文件 代码 · 共 50 行
H
50 行
// tlzwview.h : interface of the CTlzwView class
//
/////////////////////////////////////////////////////////////////////////////
class CTlzwView : public CFormView
{
protected: // create from serialization only
CTlzwView();
DECLARE_DYNCREATE(CTlzwView)
public:
//{{AFX_DATA(CTlzwView)
enum { IDD = IDD_TLZW_FORM };
//}}AFX_DATA
// Attributes
public:
CTlzwDoc* GetDocument();
// Operations
public:
// Implementation
public:
virtual ~CTlzwView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
protected:
//{{AFX_MSG(CTlzwView)
afx_msg void OnSingle();
afx_msg void OnDecode();
afx_msg void OnBatch();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in tlzwview.cpp
inline CTlzwDoc* CTlzwView::GetDocument()
{ return (CTlzwDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?