Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

61 lines
1.7 KiB
C++

#if !defined(AFX_OPEXEC2DRSPTESTFRAME_H__0F86DEE5_1DE1_49F6_B6CC_01DBF45F8BD5__INCLUDED_)
#define AFX_OPEXEC2DRSPTESTFRAME_H__0F86DEE5_1DE1_49F6_B6CC_01DBF45F8BD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// opexec2drsptestframe.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpExec2DRSPTestFrame frame
class COpExec2DRSPTestGrListView;
class COpExec2DRSPTestGrView;
class COpExec2DRSPTestTdListView;
class COpExec2DRSPTestTdView;
class COpExec2DRSPTestFrame : public CFrameWnd
{
DECLARE_DYNCREATE(COpExec2DRSPTestFrame)
protected:
COpExec2DRSPTestFrame(); // protected constructor used by dynamic creation
// Attributes
public:
COpExec2DRSPTestGrListView* m_pOpExec2DRSPTestGrListView;
COpExec2DRSPTestGrView* m_pOpExec2DRSPTestGrView;
COpExec2DRSPTestTdListView* m_pOpExec2DRSPTestTdListView;
COpExec2DRSPTestTdView* m_pOpExec2DRSPTestTdView;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpExec2DRSPTestFrame)
protected:
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~COpExec2DRSPTestFrame();
// Generated message map functions
//{{AFX_MSG(COpExec2DRSPTestFrame)
//}}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_OPEXEC2DRSPTESTFRAME_H__0F86DEE5_1DE1_49F6_B6CC_01DBF45F8BD5__INCLUDED_)