www.pudn.com > 完整的FTP客户端ftpwanderersrc.zip > SplitterWndEx.h
#if !defined(AFX_SPLITTERWNDEX_H__014AD4F8_99B1_4296_860F_B79256972B50__INCLUDED_)
#define AFX_SPLITTERWNDEX_H__014AD4F8_99B1_4296_860F_B79256972B50__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SplitterWndEx.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSplitterWndEx window
class CSplitterWndEx : public CSplitterWnd
{
// Construction
public:
CSplitterWndEx();
// Attributes
public:
// Operations
public:
void ShowRow();
void HideRow(int nRow);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSplitterWndEx)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CSplitterWndEx();
// Generated message map functions
protected:
int m_nHiddenRow;
//{{AFX_MSG(CSplitterWndEx)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SPLITTERWNDEX_H__014AD4F8_99B1_4296_860F_B79256972B50__INCLUDED_)