#if !defined(AFX_OPCREATESPTFRAME_H__050D7D2D_5B28_46DC_B077_B66FBAEEC040__INCLUDED_) #define AFX_OPCREATESPTFRAME_H__050D7D2D_5B28_46DC_B077_B66FBAEEC040__INCLUDED_ #include "opcreatesptinfoview.h" #include "opcreatesptreclistview.h" #include "opcreatesptview.h" #include "Script.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // opcreatesptframe.h : header file // ///////////////////////////////////////////////////////////////////////////// // COpCreateSptFrame frame class COpCreateSptFrame : public CFrameWnd { DECLARE_DYNCREATE(COpCreateSptFrame) protected: COpCreateSptFrame(); // protected constructor used by dynamic creation // Attributes public: COpCreateSptView* m_pOpCreateSptView; // COpCreateSptInfoView* m_pOpCreateSptInfoView; COpCreateSptRecListView* m_pOpCreateSptRecListView; CScript* m_pNewScript; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COpCreateSptFrame) protected: virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext); //}}AFX_VIRTUAL // Implementation protected: virtual ~COpCreateSptFrame(); // Generated message map functions //{{AFX_MSG(COpCreateSptFrame) //}}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_OPCREATESPTFRAME_H__050D7D2D_5B28_46DC_B077_B66FBAEEC040__INCLUDED_)