a
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
#if !defined(AFX_APPEXECSPTVIEW_H__9F8FEAD7_879B_4E98_BC24_E9EAC8A21986__INCLUDED_)
|
||||
#define AFX_APPEXECSPTVIEW_H__9F8FEAD7_879B_4E98_BC24_E9EAC8A21986__INCLUDED_
|
||||
|
||||
#include "MainFrm.h"
|
||||
#include "sptmngframe.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// appsptview.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CAppSptView view
|
||||
|
||||
class CAppSptView : public CView
|
||||
{
|
||||
protected:
|
||||
CAppSptView(); // protected constructor used by dynamic creation
|
||||
CMDIChildWnd* m_pMngFrm;
|
||||
|
||||
DECLARE_DYNCREATE(CAppSptView)
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
|
||||
// Operations
|
||||
public:
|
||||
CView* m_pDetailListView;
|
||||
CView* m_pContentListView;
|
||||
CView* m_pScriptListView;
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CAppSptView)
|
||||
public:
|
||||
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
|
||||
protected:
|
||||
virtual void OnDraw(CDC* pDC); // overridden to draw this view
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
virtual ~CAppSptView();
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
virtual void Dump(CDumpContext& dc) const;
|
||||
#endif
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(CAppSptView)
|
||||
afx_msg void OnSize(UINT nType, int cx, int cy);
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
private:
|
||||
CSplitterWnd m_firstSplitter;
|
||||
CSplitterWnd m_secondSplitter;
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_APPEXECSPTVIEW_H__9F8FEAD7_879B_4E98_BC24_E9EAC8A21986__INCLUDED_)
|
||||
Reference in New Issue
Block a user