69 lines
1.9 KiB
C++
69 lines
1.9 KiB
C++
#if !defined(AFX_OPEXECCERSPTESTFRAME_H__1F0F4482_4DCD_40EC_8E4A_A9C2D67082F2__INCLUDED_)
|
|
#define AFX_OPEXECCERSPTESTFRAME_H__1F0F4482_4DCD_40EC_8E4A_A9C2D67082F2__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// opexeccersptestframe.h : header file
|
|
//
|
|
|
|
/*
|
|
class COpExecCERSPTestSptListView;
|
|
|
|
class COpExecCERSPTestTdListView;
|
|
class COpExecCERSPTestTPView;
|
|
*/
|
|
class COpExecCERSPRecFrame;
|
|
class COpExecCERSPTestTdView;///////////
|
|
class COpExecCERSPTestTdScrollView;
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// COpExecCERSPTestFrame frame
|
|
|
|
class COpExecCERSPTestFrame : public CFrameWnd
|
|
{
|
|
DECLARE_DYNCREATE(COpExecCERSPTestFrame)
|
|
protected:
|
|
COpExecCERSPTestFrame(); // protected constructor used by dynamic creation
|
|
|
|
// Attributes
|
|
public:
|
|
/*
|
|
COpExecCERSPTestSptListView* m_pOpExecCERSPTestSptListView;
|
|
|
|
COpExecCERSPTestTdListView* m_pOpExecCERSPTestTdListView;
|
|
COpExecCERSPTestTPView* m_pOpExecCERSPTestTPView;
|
|
*/
|
|
|
|
COpExecCERSPTestTdScrollView* m_pOpExecCERSPTestTdScrollView;
|
|
COpExecCERSPTestTdView* m_pOpExecCERSPTestTdView;//////
|
|
COpExecCERSPRecFrame* m_pOpExecCERSPRecFrame;
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(COpExecCERSPTestFrame)
|
|
protected:
|
|
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
virtual ~COpExecCERSPTestFrame();
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(COpExecCERSPTestFrame)
|
|
// 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_OPEXECCERSPTESTFRAME_H__1F0F4482_4DCD_40EC_8E4A_A9C2D67082F2__INCLUDED_)
|