#if !defined(AFX_APPDATASPCETDVIEW_H__6C5132DE_D24B_4680_B5F7_C34DE0CC728C__INCLUDED_) #define AFX_APPDATASPCETDVIEW_H__6C5132DE_D24B_4680_B5F7_C34DE0CC728C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "AppDataSPCETdConListView_.h" // AppDataSPCETdView.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAppDataSPCETdView view class CAppDataSPCETdView : public CView { protected: CAppDataSPCETdView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CAppDataSPCETdView) CMDIChildWnd* m_pMngFrm; // Attributes public: CView* m_pContentListView; CView* m_pDetailListView; CView* m_pGrListView; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAppDataSPCETdView) 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 ~CAppDataSPCETdView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CAppDataSPCETdView) 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_APPDATASPCETDVIEW_H__6C5132DE_D24B_4680_B5F7_C34DE0CC728C__INCLUDED_)