58 lines
1.6 KiB
C++
58 lines
1.6 KiB
C++
#if !defined(AFX_OPEXECCERSPRECFRAME_H__4DE120EE_6D32_459B_B10D_16492C5798C0__INCLUDED_)
|
|
#define AFX_OPEXECCERSPRECFRAME_H__4DE120EE_6D32_459B_B10D_16492C5798C0__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// opexeccersprecframe.h : header file
|
|
//
|
|
|
|
class COpExecCERSPTestSptListView;
|
|
class COpExecCERSPTestTdListView;
|
|
class COpExecCERSPTestTPView;
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// COpExecCERSPRecFrame frame
|
|
|
|
class COpExecCERSPRecFrame : public CFrameWnd
|
|
{
|
|
DECLARE_DYNCREATE(COpExecCERSPRecFrame)
|
|
protected:
|
|
COpExecCERSPRecFrame(); // protected constructor used by dynamic creation
|
|
|
|
// Attributes
|
|
public:
|
|
COpExecCERSPTestSptListView* m_pOpExecCERSPTestSptListView;
|
|
COpExecCERSPTestTdListView* m_pOpExecCERSPTestTdListView;
|
|
COpExecCERSPTestTPView* m_pOpExecCERSPTestTPView;
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(COpExecCERSPRecFrame)
|
|
protected:
|
|
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
virtual ~COpExecCERSPRecFrame();
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(COpExecCERSPRecFrame)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
private:
|
|
CSplitterWnd m_firstSplitter;
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_OPEXECCERSPRECFRAME_H__4DE120EE_6D32_459B_B10D_16492C5798C0__INCLUDED_)
|